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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --pink-bg: #ffdcdd;
  --black: #050505;
  --purple-bg: #bfc5fe;
  --pink: #ff96c7;
  --white: white;
  --blue-bg: #bbddf2;
  --beige_500: #f3efe8;
}

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-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-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--pink-bg);
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bevellier, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: .9;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bevellier, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bevellier, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bevellier, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bevellier, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bevellier, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
  line-height: 1.4;
}

a {
  line-height: 1.2;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.125rem;
  line-height: 1.4;
}

blockquote {
  border-left: 5px solid #0505051a;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.margin-xhuge {
  margin: 8rem;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-small {
  height: 1rem;
}

.heading-style-h4 {
  font-size: 5rem;
  font-weight: 700;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: .875rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.form-input {
  border: 2px solid var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 12px;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  transition: border-color .35s;
}

.form-input:hover, .form-input:active, .form-input:focus, .form-input.-wfp-focus {
  border-color: var(--black);
}

.form-input::placeholder {
  color: #222;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form-input.is-select-input {
  color: #222;
}

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

.purple-background {
  background-color: var(--purple-bg);
}

.margin-0 {
  margin: 0;
}

.fs-styleguide-heading-header {
  font-size: 8rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide-header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide-spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

.form-message-success {
  border: 3px solid var(--black);
  color: #114e0b;
  text-align: center;
  background-color: #cef5ca;
  border-radius: 1rem;
  padding: 1.25rem;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 1.4;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.icon-1x1-small {
  color: var(--black);
  width: 1.25rem;
  height: 1.25rem;
}

.text-align-right {
  text-align: right;
}

.text-style-link {
  color: #2d62ff;
  text-decoration: underline;
}

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-styleguide-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.text-rich-text h5 {
  font-size: 2rem;
}

.text-rich-text h6 {
  font-size: 1rem;
}

.text-rich-text h4 {
  font-size: 2.5rem;
}

.text-rich-text h3 {
  font-size: 3rem;
}

.text-rich-text h2 {
  font-size: 4rem;
}

.text-rich-text h1 {
  font-size: 5rem;
}

.text-rich-text p {
  font-size: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  font-size: 1rem;
  line-height: 1.3;
}

.text-rich-text blockquote {
  border-left-color: #0505051a;
  font-size: 1.125rem;
  line-height: 1.3;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.2;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.fs-styleguide-item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

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

.fs-styleguide-background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide-2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide-2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.fs-styleguide-classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide-4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  font-family: Inconsolata, monospace;
  font-size: 1.3rem;
  line-height: 1.3;
}

.text-size-regular.text-align-center {
  font-family: Inconsolata, monospace;
  font-size: 1.4rem;
}

.text-size-regular.align-text {
  text-align: right;
}

.fs-styleguide-message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.pointer-events-none {
  pointer-events: none;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.container-large {
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.fs-styleguide-spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.nav-component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide-section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide-item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-small {
  padding: 1rem;
}

.heading-style-h2 {
  font-size: 7.5rem;
  line-height: .9;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.text-color-secondary {
  color: var(--pink);
}

.text-align-center {
  text-align: center;
}

.margin-xsmall {
  margin: .5rem;
}

.form-message-error {
  border: 3px solid var(--black);
  background-color: var(--pink);
  color: #380000;
  text-align: center;
  border-radius: 12px;
  margin-top: 2rem;
  padding: .75rem;
}

.heading-style-h3 {
  font-size: 6.1rem;
  line-height: .9;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.pointer-events-auto {
  pointer-events: auto;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.button {
  border: 3px solid var(--black);
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--black);
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .85rem 1.5rem;
  font-family: Bevellier, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all .2s;
  display: block;
}

.button:hover {
  background-color: var(--pink);
  box-shadow: 0 0 0 0 var(--black);
  transform: translate(0, 3px);
}

.button.is-text {
  color: #000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  background-color: var(--purple-bg);
  color: #000;
}

.button.is-secondary:hover {
  background-color: var(--white);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.fs-styleguide-3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide-3-col.is-align-start {
  align-items: start;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.form-label {
  color: var(--black);
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.3;
}

.fs-styleguide-hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.nav-menu-link {
  color: #fff;
  padding: 1rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

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

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide-item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 34rem;
}

.max-width-medium.header-block {
  max-width: 28rem;
}

.form-component {
  margin-bottom: 0;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.fs-styleguide-header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.fs-styleguide-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-tiny {
  margin: .125rem;
}

.spacer-large {
  padding-top: 3rem;
}

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.text-weight-light {
  font-weight: 300;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.padding-global {
  padding-bottom: 46px;
  padding-left: 2.5rem;
  padding-right: 1.6rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide-heading-medium {
  font-size: 4rem;
  line-height: 1;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.max-width-small.text-align-right {
  margin-left: auto;
}

.fs-styleguide-empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-xxhuge {
  padding: 12rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.nav-client-first-logo {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.fs-styleguide-label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide-label.is-tag {
  background-color: #dd23bb;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 2rem;
}

.padding-medium {
  padding: 2rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.padding-section-large {
  padding-top: 3.7rem;
  padding-bottom: 8rem;
}

.pink-background {
  background-color: var(--pink-bg);
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide-1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  position: static;
}

.nav-button {
  padding: 1rem;
}

.padding-huge {
  padding: 6rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.text-color-primary {
  color: var(--black);
}

.blue-background {
  background-color: var(--blue-bg);
}

.margin-custom1 {
  margin: 1.5rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide-spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  text-transform: uppercase;
  font-family: Bevellier, sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: .9;
}

.heading-style-h1.plan-name {
  text-align: center;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.nav-style-guide {
  background-color: #f3f3f3;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  position: fixed;
  inset: auto 0% 5%;
}

.nav-style-guide-link {
  background-color: #ebebeb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.nav-style-guide-link:hover {
  background-color: #dbdbdb;
  transform: scale(1.2);
}

.nav-style-guide-icon {
  color: #000;
  width: 2rem;
  height: 2rem;
  font-family: Material Icons;
  line-height: 1;
}

.style-guide-body {
  background-color: #fff;
}

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

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

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

.checkout-form, .paypal-checkout-form {
  background-color: #0000;
  padding: 0;
}

.order-confirmation-form {
  background-color: #0000;
}

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

.licenses-content {
  border: 3px solid var(--black);
  background-color: var(--purple-bg);
  box-shadow: 3px 3px 0 0 var(--black);
  border-radius: 1.25rem;
  padding: 2.5rem 2rem;
}

.licenses-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 30px;
  list-style-type: none;
  display: flex;
}

.changelog-content-flex {
  border: 3px solid var(--black);
  background-color: var(--purple-bg);
  box-shadow: 3px 3px 0 0 var(--black);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 2rem;
  display: flex;
}

.changelog-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.list {
  list-style-type: square;
}

.checkout-header-block {
  border-width: 2px;
  border-color: var(--black);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkout-content-block {
  border-style: none solid solid;
  border-width: 2px;
  border-color: var(--black);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.checkout-title {
  font-size: 2rem;
}

.checkout-image {
  border: 2px solid var(--black);
  border-radius: 8px;
  width: 50px;
}

.padding-top-header {
  padding-top: 12rem;
}

.utility-icon {
  width: 12rem;
  height: 12rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
  overflow: hidden;
}

.shipping-method {
  background-color: var(--white);
  border-bottom-style: none;
}

.main-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 4px solid var(--black);
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--black);
  border-radius: 14px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: .65rem 2.2rem .75rem 1.1rem;
  transition: all .3s;
  display: flex;
  position: static;
  top: -4rem;
  right: 0;
  overflow: visible;
}

.main-button:hover {
  box-shadow: 0 0 0 0 var(--black);
  transform: translate(2px, 2px);
}

.main-button.nav-button {
  position: absolute;
}

._3d-container.about-01 {
  transform: scale(.8);
}

.text-button {
  color: var(--black);
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Bevellier, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

._3d-right {
  border: 4px solid var(--black);
  box-shadow: 5px 5px 0 0 var(--black);
  transform-style: preserve-3d;
  background-image: url('../images/quiz-screen-1290x2796.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(15rem)rotateX(0)rotateY(90deg)rotateZ(0);
}

.text-button-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.subtitle {
  color: #050505;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

._3d-top {
  border: 4px solid var(--black);
  box-shadow: 5px 5px 0 0 var(--black);
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  background-image: url('../images/discover-screen-1290x2796.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 394px 394px;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(0, -15rem)rotateX(90deg)rotateY(0)rotateZ(0);
}

._3d-back {
  border: 4px solid var(--black);
  box-shadow: 5px 5px 0 0 var(--black);
  transform-style: preserve-3d;
  background-image: url('../images/book-screen-1290x2796.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, -15rem)rotateX(0)rotateY(180deg)rotateZ(0);
}

._3d-object {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotateX(1deg)rotateY(0)rotateZ(0)translate(0);
}

.inner-circle-button {
  border: 4px solid var(--black);
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

._3d-front {
  z-index: 1;
  border: 4px solid var(--black);
  box-shadow: 5px 5px 0 0 var(--black);
  transform-style: preserve-3d;
  background-image: url('../images/recommendation-screen-1290x2796.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 394px 547px;
  background-attachment: scroll;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, 15rem);
}

.arrow-button {
  width: .65rem;
  position: absolute;
}

._3d-object-wrapper {
  perspective: 6000px;
  transform-style: preserve-3d;
  width: 25rem;
  height: 25rem;
  position: relative;
  transform: rotateX(-16deg)rotateY(-12deg)rotateZ(-16deg);
}

._3d-object-wrapper.home-03 {
  transform-style: preserve-3d;
  transform: scale(.85)rotateX(-16deg)rotateY(12deg)rotateZ(16deg);
}

._3d-object-wrapper.home-02 {
  transform-style: preserve-3d;
  transform: rotateX(-16deg)rotateY(-14deg)rotateZ(0);
}

._3d-object-wrapper.home-01 {
  transform-style: preserve-3d;
  transform: scale(.75)rotateX(-16deg)rotateY(-12deg)rotateZ(-16deg);
}

._3d-object-wrapper.about-01 {
  transform-style: preserve-3d;
  transform: none;
}

._3d-object-wrapper.about-03 {
  transform-style: preserve-3d;
  margin-top: -4rem;
  transform: scale(.85)rotateX(-16deg)rotateY(12deg)rotateZ(16deg);
}

.left-content {
  max-width: 40rem;
  margin-top: 4rem;
}

.home-grid-01 {
  grid-column-gap: 1.8rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
  height: 100vh;
}

._3d-bottom {
  border: 4px solid var(--black);
  box-shadow: 5px 5px 0 0 var(--black);
  transform-style: preserve-3d;
  background-image: url('../images/social-post.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(0, 15rem)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.button-wrapper {
  width: auto;
  margin-bottom: 12px;
  display: flex;
  overflow: visible;
}

.button-wrapper.flex-center {
  justify-content: center;
}

.button-wrapper.align-flex {
  justify-content: flex-end;
}

.button-wrapper.cta {
  justify-content: center;
  align-items: center;
}

.button-wrapper.align-right {
  justify-content: flex-end;
}

._3d-left {
  border: 4px solid var(--black);
  box-shadow: 5px 5px 0 0 var(--black);
  transform-style: preserve-3d;
  background-image: url('../images/ai-recs.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: absolute;
  transform: translate(-15rem)rotateX(0)rotateY(-90deg)rotateZ(0);
}

.nav-grid-wrapper {
  border: 1px solid var(--beige_500);
  grid-template-rows: auto;
  grid-template-columns: auto;
  width: 100%;
  position: relative;
}

.brand-link {
  z-index: 22;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 1.25rem;
  padding-left: 20px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.brand-link.w--current {
  height: 3rem;
  margin-top: 15px;
  padding-top: 0;
  padding-left: 20px;
  position: sticky;
}

.logo {
  color: #000;
  text-transform: uppercase;
  object-fit: cover;
  height: 3rem;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.menu-button {
  border: 3px solid var(--black);
  background-color: var(--pink);
  border-radius: 14px;
  margin-right: 20px;
  padding: 24px;
  transition: all .2s;
  position: absolute;
  top: -4rem;
  right: 0;
  box-shadow: 3px 3px #050505;
}

.menu-button:hover {
  transform: translate(2px, 2px);
  box-shadow: 0 0 #000;
}

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

.navbar {
  background-color: #ff99c800;
  width: 100%;
  padding-bottom: 14px;
  position: absolute;
  inset: auto 0 0;
}

.nav-wrapper {
  z-index: 10;
  border: 1px #000;
  border-radius: 0;
  padding-top: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

.padding-top-header-02 {
  padding-top: 12rem;
}

.large-h1-heading {
  margin-bottom: 0;
  font-size: 14rem;
  line-height: .85;
}

.home-grid-02 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  margin-bottom: 6rem;
}

.header-title-scrolling-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.title-scrolling-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: none;
  display: flex;
}

.opacity-title {
  opacity: .1;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Bevellier, sans-serif;
  font-size: 14rem;
  line-height: 1;
}

.home-grid-03 {
  z-index: 1;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
  margin-bottom: 4rem;
  position: relative;
}

._3d-wrapper {
  padding-top: 10rem;
}

.home-button-box {
  z-index: 99;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: auto 0% 2%;
}

.home-button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.services-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.service-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-button-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.alternate-text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 1.5rem;
  display: flex;
  overflow: hidden;
}

.alternate-text-container-01 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  display: flex;
}

.alternate-text-item {
  color: #d9d9de;
  flex: 1;
  align-items: center;
  height: 1.5rem;
  display: flex;
}

.alternate-text {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.home-button {
  border: 3px solid var(--black);
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--black);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 12px;
  font-family: Bevellier, sans-serif;
  font-weight: 600;
  transition: all .3s;
}

.home-button:hover {
  box-shadow: 0 0 0 0 var(--black);
  transform: translate(3px, 3px);
}

.home-button.w--current {
  background-color: var(--pink);
}

.alternate-text-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.asterisk {
  padding-top: 2px;
  font-size: 2rem;
  line-height: 1;
}

.partner-grid-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.partner-grid-wrapper.home-03 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.partner-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partner-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.partners-logo-gradient-left {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--pink-bg), #0000);
  width: 3rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.partners-logo-gradient-left.home-03 {
  background-image: linear-gradient(90deg, var(--purple-bg), #0000);
}

.partners-logo-gradient-left.home-02 {
  background-image: linear-gradient(90deg, var(--blue-bg), #0000);
}

.partners-logo-gradient-right {
  z-index: 1;
  background-image: linear-gradient(90deg, #0000, var(--pink-bg));
  width: 3rem;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.partners-logo-gradient-right.home-03 {
  background-image: linear-gradient(90deg, #0000, var(--purple-bg));
}

.partners-logo-gradient-right.home-02 {
  background-image: linear-gradient(90deg, #0000, var(--blue-bg));
}

.content-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 100%;
}

.text-shape {
  border: 3px solid var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 4.75rem;
  height: 4.75rem;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
  position: relative;
}

.text-shape.image-01-h3 {
  background-image: url('../images/template-img-04_1template-img-04.avif');
}

.text-shape.image-02-h3 {
  background-image: url('../images/template-img-05_1template-img-05.avif');
}

.text-shape.image-03-h3 {
  background-image: url('../images/template-img-02_1template-img-02.avif');
}

.text-shape.image-01-h2 {
  background-image: url('../images/template-img-02_1template-img-02.avif');
  width: 5.5rem;
  height: 5.5rem;
}

.text-shape.image-02-h2 {
  background-image: url('../images/template-img-04_1template-img-04.avif');
  width: 5.25rem;
  height: 5.25rem;
}

.text-shape.image-03-h2 {
  background-image: url('../images/template-img-01_1template-img-01.avif');
  width: 5.5rem;
  height: 5.5rem;
}

.text-shape.image-04-h3 {
  background-image: url('../images/template-img-01_1template-img-01.avif');
}

.text-shape.image-02-h1 {
  background-image: url('../images/template-img-02_1template-img-02.avif');
  width: 5.5rem;
  height: 5.5rem;
}

.text-shape.image-01-h1 {
  background-image: url('../images/template-img-03.png');
  width: 5.5rem;
  height: 5.5rem;
}

.text-shape.image-03-h1 {
  background-image: url('../images/template-img-05_1template-img-05.avif');
  width: 5.5rem;
  height: 5.5rem;
}

.text-shape.image-04-h1 {
  background-image: url('../images/template-img-10_1template-img-10.webp');
  width: 5.5rem;
  height: 5.5rem;
}

.heading-wrapper {
  width: 100%;
  max-width: 46rem;
}

.close-home-button {
  border: 3px solid var(--black);
  background-color: var(--white);
  box-shadow: 2px 2px 0 0 var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2px;
  transition: all .3s;
  display: flex;
}

.close-home-button:hover {
  background-color: var(--pink);
  box-shadow: 0 0 0 0 var(--black);
  transform: translate(2px, 2px);
}

.service-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.service-block-item {
  border: 3px solid var(--black);
  background-color: var(--purple-bg);
  box-shadow: 4px 4px 0 0 var(--black);
  border-radius: 1.25rem;
  padding: 2rem;
}

.service-title {
  text-transform: uppercase;
  font-family: Bevellier, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.service-icon {
  height: 3.5rem;
  margin-bottom: 20px;
}

.service-icon.service-page {
  margin-bottom: 0;
}

.section-home-projects {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.empty-state {
  border: 2px solid var(--black);
  background-color: var(--pink);
  text-align: center;
  border-radius: 10px;
}

.project-container-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 3px solid var(--black);
  box-shadow: 5px 5px 0 0 var(--black);
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.project-image {
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.project-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.project-sticky-item {
  width: 100%;
  position: sticky;
  top: 1rem;
}

.project-sticky-item.home-03 {
  top: 2rem;
}

.service-component-grid-03 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  grid-template-columns: 1fr 1fr;
}

.service-component-grid-02 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-component-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 4fr auto;
}

.top-bar-content {
  z-index: 2;
  display: flex;
  position: absolute;
  inset: 3rem auto auto 0%;
}

.small-heading {
  font-size: 4rem;
}

.footer {
  background-color: var(--black);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.footer-top-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 20rem;
}

.footer-flex-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  width: 100%;
}

.padding-footer {
  padding-top: .6rem;
  padding-bottom: .7rem;
}

.footer-small-text {
  color: #a1a1a1;
  text-align: left;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  transition: color .4s;
}

.brand-footer-link {
  transition: opacity .4s;
}

.brand-footer-link:hover {
  opacity: .75;
}

.footer-utility-pages-flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.back-to-top-link {
  border: 1px solid var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.up-arrow {
  color: #fff;
  width: 1rem;
  height: 1rem;
}

.link-button {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  height: 1.25rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link-flex {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.arrow-item {
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-right: 2px;
  display: flex;
  overflow: hidden;
}

.arrow-link {
  color: #fff;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  line-height: 1;
}

.arrow-link.text-color-black {
  color: var(--black);
}

.link-text-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.link-text {
  color: var(--black);
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.social-media-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.social-link {
  border: 2px solid var(--black);
  box-shadow: 2px 2px 0 0 var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: all .3s;
  display: flex;
}

.social-link:hover {
  background-color: var(--pink);
  box-shadow: 0 0 0 0 var(--black);
  transform: translate(2px, 2px);
}

.social-link.footer-social {
  border-color: var(--white);
  box-shadow: 2px 2px 0 0 var(--white);
}

.social-link.footer-social:hover {
  box-shadow: 0 0 0 0 var(--white);
  background-color: #0000;
}

.social-icon {
  color: var(--black);
  width: 1.25rem;
  height: 1.25rem;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  position: absolute;
  bottom: 8px;
}

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

.apple-pay {
  border-radius: 10px;
}

.accordion-answer-text {
  color: var(--black);
  margin-bottom: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 400;
}

.plus-line {
  z-index: 1;
  background-color: var(--white);
  width: .65rem;
  height: 2px;
  position: relative;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(90deg);
}

.accordion-heading {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.plus-icon-circle {
  border: 3px solid var(--black);
  background-color: var(--black);
  cursor: pointer;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-top-wrap {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-content-item {
  border: 3px solid var(--black);
  box-shadow: 4px 4px 0 0 var(--black);
  cursor: pointer;
  border-radius: 1rem;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.faq-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.accordion-content-wrap {
  overflow: hidden;
}

.contact-component-grid-01 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  place-items: start;
  margin-bottom: 6rem;
}

.contact-block-wrapper {
  border: 3px solid var(--black);
  box-shadow: 4px 4px 0 0 var(--black);
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  padding: 3rem 2rem 2rem;
}

.contact-block-wrapper.home-02 {
  height: auto;
}

.faq-component-grid-01 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start;
  width: 100%;
}

.sticky-item {
  width: 100%;
  position: sticky;
  top: 2rem;
}

.contact-component-grid-02 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 2rem;
}

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

.faq-component-grid-02 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr;
  width: 100%;
}

.faq-component-grid-03 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  place-items: start;
  width: 100%;
}

.contact-component-grid-03 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  place-items: start end;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.view-button {
  z-index: 10;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid var(--black);
  background-color: var(--pink);
  box-shadow: 2px 2px 0 0 var(--black);
  color: #fff;
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 6rem;
  height: 3rem;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.view-button.w--current {
  transition: transform .35s;
}

.view-button.w--current:hover {
  transform: scale(1.1);
}

.view-button-text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 15px;
  display: flex;
  overflow: hidden;
}

.view-button-text {
  color: var(--black);
  font-weight: 500;
}

.view-button-arrow-shape {
  border: 2px solid var(--black);
  background-color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-top: -2px;
  display: flex;
  position: absolute;
  inset: 6px 5px 5px auto;
  overflow: hidden;
}

.view-button-arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.view-arrow {
  color: var(--white);
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.project-info-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: absolute;
  inset: 5% auto auto 5%;
}

.project-name {
  color: var(--black);
  text-transform: uppercase;
  font-family: Bevellier, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.content-block {
  width: 100%;
  max-width: 36rem;
}

.testimonial-content-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.despoiments-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial-block-item {
  border: 3px solid var(--black);
  background-color: var(--blue-bg);
  box-shadow: 4px 4px 0 0 var(--black);
  border-radius: 1.25rem;
  padding: 3rem 2.5rem;
}

.depoiment-inner-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  width: 100%;
}

.depoiments-title-block {
  position: sticky;
  top: 2rem;
}

.quote-icon {
  opacity: .8;
  width: 4rem;
  margin-bottom: 10px;
}

.testimonial-picture {
  border: 3px solid var(--black);
  box-shadow: 3px 3px 0 0 var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 10rem;
  height: 10rem;
}

.testimonial-picture._03 {
  background-image: url('../images/client-03_1client-03.webp');
}

.testimonial-picture._02 {
  background-image: url('../images/client-04_1client-04.webp');
}

.testimonial-picture._04 {
  background-image: url('../images/client-02_1client-02.webp');
}

.testimonial-picture._01 {
  background-image: url('../images/client-01_1client-01.webp');
}

.depoiments-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  place-items: start;
  width: 100%;
}

.call-to-action-section {
  position: relative;
}

.call-to-action-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 8rem;
  display: flex;
  overflow: hidden;
}

.call-to-action-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  display: flex;
}

.cta-text {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 10rem;
  line-height: .7;
}

.cta-text-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: none;
  display: flex;
}

.cta-image {
  border: 3px solid var(--black);
  box-shadow: 3px 3px 0 0 var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 14px;
  width: 7rem;
  height: 7rem;
}

.cta-image._01 {
  background-image: url('../images/template-img-07_1template-img-07.webp');
}

.cta-image._02 {
  background-image: url('../images/template-img-11_1template-img-11.webp');
}

.cta-image._03 {
  background-image: url('../images/template-img-09_1template-img-09.webp');
}

.cta-image._04 {
  background-image: url('../images/template-img-10_1template-img-10.webp');
}

.cta-image._05 {
  background-image: url('../images/template-img-06_1template-img-06.avif');
}

.call-to-action-wrapper {
  width: 100%;
  height: 100vh;
}

.call-to-action-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.call-to-action-title {
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Bevellier, sans-serif;
  font-size: 12rem;
  font-weight: 600;
  line-height: .9;
}

.call-to-action-image {
  border: 3px solid var(--black);
  box-shadow: 3px 3px 0 0 var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  width: 10rem;
  height: 10rem;
  position: absolute;
}

.call-to-action-image._03 {
  background-image: url('../images/template-img-02_1template-img-02.avif');
  width: 14rem;
  height: 14rem;
  left: 15%;
}

.call-to-action-image._04 {
  background-image: url('../images/template-img-10_1template-img-10.webp');
  width: 12rem;
  height: 12rem;
  bottom: 10%;
  right: 10%;
}

.call-to-action-image._02 {
  background-image: url('../images/template-img-01_1template-img-01.avif');
  width: 18rem;
  height: 18rem;
  top: 10%;
  right: 5%;
}

.call-to-action-image._01 {
  background-image: url('../images/template-img-09_1template-img-09.webp');
  width: 14rem;
  height: 14rem;
  top: 5%;
  left: 10%;
}

.cta-content-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.testimonial-mask {
  border: 3px solid var(--black);
  box-shadow: 3px 3px 0 0 var(--black);
  border-radius: 2rem;
  height: 30rem;
  margin-left: 6rem;
  margin-right: 6rem;
}

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

.lightbox-video {
  border: 1px solid #232227;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.testimonial-card {
  background-color: var(--white);
  border-radius: 2rem;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slide-wrapper {
  height: 100%;
}

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

.testimonial-detail-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slider-arrow {
  border: 2px solid var(--black);
  background-color: var(--pink);
  box-shadow: 3px 3px 0 0 var(--black);
  color: #232227;
  border-radius: 50%;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  transition: all .35s;
}

.slider-arrow:hover {
  background-color: var(--white);
  box-shadow: 0 0 0 0 var(--black);
  transform: translate(2px, 2px);
}

.slider-arrow:active {
  transform: scale(.94);
}

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

.slide {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
}

.testimonial-detail-block {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.display-none {
  display: none;
}

.testimonial-logo {
  height: 2rem;
  margin-bottom: 2rem;
}

.split-content {
  border-right: 3px solid var(--black);
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}

.testimonial-block {
  max-width: 34rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.testimonial-name {
  font-size: 2rem;
}

.project-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-link-wrapper {
  width: 100%;
  height: 30rem;
}

.project-grid-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  place-items: start;
}

.testimonial-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.service-grid-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 3.25fr;
  place-items: start;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  display: grid;
  position: static;
}

.small-heading-wrap {
  width: 100%;
  max-width: 24rem;
}

.heading-wrap {
  width: 100%;
  max-width: 34rem;
}

.subtitle-tag {
  border: 2px solid var(--black);
  background-color: var(--purple-bg);
  border-radius: 8px;
  padding: 5px 10px;
}

.subtitle-tag.pink-background {
  background-color: var(--pink-bg);
}

.subtitle-item {
  margin-bottom: 1.25rem;
  display: flex;
}

.subtitle-item.flex-center {
  justify-content: center;
}

.subtitle-item.flex-right {
  justify-content: flex-end;
}

.cta-container {
  min-height: 200vh;
  position: relative;
}

.cta-top-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 2rem;
  position: sticky;
  top: 0;
}

.cta-image-wrapper {
  width: 100%;
  padding: 10rem 8% 4rem;
  overflow: hidden;
}

.cta-images-container {
  perspective: 1000px;
  perspective-origin: 0%;
  width: 100%;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.left-cta-image-block {
  width: 30rem;
  margin-top: -25%;
  margin-left: -50%;
}

.left-cta-image-block.is-01 {
  margin-top: 0%;
}

.cta-image-item {
  border: 3px solid var(--black);
  box-shadow: 4px 4px 0 0 var(--black);
  object-fit: cover;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
}

.right-cta-image-block {
  width: 30rem;
  margin-top: -15%;
  margin-left: 50%;
}

.cta-content-wrapper {
  width: 100%;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-service-text {
  line-height: 1;
}

.process-description {
  font-size: 1.125rem;
  line-height: 1.6;
}

.process-container {
  width: 90%;
  max-width: 1200px;
  height: 350vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.procees-content-block {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  display: flex;
}

.process-content-box {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 28rem;
  display: flex;
  position: relative;
}

.process-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
  position: static;
  top: 100px;
}

.content-wrapper {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.process-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Bevellier, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.process-line {
  border-left: 3px dashed #000;
  height: 26rem;
  position: absolute;
  top: 3rem;
  left: 2.25rem;
}

.process-image-box {
  border: 3px solid #000;
  border-radius: 20px;
  width: 32rem;
  height: 32rem;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px #000;
}

.procees-content-wrapper {
  margin-top: 6rem;
  margin-bottom: 8rem;
}

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

.process-image._03 {
  z-index: -2;
  position: absolute;
  inset: 0%;
}

.process-image._02 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.inner-content-box {
  border-radius: 20px;
  position: sticky;
  top: 2.5rem;
}

.process-number-block {
  z-index: 5;
  color: #000;
  background-color: #ff96c7;
  border: 3px solid #050505;
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  display: flex;
  position: relative;
}

.step-timeline-circle {
  background-color: var(--pink);
  box-shadow: 0 0 0 5px var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  display: flex;
  position: sticky;
  top: 50vh;
}

.step-center-block {
  justify-content: center;
  display: flex;
}

.step-timeline-title {
  color: #000;
  text-transform: uppercase;
  font-family: Bevellier, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.step-image-wrap {
  border: 3px solid var(--black);
  box-shadow: 3px 3px 0 0 var(--black);
  border-radius: 1.5rem;
  overflow: hidden;
}

.step-text-block {
  margin-bottom: 1.5rem;
}

.left-step-timeline {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.step-timeline-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.step-timeline-item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 6rem;
  display: grid;
  position: relative;
}

.step-timeline-item.last {
  padding-bottom: 0;
}

.step-timeline-progress {
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.progress-wrap {
  overflow: hidden;
}

.step-timeline-text {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.progress-number {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.step-wrapper {
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.step-wrapper.last {
  margin-bottom: 0;
}

.work-process-timeline {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.process-wrapper {
  position: relative;
}

.step-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
  position: static;
}

.step-subtitle-text {
  letter-spacing: -.4px;
  font-size: 20px;
}

.step-component-grid {
  z-index: 2;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.step-heading {
  color: #000;
}

.step-line {
  background-color: var(--black);
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.step-number-line {
  background-color: var(--purple-bg);
  width: 2px;
  height: 72px;
  position: absolute;
  left: 19px;
  right: 20px;
}

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

.step-description-text {
  color: #000;
}

.step-number {
  z-index: 2;
  background-color: var(--black);
  color: var(--white);
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  font-size: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-wrap {
  width: 2px;
  height: 82%;
  position: relative;
}

.step-content-wrapper {
  background-color: var(--blue-bg);
  border: 3px solid #000;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 4px 4px #000;
}

.step-image-wrapper {
  border: 3px solid var(--black);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  display: flex;
  overflow: hidden;
}

.step-number-item {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.team-member-component-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.member-social-media {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.team-member-image-wrapper {
  border: 3px solid var(--black);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.member-content-block {
  padding-left: 10px;
  padding-right: 10px;
}

.team-member-block {
  border: 3px solid var(--black);
  box-shadow: 3px 3px 0 0 var(--black);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 1rem 2rem;
  display: flex;
}

.blog-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-post-content {
  z-index: 1;
  border: 3px solid var(--black);
  background-color: var(--purple-bg);
  box-shadow: 3px 3px 0 0 var(--black);
  border-radius: 1.25rem;
  margin-top: -1.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 1.5rem;
  position: relative;
}

.post-arrow {
  color: var(--white);
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.blog-post-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-post-link {
  color: var(--black);
  display: block;
}

.blog-post-arrow-wrap {
  background-color: var(--black);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.blog-post-title {
  color: var(--black);
  font-family: Bevellier, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}

.post-arrow-overflow {
  width: 1rem;
  height: 1rem;
  position: relative;
  overflow: hidden;
}

.blog-detail-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.blog-category-tag {
  border: 2px solid var(--black);
  background-color: var(--white);
  color: #090909;
  border-radius: 8px;
  padding: 4px 16px 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  inset: 5% 5% auto auto;
}

.blog-post-image-wrap {
  border: 3px solid var(--black);
  box-shadow: 3px 3px 0 0 var(--black);
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-post-main-image {
  border: 3px solid var(--black);
  box-shadow: 3px 3px 0 0 var(--black);
  object-fit: cover;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
}

.blog-post-content-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: start end;
  width: 100%;
}

.post-sticky-item {
  width: 100%;
  position: sticky;
  top: 4rem;
}

.post-info-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 3px solid var(--black);
  box-shadow: 3px 3px 0 0 var(--black);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 1.5rem;
  display: flex;
}

.post-info-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

.author-picture {
  border: 2px solid #222;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
}

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

.blog-post-content-wrapper {
  border: 3px solid var(--black);
  border-radius: 1.25rem;
  width: 100%;
  padding: 2rem 1.5rem;
}

.newsletter-block {
  border: 3px solid var(--black);
  background-color: var(--purple-bg);
  box-shadow: 3px 3px 0 0 var(--black);
  border-radius: 1.25rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
}

.newsletter-form-block {
  text-align: center;
}

.newsletter-form {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #f7f7f7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.newsletter-form-item {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-block {
  width: 100%;
  height: 100%;
}

.flex-block {
  flex-flow: column;
  transition: opacity .35s;
}

.flex-block:hover {
  opacity: .65;
}

.home-heading-01 {
  font-size: 8vw;
}

.plan-container {
  border: 3px solid var(--black);
  background-color: var(--purple-bg);
  box-shadow: 3px 3px 0 0 var(--black);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2rem;
  position: relative;
}

.plan-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Bevellier, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

.price-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.price-text {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.price-text.large {
  font-size: 3rem;
}

.check-icon {
  color: var(--black);
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
}

.plan-tag-wrap {
  justify-content: flex-end;
  align-items: center;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.plan-badge {
  background-color: var(--pink);
  color: var(--black);
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 3px 16px 5px;
  font-size: 12px;
  font-weight: 500;
}

.plan-icon {
  height: 4rem;
  margin-bottom: 1.5rem;
}

.plan-icon-center {
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.plan-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.plan-content-block {
  border: 3px solid var(--black);
  background-color: var(--purple-bg);
  box-shadow: 3px 3px 0 0 var(--black);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2rem;
}

.plan-quantity {
  display: none;
}

.plan-top-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-title-wrap {
  grid-column-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-title-text {
  font-family: Bevellier, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.service-image-item {
  z-index: 5;
  transform-origin: 0 100%;
  width: 14rem;
  height: 18rem;
  position: absolute;
  inset: auto 35% -75% auto;
}

.bg-service-line {
  background-color: #ff96c71a;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.alternate-service-title {
  font-family: Bevellier, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  inset: auto auto 0% 0%;
}

.service-line-wrap {
  z-index: 1;
  background-color: #0505051a;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.service-top-content {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-arrow-wrap {
  background-color: var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.service-icon-wrap {
  position: relative;
  overflow: hidden;
}

.service-image-wrap {
  border: 3px solid #000;
  border-radius: 1rem;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-container-wrapper {
  cursor: pointer;
  padding-top: 2.5rem;
  position: relative;
}

.service-title-item {
  overflow: hidden;
}

.service-title-item.z-index-3 {
  z-index: 3;
  position: relative;
}

.service-spacer {
  height: 2.5rem;
}

.service-description-item {
  z-index: 1;
  width: 20rem;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}

.service-arrow {
  color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
}

.cta-section {
  z-index: 2;
  position: relative;
}

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

.project-main-image-wrap {
  border: 3px solid var(--black);
  box-shadow: 3px 3px 0 0 var(--black);
  border-radius: 1.5rem;
  overflow: hidden;
}

.project-top-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.project-content-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-content-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: start;
}

.project-info-block {
  border: 3px solid var(--black);
  background-color: var(--purple-bg);
  box-shadow: 3px 3px 0 0 var(--black);
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  padding: 2rem;
}

.project-content-block {
  border: 3px solid var(--black);
  background-color: var(--purple-bg);
  box-shadow: 3px 3px 0 0 var(--black);
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2rem;
}

.project-image-wrap {
  border: 3px solid var(--black);
  border-radius: 1.5rem;
  width: 100%;
  overflow: hidden;
}

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

.testimonial-content-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.client-picture {
  border: 3px solid var(--black);
  object-fit: cover;
  border-radius: 100%;
  width: 6rem;
  min-width: 6rem;
  height: 6rem;
  min-height: 6rem;
  margin-bottom: 10px;
}

.client-info-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-inner-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}

.contact-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 3px solid var(--black);
  box-shadow: 3px 3px 0 0 var(--black);
  color: var(--black);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem 1.5rem;
  transition: all .3s;
  display: flex;
}

.contact-link:hover {
  background-color: var(--pink);
  box-shadow: 0 0 0 0 var(--black);
  transform: translate(3px, 3px);
}

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

.contact-icon {
  color: var(--black);
  width: 1.5rem;
  height: 1.5rem;
}

.contact-text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.125rem;
  display: flex;
  overflow: hidden;
}

.contact-text {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
}

.contact-button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.plans-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.plan-content-wrapper {
  border: 3px solid var(--black);
  background-color: var(--purple-bg);
  box-shadow: 3px 3px 0 0 var(--black);
  border-radius: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2rem;
  display: flex;
  position: relative;
}

.plan-content-wrapper.top-spacing {
  margin-top: 2.5rem;
}

.plan-feature-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.plan-feature-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.roll-numbers {
  height: 10vw;
  min-height: 10vw;
}

.roll-numbers-wrapper {
  height: 10vw;
  min-height: 10vw;
  display: flex;
  overflow: hidden;
}

.numbers-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.number {
  color: var(--black);
  text-align: center;
  height: 10vw;
  min-height: 10vw;
  font-size: 10vw;
  font-weight: 500;
  line-height: 1;
}

.number.alternate {
  color: var(--pink);
}

.numbers-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.section-about-numbers, .section-about-process, .section-about-story, .section-about-team-member, .section-about-mission {
  z-index: 2;
  position: relative;
}

.team-member-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  place-items: start end;
  width: 100%;
}

.team-member-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  display: flex;
}

.team-member-inner-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.contact-top-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.about-3d-grid-01 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

._3d-cube-wrapper {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-about-3d-header {
  z-index: 2;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.about-header-grid-01 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
}

.story-content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.about-header-grid-03 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
}

.about-right-content {
  width: 100%;
  max-width: 34rem;
  margin-left: auto;
}

.about-header-grid-02 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 110vh;
  margin-bottom: 2rem;
}

.huge-h1-heading {
  margin-bottom: 0;
  font-size: 26vw;
  line-height: .8;
}

.about-top-content {
  flex-flow: column;
  justify-content: center;
  padding-top: 2rem;
  display: flex;
}

.navbar-container-wrapper {
  border: 4px none var(--beige_500);
  box-shadow: 3px 3px 0 0 var(--black);
  border-radius: 0;
  width: auto;
  max-width: none;
  height: 6rem;
  display: flex;
  position: relative;
}

.navbar-component-grid {
  z-index: 20;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto;
  width: 100%;
  position: relative;
}

.menu-button-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
  overflow: hidden;
}

.menu-line-item {
  width: 100%;
}

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

.navbar-content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 0px none var(--black);
  background-color: var(--pink);
  border-radius: 0;
  flex-flow: column;
  height: 100%;
  margin-right: 3px;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
}

.nav-menu {
  background-color: #03030300;
  width: 100%;
  max-width: 100%;
  position: absolute;
}

.nav-inner-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto auto auto auto auto;
  width: 100%;
  position: relative;
}

.cart-item {
  z-index: 22;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  right: 6rem;
}

.cart-button {
  background-color: #0000;
  padding: 10px;
}

.cart-quantity {
  border: 2px solid var(--black);
  color: var(--black);
  border-radius: 100px;
  justify-content: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  margin-top: -8px;
  margin-left: -6px;
  display: flex;
}

.bag-icon {
  height: 1.75rem;
}

.cart-wrapper {
  z-index: 9999;
}

.cart-container {
  border: 3px solid var(--black);
  background-color: var(--white);
  border-radius: 1.25rem;
  overflow: hidden;
}

.close-button {
  cursor: pointer;
}

.preloader {
  z-index: 9999;
  background-color: var(--pink);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.preloader-container {
  width: 100%;
}

.preloader-padding {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.preloader-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preloader-line {
  background-color: #0505051a;
  border-radius: 50px;
  width: 25%;
  max-width: 30rem;
  height: 3px;
  overflow: hidden;
}

.preloader-progress-bar {
  background-color: var(--black);
  border-radius: 50px;
  width: 50%;
  height: 100%;
}

.remove-button {
  color: #050505bf;
}

.cart-image {
  width: 50px;
}

.body {
  background-color: var(--beige_500);
}

.code-embed {
  padding-bottom: 0;
  position: static;
}

.code-embed.main-button {
  width: 244px;
  height: 76px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 0%;
  overflow: visible;
}

.heading {
  float: none;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
  position: static;
}

.heading-2 {
  margin-top: 38px;
}

.footer-2 {
  border-radius: 5px;
}

.heading-component-grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.text-shape-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #050505;
  border-radius: 12px;
  width: 4.75rem;
  height: 4.75rem;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
  position: relative;
}

.text-shape-2.image-03-h3 {
  background-image: url('../images/template-img-02_1template-img-02.avif');
}

.text-shape-2.image-02-h3 {
  background-image: url('../images/template-img-05_1template-img-05.avif');
}

.padding-section-large-2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.subtitle-tag-2 {
  background-color: #bfc5fe;
  border: 2px solid #050505;
  border-radius: 8px;
  padding: 5px 10px;
}

.empty-state-2 {
  text-align: center;
  background-color: #ff96c7;
  border: 2px solid #050505;
  border-radius: 10px;
}

.heading-style-h3-2 {
  font-size: 6rem;
  font-weight: 600;
  line-height: .9;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.inner-circle-button-2 {
  background-color: #fff;
  border: 4px solid #050505;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrapper-2 {
  display: flex;
}

.service-block-item-2 {
  background-color: #bfc5fe;
  border: 3px solid #050505;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 4px 4px #050505;
}

.text-button-2 {
  color: #050505;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Bevellier, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.main-button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 4px solid #050505;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  padding: .65rem 3rem .75rem;
  font-size: 12px;
  transition: all .3s;
  display: flex;
  position: static;
  top: -4rem;
  right: 0;
  box-shadow: 3px 3px #050505;
}

.main-button-2:hover {
  transform: translate(2px, 2px);
  box-shadow: 0 0 #050505;
}

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

.view-button-2 {
  z-index: 10;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-transform: uppercase;
  background-color: #bfc5fe;
  border: 2px solid #050505;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 6rem;
  height: 3rem;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  box-shadow: 2px 2px #050505;
}

.view-button-2.w--current {
  transition: transform .35s;
}

.view-button-2.w--current:hover {
  transform: scale(1.1);
}

.project-name-2 {
  color: #050505;
  text-transform: uppercase;
  font-family: Bevellier, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.project-container-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 3px solid #050505;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px #050505;
}

.view-button-text-2 {
  color: #050505;
  font-weight: 500;
}

.view-arrow-2 {
  color: #fff;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.view-button-arrow-shape-2 {
  background-color: #050505;
  border: 2px solid #050505;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-top: -2px;
  display: flex;
  position: absolute;
  inset: auto auto auto 30px;
  overflow: hidden;
}

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

.view-button-3 {
  z-index: 10;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-transform: uppercase;
  background-color: #bfc5fe;
  border: 2px solid #050505;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 6rem;
  height: 3rem;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  box-shadow: 2px 2px #050505;
}

.view-button-3.w--current {
  transition: transform .35s;
}

.view-button-3.w--current:hover {
  transform: scale(1.1);
}

.project-name-3 {
  color: #050505;
  text-transform: uppercase;
  font-family: Bevellier, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.project-container-wrapper-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 3px solid #050505;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px #050505;
}

.social-link-2 {
  border: 2px solid #050505;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: all .3s;
  display: flex;
  box-shadow: 2px 2px #050505;
}

.social-link-2:hover {
  background-color: #ff96c7;
  transform: translate(2px, 2px);
  box-shadow: 0 0 #050505;
}

.social-link-2.footer-social {
  border-color: #fff;
  box-shadow: 2px 2px #fff;
}

.social-link-2.footer-social:hover {
  background-color: #0000;
  box-shadow: 0 0 #fff;
}

.social-icon-2 {
  color: #050505;
  width: 1.25rem;
  height: 1.25rem;
}

.social-icon-2.footer-social {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  ._3d-container.about-01 {
    transform: scale(.9);
  }

  ._3d-object-wrapper.home-01 {
    transform: scale(.95)rotateX(-16deg)rotateY(-12deg)rotateZ(-16deg);
  }

  ._3d-object-wrapper.about-03 {
    transform: scale(.9)rotateX(-16deg)rotateY(12deg)rotateZ(16deg);
  }

  .small-heading {
    font-size: 5rem;
  }

  .testimonial-mask {
    height: 32rem;
  }

  .small-heading-wrap {
    max-width: 30rem;
  }

  .heading-wrap {
    max-width: 40rem;
  }

  .home-heading-01 {
    font-size: 7rem;
  }

  .contact-item {
    flex-flow: row;
  }

  .huge-h1-heading {
    font-size: 20rem;
  }
}

@media screen and (min-width: 1440px) {
  ._3d-container.about-01 {
    transform: scale(1);
  }

  ._3d-object-wrapper.home-01 {
    transform: scale(1)rotateX(-16deg)rotateY(-12deg)rotateZ(-16deg);
  }

  ._3d-object-wrapper.about-03 {
    transform: scale(1)rotateX(-16deg)rotateY(12deg)rotateZ(16deg);
  }

  .left-content {
    max-width: 40rem;
  }

  .testimonial-mask {
    height: 34rem;
  }

  .process-description {
    font-size: 18px;
  }

  .process-container {
    width: 90%;
  }

  .process-number-block {
    width: 80px;
    height: 80px;
    font-size: 32px;
  }

  .blog-post-content {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media screen and (min-width: 1920px) {
  .container-large {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .home-grid-01 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". Area";
    height: 85vh;
  }

  .navbar {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .call-to-action-image._03 {
    left: 20%;
  }

  .call-to-action-image._04 {
    right: 25%;
  }

  .call-to-action-image._02 {
    right: 20%;
  }

  .call-to-action-image._01 {
    left: 20%;
  }

  .process-content-wrapper {
    position: static;
    top: 160px;
  }

  .inner-content-box {
    height: auto;
    position: sticky;
    top: 70px;
  }

  .home-heading-01 {
    width: auto;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 6rem;
    overflow: visible;
  }

  .roll-numbers, .roll-numbers-wrapper {
    height: 10rem;
    min-height: 10rem;
  }

  .number {
    height: 10rem;
    min-height: 10rem;
    font-size: 10rem;
  }

  .about-header-grid-01, .about-header-grid-03, .about-header-grid-02 {
    height: 85vh;
  }

  .navbar-container-wrapper {
    box-shadow: none;
    border-style: none none solid;
    border-width: 0 0 3px;
    border-radius: 0;
  }

  .padding-global-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .margin-xhuge {
    margin: 6rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide-heading-header {
    font-size: 6rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .text-rich-text h5 {
    font-size: 1.5rem;
  }

  .text-rich-text h4 {
    font-size: 2rem;
  }

  .text-rich-text h3 {
    font-size: 2.5rem;
  }

  .text-rich-text h2 {
    font-size: 3rem;
  }

  .text-rich-text h1 {
    font-size: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide-4-col {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide-heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav-button {
    color: #fff;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .nav-style-guide {
    width: 80vw;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .nav-style-guide-link {
    width: 2.25rem;
    height: 2.25rem;
  }

  .nav-style-guide-icon {
    font-size: 1.5rem;
  }

  .licenses-list-wrapper {
    padding-left: 20px;
  }

  ._3d-container, ._3d-container.about-01 {
    transform: scale(.75);
  }

  ._3d-object-wrapper.home-01 {
    transform: scale(1)rotateX(-16deg)rotateY(-12deg)rotateZ(-16deg);
  }

  ._3d-object-wrapper.about-03 {
    transform: scale(1)rotateX(-16deg)rotateY(12deg)rotateZ(16deg);
  }

  .left-content {
    width: 100%;
    max-width: none;
  }

  .home-grid-01 {
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 14rem;
    padding-bottom: 6rem;
  }

  .button-wrapper.align-flex {
    justify-content: flex-start;
  }

  .large-h1-heading {
    font-size: 20vw;
  }

  .home-grid-02 {
    margin-top: -1rem;
    margin-bottom: 2rem;
  }

  .header-title-scrolling-wrapper, .title-scrolling-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .opacity-title {
    font-size: 10rem;
  }

  ._3d-wrapper {
    padding-top: 8rem;
  }

  .partner-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .partner-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: auto;
  }

  .partner-logo {
    width: 8rem;
  }

  .content-component-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .service-component-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .service-icon.service-page {
    height: 3rem;
  }

  .project-container-wrapper {
    border-radius: 1.75rem;
  }

  .service-component-grid-03, .service-component-grid-02 {
    grid-template-columns: 1fr 1fr;
  }

  .top-bar-content {
    top: 8rem;
  }

  .arrow-item {
    display: none;
  }

  .arrow-item.display-block {
    display: block;
  }

  .arrow-link {
    color: #000;
  }

  .plus-icon-circle:hover {
    background-position: 50%;
  }

  .contact-component-grid-01 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .faq-component-grid-01 {
    grid-template-columns: 1fr;
  }

  .sticky-item {
    position: static;
  }

  .faq-component-grid-03, .contact-component-grid-03 {
    grid-template-columns: 1fr;
  }

  .view-button {
    inset: auto 5% 5% auto;
  }

  .view-button-text {
    color: #090909;
    font-weight: 500;
    line-height: 1;
  }

  .project-name {
    font-size: 2rem;
  }

  .testimonial-block-item {
    padding: 2.5rem 2rem;
  }

  .depoiment-inner-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .depoiments-title-block {
    position: static;
  }

  .quote-icon {
    width: 3.5rem;
  }

  .testimonial-picture {
    width: 8rem;
    height: 8rem;
  }

  .depoiments-component-grid {
    grid-template-columns: 1fr;
  }

  .call-to-action-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta-text {
    font-size: 7rem;
  }

  .cta-text-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta-image {
    width: 5rem;
    height: 5rem;
  }

  .call-to-action-block {
    padding-top: 8rem;
  }

  .call-to-action-title {
    font-size: 7rem;
  }

  .call-to-action-image._03 {
    width: 10rem;
    height: 10rem;
    left: 10%;
  }

  .call-to-action-image._04 {
    width: 8rem;
    height: 8rem;
  }

  .call-to-action-image._02 {
    width: 12rem;
    height: 12rem;
    top: 15%;
  }

  .call-to-action-image._01 {
    width: 10rem;
    height: 10rem;
    top: 10%;
  }

  .testimonial-mask {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lightbox-video {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
  }

  .testimonial-card {
    align-items: center;
  }

  .testimonial-content {
    border-top-right-radius: 0;
    border-bottom-left-radius: 2rem;
  }

  .project-component-grid {
    grid-template-columns: 1fr;
  }

  .project-link-wrapper {
    height: 40rem;
  }

  .project-grid-wrapper, .testimonial-content-grid {
    grid-template-columns: 1fr;
  }

  .service-grid-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading-wrap {
    max-width: 38rem;
  }

  .left-cta-image-block, .right-cta-image-block {
    width: 20rem;
  }

  .testimonial-content-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .process-description {
    font-size: 16px;
  }

  .process-container {
    width: 100%;
  }

  .procees-content-block {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .process-content-box {
    display: 30pxpx;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .process-content-wrapper {
    margin-top: 3rem;
  }

  .process-title {
    font-size: 2rem;
    line-height: 1;
  }

  .process-image-box {
    width: auto;
  }

  .procees-content-wrapper {
    margin-bottom: 6rem;
  }

  .work-process-timeline {
    display: none;
  }

  .step-subtitle-text {
    font-size: 18px;
  }

  .step-component-grid {
    width: 100%;
  }

  .step-number-line {
    display: none;
  }

  .step-content-wrapper {
    align-items: flex-start;
  }

  .step-image-wrapper {
    border-radius: 1rem;
  }

  .step-number-item {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: -19px auto auto 24px;
  }

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

  .blog-post-title {
    font-size: 1.5rem;
  }

  .blog-post-content-grid {
    grid-template-columns: .5fr;
  }

  .post-sticky-item {
    position: static;
  }

  .home-heading-01 {
    font-size: 12vw;
  }

  .plan-content-grid {
    grid-template-columns: 1fr;
  }

  .service-title-text.service {
    font-size: 2.5rem;
  }

  .service-image-item {
    display: none;
  }

  .alternate-service-title.service {
    font-size: 2.5rem;
  }

  .project-content-grid {
    place-items: center stretch;
  }

  .plans-component-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .plan-content-wrapper.top-spacing {
    margin-top: 0;
  }

  .contact-top-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .section-about-3d-header, .about-header-grid-01 {
    height: 120vh;
  }

  .story-content-grid {
    grid-template-rows: auto;
    margin-top: 16rem;
  }

  .about-header-grid-03 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 140vh;
  }

  .about-right-content {
    margin-top: 8rem;
  }

  .navbar-container-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .preloader-line {
    width: 90%;
    max-width: none;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .view-button-2 {
    inset: auto 5% 5% auto;
  }

  .project-name-2 {
    font-size: 2rem;
  }

  .project-container-wrapper-2 {
    border-radius: 1.75rem;
  }

  .view-button-text-2 {
    color: #090909;
    font-weight: 500;
    line-height: 1;
  }

  .view-button-3 {
    inset: auto 5% 5% auto;
  }

  .project-name-3 {
    font-size: 2rem;
  }

  .project-container-wrapper-3 {
    border-radius: 1.75rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide-heading-header {
    font-size: 5rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fs-styleguide-section-header {
    font-size: .875rem;
  }

  .text-rich-text h3 {
    font-size: 2.5rem;
  }

  .text-rich-text h2 {
    font-size: 3rem;
  }

  .text-rich-text h1 {
    font-size: 3.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .heading-style-h3 {
    font-size: 4rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide-heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: 1.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: 2rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 6rem;
  }

  .heading-style-h1.plan-name {
    font-size: 5rem;
  }

  .changelog-content-flex {
    flex-flow: column;
    align-items: flex-start;
  }

  .checkout-title {
    font-size: 1.5rem;
  }

  .checkout-image {
    width: 30px;
  }

  .padding-top-header {
    padding-top: 10rem;
  }

  ._3d-container.about-01 {
    transform: scale(1);
  }

  ._3d-container.about-02 {
    margin-top: 2rem;
    transform: scale(.85);
  }

  ._3d-right {
    border-radius: 1.25rem;
    width: 16rem;
    height: 16rem;
    transform: translate(9.5rem)rotateX(0)rotateY(90deg)rotateZ(0);
  }

  ._3d-top {
    border-radius: 1.25rem;
    width: 16rem;
    height: 16rem;
    transform: translate(0, -9.5rem)rotateX(90deg)rotateY(0)rotateZ(0);
  }

  ._3d-back {
    border-radius: 1.25rem;
    width: 16rem;
    height: 16rem;
    transform: translate3d(0, 0, -9.5rem)rotateX(0)rotateY(180deg)rotateZ(0);
  }

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

  ._3d-front {
    border-radius: 1.25rem;
    width: 16rem;
    height: 16rem;
    transform: translate3d(0, 0, 9.5rem);
  }

  ._3d-object-wrapper {
    width: 16rem;
    height: 16rem;
  }

  ._3d-object-wrapper.home-03 {
    transform: scale(1)rotateX(-16deg)rotateY(12deg)rotateZ(16deg);
  }

  ._3d-object-wrapper.about-03 {
    transform: scale(1.2)rotateX(-16deg)rotateY(12deg)rotateZ(16deg);
  }

  ._3d-bottom {
    border-radius: 1.25rem;
    width: 16rem;
    height: 16rem;
    transform: translate(0, 9.5rem)rotateX(-90deg)rotateY(0)rotateZ(0);
  }

  ._3d-left {
    border-radius: 1.25rem;
    width: 16rem;
    height: 16rem;
    transform: translate(-9.5rem)rotateX(0)rotateY(-90deg)rotateZ(0);
  }

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

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

  .large-h1-heading {
    font-size: 22vw;
  }

  .home-grid-02 {
    margin-bottom: 1rem;
  }

  .opacity-title {
    font-size: 6rem;
  }

  ._3d-wrapper {
    padding-top: 0;
  }

  .home-button-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-button-wrap {
    justify-content: center;
  }

  .partner-container, .partner-component-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .text-shape {
    width: 3rem;
    height: 3rem;
  }

  .text-shape.image-01-h2 {
    width: 3.75rem;
    height: 3.75rem;
  }

  .text-shape.image-02-h2, .text-shape.image-03-h2 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .text-shape.image-02-h1 {
    width: 4.5rem;
    height: 4.5rem;
  }

  .text-shape.image-01-h1 {
    width: 4.25rem;
    height: 4.25rem;
  }

  .text-shape.image-03-h1 {
    width: 4.25rem;
    height: 4.255rem;
  }

  .text-shape.image-04-h1 {
    width: 4.25rem;
    height: 4.25rem;
  }

  .heading-wrapper {
    max-width: none;
  }

  .service-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .project-container-wrapper {
    box-shadow: 4px 4px 0 0 var(--black);
    border-radius: 1.25rem;
    grid-template-columns: .25fr;
  }

  .project-image-wrapper {
    border-radius: 16px;
  }

  .service-component-grid-03 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .service-component-grid-02 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .small-heading {
    font-size: 3.5rem;
  }

  .footer-top-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 12rem;
  }

  .footer-bottom-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer-utility-pages-flex {
    justify-content: flex-start;
    align-items: center;
  }

  .accordion-answer-text {
    padding-top: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .accordion-heading {
    line-height: 1;
  }

  .plus-icon-circle {
    background-image: none;
  }

  .contact-component-grid-01 {
    margin-top: 2rem;
  }

  .contact-component-grid-02 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-top: 1rem;
  }

  .faq-component-grid-03 {
    grid-template-columns: 1fr;
  }

  .contact-component-grid-03 {
    margin-top: 3rem;
  }

  .view-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 5rem;
    height: 2.5rem;
    padding-left: 10px;
  }

  .view-button-text-wrap {
    height: 13px;
    margin-top: 2px;
  }

  .view-button-text {
    font-size: 12px;
  }

  .view-button-arrow-shape {
    width: 1.75rem;
    height: 1.75rem;
  }

  .view-arrow {
    width: .875rem;
    height: .875rem;
  }

  .depoiments-title-block {
    position: static;
  }

  .testimonial-picture {
    width: 7rem;
    height: 7rem;
  }

  .depoiments-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .call-to-action-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .call-to-action-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cta-text {
    font-size: 5rem;
  }

  .cta-text-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cta-image {
    box-shadow: 2px 2px 0 0 var(--black);
    border-radius: 10px;
    width: 3.75rem;
    height: 3.75rem;
  }

  .call-to-action-title {
    font-size: 5rem;
  }

  .call-to-action-image._03 {
    width: 10rem;
    height: 10rem;
    left: 5%;
  }

  .call-to-action-image._04 {
    width: 8rem;
    height: 8rem;
    right: 5%;
  }

  .call-to-action-image._02 {
    width: 10rem;
    height: 10rem;
  }

  .call-to-action-image._01 {
    width: 8rem;
    height: 8rem;
  }

  .testimonial-mask {
    height: 26rem;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-card {
    border-radius: 12px;
  }

  .testimonial-slider {
    width: 90vw;
    margin-bottom: 4rem;
  }

  .testimonial-detail-wrap {
    margin-top: 1rem;
  }

  .slider-arrow {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .slider-arrow.right {
    top: auto;
    bottom: -4rem;
    right: 6%;
  }

  .slider-arrow.left {
    top: auto;
    bottom: -4rem;
    right: -50%;
  }

  .testimonial-detail-block {
    margin-top: 10px;
  }

  .testimonial-block {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .project-link-wrapper {
    height: 25rem;
  }

  .heading-wrap {
    max-width: 28rem;
  }

  .cta-images-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .left-cta-image-block {
    width: 14rem;
  }

  .left-cta-image-block.is-01 {
    margin-left: 0%;
  }

  .right-cta-image-block {
    width: 14rem;
  }

  .testimonial-content-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .process-description {
    font-size: 2vw;
    line-height: 1.4;
  }

  .procees-content-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 160px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .process-content-box {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    max-width: none;
    display: grid;
  }

  .process-content-wrapper {
    flex-direction: column;
    position: static;
  }

  .process-title {
    font-size: 4vw;
    line-height: 1.2;
  }

  .process-line {
    z-index: 2;
    border: 1px dashed #e5e5e5;
    border-style: solid dashed dashed solid;
    width: 80%;
    height: 1px;
    inset: 30px 0% auto 10%;
  }

  .process-content {
    display: block;
  }

  .process-image-box {
    height: 30rem;
  }

  .procees-content-wrapper {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .inner-content-box {
    height: auto;
    top: 2rem;
  }

  .process-number-block {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 30px;
  }

  .step-timeline-circle {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .step-center-block {
    justify-content: flex-start;
    align-items: center;
  }

  .step-timeline-title {
    margin-bottom: 24px;
    font-size: 3rem;
  }

  .step-text-block {
    margin-bottom: 48px;
  }

  .left-step-timeline {
    text-align: left;
  }

  .step-timeline-item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .step-timeline-progress {
    left: 6px;
  }

  .step-timeline-text {
    font-size: 20px;
  }

  .progress-number {
    font-size: 1.25rem;
  }

  .step-info {
    margin-left: 0;
  }

  .step-heading {
    font-size: 2.5rem;
  }

  .step-heading.margin-xs {
    margin-bottom: 8px;
  }

  .step-content-wrapper {
    flex-direction: column;
    padding: 2rem 1.5rem;
  }

  .step-image-wrapper {
    width: 100%;
    height: 25rem;
    margin-bottom: 1.5rem;
  }

  .step-number-item {
    left: 16px;
  }

  .blog-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-post-content {
    border-radius: 1rem;
  }

  .blog-post-title {
    font-size: 2rem;
  }

  .blog-post-image-wrap {
    border-radius: 1rem;
  }

  .blog-post-content-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .post-info-block {
    border-radius: 1rem;
    max-width: 100%;
    padding: 2rem;
  }

  .newsletter-block {
    width: 100%;
    max-width: none;
  }

  .home-heading-01 {
    font-size: 12vw;
  }

  .plan-top-content {
    flex-flow: wrap;
  }

  .service-title-text, .alternate-service-title {
    font-size: 1.5rem;
  }

  .project-main-image-wrap {
    border-radius: 1rem;
  }

  .project-content-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .project-info-block, .project-content-block, .project-image-wrap, .contact-link {
    border-radius: 1rem;
  }

  .contact-button-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .numbers-content-wrapper {
    padding-top: 1rem;
  }

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

  .contact-top-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-header-grid-03 {
    height: 120vh;
  }

  .about-right-content {
    margin-top: 6rem;
  }

  .about-header-grid-02 {
    height: 85vh;
  }

  .preloader-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .preloader-line {
    width: 100%;
  }

  .text-shape-2 {
    width: 3rem;
    height: 3rem;
  }

  .heading-style-h3-2 {
    font-size: 4rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .view-button-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 5rem;
    height: 2.5rem;
    padding-left: 10px;
  }

  .project-container-wrapper-2 {
    border-radius: 1.25rem;
    grid-template-columns: .25fr;
    box-shadow: 4px 4px #050505;
  }

  .view-button-text-2 {
    font-size: 12px;
  }

  .view-arrow-2 {
    width: .875rem;
    height: .875rem;
  }

  .view-button-arrow-shape-2 {
    width: 1.75rem;
    height: 1.75rem;
  }

  .view-button-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 5rem;
    height: 2.5rem;
    padding-left: 10px;
  }

  .project-container-wrapper-3 {
    border-radius: 1.25rem;
    grid-template-columns: .25fr;
    box-shadow: 4px 4px #050505;
  }
}

@media screen and (max-width: 479px) {
  .heading-style-h4 {
    font-size: 2.75rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide-heading-header {
    font-size: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-regular.align-text {
    text-align: left;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 4rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-huge {
    padding-top: 4rem;
  }

  .heading-style-h3 {
    font-size: 3.5rem;
  }

  .heading-style-h3.checkout {
    font-size: 3.25rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .fs-styleguide-row {
    flex-wrap: wrap;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .heading-style-h1.plan-name {
    font-size: 16vw;
  }

  .nav-style-guide {
    width: 92vw;
    padding: 1rem;
  }

  .nav-style-guide-link {
    width: 2rem;
    height: 2rem;
  }

  .nav-style-guide-icon {
    font-size: 1.25rem;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation-form {
    padding: 0;
  }

  .licenses-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .licenses-list-wrapper {
    padding-left: 10px;
  }

  .changelog-content-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1.5rem;
  }

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

  .utility-icon {
    width: 10rem;
    height: 10rem;
  }

  ._3d-container {
    justify-content: center;
    align-items: center;
    padding-top: 49px;
    position: relative;
  }

  ._3d-container.about-01 {
    transform: scale(.75);
  }

  ._3d-container.about-02 {
    margin-top: 0;
    transform: scale(.75);
  }

  .subtitle {
    font-size: 14px;
  }

  ._3d-object-wrapper {
    width: 14rem;
    height: 14rem;
  }

  ._3d-object-wrapper.about-03 {
    transform: scale(1.1)rotateX(-16deg)rotateY(12deg)rotateZ(16deg);
  }

  .left-content {
    margin-top: -6.5rem;
  }

  .home-grid-01 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    padding-top: 14rem;
    padding-bottom: 5rem;
    display: grid;
    position: static;
  }

  ._3d-left {
    margin-bottom: -1px;
  }

  .brand-link {
    padding-left: 14px;
  }

  .brand-link.w--current {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
    position: fixed;
  }

  .logo {
    font-size: 1.25rem;
    position: relative;
  }

  .menu-button {
    margin-right: .75rem;
    padding: 22px;
  }

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

  .large-h1-heading {
    font-size: 25vw;
  }

  .home-grid-02 {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .home-grid-03 {
    grid-template-rows: auto auto auto auto auto auto;
    height: 110vh;
    margin-bottom: 0;
  }

  ._3d-wrapper {
    transform: scale(.85);
  }

  .home-button-box {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .home-button-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .services-block {
    width: 10rem;
  }

  .home-button-grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    width: 100%;
  }

  .home-button {
    white-space: nowrap;
  }

  .partner-grid-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .partner-container, .partner-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .partners-logo-gradient-left, .partners-logo-gradient-right {
    width: 2rem;
  }

  .content-component-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-shape {
    border-radius: 10px;
    width: 2.75rem;
    height: 2.75rem;
  }

  .text-shape.image-01-h2, .text-shape.image-02-h2, .text-shape.image-03-h2, .text-shape.image-02-h1, .text-shape.image-01-h1, .text-shape.image-03-h1, .text-shape.image-04-h1 {
    width: 3rem;
    height: 3rem;
  }

  .service-component-grid {
    grid-template-columns: 1fr;
  }

  .service-icon.service-page {
    height: 2.5rem;
  }

  .project-container-wrapper {
    border-radius: 1rem;
  }

  .service-component-grid-03 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .small-heading {
    font-size: 3.5rem;
  }

  .footer-top-grid {
    margin-bottom: 10rem;
  }

  .footer-bottom-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .padding-footer {
    padding-top: 6rem;
  }

  .footer-small-text {
    text-align: center;
  }

  .back-to-top-link {
    width: 4rem;
    height: 4rem;
  }

  .social-media-wrapper {
    flex-flow: wrap;
  }

  .accordion-heading {
    font-size: 1.5rem;
  }

  .plus-icon-circle {
    width: 2.5rem;
    height: 2.5rem;
  }

  .accordion-top-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .accordion-content-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-content-wrapper, .contact-component-grid-01 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .contact-block-wrapper {
    padding: 2.5rem 1.5rem;
  }

  .view-button {
    width: 4.5rem;
    height: 2.25rem;
    padding-left: 6px;
    bottom: 6%;
    right: 4%;
  }

  .view-button-arrow-shape {
    border-radius: 6px;
    width: 1.5rem;
    height: 1.5rem;
  }

  .project-info-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    top: 6%;
  }

  .project-name {
    font-size: 1.65rem;
  }

  .testimonial-block-item {
    padding: 2.5rem 1.5rem;
  }

  .depoiment-inner-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .testimonial-picture {
    width: 6.5rem;
    height: 6.5rem;
  }

  .depoiments-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .call-to-action-item.top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cta-text {
    font-size: 5rem;
  }

  .cta-text-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cta-image._03 {
    box-shadow: 2px 2px 0 0 var(--black);
    border-radius: 12px;
  }

  .call-to-action-image._03 {
    width: 8rem;
    height: 8rem;
  }

  .call-to-action-image._04 {
    width: 6rem;
    height: 6rem;
  }

  .call-to-action-image._02 {
    width: 8rem;
    height: 8rem;
  }

  .call-to-action-image._01 {
    width: 6rem;
    height: 6rem;
  }

  .testimonial-mask {
    height: 40rem;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: .5fr 1fr;
    grid-template-columns: 1fr;
    display: grid;
  }

  .testimonial-detail-wrap {
    margin-top: 0;
  }

  .slider-arrow.right {
    top: auto;
    right: 2%;
  }

  .slider-arrow.left {
    top: auto;
    right: -40%;
  }

  .testimonial-logo {
    height: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .split-content {
    border-bottom: 3px solid var(--black);
    border-right-style: none;
  }

  .testimonial-block {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .testimonial-name {
    font-size: 1.75rem;
  }

  .project-component-grid {
    grid-template-columns: 1fr;
  }

  .project-link-wrapper {
    height: 15rem;
  }

  .left-cta-image-block, .right-cta-image-block {
    width: 12rem;
  }

  .project-service-text {
    font-size: 12px;
  }

  .process-description {
    font-size: 2.5vw;
    font-weight: 500;
  }

  .procees-content-block {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 0;
  }

  .process-content-box {
    grid-column-gap: 20px;
    width: 100%;
  }

  .process-content-wrapper {
    grid-row-gap: 10px;
    margin-top: 2rem;
    position: relative;
    top: 0;
  }

  .process-title {
    margin-bottom: 3px;
    font-size: 6vw;
    font-weight: 400;
  }

  .process-line {
    width: 85%;
    top: 30px;
    left: 7%;
  }

  .process-content {
    max-width: 120px;
    display: block;
  }

  .process-image-box {
    width: 100%;
    height: 25rem;
  }

  .inner-content-box {
    height: auto;
  }

  .process-number-block {
    border-radius: 10px;
    width: 55px;
    height: 55px;
    font-size: 5vw;
    line-height: 1;
  }

  .step-timeline-circle {
    width: 32px;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
  }

  .step-timeline-title {
    font-size: 2.75rem;
  }

  .step-timeline-item {
    grid-template-columns: 48px 1fr;
    padding-bottom: 5rem;
  }

  .progress-number {
    font-size: 1.125rem;
  }

  .step-heading {
    font-size: 2rem;
  }

  .step-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .step-image-wrapper {
    height: 20rem;
  }

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

  .blog-post-content {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1.25rem 1rem;
  }

  .blog-post-title {
    font-size: 1.5rem;
  }

  .post-info-block {
    border-radius: 1.25rem;
    padding: 2rem 1.5rem;
  }

  .newsletter-block {
    padding: 2rem 1.125rem;
  }

  .newsletter-form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-heading-01 {
    font-size: 17vw;
  }

  .plan-container {
    padding: 2rem 1.5rem;
  }

  .plan-title, .price-text.large {
    font-size: 2.5rem;
  }

  .plan-icon {
    height: 3.5rem;
  }

  .plan-content-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .plan-top-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .service-title-text.service, .alternate-service-title.service {
    font-size: 2rem;
  }

  .service-top-content {
    align-items: center;
  }

  .project-top-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .project-info-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .project-content-block {
    padding: 2rem 1.5rem;
  }

  .testimonial-content-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .contact-link {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contact-button-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .plan-content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .roll-numbers, .roll-numbers-wrapper {
    height: 25vw;
    min-height: 25vw;
  }

  .number {
    height: 25vw;
    min-height: 25vw;
    font-size: 25vw;
  }

  .numbers-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .section-about-3d-header, .about-header-grid-01 {
    height: 110vh;
  }

  .story-content-grid {
    margin-top: 12rem;
  }

  .about-header-grid-02 {
    height: 80vh;
  }

  .about-top-content {
    padding-top: 0;
  }

  .cart-item {
    right: 5rem;
  }

  .cart-quantity {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .bag-icon {
    height: 1.5rem;
  }

  .cart-container {
    border-radius: 0;
  }

  .cart-footer {
    padding-bottom: 5rem;
  }

  .cart-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-shape-2 {
    border-radius: 10px;
    width: 2.75rem;
    height: 2.75rem;
  }

  .padding-section-large-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .heading-style-h3-2 {
    font-size: 3.5rem;
  }

  .view-button-2 {
    width: 4.5rem;
    height: 2.25rem;
    padding-left: 6px;
    bottom: 6%;
    right: 4%;
  }

  .project-name-2 {
    font-size: 1.65rem;
  }

  .project-container-wrapper-2 {
    border-radius: 1rem;
  }

  .view-button-arrow-shape-2 {
    border-radius: 6px;
    width: 1.5rem;
    height: 1.5rem;
  }

  .view-button-3 {
    width: 4.5rem;
    height: 2.25rem;
    padding-left: 6px;
    bottom: 6%;
    right: 4%;
  }

  .project-name-3 {
    font-size: 1.65rem;
  }

  .project-container-wrapper-3 {
    border-radius: 1rem;
  }
}

#w-node-efffd8b6-7a10-27f3-b425-bb9c4a132ea1-98da9d1c {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center start;
}

#w-node-efffd8b6-7a10-27f3-b425-bb9c4a132eba-98da9d1c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_95d8fc8c-ecb5-0762-1ae4-1b6d236eee40-98da9d1c, #w-node-ff68a43e-71ec-9c6f-3d79-66256afba569-98da9d1c, #w-node-_4513aa5e-9d02-b703-7dd8-c4a4c868a3a6-98da9d1c, #w-node-_487e3c9c-1522-1553-10d2-8dd1486fc315-98da9d1c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d2ed1a26-10b4-c6f1-ac34-681e61229aee-61229a64 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-d2ed1a26-10b4-c6f1-ac34-681e61229b04-61229a64 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end center;
}

#w-node-d2ed1a26-10b4-c6f1-ac34-681e61229b07-61229a64 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94a9f11-98da9d1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94a9f30-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f35-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f3a-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f3f-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f45-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f4b-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f51-98da9d1d {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa034-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa03c-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa053-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa06c-98da9d1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa06f-98da9d1d {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa071-98da9d1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa074-98da9d1d {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa0c6-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa0d0-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa0d1-98da9d1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa145-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa14a-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa14f-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa154-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa159-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa15e-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa168-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa16d-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa172-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa177-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa17c-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa181-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa186-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa18b-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa190-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa195-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa19a-98da9d1d {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa19e-98da9d1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa19f-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1a4-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1a9-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1ae-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1c3-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1c8-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1cd-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1d2-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1d7-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1dc-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1e6-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1eb-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1f0-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1f5-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1fa-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1ff-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa204-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa209-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa20e-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa213-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa218-98da9d1d {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa21c-98da9d1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa21d-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa222-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa227-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa22c-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa23e-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa243-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa248-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa24d-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa252-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa257-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa25c-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa261-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa266-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa26b-98da9d1d {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa26f-98da9d1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa270-98da9d1d {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa273-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa2f6-98da9d1d, #w-node-aab53833-6355-e599-7fd0-21ecb94aa323-98da9d1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa367-98da9d1d {
  justify-self: start;
}

#w-node-d38f1352-aabc-7e6d-9784-f232d23d6f89-98da9d1e {
  grid-area: 2 / 5 / 8 / 9;
  place-self: center;
}

#w-node-eb18931c-4477-a836-53f8-4045febbb340-98da9d1e {
  grid-area: 4 / 1 / 6 / 5;
  place-self: end start;
}

#w-node-ff9be707-40f3-2151-6d9c-10ebf6bd5dc9-98da9d1e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end center;
}

#w-node-dc128478-4fae-1329-2801-0927e4d90caa-98da9d1e, #w-node-dc128478-4fae-1329-2801-0927e4d90cda-98da9d1e, #w-node-dc128478-4fae-1329-2801-0927e4d90d0a-98da9d1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3305f7f9-db36-0e12-b422-445b0d90582a-98da9d1e {
  justify-self: start;
}

#w-node-_3305f7f9-db36-0e12-b422-445b0d905833-98da9d1e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end center;
}

#w-node-a9b70a2b-115f-0f3a-7e5c-c21798b7ff3f-f5a4d093 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

#w-node-f4f81c24-7d69-b5bd-84a1-6d15f5a4d099-f5a4d093 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_080e3ee0-ab55-e739-6590-3c94239a51d3-98da9d1f {
  place-self: end;
}

#w-node-_0f92f27d-f3b1-8f69-9b0e-d364a9ced4fe-98da9d1f {
  justify-self: end;
}

#w-node-faebee22-1495-34b5-03ec-d22581d191b0-98da9d23 {
  align-self: start;
}

#w-node-faebee22-1495-34b5-03ec-d22581d191b2-98da9d23 {
  align-self: center;
}

#w-node-fc84d8ab-e033-0448-7c30-2b6b750c4e29-98da9d23 {
  align-self: start;
}

#w-node-fc84d8ab-e033-0448-7c30-2b6b750c4e2b-98da9d23 {
  align-self: center;
}

#w-node-bc061711-5e72-2738-cef6-84e518c3ca25-98da9d23 {
  align-self: start;
}

#w-node-bc061711-5e72-2738-cef6-84e518c3ca27-98da9d23 {
  align-self: center;
}

#w-node-a77bcf64-c5af-efe4-cc02-ae5b36d3d9cb-98da9d23 {
  align-self: start;
}

#w-node-a77bcf64-c5af-efe4-cc02-ae5b36d3d9cd-98da9d23 {
  align-self: center;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab3c6-df5ae2ec {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab3c7-df5ae2ec {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab3cb-df5ae2ec {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab3d1-df5ae2ec {
  align-self: start;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab3d3-df5ae2ec {
  align-self: center;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab3da-df5ae2ec {
  align-self: start;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab3dc-df5ae2ec {
  align-self: center;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab3e3-df5ae2ec {
  align-self: start;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab3e5-df5ae2ec {
  align-self: center;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab3ec-df5ae2ec {
  align-self: start;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab3ee-df5ae2ec {
  align-self: center;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab3f5-df5ae2ec {
  align-self: start;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab3f7-df5ae2ec {
  align-self: center;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab3fe-df5ae2ec {
  align-self: start;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab400-df5ae2ec {
  align-self: center;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab407-df5ae2ec {
  align-self: start;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab409-df5ae2ec {
  align-self: center;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab410-df5ae2ec {
  align-self: start;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab412-df5ae2ec {
  align-self: center;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab419-df5ae2ec {
  align-self: start;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab41b-df5ae2ec {
  align-self: center;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab422-df5ae2ec {
  align-self: start;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab424-df5ae2ec {
  align-self: center;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab42b-df5ae2ec {
  align-self: start;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab42d-df5ae2ec {
  align-self: center;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab434-df5ae2ec {
  align-self: start;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab436-df5ae2ec {
  align-self: center;
}

#w-node-da6ee670-4073-5cc5-3618-2952050ab43d-df5ae2ec {
  place-self: center end;
}

#w-node-f85ba300-f92d-7bd4-9ae1-f224b75ae437-98da9d2b {
  place-self: end;
}

#w-node-f88b5353-e2ed-460d-31d0-705416d76a0e-98da9d30, #w-node-_1378f173-0886-16fa-90e9-d93bccc84975-98da9d30, #w-node-a3a8aa8d-e35f-d1f9-5f7f-4ef64ec315c3-98da9d30 {
  place-self: center;
}

#w-node-_58340b81-e525-5fcc-4330-d441ac456654-98da9d31 {
  justify-self: end;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff09-96741f10 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff0a-96741f10 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff0e-96741f10 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff14-96741f10 {
  align-self: start;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff16-96741f10 {
  align-self: center;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff1d-96741f10 {
  align-self: start;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff1f-96741f10 {
  align-self: center;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff26-96741f10 {
  align-self: start;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff28-96741f10 {
  align-self: center;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff2f-96741f10 {
  align-self: start;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff31-96741f10 {
  align-self: center;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff38-96741f10 {
  align-self: start;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff3a-96741f10 {
  align-self: center;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff41-96741f10 {
  align-self: start;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff43-96741f10 {
  align-self: center;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff4a-96741f10 {
  align-self: start;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff4c-96741f10 {
  align-self: center;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff53-96741f10 {
  align-self: start;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff55-96741f10 {
  align-self: center;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff5c-96741f10 {
  align-self: start;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff5e-96741f10 {
  align-self: center;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff65-96741f10 {
  align-self: start;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff67-96741f10 {
  align-self: center;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff6e-96741f10 {
  align-self: start;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff70-96741f10 {
  align-self: center;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff77-96741f10 {
  align-self: start;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff79-96741f10 {
  align-self: center;
}

#w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff80-96741f10 {
  place-self: center end;
}

#w-node-_1d6da166-010b-0328-5fad-ea537829bcad-98da9d33 {
  grid-area: 4 / 1 / 9 / 9;
  place-self: center;
}

#w-node-_7029f836-7889-8076-36db-18aaaa720b36-98da9d33 {
  grid-area: 2 / 1 / 6 / 9;
  place-self: center;
}

#w-node-d1156a57-f996-88e9-e1e8-67f618b19171-98da9d34 {
  grid-area: 1 / 1 / 9 / 5;
  place-self: center;
}

#w-node-_7e3d1b9a-28a1-1702-27ae-7efc48f767d3-98da9d34 {
  grid-area: 4 / 5 / 6 / 9;
  place-self: end;
}

#w-node-a89b8e6e-9480-d383-abbe-1f3a4786ccad-98da9d34 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-a89b8e6e-9480-d383-abbe-1f3a4786ccb6-98da9d34 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: end;
}

#w-node-_825ec9ce-5bfd-3153-1f56-8e78bac9a327-98da9d34, #w-node-_825ec9ce-5bfd-3153-1f56-8e78bac9a357-98da9d34, #w-node-_825ec9ce-5bfd-3153-1f56-8e78bac9a387-98da9d34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_058127ed-0e47-a6dc-d6a4-1bd0640fe871-98da9d34 {
  place-self: end;
}

#w-node-dcb82e4a-f499-50d2-fe7e-c35455821bf6-98da9d34 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-fce0272d-2fed-3bf7-2011-37fb03fe3b86-98da9d34 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-fce0272d-2fed-3bf7-2011-37fb03fe3b8f-98da9d34 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: end;
}

#w-node-_973f7cb0-e693-01b3-cf3b-99ed3858f113-98da9d36, #w-node-_973f7cb0-e693-01b3-cf3b-99ed3858f12a-98da9d36, #w-node-_973f7cb0-e693-01b3-cf3b-99ed3858f141-98da9d36, #w-node-_973f7cb0-e693-01b3-cf3b-99ed3858f158-98da9d36 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88636ad6-d816-07d7-fc9b-743bc579f2f2-98da9d37 {
  place-self: end;
}

#w-node-_40216a2c-e60b-0814-ff7f-396efe3e0c7d-98da9d37 {
  align-self: start;
}

#w-node-_40216a2c-e60b-0814-ff7f-396efe3e0c7f-98da9d37 {
  align-self: center;
}

#w-node-efffd8b6-7a10-27f3-b425-bb9c4a132ea1-98da9d3a {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center start;
}

@media screen and (min-width: 1920px) {
  #w-node-_89857aa1-1af6-e270-b960-174cf2a3e92c-98da9d3a {
    grid-area: Area;
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-efffd8b6-7a10-27f3-b425-bb9c4a132ea1-98da9d1c {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-efffd8b6-7a10-27f3-b425-bb9c4a132eba-98da9d1c {
    grid-column: 1 / 2;
  }

  #w-node-d2ed1a26-10b4-c6f1-ac34-681e61229aee-61229a64, #w-node-d2ed1a26-10b4-c6f1-ac34-681e61229b07-61229a64 {
    grid-row: 2 / 3;
  }

  #w-node-d38f1352-aabc-7e6d-9784-f232d23d6f89-98da9d1e {
    grid-row: 3 / 6;
    grid-column-start: 1;
    align-self: center;
  }

  #w-node-eb18931c-4477-a836-53f8-4045febbb340-98da9d1e {
    grid-row: 5 / 9;
    grid-column-end: 9;
    align-self: end;
  }

  #w-node-ff9be707-40f3-2151-6d9c-10ebf6bd5dc9-98da9d1e {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: auto;
  }

  #w-node-dc128478-4fae-1329-2801-0927e4d90caa-98da9d1e {
    justify-self: start;
  }

  #w-node-_3305f7f9-db36-0e12-b422-445b0d905833-98da9d1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_519505dd-2343-fa49-2e9e-207629090c47-98da9d1e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d37711b3-d301-474c-4f28-cb3165453e94-98da9d1e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a9b70a2b-115f-0f3a-7e5c-c21798b7ff3f-f5a4d093 {
    grid-column-end: 4;
  }

  #w-node-_080e3ee0-ab55-e739-6590-3c94239a51d3-98da9d1f {
    justify-self: start;
  }

  #w-node-da6ee670-4073-5cc5-3618-2952050ab3c6-df5ae2ec {
    grid-column: 1 / 4;
  }

  #w-node-a287a912-c967-4306-cf78-454373869428-98da9d25 {
    order: -9999;
  }

  #w-node-d7505763-eb60-f611-2d7c-f1717046af1a-98da9d2b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_63c7dad3-576a-2c06-5be8-9fce963a31b0-98da9d2b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f85ba300-f92d-7bd4-9ae1-f224b75ae437-98da9d2b {
    justify-self: start;
  }

  #w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff09-96741f10 {
    grid-column-start: 1;
  }

  #w-node-_1d6da166-010b-0328-5fad-ea537829bcad-98da9d33 {
    grid-row-start: 5;
    align-self: start;
  }

  #w-node-_7029f836-7889-8076-36db-18aaaa720b36-98da9d33 {
    grid-row-start: 3;
  }

  #w-node-d1156a57-f996-88e9-e1e8-67f618b19171-98da9d34 {
    grid-area: 3 / 1 / 5 / 5;
    align-self: end;
  }

  #w-node-_7e3d1b9a-28a1-1702-27ae-7efc48f767d3-98da9d34 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-a89b8e6e-9480-d383-abbe-1f3a4786ccb6-98da9d34 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_825ec9ce-5bfd-3153-1f56-8e78bac9a327-98da9d34 {
    justify-self: start;
  }

  #w-node-fce0272d-2fed-3bf7-2011-37fb03fe3b8f-98da9d34 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_97c8f36e-8ad3-1503-0a87-82bafaa75b18-98da9d37 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bc0a86d2-7ad2-4de5-2f8f-b1dd46f336c2-98da9d37 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efffd8b6-7a10-27f3-b425-bb9c4a132ea1-98da9d3a {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_95d8fc8c-ecb5-0762-1ae4-1b6d236eee40-98da9d1c, #w-node-ff68a43e-71ec-9c6f-3d79-66256afba569-98da9d1c, #w-node-_4513aa5e-9d02-b703-7dd8-c4a4c868a3a6-98da9d1c, #w-node-_487e3c9c-1522-1553-10d2-8dd1486fc315-98da9d1c {
    grid-column-start: 1;
  }

  #w-node-d2ed1a26-10b4-c6f1-ac34-681e61229aee-61229a64 {
    grid-row: 1 / 2;
    justify-self: start;
  }

  #w-node-d2ed1a26-10b4-c6f1-ac34-681e61229b04-61229a64 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: end;
  }

  #w-node-d2ed1a26-10b4-c6f1-ac34-681e61229b07-61229a64 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-d38f1352-aabc-7e6d-9784-f232d23d6f89-98da9d1e {
    grid-row: 2 / 7;
    grid-column-start: 1;
  }

  #w-node-eb18931c-4477-a836-53f8-4045febbb340-98da9d1e {
    grid-row: 5 / 9;
    grid-column-end: 9;
    align-self: end;
  }

  #w-node-dc128478-4fae-1329-2801-0927e4d90caa-98da9d1e {
    justify-self: start;
  }

  #w-node-dc128478-4fae-1329-2801-0927e4d90cda-98da9d1e, #w-node-dc128478-4fae-1329-2801-0927e4d90d0a-98da9d1e {
    justify-self: center;
  }

  #w-node-da6ee670-4073-5cc5-3618-2952050ab3c6-df5ae2ec {
    grid-column: 1 / 4;
  }

  #w-node-da6ee670-4073-5cc5-3618-2952050ab3cb-df5ae2ec {
    grid-column-end: 4;
  }

  #w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff09-96741f10 {
    grid-column-start: 1;
  }

  #w-node-_31e74a10-5cb5-4d1e-143f-9ee2f0d3ff0e-96741f10 {
    grid-column-end: 4;
  }

  #w-node-_1d6da166-010b-0328-5fad-ea537829bcad-98da9d33 {
    align-self: center;
  }

  #w-node-_7029f836-7889-8076-36db-18aaaa720b36-98da9d33 {
    align-self: end;
  }

  #w-node-_42301186-f47c-ae00-8d22-69cd53b3b078-98da9d33 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_42301186-f47c-ae00-8d22-69cd53b3b07c-98da9d33 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_42301186-f47c-ae00-8d22-69cd53b3b07e-98da9d33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42301186-f47c-ae00-8d22-69cd53b3b085-98da9d33 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_42301186-f47c-ae00-8d22-69cd53b3b089-98da9d33 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_42301186-f47c-ae00-8d22-69cd53b3b093-98da9d33 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_42301186-f47c-ae00-8d22-69cd53b3b097-98da9d33 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d1156a57-f996-88e9-e1e8-67f618b19171-98da9d34 {
    place-self: center;
  }

  #w-node-_7e3d1b9a-28a1-1702-27ae-7efc48f767d3-98da9d34 {
    align-self: center;
  }

  #w-node-_825ec9ce-5bfd-3153-1f56-8e78bac9a327-98da9d34 {
    justify-self: start;
  }

  #w-node-_825ec9ce-5bfd-3153-1f56-8e78bac9a357-98da9d34, #w-node-_825ec9ce-5bfd-3153-1f56-8e78bac9a387-98da9d34 {
    justify-self: center;
  }

  #w-node-_058127ed-0e47-a6dc-d6a4-1bd0640fe871-98da9d34 {
    justify-self: start;
  }

  #w-node-_973f7cb0-e693-01b3-cf3b-99ed3858f113-98da9d36, #w-node-_973f7cb0-e693-01b3-cf3b-99ed3858f12a-98da9d36, #w-node-_973f7cb0-e693-01b3-cf3b-99ed3858f141-98da9d36, #w-node-_973f7cb0-e693-01b3-cf3b-99ed3858f158-98da9d36 {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-efffd8b6-7a10-27f3-b425-bb9c4a132ea1-98da9d1c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-efffd8b6-7a10-27f3-b425-bb9c4a132eba-98da9d1c {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-dc128478-4fae-1329-2801-0927e4d90cda-98da9d1e, #w-node-dc128478-4fae-1329-2801-0927e4d90d0a-98da9d1e, #w-node-_825ec9ce-5bfd-3153-1f56-8e78bac9a357-98da9d34, #w-node-_825ec9ce-5bfd-3153-1f56-8e78bac9a387-98da9d34, #w-node-_88636ad6-d816-07d7-fc9b-743bc579f2f2-98da9d37 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Bevellier';
  src: url('../fonts/Bevellier-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevellier';
  src: url('../fonts/Bevellier-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevellier';
  src: url('../fonts/Bevellier-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevellier';
  src: url('../fonts/Bevellier-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevellier';
  src: url('../fonts/Bevellier-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevellier';
  src: url('../fonts/Bevellier-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}