.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: none;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  padding-right: 14px;
  padding-left: 14px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  color: #3b99d9;
}

.navigation-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 70px;
  border-bottom: 1px solid hsla(0, 0%, 62%, 0.39);
  background-color: #fff;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Berthold akzidenz grotesk be extended', sans-serif;
  color: #676770;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  height: 72px;
  padding-top: 20px;
  padding-bottom: 14px;
}

.section {
  position: relative;
  display: none;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  position: static;
  display: block;
  height: 100vh;
  margin-left: 0px;
  padding-top: 180px;
  padding-bottom: 149px;
  border-bottom: 4px solid rgba(59, 153, 217, 0.5);
  background-color: #192024;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(25, 32, 36, 0.5))), url('../images/Cityscape.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(25, 32, 36, 0.5)), url('../images/Cityscape.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.what {
  display: block;
}

.section.contact {
  display: block;
  height: auto;
  padding-top: 170px;
  padding-bottom: 98px;
  border-bottom: 4px solid rgba(59, 153, 217, 0.5);
  background-color: #3c3c3c;
  background-image: linear-gradient(261deg, rgba(41, 41, 44, 0.72), rgba(52, 52, 54, 0.86)), url('../images/Space.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section._3 {
  position: static;
  display: block;
  height: 100vh;
  margin-left: 0px;
  padding-top: 190px;
  padding-bottom: 170px;
  border-bottom: 4px solid rgba(59, 153, 217, 0.5);
  background-color: #192024;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.86)), to(rgba(25, 32, 36, 0.64))), url('../images/Analysis.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(25, 32, 36, 0.64)), url('../images/Analysis.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section._4 {
  position: static;
  display: block;
  height: 100vh;
  margin-left: 0px;
  padding-top: 190px;
  padding-bottom: 170px;
  border-bottom: 4px solid rgba(59, 153, 217, 0.5);
  background-color: #192024;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.86)), to(rgba(25, 32, 36, 0.64))), url('../images/Nevada.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(25, 32, 36, 0.64)), url('../images/Nevada.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.policy {
  position: static;
  display: block;
  height: auto;
  margin-left: 0px;
  padding-top: 180px;
  padding-bottom: 149px;
  border-bottom: 4px solid rgba(59, 153, 217, 0.5);
  background-color: #192024;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(25, 32, 36, 0.5))), url('../images/Cityscape.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(25, 32, 36, 0.5)), url('../images/Cityscape.jpg');
  background-position: 0px 0px, 50% 50%;
}

.white-box {
  height: 250px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 94.1%, 0.29);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.41);
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 68px;
  padding-bottom: 139px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid rgba(59, 153, 217, 0.5);
  background-image: url('../images/Fortisat-Back.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-heading {
  display: block;
  margin-bottom: 25px;
  font-family: 'Berthold akzidenz grotesk be extended', sans-serif;
  color: #fff;
  font-size: 66px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #d0b66b;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4.4px;
  text-transform: uppercase;
}

.hollow-button {
  display: none;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  text-transform: uppercase;
}

.hollow-button.all-caps._2 {
  display: none;
  margin-top: 36px;
}

.hollow-button.section.w--current {
  margin-top: 24px;
  margin-left: 20px;
  background-color: transparent;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  margin-bottom: 0px;
  color: #f0f0f0;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  margin-bottom: 0px;
  color: #fff;
  text-align: left;
}

.section-subheading.center {
  display: none;
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  display: none;
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 38px;
  padding: 16px 20px;
  background-color: rgba(25, 32, 36, 0.57);
}

.section-title-group.trans {
  background-color: transparent;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  display: block;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  border-top: 1px none #dbdbdb;
  background-color: #1b1b1b;
  text-align: center;
}

.footer.about {
  display: none;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.4px;
}

.footer-text.r {
  color: #9e9e9e;
  text-align: right;
}

