: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;
}

.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);
}

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

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

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

.legal-rich-content {
  font-family: Inter, sans-serif;
}

.legal-rich-content img {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.legal-rich-content figcaption {
  margin-bottom: .625rem;
  font-style: italic;
}

.legal-rich-content h2 {
  color: var(--black);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
}

.legal-rich-content h4 {
  font-family: Manrope, sans-serif;
}

.legal-rich-content ul {
  margin-bottom: 1.5rem;
}

.legal-rich-content h3 {
  font-family: Manrope, sans-serif;
}

.legal-rich-content p {
  margin-bottom: .6rem;
}

.legal-rich-content h1 {
  color: var(--black);
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
}

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

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

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

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

.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;
  background-color: var(--light-blue);
}

.footer-title-large {
  color: #fff;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-link-2 {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-2:hover {
  opacity: .5;
}

.footer-title-2 {
  color: #fff;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 400;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.privacy-policy-link {
  color: #fff;
  font-weight: 600;
  transition: all .2s;
}

.privacy-policy-link:hover {
  opacity: .5;
}

.paragraph-light {
  color: #fff9;
  font-size: 15px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

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

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.title-wrap-large {
  margin-bottom: 32px;
}

.footer-grid-long {
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
}

.text-rights {
  color: #fff;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-05 {
  background-color: var(--dark-blue);
  padding: 132px 3%;
}

@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;
  }
}
