:root {
  --black: #0f0f0f;
  --white: white;
  --yellow: #f6d53f;
  --secondary-light: #f2f2f2;
  --dark-blue: #04003f;
  --secondary\<deleted\|variable-eb21fb5d\>: #184341;
  --gray: #f2f2f2;
  --primary-2\<deleted\|variable-7f815592\>: #273b5a;
  --body: grey;
  --light-blue: #26c0d4;
}

body {
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 1.9rem;
  font-family: Manrope, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Marcellus;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Marcellus;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Marcellus;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--yellow);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: .5rem;
  padding-left: 2.5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--black);
  font-weight: 700;
}

blockquote {
  border-left: .3125rem solid var(--yellow);
  margin-bottom: .625rem;
  padding: .625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.container {
  width: 100%;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.container.nav-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 90vh;
  min-height: 55vh;
  padding-top: 10rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.menu-button-line-3 {
  background-color: var(--yellow);
  border-radius: 20%;
  width: 1.5625rem;
  height: .1875rem;
  position: absolute;
  top: 2.125rem;
}

.menu-button-line-3.whiter {
  background-color: #fff;
}

.nav-menu {
  order: 1;
  align-items: center;
  display: flex;
}

.nav-menu.mobile {
  display: none;
}

.menu-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.5625rem;
  height: 3.125rem;
  padding: 0;
}

.brand {
  order: -1;
  align-items: center;
  width: 175px;
  height: 30px;
}

.brand.w--current {
  color: var(--yellow);
}

.menu-button-line-2 {
  background-color: var(--yellow);
  border-radius: 20%;
  width: 1.5625rem;
  height: .1875rem;
  position: absolute;
  top: 1.6875rem;
}

.menu-button-line-2.whiter {
  background-color: #fff;
}

.menu-button-line-1 {
  background-color: var(--yellow);
  border-radius: 20%;
  width: 1.5625rem;
  height: .1875rem;
  position: absolute;
  top: 1.25rem;
}

.menu-button-line-1.whiter {
  background-color: #fff;
}

.nav-link {
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  transition: all .3s linear;
  display: flex;
}

.nav-link:where(.w-variant-3be62a8f-6fdc-1d96-69f7-e693c4f955c1) {
  color: var(--white);
}

.nav-link.w--current {
  color: var(--black);
}

.nav-link.w--current:where(.w-variant-3be62a8f-6fdc-1d96-69f7-e693c4f955c1) {
  color: var(--white);
}

.navigation {
  z-index: 999;
  background-color: #fff;
  border-bottom: .0625rem solid #ededed;
  justify-content: center;
  align-items: center;
  height: 5rem;
  display: flex;
}

.navigation.transparent {
  z-index: 3;
  background-color: #0000;
  border-bottom: .0625rem solid #ffffff17;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navigation.transparent:where(.w-variant-3be62a8f-6fdc-1d96-69f7-e693c4f955c1) {
  background-color: var(--dark-blue);
}

.hero-content {
  z-index: 1;
  max-width: 43.75rem;
  position: relative;
}

.h1-large {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section.legal {
  padding-top: 180px;
  padding-bottom: 120px;
}

.section.light-background {
  background-color: var(--secondary-light);
  background-color: var(--secondary-light);
}

.content-texts {
  width: 100%;
}

.spacer-32px {
  height: 2rem;
}

.overlay {
  z-index: 1;
  background-color: var(--dark-blue);
  opacity: .1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar-background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -100%);
}

.form-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
}

.field-group {
  position: relative;
}

