@font-face {
  font-family: Aspektavf;
  src: url('../fonts/AspektaVF.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

:root {
  --black-4: #202124;
  --grey: #333;
  --royal-blue: #4361ee;
  --azure-2: #dcf2f4;
  --burlywood: #ecc886;
  --aquamarine: #0fc;
  --medium-orchid: #c0f;
  --yellow: yellow;
  --white: #fff;
  --black: #333;
  --dark-slate-grey: #414a4b;
  --black-2: #111314;
  --medium-aquamarine: #3ccf91;
  --tomato: #ff715b;
  --deep-pink: #ff1b8d;
  --black-3: #151718;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

.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-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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 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-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, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--black-4);
  color: var(--grey);
  text-transform: uppercase;
  font-family: Aspektavf, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 31px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #ffffffb3;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #000;
  text-decoration: underline;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

ol {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  color: #ffffff80;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 2px solid var(--royal-blue);
  color: var(--grey);
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px 0 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: #ffffffb3;
  text-align: center;
  margin-top: 5px;
  font-family: Inter;
  font-size: 15px;
}

.utility-page-wrap {
  color: var(--azure-2);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

.page-content {
  margin-left: auto;
  margin-right: auto;
}

.page-content.no-padding {
  background-color: var(--burlywood);
  padding-left: 0;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section {
  background-color: var(--black-4);
  padding: 100px 5%;
  position: relative;
  overflow: visible;
}

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

.section._0-padding {
  padding-top: 0;
  position: sticky;
  top: 0;
}

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

.section.for-footer {
  padding-top: 40px;
  padding-bottom: 20px;
}

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

.section.for-pricing {
  padding-top: 120px;
}

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

.section.add-top {
  padding-top: 140px;
}

.text-field {
  background-color: #0000;
  height: 45px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 600;
}

.text-field:hover, .text-field:focus, .text-field.-wfp-focus {
  border: 1px solid #a1c4e4;
}

.text-field::placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
}

.text-field.discount {
  height: 42px;
  margin-bottom: 15px;
}

.product-price {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.product-price.in-sidebar {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
}

.product-price.in-sidebar.no-margin {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}

.product-price.in-sidebar.no-margin.bold {
  font-weight: 500;
}

.product-title-sidebar {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.product-title-sidebar._2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.apple-pay {
  border-radius: 25px;
  height: 48px;
}

.paypal {
  margin-bottom: 4px;
}

.field-label {
  color: #ffffff80;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}

.field-label.bigger {
  font-size: 14px;
}

.reqiured {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.checkbox-label {
  color: var(--grey);
  text-transform: uppercase;
  margin-left: 0;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  top: 2px;
}

.first-checkout {
  flex-basis: 800px;
  margin-right: 30px;
}

.second-checkout {
  top: 100px;
}

.quantity-number {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.order-item {
  align-items: flex-start;
}

.paypal-name {
  color: #ffffff80;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
}

.circle-plus {
  background-color: #7567f8;
  background-image: url('../images/add-plus-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.radio-button {
  border: 2px solid #7567f8;
  margin-top: 0;
  display: block;
}

.radio-button.w--redirected-checked {
  border-color: #7567f8;
}

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

.display-1 {
  color: var(--grey);
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 150px;
  font-weight: 500;
  line-height: .8;
}

.display-1.left {
  text-align: left;
}

.display-1.small {
  font-size: 80px;
  line-height: 1.3;
}

.display-1.color-1 {
  color: var(--aquamarine);
}

.display-1.color-2 {
  color: var(--medium-orchid);
}

.display-1.color-3 {
  color: var(--yellow);
}

.display-1.color-4 {
  color: var(--royal-blue);
}

.display-1.line {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--grey);
}

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

.display-2 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.3;
}

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

.checkbox {
  background-color: #fff;
  border-radius: 4px;
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  background-color: #ff715b;
  background-size: 8px;
  border-color: #ff715b;
}

.error-message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #fe0000;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

.block-header {
  border-width: 1px;
  border-color: var(--grey);
  background-color: #0000;
}

.block-content {
  border-right-width: 1px;
  border-right-color: var(--grey);
  border-bottom-width: 1px;
  border-bottom-color: var(--grey);
  border-left-width: 1px;
  border-left-color: var(--grey);
  background-color: #0000;
}

.block-content.discount {
  border-top-width: 1px;
  border-top-color: var(--grey);
  flex-direction: column;
}

.display-3 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
}

.changelog {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-left {
  position: sticky;
  top: 120px;
}

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.style-guide-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-grid.for-buttons {
  place-items: center;
}

.yellow-background {
  background-color: var(--royal-blue);
  color: #151414;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
}

.color-text {
  font-weight: 500;
}

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

.components-grid-style {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.components-grid-style._0-bottom {
  margin-bottom: 0;
}

.paragraph-big {
  font-size: 24px;
  line-height: 32px;
}

.paragraph-big.white {
  color: var(--grey);
}

.color-block {
  background-color: var(--royal-blue);
  color: var(--grey);
  text-transform: uppercase;
  border: 1px solid #ffffff3b;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.color-block._1 {
  color: var(--grey);
  background-color: #202124;
}

.body-link {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.body-link.big {
  font-size: 20px;
}

.body-link.small {
  font-size: 14px;
}

.photo-animation {
  z-index: 2;
  flex: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.white {
  color: #fff;
}

.checkout-title {
  font-size: 18px;
  font-weight: 500;
}

.blog-link {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 60%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-field-line {
  color: #62636b;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a5a7b661;
  border-radius: 0;
  height: 50px;
  padding-left: 0;
  font-size: 15px;
}

.text-field-line:hover, .text-field-line:focus {
  color: #62636b;
}

.text-field-line::placeholder {
  color: #62636b;
  font-size: 15px;
  font-weight: 500;
}

.text-field-form {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
}

.text-field-form:hover, .text-field-form:focus {
  color: #fff;
  border-bottom-color: #f6e97a;
}

.text-field-form::placeholder {
  color: #fffc;
  font-size: 16px;
  font-weight: 500;
}

.award-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 10px;
  display: grid;
}

.button {
  background-color: var(--royal-blue);
  color: var(--grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  padding: 16px 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button:hover {
  background-color: #5c75e7;
}

.button.large {
  padding: 17px 30px;
}

.button.full {
  text-align: center;
  width: 100%;
  display: block;
}

.button.discount {
  justify-content: center;
  height: 42px;
  margin-left: 0;
}

.logo-absolute {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.body-link-2 {
  color: #000;
  font-size: 17px;
}

.template-2-logo {
  width: 100px;
}

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

.image-animation {
  overflow: hidden;
}

.button-circle {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dark-link {
  color: var(--grey);
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100svh;
  padding: 140px 5% 100px;
  display: flex;
  position: relative;
  top: 0;
}

.hero.inner {
  min-height: auto;
  padding-top: 165px;
  padding-bottom: 85px;
}

.photo-animation-main {
  transition: all .3s;
  position: relative;
}

.photo-a {
  flex: none;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
}

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

.container-nav {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: sticky;
  top: 0;
}

.template-logo {
  width: 94px;
}

.brand-logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 7px;
  overflow: hidden;
}

.navigation-line {
  color: #e3d0b4;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.verical-line-2 {
  background-color: #fff;
  width: 40px;
  height: 2px;
  position: relative;
}

.menu-button {
  background-color: #0000;
}

.flex-navigation {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.navar {
  z-index: 999;
  background-color: var(--black-4);
  padding: 35px 3%;
  position: fixed;
  inset: 0% 0% auto;
}

.line-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.vertical-line-1 {
  background-color: #fff;
  width: 40px;
  height: 2px;
  position: relative;
}

.project-wrapper {
  text-align: center;
  text-decoration: none;
}

.success-message {
  color: #fff;
  text-transform: uppercase;
  background-color: #00663f;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
}

.form-block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact-flex {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.contact-flex.vertical {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

.field-form {
  color: var(--grey);
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff4d;
  height: 45px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
}

.field-form:active, .field-form:focus {
  border-bottom-color: var(--black);
}

.field-form::placeholder {
  color: #ffffff94;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.field-form.area {
  height: auto;
  margin-top: 20px;
  margin-left: 0;
  padding-bottom: 78px;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr .5fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 260px;
  display: grid;
}

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

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

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

.toggle-content {
  overflow: hidden;
}

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

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

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

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

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

.max-w-hero {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

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

.work-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-photo {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
}

.category-top {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  inset: auto auto 15px 15px;
}

.button-main {
  color: #2c2c2c;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-main:hover {
  padding-right: 0;
}

.feature-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.data-created {
  color: #ffffff80;
  margin-bottom: 0;
  font-size: 15px;
}

.data-created.dark {
  color: #ffffff8a;
}

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

.blog-content {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 34px;
  display: flex;
}

.blog-title {
  color: var(--grey);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: all .3s;
}

.blog-title:hover {
  opacity: .6;
}

.button-text-wrapper {
  height: 24px;
  overflow: hidden;
}

.button-line-overlay {
  z-index: 1;
  background-color: var(--grey);
  width: 100%;
  height: 1px;
  position: absolute;
}

.button-line-first {
  background-color: #15141459;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  position: relative;
}

.button-with-line {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.button-with-line._2 {
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-with-line._2.flex {
  display: flex;
}

.flex-navigation-main {
  grid-column-gap: 40px;
  justify-content: center;
  display: flex;
}

.button-text {
  height: 21px;
}

.button-first-line {
  color: var(--azure-2);
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

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

.cta {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 84px;
  line-height: 1.2;
}

.cta-flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-title {
  margin-top: 0;
  font-size: 15px;
  font-weight: 500;
}

.footer-menu-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.copyright {
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.gray-link {
  color: var(--grey);
  text-decoration: none;
  display: inline;
}

.blog-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uppercase {
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
}

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

.info-flex {
  border: 1px solid var(--grey);
  flex-direction: column;
  justify-content: space-between;
  padding: 47px 50px;
  display: flex;
}

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

.rich-text-minus-20px {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.button-flex {
  display: flex;
}

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

.button-with-line-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.text-rotator {
  background-color: #0000;
  height: auto;
}

.hide-arrow, .hide-slide-nav {
  display: none;
}

.subhead {
  z-index: 2;
  color: #ffffff80;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}

.subhead.biger {
  font-size: 25px;
}

.subhead.left {
  max-width: 80%;
}

.subhead-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.45fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-top: 80px;
  display: grid;
}

.bottom-arrow {
  opacity: .5;
  width: 50px;
  padding-bottom: 10px;
}

.sub-title {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 500;
  line-height: 1.1;
}

.sub-title.absolute {
  z-index: 2;
  position: absolute;
  inset: 347px 296px auto auto;
}

.sub-title.absolute.second {
  top: -84px;
  font-family: Neuemontreal, sans-serif;
  position: static;
  inset: 25% auto auto 29.2vw;
}

.sub-title.small {
  font-size: 60px;
}

.title-line {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--grey);
}

.who-we-are-wrapper {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.photo-animation-flex {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.photo-animation-flex.bottom {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  max-width: 1400px;
  height: auto;
  max-height: 80vh;
  margin-left: 0;
  margin-right: 0;
}

.rotate-image {
  width: 90%;
  height: 90%;
}

.photo-right {
  flex: none;
  width: 50%;
}

.photo-left {
  flex: none;
  width: 559px;
}

.video-link {
  position: absolute;
  inset: auto 0% 0% auto;
}

.lightbox-link {
  z-index: 2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
  position: relative;
  overflow: visible;
}

.play-icon {
  filter: invert();
  width: 8px;
  position: absolute;
}

.small-text-logo {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 13px;
}

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

.small-icon {
  width: 40px;
}

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

.step-box {
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.step-circle-icon {
  background-color: var(--royal-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 30px;
  display: flex;
}

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

.cta-top {
  grid-column-gap: 80px;
  grid-row-gap: 50px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.facts-wrapper {
  border: 1px solid var(--grey);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.fact-title {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 7vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.facts-overlay {
  background-color: var(--grey);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0);
}

.make-white {
  color: var(--grey);
}

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

.flex-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.work-content {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-text-main {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.work-photo-main {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-absolute {
  text-align: center;
  background-image: linear-gradient(#fff0, #0006);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 35px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.categories-content {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.tag-filter {
  filter: invert();
}

.work-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 34px;
  line-height: 1.2;
}

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

.categories-flex.add-margin {
  justify-content: center;
}

.project-circle {
  z-index: 999;
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.max-w-center {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.fun-facts-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.gray-text {
  color: #ffffff80;
}

.testimonial-wrapper {
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 35px;
  padding-right: 80px;
  display: flex;
}

.small-top-text {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
}

.quote-text {
  color: #ffffffb3;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

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

.star-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-bottom: 25px;
  display: flex;
}

.testimonials-max-width {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

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

.second-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 14px;
  display: grid;
}

.star-image {
  width: 17px;
}

.social-wrapper {
  grid-column-gap: 20px;
  opacity: .8;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-wrapper.left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: .8;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.social-icon-footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon-footer:hover {
  opacity: .7;
}

.image-overlay {
  opacity: .15;
  background-image: url('../images/pexel.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.paragraph-wrapper {
  width: 100%;
  max-width: 20%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.team-wrapper-second {
  text-align: center;
  border: 1px solid #ffffff38;
  padding: 35px 20px 40px;
}

.contact-link {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  transition: color .3s;
}

.contact-link:hover {
  color: #e4e5e980;
}

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

.grid-3-columns-2.for-team {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.white-text {
  color: #fff;
}

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

.contact-details-flex.vertical {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
}

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

.left-pricing {
  width: 50%;
}

.card-container {
  grid-column-gap: 100px;
  border: 1px solid var(--grey);
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px 60px 66px;
  display: flex;
  position: relative;
}

.pricing-type {
  color: #e4e5e999;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

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

.pricing-title {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

.feature-grid {
  grid-row-gap: 7px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.right-pricing {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.feature {
  color: #e4e5e9b3;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.feature.dark {
  color: #e4e5e9;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.price {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 1;
}

.price.compare {
  text-decoration: line-through;
}

.select-field {
  color: #e4e5e999;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  padding-left: 5px;
  padding-right: 6px;
  font-size: 15px;
  position: relative;
  top: 4px;
}

.price-flex {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-flex.left {
  justify-content: flex-start;
}

.text-field-select {
  color: #3f4242;
  background-color: #0000;
  border: 1px solid #b8b6b4;
  border-radius: 30px;
  height: 50px;
  margin-top: 8px;
  padding-left: 16px;
  padding-right: 37px;
  font-size: 15px;
  font-weight: 500;
}

.text-field-select::placeholder {
  color: #3f4242;
  font-size: 16px;
  font-weight: 500;
}

.text-field-select.for-size {
  color: #e4e5e9;
  border-color: #e4e5e92b;
  border-radius: 6px;
  align-items: center;
  padding-left: 10px;
  padding-right: 16px;
  display: flex;
}

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

.cart-flex {
  grid-column-gap: 0px;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.field-label-2 {
  color: #e4e5e9b3;
  flex: none;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.contact-form-right-side {
  border: 1px solid var(--grey);
  align-items: center;
  padding: 40px 55px;
  display: flex;
}

.contact-form-right-side.second {
  flex-direction: column;
  align-items: stretch;
}

.divider-line {
  background-color: #ffffff12;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.cart-quantity {
  color: #3f4242;
  background-color: #0000;
  border-style: solid;
  border-color: #b8b6b4;
  border-radius: 0;
  width: 50px;
  font-weight: 500;
}

.cart-quantity.white-line {
  color: #3f424280;
  background-color: #0000;
  border-style: solid;
  border-color: #b8b6b4;
  border-radius: 15px;
  width: 70px;
  height: 50px;
  font-size: 16px;
}

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

.pricing-rich-text {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  background-color: #202124;
  margin-top: -154px;
  padding: 100px 5%;
  position: relative;
}

.title-line-2 {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.button-with-line-3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.button-with-line-3._2 {
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-with-line-3._2.flex {
  display: flex;
}

.button-line-overlay-2 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
}

.display-4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 150px;
  font-weight: 500;
  line-height: .8;
}

.display-4.line {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.headertxt {
  color: #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100%;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.heading-7 {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 100%;
}

.link-block-4 {
  text-decoration: none;
}

.div-block-5 {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 1.5vh;
  display: flex;
}

.div-block-6 {
  width: 70vw;
}

.div-block-10 {
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.home-view {
  background-image: url('../images/Big-white.jpg');
  background-position: 50% 100%;
  background-size: auto 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  max-height: 100%;
  display: flex;
  position: static;
  font-size: 30px;
}

/* Header visibility - Desktop shows header-2, Mobile shows header-3 */
/* Header Section */
.site-header {
  position: relative;
  width: 100%;
  z-index: 1000;
}

.header-desktop {
  display: flex;
}

.header-mobile {
  display: none;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  display: flex;
}

.header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 2vw 1vw;
  font-size: 1.7vh;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.heading-5 {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: -1.3vh;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 7vw;
  font-weight: 400;
  line-height: 100%;
}

.book-your-call-2 {
  color: #000;
  font-size: .7vw;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.div-block-4 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  text-align: center;
  justify-content: center;
  font-size: 1.3vw;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-left: 4vh;
  padding-right: 4vh;
  display: flex;
}

.heading-6 {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7vw;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
}

.image {
  width: 9vw;
}

.div-block-8 {
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 20px;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.book-your-call-button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #333;
  border-radius: 20px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2vw;
  margin-bottom: 0;
  padding: .3vw 1.1vw;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 20px #9c757a;
}

.heading-8, .heading-subtitle {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 100%;
}

.div-block-11 {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 1.5vh;
  display: flex;
}

.div-block-12 {
  width: 70vw;
}

.div-block-13 {
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  display: flex;
}

.header-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 2vw 1vw;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.7vh;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.heading-9, .heading-accent {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: -1.3vh;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: 100%;
}

.book-your-call-3 {
  color: #fff;
  font-family: Neuemontreal, sans-serif;
  font-size: .7vw;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.book-your-call-3.afds {
  color: #fff;
}

.div-block-14 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  text-align: center;
  justify-content: center;
  font-size: 1.3vw;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-left: 4vh;
  padding-right: 4vh;
  display: flex;
}

.heading-10, .heading-main {
  color: var(--black);
  text-align: center;
  text-transform: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saoldisplay, sans-serif;
  font-size: 7vw;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
}

.make-white-2 {
  color: #fff;
}

.form {
  flex-direction: column;
  justify-content: center;
  font-family: Neuemontreal, sans-serif;
  display: flex;
}

.step-box-2 {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 40px;
  display: flex;
}

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

.big-stencil {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}

.step-title-2 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Saoldisplay, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.1;
}

.title-line-3 {
  color: #0000;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: white;
  font-family: Neuemontreal, sans-serif;
  font-weight: 400;
}

.container-8 {
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
  position: relative;
}

.container-8.mobile12345 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
}

.container-8.mobile12345.retyry {
  padding-bottom: 30vh;
}

.button-line-overlay-3 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
}

.servicespg {
  color: #333;
  text-transform: none;
  max-width: 28vw;
  font-family: Neuemontreal, sans-serif;
  font-size: .8vw;
}

.facts-wrapper-2 {
  border: 3px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35vw;
  max-width: 650px;
  height: 35vw;
  max-height: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.facts-overlay-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0);
}

.footerlink {
  color: #fff;
  font-family: Neuemontreal, sans-serif;
  font-size: 1vw;
  text-decoration: none;
}

.span-text.footer-1.mobileview {
  text-align: center;
  text-align: center;
  font-size: 7vw;
  font-weight: 300;
}

.grid {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.grid.is--footer {
  z-index: 3;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
}

.container-9 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2vh;
  padding-bottom: 4vh;
  display: flex;
  position: static;
  inset: auto 0% 524%;
}

.submit-button {
  z-index: 10;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  padding: .3vw 2.5vw;
  font-size: .7vw;
  font-weight: 400;
  position: static;
  inset: auto 0% -30% auto;
}

.submit-button.mobileview {
  padding: .6vw 3vw;
}

.margin-150px-2 {
  width: auto;
  max-width: 1400px;
  margin-top: 0;
  margin-right: -40px;
  padding-right: 0;
}

.div-block-16 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-field-2 {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding: 1.5em 0;
  font-weight: 700;
}

.text-field-2:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

.text-field-2:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-field-2::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.footerheader {
  color: #fff;
  font-family: Saoldisplay, sans-serif;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 300;
}

.max-w-center-2 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1400px;
  margin-right: -40px;
  display: flex;
}

.sub-title-2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
}

.sub-title-2.small {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  font-family: Neuemontreal, sans-serif;
  font-size: 5.8vw;
  font-weight: 400;
}

.sub-title-2.small.smaller {
  text-align: center;
  justify-content: center;
  font-size: 3vw;
}

.sub-title-2.small.smaller.fjdijsdf {
  font-size: 1.6vw;
}

.div-block-17 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-18 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.fact-title-2 {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 7vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.margin-100px-2 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-direction: column;
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.margin-150px-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
}

.contact-text-wrapper {
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
}

.step-circle-icon-2 {
  background-color: #b37776;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 30px;
  display: flex;
}

.is--white {
  color: #fff;
}

.is--white.is--69px {
  white-space: nowrap;
  flex-direction: column;
  font-size: 69px;
  line-height: 1.4;
  display: flex;
}

.container-13 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.title-line-4 {
  color: #0000;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  padding-left: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 8vw;
  font-weight: 400;
}

.title-line-4._14 {
  margin-left: 0;
}

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

.div-block-20 {
  justify-content: center;
  align-items: center;
  max-width: 30vw;
  height: auto;
  display: flex;
}

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

.button-with-line-4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.button-with-line-4._2 {
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-with-line-4._2.flex {
  display: flex;
}

.metricsubtiitles {
  text-transform: none;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
}

.photo-right-2 {
  flex: none;
  width: auto;
}

.subhead-2 {
  z-index: 2;
  color: #333;
  font-family: Neuemontreal, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}

.subhead-2.biger {
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.6vw;
}

.subhead-2.mobile.test {
  text-align: center;
  text-transform: none;
}

.form-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.paragraph-6 {
  font-size: 1vw;
}

.paragraph-6.mobi.desk {
  color: #fff;
  text-transform: none;
  font-family: Neuemontreal, sans-serif;
  font-size: 1vw;
  line-height: 20px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.image-3 {
  filter: invert();
  max-width: 30vw;
  display: block;
  position: static;
  inset: auto auto 0 0%;
}

.container-11 {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cta-top-2 {
  grid-column-gap: 80px;
  grid-row-gap: 50px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  max-width: 1400px;
  display: grid;
}

.grid_item {
  z-index: 1;
  width: 100%;
  padding: 1.04em;
  display: block;
  position: relative;
}

.grid_item.is--50 {
  justify-content: center;
  width: 50%;
  display: flex;
  position: relative;
}

.grid_item.is--50.footer-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Saoldisplay, sans-serif;
}

.grid_item.footer-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.main-content {
  background-image: linear-gradient(#9c757a, #fcd8be);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5vh 5vw;
  display: flex;
}

.main-content.phone {
  display: none;
}

.main-content.phone.desk {
  background-image: linear-gradient(#9c757a, #fcd8be);
  display: flex;
}

.main-content.phone.desk.testttt {
  background-image: linear-gradient(#f7cac9, #f88379);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5vh 5vh;
  overflow: hidden;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.main-body {
  background-color: var(--white);
  text-transform: none;
  max-height: 100vh;
  font-family: Neuemontreal, sans-serif;
  font-weight: 400;
}

.container-14 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 100vw;
  padding-top: 2vh;
  padding-bottom: 4vh;
  display: flex;
}

.image-4 {
  filter: invert();
  max-width: 30vw;
  display: block;
  position: static;
  inset: auto auto 0 0%;
}

.div-block-22 {
  justify-content: space-between;
  width: 100%;
  font-size: 30px;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-field-3 {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding: 1.5em 0;
  font-weight: 700;
}

.text-field-3:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

.text-field-3:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-field-3::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.div-block-25 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.container-15 {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.heading-11 {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 100%;
}

.container-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  display: flex;
}

.header-3, .header-mobile {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 2vw 1vw;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.7vh;
  font-weight: 400;
  line-height: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.heading-12 {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: -1.3vh;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: 100%;
}

.div-block-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-left: 4vh;
  padding-right: 4vh;
  display: flex;
}

/* Mobile home view removed - now using unified .home-view */

.heading-13 {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saoldisplay, sans-serif;
  font-size: 7vw;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
}

.mobile-main-content {
  display: none;
}

.step-box-3 {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 40px;
  display: flex;
}

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

.step-title-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Saoldisplay, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.1;
}

.title-line-5 {
  color: #0000;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: white;
  font-family: Neuemontreal, sans-serif;
  font-weight: 400;
}

.container-17 {
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
  position: relative;
}

.container-17.mobile12345 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
}

.container-17.mobile12345.retyry {
  padding-bottom: 30vh;
}

.button-line-overlay-4 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
}

.servicespg-2 {
  color: #333;
  max-width: 28vw;
  font-family: Neuemontreal, sans-serif;
  font-size: .8vw;
}

.facts-wrapper-3 {
  border: 3px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35vw;
  max-width: 650px;
  height: 35vw;
  max-height: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.facts-overlay-3 {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0);
}

.margin-150px-4 {
  width: auto;
  max-width: 1400px;
  margin-top: 0;
  margin-right: -40px;
  padding-right: 0;
}

.text-field-4 {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding: 1.5em 0;
  font-weight: 700;
}

.text-field-4:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

.text-field-4:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-field-4::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.sub-title-3 {
  letter-spacing: 3px;
  text-transform: uppercase;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
}

.sub-title-3.small {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  font-family: Neuemontreal, sans-serif;
  font-size: 5.8vw;
  font-weight: 400;
}

.div-block-28 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.fact-title-3 {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 7vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.margin-100px-3 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-direction: column;
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.margin-150px-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
}

.step-circle-icon-3 {
  background-color: #b37776;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 30px;
  display: flex;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  max-width: 30vw;
  height: auto;
  display: flex;
}

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

.button-with-line-5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.button-with-line-5._2 {
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-with-line-5._2.flex {
  display: flex;
}

.metricsubtiitles-2 {
  font-family: Neuemontreal, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
}

.photo-right-3 {
  flex: none;
  width: auto;
}

.subhead-3 {
  z-index: 2;
  color: #333;
  font-family: Neuemontreal, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}

.subhead-3.biger {
  margin-bottom: 0;
  font-size: 1.6vw;
}

.subhead-3.mobile.test {
  text-align: center;
}

.image-5 {
  filter: invert();
  max-width: 30vw;
  display: block;
  position: static;
  inset: auto auto 0 0%;
}

.container-20 {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.body-2 {
  text-transform: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 1.5vh;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  display: flex;
  position: absolute;
  top: -87.203px;
  right: 161.328px;
}

.facts-overlay-4 {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0);
}

.cta-top-3 {
  grid-column-gap: 80px;
  grid-row-gap: 50px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.photo-left-3 {
  flex: none;
  width: auto;
}

.image-6 {
  width: 31.5vw;
}

.div-block-35 {
  width: 70vw;
}

.who-we-are-wrapper-3 {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1200px;
  height: 80vh;
  max-height: 80vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-21 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2vh;
  padding-bottom: 4vh;
  display: flex;
  position: static;
  inset: auto 0% 524%;
}

.div-block-36 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-field-5 {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding: 1.5em 0;
  font-weight: 700;
}

.text-field-5:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

.text-field-5:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-field-5::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.footerheader-2 {
  color: #fff;
  font-family: Saoldisplay, sans-serif;
  font-size: 1.5vw;
}

.header-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 2vw 1vw;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.7vh;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.facts-wrapper-4 {
  border: 1px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-22 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1400px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.div-block-37 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-38 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.image-7 {
  width: 30vw;
}

.div-block-39 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-content {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  background-image: linear-gradient(#f7cac9, #f88379);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  margin-left: 0;
  padding: 20vh 5vw 10vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.subhead-4 {
  z-index: 2;
  color: #ffffff80;
  text-transform: none;
  min-width: 9vw;
  max-width: 9vw;
  font-family: Neuemontreal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}

.subhead-4.biger {
  max-width: 20vw;
  font-size: 25px;
}

.div-block-40 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  text-align: center;
  justify-content: center;
  font-size: 1.3vw;
  display: flex;
}

.photo-right-4 {
  flex: none;
  width: auto;
}

.image-8 {
  filter: invert();
  max-width: 30vw;
  display: block;
  position: static;
  inset: auto auto 0 0%;
}

.paragraph-wrapper-2 {
  width: auto;
  height: auto;
  position: static;
  inset: 0% 0% auto auto;
}

.fact-title-4 {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Neuemontreal, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.title-line-6 {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-family: Neuemontreal, sans-serif;
}

.about-mobile {
  display: none;
}

._100vh {
  background-color: #797979;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

._80vh {
  height: 80vh;
  margin-top: 12vh;
  padding-bottom: 30px;
}

.body-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.s {
  flex-flow: column;
  align-items: center;
  width: 100vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.s._100vh {
  background-color: #3b3b3b;
  flex-flow: column;
  align-items: center;
  height: 100vh;
  display: flex;
}

.s._100vh.centre {
  justify-content: center;
}

.s._80vh {
  margin-top: 0;
  padding-bottom: 0;
}

.s._80vh._2 {
  margin-top: 12vh;
  margin-bottom: 30px;
}

.heading-14 {
  color: var(--white);
  font-size: 40px;
}

.div-block-41 {
  background-color: #fff;
  border-radius: 20px;
}

.titlenew {
  color: var(--white);
  text-transform: capitalize;
}

.div-block-42 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  blockquote {
    font-size: 3vw;
  }

  .utility-page-wrap {
    padding-bottom: 6px;
  }

  .page-content {
    padding-left: 0;
  }

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

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

  .section.for-pricing {
    padding-top: 59px;
  }

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

  .first-checkout {
    width: 100%;
    margin-right: 0;
  }

  .second-checkout {
    flex-basis: auto;
    width: 100%;
    position: relative;
    top: 0;
  }

  .checkout-container {
    flex-direction: column-reverse;
  }

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

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

  .display-2, .display-3 {
    font-size: 40px;
  }

  .sticky-left {
    position: relative;
    top: 0;
  }

  .components-grid, .components-grid-style {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-link {
    max-width: 80%;
  }

  .blog-wrapper {
    grid-template-rows: auto 1px;
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 45px;
  }

  .hero.inner {
    padding-top: 124px;
    padding-bottom: 61px;
  }

  .container-nav {
    order: 1;
    grid-template-columns: 1.5fr .5fr;
  }

  .template-logo {
    width: 100px;
  }

  .brand-logo {
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    top: 2px;
  }

  .verical-line-2 {
    background-color: var(--grey);
    height: 3px;
  }

  .menu-button {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .flex-navigation {
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .navar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 18px 2%;
  }

  .nav-menu {
    background-color: #151414;
    padding: 25px 2%;
  }

  .line-wrapper {
    align-items: flex-end;
  }

  .vertical-line-1 {
    background-color: var(--grey);
    height: 3px;
  }

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

  .category-top {
    top: 20px;
    left: 20px;
  }

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

  .flex-navigation-main {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .cta {
    text-align: left;
    font-size: 50px;
  }

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

  .copyright {
    margin-top: 30px;
  }

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

  .info-flex {
    width: 100%;
  }

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

  .sub-title {
    font-size: 60px;
  }

  .sub-title.absolute {
    top: 268px;
    right: 238px;
  }

  .sub-title.absolute.second {
    top: 113px;
  }

  .photo-animation-flex {
    max-width: 100%;
  }

  .photo-right {
    flex: 1;
  }

  .photo-left {
    flex: 1;
    width: 80%;
    margin-right: 27px;
  }

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

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

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

  .cta-top {
    grid-template-columns: 1fr;
  }

  .fact-title {
    font-size: 100px;
  }

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

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

  .work-content {
    height: auto;
  }

  .main-absolute {
    padding-bottom: 3px;
    display: none;
  }

  .categories-flex.add-margin {
    margin-bottom: 25px;
  }

  .project-circle {
    width: 100px;
    height: 100px;
    font-size: 12px;
  }

  .testimonial-wrapper {
    padding-right: 40px;
  }

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

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

  .first-grid {
    grid-row-gap: 25px;
  }

  .second-grid {
    grid-row-gap: 30px;
  }

  .paragraph-wrapper {
    max-width: 50%;
  }

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

  .grid-3-columns-2.for-team {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-details-flex.vertical {
    grid-row-gap: 4px;
  }

  .pricing-grid {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .card-container {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    min-width: 420px;
  }

  .right-pricing {
    width: 100%;
    max-width: 100%;
  }

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

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

  .pricing-rich-text {
    max-width: 100%;
  }

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

  .display-4 {
    font-size: 12vw;
  }

  .heading-7 {
    font-size: 16px;
  }

  .home-view.desktop, .home-view.desktop.test {
    display: flex;
  }

  .header {
    justify-content: center;
    inset: 0% 0% auto;
  }

  .heading-5 {
    margin-top: -.8vh;
  }

  .heading-6 {
    font-size: 7vw;
  }

  .image {
    width: 15vw;
  }

  .heading-8, .heading-subtitle {
    font-size: 16px;
  }

  .header-2 {
    justify-content: center;
    inset: 0% 0% auto;
  }

  .heading-9 {
    margin-top: -.8vh;
  }

  .heading-10 {
    font-size: 7vw;
  }

  .book-your-call-button-2 {
    padding: .3vw 1.1vw;
  }

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

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

  .submit-button {
    bottom: -63%;
    left: 0%;
    right: auto;
  }

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

  .sub-title-2 {
    font-size: 60px;
  }

  .fact-title-2 {
    font-size: 100px;
  }

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

  .is--white.is--69px {
    font-size: 50px;
  }

  .photo-right-2 {
    flex: 1;
  }

  .cta-top-2 {
    grid-template-columns: 1fr;
  }

  .cta-top-2.jhefnwaoh {
    display: flex;
  }

  .grid_item {
    height: 100%;
    display: block;
  }

  .heading-11 {
    font-size: 16px;
  }

  .header-3 {
    justify-content: center;
    inset: 0% 0% auto;
  }

  .heading-12 {
    margin-top: -.8vh;
  }

  .heading-12.phone.pad.efawfeawaewf {
    display: none;
  }

  .heading-12.mobile, .heading-13 {
    font-size: 7vw;
  }

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

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

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

  .sub-title-3 {
    font-size: 60px;
  }

  .fact-title-3 {
    font-size: 100px;
  }

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

  .photo-right-3 {
    flex: 1;
  }

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

  .photo-left-3 {
    flex: 1;
    width: 80%;
    margin-right: 27px;
  }

  .header-4 {
    justify-content: center;
    inset: 0% 0% auto;
  }

  .about-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .photo-right-4 {
    flex: 1;
  }

  .paragraph-wrapper-2 {
    max-width: 50%;
  }

  .fact-title-4 {
    font-size: 100px;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 3.5vw;
  }

  .section._0-padding {
    padding-top: 50px;
    position: relative;
  }

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

  .circle-plus {
    bottom: 20px;
    right: 20px;
  }

  .display-3 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .photo-animation {
    max-width: 100%;
  }

  .blog-link {
    max-width: 90%;
  }

  .hero {
    padding-bottom: 43px;
    position: relative;
  }

  .hero.inner {
    padding-top: 105px;
  }

  .photo-a {
    max-width: 100%;
  }

  .template-logo {
    width: 90px;
  }

  .navigation-line {
    flex: 0 50%;
  }

  .flex-navigation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .line-wrapper {
    align-items: flex-end;
  }

  .blog-title {
    font-size: 26px;
  }

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

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

  .subhead {
    max-width: 95%;
  }

  .subhead-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.8fr 1fr;
    margin-top: 40px;
  }

  .sub-title.absolute {
    top: 139px;
    right: 169px;
  }

  .sub-title.absolute.second {
    top: 187px;
  }

  .lightbox-link {
    width: 100px;
    height: 100px;
    margin-top: 40px;
  }

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

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

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

  .facts-wrapper {
    width: 450px;
    height: 450px;
  }

  .fact-title {
    font-size: 80px;
  }

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

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

  .work-title {
    font-size: 30px;
  }

  .project-circle {
    width: 110px;
    height: 110px;
  }

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

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

  .social-wrapper.left {
    justify-content: flex-start;
  }

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

  .left-pricing {
    width: 100%;
  }

  .card-container {
    min-width: auto;
    max-width: 100%;
    padding-top: 40px;
  }

  .right-pricing {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .text-field-select {
    height: 45px;
  }

  .contact-form-right-side.second {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .cart-quantity.white-line {
    height: 45px;
  }

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

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

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

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

  .facts-wrapper-2 {
    width: 450px;
    height: 450px;
  }

  .fact-title-2 {
    font-size: 80px;
  }

  .subhead-2 {
    max-width: 95%;
  }

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

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

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

  .facts-wrapper-3 {
    width: 450px;
    height: 450px;
  }

  .fact-title-3 {
    font-size: 80px;
  }

  .subhead-3 {
    max-width: 95%;
    font-size: 16px;
  }

  .subhead-3.biger {
    font-size: 18px;
  }

  .facts-wrapper-4 {
    width: 450px;
    height: 450px;
  }

  .subhead-4 {
    max-width: 95%;
  }

  .fact-title-4 {
    font-size: 80px;
  }
}

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

  body {
    font-size: 16px;
  }

  .book-your-call-button-2 {
    padding: .3vw 1.1vw;
  }

  .subhead-3 {
    font-size: 16px;
  }

  .subhead-3.biger {
    font-size: 18px;
  }

  .subhead-3.mobile.test {
    font-size: 16px;
  }

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

  .section._0-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.for-pricing {
    padding-top: 37px;
  }

  .section.add-top {
    padding-top: 100px;
  }

  .product-title-sidebar {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
  }

  .strange-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .circle-plus {
    bottom: 10px;
    right: 10px;
  }

  .display-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 44px;
  }

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

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

  .style-guide-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .color-block._1 {
    background-color: #fff;
  }

  .blog-link {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .hero {
    padding-top: 95px;
    padding-bottom: 30px;
  }

  .hero.inner {
    object-fit: fill;
  }

  .container-nav {
    grid-template-columns: 1fr 1fr;
  }

  .template-logo {
    width: 90px;
  }

  .menu-button {
    border-right-style: none;
  }

  .navar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .field-form {
    height: 40px;
  }

  .toogle-icon {
    flex: none;
  }

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

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

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

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

  .flex-data {
    grid-column-gap: 15px;
  }

  .blog-content {
    padding: 30px;
  }

  .blog-title {
    font-size: 22px;
  }

  .cta {
    font-size: 40px;
  }

  .uppercase {
    font-size: 17px;
  }

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

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

  .subhead.biger {
    font-size: 21px;
  }

  .subhead-grid {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    display: flex;
  }

  .bottom-arrow {
    width: 40px;
  }

  .sub-title {
    font-size: 55px;
  }

  .sub-title.absolute {
    white-space: normal;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    right: 0;
  }

  .sub-title.absolute.second {
    position: relative;
    top: 0;
  }

  .sub-title.small {
    font-size: 43px;
    line-height: 1.3;
  }

  .photo-animation-flex {
    flex-direction: column-reverse;
  }

  .photo-animation-flex.bottom {
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  .photo-right {
    width: 100%;
  }

  .photo-left {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .lightbox-link {
    width: 90px;
    height: 90px;
  }

  .small-text-logo {
    display: none;
  }

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

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

  .step-box {
    padding-top: 0;
  }

  .step-circle-icon {
    width: 80px;
    height: 80px;
  }

  .facts-wrapper {
    text-align: center;
    width: 280px;
    height: 280px;
  }

  .fact-title {
    font-size: 60px;
  }

  .logo-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .work-content {
    height: 250px;
  }

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

  .testimonial-wrapper {
    padding-top: 0;
    padding-right: 0;
  }

  .quote-text {
    font-size: 18px;
    line-height: 1.2;
  }

  .second-grid {
    padding-left: 0;
  }

  .social-wrapper {
    grid-column-gap: 15px;
  }

  .social-wrapper.left {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
  }

  .social-icon-footer {
    justify-content: flex-start;
    width: 38px;
  }

  .paragraph-wrapper {
    max-width: 100%;
    padding-bottom: 20px;
    position: relative;
  }

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

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

  .pricing-grid {
    grid-row-gap: 80px;
  }

  .card-container {
    max-width: 100%;
    padding-bottom: 40px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .pricing-title {
    font-size: 26px;
  }

  .text-field-select {
    height: 42px;
    margin-bottom: 10px;
  }

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

  .contact-form-right-side.second {
    padding: 36px 14px 33px;
  }

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

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

  .cart-quantity.white-line {
    width: 50px;
    height: 42px;
  }

  .section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .display-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 44px;
  }

  .heading-7 {
    height: auto;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .home-view {
    display: flex;
  }

  /* Show mobile header, hide desktop header */
  .header-desktop {
    display: none;
  }

  .header-mobile {
    display: flex;
  }

  .container-3 {
    justify-content: center;
    max-width: 100vw;
    height: 50vh;
  }

  .header {
    padding: 10vw 0;
    position: static;
  }

  .heading-5 {
    height: auto;
    margin-top: -8px;
    display: block;
  }

  .book-your-call-2 {
    justify-content: center;
    align-items: center;
    font-size: 3.2vw;
    font-weight: 400;
    display: flex;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 50vh;
    padding-left: 2vh;
    padding-right: 2vh;
    display: flex;
  }

  .heading-6 {
    height: auto;
    padding-bottom: 0;
    font-size: 15vw;
  }

  .image {
    width: 40vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .book-your-call-button-2 {
    padding: .3vw 1.1vw;
  }

  .book-your-call-button-2.fadsadsf {
    border-radius: 40px;
    margin-top: 5vw;
    padding: .3vw 1.1vw;
  }

  .heading-8, .heading-subtitle {
    height: auto;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .container-4 {
    justify-content: center;
    max-width: 100vw;
    height: 50vh;
  }

  .header-2 {
    padding: 10vw 0;
    position: static;
    font-size: 16px;
  }

  .div-block-14 {
    font-size: 16px;
  }

  .heading-9, .heading-accent {
    height: auto;
    margin-top: -8px;
    display: block;
  }

  .book-your-call-3 {
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    display: flex;
  }

  .book-your-call-3.ioertjioj {
    font-size: 14px;
  }

  .book-your-call-3.ioertjioj.fdadfas {
    color: #f3cfbf;
  }

  .div-block-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 50vh;
    padding-left: 2vh;
    padding-right: 2vh;
    display: flex;
  }

  .heading-10, .heading-main {
    height: auto;
    padding-bottom: 0;
    font-size: 15vw;
  }

  .step-box-2 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-right: 0;
  }

  .grid-3-columns-3 {
    place-content: center;
    place-items: center;
    max-width: 90vw;
  }

  .step-title-2 {
    font-size: 7vw;
  }

  .title-line-3 {
    font-size: 11vw;
  }

  .container-8 {
    justify-content: center;
    align-items: center;
    max-width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 10vh;
    padding-bottom: 10vh;
    display: flex;
  }

  .container-8.mobile12345 {
    align-items: center;
    display: flex;
  }

  .servicespg {
    text-align: center;
    white-space: normal;
    max-width: 80vw;
    font-size: 5vw;
  }

  .facts-wrapper-2 {
    text-align: center;
    width: 280px;
    height: 280px;
  }

  .footerlink {
    font-size: 4vw;
    font-weight: 300;
  }

  .span-text.footer-1 {
    font-size: 1.4vw;
  }

  .span-text.footer-1.mobileview {
    text-align: center;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 9vw;
    display: flex;
  }

  .container-9 {
    flex-direction: column;
    font-size: 5vw;
  }

  .submit-button {
    bottom: -35%;
  }

  .submit-button.mobileview {
    height: auto;
    margin-top: 5vh;
    margin-right: auto;
    padding: 1.5vw 10vw;
    font-size: 4vw;
  }

  .margin-150px-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 90vw;
    margin-top: auto;
    margin-right: 0;
    display: flex;
  }

  .div-block-16 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 8vh;
  }

  .text-field-2 {
    font-size: 1vw;
  }

  .footerheader {
    font-size: 6vw;
  }

  .max-w-center-2 {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 90vw;
  }

  .sub-title-2 {
    text-align: center;
    justify-content: center;
    font-size: 55px;
  }

  .sub-title-2.small {
    flex-direction: column;
    max-width: 80vw;
    font-size: 11vw;
    line-height: 1.3;
  }

  .div-block-17 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .fact-title-2 {
    font-size: 60px;
  }

  .margin-100px-2 {
    width: 100%;
  }

  .div-block-19 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .margin-150px-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10vh;
    padding-bottom: 10vh;
    display: flex;
  }

  .contact-text-wrapper {
    font-size: .1vw;
  }

  .step-circle-icon-2 {
    width: 80px;
    height: 80px;
  }

  .is--white {
    font-size: 9em;
  }

  .is--white.is--69px {
    font-size: 10.4em;
  }

  .container-13 {
    grid-column-gap: 7vh;
    grid-row-gap: 7vh;
    flex-direction: column;
  }

  .title-line-4 {
    -webkit-text-stroke-width: 2px;
  }

  .title-line-4._14 {
    font-size: 25vw;
  }

  .margin-50px-2 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .div-block-20 {
    max-width: 80vw;
  }

  .metricsubtiitles {
    text-align: center;
    font-family: Neuemontreal, sans-serif;
    font-size: 8vw;
    font-weight: 300;
  }

  .photo-right-2 {
    width: 100%;
  }

  .subhead-2.biger {
    text-align: center;
    max-width: 80vh;
    font-size: 21px;
  }

  .subhead-2.mobile.test {
    text-align: center;
    justify-content: center;
    font-size: 4vw;
    display: flex;
  }

  .paragraph-6 {
    font-size: 4vw;
  }

  .paragraph-6.mobi {
    font-size: 3vw;
  }

  .paragraph-6.mobi.desk {
    text-align: center;
    font-size: 3vw;
  }

  .image-3 {
    width: 100%;
    max-width: 90vw;
  }

  .container-11 {
    height: 80vh;
  }

  .container-11.agdgafd {
    height: 100%;
  }

  .cta-top-2 {
    justify-items: center;
  }

  .cta-top-2.jhefnwaoh.fadsadf {
    grid-column-gap: 80px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid_item.is--50.footer-1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 5vw;
  }

  .main-content {
    background-image: linear-gradient(#9c757a, #fcd8be);
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .main-content.phone.desk {
    background-image: linear-gradient(#9c757a, #fcd8be);
    justify-content: center;
    align-items: center;
    width: 100vw;
  }

  .main-content.phone.desk.testttt {
    background-image: linear-gradient(#f7cac9, #f88379);
    display: none;
  }

  .div-block-21 {
    align-items: center;
  }

  .image-4 {
    width: 100%;
    max-width: 90vw;
  }

  .div-block-22 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 8vh;
  }

  .div-block-23 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-field-3 {
    font-size: 16px;
  }

  .heading-11 {
    height: auto;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .container-4, .container-hero {
    justify-content: center;
    max-width: 100vw;
    height: 50vh;
  }

  .header-3, .header-mobile {
    justify-content: center;
    padding: 10vw 0;
    position: static;
    font-size: 16px;
  }

  .header-3.phone, .header-mobile.phone {
    justify-content: center;
    padding-top: 5vw;
    padding-bottom: 5vw;
    position: absolute;
    inset: 0% 0% auto;
  }

  .heading-12 {
    height: auto;
    margin-top: -8px;
    display: block;
  }

  .heading-12.phone {
    margin-top: -2vw;
    font-size: 15vw;
  }

  .heading-12.phone.pad.efawfeawaewf.dsafads {
    justify-content: center;
    display: flex;
  }

  .heading-12.mobile {
    font-size: 13vw;
  }

  .div-block-15, .div-block-26, .content-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 50vh;
    padding-left: 2vh;
    padding-right: 2vh;
    display: flex;
  }

  /* Mobile home view styles now handled by unified .home-view */

  .heading-13 {
    height: auto;
    padding-bottom: 0;
    font-size: 15vw;
  }

  .mobile-main-content {
    background-image: linear-gradient(#f7cac9, #f88379);
    flex-direction: column;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .step-box-3 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-right: 0;
  }

  .grid-3-columns-4 {
    place-content: center;
    place-items: center;
    max-width: 90vw;
  }

  .step-title-3 {
    text-transform: none;
    font-family: Saoldisplay, sans-serif;
    font-size: 7vw;
    font-weight: 300;
  }

  .title-line-5 {
    font-size: 11vw;
  }

  .div-block-27 {
    grid-column-gap: .1vh;
    grid-row-gap: .1vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 2vh;
    display: flex;
  }

  .container-17 {
    justify-content: center;
    align-items: center;
    max-width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 10vh;
    padding-bottom: 10vh;
    display: flex;
  }

  .container-17.mobile12345 {
    align-items: center;
    display: flex;
  }

  .servicespg-2 {
    color: var(--grey);
    text-align: center;
    text-transform: none;
    white-space: normal;
    max-width: 80vw;
    font-size: 5vw;
    font-weight: 300;
  }

  .container-18 {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: auto;
    display: flex;
  }

  .facts-wrapper-3 {
    text-align: center;
    width: 280px;
    height: 280px;
  }

  .margin-150px-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 90vw;
    margin-top: auto;
    margin-right: 0;
    display: flex;
  }

  .text-field-4 {
    font-size: 1vw;
  }

  .sub-title-3 {
    text-align: center;
    justify-content: center;
    font-size: 55px;
  }

  .sub-title-3.small {
    flex-direction: column;
    max-width: 80vw;
    font-size: 11vw;
    line-height: 1.3;
  }

  .fact-title-3 {
    font-size: 60px;
  }

  .margin-100px-3 {
    width: 100%;
  }

  .div-block-29 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .margin-150px-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10vh;
    padding-bottom: 10vh;
    display: flex;
  }

  .step-circle-icon-3 {
    width: 80px;
    height: 80px;
  }

  .div-block-30 {
    max-width: 80vw;
  }

  .metricsubtiitles-2 {
    text-align: center;
    text-transform: none;
    font-family: Neuemontreal, sans-serif;
    font-size: 8vw;
    font-weight: 300;
  }

  .photo-right-3 {
    width: 100%;
  }

  .div-block-31 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .subhead-3.biger {
    text-align: center;
    text-transform: none;
    max-width: 80vh;
    font-size: 21px;
  }

  .subhead-3.mobile.test {
    text-align: center;
    text-transform: none;
    justify-content: center;
    font-size: 16px;
    display: flex;
  }

  .image-5 {
    width: 100%;
    max-width: 90vw;
  }

  .container-20 {
    height: 80vh;
  }

  .container-20.agdgafd {
    height: 100%;
  }

  .div-block-32 {
    align-items: center;
  }

  .div-block-34 {
    top: -366.203px;
  }

  .cta-top-3 {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .photo-left-3 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .who-we-are-wrapper-3 {
    height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .container-21 {
    flex-direction: column;
    font-size: 5vw;
  }

  .div-block-36 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 8vh;
  }

  .text-field-5 {
    font-size: 1vw;
  }

  .footerheader-2 {
    font-size: 6vw;
  }

  .header-4 {
    padding: 10vw 0;
    position: static;
  }

  .facts-wrapper-4 {
    text-align: center;
    width: 280px;
    height: 280px;
  }

  .div-block-37 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .div-block-39 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .about-content {
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
  }

  .subhead-4.biger {
    font-size: 21px;
  }

  .photo-right-4 {
    width: 100%;
  }

  .image-8 {
    width: 100%;
    max-width: 90vw;
  }

  .paragraph-wrapper-2 {
    max-width: 100%;
    padding-bottom: 20px;
    position: relative;
  }

  .fact-title-4 {
    font-size: 60px;
  }

  .about-mobile {
    background-image: linear-gradient(#f7cac9, #f88379);
    flex-direction: column;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    display: flex;
  }

  .imgmobile {
    width: auto;
  }
}

#w-node-_54db4211-7d69-4324-2229-d5efb38e5351-1f056c42, #w-node-_54db4211-7d69-4324-2229-d5efb38e5363-1f056c42, #w-node-_54db4211-7d69-4324-2229-d5efb38e5375-1f056c42, #w-node-_54db4211-7d69-4324-2229-d5efb38e538f-1f056c42, #w-node-_82764b76-11df-8a51-9249-c92c2b0c955e-1f056c42, #w-node-_82764b76-11df-8a51-9249-c92c2b0c9570-1f056c42, #w-node-_82764b76-11df-8a51-9249-c92c2b0c9582-1f056c42, #w-node-_82764b76-11df-8a51-9249-c92c2b0c959c-1f056c42, #w-node-e26b683b-f3ce-c1e7-62a4-4c21d8c84bef-1f056c8f, #w-node-_197d2d28-7359-a630-73ee-f8b223dbdcb7-1f056c8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71ab62a1-b112-cbdb-a2c1-3fdc64be278a-1f056cd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d39286d0-c55b-c8f7-d9fb-41fde01056ec-e01056e9, #w-node-d39286d0-c55b-c8f7-d9fb-41fde010570d-e01056e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caf49ba7-4e35-879a-68f6-318862ecb9d6-29073f8c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_513b7a5d-8ad1-ca92-9825-dde129073f92-29073f8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b95e859e-2708-bbc0-6ee3-af17678ad656-1f056cd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_513b7a5d-8ad1-ca92-9825-dde129073fc7-29073f8c {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_513b7a5d-8ad1-ca92-9825-dde129073fc7-29073f8c {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_81903dd8-fe23-7242-72a9-c0267cc665bf-1f056c42, #w-node-_81903dd8-fe23-7242-72a9-c0267cc665c1-1f056c42, #w-node-_81903dd8-fe23-7242-72a9-c0267cc665c3-1f056c42, #w-node-_81903dd8-fe23-7242-72a9-c0267cc665c5-1f056c42, #w-node-_81903dd8-fe23-7242-72a9-c0267cc665c7-1f056c42, #w-node-_81903dd8-fe23-7242-72a9-c0267cc665c9-1f056c42, #w-node-_81903dd8-fe23-7242-72a9-c0267cc665cb-1f056c42, #w-node-_81903dd8-fe23-7242-72a9-c0267cc665cd-1f056c42, #w-node-_82764b76-11df-8a51-9249-c92c2b0c95c8-1f056c42, #w-node-_82764b76-11df-8a51-9249-c92c2b0c95ca-1f056c42, #w-node-_82764b76-11df-8a51-9249-c92c2b0c95cc-1f056c42, #w-node-_82764b76-11df-8a51-9249-c92c2b0c95ce-1f056c42, #w-node-_82764b76-11df-8a51-9249-c92c2b0c95d0-1f056c42, #w-node-_82764b76-11df-8a51-9249-c92c2b0c95d2-1f056c42, #w-node-_82764b76-11df-8a51-9249-c92c2b0c95d4-1f056c42, #w-node-_82764b76-11df-8a51-9249-c92c2b0c95d6-1f056c42, #w-node-_31c21d49-d55e-3ac3-288d-c4914231223f-1f056c8f, #w-node-_31c21d49-d55e-3ac3-288d-c49142312241-1f056c8f, #w-node-_31c21d49-d55e-3ac3-288d-c49142312243-1f056c8f, #w-node-_31c21d49-d55e-3ac3-288d-c49142312245-1f056c8f, #w-node-_31c21d49-d55e-3ac3-288d-c49142312247-1f056c8f, #w-node-_31c21d49-d55e-3ac3-288d-c49142312249-1f056c8f, #w-node-_31c21d49-d55e-3ac3-288d-c4914231224b-1f056c8f, #w-node-_31c21d49-d55e-3ac3-288d-c4914231224d-1f056c8f, #w-node-_6dcba5e1-88c9-7d5b-a884-e4ab245c8e5e-245c8e54, #w-node-_6dcba5e1-88c9-7d5b-a884-e4ab245c8e60-245c8e54, #w-node-_6dcba5e1-88c9-7d5b-a884-e4ab245c8e62-245c8e54, #w-node-_6dcba5e1-88c9-7d5b-a884-e4ab245c8e64-245c8e54, #w-node-_6dcba5e1-88c9-7d5b-a884-e4ab245c8e66-245c8e54, #w-node-_6dcba5e1-88c9-7d5b-a884-e4ab245c8e68-245c8e54, #w-node-_6dcba5e1-88c9-7d5b-a884-e4ab245c8e6a-245c8e54, #w-node-_6dcba5e1-88c9-7d5b-a884-e4ab245c8e6c-245c8e54 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_513b7a5d-8ad1-ca92-9825-dde129073fc7-29073f8c {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Aspektavf';
  src: url('../fonts/AspektaVF.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saoldisplay';
  src: url('../fonts/SaolDisplay-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Saoldisplay';
  src: url('../fonts/SaolDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 100';
  src: url('../fonts/Aspekta-100.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 400';
  src: url('../fonts/Aspekta-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 600';
  src: url('../fonts/Aspekta-600.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 800';
  src: url('../fonts/Aspekta-800.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 700';
  src: url('../fonts/Aspekta-700.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}