.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.image {
  max-width: 500px;
}

.image.logo-lockup__header {
  max-width: 300px;
}

.div-block {
  width: 100%;
  background-color: transparent;
}

.heading-2 {
  margin-bottom: 25px;
  font-family: 'Avenir Next', sans-serif;
  color: #505050;
  font-size: 24px;
  line-height: 22px;
  text-align: left;
}

.full-width-image {
  width: 100%;
  margin-top: 0px;
}

.full-width-image.padding-top {
  margin-top: 40px;
}

.section {
  background-color: #fff;
  font-family: 'Avenir Next', sans-serif;
  color: #fff;
}

.page-fit {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  font-family: century-old-style-std-1;
  color: #6b6b6b;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}

.paragraph.mega-blockquote {
  max-width: 600px;
  margin-bottom: 50px;
  color: #505050;
  text-align: left;
}

.description-intro-lockup {
  position: static;
  max-width: 600px;
  margin-top: 60px;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 0px 0px 0px 40px;
  text-align: left;
}

.description-intro-lockup.red {
  border-top: 0px solid #000;
}

.text-block {
  margin-top: 50px;
  color: #505050;
  font-weight: 500;
}

.grid-gallery-image {
  overflow: visible;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid {
  overflow: hidden;
  height: 500px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr);
  -o-object-fit: none;
  object-fit: none;
}

.section-2 {
  background-color: #0076c0;
}

.div-block-4 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.slideout-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 118, 192, 0.95);
  -webkit-transform: translate(100vw, 0px) perspective(0px);
  transform: translate(100vw, 0px) perspective(0px);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  font-family: 'Avenir Next', sans-serif;
  -o-object-fit: none;
  object-fit: none;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.text-block-2 {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: century-old-style-std-1;
  color: #fff;
  font-size: 3em;
  line-height: 1.2em;
  text-align: left;
  -o-object-fit: none;
  object-fit: none;
}

.slide-menu__link {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Avenir Next', sans-serif;
  color: #fff;
  font-size: 2.5em;
  line-height: 1em;
}

.form-block {
  width: 100%;
  max-width: none;
  padding-top: 40px;
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: #fff;
  border-radius: 2px;
}

.field-label {
  color: #fff;
}