.grid-image {
  display: block;
  width: 26%;
  margin: 20px auto;
  padding: 19px;
  border-style: none;
  border-width: 2px;
  border-color: #d0b66b;
  border-radius: 35%;
  background-color: #3f3f44;
  box-shadow: none;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.spc {
  padding-top: 0px;
}

.link {
  color: #9e9e9e;
  text-decoration: none;
}

.link:hover {
  color: #f0f0f0;
}

.marketing-consent {
  display: block;
}

.image-13 {
  display: block;
  text-align: center;
}

.text-block {
  display: block;
  line-height: 24px;
}

.submit-button {
  display: inline-block;
  margin-top: 16px;
  padding: 13px 90px;
  border-radius: 1px;
  background-color: #2e3192;
}

.submit-button.roundtable {
  display: block;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 3px;
  border-radius: 4px;
  background-color: #2e9dff;
}

.submit-button.roundtable:hover {
  background-color: #3b99d9;
}

.form2-book {
  display: block;
  margin-left: 0px;
  padding-left: 0px;
  text-align: center;
}

.checkbox-field-2 {
  display: block;
  margin-top: 14px;
  margin-bottom: 14px;
  text-align: left;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  height: 100%;
  padding-top: 98px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  opacity: 0;
  text-align: center;
}

.text-field {
  height: 36px;
  margin-bottom: 8px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 4px;
}

.text-field:focus {
  border-color: #2e3192;
}

.close-modal {
  position: static;
  top: 0px;
  right: 0px;
  display: block;
  width: 30px;
  margin-top: 0px;
  margin-right: 0px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  text-align: left;
}

.field-label-3 {
  margin-bottom: 1px;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 12px;
  color: #676770;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.close-download {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  padding-top: 14px;
  padding-right: 14px;
  text-align: center;
}

.form-hero {
  margin-top: 9px;
  margin-bottom: 20px;
  padding: 0px 12px 2px 0px;
  background-color: transparent;
  color: #489fd9;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.download-wrapper-book {
  position: relative;
  display: block;
  overflow: hidden;
  width: 400px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 20px 26px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(59, 153, 217, 0.38);
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: none;
  text-align: right;
}

.checkbox {
  width: 20px;
  height: 20px;
}

.container {
  display: block;
  height: auto;
  padding-top: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: auto;
  margin-bottom: 0px;
}

.column {
  display: none;
}

.links {
  display: none;
}

.paragraph {
  padding-right: 18px;
  padding-left: 18px;
}

.paragraph.add {
  padding-right: 26px;
  padding-left: 26px;
  color: #f0f0f0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.logo-crest {
  width: 230px;
  padding-right: 30px;
  padding-left: 0px;
}

.logo-crest.footer {
  display: inline-block;
  width: 72px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-crest.header {
  margin-bottom: 36px;
}

.heading {
  color: #f0f0f0;
  text-align: left;
}

.paragraph-2 {
  color: #f0f0f0;
  text-align: left;
  letter-spacing: 1px;
}

.paragraph-2.reg {
  padding-left: 6px;
  text-align: center;
}

.paragraph-2.quote {
  margin-top: 60px;
  margin-bottom: 70px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.copy {
  padding-top: 6px;
}

.link-2 {
  color: #f0f0f0;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-2:hover {
  color: #2e9dff;
  font-size: 16px;
}

.button-2 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  margin-top: 10px;
  margin-bottom: 0px;
  border-radius: 6px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  text-align: right;
}

.button-2:hover {
  background-color: #2e80b6;
}

.container-2 {
  position: relative;
}

.div-block {
  text-align: center;
}

.intro {
  display: none;
  padding-right: 73px;
  padding-left: 73px;
  color: #f0f0f0;
  font-size: 18px;
  line-height: 28px;
}

.intro.add {
  padding-right: 26px;
  padding-left: 26px;
  font-size: 16px;
  line-height: 26px;
}

.heading-2 {
  margin-bottom: 10px;
  color: #f0f0f0;
}

.columns {
  display: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.white-box-copy {
  height: 290px;
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box-copy.transparent {
  height: auto;
  border-style: none;
  background-color: transparent;
}

.copy-text {
  margin-bottom: 24px;
  padding-right: 0px;
  padding-left: 20px;
  color: #f0f0f0;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  letter-spacing: 1px;
}

.copy-text.add {
  padding-right: 26px;
  padding-left: 26px;
  color: #f0f0f0;
  font-size: 16px;
  line-height: 26px;
}

.copy-text.less {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 36px;
}

.container-4 {
  padding-right: 230px;
  text-align: left;
}

.hollow-button-copy {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button-copy:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button-copy.all-caps {
  display: none;
  text-transform: uppercase;
}

.hollow-button-copy.section.w--current {
  margin-top: 24px;
  margin-left: 20px;
  background-color: transparent;
}

.about {
  margin-top: 46px;
}

.column-2 {
  display: block;
  text-align: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-3 {
  margin-bottom: 48px;
}

.body {
  border: 1px solid #676770;
}

.footer-link-white {
  color: #9e9e9e;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #3b99d9;
  }

  .section.accent {
    padding-left: 50px;
    background-position: 0px 0px, 100% 50%;
  }

  .section.contact {
    height: auto;
    padding-right: 40px;
    padding-bottom: 120px;
    padding-left: 40px;
  }

  .section._3 {
    padding-left: 50px;
    background-position: 0px 0px, 60% 50%;
  }

  .section._4 {
    padding-left: 50px;
  }

  .section.policy {
    padding-left: 50px;
    background-position: 0px 0px, 100% 50%;
  }

  .white-box {
    height: 270px;
  }

  .hero-section.centered {
    padding-top: 0px;
    padding-bottom: 59px;
  }

  .hero-heading {
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 56px;
    line-height: 72px;
  }

  .hollow-button.all-caps._2 {
    margin-left: 0px;
  }

  .footer {
    padding-right: 11px;
    padding-left: 11px;
  }

  .footer.center {
    padding-right: 34px;
    padding-left: 34px;
  }

  .footer-text {
    letter-spacing: 0px;
  }

  .footer-text.r {
    letter-spacing: 0px;
  }

  .grid-image {
    width: 30%;
    padding: 15px;
  }

  .spc {
    padding-right: 27px;
  }

  .modal-wrapper {
    display: none;
    padding-top: 168px;
  }

  .field-label-3 {
    text-align: left;
  }

  .download-wrapper-book {
    width: auto;
  }

  .container {
    padding-left: 20px;
  }

  .paragraph {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph.add {
    padding-right: 8px;
    padding-left: 8px;
  }

  .logo-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .logo-crest.footer {
    padding-right: 5px;
    padding-left: 4px;
  }

  .copy {
    padding-top: 0px;
  }

  .heading-2 {
    letter-spacing: 4px;
  }

  .copy-text {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
  }

  .container-4 {
    padding-right: 100px;
  }

  .oopy {
    padding-left: 20px;
  }

  .about {
    margin-top: 56px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .section.accent {
    height: auto;
    padding-top: 60px;
  }

  .section.contact {
    height: auto;
    padding-right: 24px;
    padding-left: 24px;
  }

  .section._3 {
    height: auto;
  }

  .section._4 {
    height: auto;
  }

  .section.policy {
    height: auto;
    padding-top: 60px;
  }

  .white-box {
    height: auto;
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-section.centered {
    height: auto;
    padding: 112px 0px 91px;
  }

  .hero-heading {
    margin-bottom: 0px;
    font-size: 40px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .section-heading.centered {
    margin-bottom: 2px;
  }

  .section-title-group {
    margin-bottom: 26px;
  }

  .form-field.text-area {
    display: block;
  }

  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-text {
    font-size: 11px;
    text-align: center;
  }

  .footer-text.r {
    font-size: 11px;
    text-align: center;
  }

  .grid-image {
    width: 30%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .logo {
    margin-bottom: 10px;
  }

  .logo-block {
    width: 440px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-crest {
    width: 200px;
  }

  .logo-crest.footer {
    padding-right: 6px;
    padding-left: 6px;
  }

  .heading {
    text-align: center;
  }

  .paragraph-2 {
    text-align: center;
  }

  .container-2 {
    padding-right: 93px;
    padding-left: 93px;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .white-box-copy {
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .navigation-bar {
    height: 50px;
    padding-top: 2px;
  }

  .hamburger-button {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .navigation-menu {
    display: none;
  }

  .brand-text {
    font-size: 18px;
  }

  .brand-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

  .section.accent {
    height: auto;
    padding-top: 58px;
    padding-left: 20px;
  }

  .section.contact {
    height: auto;
    padding: 58px 20px 0px;
  }

  .section._3 {
    height: auto;
    padding-top: 58px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section._4 {
    height: auto;
    padding-top: 58px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.policy {
    height: auto;
    padding-top: 58px;
    padding-left: 20px;
  }

  .white-box {
    height: auto;
    padding-right: 21px;
    padding-left: 21px;
  }

  .hero-section.centered {
    height: 100vh;
    padding-top: 59px;
    padding-bottom: 122px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.57))), url('../images/Fortisat-Back.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.57)), url('../images/Fortisat-Back.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .hero-heading {
    margin-bottom: 0px;
    padding-top: 8px;
    font-size: 30px;
    line-height: 52px;
  }

  .hero-subheading {
    margin-bottom: 32px;
    font-size: 12px;
  }

  .hollow-button {
    padding-right: 25px;
    padding-left: 25px;
  }

  .hollow-button.w--current {
    padding-right: 22px;
    padding-left: 22px;
  }

  .hollow-button.all-caps.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1px;
  }

  .section-heading.centered {
    font-size: 24px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .footer-text {
    font-size: 12px;
  }

  .footer-text.r {
    font-size: 12px;
  }

  .grid-image {
    width: 30%;
    padding: 14px;
  }

  .spc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
    padding-right: 22px;
    padding-left: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .submit-button.roundtable {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .checkbox-field-2 {
    margin-bottom: 2px;
  }

  .modal-wrapper {
    display: none;
    padding-top: 52px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .text-field {
    height: 32px;
    margin-bottom: 5px;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
  }

  .field-label-3 {
    margin-bottom: 6px;
    text-align: left;
  }

  .close-download {
    padding-top: 12px;
    padding-right: 12px;
  }

  .form-hero {
    margin-top: 0px;
    margin-bottom: 8px;
  }

  .download-wrapper-book {
    width: auto;
    padding: 16px;
  }

  .container {
    display: block;
    height: 50px;
    padding-top: 0px;
    padding-left: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .logo {
    margin-bottom: 10px;
  }

  .paragraph {
    padding-right: 0px;
    padding-left: 0px;
  }

  .logo-block {
    width: 90%;
    padding: 26px 13px 21px;
    background-color: transparent;
  }

  .logo-crest {
    width: 112px;
    padding-right: 18px;
    text-align: center;
  }

  .logo-crest.footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading {
    margin-bottom: 14px;
    text-align: center;
  }

  .paragraph-2 {
    margin-bottom: 6px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-2.reg {
    margin-bottom: 54px;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-2.quote {
    margin-top: 0px;
    font-size: 20px;
    line-height: 32px;
  }

  .copy {
    padding-top: 8px;
  }

  .link-2 {
    font-size: 18px;
  }

  .link-2:hover {
    font-size: 18px;
  }

  .button-2 {
    font-size: 15px;
  }

  .container-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .intro {
    margin-bottom: 0px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 16px;
    line-height: 26px;
  }

  .white-box-copy {
    padding-right: 21px;
    padding-left: 21px;
  }

  .copy-text {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 36px;
  }

  .copy-text.less {
    font-size: 16px;
    line-height: 28px;
  }

  .container-4 {
    padding-right: 0px;
  }

  .hollow-button-copy.all-caps.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1px;
  }

  .oopy {
    padding-right: 20px;
  }

  .about {
    margin-top: 10px;
  }

  .column-2 {
    margin-bottom: 14px;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-3 {
    margin-bottom: 26px;
  }

  .column-3 {
    margin-bottom: 12px;
  }
}

@font-face {
  font-family: 'Berthold akzidenz grotesk be extended';
  src: url('../fonts/berthold-akzidenz-grotesk-be-light-extended.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}