@font-face {
  font-family: "Neue Regrade Variable Bf 65 Af 35 D 87 B 6 A 7";
  src: url('../fonts/Neue-Regrade-Variable-BF65af35d87b6a7.ttf') format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Regrade Bf 65 Af 35 D 843 Ed 6";
  src: url('../fonts/Neue-Regrade-Medium-BF65af35d843ed6.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Regrade Bf 65 Af 35 D 81 E 682";
  src: url('../fonts/Neue-Regrade-Light-BF65af35d81e682.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Regrade Bf 65 Af 35 D 8315 F 8";
  src: url('../fonts/Neue-Regrade-ExtraBold-Italic-BF65af35d8315f8.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue Regrade Bf 65 Af 35 D 84 E 111";
  src: url('../fonts/Neue-Regrade-Bold-BF65af35d84e111.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff";
  src: url('../fonts/Neue-Regrade-Regular-BF65af35d81f2ff.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Regrade Bf 65 Af 35 D 8354 A 8";
  src: url('../fonts/Neue-Regrade-Semibold-BF65af35d8354a8.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klein;
  src: url('../fonts/Klein-BoldItalic.otf') format("opentype"), url('../fonts/Klein-ExtraBoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Klein;
  src: url('../fonts/Klein-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klein;
  src: url('../fonts/Klein-BookItalic.otf') format("opentype"), url('../fonts/Klein-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Klein;
  src: url('../fonts/Klein-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klein;
  src: url('../fonts/Klein-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klein;
  src: url('../fonts/Klein-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Klein;
  src: url('../fonts/Klein-Bold.otf') format("opentype"), url('../fonts/Klein-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klein;
  src: url('../fonts/Klein-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Klein Book;
  src: url('../fonts/Klein-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klein;
  src: url('../fonts/Klein-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klein;
  src: url('../fonts/Klein-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Klein;
  src: url('../fonts/Klein-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Klein;
  src: url('../fonts/Klein-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klein;
  src: url('../fonts/Klein-ExtraLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Klein;
  src: url('../fonts/Klein-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Argestaheadline;
  src: url('../fonts/ArgestaHeadline-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

body {
  color: #5e4740;
  letter-spacing: -.01em;
  background-color: #faf5ef;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff", sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 112%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 112%;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff", sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Neue Regrade Bf 65 Af 35 D 843 Ed 6", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 120%;
}

h5 {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Neue Regrade Bf 65 Af 35 D 843 Ed 6", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
}

p {
  margin-bottom: 0;
  font-size: 18px;
}

.white {
  color: #fff;
}

.paragraph-14px {
  font-family: Klein, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.paragraph-14px.white {
  text-align: left;
  width: 50%;
  max-width: none;
  padding-top: 10px;
}

.paragraph-18px {
  letter-spacing: -.01em;
  min-width: auto;
  font-family: Klein, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.paragraph-18px.faq-text {
  padding-top: 0;
  padding-left: 0;
  font-weight: 300;
}

.herosell {
  color: #fff;
  font-family: Klein, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

.section.bg-green {
  background-color: #2a4468;
}

.section.team {
  display: none;
}

.container {
  color: #2a4468;
  width: 100%;
  padding: 0 50px 1px;
  font-family: Klein, Arial, sans-serif;
}

.container.c-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container.c-footer {
  padding-bottom: 50px;
}

.container.no-top-padding {
  padding-top: 0;
}

.page-wrapper {
  contain: paint;
}

.hero-home {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.nav-links-wrapper {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  justify-content: flex-start;
  align-items: center;
  font-family: Klein, Arial, sans-serif;
  font-weight: 300;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-family: Klein, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: letter-spacing .35s;
}

.nav-link:hover {
  letter-spacing: .03em;
}

.nav-link.w--current {
  letter-spacing: .1em;
  font-family: Klein, Arial, sans-serif;
  font-weight: 300;
}

.nav-link._2 {
  color: #5e4740;
}

.hero-text-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.hero-heading {
  color: #fff;
  max-width: 750px;
  font-family: Argestaheadline, Times New Roman, sans-serif;
  font-size: 100px;
  line-height: 90%;
}

.hero-heading.mob {
  font-size: 90px;
}

.home-about {
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: block;
}

.header-border {
  grid-column-gap: 240px;
  color: #2a4468;
  border: 0 solid #a8463f33;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.header-border._2 {
  color: #fff;
  border-top-color: #ffffff1a;
  margin-bottom: 25px;
}

.ha-content {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 74px;
  text-decoration: none;
  display: flex;
}

.ha-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 780px;
  height: 500px;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 50px;
  color: #a8463f;
  border: .7px solid #2a4468;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-radius .35s;
  display: flex;
  position: relative;
}

.button:hover {
  border-radius: 20px;
}

.button.button-faq {
  text-transform: uppercase;
  max-width: 200px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button.button-footer {
  color: #fff;
  border-color: #fff;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 160px;
  padding: 10px 17px;
}

.ha-heading {
  color: #ba955d;
  width: 100%;
  max-width: 740px;
  font-family: Argestaheadline, Times New Roman, sans-serif;
  font-size: 45px;
}

.carousel {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  color: #2a4468;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel-heading {
  color: #2a4468;
  font-family: Argestaheadline, Times New Roman, sans-serif;
  font-size: 55px;
  font-style: normal;
  line-height: 100%;
}

.carousel-circle {
  background-color: #2a4468;
  border-radius: 100%;
  width: 9px;
  height: 9px;
}

.big-image {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.home-ups {
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.hu-content {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hu-heading {
  width: 100%;
  max-width: 740px;
  font-family: Klein, Arial, sans-serif;
  font-weight: 200;
}

.hu-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  font-family: Klein, Arial, sans-serif;
  font-weight: 300;
}

.hu-grid.services {
  clear: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  aspect-ratio: auto;
  object-fit: none;
  flex-flow: row;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  align-self: auto;
  place-items: flex-start start;
  width: auto;
  max-width: 66%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.hu-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  max-height: none;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.hu-grid-border {
  grid-row-gap: 10px;
  color: #a8463f;
  border: 0 solid #a8463f4d;
  border-top-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.hu-grid-text-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.home-strategy {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 70px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.hs-text-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 66%;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.footer-accordian {
  outline-offset: 0px;
  border-top: 1px solid #fff3;
  outline: 3px #fff9;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  transform: translate(0);
}

.footer-accordian.last {
  border-bottom: 1px solid #a8463f33;
}

.footer-accordian._2 {
  border-top-color: #ba955d99;
  margin-top: 50px;
  padding-top: 50px;
}

.faq-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-button {
  justify-content: center;
  align-items: center;
  margin-right: 18px;
  display: flex;
  position: relative;
}

.faq-line {
  background-color: #2a4468;
  width: 1px;
  height: 36px;
}

.faq-line._1 {
  background-color: #fff;
}

.faq-line._2 {
  width: 36px;
  height: 1px;
  position: absolute;
  inset: auto;
}

.faq-line._2.white {
  background-color: #fff;
}

.faq-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
  overflow: hidden;
}

.faq-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 516px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.faq {
  width: 100%;
}

.footer {
  background-color: #2a4468;
}

.paragraph {
  color: #fff;
  max-width: 1000px;
  margin-bottom: 25px;
  margin-left: auto;
  font-family: Klein, Arial, sans-serif;
  font-weight: 200;
}

.form-block {
  color: #fff;
}

.form-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.form-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #ffffff26;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.form-text {
  color: #ffffff4d;
  font-family: Klein, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.from-inner {
  width: 100%;
}

.text-field {
  color: #e0e0e0;
  background-color: #fff0;
  border: 1px #000;
  height: 23px;
  margin-bottom: 0;
  padding: 0;
  font-family: Klein, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  overflow: visible;
}

.text-field::placeholder {
  color: #fff;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.checkbox-label {
  color: #ffffffb3;
  margin-left: 10px;
  font-family: Klein, Arial, sans-serif;
  font-weight: 400;
}

.checkbox {
  background-color: #fff0;
  border-radius: 8px;
  width: 27px;
  height: 27px;
}

.form-button-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 50px;
  display: flex;
}

.success-message {
  background-color: #ddd0;
}

.footer-bottom {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px #ffffff26;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.fb-text-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff9;
  flex-flow: column;
  font-family: Klein, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: flex;
}

.menu-button {
  display: none;
}

.ae-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 950px;
  margin-bottom: 70px;
  margin-left: auto;
  display: flex;
}

.ae-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-right: 100px;
  display: flex;
}

.about-ups {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 101px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.au-heading {
  max-width: 950px;
  font-family: Argestaheadline, Times New Roman, sans-serif;
}

.au-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 510px;
  margin-left: auto;
  display: flex;
}

.team {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  display: flex;
}

.team-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.team-inner {
  grid-row-gap: 31.3083px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  display: flex;
}

.team-block {
  grid-row-gap: 24.6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #2a4468;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Argestaheadline, Times New Roman, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.team-profile {
  color: #2a4468;
  text-overflow: clip;
  border: 1px solid #a8463f33;
  border-width: 1px 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.team-social {
  grid-column-gap: 13.4128px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ae-text {
  width: 50%;
  font-weight: 300;
}

.case-single {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top: 1px solid #a8463f33;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.case-single.cms {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top-style: none;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 0;
}

.case-date {
  color: #a8463f;
  font-style: italic;
  font-weight: 500;
}

.case-heading {
  font-style: normal;
}

.case-heading.cms {
  max-width: 660px;
}

.case-image {
  object-fit: cover;
  width: 504px;
  height: 460px;
}

.case-image.cms {
  width: 100%;
  height: 392px;
}

.case-cms {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  border-top: 1px solid #a8463f33;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
  display: flex;
}

.cc-header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 880px;
  display: flex;
}

.cc-date {
  color: #a8463f;
  font-family: "Neue Regrade Bf 65 Af 35 D 843 Ed 6", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

.cc-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cc-rich-text {
  max-width: 900px;
}

.cc-rich-text.second {
  margin-bottom: -30px;
}

.cc-rich-text.second h1 {
  margin-bottom: 70px;
}

.cc-rich-text.second p {
  margin-bottom: 30px;
}

.cc-rich-text h1 {
  margin-bottom: 70px;
}

.cc-rich-text p {
  margin-bottom: 30px;
}

.cc-line {
  background-color: #a8463f33;
  width: 100%;
  height: 1px;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.back-to-cases {
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.invertet-arrow {
  transform: rotate(180deg);
}

.terms-content {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.tc-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 950px;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
}

._404 {
  color: #ba955d;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

._404-carousel {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #a8463f33;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

._404-carousel-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #a8463f;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

._404-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 680px;
  display: block;
}

.about-expertise {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.hh-background {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hh-linear {
  background-image: linear-gradient(#fff0, #2a4468 93%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hh-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block {
  color: #2a4468;
  margin-top: 40px;
  margin-bottom: 50px;
  font-family: Klein, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.bold-text-2 {
  font-family: Klein, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-6, .heading-7, .heading-8, .heading-9 {
  color: #2a4468;
  font-family: Klein, Arial, sans-serif;
  font-weight: 400;
}

.text-block-2 {
  color: #ba955d;
  font-family: Klein, Arial, sans-serif;
  font-weight: 700;
}

.text-block-3, .text-block-4, .text-block-5 {
  color: #ba955d;
  font-weight: 700;
}

.text-block-6 {
  color: #2a4468;
  margin-top: 40px;
  font-family: Klein, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  color: #2a4468;
}

.heading-10 {
  font-family: Argestaheadline, Times New Roman, sans-serif;
}

.paragraph-copy {
  color: #fff;
  -webkit-text-stroke-color: #f7400900;
  text-underline-offset: 1px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: auto;
  max-width: none;
  margin-bottom: 70px;
  margin-left: 0;
  font-family: Klein, Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 125%;
  -webkit-text-decoration: underline #2a4468;
  text-decoration: underline #2a4468;
  text-decoration-thickness: 5px;
}

.heading-15, .heading-16, .heading-17, .heading-18, .heading-19 {
  font-family: Argestaheadline, Times New Roman, sans-serif;
}

.header-border-2 {
  grid-column-gap: 240px;
  color: #2a4468;
  border: 0 solid #a8463f33;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.container-2 {
  width: 100%;
  padding: 100px 50px;
  display: block;
  transform: translate(0);
}

.paragraph-14px-2 {
  color: #2a4468;
  font-family: Klein, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-block-12 {
  color: #2a4468;
  font-family: Klein, Arial, sans-serif;
  font-size: 20px;
}

.slide {
  background-image: url('../images/London.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slider {
  z-index: -1;
  width: 100%;
  height: 100vh;
}

.slide-2 {
  background-image: url('../images/Dubai.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Singapore.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-image {
  aspect-ratio: auto;
  width: 25%;
}

.text-block-13 {
  margin-top: 40px;
}

.text-block-17, .text-block-18 {
  margin-top: 40px;
  font-size: 20px;
}

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

.text-block-21 {
  color: #fff9;
  background-color: #0000;
  margin-bottom: 5px;
  font-size: 14px;
}

.heading-21 {
  color: #fff;
  font-family: Klein Book, Arial, sans-serif;
  font-size: 16px;
}

.text1 {
  color: #ffffffb3;
  padding-right: 60px;
  font-size: 14px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.submit-button-2 {
  letter-spacing: .05em;
  background-color: #2a4468;
  border: 1px solid #fff;
  border-radius: 6px;
  font-family: Klein Book, Arial, sans-serif;
  font-size: 14px;
}

.heading-22 {
  font-size: 36px;
}

.heading-23 {
  margin-bottom: 80px;
  font-family: Argestaheadline, Times New Roman, sans-serif;
  font-size: 60px;
}

.text-block-22 {
  color: #ba955d;
  font-family: Klein, Arial, sans-serif;
}

.text-block-23 {
  margin-bottom: 91px;
  font-family: Klein, Arial, sans-serif;
  font-size: 16px;
}

.text-block-24 {
  margin-bottom: 25px;
  font-family: Klein, Arial, sans-serif;
  font-size: 36px;
  font-weight: 200;
}

.link-block {
  width: auto;
  max-width: 1000px;
  margin-left: auto;
  display: block;
}

.div-block {
  -webkit-text-stroke-color: #f74009;
}

.checkbox-label-2 {
  max-width: 300px;
  padding-left: 18px;
  font-size: 18px;
}

.div-block-2 {
  height: 35px;
}

@media screen and (min-width: 1280px) {
  .link-block {
    margin-top: 25px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 25px;
  }

  .paragraph-18px {
    font-size: 22.5px;
  }

  .container.c-nav {
    z-index: 99;
    position: relative;
  }

  .page-wrapper {
    display: block;
  }

  .brand {
    z-index: 99;
    position: relative;
  }

  .nav-links-wrapper {
    z-index: 98;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #2a4468;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 140px;
    padding-bottom: 0;
    display: none;
    position: absolute;
    inset: 0 0% auto auto;
    overflow: hidden;
  }

  .nav-links-wrapper._2 {
    background-color: #faf5ef;
  }

  .nav-link {
    letter-spacing: .1em;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 30px;
    font-weight: 300;
  }

  .nav-link.w--current {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    font-size: 30px;
    font-weight: 300;
    display: flex;
  }

  .hero-text-wrapper {
    margin-left: 0;
  }

  .home-about {
    grid-row-gap: 50px;
  }

  .ha-content {
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .ha-wrapper {
    height: auto;
  }

  .carousel-heading {
    font-size: 55px;
  }

  .big-image {
    height: 400px;
  }

  .hu-grid.services {
    box-sizing: border-box;
    clear: none;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    max-width: 100%;
    position: static;
  }

  .home-strategy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .hs-text-wrapper {
    max-width: none;
    margin-bottom: 0;
  }

  .menu-button {
    z-index: 99;
    cursor: pointer;
    width: 40px;
    display: flex;
    position: relative;
  }

  .ae-wrapper {
    padding-right: 0;
  }

  .about-ups {
    grid-row-gap: 50px;
  }

  .au-text-wrapper {
    width: 100%;
    max-width: none;
  }

  .team-wrapper {
    flex-flow: wrap;
  }

  .case-single {
    flex-flow: column;
  }

  .terms-content, .about-expertise {
    grid-row-gap: 50px;
  }

  .hh-background, .hh-linear {
    display: block;
  }

  .hh-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .slide {
    background-position: 60%;
  }

  .slide-3 {
    background-position: 70%;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-18px {
    font-size: 20px;
  }

  .container {
    padding: 70px 20px;
  }

  .container.no-top-padding {
    padding-bottom: 0;
  }

  .hero-heading {
    font-size: 90px;
  }

  .carousel-heading {
    font-size: 40px;
  }

  .big-image {
    height: 300px;
  }

  .hu-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-block {
    display: none;
  }

  .about-ups {
    margin-bottom: 0;
  }

  .team-inner {
    max-width: none;
  }

  .container-2 {
    padding: 70px 20px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }
}

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

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

  .paragraph-14px.white {
    text-align: left;
    flex: 0 auto;
    align-self: flex-start;
    width: 100%;
  }

  .container {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .nav-links-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #2a4468;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-bottom: 0;
    display: none;
    top: 0;
  }

  .nav-links-wrapper._2 {
    display: none;
  }

  .nav-link.w--current {
    display: block;
  }

  .hero-heading {
    font-size: 18vw;
  }

  .hero-heading.mob {
    font-size: 16vw;
  }

  .ha-heading {
    font-size: 30px;
  }

  .carousel, .carousel-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .carousel-heading {
    font-size: 40px;
  }

  .big-image {
    height: 200px;
  }

  .hu-heading {
    font-size: 30px;
  }

  .hu-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .hu-grid-wrapper {
    max-width: none;
    padding-right: 0;
  }

  .faq-trigger {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .paragraph {
    margin-top: 20px;
    font-size: 35px;
  }

  .form-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .checkbox-field {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-button-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .ae-wrapper {
    flex-flow: column;
  }

  .au-heading {
    font-size: 30px;
  }

  .team-inner {
    max-width: none;
  }

  .ae-text {
    width: 100%;
  }

  .case-image {
    width: 100%;
    height: 300px;
  }

  .collection-list {
    flex-flow: column;
    display: flex;
  }

  .hh-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-10 {
    font-size: 30px;
  }

  .paragraph-copy {
    margin-top: 20px;
    font-size: 18px;
  }

  .slide {
    background-position: 67%;
  }

  .slide-3 {
    background-position: 70%;
  }

  .image-8, .image-9 {
    max-width: 90%;
  }

  .container-4 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-block {
    text-decoration-color: #00e0;
  }

  .error-message {
    background-color: red;
  }

  .checkbox-label-2 {
    min-width: 300px;
    max-width: 400px;
  }

  .div-block-2 {
    height: 35px;
  }
}


@font-face {
  font-family: 'Neue Regrade Variable Bf 65 Af 35 D 87 B 6 A 7';
  src: url('../fonts/Neue-Regrade-Variable-BF65af35d87b6a7.ttf') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Regrade Bf 65 Af 35 D 843 Ed 6';
  src: url('../fonts/Neue-Regrade-Medium-BF65af35d843ed6.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Regrade Bf 65 Af 35 D 81 E 682';
  src: url('../fonts/Neue-Regrade-Light-BF65af35d81e682.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Regrade Bf 65 Af 35 D 8315 F 8';
  src: url('../fonts/Neue-Regrade-ExtraBold-Italic-BF65af35d8315f8.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Regrade Bf 65 Af 35 D 84 E 111';
  src: url('../fonts/Neue-Regrade-Bold-BF65af35d84e111.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Regrade Bf 65 Af 35 D 81 F 2 Ff';
  src: url('../fonts/Neue-Regrade-Regular-BF65af35d81f2ff.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Regrade Bf 65 Af 35 D 8354 A 8';
  src: url('../fonts/Neue-Regrade-Semibold-BF65af35d8354a8.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klein';
  src: url('../fonts/Klein-BoldItalic.otf') format('opentype'), url('../fonts/Klein-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Klein';
  src: url('../fonts/Klein-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klein';
  src: url('../fonts/Klein-BookItalic.otf') format('opentype'), url('../fonts/Klein-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Klein';
  src: url('../fonts/Klein-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klein';
  src: url('../fonts/Klein-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klein';
  src: url('../fonts/Klein-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Klein';
  src: url('../fonts/Klein-Bold.otf') format('opentype'), url('../fonts/Klein-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klein';
  src: url('../fonts/Klein-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Klein Book';
  src: url('../fonts/Klein-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klein';
  src: url('../fonts/Klein-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klein';
  src: url('../fonts/Klein-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Klein';
  src: url('../fonts/Klein-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Klein';
  src: url('../fonts/Klein-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klein';
  src: url('../fonts/Klein-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Klein';
  src: url('../fonts/Klein-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argestaheadline';
  src: url('../fonts/ArgestaHeadline-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}