@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --font--main: "Inter Tight", Arial, sans-serif;
  --color--black: #000;
  --type--body-regular: 20px;
  --type--h1: 90px;
  --type--h2-big: 140px;
  --type--h3-big: 56px;
  --color--white: white;
  --type--h2-small: 56px;
  --type--h3-small: 32px;
  --color--elevation: #f2f2f2;
  --type--body-small: 18px;
  --type--big-text: 42px;
  --type--medium-text: 32px;
  --type--subtitle: 26px;
  --type--body-big: 26px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.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-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-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-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  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-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .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 {
  font-family: var(--font--main);
  color: var(--color--black);
  font-size: var(--type--body-regular);
  font-weight: 500;
  line-height: 124%;
}

h1 {
  font-size: var(--type--h1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  font-size: var(--type--h2-big);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 122%;
}

h3 {
  font-size: var(--type--h3-big);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 122%;
}

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

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section-hero {
  color: #000;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 20px;
}

.section-hero.testimonials-slider-section {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.section-hero.move-text-section {
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section-hero.video-section {
  height: 100vh;
  position: relative;
}

.section-hero.margins-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-hero.big-image-section {
  color: var(--color--white);
  height: 130vh;
  min-height: 500px;
  max-height: 1100px;
  position: relative;
}

.section-hero.testimonial-sinlge-section {
  padding-top: 140px;
  padding-bottom: 20px;
}

.section-hero.blog-list-section {
  padding-bottom: 160px;
}

.section-hero.bottom-120 {
  padding-bottom: 120px;
}

.section-hero.dark-section-120-paddings {
  background-color: var(--color--black);
  color: var(--color--white);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-hero.top-120 {
  padding-top: 120px;
}

.section-hero.cta-section {
  padding-bottom: 100px;
}

.section-hero.hero-5-section {
  background-color: var(--color--black);
  color: var(--color--white);
  background-image: linear-gradient(#00000073, #00000073), url('../images/AboutB.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 120px;
}

.section-hero.hero-6 {
  background-color: var(--color--black);
  color: var(--color--white);
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.section-hero.hero-project-template {
  padding-top: 0;
  padding-bottom: 0;
}

.section-hero.rich-text-project-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-hero.gallery-section-project {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-hero.last-rich-text-project-template {
  padding-top: 120px;
  padding-bottom: 24px;
}

.section-hero.hero-blog-template {
  padding-top: 120px;
}

.section-hero.other-blogs {
  padding-bottom: 120px;
}

.section-hero.hero-shop {
  padding-top: 72px;
  padding-bottom: 120px;
}

.section-hero.hero-product {
  padding-top: 72px;
}

.subtitle {
  font-size: 26px;
  font-weight: 600;
  line-height: 122%;
}

.main-container {
  width: 100%;
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
}

.h2-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 122%;
}

.h3-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 122%;
}

.body-big {
  font-size: 26px;
  line-height: 124%;
}

.body-big.lowercase-big {
  text-transform: lowercase;
}

.body-small {
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 124%;
}

.rich-text h2 {
  font-size: var(--type--h2-small);
  line-height: 123%;
}

.rich-text h3 {
  font-size: var(--type--h3-small);
  line-height: 122%;
}

.rich-text blockquote {
  border-left-color: var(--color--black);
  margin-top: 52px;
  margin-bottom: 52px;
  padding: 40px;
  font-size: 24px;
  line-height: 28px;
}

.rich-text img {
  color: #707070;
  text-align: left;
  border-radius: 4px;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 18px;
}

.rich-text figcaption {
  color: #000000b5;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  font-size: 16px;
  display: flex;
}

.flex-cta-left {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-cta-left.mg-top-48 {
  margin-top: 48px;
}

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.cta-dark {
  background-color: var(--color--black);
  color: var(--color--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
}

.cta-dark.big-cta {
  height: 48px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 18px;
  line-height: 122%;
}

.hide-cta-text {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.mega-menu-link {
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.mega-menu-link.white-mega-link {
  color: var(--color--white);
}

.bottom-link-mega {
  font-size: .8em;
  font-weight: 400;
}

.mega-mneu {
  background-color: var(--color--elevation);
  border: 1px solid #1717170f;
  border-radius: 4px;
  width: 100%;
  max-width: 1800px;
  padding: 48px 80px;
}

.mega-mneu.dark-mega-mennu {
  background-color: #222;
}

.mega-image-top-link {
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}

.nav-link {
  padding: 12px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link.white-nav-link {
  color: var(--color--white);
}

.dropdown-toggle-mega {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 10px 16px 12px;
  line-height: 150%;
  display: flex;
}

.image-wrap-mega {
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-end;
  width: 415px;
  height: auto;
  padding: 0;
  display: flex;
  overflow: clip;
}

.text-dropwdown {
  font-size: 16px;
  font-weight: 400;
}

.text-dropwdown.white-dropdown-text {
  color: var(--color--white);
}

.dropdown-toggle-simple {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 16px 12px 16px 16px;
  display: flex;
}

.link-dropdown-simple {
  color: #010101;
  text-align: left;
  padding-left: 20px;
  padding-right: 44px;
  font-size: 15px;
  font-weight: 500;
}

.link-dropdown-simple:hover {
  background-color: #01010108;
}

.link-dropdown-simple.w--current {
  color: #010101;
  font-weight: 700;
}

.link-dropdown-simple.white-dropdown-simple {
  color: var(--color--white);
}

.navbar {
  background-color: var(--color--white);
  color: #000;
  height: 82px;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 124%;
  position: relative;
  inset: 0% 0% auto;
}

.navbar.dark-navbar {
  background-color: var(--color--black);
  color: var(--color--white);
  position: absolute;
  inset: 0% 0% auto;
}

.links-label-mega {
  opacity: .7;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.image-mega {
  width: 100%;
}

.icon-chevron-dropdown {
  opacity: .8;
  width: 20px;
  height: 20px;
}

.nav-dropdown-mega {
  position: static;
}

.mega-menu-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.right-mega-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #171717;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.right-mega-menu.white-right-mega {
  color: var(--color--white);
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.bottom-right-mega {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-mega-menu {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.brand-navbar {
  max-width: none;
  height: 100%;
}

.mega-menu-halves {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.droppdown-list-simple.w--open {
  background-color: #f7f7f7;
  border: 1px solid #1717170f;
  border-radius: 4px;
}

.droppdown-list-simple.dark-dropdown.w--open {
  background-color: #222;
}

.nl-nav-menu-navbar-1 {
  background-color: #c8c8c800;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.brand-link-navbar {
  align-items: center;
  height: 18px;
  display: flex;
}

.menu-links-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-list-mega {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.dropdown-list-mega.w--open {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-top: 82px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.right-navbar {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.master-hero-1 {
  height: calc(100vh - 108px);
  min-height: 400px;
  position: relative;
}

.background-hero-1 {
  color: var(--color--white);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay-hero-1 {
  background-color: #00000073;
  position: absolute;
  inset: 0%;
}

.content-hero-1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 72px 52px 48px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hide {
  overflow: clip;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.logo-hero-1 {
  height: 132px;
}

.bottom-hero-1 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.master-text-with-line {
  max-width: 268px;
  position: relative;
}

.text-text-with-line {
  letter-spacing: .1px;
  text-indent: 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 123%;
}

.line-text-with-line {
  background-color: var(--color--white);
  width: 18px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 0;
}

.line-text-with-line.dark-line {
  background-color: var(--color--black);
}

.wrap-arrow-scroll {
  overflow: hidden;
}

.icon-arrow-scrolll {
  width: 24px;
  display: block;
}

.wrap-about-intent {
  position: relative;
}

.big-text {
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 122%;
}

.big-text.intent-232 {
  text-indent: 232px;
}

.top-text {
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 122%;
}

.top-text.intent-position {
  position: absolute;
  inset: 10px auto auto 0%;
}

.divider-big-h2 {
  background-color: #0003;
  width: 100%;
  height: 1px;
  margin-bottom: 32px;
}

.divider-big-h2.on-dark-divider {
  background-color: #333;
}

.grid-projects-halves {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-left {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-left.mg-bottom-40 {
  margin-bottom: 40px;
}

.heading-left.mg-bottom-64 {
  margin-bottom: 64px;
}

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

.cursor-wrap-project-wide {
  z-index: 1;
  cursor: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-project-tile-name {
  font-size: var(--type--h3-small);
  font-weight: 500;
  line-height: 124%;
}

.icon-arrow-coursor {
  height: 32px;
}

.project-image-wrap {
  border-radius: 4px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.project-image-wrap.thirds-project-image {
  height: 480px;
}

.project-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--color--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-name-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cursor-general {
  z-index: 30;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fffdfa;
  text-transform: uppercase;
  background-color: #0000002b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-project-tile-services {
  text-transform: lowercase;
  font-size: 16px;
  line-height: 121%;
}

.master-services-list {
  flex-flow: column;
  display: flex;
}

.single-service-list {
  border-bottom: 2px solid var(--color--black);
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.left-service-list {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  display: flex;
  position: relative;
}

.text-number-service {
  width: 25%;
  font-size: 56px;
  font-weight: 600;
  line-height: 121%;
}

.text-service-name {
  font-size: var(--type--h3-big);
  font-weight: 500;
  line-height: 122%;
}

.wrap-icon-service-list {
  z-index: 10;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
}

.fill-service-list {
  z-index: 1;
  background-color: var(--color--black);
  transform-origin: 50% 0;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.master-moving-gallery {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.move-gallery-horziontal {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-gallery-horziontal {
  grid-column-gap: 12px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-gallery-horizontal {
  border-radius: 4px;
  flex: none;
  height: 420px;
  display: block;
}

.text-testimonial {
  font-size: 28px;
  line-height: 122%;
}

.slide-nav-hidden {
  display: none;
}

.text-testimonial-position {
  opacity: .6;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 120%;
}

.top-testimonials {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-testimonials {
  background-color: #ddd0;
  width: 49%;
  height: auto;
  position: static;
}

.mask-testimonials {
  height: auto;
  position: static;
  overflow: visible;
}

.image-testimonials {
  border-radius: 12px;
  width: 120px;
  height: 120px;
}

.arrow-slider {
  background-color: var(--color--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 60px;
  display: flex;
  inset: auto auto -70px 0%;
}

.arrow-slider.right-arrow {
  left: 72px;
}

.slide-testimonials {
  margin-right: 4%;
}

.tile-testimonials {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--color--elevation);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 52px;
  display: flex;
}

.tile-testimonials.marquee-testimonial {
  max-width: 660px;
}

.master-testimonials {
  position: relative;
}

.icon-arrow-testimonial {
  width: 60px;
  display: block;
}

.text-testi-name {
  font-size: 28px;
  font-weight: 600;
  line-height: 122%;
}

.right-top-testimonial {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrap-arrow-testimonial {
  width: 100%;
  overflow: hidden;
}

.text-moving-line {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-moving-line.first {
  margin-bottom: 16px;
}

.text-moving {
  flex: none;
  font-size: 104px;
  font-weight: 400;
  line-height: 100%;
}

.video-video-section {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-play {
  width: 20px;
}

.faq-paragraph {
  margin-bottom: 0;
  padding-top: 28px;
  font-size: 24px;
  line-height: 124%;
}

.faq-animated-box {
  background-color: #f3f1ef00;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.expandable-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.expandable-single {
  border-top: 2px solid var(--color--black);
  cursor: pointer;
  padding-top: 40px;
  padding-bottom: 40px;
}

.expandable-single.last-expandable {
  border-bottom: 2px solid var(--color--black);
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 85%;
  padding-left: 75px;
  display: flex;
}

.text-heading-faq {
  font-size: var(--type--h3-small);
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 500;
  line-height: 125%;
  display: flex;
}

.faq-horizontal {
  background-color: #0e0e0e;
  width: 24px;
  height: 2px;
}

.expandable-master {
  z-index: 1;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.faq-vertical {
  background-color: #0e0e0e;
  width: 2px;
  height: 24px;
  position: absolute;
}

.footer {
  background-color: var(--color--black);
  color: var(--color--white);
  border-top: 1px solid #ffffff29;
  padding-top: 140px;
  padding-bottom: 80px;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 124%;
}

.error-message-2 {
  color: #fffdfa;
  background-color: #ff5353;
  border-radius: 16px;
}

.footer-links-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.text-bottom-footer {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
}

.footer-bottom-message {
  padding-top: 32px;
}

.footer-halves {
  grid-template-rows: auto;
  display: grid;
}

.footer-social-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link {
  color: #ccc;
  transition: background-color .2s;
}

.social-link:hover {
  color: #07171f;
  object-fit: fill;
}

.submit-button {
  background-color: #0000;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.label-footer {
  color: #fffc;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.submit-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 16px 0% auto;
}

.footer-last-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.newsletter-form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.icon-social:hover {
  color: var(--color--white);
}

.brand-link-footer {
  height: 28px;
}

.cta-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.newsletter-field-master {
  max-width: 304px;
  position: relative;
}

.footer-bottom-tile {
  border-top: 1px solid var(--color--white);
  border-bottom: 1px solid var(--color--white);
  margin-top: 144px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.success-message-newsletter {
  border: 1px solid var(--color--white);
  background-color: var(--color--black);
  color: var(--color--white);
  text-align: center;
  border-radius: 4px;
  max-width: 400px;
  font-size: 16px;
}

.field-newsletter-footer {
  border: 1px solid var(--color--white);
  color: #fff;
  background-color: #fff0;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
}

.field-newsletter-footer:focus {
  border-color: var(--color--white);
  color: #fff;
}

.field-newsletter-footer::placeholder {
  color: #ffffff82;
}

.footer-column {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.footer-rights-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.newsletter-form-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.brand-image-footer {
  height: 100%;
}

.newsletter-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-bottom-wrap {
  z-index: 1;
  position: relative;
}

.footer-link {
  color: var(--color--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.footer-right {
  grid-column-gap: 107px;
  grid-row-gap: 107px;
  margin-right: 75px;
  display: flex;
}

.link-bottom-footer {
  color: var(--color--white);
  text-decoration: underline;
}

.flex-top-hero-2 {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.wrap-image-hero-2 {
  position: relative;
  overflow: hidden;
}

.image-hero-2 {
  width: 100%;
}

.overlay-hero-home-b {
  background-color: var(--color--white);
  transform-origin: 50% 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-about-home-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
}

.master-moving-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.move-moving-logos {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  align-items: center;
  display: flex;
}

.single-moving-logos {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex: none;
  align-items: center;
  display: flex;
}

.logo-moving-logos {
  object-fit: contain;
  max-width: 169px;
  height: 34px;
}

.nl-gradient-left-logos-2 {
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 180px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nl-gradient-right-logos-2 {
  background-image: linear-gradient(90deg, #fff0, #fff);
  width: 180px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.master-works-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.wrapper-works-thirds {
  flex: 0 auto;
  width: 50%;
  transition: width .5s;
}

.wrapper-works-thirds:hover {
  width: 120%;
}

.wrap-under-projects-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 64px;
  display: flex;
}

.feature-card-slide-top-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.feature-card-slide {
  background-color: var(--color--elevation);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 400px;
  padding: 40px;
  display: flex;
}

.slide-feature {
  margin-right: 32px;
}

.mask-features {
  width: 45%;
  overflow: visible;
}

.icon-feature-card-slide {
  width: 48px;
  height: 48px;
}

.slider-navgiation-hidden {
  display: none;
}

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

.background-big-image-section {
  position: absolute;
  inset: 0%;
}

.image-big-image-section {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay-big-image-section {
  background-image: linear-gradient(#0000, #0000002e 37%, #000000ba 67%, #000000e6);
  position: absolute;
  inset: 0%;
}

.content-big-image-section {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 72px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.limit-big-image-section {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 780px;
  display: flex;
}

.medium-text {
  font-size: 32px;
  line-height: 122%;
}

.cta-outline-white {
  border: 1px solid var(--color--white);
  color: var(--color--white);
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
}

.cta-outline-white.big-outline {
  height: 52px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
}

.grid-testimonial-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
}

.image-testimonial-2 {
  border-radius: 8px;
}

.right-testimonial-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top-testimonial-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 720px;
  display: flex;
}

.text-testimonial-2 {
  font-size: 42px;
  line-height: 122%;
}

.cta-outline-dark {
  border: 1px solid var(--color--black);
  color: var(--color--black);
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
}

.link-blog-list {
  color: #000;
  border-top: 1px solid #000;
  padding-top: 52px;
  padding-bottom: 52px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.left-blog-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-blog-list {
  z-index: 10;
  object-fit: cover;
  border-radius: 6px;
  width: 400px;
  height: 360px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 100px 0% auto;
}

.grid-hero-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.left-hero-3 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
}

.top-hero-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 640px;
  display: flex;
}

.master-marquee-home-c {
  width: 100%;
  max-width: 600px;
  height: 100vh;
  max-height: 1020px;
  position: relative;
}

.move-image-home-c, .single-images-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-hero-3 {
  width: 100%;
}

.master-big-text-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-paragraph {
  font-size: var(--type--body-small);
  padding-top: 24px;
}

.wrap-heading-videos-halves {
  max-width: 400px;
  margin-bottom: -15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.video-text {
  width: 100%;
  max-width: 510px;
  overflow: hidden;
}

.master-videos-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  display: flex;
}

.video-text-wrap {
  z-index: 10;
  flex-flow: column;
  display: flex;
  position: relative;
}

.overlay-video-halves {
  z-index: 3;
  background-image: linear-gradient(#0000, #00000038 40%, #0000008c 65%, #000000c2);
  position: absolute;
  inset: 0%;
}

.home-video {
  z-index: 1;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  padding: 40px;
  transition: width .5s;
  display: flex;
}

.home-video:hover {
  width: 120%;
}

.item-project-sticky {
  background-color: var(--color--black);
  color: #fff;
  cursor: none;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.list-project-sticky {
  position: relative;
}

.background-project-sticky {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-project-sticky {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-project-sticky {
  background-image: linear-gradient(#000000b5, #00000085 28%, #0000004d 52%, #0000);
  position: absolute;
  inset: 0%;
}

.content-project-sticky {
  z-index: 10;
  color: var(--color--white);
  cursor: none;
  padding-top: 52px;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.top-project-sticky {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 440px;
  display: flex;
}

.grid-architects-thirds {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tile-architects-thirds {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-architects-thirds {
  width: 100%;
}

.bottom-architect {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-heading-vision {
  margin-bottom: 52px;
}

.h2-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 122%;
}

.h2-medium.fade-out-dark {
  color: gray;
}

.grid-vision {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .7fr;
}

.wrap-image-vision {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.wrap-image-insta {
  border-radius: 2px;
  position: relative;
  overflow: clip;
}

.image-insta {
  width: 100%;
}

.overlay-general {
  background-color: var(--color--white);
  transform-origin: 50% 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-general.dark-overlay {
  background-color: var(--color--black);
}

.image-vision {
  width: 100%;
}

.right-vision {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 444px;
  display: flex;
}

.single-moving-testimonial {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  display: flex;
}

.master-marquee-testimonial {
  overflow: hidden;
}

.marquee-testimonial {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.heading-wrap-cta-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2-cta-section {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11vw;
}

.h2-cta-section.fade-out-h2 {
  color: #999;
}

.grid-insta-fourths {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 72px;
}

.flex-follow-insta {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.link-follow-insta {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-follow-insta:hover {
  text-decoration: underline;
}

.title-wrap-about-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-subtitle-about-a {
  max-width: 400px;
}

.container-marquee-about-a {
  width: 100%;
  margin-top: 64px;
  margin-bottom: 80px;
}

.about-a-marquee {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.item-about-a-marquee {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-image-wrap-about-a {
  border-radius: 32px;
  flex: none;
  width: 100%;
  max-width: 736px;
  height: 523px;
  margin-left: 16px;
  margin-right: 16px;
}

.image-about-a-marquee {
  z-index: 1;
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.marquee-mask-top {
  z-index: 1;
  background-image: url('../images/bottom.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 109px;
  position: absolute;
  inset: -56px 0% auto;
}

.marquee-mask-bottom {
  z-index: 1;
  background-image: url('../images/top.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 109px;
  position: absolute;
  inset: auto 0% -56px;
}

.limit-medium-text-about-a {
  max-width: 860px;
  margin-bottom: 72px;
}

.list-stats-wide {
  flex-flow: column;
  display: flex;
}

.single-stat-wide {
  border-top: 2px solid var(--color--black);
  padding-top: 32px;
  padding-bottom: 32px;
}

.single-stat-wide.last-stat {
  border-bottom: 2px solid var(--color--black);
}

.grid-stats-wide {
  grid-template-rows: auto;
}

.text-stat-wide {
  font-size: 112px;
  font-weight: 400;
  line-height: 80%;
}

.gradient-hero-3 {
  background-image: linear-gradient(#000, #000000e6 24%, #00000080 54%, #00000014 77%, #0000);
  width: 100%;
  height: 300px;
  position: absolute;
  inset: 0% 0% auto;
}

.master-hero-about-b {
  grid-column-gap: 90vh;
  grid-row-gap: 90vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.top-hero-about-b {
  max-width: 980px;
}

.bottom-hero-about-b {
  max-width: 820px;
}

.grid-architects-fourths {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}

.content-combo-section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.list-number-list {
  flex-flow: column;
  width: 100%;
  max-width: 574px;
  display: flex;
}

.single-number-list {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-top: 1px solid var(--color--white);
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 20px;
  line-height: 124%;
  display: flex;
}

.single-number-list.last-number-list {
  border-bottom: 1px solid var(--color--white);
}

.single-number-list.last-number-list.dark-divider {
  border-bottom-color: #000;
}

.single-number-list.dark-divider {
  border-top-color: #000;
}

.wrap-image-combo-section {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.image-combo-section {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-combo-section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

.circle-number-list {
  background-color: var(--color--white);
  color: var(--color--black);
  border-radius: 70px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 124%;
  display: flex;
}

.circle-number-list.dark-circle {
  color: #fff;
  background-color: #000;
}

.top-combo-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-medium-text-about-c {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
}

.wrap-about-c-gallery {
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrap-about-c-gallery.wrap-one {
  max-width: 304px;
}

.wrap-about-c-gallery.wrap-two {
  margin-top: 144px;
}

.grid-values-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.tile-value-halves {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: #f2f2f2;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 40px;
  display: flex;
}

.top-value-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.bottom-value-halves {
  max-width: 504px;
}

.title-wrap-services {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1170px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-subtitle-services {
  max-width: 760px;
}

.heading-wrap-service-single {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 192px;
  display: flex;
  overflow: hidden;
}

.icon-service-single {
  width: 140px;
  height: 140px;
}

.grid-bottom-service-single {
  grid-template-rows: auto;
}

.left-service-single {
  max-width: 514px;
}

.list-service-single {
  flex-flow: column;
  width: 100%;
  max-width: 596px;
  display: flex;
}

.single-list-service {
  border-top: 2px solid var(--color--black);
  padding-top: 32px;
  padding-bottom: 32px;
}

.single-list-service.last-service-item {
  border-bottom: 2px solid var(--color--black);
}

.master-hero-project-template {
  height: calc(100vh - 108px);
  min-height: 400px;
  position: relative;
}

.background-hero-project-template {
  color: var(--color--white);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-bottom-project-hero {
  max-width: 630px;
}

.image-hero-project-template {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay-hero-project-template {
  background-color: #00000073;
  position: absolute;
  inset: 0%;
}

.content-hero-project-template {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 72px 52px 48px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bottom-hero-project-template {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 1264px;
  padding-left: 24px;
  padding-right: 24px;
}

.limit-rich-text-project {
  max-width: 744px;
}

.grid-gallery-thirds {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-project-gallery {
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.image-project-galleryy {
  width: 100%;
}

.list-gallery-wide {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.space-70 {
  height: 70px;
}

.contact-b-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-input-wrap {
  width: 100%;
  margin-bottom: 16px;
}

.contact-tile {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--color--elevation);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  font-size: 20px;
  line-height: 124%;
  display: flex;
}

.contact-b-form-header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 49px;
}

.contact-form-wrap {
  width: 100%;
  max-width: 532px;
}

.link-contact-tile {
  font-size: 24px;
  font-weight: 500;
  line-height: 116%;
  text-decoration: none;
}

.text-field-contact {
  background-color: var(--color--elevation);
  color: var(--color--black);
  border: 1px solid #0000;
  border-radius: 8px;
  width: 100%;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 140%;
}

.text-field-contact:focus {
  border-style: solid;
  border-color: var(--color--black);
  color: var(--color--black);
}

.text-field-contact::placeholder {
  color: #0000008a;
}

.text-field-contact.textarea {
  height: 343px;
}

.text-field-contact.product-page {
  max-width: 170px;
  height: 48px;
}

.text-contact-tile-top {
  color: #0009;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.contact-a-info-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  width: 100%;
  padding-top: 64px;
  display: flex;
}

.contact-b-form {
  flex-direction: column;
  width: 100%;
  padding-top: 64px;
  display: flex;
}

.contact-field-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.contact-a-divider {
  background-color: #000;
  width: 1px;
  height: 850px;
}

.contact-form-master {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}

.contact-b-halves {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.success-wrap {
  justify-content: center;
  align-items: center;
  width: 393px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-heading-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.success-message-contact {
  background-color: var(--color--black);
  color: var(--color--white);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
}

.contact-a-heading-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-hide-wrap {
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-button-wrap {
  margin-top: 24px;
}

.icon-contact-tile {
  width: 32px;
  height: 32px;
}

.body-dark {
  background-color: var(--color--black);
  color: var(--color--white);
}

.grid-blog-halves {
  grid-column-gap: 20px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tile-blog-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--color--white);
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.wrap-blog-image {
  border-radius: 4px;
  overflow: hidden;
}

.image-blog-image {
  width: 100%;
}

.bottom-blog-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hide-bottom-blog {
  position: relative;
  overflow: hidden;
}

.text-bottom-blog {
  font-size: var(--type--body-small);
  text-transform: lowercase;
}

.text-read-more-blog {
  font-size: var(--type--body-small);
  position: absolute;
  inset: 0% auto 0% 0%;
}

.title-wrap-blog-template {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-image-blog-template {
  border-radius: 6px;
  margin-top: 80px;
  margin-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.image-blog-template {
  width: 100%;
}

.container-small {
  width: 100%;
  max-width: 1040px;
  padding-left: 24px;
  padding-right: 24px;
}

.rich-text-on-black h2 {
  font-size: var(--type--h2-small);
  line-height: 123%;
}

.rich-text-on-black h3 {
  font-size: var(--type--h3-small);
  line-height: 122%;
}

.rich-text-on-black blockquote {
  border-left-color: var(--color--white);
  margin-top: 52px;
  margin-bottom: 52px;
  padding: 40px;
  font-size: 24px;
  line-height: 28px;
}

.rich-text-on-black img {
  color: #707070;
  text-align: left;
  border-radius: 4px;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 18px;
}

.rich-text-on-black figcaption {
  color: #000000b5;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  font-size: 16px;
  display: flex;
}

.title-wrap-shop {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 52px;
  display: flex;
}

.grid-products {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tile-shop {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.wrap-image-shop {
  border-radius: 4px;
  overflow: hidden;
}

.image-shop-tile {
  width: 100%;
}

.bottom-shop-tile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-price-product-page {
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.right-product-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.add-to-cart {
  width: 100%;
}

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

.cta-outline {
  color: #18282e;
  letter-spacing: .2px;
  background-color: #18282e00;
  border: 1px solid #18282e;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.cta-outline:hover {
  color: #e4efe4;
  background-color: #18282e;
}

.wrap-buttons-add-to-cart {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.left-hero-product {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 572px;
  display: flex;
}

.lightbox-product-gallery {
  border-radius: 2px;
  transition: transform .2s;
  overflow: clip;
}

.lightbox-product-gallery:hover {
  transform: scale(1.02);
}

.default-state {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 2px solid var(--color--black);
  border-bottom: 2px solid var(--color--black);
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.field-product {
  color: #3d3a34;
  background-color: #e4efe4;
  border: 1px solid #18282e;
  border-radius: 60px;
  width: 100%;
  height: 52px;
  margin-bottom: 0;
  padding: 8px 12px 8px 20px;
  font-size: 18px;
}

.field-product:focus {
  color: #18282e;
  border-style: solid;
  border-color: #18282e;
}

.field-product::placeholder {
  color: #18282e;
}

.grid-add-to-cart-options {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-hero-product {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.h1-product-small {
  font-size: 64px;
}

.image-main-product {
  border-radius: 4px;
  width: 100%;
}

.text-field-checkout-page {
  border: 1px solid var(--color--black);
  background-color: var(--color--elevation);
  color: var(--color--black);
  border-radius: 6px;
  height: 40px;
  margin-bottom: 12px;
}

.text-field-checkout-page:focus, .text-field-checkout-page.-wfp-focus {
  color: var(--color--black);
  border-style: solid;
  border-color: #3d3a34;
}

.checkbox-checkout {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.checkout-form {
  background-color: var(--color--white);
  border-top: 1px #000;
  padding: 64px 0;
  font-size: 18px;
  line-height: 124%;
}

.checkbox-label-checkout {
  margin-bottom: 0;
}

.apple-pay {
  border-radius: 12px;
  height: 52px;
}

.block-header {
  background-color: var(--color--elevation);
  border: 1px #0f1a2326;
  border-bottom: 1px solid #0f1a2314;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.block-content {
  background-color: var(--color--elevation);
  border: 1px #000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.shipping-method {
  background-color: var(--color--elevation);
  border-bottom-color: #18282e3b;
}

.shipping-method-list {
  border: 1px #000;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 90%;
  max-width: 400px;
  display: flex;
}

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

.brand-simple {
  background-color: var(--color--black);
  border-bottom: 1px solid #0000000f;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.link-brand-checkout {
  justify-content: center;
  align-items: center;
  height: 22px;
  display: flex;
}

.brand-image-checkout {
  height: 100%;
}

.icon-lock {
  width: 100%;
  max-width: 280px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.grid-404 {
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
}

.left-404 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-image-404 {
  border-radius: 6px;
  position: relative;
}

.cart-button {
  color: var(--color--black);
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 16px;
  font-weight: 400;
}

.cart-button.white-cart {
  color: var(--color--white);
}

.cart-quantity {
  background-color: var(--color--elevation);
  color: var(--color--black);
  font-size: 10px;
}

.cart-quantity.white-quantity {
  color: var(--color--white);
  background-color: #f2f2f22b;
}

.cart-container {
  background-color: var(--color--white);
  border-radius: 6px;
}

.cart-header {
  background-color: var(--color--elevation);
}

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

.cart-footer {
  background-color: var(--color--elevation);
}

.grid-thirds-sales-page {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-birkform-general {
  color: #000;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 124%;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 140px;
  font-weight: 600;
  line-height: 122%;
}

.section-overflow-birkform {
  color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 20px;
  overflow: hidden;
}

.section-testimonials-1 {
  color: #000;
  padding-top: 80px;
  padding-bottom: 140px;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
}

.section-moving-text {
  color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
}

.section-big-video {
  color: #000;
  height: 100vh;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 20px;
  position: relative;
}

.section-hero-2 {
  color: #000;
  padding-top: 48px;
  padding-bottom: 48px;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 20px;
}

.section-services-2 {
  color: #000;
  padding-top: 80px;
  padding-bottom: 160px;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
}

.section-big-image-1 {
  color: var(--color--white);
  height: 130vh;
  min-height: 500px;
  max-height: 1100px;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 124%;
  position: relative;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 110%;
}

.section-hero-3 {
  color: #fff;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 124%;
  position: relative;
  overflow: hidden;
}

.grid-gallery-fourths {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.section-hero-4 {
  color: #000;
  padding-top: 64px;
  padding-bottom: 40px;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
}

.grid-architects-fourths-only {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.section-birkform-general-dark {
  color: #fff;
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 124%;
}

.section-birkform-general-grey {
  color: #000;
  background-color: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 124%;
}

@media screen and (min-width: 1920px) {
  .h2-cta-section {
    font-size: 180px;
  }
}

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

  h2 {
    font-size: 110px;
  }

  .section-hero.hero-5-section {
    padding-top: 110px;
    padding-bottom: 100px;
  }

  .section-hero.hero-6, .section-hero.rich-text-project-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-hero.last-rich-text-project-template {
    padding-top: 100px;
  }

  .section-hero.hero-shop {
    padding-top: 40px;
  }

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

  .wrap-menu-button {
    grid-row-gap: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .mega-mneu {
    padding: 0;
  }

  .nav-link {
    font-size: .9em;
    display: block;
  }

  .dropdown-toggle-mega {
    justify-content: center;
    align-items: center;
  }

  .image-wrap-mega {
    width: 100%;
  }

  .dropdown-simple {
    display: block;
  }

  .text-dropwdown {
    font-size: .9em;
  }

  .link-dropdown-simple {
    color: #171717;
    text-align: center;
    font-size: .9em;
    font-weight: 400;
    line-height: 130%;
  }

  .navbar {
    position: relative;
  }

  .icon-chevron-dropdown {
    width: 22px;
    height: 22px;
  }

  .nav-dropdown-mega {
    display: block;
  }

  .mega-menu-left {
    flex-flow: column;
  }

  .line-menu {
    background-color: var(--color--black);
    border-radius: 4px;
    width: 20px;
    height: 2px;
    padding: 0;
  }

  .line-menu.first-line.white-line, .line-menu.second-line.white-line {
    background-color: var(--color--white);
  }

  .container-navbar {
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .mega-menu-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    padding: 32px;
  }

  .droppdown-list-simple.w--open {
    position: static;
  }

  .nl-nav-menu-navbar-1 {
    z-index: 10000;
    background-color: #fff;
    border: 1px solid #0000001f;
    border-radius: 4px;
    flex-direction: column;
    width: 60%;
    max-width: 440px;
    max-height: 80vh;
    margin-top: 12px;
    margin-left: auto;
    margin-right: 17px;
    padding: 24px 40px 32px;
    position: absolute;
    inset: 80px 0% auto auto;
    overflow: scroll;
    box-shadow: 0 2px 30px #5e5e5e1a;
  }

  .nl-nav-menu-navbar-1.dark-nav-menu {
    background-color: #181818;
  }

  .menu-button {
    background-color: var(--color--elevation);
    border-radius: 4px;
    width: 46px;
    height: 46px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--color--black);
  }

  .menu-button.dark-menu-button, .menu-button.dark-menu-button.w--open {
    background-color: #222;
  }

  .dropdown-list-mega.w--open {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .big-text {
    font-size: 34px;
  }

  .heading-left.mg-bottom-40.center-tablet {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .cursor-wrap-project-wide {
    display: none;
  }

  .text-number-service, .text-service-name {
    font-size: 26px;
  }

  .image-gallery-horizontal {
    height: 360px;
  }

  .text-testimonial {
    font-size: 23px;
  }

  .top-testimonials {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tile-testimonials {
    padding: 32px;
  }

  .text-moving {
    font-size: 64px;
  }

  .expandable-top {
    justify-content: flex-start;
    align-items: center;
  }

  .expandable-master {
    width: 100%;
  }

  .footer-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

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

  .footer-bottom-tile {
    margin-top: 64px;
  }

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

  .flex-top-hero-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .grid-about-home-b {
    grid-template-columns: .6fr 1.4fr;
  }

  .slide-feature {
    margin-right: 24px;
  }

  .right-testimonial-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-testimonial-2 {
    font-size: 34px;
  }

  .link-blog-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .left-blog-list {
    flex: 1;
    display: flex;
  }

  .image-blog-list {
    width: 220px;
    height: 256px;
    position: static;
  }

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

  .left-hero-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-hero-3 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-marquee-home-c {
    max-width: 530px;
    height: 90vh;
    max-height: 680px;
    overflow: hidden;
  }

  .home-video:hover {
    width: 50%;
  }

  .h2-medium {
    font-size: 64px;
    line-height: 120%;
  }

  .marquee-image-wrap-about-a {
    max-width: 450px;
    height: 400px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .master-hero-about-b {
    grid-column-gap: 72vh;
    grid-row-gap: 72vh;
  }

  .grid-architects-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .content-combo-section {
    max-width: none;
  }

  .grid-combo-section {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-value-halves {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .heading-wrap-service-single {
    flex-flow: column;
  }

  .left-bottom-project-hero {
    width: 75%;
  }

  .contact-form-wrap {
    max-width: none;
  }

  .contact-a-info-block {
    padding-top: 0;
  }

  .contact-a-divider {
    display: none;
  }

  .contact-b-halves {
    grid-template-columns: 1fr;
  }

  .grid-blog-halves {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

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

  .right-product-hero {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-hero-product {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-hero-product {
    grid-template-columns: 1fr;
  }

  .h1-product-small {
    font-size: 56px;
  }

  .checkout-form {
    padding-top: 80px;
  }

  .link-brand-checkout {
    height: 20px;
  }

  .grid-404 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1.2fr;
  }

  .grid-thirds-sales-page {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-heading {
    font-size: 110px;
  }

  .section-big-video {
    height: 69vw;
  }

  .h1-heading {
    font-size: 74px;
    line-height: 111%;
  }

  .section-hero-3 {
    padding-top: 100px;
  }

  .grid-architects-fourths-only {
    grid-template-columns: 1fr 1fr;
  }
}

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

  h2 {
    font-size: 72px;
  }

  .section-hero.move-text-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-hero.margins-140 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-hero.blog-list-section {
    padding-bottom: 100px;
  }

  .section-hero.top-120 {
    padding-top: 100px;
  }

  .section-hero.hero-5-section {
    padding-top: 90px;
  }

  .section-hero.hero-product {
    padding-top: 40px;
  }

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

  .body-big {
    font-size: 24px;
  }

  .navbar {
    height: 90px;
  }

  .nl-nav-menu-navbar-1 {
    margin-right: 16px;
  }

  .content-hero-1 {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .logo-hero-1 {
    width: 100%;
    height: auto;
  }

  .grid-projects-halves {
    grid-template-columns: 1fr;
  }

  .heading-left.mg-bottom-40.center-landscape {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-left.mg-bottom-64 {
    margin-bottom: 50px;
  }

  .project-image-wrap.thirds-project-image {
    height: auto;
  }

  .slider-testimonials {
    width: 100%;
  }

  .mask-testimonials {
    overflow: hidden;
  }

  .arrow-slider {
    inset: auto auto -78px 78px;
  }

  .arrow-slider.left-arrow {
    left: 0;
    right: auto;
  }

  .slide-testimonials {
    margin-right: 0%;
  }

  .tile-testimonials {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .text-moving {
    font-size: 48px;
  }

  .expandable-master {
    max-width: none;
  }

  .footer-last-block {
    flex-flow: wrap;
  }

  .brand-link-footer {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .footer-bottom-tile {
    flex-flow: column;
    display: flex;
  }

  .brand-image-footer {
    display: block;
  }

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

  .footer-right {
    grid-column-gap: 64px;
    grid-row-gap: 56px;
    flex-flow: wrap;
  }

  .grid-about-home-b {
    grid-template-columns: 1fr;
    margin-bottom: 72px;
  }

  .move-moving-logos, .single-moving-logos {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .logo-moving-logos {
    max-width: 180px;
    height: 32px;
  }

  .master-works-thirds {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
  }

  .wrapper-works-thirds, .wrapper-works-thirds:hover {
    width: 100%;
  }

  .wrap-under-projects-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .feature-card-slide {
    padding: 32px;
  }

  .mask-features {
    width: 75%;
  }

  .grid-testimonial-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .image-blog-list {
    height: 220px;
  }

  .master-marquee-home-c {
    max-width: 460px;
  }

  .master-videos-halves {
    flex-flow: column;
  }

  .home-video {
    width: 100%;
    height: 400px;
  }

  .home-video:hover {
    width: 100%;
  }

  .grid-architects-thirds {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
  }

  .h2-medium {
    font-size: 48px;
  }

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

  .grid-insta-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .marquee-image-wrap-about-a {
    max-width: 300px;
    height: 250px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .marquee-mask-top {
    height: 65px;
    top: -35px;
  }

  .grid-stats-wide {
    grid-template-columns: 1fr;
  }

  .master-hero-about-b {
    grid-column-gap: 60vh;
    grid-row-gap: 60vh;
  }

  .grid-architects-fourths {
    grid-row-gap: 64px;
    margin-top: 65px;
  }

  .grid-combo-section {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .grid-medium-text-about-c {
    grid-template-columns: 1fr;
  }

  .wrap-about-c-gallery.wrap-two {
    margin-top: 100px;
  }

  .grid-values-halves {
    grid-template-columns: 1fr;
  }

  .tile-value-halves {
    padding: 32px;
  }

  .heading-wrap-service-single {
    margin-bottom: 100px;
  }

  .grid-bottom-service-single {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .left-service-single {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .content-hero-project-template {
    padding: 40px;
  }

  .grid-gallery-thirds, .contact-b-grid {
    grid-template-columns: 1fr;
  }

  .text-field-contact.textarea {
    height: 250px;
  }

  .contact-b-form {
    padding-top: 0;
  }

  .contact-b-halves {
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
  }

  .grid-hero-product {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .checkout-form {
    padding-top: 56px;
  }

  .h2-heading {
    font-size: 72px;
  }

  .h1-heading {
    font-size: 54px;
    line-height: 110%;
  }

  .grid-gallery-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .grid-architects-fourths-only {
    grid-row-gap: 64px;
    margin-top: 65px;
  }
}

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

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 38px;
  }

  .section-hero.move-text-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-hero.big-image-section {
    height: 130vh;
    min-height: 840px;
  }

  .section-hero.testimonial-sinlge-section {
    padding-top: 100px;
  }

  .section-hero.blog-list-section {
    padding-bottom: 64px;
  }

  .section-hero.bottom-120 {
    padding-bottom: 100px;
  }

  .section-hero.dark-section-120-paddings {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-hero.hero-5-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/AboutB.webp');
    background-position: 0 0, 100%;
  }

  .section-hero.hero-6 {
    padding-bottom: 100px;
  }

  .section-hero.rich-text-project-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-hero.last-rich-text-project-template {
    padding-top: 70px;
  }

  .subtitle {
    font-size: 24px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h3-small {
    font-size: 28px;
  }

  .rich-text h2 {
    font-size: 40px;
  }

  .rich-text h3 {
    font-size: 30px;
  }

  .dropdown-toggle-mega {
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrap-mega {
    width: 100%;
  }

  .link-dropdown-simple {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar {
    height: 72px;
  }

  .links-label-mega {
    font-size: 10px;
    line-height: 12px;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand-navbar {
    width: 100%;
    height: auto;
  }

  .droppdown-list-simple.w--open {
    background-color: #f6f3f2;
  }

  .nl-nav-menu-navbar-1 {
    width: 94%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    top: 74px;
    left: 2px;
    right: 2px;
  }

  .menu-button.dark-menu-button, .menu-button.dark-menu-button.w--open {
    background-color: #ffffff1a;
  }

  .brand-link-navbar {
    width: 90%;
    max-width: 44vw;
    height: auto;
    padding-left: 0;
  }

  .dropdown-list-mega.w--open {
    justify-content: center;
    align-items: flex-start;
  }

  .master-text-with-line {
    width: 100%;
  }

  .wrap-arrow-scroll.hide-mobile {
    display: none;
  }

  .big-text {
    font-size: 28px;
  }

  .big-text.intent-232 {
    text-indent: 120px;
  }

  .project-image-wrap.thirds-project-image {
    height: auto;
  }

  .left-service-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-number-service {
    width: 50%;
  }

  .image-gallery-horizontal {
    height: 330px;
  }

  .tile-testimonials.marquee-testimonial {
    max-width: 340px;
  }

  .text-moving {
    font-size: 9vw;
  }

  .faq-paragraph {
    padding-top: 20px;
    font-size: 20px;
  }

  .expandable-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .expandable-single {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .expandable-bottom {
    width: 100%;
    padding-left: 55px;
  }

  .text-heading-faq {
    font-size: 24px;
  }

  .footer {
    padding-top: 120px;
  }

  .text-bottom-footer {
    font-size: 12px;
  }

  .footer-bottom-message {
    padding-top: 24px;
  }

  .label-footer {
    font-size: 10px;
    line-height: 12px;
  }

  .footer-last-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .newsletter-form-block {
    width: 100%;
  }

  .brand-link-footer {
    height: 24px;
  }

  .footer-bottom-tile {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .newsletter-form {
    width: 100%;
  }

  .footer-bottom-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    display: flex;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-right {
    grid-column-gap: 56px;
    grid-row-gap: 48px;
  }

  .flex-top-hero-2 {
    margin-bottom: 32px;
  }

  .grid-about-home-b {
    grid-template-columns: 1fr;
    margin-bottom: 72px;
  }

  .master-moving-logos {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .move-moving-logos, .single-moving-logos {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .logo-moving-logos {
    height: 45px;
  }

  .nl-gradient-left-logos-2, .nl-gradient-right-logos-2 {
    width: 60px;
  }

  .feature-card-slide-top-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .feature-card-slide {
    height: 360px;
    padding: 24px;
  }

  .slide-feature {
    margin-right: 24px;
  }

  .mask-features {
    width: 90%;
  }

  .medium-text {
    font-size: 30px;
  }

  .link-blog-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .left-blog-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .image-blog-list {
    width: 100%;
    height: auto;
    margin-top: 32px;
    display: block;
  }

  .left-hero-3 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .master-marquee-home-c {
    overflow: hidden;
  }

  .home-video {
    height: auto;
    padding: 80px 24px 24px;
  }

  .h2-medium {
    font-size: 42px;
  }

  .single-moving-testimonial {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-insta-fourths {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-top: 32px;
  }

  .container-marquee-about-a {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .marquee-image-wrap-about-a {
    max-width: 250px;
    height: 200px;
  }

  .marquee-mask-top {
    height: 50px;
    top: -29px;
  }

  .marquee-mask-bottom {
    height: 50px;
    bottom: -34px;
  }

  .text-stat-wide {
    font-size: 26vw;
  }

  .master-hero-about-b {
    grid-column-gap: 40vh;
    grid-row-gap: 40vh;
  }

  .grid-architects-fourths {
    grid-template-columns: 1fr;
  }

  .grid-combo-section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .wrap-about-c-gallery.wrap-two {
    margin-top: 52px;
  }

  .tile-value-halves {
    padding: 24px;
  }

  .top-value-halves {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .title-wrap-services {
    margin-bottom: 52px;
  }

  .icon-service-single {
    width: 40vw;
    height: 40vw;
  }

  .left-bottom-project-hero {
    width: 100%;
  }

  .content-hero-project-template {
    padding: 32px;
  }

  .container-medium {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 32px;
  }

  .link-contact-tile {
    font-size: 16px;
  }

  .text-field-contact.product-page {
    max-width: none;
  }

  .text-contact-tile-top {
    font-size: 12px;
    line-height: 166%;
  }

  .contact-a-info-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-field-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .success-wrap {
    width: 100%;
  }

  .wrap-image-blog-template {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container-small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text-on-black h2 {
    font-size: 40px;
  }

  .rich-text-on-black h3 {
    font-size: 30px;
  }

  .title-wrap-shop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .grid-product-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .wrap-buttons-add-to-cart {
    align-items: stretch;
  }

  .default-state {
    flex-flow: column;
  }

  .grid-add-to-cart-options {
    grid-template-columns: 1fr;
  }

  .h1-product-small {
    font-size: 52px;
    line-height: 121%;
  }

  .checkout-form {
    padding-top: 40px;
  }

  .order-item {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-direction: column;
    align-items: flex-start;
  }

  .block-content {
    padding: 16px;
  }

  .block-content.shipping-method {
    padding: 0;
  }

  .top-order {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .top-price {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .shipping-method {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: baseline;
    padding-bottom: 32px;
  }

  .icon-lock {
    width: 80%;
  }

  .left-404 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .h2-heading {
    font-size: 44px;
  }

  .section-testimonials-1 {
    padding-bottom: 180px;
  }

  .section-big-video {
    height: 100vw;
  }

  .h1-heading {
    font-size: 40px;
    line-height: 110%;
  }

  .section-hero-3 {
    padding-top: 72px;
  }

  .grid-gallery-fourths {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-top: 32px;
  }

  .grid-architects-fourths-only {
    grid-template-columns: 1fr;
  }
}

#w-node-_7aa88137-1607-6661-4ceb-abefbc8b0f5e-bc8b0f46, #w-node-bf87227e-ed6e-9b8b-f9f3-0249455183a2-605f9b70 {
  justify-self: end;
}

#w-node-_089ff0ea-878f-5099-069b-8366acf644b9-ce507b1b {
  place-self: start;
}

#w-node-_3375eac4-dbaf-447e-2223-545058aeaab8-dfac5a50 {
  place-self: stretch stretch;
}

#w-node-_73e1a45e-17cc-2ffc-fe12-794c3d3e1fb5-138e506e {
  place-self: stretch center;
}

#w-node-bbfbb149-0c99-936d-c841-f7cd10450ff5-12095321 {
  place-self: stretch stretch;
}

#w-node-bbfbb149-0c99-936d-c841-f7cd10450ff8-12095321 {
  place-self: stretch center;
}

#w-node-bbfbb149-0c99-936d-c841-f7cd10450ff5-dcb720aa {
  place-self: stretch stretch;
}

#w-node-bbfbb149-0c99-936d-c841-f7cd10450ff8-dcb720aa {
  place-self: stretch center;
}

#w-node-_3bd727ad-1832-869a-d52e-183439328863-d3ef636b {
  align-self: start;
}

#w-node-d0eb60ac-3c71-a0ec-6cd7-6f3ad6352f97-884052bd {
  place-self: end start;
}

#w-node-d0eb60ac-3c71-a0ec-6cd7-6f3ad6352f9a-884052bd {
  place-self: end;
}

#w-node-bcd4ddca-c1c4-b0bb-4dc5-30060ffd3632-88913f40, #w-node-bcd4ddca-c1c4-b0bb-4dc5-30060ffd3639-88913f40, #w-node-bcd4ddca-c1c4-b0bb-4dc5-30060ffd3640-88913f40, #w-node-bcd4ddca-c1c4-b0bb-4dc5-30060ffd3647-88913f40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7aa88137-1607-6661-4ceb-abefbc8b0f5e-bc8b0f46 {
    justify-self: auto;
  }

  #w-node-_00fa93c9-17c5-9178-c6ac-d43d3c5d47ab-81453ee3, #w-node-_00fa93c9-17c5-9178-c6ac-d43d3c5d47c6-81453ee3 {
    justify-self: center;
  }

  #w-node-bf87227e-ed6e-9b8b-f9f3-0249455183a2-605f9b70 {
    justify-self: auto;
  }

  #w-node-bbfbb149-0c99-936d-c841-f7cd10450ff5-12095321, #w-node-bbfbb149-0c99-936d-c841-f7cd10450ff5-dcb720aa {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9e9eba06-7f4d-bbb0-88f6-466cf48457bd-ba7b8404, #w-node-_9e9eba06-7f4d-bbb0-88f6-466cf48457c3-ba7b8404, #w-node-_9e9eba06-7f4d-bbb0-88f6-466cf48457c9-ba7b8404, #w-node-_9e9eba06-7f4d-bbb0-88f6-466cf48457cf-ba7b8404 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}