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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --light: #ecf6f2;
  --dark: #1b3233;
  --light-3: #ceead5;
  --light-2: #daebe3;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--light);
  color: var(--dark);
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  line-height: 135%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak, sans-serif;
  font-size: 92px;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Zodiak, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 125%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Zodiak, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
}

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

blockquote {
  border-left: 5px solid var(--dark);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  font-family: Zodiak, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 125%;
}

.section {
  background-color: var(--light);
  color: #1b3233;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.hero-home-a {
  background-color: var(--dark);
  color: var(--light-3);
  padding-top: 0;
  padding-bottom: 60px;
  overflow: hidden;
}

.section.dark {
  background-color: var(--dark);
  color: var(--light);
}

.section.light-two {
  background-color: var(--light-2);
}

.section.light-two.cta-three-section {
  position: relative;
  overflow: hidden;
}

.section.light-two.map-about-c {
  padding-bottom: 24px;
}

.section.contact-version-one {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-home-b {
  padding-top: 40px;
  padding-bottom: 8px;
}

.section.hero-home-c {
  background-color: var(--dark);
  color: var(--light-3);
  padding-top: 120px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.hero-about-a {
  padding-top: 120px;
  padding-bottom: 24px;
}

.section.hero-about-b {
  background-color: var(--dark);
  color: var(--light-3);
  padding-top: 120px;
  padding-bottom: 50px;
}

.section.gallery-about-b {
  padding-top: 50px;
  position: relative;
}

.section.hero-about-c {
  background-image: linear-gradient(314deg, #1b323300, #1b3233d9 65%, var(--dark)), url('../images/aboutc.webp');
  color: var(--light-3);
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.hero-contact-2 {
  background-color: var(--dark);
  color: var(--light-3);
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}

.section.search-results {
  padding-top: 180px;
}

.section._404-section {
  padding-top: 220px;
  padding-bottom: 160px;
}

.section.dark-logos-hero-1 {
  background-color: var(--dark);
  color: var(--light);
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-container {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-big {
  font-size: 22px;
  line-height: 135%;
}

.cta-dark {
  background-color: var(--dark);
  color: var(--light);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta-dark:hover {
  background-color: #223e3f;
}

.cta-dark.submit-contact-two {
  width: 100%;
}

.big-text {
  font-family: Zodiak, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 130%;
}

.paragraph-small {
  font-size: 18px;
  line-height: 135%;
}

.dropdown-list.w--open {
  background-color: var(--light-2);
  border: 1px solid #1b323333;
  border-radius: 12px;
}

.link-dropdown {
  text-align: center;
  font-size: 16px;
}

.link-dropdown:hover {
  background-color: #1b323314;
}

.link-dropdown.w--current {
  color: var(--dark);
  font-weight: 700;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.navbar {
  background-color: var(--dark);
  border-bottom: 1px solid #ecf6f21f;
  height: 82px;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

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

.dropdown {
  color: var(--light);
  font-size: 18px;
}

.cta-nav {
  background-color: var(--light-3);
  color: var(--dark);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta-nav:hover {
  background-color: var(--light-2);
}

.text-dropdown {
  color: var(--light-3);
}

.grid-hero-home-a {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.marquee-image-wrap {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

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

.marquee-overlay {
  z-index: 9;
  background-image: linear-gradient(#1b3233, #1b323300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.marquee-overlay.bottom {
  background-image: linear-gradient(to top, #1b3233, #1b323300);
  inset: auto 0% -1px;
}

.marquee-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.marquee-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.marquee.reverse {
  justify-content: flex-end;
}

.marquee-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 552px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-hero-home-a {
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 664px;
  display: flex;
}

.bottom-title-home-a {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.abstract-hero-home-a {
  background-color: var(--light-3);
  border-radius: 70px;
  width: 90px;
  height: 54px;
}

.subtitle {
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 135%;
}

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

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

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

.cta-light {
  background-color: var(--light-3);
  color: var(--dark);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta-light:hover {
  background-color: var(--light-2);
}

.master-logos {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-logos-wide {
  object-fit: contain;
  width: 13%;
  max-width: 140px;
  max-height: 36.25px;
}

.master-map-image {
  width: 100%;
  max-width: 1058px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-map {
  width: 100%;
}

.wrap-map-text {
  color: var(--light-3);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 808px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrap-map-text.darkl-text {
  color: var(--dark);
}

.grid-master-services-halves {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: .4fr .6fr;
}

.left-services-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 410px;
  display: flex;
}

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

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

.tile-elevation-light-two {
  grid-row-gap: 24px;
  background-color: var(--light-2);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.tile-elevation-light-two.service-small-tile {
  padding: 48px;
}

.tile-elevation-light-two.service-small-tile.highlight-tile {
  background-color: var(--dark);
  color: var(--light-2);
}

.tile-elevation-light-two.usp-fourths-one {
  grid-row-gap: 40px;
  align-items: stretch;
  padding: 40px;
}

.tile-elevation-light-two.usp-fourths-two {
  grid-column-gap: 80px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
}

.tile-elevation-light-two.usp-fourths-three {
  grid-row-gap: 56px;
  align-items: center;
  padding: 40px;
}

.tile-elevation-light-two.contact-tile-version-one {
  grid-row-gap: 40px;
  padding: 64px 56px;
}

.tile-elevation-light-two.move-testimonial-tile {
  grid-row-gap: 100px;
  color: var(--dark);
  width: 100%;
  max-width: 660px;
  padding: 56px;
}

.tile-elevation-light-two.process-sticky-tile {
  grid-row-gap: 120px;
  padding: 80px;
}

.tile-elevation-light-two.blog-wide-tile {
  grid-column-gap: 64px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: background-color .2s;
}

.tile-elevation-light-two.blog-wide-tile:hover {
  background-color: var(--light-3);
}

.tile-elevation-light-two.team-wide-tile {
  grid-column-gap: 64px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 56px 48px 48px;
}

.tile-elevation-light-two.career-value-tile {
  grid-row-gap: 32px;
  color: var(--dark);
}

.icon-service-small-tile {
  width: 40px;
  height: 40px;
}

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

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

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

.container-small {
  max-width: 712px;
  padding-left: 24px;
  padding-right: 24px;
}

.limit-410 {
  max-width: 410px;
}

.master-process-center {
  flex-direction: column;
  margin-top: 64px;
  display: flex;
}

.single-process-center {
  grid-column-gap: 56px;
  border-top: 1px solid var(--dark);
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.left-process-center {
  justify-content: flex-start;
  align-items: center;
  width: 68px;
  display: flex;
}

.text-number-process-center {
  color: #1b323380;
  font-family: Zodiak, sans-serif;
  font-size: 100px;
  line-height: 110%;
}

.right-process-center {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

.flex-cta-center.mg-top-64 {
  margin-top: 64px;
}

.center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.center-heading.mg-bottom-80 {
  margin-bottom: 80px;
}

.grid-usp-fourths {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-usp-tile-one {
  object-fit: cover;
  border-radius: 12px;
  flex: 1;
}

.bottom-usp-tile-one {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-usp-tile-two {
  object-fit: cover;
  border-radius: 12px;
  width: 40%;
  max-width: 290px;
  height: 100%;
}

.right-usp-tile-two {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.top-usp-tile-three {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-usp-tile-three {
  width: 100%;
}

.image-usp-tile-four {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.gird-sticky-halves {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.left-sticky-halves {
  position: relative;
}

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

.tile-elevation-light-one {
  grid-row-gap: 24px;
  background-color: var(--light);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.tile-elevation-light-one.values-halves-tile {
  grid-row-gap: 64px;
  align-items: center;
  padding: 40px 24px;
}

.tile-elevation-light-one.move-usp-tile {
  grid-column-gap: 24px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 618px;
  padding: 24px 56px 24px 24px;
}

.tile-elevation-light-one.contact-tile-two {
  grid-row-gap: 40px;
  align-items: flex-start;
  padding: 120px 80px;
}

.tile-elevation-light-one.contact-thirds-tile {
  grid-row-gap: 40px;
  align-items: center;
  padding: 48px;
  text-decoration: none;
  transition: transform .2s;
}

.tile-elevation-light-one.contact-thirds-tile:hover {
  transform: translate(0, -4px);
}

.grid-contact-one {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.image-contact-one {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-width: 590px;
}

.right-contact-one {
  width: 100%;
  max-width: 606px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  padding-bottom: 52px;
}

.image-abstract-contact-one {
  height: 35px;
}

.top-contact-one {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider-contact-one {
  background-color: #1b32334d;
  width: 100%;
  height: 1px;
}

.bottom-contact-one {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-contact-list-icon {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.wrap-footer-top {
  background-color: #253c3d;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 60px 48px;
  display: flex;
}

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

.success-message {
  border: 1px solid var(--light-3);
  background-color: var(--dark);
  color: var(--light-3);
  border-radius: 12px;
}

.legal-footer-link {
  color: var(--light-3);
}

.cta-newsletter-footer {
  background-color: var(--light-2);
  color: var(--dark);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  height: 56px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

.master-legal-footer {
  color: var(--light-3);
  border-top: 1px solid #ceead599;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-top: 40px;
  font-size: 16px;
  line-height: 135%;
  display: flex;
}

.heading-footer-links {
  color: var(--light-3);
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 140%;
}

.column-footer-links {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-newsletter {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.form-block-newsletter {
  margin-bottom: 0;
}

.left-bottom-footer {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

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

.grid-footer-links {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.master-bottom-footer {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.footer-text {
  color: var(--light-3);
  font-size: 22px;
  line-height: 135%;
}

.text-field-newsletter {
  border: 1px solid var(--light-2);
  color: #ecf6f2;
  background-color: #ecf6f21a;
  border-radius: 64px;
  min-width: 260px;
  height: 56px;
  margin-bottom: 0;
  margin-right: -50px;
  padding-left: 24px;
  padding-right: 32px;
  font-size: 18px;
}

.text-field-newsletter:focus {
  border-color: var(--light);
}

.text-field-newsletter::placeholder {
  color: #ecf6f2b3;
}

.footer-link {
  color: var(--light-3);
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
}

.footer {
  color: #ecf6f2;
  background-color: #1b3233;
  padding-top: 100px;
  padding-bottom: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
}

.divider-footer-links {
  background-color: #ceead54d;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.container-hero-home-b {
  max-width: 1720px;
  padding-left: 40px;
  padding-right: 40px;
}

.master-hero-home-b {
  color: var(--light-3);
  background-image: linear-gradient(#1b323399, #1b323399), url('../images/bghomeb.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  height: 85vh;
  min-height: 640px;
  max-height: 1000px;
  padding-top: 130px;
  padding-bottom: 200px;
  position: relative;
}

.title-wrap-home-b {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 804px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.scroll-home-b {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.limit-545 {
  width: 100%;
  max-width: 545px;
}

.middle-heading-line-text {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 24px;
  display: flex;
}

.image-heading-line-text {
  width: 100%;
  max-width: 180px;
  margin-right: 200px;
}

.master-heading-line-text {
  width: 100%;
  max-width: 1112px;
  margin-left: auto;
  margin-right: auto;
}

.content-bottom-text-line {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 462px;
  margin-right: 40px;
  display: flex;
}

.top-heading-line-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bottom-heading-line-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.master-move-usp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  margin-top: 100px;
  display: flex;
  overflow: hidden;
}

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

.image-move-usp {
  object-fit: cover;
  border-radius: 12px;
  width: 172px;
  height: 172px;
}

.right-move-usp {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h3-move-usp {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.grid-combo-halves {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.grid-combo-halves.relative-grid {
  z-index: 2;
  position: relative;
}

.image-combo-halves {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
}

.right-combo-halves {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.top-combo-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 455px;
  display: flex;
}

.grid-two-stats {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.tile-stat-elevation-two {
  grid-row-gap: 12px;
  background-color: var(--light-2);
  color: var(--dark);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 212px;
  padding: 26px 32px;
  display: flex;
}

.text-stat {
  font-family: Zodiak, sans-serif;
  font-size: 38px;
  line-height: 110%;
}

.master-process-circles {
  position: relative;
}

.tile-circle-process {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 341px;
  display: flex;
}

.circle-number {
  z-index: 5;
  background-color: var(--dark);
  color: var(--light-3);
  border: 1px solid #fcf7ed;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: Zodiak, sans-serif;
  font-size: 32px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.bottom-circle-process {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.line-process-circles {
  background-color: var(--dark);
  width: 70%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 39px 0% auto;
}

.grid-process-thirds {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.lightbox-absolute-halves {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fade-in-white {
  color: #ddddd5;
}

.grid-lightbox-halves {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.icon-lightbox-left {
  width: 32px;
}

.top-left-lightbox {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-lightbox-halves {
  grid-row-gap: 240px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.video-lighbox-halves {
  z-index: 1;
  border-radius: 24px;
  min-height: 520px;
  position: relative;
}

.bottom-lightbox-left {
  max-width: 520px;
}

.bottom-testimonial-tile {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-person-testimonial-tile {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

.text-position-small {
  color: #1b323399;
  font-size: 14px;
}

.inside-moving-testimonial {
  grid-column-gap: 32px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-name-testimonial-tile {
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-moving-testimonials {
  grid-column-gap: 32px;
  flex-direction: row;
  align-items: center;
  width: 100vw;
  margin-top: 120px;
  display: flex;
  overflow: hidden;
}

.wrap-testimonial-tile-person {
  grid-column-gap: 24px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.logo-testimonial-tile {
  height: 32px;
}

.single-moving-testimonial {
  grid-column-gap: 32px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gird-contact-two {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.right-contact-two {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-form-contact-two {
  text-align: center;
  max-width: 402px;
  margin-left: auto;
  margin-right: auto;
  font-family: Zodiak, sans-serif;
  font-size: 24px;
}

.form-block-contact-two {
  width: 100%;
  max-width: 330px;
}

.text-field-contact {
  background-color: var(--light);
  border: 1px solid #1b32334d;
  border-radius: 64px;
  height: 52px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
}

.text-field-contact:focus {
  border-color: var(--dark);
}

.text-field-contact::placeholder {
  color: #1b323399;
}

.title-wrap-home-c {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 844px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-654 {
  max-width: 654px;
}

.wrap-abstract-hero {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-abstract-hero {
  background-color: #ceead54d;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.pill-abstract-hero {
  background-color: var(--light-3);
  opacity: 1;
  border-radius: 40px;
  width: 52px;
  height: 32px;
}

.image-hero-c {
  outline-color: var(--light-2);
  outline-offset: 0px;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  outline-width: 60px;
  outline-style: solid;
  width: 100%;
  max-width: 860px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.left-sticky-process {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.right-sticky-process {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.text-process-big-number {
  opacity: .3;
  font-family: Zodiak, sans-serif;
  font-size: 100px;
  line-height: 120%;
}

.bottom-proces-sticky {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-service-wide {
  grid-column-gap: 56px;
  border-top: 1px solid var(--dark);
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.icon-service-wide {
  width: 64px;
  height: 64px;
}

.right-service-wide {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.circle-contact-three {
  z-index: 1;
  background-color: var(--dark);
  border-radius: 50%;
  width: 80vw;
  height: 80vw;
  position: absolute;
  inset: -40vw auto auto -40vw;
}

.master-wide-blog {
  width: 100%;
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
}

.list-wide-blog {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.image-blog-wide-tile {
  object-fit: cover;
  border-radius: 12px;
  width: 36%;
  max-width: 340px;
  height: 100%;
}

.right-blog-wide-tile {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 390px;
  display: flex;
}

.title-wrap-about-a {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 844px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.moving-images-master-about-a {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.moving-images-inside-about-a {
  justify-content: space-between;
  align-items: center;
  width: 160vw;
  display: flex;
}

.moving-image-about-a {
  width: 32%;
}

.moving-images-top-fill {
  width: 102vw;
  position: absolute;
  inset: -1% 0% auto;
}

.moving-images-bottom-fill {
  width: 102vw;
  max-width: none;
  position: absolute;
  inset: auto 0% -2px;
}

.grid-stats-wide {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  width: 100%;
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-stat-wide {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider-stat-wide {
  background-color: #1b32334d;
  width: 1px;
  height: 48px;
}

.divider-stat-wide.light-divider {
  background-color: #ceead566;
}

.flex-heading-text {
  grid-column-gap: 64px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.right-heading-text {
  max-width: 470px;
  margin-top: 8px;
}

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

.wrap-team-single {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-team {
  border-radius: 12px;
  width: 100%;
}

.bottom-team {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrap-about-b {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 894px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-gallery-about-b {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr;
  margin-bottom: 100px;
  position: relative;
}

.image-about-b {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.color-fill-about-b {
  z-index: 1;
  background-color: var(--dark);
  height: 30%;
  position: absolute;
  inset: 0% 0% auto;
}

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

.limit-668 {
  width: 100%;
  max-width: 668px;
}

.title-wrap-about-c {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 894px;
  display: flex;
}

.wrap-image-user-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.image-circles-user-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-user-centered {
  width: 33%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.right-user-centered {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 455px;
  display: flex;
}

.master-check-list {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-check-list {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-check-list {
  width: 24px;
  height: 24px;
}

.container-medium {
  max-width: 942px;
  padding-left: 24px;
  padding-right: 24px;
}

.title-wrap-center {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-wrap-center.mg-bottom-56 {
  margin-bottom: 56px;
}

.text-faq-heading {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 125%;
}

.expandable-content-flex {
  cursor: pointer;
  border-bottom: 1px solid #181818;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.expandable-content-flex.first-expandable {
  border-top: 1px solid #181818;
}

.expanded-text {
  margin-bottom: 0;
  font-size: 18px;
}

.expandable-content-wrap {
  width: 100%;
  max-width: 314px;
  height: auto;
}

.expandable-content-wrap.wide-content-expandable {
  max-width: 600px;
}

.service-expandable-left {
  align-items: flex-start;
  display: flex;
}

.expand-line {
  background-color: #181818;
  width: 16px;
  height: 2px;
}

.expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.expandable-wrap {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.expand-open {
  transform-origin: 50% 0;
}

.expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 8px;
  display: flex;
}

.space-24 {
  height: 24px;
}

.grid-contact-thirds {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.icon-contact-thirds {
  width: 80px;
  height: 80px;
}

.bottom-contact-thirds {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-heading-3 {
  font-family: Zodiak, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 125%;
}

.color-fill-contact-three {
  z-index: 1;
  background-color: var(--light-2);
  height: 230px;
  position: absolute;
  inset: auto 0% 0%;
}

.brand-checkout {
  background-color: var(--light-2);
  border-bottom: 1px solid #1b323333;
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

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

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

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

.shipping-method {
  background-color: #f7f2e2;
}

.block-content {
  background-color: var(--light-2);
  border-bottom-color: #1b32334d;
  border-left-color: #1818184d;
  border-right-color: #1b32334d;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

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

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

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

.block-header {
  background-color: var(--light-2);
  border-color: #1b32334d;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.text-field-checkout {
  background-color: var(--light-2);
  border-color: #1b3233cc;
  border-radius: 50px;
  height: 44px;
  margin-bottom: 8px;
}

.text-field-checkout:focus, .text-field-checkout.-wfp-focus {
  border-color: #181818;
}

.checkout-form {
  background-color: var(--light);
  padding: 64px 0;
}

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

.search-result-list {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.title-wrap-404 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.fixed-cart {
  z-index: 10000;
  position: fixed;
  inset: auto 16px 16px auto;
}

.remove-button {
  color: #1c3533;
}

.remove-link {
  color: #1c3533;
  text-decoration: none;
}

.icon-cart-product {
  border: 1px solid var(--dark);
  background-color: var(--light-2);
  border-radius: 50%;
  padding: 15px;
}

.cart-button {
  border: 1px solid var(--light-3);
  background-color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.cart-container {
  background-color: var(--light-2);
}

.cart-footer {
  border-top-color: #1b32333b;
}

.h1-heading {
  font-family: Zodiak, sans-serif;
  font-size: 92px;
  font-weight: 400;
  line-height: 120%;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 125%;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
}

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

  .section.hero-home-a {
    padding-top: 140px;
  }

  .section.hero-about-a {
    padding-top: 180px;
  }

  .section.hero-about-c {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .big-text {
    font-size: 32px;
    line-height: 135%;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .nav-menu {
    background-color: var(--dark);
    border-radius: 12px;
    flex-direction: column;
    width: 60%;
    max-width: 440px;
    max-height: 90vh;
    margin-top: 12px;
    margin-left: auto;
    margin-right: 17px;
    padding: 24px 40px 32px;
    overflow: scroll;
  }

  .menu-button {
    background-color: #ceead51a;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 0;
  }

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

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

  .line-menu.second-line {
    width: 20px;
  }

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

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

  .dropdown {
    display: block;
  }

  .cta-nav {
    margin-top: 16px;
  }

  .grid-hero-home-a {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .marquee-image-wrap {
    height: 320px;
  }

  .marquee-overlay {
    height: 140px;
  }

  .marquee-wrap {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-hero-home-a {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle {
    font-size: 28px;
  }

  .master-logos {
    flex-wrap: wrap;
  }

  .grid-master-services-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .left-services-halves {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-elevation-light-two.usp-fourths-one {
    padding: 24px;
  }

  .tile-elevation-light-two.usp-fourths-two {
    grid-column-gap: 32px;
    padding: 24px 32px 24px 24px;
  }

  .tile-elevation-light-two.usp-fourths-three {
    grid-row-gap: 32px;
    padding: 24px;
  }

  .tile-elevation-light-two.process-sticky-tile {
    grid-row-gap: 80px;
    padding: 64px;
  }

  .tile-elevation-light-two.team-wide-tile {
    padding: 32px;
  }

  .gird-sticky-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .tile-elevation-light-one.contact-tile-two {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 64px;
  }

  .grid-contact-one {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .image-contact-one {
    max-width: 500px;
  }

  .right-contact-one {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrap-footer-top {
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .left-bottom-footer {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-footer-links {
    width: 100%;
  }

  .master-bottom-footer {
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: stretch;
  }

  .text-field-newsletter {
    min-width: 200px;
  }

  .master-hero-home-b {
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .grid-combo-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .image-combo-halves {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-combo-halves {
    text-align: center;
    align-items: center;
  }

  .top-combo-halves {
    align-items: center;
  }

  .circle-number {
    width: 64px;
    height: 64px;
    font-size: 24px;
  }

  .line-process-circles {
    top: 30px;
  }

  .grid-lightbox-halves {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .video-lighbox-halves {
    height: 100%;
    min-height: 460px;
  }

  .gird-contact-two {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .image-hero-c {
    outline-width: 32px;
    width: 70%;
    margin-top: 80px;
  }

  .left-sticky-process {
    text-align: center;
    align-items: center;
  }

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

  .moving-images-inside-about-a {
    width: 180vw;
  }

  .flex-heading-text.mg-bottom-64 {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .title-wrap-about-c, .right-user-centered {
    text-align: center;
    align-items: center;
  }

  .expandable-content-wrap.wide-content-expandable {
    max-width: 400px;
  }

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

  .h1-heading {
    font-size: 80px;
    line-height: 120%;
  }
}

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

  h2 {
    font-size: 34px;
  }

  .section.hero-about-a, .section.hero-contact-2 {
    padding-top: 160px;
  }

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

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

  .subtitle {
    font-size: 26px;
  }

  .master-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
  }

  .image-logos-wide {
    width: 33%;
    max-width: none;
  }

  .tile-elevation-light-two.service-small-tile, .tile-elevation-light-two.usp-fourths-one {
    padding: 32px;
  }

  .tile-elevation-light-two.usp-fourths-two {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: stretch;
    padding: 32px;
  }

  .tile-elevation-light-two.usp-fourths-three {
    padding: 32px;
  }

  .tile-elevation-light-two.blog-wide-tile {
    grid-column-gap: 32px;
    padding: 24px;
  }

  .tile-elevation-light-two.team-wide-tile {
    flex-direction: column;
  }

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

  .image-usp-tile-one {
    max-height: 300px;
  }

  .image-usp-tile-two {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .right-usp-tile-two {
    text-align: center;
    align-items: center;
  }

  .image-contact-one {
    width: 90%;
    max-width: 420px;
  }

  .wrap-footer-top {
    grid-row-gap: 64px;
    flex-direction: column;
    padding: 40px 32px;
  }

  .master-legal-footer {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .grid-footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .container-hero-home-b {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-heading-line-text {
    margin-left: 40px;
    margin-right: auto;
  }

  .content-bottom-text-line {
    text-align: center;
    align-items: center;
    margin-right: 0;
  }

  .circle-number {
    width: 100px;
    height: 100px;
  }

  .line-process-circles {
    display: none;
  }

  .grid-process-thirds {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-lightbox-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .left-lightbox-halves {
    grid-row-gap: 120px;
  }

  .video-lighbox-halves {
    height: 72vw;
    min-height: 0;
  }

  .image-hero-c {
    outline-width: 20px;
  }

  .moving-images-inside-about-a {
    width: 1280px;
  }

  .grid-stats-wide {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .divider-stat-wide {
    width: 100%;
    max-width: 240px;
    height: 1px;
  }

  .grid-team-thirds {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .service-expandable-left {
    flex-direction: column;
  }

  .h1-heading {
    font-size: 56px;
    line-height: 120%;
  }

  .h2-heading {
    font-size: 34px;
    line-height: 125%;
  }
}

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

  h2 {
    font-size: 32px;
  }

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

  .section.light-two.cta-three-section {
    padding-top: 80px;
  }

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

  .section.hero-home-c {
    padding-top: 140px;
  }

  .section.hero-about-b {
    padding-top: 160px;
  }

  .section.hero-contact-2 {
    padding-top: 140px;
  }

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

  .paragraph-big {
    font-size: 22px;
  }

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

  .nav-menu {
    width: 94%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar {
    height: 72px;
  }

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

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

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

  .marquee-overlay {
    top: -1px;
  }

  .marquee-overlay.bottom {
    bottom: -1px;
  }

  .marquee-column {
    width: 48%;
  }

  .marquee-column.column-two, .marquee-column.column-one {
    flex: none;
  }

  .marquee-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .master-title-hero-home-a {
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

  .bottom-title-home-a {
    grid-column-gap: 9px;
    flex-wrap: wrap;
  }

  .abstract-hero-home-a {
    width: 70px;
    height: 30px;
    display: none;
  }

  .subtitle {
    font-size: 23px;
  }

  .image-logos-wide {
    width: 37%;
    max-height: 39px;
  }

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

  .tile-elevation-light-two.contact-tile-version-one {
    text-align: center;
    align-items: center;
    padding: 48px 32px;
  }

  .tile-elevation-light-two.move-testimonial-tile {
    grid-row-gap: 60px;
    max-width: 480px;
    padding: 40px;
  }

  .tile-elevation-light-two.process-sticky-tile {
    padding: 40px;
  }

  .tile-elevation-light-two.blog-wide-tile {
    flex-direction: column;
    align-items: stretch;
  }

  .tile-elevation-light-two.team-wide-tile {
    padding: 32px 24px;
  }

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

  .tile-elevation-light-one.move-usp-tile {
    text-align: center;
    flex-direction: column;
    max-width: 300px;
    padding: 24px;
  }

  .tile-elevation-light-one.contact-tile-two {
    align-items: center;
    padding: 32px;
  }

  .tile-elevation-light-one.contact-thirds-tile {
    padding: 24px;
  }

  .grid-contact-one {
    grid-row-gap: 40px;
  }

  .top-contact-one {
    text-align: center;
    align-items: center;
  }

  .bottom-contact-one {
    grid-row-gap: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .single-contact-list-icon {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-footer-top {
    grid-row-gap: 32px;
  }

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

  .cta-newsletter-footer {
    width: 100%;
  }

  .master-legal-footer {
    text-align: center;
  }

  .column-footer-links {
    align-items: center;
  }

  .form-newsletter {
    grid-row-gap: 8px;
    flex-direction: column;
    width: 100%;
  }

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

  .link-brand-footer {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-footer-links {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .footer-top-right {
    width: 100%;
  }

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

  .text-field-newsletter {
    margin-right: 0;
  }

  .container-hero-home-b {
    padding-left: 16px;
    padding-right: 16px;
  }

  .scroll-home-b {
    width: 70%;
  }

  .master-move-usp {
    grid-row-gap: 16px;
  }

  .image-move-usp {
    width: 100%;
    height: 210px;
  }

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

  .wrap-testimonial-tile-person {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-block-contact-two {
    width: 90%;
  }

  .circle-abstract-hero {
    width: 28px;
    height: 28px;
  }

  .pill-abstract-hero {
    height: 28px;
  }

  .image-hero-c {
    outline-width: 15px;
    width: 80%;
    margin-top: 64px;
  }

  .single-service-wide {
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .right-service-wide {
    align-items: center;
  }

  .image-blog-wide-tile {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .right-blog-wide-tile {
    text-align: center;
    align-items: center;
  }

  .moving-images-inside-about-a {
    width: 1070px;
  }

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

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

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

  .expandable-content-wrap {
    flex: 0 auto;
    max-width: none;
  }

  .service-expandable-left {
    flex-direction: column;
    flex: 1;
    margin-right: 16px;
  }

  .expand-line {
    flex: none;
  }

  .expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .expand-icon-wrap {
    flex: none;
  }

  .text-heading-3, .text-heading-3.contact-tile-h3 {
    font-size: 24px;
  }

  .h1-heading {
    font-size: 42px;
    line-height: 120%;
  }

  .h2-heading {
    font-size: 32px;
    line-height: 125%;
  }
}

#w-node-d25e84b2-d632-c959-750f-f99292911474-9291145b, #w-node-d25e84b2-d632-c959-750f-f9929291147d-9291145b, #w-node-d25e84b2-d632-c959-750f-f99292911486-9291145b, #w-node-d25e84b2-d632-c959-750f-f9929291148f-9291145b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8f8085f-b0d4-a757-a98b-9a7a0532a057-0cd0e0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-a8f8085f-b0d4-a757-a98b-9a7a0532a066-0cd0e0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5e7a7682-35b2-e33e-398a-a484c272d200-df903c7d, #w-node-_5e7a7682-35b2-e33e-398a-a484c272d208-df903c7d, #w-node-_5e7a7682-35b2-e33e-398a-a484c272d209-df903c7d, #w-node-_5e7a7682-35b2-e33e-398a-a484c272d20f-df903c7d, #w-node-_5e7a7682-35b2-e33e-398a-a484c272d215-df903c7d, #w-node-_5e7a7682-35b2-e33e-398a-a484c272d21b-df903c7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ce13e8a-10fb-3590-b504-c1a0e5475d36-3d243741 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_3ce13e8a-10fb-3590-b504-c1a0e5475d3d-3d243741 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3ce13e8a-10fb-3590-b504-c1a0e5475d44-3d243741 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3ce13e8a-10fb-3590-b504-c1a0e5475d4b-3d243741, #w-node-debe8638-81a8-202d-ed53-022ec1b24e3d-0dc0c253, #w-node-debe8638-81a8-202d-ed53-022ec1b24e46-0dc0c253, #w-node-debe8638-81a8-202d-ed53-022ec1b24e4f-0dc0c253, #w-node-debe8638-81a8-202d-ed53-022ec1b24e58-0dc0c253, #w-node-cb2df060-dc3a-5d93-3e82-93fec4b6db28-e7ed637e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb2df060-dc3a-5d93-3e82-93fec4b6db29-e7ed637e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cbb1ce4c-54d4-543b-7bd0-ecfdc33ede58-37919ec7, #w-node-cbb1ce4c-54d4-543b-7bd0-ecfdc33ede61-37919ec7, #w-node-cbb1ce4c-54d4-543b-7bd0-ecfdc33ede6a-37919ec7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_0952d71f-1039-fc11-51f0-51e7762ddaa1-f643111b, #w-node-_0952d71f-1039-fc11-51f0-51e7762ddaad-f643111b, #w-node-_0441975a-5685-6fbb-3ad0-5769286c76c2-8e5f26cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0441975a-5685-6fbb-3ad0-5769286c76c3-8e5f26cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_01a56103-2354-f459-5f80-6d7c0bfee52e-1af07373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01a56103-2354-f459-5f80-6d7c0bfee52f-1af07373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_17d15417-d698-5a1c-e0c9-0acd15040a0a-2cc2620f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17d15417-d698-5a1c-e0c9-0acd15040a0f-2cc2620f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_17d15417-d698-5a1c-e0c9-0acd15040a10-2cc2620f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17d15417-d698-5a1c-e0c9-0acd15040a15-2cc2620f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_17d15417-d698-5a1c-e0c9-0acd15040a16-2cc2620f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17d15417-d698-5a1c-e0c9-0acd15040a1b-2cc2620f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_17d15417-d698-5a1c-e0c9-0acd15040a1c-2cc2620f, #w-node-cff830ce-2c91-66fa-eef8-6aef75a7f685-2e0d1cfb, #w-node-cff830ce-2c91-66fa-eef8-6aef75a7f68c-2e0d1cfb, #w-node-cff830ce-2c91-66fa-eef8-6aef75a7f693-2e0d1cfb, #w-node-cff830ce-2c91-66fa-eef8-6aef75a7f69a-2e0d1cfb, #w-node-cff830ce-2c91-66fa-eef8-6aef75a7f6a1-2e0d1cfb, #w-node-cff830ce-2c91-66fa-eef8-6aef75a7f6a8-2e0d1cfb, #w-node-d78150e8-bd3a-0b38-93c9-effaabed4862-7c1b852f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d78150e8-bd3a-0b38-93c9-effaabed4867-7c1b852f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d78150e8-bd3a-0b38-93c9-effaabed4868-7c1b852f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d78150e8-bd3a-0b38-93c9-effaabed486d-7c1b852f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d78150e8-bd3a-0b38-93c9-effaabed486e-7c1b852f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d78150e8-bd3a-0b38-93c9-effaabed4873-7c1b852f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d78150e8-bd3a-0b38-93c9-effaabed4874-7c1b852f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d78150e8-bd3a-0b38-93c9-effaabed487c-7c1b852f, #w-node-d78150e8-bd3a-0b38-93c9-effaabed487d-7c1b852f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-d78150e8-bd3a-0b38-93c9-effaabed487e-7c1b852f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-c19238a4-77e0-2966-d1e6-459991f0409d-c2dc579b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c19238a4-77e0-2966-d1e6-459991f040a0-c2dc579b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e57f9582-8844-b68a-d162-2d9bd2d2965c-3f6fda83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e57f9582-8844-b68a-d162-2d9bd2d2965d-3f6fda83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5e5a85a3-77e3-d282-54ac-4271ee649f98-94c9a40b, #w-node-_5e5a85a3-77e3-d282-54ac-4271ee649f9f-94c9a40b, #w-node-_5e5a85a3-77e3-d282-54ac-4271ee649fa6-94c9a40b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c19238a4-77e0-2966-d1e6-459991f0409d-c2dc579b, #w-node-e57f9582-8844-b68a-d162-2d9bd2d2965c-3f6fda83 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3ce13e8a-10fb-3590-b504-c1a0e5475d36-3d243741, #w-node-_3ce13e8a-10fb-3590-b504-c1a0e5475d3d-3d243741, #w-node-_3ce13e8a-10fb-3590-b504-c1a0e5475d44-3d243741 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d78150e8-bd3a-0b38-93c9-effaabed487e-7c1b852f {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-ExtraboldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}