.brand-logo-nav {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brand-logo-nav.black {
  opacity: 0;
  opacity: 0;
}

.circle-link-block {
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  transition: all .35s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.circle-link-block:hover {
  border-color: #e0e0e0;
}

.center-content {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-content.limit-800 {
  max-width: 800px;
}

.content-row-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-auto-columns: auto;
  align-items: stretch;
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.h2-small {
  font-size: 34px;
}

.h2-small.margin-bottom {
  margin-bottom: 32px;
}

.text-block {
  color: #383838;
}

.form-field-2 {
  color: #383838;
  background-color: #fff;
  border: 1px solid #0000001a;
  height: 66px;
  margin-bottom: 0;
  padding-left: 1.25rem;
  padding-right: .875rem;
}

.form-field-2:focus {
  border: 1px solid var(--dark-blue);
}

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

.submit-button-wrapper {
  justify-content: center;
  display: flex;
}

.success-message-2 {
  text-align: left;
  background-color: #e0e0e0;
}

.contact-personnell {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  display: grid;
}

.contact-flex {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.btn {
  background-color: var(--light-blue);
  color: #fff;
  text-align: center;
  letter-spacing: .06rem;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: 0 2rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  transition: border-radius .3s, border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.btn:hover {
  color: #fff;
  border-radius: 20px;
}

.btn:active {
  color: #fff;
  background-color: #162021;
}

.btn.btn--yellow {
  background-color: var(--light-blue);
  color: #111;
}

.contact-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  display: flex;
}

.contact-h3 {
  margin-bottom: 2rem;
}

.text-small {
  font-size: 15px;
}

.text-small.margin-bottom {
  margin-bottom: .5rem;
}

.form-block-wrapper {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  margin-bottom: 0;
}

.dropbox-video-embed {
  z-index: 1;
  opacity: .7;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rich-text-block {
  margin-bottom: 20px;
}

.rich-text-block.no-padding {
  margin-bottom: 0;
}

.image {
  border-radius: 16px;
}

.image-2 {
  object-fit: contain;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
}

.div-block-4 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.background-image {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 26px;
  width: 100%;
  height: 100%;
}

.background-image._1 {
  background-image: url("https://cdn.prod.website-files.com/68c198ebf14d631a5b08bc74/6927df8e35cf1f6febbada9a_1.webp");
}

.background-image._2 {
  background-image: url("https://cdn.prod.website-files.com/68c198ebf14d631a5b08bc74/6927e003fc8b7d72264bebf8_2.webp");
}

.background-image._3 {
  background-image: url("https://cdn.prod.website-files.com/68c198ebf14d631a5b08bc74/6927e02522378bb70fa3efbd_3.webp");
}

.no-padding {
  margin-bottom: 0;
}

.blue {
  color: var(--light-blue);
}

.space-16 {
  height: 16px;
}

@media screen and (min-width: 1280px) {
  .contact-personnell {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .footer-column.more-padding {
    padding-right: 220px;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    height: 60vh;
    font-size: 50px;
  }

  .h1-large {
    font-size: 54px;
  }
}

@media screen and (max-width: 991px) {
  .menu-button-line-3.whiter {
    border-radius: 8px;
    width: 1.2rem;
    height: 1.5px;
  }

  .nav-menu {
    background-color: var(--dark-blue);
    border-top: .0625rem solid #0000001a;
    padding-bottom: 10px;
  }

  .nav-menu.desktop {
    display: none;
  }

  .nav-menu.mobile {
    display: flex;
  }

  .menu-button {
    order: 1;
    height: 3.6875rem;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .brand {
    padding-left: 0;
  }

  .menu-button-line-2.whiter {
    border-radius: 8px;
    width: 1.2rem;
    height: 1.5px;
  }

  .menu-button-line-1.whiter {
    border-radius: 10px;
    width: 1.2rem;
    height: 1.5px;
  }

  .nav-link {
    color: #fff;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
  }

  .nav-link:where(.w-variant-3be62a8f-6fdc-1d96-69f7-e693c4f955c1) {
    color: var(--white);
  }

  .navigation {
    min-height: 4.375rem;
  }

  .h1-large {
    font-size: 42px;
  }

  .navbar-background {
    background-color: var(--dark-blue);
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-column.more-padding {
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  .hero {
    min-height: auto;
  }

  .section, .section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-2.page-hero {
    padding-top: 10rem;
  }

  .content-row-2 {
    grid-template-columns: 1fr;
  }

  .submit-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .contact-personnell {
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-column, .footer-column.more-padding, .footer-column.more-padding {
    padding-right: 0;
  }

  .footer-grid-long {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 4fr;
  }

  .div-block-4 {
    grid-template-columns: 1fr;
  }

  .background-image {
    aspect-ratio: 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.3rem;
  }

  h2 {
    font-size: 32px;
  }

  .menu-button-line-3.whiter {
    top: 34px;
  }

  .brand {
    padding-left: 0;
  }

  .menu-button-line-2.whiter {
    top: 27px;
  }

  .menu-button-line-1.whiter {
    top: 20px;
  }

  .h1-large {
    font-size: 36px;
  }

  .section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .form-field {
    border-radius: 0;
  }

  .legal-rich-content h1 {
    font-size: 36px;
  }

  .section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-2.page-hero {
    padding-top: 8.75rem;
  }

  .breadcrumbs-2 {
    flex-flow: wrap;
  }

  .form-field-2 {
    border-radius: 0;
  }

  .submit-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .contact-personnell {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .buttons-row {
    flex-direction: column;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
  }
}

#w-node-_46503546-18d8-ef62-85bf-2de57b1a1ba9-5b08bc58 {
  align-self: start;
}

#w-node-_667a3c49-8ece-f1a5-b0f6-e47264c9ebcc-64c9ebc2, #w-node-_667a3c49-8ece-f1a5-b0f6-e47264c9ebce-64c9ebc2, #w-node-_667a3c49-8ece-f1a5-b0f6-e47264c9ebd4-64c9ebc2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_667a3c49-8ece-f1a5-b0f6-e47264c9ebcc-64c9ebc2, #w-node-_667a3c49-8ece-f1a5-b0f6-e47264c9ebce-64c9ebc2, #w-node-_667a3c49-8ece-f1a5-b0f6-e47264c9ebd0-64c9ebc2, #w-node-_667a3c49-8ece-f1a5-b0f6-e47264c9ebd2-64c9ebc2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