.contact-form_fild-label {
  margin-top: 30px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button {
  background-color: #009fe3;
  font-weight: 700;
}

.success-message {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 2em;
  text-align: left;
}

.text-block-3 {
  line-height: 1.5em;
}

.button {
  position: fixed;
  top: 40px;
  right: 0px;
  background-color: #009fe3;
  font-family: 'Avenir Next', sans-serif;
  color: #fff;
  font-weight: 500;
}

.sidebar-menu_button {
  position: fixed;
  top: 40px;
  right: 0px;
  z-index: 200;
  width: 130px;
  height: 40px;
  padding: 10px 20px;
  background-color: #009fe3;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.body {
  font-family: 'Avenir Next', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
}

.text-block-4 {
  font-weight: 400;
}

.italic-text {
  font-style: normal;
}

.contact-form_input {
  margin-top: 0px;
  margin-bottom: 20px;
}

.link {
  color: #fff;
  text-decoration: underline;
}

.link.no-underline {
  text-decoration: underline;
}

.textarea {
  overflow: auto;
  height: 210px;
  max-height: 160px;
  -o-object-fit: none;
  object-fit: none;
}

.image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.distortion-color-band {
  height: 400px;
}

.div-block-6 {
  background-color: #0076c0;
}

.div-block-6.footer-outro {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-7 {
  padding-top: 140px;
}

.paragraph-2 {
  margin-top: 137px;
}

.button-2 {
  background-color: #009fe3;
}

.section__postscript {
  margin-top: 60px;
  background-color: #0076c0;
}

.text-block-6 {
  font-size: 2em;
  line-height: 1.5em;
}

.white-text {
  color: #fff;
}

.color-band {
  border-top: 20px solid #009fe3;
}

.color-band.bottom {
  border-bottom: 20px solid #00d5b5;
  border-top-width: 0px;
  border-top-color: transparent;
}

.color-band.red {
  border-top-color: #fd2a4a;
}

.color-band.blue {
  border-top-color: #86cae7;
}

.color-band.green {
  border-top-color: #42be7a;
}

.color-band.bronze {
  border-top-color: #aa9547;
}

.block-quote {
  max-width: 290px;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: auto;
  padding: 0px 20px 0px 0px;
  border-right: 20px solid #009fe3;
  border-left-style: none;
  border-left-width: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #505050;
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
  font-weight: 400;
  text-align: right;
}

.block-quote.green {
  border-right-color: #42be7a;
}

.block-quote.gold {
  border-right-color: #aa9547;
}

.block-quote.light-blue {
  border-right-color: #86cae7;
}

.block-quote.red {
  border-right-color: #fd2a4a;
}

.global-header {
  background-color: #0076c0;
}

.html-embed {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .page-fit.footer_post-script {
    background-color: transparent;
  }

  .paragraph.mega-blockquote {
    margin-bottom: 50px;
  }

  .description-intro-lockup {
    margin-top: 60px;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .description-intro-lockup.footer-outro {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .text-block {
    margin-top: 0px;
  }

  .grid {
    overflow: hidden;
    height: 600px;
    -ms-grid-rows: minmax(300px, 1fr) minmax(300px, 1fr);
    grid-template-rows: minmax(300px, 1fr) minmax(300px, 1fr);
  }

  .div-block-4 {
    padding-top: 40px;
    padding-left: 0px;
  }

  .div-block-6.footer-outro {
    padding-top: 140px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
  }

  .div-block-7 {
    padding-top: 0px;
    padding-bottom: 140px;
  }

  .paragraph-2 {
    margin-top: 86px;
  }

  .section__postscript {
    background-color: #0076c0;
  }

  .text-block-6 {
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 600;
  }

  .div-block-8 {
    position: relative;
    height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .page-fit {
    padding-left: 0px;
  }

  .paragraph.mega-blockquote {
    font-size: 30px;
    line-height: 34px;
  }

  .description-intro-lockup {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid {
    overflow: hidden;
    height: 300px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: minmax(150px, 1fr) minmax(150px, 1fr);
    grid-template-rows: minmax(150px, 1fr) minmax(150px, 1fr);
  }

  .slideout-menu {
    padding-right: 80px;
    padding-left: 80px;
  }

  .text-block-2 {
    font-size: 2em;
  }

  .link.no-underline {
    font-size: 1em;
  }

  .bold-text {
    font-size: 1em;
  }

  .paragraph-2 {
    margin-top: 141px;
  }

  .text-block-6 {
    font-size: 1.5em;
  }

  .text-block-7 {
    font-size: 0.8em;
  }

  .text-block-8 {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 767px) {
  .image.logo-lockup__header {
    max-width: 200px;
  }

  .page-fit {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph.mega-blockquote {
    font-size: 24px;
    line-height: 28px;
  }

  .description-intro-lockup {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 60px;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .description-intro-lockup.footer-outro {
    margin-top: 0px;
  }

  .grid {
    overflow: hidden;
    height: 200px;
    -ms-grid-rows: minmax(100px, 1fr) minmax(100px, 1fr);
    grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr);
  }

  .slideout-menu {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-block-2 {
    font-size: 1.5em;
  }

  .button {
    font-size: 0.9em;
    line-height: 0.9em;
  }

  .link.no-underline {
    font-size: 0.6em;
  }

  .bold-text {
    font-size: 0.6em;
  }

  .distortion-color-band {
    height: 280px;
  }

  .div-block-6.footer-outro {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: 350px repeat(auto-fit, 334px);
  }

  .div-block-7 {
    margin-bottom: 0px;
    padding: 0px 40px 40px;
  }

  .paragraph-2 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 500px;
  }

  .image.logo-lockup__header {
    max-width: 200px;
  }

  .full-width-image.padding-top {
    margin-top: 10px;
  }

  .paragraph.mega-blockquote {
    font-size: 20px;
    line-height: 24px;
  }

  .description-intro-lockup {
    margin-top: 20px;
    margin-bottom: 60px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .description-intro-lockup.footer-outro {
    margin-top: 40px;
  }

  .description-intro-lockup.red {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .text-block {
    font-size: 8px;
  }

  .grid {
    overflow: hidden;
    height: 300px;
    grid-auto-rows: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
    grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
  }

  .div-block-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slideout-menu {
    position: fixed;
    left: 0%;
    overflow: visible;
    padding-right: 40px;
    padding-left: 40px;
    background-color: rgba(0, 118, 192, 0.95);
    -webkit-transform: translate(100vw, 0px) perspective(0px);
    transform: translate(100vw, 0px) perspective(0px);
    -o-object-fit: none;
    object-fit: none;
  }

  .text-block-2 {
    font-size: 1.2em;
  }

  .slide-menu__link {
    margin-bottom: 12px;
    font-size: 1.4em;
  }

  .form-block {
    padding-top: 0px;
  }

  .contact-form_fild-label {
    font-size: 1em;
    line-height: 1em;
  }

  .text-block-3 {
    font-size: 0.5em;
  }

  .button {
    position: absolute;
    top: 40px;
    right: 0px;
    background-color: #009fe3;
    font-size: 0.6em;
    line-height: 0.6em;
    font-weight: 600;
  }

  .sidebar-menu_button {
    background-color: #009fe3;
    color: #fff;
    font-size: 0.9em;
  }

  .text-block-5 {
    font-size: 0.6em;
  }

  .div-block-6.footer-outro {
    grid-template-rows: 463px repeat(auto-fit, 370px);
  }

  .div-block-7 {
    padding-right: 20px;
    padding-bottom: 34px;
    padding-left: 20px;
  }

  .text-block-6 {
    font-size: 1.3em;
  }
}

@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/146f526d-792d-4257-ba12-0fb6fbb8e31e.woff2') format('woff2'), url('../fonts/2a1d06fe-73d7-4df1-9d59-5227c3c01d03.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/0f80ea09-8707-444b-a376-ed344302f2d9.woff2') format('woff2'), url('../fonts/02a418e2-04df-4d9a-be95-5d6a2851fe40.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/9548fa3a-05c3-47ef-a6d5-f2f6fef54f84.woff2') format('woff2'), url('../fonts/7667f1c1-c3ca-4520-aead-66f9d93d55a0.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/11ba579d-59f5-479e-b2dd-411ca230f60c.woff2') format('woff2'), url('../fonts/f740c173-ce1a-4e47-a4e3-fab0a45da815.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/54a73ecc-af4b-4a5d-bc62-308e0fb53d83.woff2') format('woff2'), url('../fonts/1cc134d7-e443-4d5b-887d-09e2af0aa119.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}