@font-face {
  font-family: Hubotsans Slnt Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hauora Wght;
  src: url('../fonts/Hauorawght.ttf') format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --dark-grey: #a1a1a1;
  --yellow: #fd0;
  --ivory: #fffdf0;
  --cornsilk-2: #fffbe5;
  --alice-blue: #f0f5ff;
  --honeydew-section: #ecfcf4;
  --cornsilk: #fffbe5;
  --ghost-white: #f7f8fc;
}

.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-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: var(--black);
  background-color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  text-transform: none;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

a {
  color: var(--dark-grey);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 12px;
}

li {
  padding-bottom: 4px;
  font-size: 15px;
}

blockquote {
  border-left: 3px solid var(--yellow);
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0 20px;
  font-family: Hauora Wght, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
}

figcaption {
  color: #e7fbfc99;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 500;
}

.utility-page-wrap {
  background-color: #fff;
  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: center;
  display: flex;
}

.subhead {
  font-size: 21px;
  line-height: 1.4;
}

.subhead._0px {
  margin-bottom: 0;
  font-size: 18px;
}

.input {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 100px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.input:hover {
  border-color: #111314;
}

.input:focus {
  color: #444;
  border-color: #111314;
}

.input::placeholder {
  color: #888;
  font-size: 16px;
  font-weight: 500;
}

.margin-15px {
  margin-top: 15px;
}

.margin-60px {
  margin-top: 60px;
}

.section {
  padding: 150px 5%;
  position: relative;
}

.section.for-inner {
  padding-top: 186px;
}

.section.gray {
  background-color: var(--ivory);
}

.section.gray.add-image {
  background-image: url('../images/polygon-scatter-haikei-6.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.cta {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.section._100px-down {
  padding-bottom: 50px;
}

.section.overflow {
  overflow: hidden;
}

.section._50px-top {
  padding-top: 50px;
}

.margin-25px {
  margin-top: 25px;
}

.margin-20px {
  margin-top: 20px;
}

.container {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.hide-st-rre {
  display: none;
}

.button {
  background-color: var(--yellow);
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 17px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  background-color: var(--black);
  color: #fff;
}

.button.full {
  width: 100%;
}

.button.full.margin {
  margin-top: 7px;
}

.page-content {
  background-color: var(--black);
}

.margin-40px {
  margin-top: 40px;
}

.margin-30px {
  margin-top: 30px;
}

.page-wrapper {
  background-color: #fff;
}

.margin-50px {
  margin-top: 50px;
}

.services-wrapper {
  align-items: center;
  width: 50%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.photo-line-animation {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.photo-move-2 {
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.field-label {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  font-size: 12px;
  font-weight: 600;
}

.field-label.add-margin {
  margin-bottom: 20px;
}

.photo-move {
  max-width: 95%;
  position: relative;
  overflow: hidden;
}

.line-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.toggle-main-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.uppercase {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.project-grid-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: flex;
}

.info-flex {
  background-color: var(--cornsilk-2);
  background-image: url('../images/polygon-scatter-haikei-3.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  flex-direction: column;
  justify-content: center;
  padding: 40px 50px;
  display: flex;
}

.project-line-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.rounded-image {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.rich-text-minus-20px {
  margin-top: -20px;
}

.info-content {
  grid-column-gap: 50px;
  border-bottom: 1px solid var(--black);
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 5px;
  display: flex;
}

.navigation-main {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
  display: grid;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  width: 300px;
}

.menu-square {
  z-index: 2;
  grid-row-gap: 14px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hamburger-line {
  background-color: var(--black);
  width: 100%;
  height: 2px;
}

.hamburger-circle {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.circle-absolute {
  background-color: var(--yellow);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.menu-big {
  z-index: 888;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-background {
  background-color: var(--yellow);
  flex-direction: column;
  position: absolute;
  inset: 0%;
}

.menu-content {
  z-index: 3;
  position: relative;
}

.navigation-items {
  z-index: 99;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-link-move {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav-text-wrapper {
  height: 92px;
  overflow: hidden;
}

.text-line {
  color: var(--black);
  text-transform: capitalize;
  font-size: 96px;
  font-weight: 600;
  line-height: .9;
  display: block;
}

.text-full {
  color: var(--black);
  font-size: 96px;
  font-weight: 600;
  line-height: .9;
}

.flex-tag {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.flex-tag.split {
  justify-content: center;
}

.flex-tag.split.ok {
  justify-content: space-between;
}

.card-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-block.second {
  height: 40svh;
}

.button-underline {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.photo-animation-1 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.text-gray {
  background-color: var(--black);
  color: var(--yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  position: relative;
  top: -24px;
}

.checkout-form {
  color: var(--black);
  padding-top: 71px;
  padding-bottom: 71px;
}

.contact-link {
  z-index: 2;
  background-color: var(--yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 29px;
  display: flex;
  position: relative;
  overflow: visible;
}

.numbers {
  z-index: 2;
  justify-content: flex-start;
  height: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.numbers.on-preloader {
  height: 100px;
}

.number-digit {
  text-align: center;
  font-size: 150px;
  font-weight: 500;
  line-height: 150px;
}

.number-digit.other-color {
  color: var(--black);
  font-family: Oswald, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.number-digit.other-color.light {
  margin-top: 3px;
  margin-left: 6px;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.social-icon-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-loading {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-overlay {
  background-color: var(--yellow);
  position: absolute;
  inset: 0%;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-grid._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.blog-wrapper {
  color: var(--black);
  width: 100%;
  text-decoration: none;
}

.blog-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa242a;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

.success-message {
  background-color: var(--yellow);
  text-align: center;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
}

.hero {
  background-image: url('../images/hero_1.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 95svh;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.inner {
  background-image: url('../images/polygon-scatter-haikei-8.svg');
  min-height: auto;
  padding-top: 230px;
  padding-bottom: 114px;
}

.hero.inner.normal {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 170px;
}

.social-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.social-wrapper.center {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.animation-image {
  z-index: 1;
  width: 20px;
  position: relative;
}

.animation-image.biger {
  width: 23px;
}

.social-circle {
  background-color: var(--yellow);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-liner {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.display-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hauora Wght, sans-serif;
  font-size: 10vw;
  font-weight: 700;
  line-height: 1;
}

.display-1.uppercase {
  font-size: 11vw;
}

.display-1.uppercase.center {
  text-align: center;
  font-size: 9vw;
}

.display-1.blog-page {
  text-transform: uppercase;
  font-size: 7vw;
  line-height: 1.1;
}

.display-1.st-rre {
  text-indent: -.7vw;
  font-size: 12vw;
}

.statistics-grid {
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.statistics-block {
  text-align: center;
  background-color: #fffbe5;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 70px 45px;
  display: flex;
}

.statistics-block.second {
  background-color: #fff8cc;
}

.statistics-block.third {
  background-color: #fff4b2;
}

.statistic-number {
  border-bottom-color: #ffffff4d;
  margin-bottom: 20px;
  font-size: 76px;
  font-weight: 500;
  line-height: 1;
}

.block-gray {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.work-wrapper-first {
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.max-w-width {
  text-align: center;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-width.left {
  text-align: left;
  max-width: 420px;
}

.max-w-width.left.flex {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-150px {
  margin-top: 150px;
}

.margin-150px.make-it-150px {
  display: block;
}

.copyright {
  color: #505050;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.margin-70px {
  margin-top: 70px;
}

.team-name-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.job-role {
  opacity: .54;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-10px {
  margin-top: 10px;
}

.line-text {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
  font-size: 10vw;
}

.line-text.mindre {
  text-indent: -.1vw;
  margin-top: 0;
  font-size: 4.18vw;
  line-height: 1em;
}

.arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  margin-left: 4px;
  display: flex;
}

.button-underline-2 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
}

.button-label {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
  position: relative;
}

.button-label.invert {
  filter: invert();
}

.label-button {
  font-size: 14px;
  font-weight: 700;
}

.icon-arrow {
  width: 18px;
}

.button-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.button-arrow-link {
  background-color: var(--yellow);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 14px 23px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-arrow-link.dark {
  background-color: var(--black);
}

.left-subhead-wrapper {
  max-width: 403px;
}

.overlay-bottom {
  background-image: linear-gradient(#0000, #fff 94%);
  justify-content: center;
  align-items: flex-end;
  min-height: 200px;
  padding-bottom: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.logo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 40%;
  display: grid;
}

.living-logo {
  position: relative;
  top: 5px;
}

.featured-flex {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.make-gray {
  color: #949494;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.first {
  width: 85%;
  max-width: 100%;
}

.image-wrapper.small {
  width: 100%;
  height: 25rem;
}

.cover-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.founder-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.photo {
  object-fit: cover;
  border-radius: 100%;
  flex: none;
  width: 90px;
  height: 90px;
}

.ceo-name {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 20px;
}

.role {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-size: 16px;
}

.display-2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3;
}

.expertise-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.toogle-max-w {
  max-width: 100%;
}

.toggle-wrapper {
  text-align: left;
  margin-top: -1px;
}

.toggle-header {
  grid-column-gap: 15px;
  border-bottom: 1px solid var(--black);
  color: var(--black);
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.toogle-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

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

.line-2 {
  background-color: #151414;
  width: 100%;
  height: 3px;
  position: absolute;
  transform: rotate(90deg);
}

.toggle-content {
  overflow: hidden;
}

.toggle-space {
  padding: 25px 0 15px;
}

.flex-faq {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  display: flex;
}

.circle-faq {
  background-color: var(--yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: flex;
}

.display-3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 34px;
}

.sticky-wrapper {
  width: 100%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 150px;
}

.sticky-wrapper.second {
  top: 160px;
}

.sticky-wrapper.third {
  top: 170px;
}

.sticky-wrapper.fourth {
  top: 180px;
}

.photo-work {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.project-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hauora Wght, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.project-title.small {
  font-size: 30px;
}

.work-overlay {
  background-image: linear-gradient(#fff0 71%, #15141433);
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-title-flex {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-title-flex.absolute {
  z-index: 2;
  padding: 0 18px 45px;
  position: absolute;
  inset: auto 0% 0%;
}

.project-title-flex.absolute._35px {
  padding-bottom: 35px;
}

.category-text {
  z-index: 5;
  color: #151414bf;
  background-color: #fff;
  border-radius: 40px;
  flex: none;
  padding: 7px 18px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: 20px 20px auto auto;
}

.project-photo {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.project-photo.add-interaction {
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
  overflow: hidden;
}

.title-flex-main {
  flex-direction: column;
  height: 41px;
  display: flex;
  overflow: hidden;
}

.title-flex-main._30px {
  height: 31px;
}

.cta-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.cta-overlay {
  background-color: var(--cornsilk-2);
  background-image: url('../images/polygon-scatter-haikei-2.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 66%;
  position: absolute;
  inset: auto 0% 0%;
}

.right-cta {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30%;
}

.small-icon {
  width: 70px;
  height: 70px;
}

.step-circle-icon {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.step-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.1;
}

.grid-3-columns {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.step-box-main {
  background-color: var(--ivory);
  background-image: none;
  border-radius: 7px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.step-box-main.white {
  background-color: #fff;
}

.testimonials-wrapper {
  background-color: var(--ivory);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 40px 35px;
  display: flex;
}

.arrow-right {
  background-color: var(--yellow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.arrow-right:hover {
  transform: scale(1.1)translate(0, -50%);
}

.testimonials-name {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}

.hidden-desktop {
  display: none;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.arrow-left {
  background-color: var(--yellow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
}

.arrow-left:hover {
  transform: scale(1.1)translate(0, -50%);
}

.mask-max-w {
  max-width: 500px;
  height: 100%;
  overflow: visible;
}

.star-wrapper {
  grid-column-gap: 5px;
  margin-bottom: 10px;
  display: flex;
}

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

.testimonials-slide {
  margin-right: 30px;
}

.name-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.foorer-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer-main-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .9fr auto;
  align-items: start;
}

.footer {
  z-index: 2;
  padding: 91px 5% 30px;
  position: relative;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer-link-main {
  color: #26272b;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link-main:hover {
  color: #838383;
}

.footer-link-main.header {
  justify-content: center;
  align-items: center;
}

.footer-title {
  color: #757575;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Hauora Wght, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.footer-title.dark {
  color: var(--black);
}

.footer-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 81%;
  display: flex;
}

.absolute-footer-top {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -71px 0% auto;
}

.logo-center {
  width: 120px;
}

.project-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.work-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-grid-main {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.contact-form-right-side {
  background-color: #f7f8fc;
  background-image: url('../images/polygon-scatter-haikei.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  align-items: center;
  padding: 35px 55px;
  display: flex;
}

.right-link {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  transition: color .3s;
}

.right-link:hover {
  text-decoration: none;
}

.contact-details-flex {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.label {
  color: #fff;
  max-width: 88%;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.label.dark {
  color: #000;
  max-width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
}

.input-2 {
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 30px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px 20px 16px 22px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.input-2::placeholder {
  color: var(--black);
  font-size: 15px;
  font-weight: 600;
}

.form-grid {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-area {
  border: 2px solid var(--black);
  background-color: #0000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 15px 20px 35px;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
}

.text-area:focus {
  color: #211f54;
}

.text-area::placeholder {
  color: #202125;
  font-size: 15px;
  font-weight: 600;
}

.photo-gallery-wrapper {
  overflow: hidden;
}

.photo-gallery {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.photo-1 {
  width: 100%;
  max-width: 450px;
}

.photo-1.second {
  max-width: 450px;
}

.photo-1.third {
  max-width: 400px;
}

.photo-1.fourth {
  max-width: 700px;
}

.lightbox {
  z-index: 2;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: auto 343px 32px auto;
  transform: rotate(-13deg);
}

.button-cricle {
  grid-column-gap: 10px;
  background-color: var(--yellow);
  opacity: 1;
  color: var(--black);
  text-transform: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-cricle:hover {
  transform: scale(1.1);
}

.play-button {
  filter: invert();
}

.div-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: auto;
  display: grid;
}

.gjennomsiktig-tekst {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
}

.div-block-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-header {
  z-index: -1;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.image.scale-in {
  border: 1px #1c3e6126;
}

.gallery-cta {
  background-color: #0006;
  border-radius: 30px;
  padding: 13px 22px;
}

@media screen and (min-width: 1440px) {
  .image-wrapper.small {
    height: 40rem;
  }

  .form-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 991px) {
  .subhead {
    font-size: 19px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.for-inner {
    padding-top: 155px;
  }

  .services-wrapper {
    width: 70%;
  }

  .project-grid-main {
    flex-direction: column;
    display: flex;
  }

  .info-flex {
    width: 100%;
  }

  .project-line-divider {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .navigation-main {
    grid-template-columns: .5fr 1.65fr .25fr;
    padding-left: 3%;
    padding-right: 3%;
  }

  .navigation-items {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .nav-text-wrapper {
    height: 65px;
  }

  .text-line, .text-full {
    font-size: 70px;
  }

  .card-block.second {
    height: 32svh;
  }

  .text-gray {
    top: -10px;
  }

  .blog-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-grid._4 {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    background-position: 100% 100%;
    background-size: 400px;
    min-height: auto;
    padding-top: 220px;
    padding-bottom: 230px;
  }

  .hero.inner {
    background-position: 100% 0;
    padding-top: 170px;
    padding-bottom: 60px;
  }

  .hero.inner.normal {
    padding-top: 150px;
  }

  .display-1 {
    font-size: 14vw;
  }

  .statistics-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .statistics-block {
    padding-left: 32px;
    padding-right: 32px;
  }

  .max-w-width {
    max-width: 85%;
  }

  .margin-150px {
    margin-top: 100px;
  }

  .hide-social {
    display: none;
  }

  .team-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .line-text {
    font-size: 15vw;
  }

  .logo-grid {
    max-width: 90%;
  }

  .featured-flex {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .who-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: start;
  }

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

  .image-wrapper.first {
    width: 90%;
  }

  .cover-image {
    transition: opacity .2s;
  }

  .cover-image:hover {
    opacity: .8;
  }

  .founder-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 25px;
  }

  .display-2 {
    font-size: 37px;
  }

  .toggle-header {
    font-size: 24px;
  }

  .toogle-icon {
    width: 20px;
    height: 19px;
  }

  .project-title {
    font-size: 24px;
  }

  .project-title.small {
    font-size: 27px;
  }

  .project-title-flex.absolute {
    grid-row-gap: 10px;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .project-title-flex.absolute._35px {
    padding-bottom: 21px;
  }

  .title-flex-main {
    height: 26px;
  }

  .right-cta {
    padding-bottom: 35%;
  }

  .grid-3-columns {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .step-box-main {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .mask-max-w {
    position: static;
  }

  .footer-main-grid {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    z-index: 30;
  }

  .footer-left-wrapper {
    max-width: 70%;
  }

  .absolute-footer-top {
    z-index: 20;
  }

  .mascot {
    width: 300px;
  }

  .hide-div {
    display: none;
  }

  .contact-grid-main {
    grid-row-gap: 30px;
    grid-template-columns: 1.2fr;
    margin-top: 0;
  }

  .photo-1 {
    max-width: 320px;
  }

  .photo-1.second {
    max-width: 300px;
  }

  .photo-1.third {
    max-width: 280px;
  }

  .photo-1.fourth {
    max-width: 550px;
  }

  .image {
    object-fit: cover;
  }

  .gallery-cta {
    padding: 2vw 3vw;
  }
}

@media screen and (max-width: 767px) {
  .subhead {
    font-size: 19px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.for-inner {
    padding-top: 150px;
  }

  .section.gray.add-image {
    padding-bottom: 95px;
  }

  .container.hide {
    display: none;
  }

  .container.hide-st-rre.vis-mindre {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .services-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }

  .project-grid-main {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .navigation-main {
    grid-template-columns: .5fr .5fr;
  }

  .menu-big {
    flex-direction: column;
    align-items: stretch;
  }

  .navigation-items {
    align-items: center;
  }

  .nav-text-wrapper {
    height: auto;
  }

  .text-full {
    font-size: 95px;
    display: none;
  }

  .card-block.second {
    height: 37svh;
  }

  .contact-link {
    margin-top: 40px;
  }

  .numbers {
    height: 120px;
  }

  .numbers.on-preloader {
    height: 100px;
  }

  .number-digit {
    font-size: 120px;
    line-height: 120px;
  }

  .number-digit.other-color {
    font-size: 100px;
    line-height: 100px;
  }

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

  .hero {
    background-size: 320px;
    padding-top: 145px;
  }

  .display-1 {
    font-size: 15vw;
  }

  .statistics-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .max-w-width.left.flex {
    max-width: 100%;
  }

  .margin-150px.make-it-150px {
    margin-top: 150px;
  }

  .team-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .line-text {
    font-size: 15vw;
  }

  .left-subhead-wrapper {
    max-width: 300px;
  }

  .logo-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .living-logo {
    width: 60%;
  }

  .featured-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .image-wrapper.first {
    width: 100%;
  }

  .cover-image {
    transition-property: none;
  }

  .cover-image:hover {
    opacity: 1;
  }

  .display-2 {
    font-size: 30px;
  }

  .expertise-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .sticky-wrapper {
    margin-bottom: 30px;
    position: relative;
    top: 0;
  }

  .sticky-wrapper.second, .sticky-wrapper.third, .sticky-wrapper.fourth {
    top: 0;
  }

  .category-text {
    transition: opacity .2s;
  }

  .category-text:hover {
    opacity: .7;
  }

  .project-photo.add-interaction:hover {
    opacity: 1;
  }

  .cta-overlay {
    height: 77%;
  }

  .right-cta {
    padding-bottom: 24%;
  }

  .step-title {
    margin-bottom: 15px;
  }

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

  .step-box-main {
    padding-bottom: 40px;
  }

  .arrow-right {
    font-size: 22px;
    line-height: 24px;
    inset: auto 35% -122px auto;
  }

  .arrow-left {
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -122px 35%;
  }

  .footer-main-grid {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .footer {
    z-index: 10;
  }

  .footer-grid {
    grid-column-gap: 1.5rem;
  }

  .footer-link-main:hover {
    color: #667085;
  }

  .footer-left-wrapper {
    max-width: 90%;
  }

  .absolute-footer-top {
    z-index: 20;
    top: -61px;
  }

  .logo-center {
    width: 100px;
  }

  .work-grid, .contact-grid-main {
    grid-template-columns: 1fr;
  }

  .label {
    max-width: 95%;
  }

  .form-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .photo-1, .photo-1.second {
    max-width: 290px;
  }

  .photo-1.third, .photo-1.fourth {
    max-width: 260px;
  }

  .lightbox {
    right: 41px;
  }

  .hide-mindre {
    display: none;
  }

  .gallery-cta {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

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

  .subhead {
    max-width: 100%;
    font-size: 20px;
  }

  .input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.for-inner {
    padding-top: 90px;
  }

  .margin-50px {
    margin-top: 30px;
  }

  .services-wrapper {
    width: 100%;
  }

  .photo-move-2, .photo-move {
    max-width: 100%;
  }

  .line-divider {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .uppercase {
    font-size: 15px;
  }

  .project-grid-main {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .info-flex {
    padding: 29px 16px;
  }

  .info-content {
    grid-column-gap: 15px;
    justify-content: flex-start;
  }

  .navigation-main {
    grid-template-columns: 1fr 1fr;
    padding: 4px 2% 4px 1%;
  }

  .hamburger-circle {
    width: 60px;
    height: 60px;
  }

  .circle-absolute.hide, .menu-big {
    display: none;
  }

  .text-line {
    font-size: 44px;
  }

  .text-full {
    font-size: 93px;
  }

  .flex-tag.split {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-block.second {
    height: 26svh;
  }

  .text-gray {
    width: 28px;
    height: 28px;
    font-size: 11px;
    top: -2px;
  }

  .numbers, .numbers.on-preloader {
    height: 80px;
  }

  .number-digit, .number-digit.other-color {
    font-size: 80px;
    line-height: 80px;
  }

  .blog-grid, .blog-grid._4 {
    grid-template-columns: 1fr;
  }

  .hero {
    background-size: 200px;
    padding-top: 78px;
  }

  .hero.inner {
    background-size: cover;
    padding-top: 114px;
    padding-bottom: 50px;
  }

  .hero.inner.normal {
    padding-top: 100px;
  }

  .display-1.blog-page {
    font-size: 10vw;
  }

  .display-1.st-rre {
    font-size: 29vw;
  }

  .statistics-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .statistics-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .statistic-number {
    font-size: 60px;
  }

  .max-w-width {
    max-width: 100%;
  }

  .margin-70px._50px {
    margin-top: 50px;
  }

  .hide-social {
    display: none;
  }

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

  .line-text.mindre {
    font-size: 10vw;
  }

  .label-button {
    font-size: 16px;
  }

  .button-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-arrow-link {
    padding-left: 30px;
    padding-right: 25px;
  }

  .overlay-bottom {
    background-image: linear-gradient(#0000, #fff 76%);
    min-height: 150px;
    padding-bottom: 35px;
  }

  .logo-grid {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .cover-image {
    max-width: 100%;
  }

  .display-2 {
    font-size: 33px;
  }

  .display-2.mindre {
    font-size: 29px;
  }

  .toggle-header {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
  }

  .toogle-icon {
    flex: none;
    width: 18px;
    height: 17px;
  }

  .line-1, .line-2 {
    height: 2px;
  }

  .toggle-space {
    padding-right: 0;
  }

  .circle-faq {
    font-size: 12px;
  }

  .project-title.small {
    font-size: 22px;
  }

  .project-title-flex {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-title-flex.absolute {
    align-items: center;
  }

  .project-title-flex.absolute._35px {
    padding-bottom: 19px;
  }

  .category-text {
    top: 10px;
    right: 10px;
  }

  .title-flex-main._30px {
    height: 24px;
  }

  .cta-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .cta-overlay {
    height: 50%;
  }

  .right-cta {
    max-width: 100%;
    padding-bottom: 40px;
  }

  .step-title {
    font-size: 19px;
  }

  .step-box-main {
    padding-left: 29px;
    padding-right: 29px;
  }

  .testimonials-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow-right {
    width: 55px;
    min-width: 55px;
    height: 55px;
    min-height: 55px;
    bottom: -110px;
    right: 30%;
  }

  .arrow-left {
    width: 55px;
    min-width: 55px;
    height: 55px;
    min-height: 55px;
    bottom: -110px;
    left: 30%;
  }

  .footer-main-grid {
    grid-row-gap: 48px;
  }

  .footer {
    z-index: 30;
    padding-top: 80px;
  }

  .footer-grid {
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .contact-form-right-side {
    padding: 48px 24px;
  }

  .right-link {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-details-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .label {
    font-size: 24px;
    line-height: 28px;
  }

  .input-2 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .contact-form-left-side {
    padding-left: 0;
    padding-right: 0;
  }

  .text-area {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .photo-gallery {
    grid-column-gap: 15px;
  }

  .photo-1 {
    max-width: 180px;
  }

  .photo-1.second {
    max-width: 160px;
  }

  .photo-1.third {
    max-width: 200px;
  }

  .photo-1.fourth {
    max-width: 170px;
  }

  .lightbox {
    bottom: -14px;
    right: 7px;
  }

  .gallery-cta {
    padding: 2vw 4vw;
  }
}

#w-node-_75d07ac4-56e8-cfc4-d769-ac29e075840f-fb33c7f9, #w-node-_75d07ac4-56e8-cfc4-d769-ac29e0758410-fb33c7f9 {
  justify-self: center;
}

#w-node-_8faf2d61-7e8e-cbd2-4157-b81bfbf08684-fb33c7f9, #w-node-e3f1a1bf-e177-9b83-0dea-5663a603557d-fb33c7f9, #w-node-_1b69ad87-9bcd-a1d6-fe15-2eb4898a450f-fb33c7f9, #w-node-_1b69ad87-9bcd-a1d6-fe15-2eb4898a4517-fb33c7f9, #w-node-_1b69ad87-9bcd-a1d6-fe15-2eb4898a451f-fb33c7f9, #w-node-_869ff974-f53d-307a-fa01-9f2bde8f5f17-de8f5ef7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7f6b400-c029-5017-80ae-4fc0a6941b57-de8f5ef7, #w-node-a7f6b400-c029-5017-80ae-4fc0a6941b58-de8f5ef7 {
  justify-self: center;
}

#w-node-_9067b8d1-3e71-3a9d-6598-de2737ae7288-37ae7280, #w-node-_9067b8d1-3e71-3a9d-6598-de2737ae7295-37ae7280, #w-node-_9067b8d1-3e71-3a9d-6598-de2737ae72a2-37ae7280, #w-node-_74bbf0de-a0d5-57a9-1bb5-759518277554-18277550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74bbf0de-a0d5-57a9-1bb5-759518277561-18277550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_19952b1e-5d9e-c945-709b-bafc15344ea2-15344e96 {
  align-self: center;
}

#w-node-_19952b1e-5d9e-c945-709b-bafc15344eb2-15344e96, #w-node-_19952b1e-5d9e-c945-709b-bafc15344eb7-15344e96, #w-node-_19952b1e-5d9e-c945-709b-bafc15344ebb-15344e96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6b90070-534e-6249-9c3c-caa7200ae1d1-ac5c2932 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cd006a93-f872-2953-0446-8094ee59967d-fb33c800 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd006a93-f872-2953-0446-8094ee59969e-fb33c800, #w-node-cd006a93-f872-2953-0446-8094ee5996a4-fb33c800 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec07a79d-3572-e248-d9dd-e57d6e651455-e58bdf02, #w-node-ec07a79d-3572-e248-d9dd-e57d6e651455-e5df77ba, #w-node-ec07a79d-3572-e248-d9dd-e57d6e651455-e294c2b0, #w-node-ec07a79d-3572-e248-d9dd-e57d6e651455-6e6e6643, #w-node-ec07a79d-3572-e248-d9dd-e57d6e651455-7f3095a2, #w-node-ec07a79d-3572-e248-d9dd-e57d6e651455-2205575d, #w-node-ec07a79d-3572-e248-d9dd-e57d6e651455-68320571 {
  place-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-_75d07ac4-56e8-cfc4-d769-ac29e075840f-fb33c7f9 {
    justify-self: start;
  }

  #w-node-a7f6b400-c029-5017-80ae-4fc0a6941b57-de8f5ef7 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7ac50a65-37bc-27e0-9852-a4a48d24ffed-ac5c2932 {
    justify-self: start;
  }

  #w-node-cd006a93-f872-2953-0446-8094ee59969e-fb33c800 {
    grid-column: span 1 / span 1;
  }

  #w-node-cd006a93-f872-2953-0446-8094ee5996a4-fb33c800 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Hubotsans Slnt Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora Wght';
  src: url('../fonts/Hauorawght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}