:root {
  --raisin-black: #201E23;
  --ecru: #D9B775;
  --dune: #D9C8AE;
  --platinum: #DFDFE1;
  --sea-salt: #F9F9F8;
  --primary-200: #EEEBF2;
  --primary-500: #9D9AA0;
  --primary-600: #747177;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter Medium", system-ui;
}

h1 {
  font-size: 64px;
  line-height: 88px;
  letter-spacing: -.02rem;
}

h2 {
  font-size: 56px;
  line-height: 80px;
  letter-spacing: -.02rem;
}

h3 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -.02rem;
}

html body main .leadText {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1.5px;
}

.bodyLarge {
  font-size: 18px;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
}

main div,
nav,
section,
header,
ul,
form,
.btn,
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 14px;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 27px;
}

body,
main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--raisin-black);
  font-family: "Urbanist", system-ui;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--sea-salt);
  width: 100%;
  margin: auto;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--sea-salt);
  border-bottom: 1px solid var(--raisin-black);
  width: 100%;
  position: fixed;
  z-index: 1000;
}

header .headerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
  width: 1300px;
  margin: 15px auto;
  padding: 20px;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

header nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 500px;
  margin-left: 10px;
}

header nav a {
  padding: 15px 18px;
  border-radius: 5px;
  margin-right: 20px;
}

header nav:not(:hover) a.active {
  background-color: var(--primary-200);
  font-weight: 700;
}

header nav a.active {
  font-weight: 700;
}

header nav a:hover {
  background-color: var(--primary-200);
}

header nav ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  list-style: none;
}

header nav ul li {
  font-weight: 500;
}

header #langLink {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 20px;
}

header .headerContent > a.logo {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .headerContent > a.logo > img {
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  max-height: 100%;
}

header > a {
  max-width: 15%;
  max-height: 100%;
}

.headerPlaceholder {
  min-height: 81px;
  height: 81px;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  position: relative;
}

section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.section {
  margin: 20px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0px 20px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          flex: 1 1 auto;

}

section.section div {
  width: 100%;
  max-width: 1200px;
  margin: 50px;
}

section.subnav {
  max-width: 1200px;
  width: 100%;
}

section.subnav ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.subnav ul li {
  margin: 20px 23px;
  font-size: 18px;
  font-family: "Inter Medium", system-ui;
}

section.subnav ul li a:not(:hover) {
  color: var(--primary-600);
}

section.hero {
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1300px;
  max-width: 100%;
  font-size: 24px;
  margin-top: 0px;
}

section.hero .backgroundRectangle {
  height: 550px;
  width: 100%;
  position: absolute;
}

.backgroundRectangle.ecru {
  background-color: var(--ecru);
}

.backgroundRectangle.dune {
  background-color: var(--dune);
}

.backgroundRectangle.platinum {
  background-color: var(--platinum);
}

section.hero .herotext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px auto;
  margin-top: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: auto;
      -ms-flex-pack: auto;
          justify-content: auto;
  width: 700px;
  text-align: center;
  max-width: 100%;
}

section.hero .heroimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  position: relative;
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  overflow: hidden;
  height: 700px;
  max-width: 1100px;
}

section.slogan {
  margin: 50px auto;
}

section.slogan p {
  max-width: 800px;
  margin: auto;
  margin: 50px auto;
  text-align: center;
}

section.slogan p.secondary {
  margin: 0;
}

.primarybtn {
  background-color: var(--raisin-black);
  color: var(--sea-salt);
  padding: 20px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0px;
}

.btn svg {
  width: 100%;
  height: 100%;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--raisin-black);
  color: var(--sea-salt);
  min-height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 40px;
}

footer > * {
  margin: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-link {
  color: var(--sea-salt);
  margin-left: 40px;
}

footer img {
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  margin: 0 20px;
  -webkit-user-select: none;
}

label.hamburger {
  display: none;
  z-index: 12;
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

label.hamburger svg {
  width: 40px;
  height: 40px;
}

.bold {
  font-weight: 700;
}

div.loader {
  border: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #e0b44c;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  -webkit-animation: spin 0.5s linear infinite;
          animation: spin 0.5s linear infinite;
  margin: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

html {
  scroll-padding-top: 81px;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  header .headerContent > a.logo {
    max-width: 30%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }

  header .headerContent {
    padding: 0px 20px;
  }

  header nav {
    display: none;
  }

  header nav a {
    margin-right: 0px;
  }

  header input.hamburgertoggle:checked ~ nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    height: 100vh;
    z-index: 10;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin: 0;
    min-width: 100%;
  }

  header input.hamburgertoggle:checked ~ nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    max-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  header > a,
  header > a > img {
    margin: auto;
  }

  header label.hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
  }

  main section.section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  section.section img {
    margin: 10px auto;
    width: 100%;
    max-height: 300px;
  }

  section.hero .herotext {
    padding: 50px;
    height: 50%;
    justify-content: space-between;
  }

  section.hero .heroimg {
    max-width: 90%;
    height: 300px;
  }

  footer {
    padding: 0px;
    font-size: 14px;
    min-height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  footer > div {
    width: 100%;
  }

  section.subnav ul {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
