:root {
  --black: #080808;
  --white: var(--light-grey);
  --light-grey: #f9f9f9;
  --primary-aqua: #00d0ff;
  --transparent: transparent;
  --secondary-egyptianblue: #153299;
  --border-radius: 24px;
  --dark-gray-grey02: #48575f;
  --primary-crayola: #2353ff;
  --primary-calm: #00a9fe;
  --secondary-electricblue: #60f5ff;
  --secondary-palecyan: #81d9ff;
  --dark-navy-bg-navy: #091d3f;
  --primary-50: #00d0ff80;
  --services-gap: 2.2vw;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  line-height: 1.4vw;
}

h1 {
  color: var(--white);
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 5.55vw;
  font-weight: 500;
  line-height: 6.11vw;
}

h2 {
  color: var(--white);
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 4.44vw;
  font-weight: 400;
  line-height: 5vw;
}

h3 {
  color: var(--white);
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3.33vw;
  font-weight: 500;
  line-height: 3.89vw;
}

h4 {
  color: var(--white);
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 3.33vw;
}

h5 {
  color: var(--white);
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

h6 {
  color: var(--white);
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: .78vw;
  font-weight: 400;
  line-height: 1.33vw;
}

p {
  color: var(--light-grey);
  letter-spacing: .07vw;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 1.11vw;
  font-weight: 100;
  line-height: 1.89vw;
}

a {
  color: var(--light-grey);
  letter-spacing: .07vw;
  font-size: .89vw;
  font-weight: 300;
  line-height: 1.44vw;
  text-decoration: none;
  transition: color .3s;
}

a:hover, a.w--current {
  color: var(--primary-aqua);
}

ul {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  color: var(--light-grey);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.8vw;
  display: flex;
}

ol {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--light-grey);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
  display: flex;
}

li {
  letter-spacing: .07vw;
  font-family: Archivo, sans-serif;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
}

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

form {
  width: 100%;
}

label {
  color: var(--light-grey);
  margin-bottom: .3125rem;
  font-family: Archivo, sans-serif;
  font-size: .8125rem;
  font-weight: 300;
  display: block;
}

blockquote {
  border-left: .3125rem solid var(--primary-aqua);
  color: var(--white);
  margin-bottom: 0;
  padding: .56vw 0 .56vw 1.67vw;
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.space-112px {
  min-height: 7.8vw;
  display: block;
}

.space-112px.hero {
  min-height: 3vw;
}

.space-32px {
  min-height: 2.2vw;
}

.space-16px {
  min-height: 1.1vw;
}

.section {
  background-image: url('../images/bg4.jpg');
  background-position: 0 0;
  background-size: 0%;
  width: 100%;
  overflow: hidden;
}

.section.relative {
  position: relative;
}

.section.height-300vw {
  height: 300vw;
}

.section.height-300vw.pending-top-80px {
  margin-top: 120px;
  overflow: visible;
}

.section.height-200vw {
  margin-top: 400px;
  margin-bottom: 20vh;
  overflow: hidden;
}

.section.height-200vw.sticky {
  position: sticky;
}

.section.padding-top-24px {
  margin-top: 24px;
  overflow: hidden;
}

.section.cta {
  -webkit-text-stroke-color: var(--white);
  background-image: url('../images/bg1c.jpg');
  background-size: cover;
  background-attachment: fixed;
}

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

.section.investphoto {
  height: 180vw;
  min-height: 800px;
  margin-top: 140px;
  margin-bottom: 120px;
  overflow: visible;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container.padding-72px {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-flow: column;
  justify-content: flex-start;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  display: flex;
}

.container.overflow {
  overflow: visible;
}

.container.padding-216px {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.container.justify-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container.about-stick {
  max-width: 100vw;
  position: sticky;
  top: 2vw;
}

.container.padding-144px {
  padding-left: 10vw;
  padding-right: 10vw;
}

.space-64px {
  min-height: 4.4vw;
}

.submit-button {
  background-color: var(--primary-aqua);
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: uppercase;
  border-radius: 1.7vw;
  padding: .78vw 2.22vw;
  font-family: Archivo, sans-serif;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
  transition: background-color .25s;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.submit-button.w--current {
  color: var(--black);
}

.faq-text-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.max-width-480px {
  max-width: 33.3vw;
}

.max-width-480px.centered {
  text-align: center;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  background-color: #091d3f80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 5.5vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.logo-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--light-grey);
  text-transform: uppercase;
  padding: 0 1.4vw;
  font-weight: 100;
  transition: color .25s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--light-grey);
}

.nav-link.move-down {
  position: absolute;
  top: 100%;
}

.nav-link.move-down.hide-on-tab:hover {
  color: var(--light-grey);
}

.nav-menu {
  margin-right: 2.2vw;
  font-size: 1vw;
  line-height: 2vw;
  display: flex;
}

.trigger {
  min-height: 7.78vw;
  position: absolute;
  inset: auto 0% 0%;
}

.faq-wrapper {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  text-align: center;
  flex-direction: column;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-parallax-curve {
  min-width: 100%;
}

.faq-dropdown {
  border-radius: var(--border-radius);
  background-color: var(--secondary-egyptianblue);
  min-width: 100%;
}

.dropdown-toggle {
  text-align: left;
  cursor: pointer;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.1vw;
  padding-left: 2.2vw;
  padding-right: 2.2vw;
}

.faq-flex {
  grid-column-gap: 2.1vw;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-icon {
  min-width: 2.1vw;
  max-width: 2.1vw;
  min-height: 2.1vw;
  max-height: 2.1vw;
}

.invert {
  filter: invert();
}

.dropdown-answer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact-success-message {
  border: .1vw solid var(--white);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 1.4vw;
  padding: 1.7vw 2.2vw;
}

.contact-success-message::placeholder {
  color: #aaa;
}

.text-field {
  border: .1vw solid var(--secondary-egyptianblue);
  border-radius: var(--border-radius);
  background-color: var(--secondary-egyptianblue);
  color: var(--white);
  height: 3.3vw;
  padding-left: 1.1vw;
  padding-right: 1.1vw;
  font-size: 1vw;
  line-height: 1.4vw;
}

.text-field:focus {
  border-color: #171f33;
}

.text-field::placeholder {
  color: var(--light-grey);
}

.contact-error-message {
  border: .0625rem solid var(--white);
  background-color: var(--black);
  color: #f5f5f5;
  text-align: center;
  border-radius: 1.25rem;
  margin-top: 2.2vw;
  padding: 1.7vw 2.2vw;
}

.contact-error-message::placeholder {
  color: #aaa;
}

.utilities-side-bar {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  border-right: .07vw solid var(--dark-gray-grey02);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 22.2vw;
  max-width: 22.2vw;
  height: 100vh;
  padding-left: 2.2vw;
  padding-right: 2.2vw;
  display: flex;
  position: sticky;
  top: 2.2vw;
}

.utilities-wrapper-rich-text-and-buttons {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.utilities-title {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.utilities-wrapper-paragraph {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.utilities-wrapper-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.utilities-flex-title {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.utilities-flex-title.w--current {
  color: var(--primary-aqua);
}

.utilities-flex-headings-and-paragraph {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.utilities-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.utilities-grid-thirds {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

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

.utilities-title-flex {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utilities-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.color-wrapper {
  border-radius: 6.25rem;
  min-width: 100%;
  max-width: 16rem;
  min-height: 8rem;
  max-height: 8rem;
  position: relative;
  overflow: hidden;
}

.color-wrapper.border {
  border: .0625rem solid var(--light-grey);
}

.fill {
  position: absolute;
  inset: -1rem;
}

.background-primary {
  background-color: var(--primary-aqua);
}

.background-primary.fill {
  background-color: var(--primary-crayola);
}

.background-primary.fill.calm {
  background-color: var(--primary-calm);
}

.background-primary.fill.aqua {
  background-color: var(--primary-aqua);
}

.background-secondary {
  background-color: var(--secondary-egyptianblue);
}

.background-secondary.fill.electricblue {
  background-color: var(--secondary-electricblue);
}

.background-secondary.fill.palecyan {
  background-color: var(--secondary-palecyan);
}

.background-secondary.fill.egyptianblue {
  background-color: var(--secondary-egyptianblue);
}

.background-light-gray {
  background-color: var(--light-grey);
}

.background-black {
  background-color: var(--black);
  padding: 1.4vw;
}

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

.utilities-line {
  background-color: var(--primary-aqua);
  min-width: 2.2vw;
  min-height: .3vw;
}

.line-spacer {
  width: 100%;
}

.utilities-line-spacer {
  background-color: var(--primary-aqua);
  width: 100%;
  min-height: .1vw;
}

.rich-text {
  flex-direction: column;
  display: flex;
}

.logo {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 2.5vw;
  max-height: 2.5vw;
}

.utilities-gallery-image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utilities-rtb-wrapper {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-wrapper {
  border-radius: 1.5rem;
  min-height: 37.5vw;
  max-height: 37.5vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.title-text-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.text-block {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flex-wrapper {
  grid-column-gap: 8.89vw;
  grid-row-gap: 2.2vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.services-card-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.works-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
}

.works-rich-text {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  display: flex;
}

.services-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 55.56vw;
  margin-left: auto;
  margin-right: auto;
}

.services-rich-text {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  display: flex;
}

.flex {
  grid-column-gap: .83vw;
  align-items: flex-start;
  display: flex;
}

.works-grid-thirds {
  grid-column-gap: 2.22vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.service-project-title {
  font-size: 6.25vw;
  line-height: 6.25vw;
}

.nav-link-wrapper {
  flex-direction: column;
  display: none;
  position: relative;
  overflow: hidden;
}

.footer-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/Wall-Hanging-Poster.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: column;
  width: 16.25rem;
  display: flex;
}

.utility-page-form {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.caps {
  text-transform: uppercase;
}

.caps.keyword {
  text-align: center;
  align-self: center;
  font-size: 3vw;
}

.contact-wrapper {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-main-wrapper {
  grid-column-gap: 4.4vw;
  grid-row-gap: 4.4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.works-big-image {
  border-radius: var(--border-radius);
  min-width: 100%;
  max-width: 100%;
  min-height: 37.51vw;
  max-height: 37.51vw;
}

.slide-up-animation {
  padding-top: 0;
  padding-bottom: 0;
}

.utitlities-title-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.packages-row {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-thirds {
  max-width: 66.66vw;
  position: relative;
}

.price-card {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  border: 1px solid var(--light-grey);
  border-radius: var(--border-radius);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 4.44vw 1.11vw 4.44vw 4.44vw;
  display: flex;
}

.price-card-title {
  margin-top: 0;
  font-size: 2.5vw;
  line-height: 2.5vw;
}

.bulleted-description-wrapper {
  width: 100%;
  max-width: 16.66vw;
  margin-bottom: .69vw;
  margin-left: 2.78vw;
  margin-right: 2.78vw;
}

.bulleted-description {
  text-align: center;
  border-bottom: .07vw solid #9999994d;
  min-width: 100%;
  padding-top: .83vw;
  padding-bottom: .83vw;
}

.button {
  border-radius: var(--border-radius);
  background-color: var(--primary-aqua);
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .7rem 2rem;
  font-family: Archivo, sans-serif;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
  transition: background-color .25s;
  display: flex;
}

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

.button.w--current {
  color: var(--black);
}

.button.w--current:hover {
  background-color: var(--white);
}

.page-grid {
  grid-column-gap: 4.17vw;
  grid-row-gap: 4.17vw;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.fix-scroll-wrapper {
  position: relative;
}

.side-bar-left {
  margin-top: 1.39vw;
  position: sticky;
  top: 4.44vw;
}

.package-button-wrapper {
  margin-top: 1.39vw;
}

.fix-scroll-container-products {
  z-index: 1;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.row-content {
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brochure-card {
  grid-row-gap: 1.11vw;
  border: 1px solid var(--light-grey);
  border-radius: var(--border-radius);
  flex-direction: column;
  padding: 2.5vw 2.22vw;
  display: flex;
}

.services-page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.package-text-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.quantity {
  color: var(--black);
}

.select-field {
  background-color: var(--black);
  color: #f5f5f5;
  border: .0625rem solid #171f33;
  border-radius: 1.25rem;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.select-field:focus {
  border-color: #171f33;
}

.select-field::placeholder {
  color: #aaa;
}

.color-black, .font-black {
  color: var(--black);
}

.nav-container {
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.outline-white {
  color: var(--transparent);
  -webkit-text-stroke-width: .07vw;
  -webkit-text-stroke-color: var(--white);
}

.button-text {
  margin-bottom: 0;
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.max-width-360px {
  max-width: 22.5rem;
}

.title-wrapper {
  grid-column-gap: 1.125rem;
  text-align: center;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.thumbnails {
  border-radius: var(--border-radius);
}

.checkout {
  border-color: var(--secondary-egyptianblue);
  background-color: var(--secondary-egyptianblue);
  color: var(--white);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.title-block {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lightbox-link {
  border-radius: 1.5rem;
  min-width: 100%;
  max-width: 100%;
  min-height: 37.51vw;
  max-height: 37.51vw;
  margin-bottom: 2.22vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.package-title {
  text-align: center;
  max-width: 55.56vw;
  font-size: 4.5rem;
  line-height: 4.5rem;
}

.faq-question {
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 2.4vw;
}

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

.selection:hover {
  color: var(--primary-aqua);
}

.selection.w--ecommerce-pill-selected {
  background-color: var(--primary-aqua);
  color: var(--black);
}

.cart-text {
  display: none;
}

.cart-button {
  background-color: var(--transparent);
  color: var(--white);
  height: 100%;
  margin-left: 1rem;
  padding: .5rem 0 .5rem .5rem;
  position: relative;
}

.cart-quantity {
  background-color: var(--transparent);
  color: var(--white);
  min-width: 1.11vw;
  height: 1.11vw;
  margin-left: 0;
  padding-left: 1.11vw;
  padding-right: 0;
  font-size: .5rem;
  font-weight: 500;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-container {
  background-color: var(--black);
  min-width: 22.2vw;
  max-width: 33.3vw;
  font-size: 1vw;
  line-height: 1.4vw;
  box-shadow: 0 .3vw 1.7vw #00000040;
}

.checkout-button {
  border-radius: var(--border-radius);
  background-color: var(--primary-aqua);
  color: var(--black);
}

.checkout-button:hover {
  color: var(--black);
}

.main-cart-quantity {
  color: var(--black);
  font-family: Archivo, sans-serif;
  line-height: 1.4vw;
}

.main-cart-quantity:hover, .main-cart-quantity:active, .main-cart-quantity:focus, .main-cart-quantity:focus-visible, .main-cart-quantity[data-wf-focus-visible], .main-cart-quantity:lang(en) {
  color: var(--black);
}

.cart-footer {
  border-top-color: var(--light-grey);
}

.cart-header {
  border-bottom-color: var(--light-grey);
}

.cart {
  z-index: 999;
  color: var(--white);
}

.icon-wrapper-circle {
  border: .0625rem solid var(--primary-aqua);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 6rem;
  max-width: 6rem;
  min-height: 6rem;
  max-height: 6rem;
  display: flex;
}

.timeline-line {
  background-color: var(--primary-aqua);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .0625rem;
  display: flex;
}

.red-font {
  color: #f77;
}

.input {
  color: var(--black);
}

.page-title-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4.4vw;
  padding-right: 4.4vw;
  display: flex;
  position: relative;
}

.page-title-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.page-title-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lightbox-link-small {
  border-radius: var(--border-radius);
  overflow: hidden;
}

.works-block {
  grid-row-gap: 2.2vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.mask {
  align-self: center;
  max-width: 99%;
}

.reviews-slider-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.reviews-arrow {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: border-color .25s, color .25s;
  display: flex;
  position: relative;
  inset: auto 0% 2rem;
}

.reviews-arrow:hover {
  color: #9ef916;
  border-color: #9ef916;
}

.reviews-arrow.left {
  display: none;
  bottom: 4rem;
  left: -1.25rem;
  right: 0%;
}

.reviews-arrow.right {
  inset: 39% 0% auto auto;
  display: block;
  position: absolute;
  inset: auto -4% 37% auto;
}

.services-title-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.services-title-block.slide-up-animation {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  margin-top: 2vw;
  margin-bottom: 0;
}

.services-title-huge {
  text-transform: uppercase;
  font-size: 4.4vw;
  font-weight: 600;
  line-height: 5vw;
}

.services-title-huge.outline-white {
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 5vw;
}

.services-title-huge.text-2 {
  color: var(--primary-aqua);
  font-weight: 700;
}

.badge {
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  background-color: #ffffff4d;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .5rem 1rem;
  display: flex;
}

.badge.absolute-top-right {
  background-color: var(--secondary-egyptianblue);
  position: absolute;
  inset: 2.2vw 2.2vw auto auto;
}

.price-card-description-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.price-title-wrapper {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.price-title {
  text-transform: uppercase;
}

.projects-title-grid {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
}

.flex-title {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-direction: column;
  font-weight: 100;
  display: flex;
}

.works-description {
  max-width: 36.11vw;
}

.projects-grid {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.works-details-info {
  border-bottom: .07vw solid var(--primary-aqua);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 16.66vw;
  max-width: 16.66vw;
  padding-bottom: .56vw;
  display: flex;
}

.large-title {
  text-transform: uppercase;
  font-size: 10.4vw;
  line-height: 6.9vw;
}

.space-page-top {
  min-height: 11.11vw;
}

.teams-slider-wrapper {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 22.2vw;
  max-height: 22.2vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slides {
  margin-right: 2.22vw;
}

.team-mask {
  max-width: 37.5vw;
  overflow: visible;
}

.left-arrow, .right-arrow {
  display: none;
}

.award-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-flex {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-block {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-image {
  z-index: -1;
  border-top-right-radius: var(--border-radius);
  object-fit: cover;
  background-image: url('../images/Bg_Hero_MedHi.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
  max-height: 56.4vw;
  position: absolute;
}

.arrow-wrapper {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  display: flex;
  position: absolute;
  inset: 3.05vw auto auto 3.05vw;
  overflow: hidden;
}

.avatar-image {
  object-fit: cover;
  border-radius: 6.25rem;
  min-width: 3.3vw;
  max-width: 3.3vw;
  min-height: 3.3vw;
  max-height: 3.3vw;
}

.about-avatars-flex {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 10vw;
  display: flex;
  position: relative;
}

.about-avatars-flex.absolute {
  position: absolute;
  inset: auto auto 2.2vw 2.2vw;
}

.spinner-image {
  background-image: url('../images/Circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.8vw;
  height: 7.8vw;
  display: flex;
}

.avatar-a {
  border: .0625rem solid var(--white);
  background-color: var(--black);
  object-fit: cover;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  min-width: 4.4vw;
  max-width: 4.4vw;
  min-height: 4.4vw;
  max-height: 4.4vw;
  display: flex;
  position: relative;
}

.avatar-c {
  border: .0625rem solid var(--white);
  background-color: var(--black);
  object-fit: cover;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  min-width: 4.4vw;
  max-width: 4.4vw;
  min-height: 4.4vw;
  max-height: 4.4vw;
  display: flex;
  position: absolute;
  left: 5.6vw;
}

.center-title-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 9vw;
  max-height: 9vw;
  display: flex;
  position: relative;
}

.arrow {
  min-width: .9vw;
  max-width: .9vw;
  min-height: .9vw;
  max-height: .9vw;
}

.arrow.works-arrow {
  min-width: .78vw;
  max-width: .78vw;
  min-height: .78vw;
  max-height: .78vw;
}

.hero-wrapper {
  border-bottom-left-radius: var(--border-radius);
  text-align: left;
  background-image: url('../images/Bg_Hero_MedHi.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 90vw;
  max-width: 90vw;
  min-height: 45vw;
  max-height: 45vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: clip;
}

.hero-title {
  text-transform: none;
  font-size: 4.2vw;
  font-weight: 700;
  line-height: 7.8vw;
}

.avatar-b {
  border: .0625rem solid var(--white);
  background-color: var(--black);
  object-fit: cover;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  min-width: 4.4vw;
  max-width: 4.4vw;
  min-height: 4.4vw;
  max-height: 4.4vw;
  display: flex;
  position: absolute;
  left: 2.8vw;
}

.curve {
  object-fit: cover;
  min-width: 1.67vw;
  max-width: 1.67vw;
  min-height: 1.67vw;
  max-height: 1.67vw;
  position: relative;
}

.curve.absolute-top-right {
  position: absolute;
  inset: -1.665vw -.02vw auto auto;
  transform: rotate(180deg);
}

.curve.absolute-buttom-left {
  position: absolute;
  inset: auto auto -.02vw -1.665vw;
  transform: rotate(180deg);
}

.spinner-wrapper {
  border: 0rem solid var(--light-grey);
  background-color: var(--black);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.9vw;
  height: 8.9vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 2.2vw 2.2vw auto auto;
  overflow: hidden;
}

.center-title {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  background-color: var(--dark-navy-bg-navy);
  border-bottom-right-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  height: 9vw;
  padding-right: 2.22vw;
  font-size: 5vw;
  display: flex;
}

.services-container {
  width: 100%;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 5.5vw;
  overflow: hidden;
}

.services-front {
  z-index: 2;
  border-radius: var(--border-radius);
  transform-style: preserve-3d;
  background-image: url('../images/img_alts.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 28vw;
  max-width: 360px;
  height: 28vw;
  max-height: 360px;
  padding-bottom: 2.2vw;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, .0625rem);
}

.services-front.spacex {
  background-image: url('../images/Img_SpaceX.jpg');
}

.services-front.neuralink {
  background-image: url('../images/Img_Neuralink.jpg');
}

.services-front.xai {
  background-image: url('../images/Img_XAI.jpg');
}

.services-front.ricerobot {
  background-image: url('../images/Img_RiceRobotics.jpg');
}

.services-front.tribe3 {
  background-image: url('../images/Img_Tribe3.jpg');
}

.services-front.link3 {
  background-image: url('../images/Img_Link3.jpg');
}

.services-front.manga {
  background-image: url('../images/Img_Manga.jpg');
}

.services-front.pomo {
  background-image: url('../images/Img_Pomo.jpg');
}

.services-front.redacted {
  background-image: url('../images/Img_Redacted.jpg');
}

.services-front.mov {
  background-image: url('../images/img_mov.jpg');
}

.services-front.luxe {
  background-image: url('../images/shinjuku.jpg');
}

.works-title-flex {
  z-index: 2;
  grid-column-gap: .9vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.works-title-flex.space-between {
  grid-column-gap: 0vw;
  grid-row-gap: .56vw;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.services-card {
  pointer-events: auto;
  transform-origin: 50%;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 28vw;
  max-width: 360px;
  height: 28vw;
  max-height: 360px;
  display: flex;
  position: relative;
  transform: translate(0);
}

.services-back {
  z-index: 2;
  border-radius: var(--border-radius);
  background-color: var(--secondary-egyptianblue);
  transform-origin: 50%;
  transform-style: preserve-3d;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28vw;
  max-width: 360px;
  height: 28vw;
  max-height: 360px;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: rotateX(180deg)rotateY(0)rotateZ(0)translate(0);
}

.services-title {
  text-transform: uppercase;
  font-size: 2.8vw;
  line-height: 5vw;
}

.services-wrapper {
  perspective: 100vw;
  transform-origin: 50%;
  justify-content: center;
  align-items: center;
  width: 28vw;
  max-width: 360px;
  height: 28vw;
  max-height: 360px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay {
  background-image: linear-gradient(#0000 41%, #000000a6);
  position: absolute;
  inset: 0%;
}

.services-link-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 28vw;
  max-width: 360px;
  height: 28vw;
  max-height: 360px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.services-cards-flex {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 10%;
  display: flex;
}

.services-title-card {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 70%;
  max-width: 70%;
  min-height: 70%;
  max-height: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.card-image {
  border-radius: var(--border-radius);
  min-width: 21.7vw;
  max-width: 21.7vw;
  min-height: 45.4vw;
  max-height: 45.4vw;
}

.card-block {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-block.slide-from-left-animation {
  align-items: stretch;
}

.max-width-25vw {
  max-width: 25vw;
}

.card-large-short {
  grid-column-gap: .55vw;
  grid-row-gap: .55vw;
  border: .07vw solid var(--light-grey);
  border-radius: var(--border-radius);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 44.5vw;
  max-width: 44.5vw;
  min-height: 14.4vw;
  max-height: 14.4vw;
  display: flex;
}

.card-flex {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.card-text-block {
  flex-direction: column;
  display: flex;
}

.card-small-short {
  grid-column-gap: .55vw;
  grid-row-gap: .55vw;
  border: .07vw solid var(--light-grey);
  border-radius: var(--border-radius);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 21vw;
  max-width: 21vw;
  min-height: 14.4vw;
  max-height: 14.4vw;
  display: flex;
}

.card-small {
  border-radius: var(--border-radius);
  border: .0625rem solid #f5f5f5;
  flex-direction: column;
  justify-content: space-between;
  min-width: 21vw;
  max-width: 21vw;
  min-height: 29.9vw;
  max-height: 29.9vw;
  display: flex;
}

.card-small.no-border {
  border-width: 0;
}

.max-width-18vw {
  max-width: 18vw;
}

.skills-title {
  text-transform: uppercase;
  line-height: 3.9vw;
}

.skills-block-wrapper {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.skills-content-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 25vw;
  max-width: 25vw;
  display: flex;
}

.self-align-right {
  align-self: flex-end;
}

.line-wrapper {
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: .1vw;
  position: relative;
  overflow: hidden;
}

.line-progress {
  background-color: var(--black);
  min-width: 100%;
  min-height: .1vw;
}

.outline-black {
  color: var(--transparent);
  -webkit-text-stroke-width: .1vw;
  -webkit-text-stroke-color: var(--black);
}

.works-details-flex {
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 17.8vw;
  display: flex;
  position: relative;
}

.works-image {
  border-radius: var(--border-radius);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-ghost {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  justify-content: center;
  align-items: center;
  max-height: 1.11vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-title-wrapper {
  z-index: 2;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 41.11vw;
  max-width: 48.88vw;
  padding-left: 15.55vw;
  padding-right: 15.55vw;
  display: flex;
  position: relative;
}

.works-link-wrapper {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 90vw;
  max-width: 90vw;
  height: 50.6vw;
  min-height: 50.6vw;
  max-height: 50.6vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 2rem;
}

.reviews-slide {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.reviews-text {
  text-transform: none;
  max-width: 70vw;
  font-size: 3.89vw;
  font-weight: 400;
  line-height: 5vw;
}

.reviews-avatar-flex {
  grid-column-gap: 1.7vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews-text-block {
  flex-direction: column;
  display: flex;
}

.font-primary {
  color: var(--primary-aqua);
}

.metrics-wrapper {
  grid-column-gap: 2.2vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.metrics-text-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  border-style: solid;
  border-width: .07vw .07vw 0;
  border-color: var(--light-grey);
  border-radius: 1.67vw 1.67vw 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 16.7vw;
  max-width: 16.7vw;
  min-height: 10vw;
  max-height: 10vw;
  padding-top: 2.2vw;
  display: flex;
  overflow: hidden;
}

.metrics-text {
  font-size: 10vw;
  line-height: 7.78vw;
}

.metrics-text.outline {
  color: var(--transparent);
  -webkit-text-stroke-width: .14vw;
  -webkit-text-stroke-color: var(--white);
}

.cta-large {
  font-size: 10vw;
  line-height: 7.22vw;
}

.cta-flex {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  align-items: flex-start;
  display: flex;
}

.cta-text-block {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-block {
  grid-column-gap: 3.33vw;
  grid-row-gap: 3.33vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-medium {
  text-transform: uppercase;
  font-size: 6.7vw;
  line-height: 5vw;
}

.cta-small {
  text-transform: uppercase;
  font-size: 5vw;
  line-height: 3.89vw;
}

.skills-card {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  border-radius: var(--border-radius);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 66.7vw;
  max-width: 66.7vw;
  min-height: 37.5vw;
  max-height: 37.5vw;
  margin-left: auto;
  margin-right: auto;
  padding: 4.4vw 6.67vw;
  display: flex;
}

.metrics-grid-quarter {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.metrics-card {
  border: .07vw solid var(--light-grey);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 22.2vw;
  max-height: 22.2vw;
  padding: 3.3vw 2.2vw;
  display: flex;
}

.metrics-card.higher {
  flex-flow: row;
  min-height: 25vw;
  max-height: 25vw;
}

.metrics-flex {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.metrics-flex.space-between {
  justify-content: space-between;
}

.metrics-flex.space-between.align-center {
  align-items: center;
}

.metrics-flex.space-between.hor {
  flex-flow: column;
  justify-content: space-between;
}

.metrics-flex.sche {
  align-items: stretch;
}

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

.large-text {
  font-size: 5vw;
  font-weight: 700;
  line-height: 3.7vw;
}

.reviews-avatar {
  border-radius: .75rem;
  min-width: 4.4vw;
  max-width: 4.4vw;
  min-height: 4.4vw;
  max-height: 4.4vw;
}

.reviews-images {
  min-width: 7.1vw;
  max-width: 7.1vw;
  min-height: 6.2vw;
  max-height: 6.2vw;
  position: absolute;
  inset: -2.2vw auto auto 0%;
}

.arrow-icon {
  min-width: 4.4vw;
  max-width: 4.4vw;
  min-height: 4.4vw;
  max-height: 4.4vw;
}

.footer-logo-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-right-flex {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  font-size: 1vw;
  line-height: 1.78vw;
}

.footer-link:hover {
  color: var(--light-grey);
}

.footer-link.w--current {
  color: #eee;
}

.footer-link.move-down {
  position: absolute;
  top: 100%;
}

.footer-link.move-down.w--current {
  color: #eee;
}

.footer-wrapper {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 2.2vw;
  padding-bottom: 2.2vw;
  display: flex;
}

.footer-flex {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 1.67vw;
  max-height: 1.67vw;
}

.footer-flex-bottom {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-text:hover {
  color: #eee;
}

.footer-line {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  background-color: var(--primary-aqua);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .07vw;
  display: flex;
}

.footer-footer-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.4vw;
  padding-bottom: 4.4vw;
  display: flex;
}

.footer-block {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.socials-wrapper {
  z-index: 1;
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.socials-wrapper.hero {
  margin-right: 1.11vw;
  transform: rotate(90deg);
}

.social-icon {
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--primary-aqua) 80%, var(--black) 90%);
  object-fit: cover;
  border-radius: 100%;
  min-width: 2.2vw;
  max-width: 2.2vw;
  min-height: 2.2vw;
  max-height: 2.2vw;
}

.social-icon.smaller {
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--white) 80%, var(--black) 90%);
  filter: invert();
  min-width: 1.1vw;
  max-width: 1.1vw;
  min-height: 1.1vw;
  max-height: 1.1vw;
}

.about-flex {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.centered-on-mobile {
  color: var(--primary-aqua);
}

.centered-on-mobile.serviced-title.services-title-2 {
  color: var(--primary-calm);
}

.centered-on-mobile.serviced-title.services-title-3 {
  color: var(--secondary-egyptianblue);
}

.about-icon {
  width: 2rem;
}

.space-top {
  min-height: 10rem;
}

.about-images-flex {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 5%;
  display: flex;
}

.about-images-flex.slide-from-right-animation.event-image {
  margin-top: 10vh;
}

.about-image {
  border-radius: 1.5rem;
  min-width: 32vw;
  max-width: 32vw;
  min-height: 22vw;
  max-height: 22vw;
  display: block;
}

.vision-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.vision-description-wrapper {
  max-width: 60vw;
  position: relative;
}

.vision-description {
  color: var(--white);
  text-align: center;
  line-height: 4.4vw;
}

.text-overlay {
  z-index: 3;
  background-color: #050505a6;
  width: 0%;
  min-height: 4.4vw;
  position: absolute;
  inset: 0% -.0625rem auto auto;
}

.text-overlay.row-02 {
  top: 4.4vw;
}

.text-overlay.row-03 {
  top: 8.8vw;
}

.teams-slider {
  background-color: var(--primary-aqua);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  min-width: 37.6vw;
  max-width: 37.6vw;
  min-height: 16.7vw;
  max-height: 16.7vw;
  display: flex;
  overflow: hidden;
}

.team-image {
  min-width: 16.7vw;
  max-width: 16.7vw;
  min-height: 16.7vw;
  max-height: 16.7vw;
}

.teams-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16.7vw;
  padding: 2.2vw;
  display: flex;
}

.teams-text-wrapper {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.awards-icon-wrapper {
  background-color: var(--primary-aqua);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 12vw;
  max-width: 12vw;
  min-height: 12vw;
  max-height: 12vw;
  margin-top: 0;
  padding-top: 8vw;
  padding-bottom: 8vw;
  display: flex;
}

.awards-icon-wrapper.services-1 {
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}

.awards-icon-wrapper.services-2 {
  background-color: var(--primary-calm);
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}

.awards-icon-wrapper.services-3 {
  background-color: var(--secondary-egyptianblue);
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}

.awards-wrapper {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.awards-card {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  border: .0625rem solid var(--primary-aqua);
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 8.9vw;
  padding-top: 8vw;
  padding-bottom: 8vw;
  padding-right: 4.4vw;
  display: flex;
  position: sticky;
  top: 0;
}

.awards-card.services-1 {
  border-radius: var(--border-radius);
  background-color: var(--dark-navy-bg-navy);
}

.awards-card.services-2 {
  border-color: var(--primary-calm);
  background-color: var(--dark-navy-bg-navy);
  border-radius: 24px;
}

.awards-card.services-3 {
  border-color: var(--secondary-egyptianblue);
  background-color: var(--dark-navy-bg-navy);
  border-radius: 24px;
}

.icon {
  min-width: 5vw;
  max-width: 5vw;
  min-height: 5vw;
  max-height: 5vw;
}

.card-large {
  border: .0625rem solid #f5f5f5;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  min-width: 44vw;
  max-width: 44vw;
  min-height: 29.9vw;
  max-height: 29.9vw;
  display: flex;
}

.card-large.no-border {
  border-width: 0;
}

.form-wrapper {
  width: 40.3vw;
  min-width: 40.3vw;
  max-width: 40.3vw;
}

.field-label {
  font-size: .9vw;
  line-height: 1.4vw;
}

.form-text-block {
  font-size: 1vw;
  line-height: 1.4vw;
}

.message-area {
  border: .1vw solid var(--secondary-egyptianblue);
  border-radius: var(--border-radius);
  background-color: var(--secondary-egyptianblue);
  color: var(--white);
  min-height: 7.8vw;
  margin-bottom: .6vw;
  padding: 1.1vw;
  font-size: 1vw;
  line-height: 1.4vw;
}

.message-area::placeholder {
  color: var(--light-grey);
}

.contact-card {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  border-radius: var(--border-radius);
  background-color: var(--secondary-egyptianblue);
  justify-content: flex-start;
  align-items: center;
  width: 25vw;
  min-height: 8.9vw;
  padding: 1.1vw 2.2vw;
  display: flex;
}

.icon-wrapper {
  background-color: var(--primary-aqua);
  text-align: center;
  border-radius: 4.2vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 4.4vw;
  height: 4.4vw;
  display: flex;
}

.contact-icon-image {
  min-width: 2.2vw;
  height: 2.2vw;
}

.utilities-icon {
  min-width: 2.8vw;
  height: 2.8vw;
}

.bottom-right-corner {
  border-top-left-radius: var(--border-radius);
  background-color: var(--dark-navy-bg-navy);
  min-width: 18vw;
  max-width: 18vw;
  min-height: 3vw;
  max-height: 3vw;
  position: absolute;
  inset: auto -.1vw -.1vw auto;
}

.brands-grid {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  opacity: .4;
  filter: invert();
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.logos-with-name-wrapper {
  z-index: 2;
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: baseline;
  min-width: 8.9vw;
  max-width: 8.9vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.skills-flex {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-17vw {
  max-width: 17vw;
}

.about-text {
  color: var(--primary-aqua);
  text-transform: uppercase;
  max-width: 49.99vw;
  font-size: 5vw;
  font-weight: 700;
}

.about-text.sub {
  opacity: .8;
  color: var(--white);
  font-weight: 400;
}

.about-description {
  text-align: right;
  align-self: flex-end;
  max-width: 33rem;
  font-family: Poppins, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 3vw;
  display: flex;
}

.about-block {
  flex-flow: column;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-image-absolute {
  border-radius: 100%;
  min-width: 20vw;
  max-width: 20vw;
  min-height: 20vw;
  max-height: 20vw;
  position: absolute;
  inset: 17.78vw 11.11vw auto auto;
  transform: rotate(5deg);
  box-shadow: -1.11vw 3.33vw 1.11vw -42vw #0003;
}

.about-image-absolute.back {
  filter: blur(1.22vw);
  top: 22.22vw;
  right: 14.44vw;
}

.show-on-mobile {
  display: none;
}

.button-arrow-wrapper {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  display: flex;
  overflow: hidden;
}

.button-with-circle-icon {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border: .1vw solid var(--light-grey);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12vw;
  padding: .14vw .28vw .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-absolute {
  margin-bottom: 0;
  font-size: 1.11vw;
  line-height: 1.89vw;
  display: none;
  position: absolute;
  left: 2.22vw;
}

.works-button {
  font-size: 1vw;
  line-height: 1.78vw;
}

.works-button-absolute {
  font-size: 1vw;
  line-height: 1.78vw;
  position: absolute;
  left: 0;
}

.hero-icon {
  min-width: 5vw;
  max-width: 5vw;
  min-height: 5vw;
  max-height: 5vw;
}

.cutout-image {
  justify-content: center;
  align-items: center;
  min-width: 4.44vw;
  max-width: 4.44vw;
  min-height: 10vw;
  max-height: 10vw;
  display: flex;
  position: absolute;
  top: 26.5vw;
  left: 0;
}

.image-absolute {
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
}

.works-title-image {
  min-width: 20.83vw;
  max-width: 20.83vw;
  min-height: 4.9vw;
  max-height: 4.9vw;
}

.works-title-image.left {
  min-height: 4.9vw;
  max-height: 4.9vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

.works-title-image.right {
  min-height: 4.9vw;
  max-height: 5.9vw;
  position: absolute;
  bottom: 0;
  right: 0;
}

.center-black {
  background-color: var(--dark-navy-bg-navy);
  min-width: 15%;
  max-width: 15%;
  min-height: 4.9vw;
  max-height: 4.9vw;
  position: absolute;
  bottom: 0;
}

.works-title {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 3.1vw;
  position: relative;
}

.works-gradient {
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  text-align: left;
  background-image: linear-gradient(#0000, #3b4b66);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 17.8vw;
  display: flex;
  position: absolute;
}

.heading-2.cta-medium.discord {
  color: var(--primary-aqua);
}

.hero-title-sub {
  text-transform: none;
  font-size: 4.2vw;
  font-weight: 700;
  line-height: 7.8vw;
}

.body {
  background-color: var(--dark-navy-bg-navy);
}

.hero_label {
  align-self: center;
  display: flex;
}

.center_fullwidth {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  background-color: var(--dark-navy-bg-navy);
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  font-size: 5vw;
  display: flex;
}

.center-title-wrapper_fullwidth {
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.highlight {
  background-color: var(--secondary-egyptianblue);
  width: 32%;
  height: 90%;
  position: absolute;
  top: 3%;
  bottom: 0%;
  right: auto;
  overflow: visible;
  transform: rotate(-1deg);
}

.hero_label_text {
  z-index: 1;
  letter-spacing: -.05vw;
  align-self: center;
  padding: 0 20px;
  font-size: 2vw;
  display: flex;
  position: relative;
}

.hero-image_3d {
  border-top-right-radius: var(--border-radius);
  object-fit: cover;
  align-self: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 18%;
}

.hero-image_3d.deskstop {
  pointer-events: none;
  width: 200%;
  position: absolute;
  top: auto;
  bottom: 0;
}

.hero-image_3d.tablet, .hero-image_3d.mobile {
  pointer-events: none;
  display: none;
}

.hero-image_3d.mp4 {
  width: 105%;
  display: none;
  top: auto;
  bottom: 0;
}

.curve_right {
  object-fit: cover;
  min-width: 1.67vw;
  max-width: 1.67vw;
  min-height: 1.67vw;
  max-height: 1.67vw;
  position: relative;
  transform: rotate(90deg);
}

.curve_right.absolute-top-right {
  position: absolute;
  inset: -1.665vw -.02vw auto auto;
  transform: rotate(180deg);
}

.curve_right.absolute-buttom-left {
  position: absolute;
  inset: auto auto -.02vw -1.665vw;
  transform: rotate(180deg);
}

.curve_right.hide-on-mobile-portrait {
  position: relative;
}

.full_remainwidth {
  flex: 1;
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.card_title {
  font-size: 2.1vw;
  line-height: 2.5vw;
}

.card_col2 {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-flow: column;
  display: flex;
}

.metrics-card-50 {
  border: .07vw solid var(--light-grey);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 20vw;
  height: auto;
  min-height: 25vw;
  max-height: 25vw;
  padding: 3.3vw 2.2vw;
  display: flex;
  position: relative;
}

.metrics-card-50.service-cards-left {
  width: 323px;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 150px;
  margin-bottom: 20px;
}

.metrics-card-50.service-cards-right {
  width: 323px;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 20px;
}

.padding-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.metrics-grid-quarter-2 {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.amounthero {
  font-size: 5vw;
  font-weight: 700;
}

.metrics-grid-quarter-3 {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.fdv {
  grid-column-gap: .55vw;
  grid-row-gap: .55vw;
  border: .07vw solid var(--light-grey);
  border-radius: var(--border-radius);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.metrics-flex-hor {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.metrics-flex-hor.space-between {
  justify-content: space-between;
}

.metrics-flex-hor.space-between.align-center {
  align-items: center;
}

.metrics-flex-hor.space-between.hor {
  flex-flow: column;
}

.metrics-flex-hor.sche {
  align-items: stretch;
}

.metrics-grid-quarter-5 {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
}

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

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

.project-button {
  margin-top: 5px;
  margin-bottom: 5px;
}

.paragraph {
  text-align: left;
}

.paragraph.services-text {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.11vw;
  font-weight: 300;
}

.paragraph.keyword-text {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.flex-block {
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
}

.heading-4, .heading-5, .heading-6, .heading-7 {
  text-align: center;
}

.image {
  align-self: center;
}

.collection-item {
  width: 28vw;
}

.sc-heading {
  z-index: 2;
  text-align: center;
  max-width: 1030px;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 400;
  position: relative;
}

.subtitle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  display: flex;
}

.subtitle.event-photo {
  margin-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.sticky-container {
  z-index: 0;
  pointer-events: none;
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #00000040;
  border: .07vw solid #f9f9f980;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: 100%;
  padding: 40px 24px;
  display: flex;
}

.background-video {
  z-index: -1;
  height: 1000px;
  position: absolute;
  inset: 0%;
}

.projects-row {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: start center;
  width: 100%;
  display: grid;
  position: relative;
  top: auto;
}

.paragraph-4 {
  color: #080808;
  height: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.paragraph-6 {
  text-align: right;
  width: auto;
}

.sticky-projects {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 2000px;
  display: flex;
  position: relative;
}

.paragraph-5 {
  color: #4d4d4d;
}

.project {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.project._2, .project._4 {
  margin-top: 150px;
}

.sc-circles {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.about-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.sc-circle-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  position: absolute;
}

.sc-icon-2 {
  filter: blur(2px);
  transform: rotate(-30deg);
}

.sc-heading-2 {
  z-index: 2;
  text-align: center;
  max-width: 1030px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.sc-circle-big {
  z-index: 2;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 504px;
  height: 504px;
  display: flex;
  position: relative;
}

.sc-circle-text {
  z-index: 2;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.sc-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  inset: 0% auto;
}

.button-text-2 {
  z-index: 2;
  color: #000;
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  position: relative;
}

.sc-icon-4 {
  filter: blur(2px);
  transform: rotate(90deg);
}

.paragraph-25px {
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 130%;
}

.about-heading {
  color: #ffffff1a;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.about-heading.fill-text {
  color: #fff;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about-heading.fill-text._1 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading.fill-text._1.about-text, .about-heading.fill-text._2.about-text, .about-heading.fill-text._3.about-text {
  font-size: 5vw;
}

.about-heading.fill-text._2 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading.fill-text._2.about-text {
  font-size: 5vw;
}

.about-heading.fill-text._3 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading.fill-text._3.about-text, .about-heading.about-1, .about-heading.about-text {
  font-size: 5vw;
}

.section-2 {
  position: relative;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.sc-icon-6 {
  filter: blur(2px);
  transform: rotate(60deg);
}

.sticky-discover {
  height: 560vh;
  min-height: 4500px;
  margin-bottom: 160px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: sticky;
}

.sc-overflow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.sc-icon {
  width: 31px;
}

.sc-icon._5 {
  opacity: .3;
  width: 37px;
  position: absolute;
  top: 386.25px;
  right: 54%;
}

.sc-icon._1 {
  position: absolute;
  inset: 30% auto auto 27%;
}

.sc-icon._6 {
  opacity: .3;
  width: 37px;
  position: absolute;
  top: 27%;
  right: 33%;
}

.sc-icon._5 {
  opacity: .3;
  width: 37px;
  position: absolute;
  inset: auto auto 20% 40%;
}

.sc-icon._6 {
  opacity: .3;
  width: 37px;
  position: absolute;
  inset: 20% auto auto 40%;
}

.sc-icon._5 {
  opacity: .3;
  width: 37px;
  display: block;
  position: absolute;
  inset: auto auto 20% 40%;
}

.sc-icon._4 {
  width: 57px;
  position: absolute;
  inset: 30% 20% auto auto;
}

.sc-icon._3 {
  z-index: 3;
  opacity: .4;
  width: 31px;
  position: absolute;
  inset: auto 30% 20% auto;
}

.sc-icon._2 {
  opacity: .3;
  width: 37px;
  position: absolute;
  top: 593.25px;
  left: 34%;
}

.sc-spline {
  z-index: 3;
  pointer-events: none;
  width: 100%;
  height: 600px;
  position: relative;
  top: 46px;
  left: 35px;
}

.sc-radial {
  z-index: 1;
  filter: blur(170px);
  background-image: linear-gradient(#60f5ff, #fff0);
  border-radius: 100%;
  width: 406px;
  height: 406px;
  position: absolute;
  inset: auto;
}

.sc-icon-3, .sc-icon-5 {
  filter: blur(2px);
}

.button-2 {
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-hover {
  background-color: #c1b015;
  border-radius: 100%;
  width: 101%;
  height: 90px;
  position: absolute;
}

.paragraph-12px {
  font-size: 12px;
}

.paragraph-12px.p-sc {
  letter-spacing: .12em;
}

.about-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
}

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

.container-2 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 60px;
}

.container-2.c-discover {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sc-circle-small {
  z-index: 4;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.sc-icon-1 {
  filter: blur(2px);
}

.sc-heading-3 {
  z-index: 2;
  text-align: center;
  max-width: 1030px;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 400;
  position: relative;
}

.paragraph-7 {
  color: #080808;
  height: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.paragraph-8 {
  text-align: right;
  width: auto;
}

.paragraph-9 {
  color: #4d4d4d;
}

.sc-heading-4 {
  z-index: 2;
  text-align: center;
  max-width: 1030px;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 400;
  position: relative;
}

.paragraph-10 {
  color: #fff;
  height: auto;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.paragraph-11 {
  text-align: right;
  width: auto;
}

.paragraph-12 {
  color: #fff;
}

.sc-heading-5, .sc-heading-6 {
  z-index: 2;
  text-align: center;
  max-width: 1030px;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 400;
  position: relative;
}

.wellicon {
  filter: blur(2px);
}

.wellicon.yoga {
  filter: blur();
  width: 40px;
  height: 40px;
}

.wellitem {
  z-index: 4;
  grid-row-gap: 5px;
  border: 1px #ffffff80;
  border-radius: 5%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 225px;
  padding: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.wellitem._4 {
  width: 420px;
  height: 280px;
}

.sc-content-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1000px;
  display: flex;
  position: sticky;
  inset: 0% auto;
}

.sc-radial-2 {
  z-index: 1;
  filter: blur(170px);
  background-image: linear-gradient(#00a9fe, #fff0);
  border-radius: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: auto;
}

.sc-circles-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1200px;
  display: flex;
  position: absolute;
  top: 0;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  min-height: 720px;
  margin-top: 48px;
  padding-top: 96px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: visible;
}

.sc-icon-7 {
  filter: blur(2px);
  transform: rotate(-30deg);
}

.sc-spline-2 {
  z-index: 3;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 59px;
}

.sc-spline-2.mobile {
  display: none;
}

.about-wrapper-2 {
  align-items: center;
  width: 100%;
  font-size: 24px;
  display: flex;
  position: relative;
}

.sc-circle-big-2 {
  z-index: 2;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 504px;
  height: 504px;
  display: flex;
  position: relative;
}

.paragraph-25px-2 {
  letter-spacing: -.02em;
  text-transform: none;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.sticky-discover-2 {
  height: 4000px;
  position: relative;
}

.sc-icon-8 {
  filter: blur(2px);
  transform: rotate(90deg);
}

.about-heading-2 {
  color: #ffffff1a;
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.about-heading-2.fill-text {
  color: #fff;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about-heading-2.fill-text._1 {
  width: 100%;
  font-size: 24px;
}

.paragraph-16px {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.paragraph-16px.center {
  text-align: center;
}

.sc-icon-9 {
  filter: blur(2px);
  transform: rotate(60deg);
}

.wellfeature {
  position: absolute;
  top: 15%;
  left: 25%;
}

.wellfeature._4 {
  width: 420px;
  height: 280px;
  position: absolute;
  top: 80%;
  left: auto;
  right: 5%;
}

.wellfeature._2 {
  width: 360px;
  height: 225px;
  position: absolute;
  top: 100%;
  left: 5%;
}

.wellfeature._3 {
  width: 360px;
  height: 225px;
  position: absolute;
  top: 10%;
  left: auto;
  right: 2%;
}

.wellfeature._1 {
  z-index: 30;
  width: 360px;
  height: 225px;
  position: absolute;
  top: 0%;
  left: 10%;
  right: auto;
}

.sc-circle-text-2 {
  z-index: 2;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 60px;
}

.container-3.c-discover {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sc-icon-10 {
  filter: blur(2px);
}

.sc-overflow-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.paragraph-12px-2 {
  text-align: center;
  font-size: 12px;
}

.paragraph-12px-2.grey {
  color: #999;
  margin-bottom: 8px;
  font-weight: 400;
}

.paragraph-12px-2.p-sc {
  letter-spacing: .12em;
}

.sc-icon-11 {
  filter: blur(2px);
}

.sc-radial-3 {
  z-index: 1;
  filter: blur(170px);
  background-image: linear-gradient(#00a9fe, #fff0);
  border-radius: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: auto;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  min-height: 720px;
  margin-top: 48px;
  padding-top: 96px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: visible;
}

.sc-icon-12 {
  filter: blur(2px);
  transform: rotate(-30deg);
}

.sc-spline-3 {
  z-index: 3;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 59px;
}

.sc-spline-3.desktop {
  width: 200%;
  height: 80%;
  display: block;
}

.sc-spline-3.mobile {
  width: 50%;
  height: 1000%;
}

.sc-spline-3.tablet {
  display: none;
}

.sc-spline-3.tablet2 {
  width: 50%;
  height: 1000%;
}

.sc-spline-3.mobile {
  display: none;
}

.sc-circle-big-3 {
  z-index: 2;
  border: 0 solid #ffffff1a;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 650px;
  height: 620px;
  display: flex;
  position: relative;
}

.paragraph-25px-3 {
  letter-spacing: -.02em;
  text-transform: none;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.sticky-discover-3 {
  height: 4000px;
  position: relative;
}

.sc-icon-13 {
  filter: blur(1px);
  transform: rotate(18deg);
}

.about-heading-3 {
  color: #ffffff1a;
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.about-heading-3.fill-text {
  color: #fff;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about-heading-3.fill-text._1 {
  width: 100%;
  font-size: 24px;
}

.sc-icon-14 {
  filter: blur(1px);
  transform: rotate(60deg);
}

.sc-icon-15 {
  filter: blur(2px);
}

.paragraph-12px-3 {
  text-align: center;
  font-size: 12px;
}

.paragraph-12px-3.grey {
  color: #999;
  margin-bottom: 8px;
  font-weight: 400;
}

.paragraph-12px-3.p-sc {
  letter-spacing: .12em;
}

.sc-icon-16 {
  filter: blur(2px);
}

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

.heading-9 {
  text-align: center;
  -webkit-text-stroke-color: var(--primary-aqua);
  text-transform: uppercase;
  max-width: 1000px;
  font-size: 4vw;
  font-weight: 700;
  line-height: 5vw;
}

.service-heading {
  text-align: center;
  font-weight: 500;
}

.about-wrapper-3 {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.tw-heading {
  color: #ffffff1a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 43px;
  font-weight: 300;
  line-height: 140%;
  position: relative;
}

.tw-heading.fill-text {
  color: #fff;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.tw-heading.fill-text._1 {
  width: 100%;
}

.text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 870px;
}

.text-wrapper-card {
  background-color: #212121;
  border: 1px solid #2e2e2e;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.text-wrapper-card._3 {
  position: absolute;
  left: 25.5%;
}

.text-wrapper-card._1 {
  transform-origin: 50% 100%;
  background-color: #212121;
  position: absolute;
  inset: auto 0% auto 37%;
}

.text-wrapper-card._2 {
  position: absolute;
  left: auto;
  right: 59px;
}

.section-5 {
  position: relative;
}

.tw-card-linear {
  background-image: linear-gradient(#0000 31%, #121212);
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-wrapper-card-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.text-wrapper-card-image._1 {
  transform: rotate(70deg);
}

.container-4 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 60px;
}

.container-4.c-discover {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-wrapper-4 {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-6 {
  position: relative;
}

.about-wrapper-5 {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-7 {
  position: relative;
}

.video {
  z-index: -1;
  width: 50%;
  height: 100%;
  display: block;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.background-video-2, .background-video-3, .background-video-4 {
  border-radius: 20px;
  width: 100%;
  height: 225px;
  min-height: 50%;
  display: block;
}

.background-video-5 {
  border-radius: 20px;
  width: 100%;
  height: 280px;
  min-height: 50%;
  display: block;
}

.center-video {
  align-self: center;
  width: 100%;
  height: 1000%;
  position: relative;
  top: -23px;
  left: 0%;
}

.center-video._4 {
  width: 360px;
  height: 225px;
  position: absolute;
  inset: 50% -40% 10% auto;
}

.center-video._2 {
  width: 360px;
  height: 225px;
  position: absolute;
  inset: 50% auto 10% -40%;
}

.center-video._3 {
  width: 360px;
  height: 225px;
  position: absolute;
  top: -20%;
  left: auto;
  right: -30%;
}

.center-video._1 {
  z-index: 30;
  width: 360px;
  height: 225px;
  position: absolute;
  top: -20%;
  left: -30%;
  right: auto;
}

.center-item {
  z-index: 4;
  grid-row-gap: 5px;
  border: 1px #ffffff80;
  border-radius: 5%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 680px;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  left: 19%;
  right: 0%;
  overflow: hidden;
}

.background-video-6 {
  border-radius: 20px;
  width: 100%;
  height: 225px;
  min-height: 50%;
  display: block;
}

.about-wrapper-6 {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-8 {
  align-self: flex-start;
  position: relative;
}

.about-wrapper-7, .about-wrapper-8, .about-wrapper-9, .about-wrapper-7b, .about-wrapper-7c {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.about-heading-1a {
  color: #ffffff1a;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.about-heading-1a.fill-text {
  color: #fff;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about-heading-1a.fill-text._1 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading-1a.fill-text._1.about-text, .about-heading-1a.fill-text._2.about-text, .about-heading-1a.fill-text._3.about-text {
  font-size: 5vw;
}

.about-heading-1a.fill-text._2 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading-1a.fill-text._2.about-text {
  font-size: 5vw;
}

.about-heading-1a.fill-text._3 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading-1a.fill-text._3.about-text, .about-heading-1a.about-1, .about-heading-1a.about-text {
  font-size: 5vw;
}

.about-heading-1b {
  color: #ffffff1a;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.about-heading-1b.fill-text {
  color: #fff;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about-heading-1b.fill-text._1 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading-1b.fill-text._1.about-text {
  color: #fff;
  font-size: 5vw;
}

.about-heading-1b.fill-text._2.about-text, .about-heading-1b.fill-text._3.about-text {
  font-size: 5vw;
}

.about-heading-1b.fill-text._2 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading-1b.fill-text._2.about-text {
  font-size: 5vw;
}

.about-heading-1b.fill-text._3 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading-1b.fill-text._3.about-text, .about-heading-1b.about-1, .about-heading-1b.about-text {
  font-size: 5vw;
}

.about-heading-2a {
  color: #ffffff1a;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.about-heading-2a.fill-text {
  color: #fff;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about-heading-2a.fill-text._1 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading-2a.fill-text._1.about-text, .about-heading-2a.fill-text._2.about-text, .about-heading-2a.fill-text._3.about-text {
  font-size: 5vw;
}

.about-heading-2a.fill-text._2 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading-2a.fill-text._2.about-text {
  font-size: 5vw;
}

.about-heading-2a.fill-text._3 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading-2a.fill-text._3.about-text, .about-heading-2a.about-1, .about-heading-2a.about-text {
  font-size: 5vw;
}

.about-heading-2b {
  color: #ffffff1a;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.about-heading-2b.fill-text {
  color: #fff;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about-heading-2b.fill-text._1 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading-2b.fill-text._1.about-text, .about-heading-2b.fill-text._2.about-text, .about-heading-2b.fill-text._3.about-text {
  font-size: 5vw;
}

.about-heading-2b.fill-text._2 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading-2b.fill-text._2.about-text {
  color: #fff;
  font-size: 5vw;
}

.about-heading-2b.fill-text._3 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading-2b.fill-text._3.about-text, .about-heading-2b.about-1, .about-heading-2b.about-text {
  font-size: 5vw;
}

.about-heading-3a {
  color: #ffffff1a;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.about-heading-3a.fill-text {
  color: #fff;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about-heading-3a.fill-text._1 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading-3a.fill-text._1.about-text, .about-heading-3a.fill-text._2.about-text, .about-heading-3a.fill-text._3.about-text {
  font-size: 5vw;
}

.about-heading-3a.fill-text._2 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading-3a.fill-text._2.about-text {
  font-size: 5vw;
}

.about-heading-3a.fill-text._3 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading-3a.fill-text._3.about-text, .about-heading-3a.about-1, .about-heading-3a.about-text {
  font-size: 5vw;
}

.about-heading-3b {
  color: #ffffff1a;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.about-heading-3b.fill-text {
  color: #fff;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about-heading-3b.fill-text._1 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading-3b.fill-text._1.about-text, .about-heading-3b.fill-text._2.about-text, .about-heading-3b.fill-text._3.about-text {
  font-size: 5vw;
}

.about-heading-3b.fill-text._2 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading-3b.fill-text._2.about-text {
  font-size: 5vw;
}

.about-heading-3b.fill-text._3 {
  text-transform: none;
  width: 100%;
  font-size: 4vw;
}

.about-heading-3b.fill-text._3.about-text {
  color: #fff;
  font-size: 5vw;
}

.about-heading-3b.about-1, .about-heading-3b.about-text {
  font-size: 5vw;
}

.heading-10 {
  align-self: flex-end;
}

.hero-icon-sticker {
  min-width: 8vw;
  max-width: 8vw;
  min-height: 8vw;
  max-height: 8vw;
  position: absolute;
  inset: 2vw 2vw 0% auto;
}

.sc-spline-4 {
  z-index: 3;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 59px;
}

.sc-spline-4.mobile {
  display: none;
}

.sc-spline-4.desktop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 1000%;
  display: block;
}

.div-block {
  align-self: flex-end;
  min-width: 20vw;
  max-width: 20vw;
  min-height: 20vw;
  max-height: 235vw;
  display: flex;
  position: fixed;
}

.sc-spline-3-copy {
  z-index: 3;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 59px;
}

.sc-spline-3-copy.mobile {
  display: none;
}

.sc-spline-3-copy.desktop {
  width: 100%;
  height: 1000%;
}

.back-to-top {
  z-index: 20;
  background-color: var(--primary-crayola);
  color: var(--primary-crayola);
  -webkit-text-stroke-color: var(--primary-crayola);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.8vw;
  min-width: 48px;
  max-width: 80px;
  height: 2.8vw;
  min-height: 48px;
  max-height: 80px;
  margin: 24px;
  display: flex;
  position: fixed;
  bottom: 0%;
  right: 0;
  overflow: hidden;
}

.back-to-top:hover {
  background-color: var(--secondary-egyptianblue);
}

.back-to-top.w--current {
  background-color: var(--primary-crayola);
  transition: color .3s;
  position: fixed;
  inset: auto 5% -10% auto;
}

.top-icon {
  width: .9vw;
  min-width: 16px;
  max-width: 24px;
  height: .9vw;
  min-height: 16px;
  max-height: 24px;
  transition: opacity .2s;
}

.top-icon:hover {
  opacity: .7;
}

.top-icon.works-arrow {
  min-width: .78vw;
  max-width: .78vw;
  min-height: .78vw;
  max-height: .78vw;
}

.scroll-to-top {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  display: flex;
  position: fixed;
  top: 0;
}

.backtotop2 {
  z-index: 20;
  background-color: var(--white);
  color: var(--transparent);
  -webkit-text-stroke-color: var(--transparent);
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  margin-right: 24px;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.backtotop2:hover {
  background-color: var(--secondary-egyptianblue);
}

.backtotop2.w--current {
  background-color: var(--transparent);
  color: var(--transparent);
}

.backtotop2.holder {
  background-color: var(--primary-crayola);
}

.menu_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.services-container--2 {
  width: 100%;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 2.5vw;
  overflow: hidden;
}

.top {
  width: 100vw;
  height: 1px;
}

@media screen and (min-width: 1280px) {
  .section.cta {
    background-image: url('../images/bg1b.jpg');
  }

  .section.investphoto {
    height: 120vw;
    max-height: 800px;
    margin-top: 140px;
    margin-bottom: 120px;
  }

  .reviews-slider-wrapper.slide-from-left-animation {
    align-items: flex-start;
    position: relative;
  }

  .services-title {
    line-height: 5vw;
  }

  .metrics-card.higher.card_bg {
    background-image: url('../images/Highlight_banner_2b.jpg');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .about-image-absolute {
    min-width: 18vw;
    max-width: 18vw;
    min-height: 18vw;
    max-height: 18vw;
    transform: rotate(5deg);
    box-shadow: -1.11vw 3.33vw 1.11vw -23vw #0003;
  }

  .about-image-absolute.back {
    filter: blur(.8vw);
  }

  .heading-2 {
    font-size: 5.5vw;
  }

  .hero_label_text {
    padding-left: 20px;
  }

  .heading-3 {
    font-size: 4vw;
  }

  .sticky-projects {
    height: 2200px;
  }

  .sticky-discover {
    height: 540vh;
    min-height: 540vh;
    max-height: 540vh;
  }

  .heading-9 {
    text-transform: uppercase;
    font-size: 5vw;
    font-weight: 700;
    line-height: 6vw;
  }
}

@media screen and (min-width: 1440px) {
  .section.height-300vw.pending-top-80px {
    margin-top: 100px;
  }

  .section.investphoto {
    height: 120vw;
    margin-top: 140px;
    margin-bottom: 120px;
  }

  .sticky-projects {
    height: 2200px;
  }

  .sticky-discover {
    height: 540vh;
    min-height: 540vh;
    max-height: 540vh;
  }
}

@media screen and (min-width: 1920px) {
  .space-112px.event._1, .space-112px.event._2 {
    max-height: 100px;
  }

  .section.height-300vw.pending-top-80px {
    height: 300vw;
  }

  .section.investphoto {
    height: 160vw;
    min-height: 0;
    max-height: 1200px;
    margin-bottom: 80px;
    position: static;
  }

  .services-front {
    width: 20vw;
    max-width: none;
    height: 20vw;
    max-height: none;
  }

  .works-title-flex.space-between {
    align-self: center;
  }

  .services-card, .services-back {
    width: 20vw;
    max-width: none;
    height: 20vw;
    max-height: none;
  }

  .services-title {
    text-align: center;
    align-self: center;
    line-height: 3.5vw;
  }

  .services-wrapper, .services-link-wrapper {
    width: 20vw;
    max-width: none;
    height: 20vw;
    max-height: none;
  }

  .about-image {
    max-height: 82.0228%;
  }

  .hero_label {
    justify-content: flex-start;
  }

  .hero-image_3d.deskstop {
    width: 200%;
  }

  .collection-item {
    width: 20vw;
    max-width: none;
    max-height: none;
  }

  .feature {
    width: 30vw;
    max-width: none;
  }

  .background-video {
    height: 100vh;
  }

  .projects-row {
    max-width: none;
  }

  .sticky-projects {
    height: auto;
  }

  .sticky-discover {
    height: 530vh;
    min-height: auto;
    max-height: 5200px;
  }

  .sc-icon._4 {
    top: 45%;
    right: 25%;
  }

  .about-content {
    max-width: 1300px;
  }

  .sc-circle-small {
    width: 100vw;
    height: 100vh;
    overflow: clip;
  }

  .sc-radial-2 {
    display: block;
  }

  .sc-circles-2 {
    top: 5.5vw;
  }

  .sc-circle-text-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    height: 100%;
  }

  .sc-radial-3 {
    display: block;
  }

  .sc-spline-3.desktop {
    top: 0;
    bottom: auto;
  }

  .heading-9 {
    max-width: none;
    position: relative;
  }

  .container-4.c-discover {
    max-width: 1440px;
  }

  .video {
    height: 1500px;
  }

  .section-8 {
    left: 10vw;
  }

  .about-heading-1a.about-1.about-text {
    width: auto;
  }

  .about-heading-1a.about-text, .about-heading-1b.fill-text._1.about-text, .about-heading-2a.about-text, .about-heading-2b.fill-text._2.about-text, .about-heading-3a.about-text, .about-heading-3b.fill-text._3.about-text {
    font-size: 92px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: .88rem;
    line-height: 1.25rem;
  }

  h1 {
    letter-spacing: -.0625rem;
    font-size: 4rem;
    line-height: 4.5rem;
  }

  h2 {
    letter-spacing: -.06rem;
    font-size: 3.5rem;
    line-height: 4rem;
  }

  h3 {
    letter-spacing: -.0625rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h4 {
    letter-spacing: -.0625rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h5 {
    letter-spacing: .13rem;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  h6 {
    letter-spacing: .125rem;
    font-size: .7rem;
    line-height: 1.2rem;
  }

  p {
    letter-spacing: .06rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  a {
    letter-spacing: .06rem;
    font-size: .9rem;
    line-height: 1.6rem;
  }

  ul {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 2.5rem;
  }

  li {
    letter-spacing: .06rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  blockquote {
    margin-bottom: 0;
    padding: .5rem 0 .5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .space-112px {
    min-height: 7rem;
    display: block;
  }

  .space-112px.event._1, .space-112px.event._2 {
    display: none;
  }

  .space-112px.hero {
    min-height: 4.5rem;
  }

  .space-32px {
    min-height: 2rem;
  }

  .space-16px {
    min-height: 1rem;
  }

  .section {
    position: relative;
  }

  .section.height-300vw, .section.height-200vw {
    height: auto;
  }

  .section.padding-top-24px {
    overflow: hidden;
  }

  .section.cta {
    background-image: url('../images/bg1c.jpg');
  }

  .section.padding-upper {
    padding-top: 60px;
  }

  .section.investphoto {
    height: 200rem;
    margin-top: 60px;
  }

  .container.padding-72px {
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.padding-216px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container.about-stick {
    position: static;
  }

  .container.padding-144px {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .space-64px {
    min-height: 4rem;
  }

  .submit-button {
    letter-spacing: .0625rem;
    border-radius: 1.5rem;
    padding: .7rem 2rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .faq-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .max-width-480px {
    max-width: 30rem;
  }

  .navbar {
    height: 4.5rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo-link-wrapper {
    z-index: 999;
    min-height: auto;
  }

  .nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 2rem;
    line-height: 6rem;
    display: flex;
  }

  .nav-menu {
    background-color: var(--secondary-egyptianblue);
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8rem;
    position: fixed;
    inset: 0%;
  }

  .trigger {
    min-height: 7rem;
  }

  .faq-wrapper {
    grid-column-gap: 2.22rem;
    grid-row-gap: 2.22rem;
    width: 100%;
  }

  .dropdown-toggle {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq-flex {
    grid-column-gap: 1.88rem;
  }

  .faq-icon {
    min-width: 1.88rem;
    max-width: 1.88rem;
    min-height: 1.88rem;
    max-height: 1.88rem;
  }

  .contact-success-message {
    border-width: .1rem;
    border-radius: 1.25rem;
    padding: 1.5rem 2rem;
  }

  .text-field {
    border-width: .1rem;
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .88rem;
    line-height: 1.25rem;
  }

  .contact-error-message {
    margin-top: 2rem;
    padding: 1.5rem 2rem;
  }

  .utilities-side-bar {
    border-right-width: .06rem;
    min-width: 20rem;
    max-width: 20rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
    top: 2rem;
  }

  .utilities-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .utilities-flex-title {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .utilities-wrapper {
    width: 100%;
  }

  .background-black {
    padding: 1.25rem;
  }

  .utilities-line {
    min-width: 2rem;
    min-height: .25rem;
  }

  .utilities-line-spacer {
    min-height: .06rem;
  }

  .logo {
    min-height: 2rem;
    max-height: 2rem;
  }

  .image-wrapper {
    min-height: auto;
    max-height: none;
  }

  .title-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .text-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .services-card-wrapper {
    flex-wrap: wrap-reverse;
  }

  .works-details {
    max-width: 37.5rem;
  }

  .works-rich-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .services-details {
    max-width: 37.5rem;
  }

  .services-rich-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flex {
    grid-column-gap: .7rem;
  }

  .works-grid-thirds {
    grid-column-gap: 2rem;
  }

  .service-project-title {
    font-size: 5.625rem;
    line-height: 5.625rem;
  }

  .nav-link-wrapper {
    display: block;
  }

  .caps.keyword {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .contact-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    justify-content: center;
  }

  .faq-main-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-wrap: wrap;
  }

  .hide-on-tab {
    display: none;
  }

  .works-big-image {
    min-height: 33.75rem;
    max-height: 33.75rem;
  }

  .slide-up-animation {
    width: 100%;
    padding-left: 0;
  }

  .utitlities-title-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .packages-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .wrapper-thirds {
    max-width: 60rem;
  }

  .price-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 3rem 1rem 3rem 4rem;
  }

  .price-card-title {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }

  .bulleted-description-wrapper {
    max-width: 15rem;
    margin-bottom: .6rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .bulleted-description {
    border-bottom-width: .1rem;
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .button {
    letter-spacing: .0625rem;
    padding: .7rem 2rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .page-grid {
    grid-column-gap: 3.8rem;
    grid-row-gap: 3.8rem;
    flex-direction: column;
    display: flex;
  }

  .side-bar-left {
    margin-top: 0;
    position: static;
  }

  .package-button-wrapper {
    margin-top: 1.3rem;
  }

  .fix-scroll-container-products {
    max-width: 100%;
  }

  .row-content {
    width: 100%;
  }

  .brochure-card {
    grid-row-gap: 1rem;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 2.3rem 2rem;
  }

  .package-text-wrapper {
    width: 100%;
  }

  .products-title {
    white-space: normal;
  }

  .font-black {
    color: var(--black);
    -webkit-text-stroke-color: var(--black);
  }

  .nav-container {
    justify-content: flex-start;
    margin-left: auto;
  }

  .outline-white {
    -webkit-text-stroke-width: .0625rem;
  }

  .button-text {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .title-wrapper {
    width: 90%;
  }

  .title-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .lightbox-link {
    min-height: 33.75rem;
    max-height: 33.75rem;
    margin-bottom: 2rem;
  }

  .package-title {
    max-width: 37.5rem;
  }

  .faq-question {
    font-size: 1.5rem;
    line-height: 2.13rem;
  }

  .cart-button {
    margin-left: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
  }

  .cart-quantity {
    min-width: 1rem;
    height: 1rem;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 0;
  }

  .cart-container {
    min-width: 20rem;
    max-width: 30rem;
    font-size: .88rem;
    line-height: 1.25rem;
    box-shadow: 0 .31rem 1.56rem #00000040;
  }

  .main-cart-quantity {
    line-height: 1.25rem;
  }

  .icon-wrapper-circle {
    min-width: 4.5rem;
    max-width: 4.5rem;
    min-height: 4.5rem;
    max-height: 4.5rem;
  }

  .page-title-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .page-title-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
  }

  .page-title-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .menu-button {
    z-index: 999;
    background-color: #0000;
    padding: 1rem 0 1rem 1rem;
    display: none;
  }

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

  .menu-button.mobile {
    display: none;
  }

  .burger-icon {
    color: var(--black);
    font-size: 1.875rem;
  }

  .burger-icon.invert {
    display: none;
  }

  .works-block {
    grid-row-gap: 2rem;
  }

  .reviews-slider-wrapper {
    flex-direction: column;
  }

  .reviews-arrow {
    position: relative;
  }

  .reviews-arrow.left {
    bottom: 3rem;
  }

  .reviews-arrow.right {
    bottom: 5rem;
    right: 0;
  }

  .services-title-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .services-title-huge {
    font-size: 4rem;
    line-height: 5rem;
  }

  .services-title-huge.outline-white {
    text-align: center;
    font-size: 4rem;
    line-height: 4rem;
  }

  .services-title-huge.text-2 {
    line-height: 4rem;
  }

  .badge.absolute-top-right {
    top: 2rem;
    right: 2rem;
  }

  .price-card-description-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
  }

  .price-title-wrapper {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .not-centered, .price-title {
    text-align: center;
  }

  .projects-title-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
  }

  .flex-title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .works-description {
    max-width: 20.625rem;
  }

  .projects-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .works-details-info {
    border-bottom-width: .1rem;
    min-width: 15rem;
    max-width: 15rem;
    padding-bottom: .5rem;
  }

  .large-title {
    font-size: 6rem;
    line-height: 4.5rem;
  }

  .space-page-top {
    min-height: 10rem;
  }

  .teams-slider-wrapper {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    min-height: 20rem;
    max-height: 20rem;
  }

  .slides {
    margin-right: 2rem;
  }

  .team-mask {
    max-width: 33.75rem;
  }

  .contact-flex {
    flex-flow: wrap;
  }

  .contact-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero-image {
    background-image: url('../images/Bg_Hero_MedHi_Responsive.jpg');
    max-height: 50.8rem;
    display: block;
  }

  .arrow-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    top: 2.75rem;
    left: 2.75rem;
  }

  .avatar-image {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .about-avatars-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 9rem;
  }

  .about-avatars-flex.absolute {
    bottom: 2rem;
    left: 2rem;
  }

  .spinner-image {
    width: 7rem;
    height: 7rem;
  }

  .avatar-a {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .avatar-c {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
    left: 5rem;
  }

  .center-title-wrapper {
    min-height: 5rem;
    max-height: 5rem;
  }

  .arrow {
    min-width: .8rem;
    max-width: .8rem;
    min-height: .8rem;
    max-height: .8rem;
  }

  .arrow.works-arrow {
    min-width: .7rem;
    max-width: .7rem;
    min-height: .7rem;
    max-height: .7rem;
  }

  .hero-wrapper {
    background-image: none;
    min-width: 100%;
    max-width: 100%;
    min-height: 50.8rem;
    max-height: 50.8rem;
  }

  .hero-title {
    align-self: flex-start;
    width: 100%;
    font-size: 4rem;
    line-height: 5rem;
  }

  .avatar-b {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
    left: 2.5rem;
  }

  .curve {
    min-width: 1.5rem;
    max-width: 1.5rem;
    min-height: 1.5rem;
    max-height: 1.5rem;
  }

  .curve.absolute-top-right {
    top: -1.5rem;
    right: 0;
  }

  .curve.absolute-buttom-left {
    bottom: 0;
    left: -1.5rem;
  }

  .spinner-wrapper {
    width: 8rem;
    height: 8rem;
    inset: 32rem 4rem auto auto;
  }

  .center-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 60%;
    height: 5rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1.5rem;
  }

  .services-container {
    max-width: 100%;
    position: static;
  }

  .services-front {
    width: 20rem;
    height: 20rem;
    padding-bottom: 2rem;
  }

  .works-title-flex {
    grid-column-gap: .8rem;
  }

  .works-title-flex.space-between {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .services-card, .services-back {
    width: 20rem;
    height: 20rem;
  }

  .services-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .services-wrapper {
    width: 20rem;
    height: 20rem;
    position: relative;
  }

  .services-link-wrapper {
    width: 100%;
    height: 20rem;
  }

  .services-cards-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center stretch;
    width: 90%;
    padding-left: 0%;
    display: grid;
    position: relative;
    left: 2rem;
    right: 2rem;
  }

  .services-title-card {
    grid-column-gap: .8rem;
  }

  .card-image {
    min-width: 20rem;
    max-width: 20rem;
    min-height: 40.4rem;
    max-height: 40.4rem;
  }

  .card-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .max-width-25vw {
    max-width: 22.5rem;
  }

  .card-large-short {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-width: 1px;
    justify-content: center;
    min-width: 39.5rem;
    max-width: 39.5rem;
    min-height: 13rem;
    max-height: 13rem;
  }

  .card-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .card-small-short {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-width: 1px;
    justify-content: center;
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 13rem;
    max-height: 13rem;
  }

  .card-small {
    justify-content: center;
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 26.5rem;
    max-height: 26.5rem;
  }

  .max-width-18vw {
    max-width: 22.5rem;
  }

  .skills-title {
    line-height: 2.6rem;
  }

  .skills-block-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .skills-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: 22.5rem;
    max-width: 22.5rem;
  }

  .line-wrapper, .line-progress {
    min-height: .1rem;
  }

  .outline-black {
    color: var(--transparent);
    -webkit-text-stroke-width: .0625rem;
    -webkit-text-stroke-color: var(--black);
  }

  .works-details-flex {
    border-radius: 0;
    min-height: 12rem;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-ghost {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    max-height: none;
  }

  .works-title-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    min-width: 37rem;
    max-width: 44rem;
    min-height: 4rem;
    max-height: 4rem;
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .works-wrapper {
    flex-wrap: wrap;
    min-width: 44rem;
    max-width: 44rem;
    height: 24.8rem;
    min-height: 24.8rem;
    max-height: 24.8rem;
    position: static;
  }

  .reviews-slide {
    width: 100%;
    max-width: none;
  }

  .reviews-text {
    max-width: 60rem;
    font-size: 3rem;
    line-height: 4rem;
  }

  .reviews-avatar-flex {
    grid-column-gap: 1.5rem;
  }

  .metrics-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .metrics-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-radius: 1.5rem 1.5rem 0 0;
    min-width: 15rem;
    max-width: 15rem;
    min-height: 9rem;
    max-height: 9rem;
    padding-top: 2rem;
  }

  .metrics-text {
    font-size: 9rem;
    line-height: 7rem;
  }

  .metrics-text.outline {
    -webkit-text-stroke-width: .1rem;
  }

  .cta-large {
    font-size: 6rem;
    line-height: 6.5rem;
  }

  .cta-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: -5%;
  }

  .cta-text-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cta-block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .cta-medium {
    font-size: 6rem;
    line-height: 4.5rem;
  }

  .cta-small {
    font-size: 3rem;
    line-height: 3rem;
  }

  .skills-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
    min-width: 40rem;
    max-width: 40rem;
    min-height: auto;
    max-height: none;
    padding: 4rem;
  }

  .metrics-grid-quarter {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .metrics-card {
    border-width: 1px;
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 20rem;
    max-height: 20rem;
    padding: 2rem;
  }

  .metrics-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .large-text {
    font-size: 4.5rem;
    line-height: 3.5rem;
  }

  .reviews-avatar {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .reviews-images {
    min-width: 6.4rem;
    max-width: 6.4rem;
    min-height: 5.6rem;
    max-height: 5.6rem;
    top: -2rem;
  }

  .arrow-icon {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .footer-logo-link-wrapper {
    z-index: 1000000;
  }

  .footer-right-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-link {
    font-size: .9rem;
    line-height: 1.6rem;
  }

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

  .footer-footer-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-logo {
    min-height: 1.5rem;
    max-height: 1.5rem;
  }

  .footer-line {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: .06rem;
  }

  .footer-footer-top {
    max-width: 72rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .socials-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .social-icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .social-icon.smaller {
    min-width: 1rem;
    max-width: 1rem;
    min-height: 1rem;
    max-height: 1rem;
  }

  .about-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
  }

  .about-images-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
  }

  .about-image {
    min-width: 39.5rem;
    max-width: 39.5rem;
    min-height: 29.6rem;
    max-height: 29.6rem;
  }

  .vision-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .vision-description-wrapper {
    max-width: 35rem;
  }

  .vision-description {
    line-height: 3rem;
  }

  .text-overlay {
    min-height: 3rem;
  }

  .text-overlay.row-02 {
    top: 3rem;
  }

  .text-overlay.row-03 {
    top: 6rem;
  }

  .teams-slider {
    min-width: 33.8rem;
    max-width: 33.8rem;
    min-height: 15rem;
    max-height: 15rem;
  }

  .team-image {
    min-width: 15rem;
    max-width: 15rem;
    min-height: 15rem;
    max-height: 15rem;
  }

  .teams-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: 15rem;
    padding: 2rem;
  }

  .teams-text-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .awards-icon-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: 8rem;
    max-height: 8rem;
    margin-bottom: 2rem;
  }

  .awards-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .awards-card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    width: 80%;
    height: auto;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .card-large {
    justify-content: center;
    min-width: 40.1rem;
    max-width: 40.1rem;
    min-height: 26.9rem;
    max-height: 26.9rem;
  }

  .form-wrapper {
    width: 36.3rem;
    min-width: 36.3rem;
    max-width: 36.3rem;
  }

  .field-label {
    font-size: .81rem;
    line-height: 1.25rem;
  }

  .form-text-block {
    font-size: .88rem;
    line-height: 1.25rem;
  }

  .message-area {
    border-width: .06rem;
    min-height: 7rem;
    margin-bottom: .5rem;
    padding: 1rem;
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .contact-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 22.5rem;
    min-height: 8rem;
    padding: 1rem 2rem;
  }

  .icon-wrapper {
    border-radius: 3.75rem;
    min-width: 4rem;
    height: 4rem;
  }

  .contact-icon-image {
    min-width: 2rem;
    height: 2rem;
  }

  .utilities-icon {
    min-width: 2.5rem;
    height: 2.5rem;
  }

  .bottom-right-corner {
    min-width: 8.1rem;
    max-width: 8.1rem;
    min-height: 8.1rem;
    max-height: 8.1rem;
    bottom: -.1rem;
    right: -.1rem;
  }

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

  .logos-with-name-wrapper {
    min-width: 8rem;
    max-width: 8rem;
  }

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

  .max-width-17vw {
    max-width: 15rem;
  }

  .about-text {
    max-width: 36rem;
    font-size: 6rem;
    line-height: 5rem;
  }

  .about-description {
    max-width: 20rem;
  }

  .about-image-absolute {
    align-self: center;
    min-width: 15rem;
    max-width: 15rem;
    min-height: 15rem;
    max-height: 15rem;
    inset: auto auto 10rem 30%;
    box-shadow: -1vw 3.3vw 1.11vw -42vw #0003;
  }

  .about-image-absolute.back {
    filter: blur(1.1rem);
    inset: auto auto 17% 30%;
    box-shadow: -1.1vw 3.3vw 1.3vw -57vw #0003;
  }

  .button-arrow-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    top: 2.75rem;
    left: 2.75rem;
  }

  .button-with-circle-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    padding: .125rem .25rem .125rem 2rem;
  }

  .button-text-absolute {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .works-button, .works-button-absolute {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .hide-on-mobile {
    display: block;
  }

  .hero-icon {
    align-self: flex-start;
    min-width: 3.5rem;
    max-width: 3.5rem;
    min-height: 3.5rem;
    max-height: 3.5rem;
    margin-top: 10px;
  }

  .cutout-image {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 18rem;
    max-height: 18rem;
    top: 21.9rem;
  }

  .works-title-image {
    min-width: 18.75rem;
    max-width: 18.75rem;
    min-height: 4.40625rem;
    max-height: 4.40625rem;
  }

  .works-title-image.left {
    min-height: 4.40625rem;
    max-height: 4.40625rem;
    inset: auto auto -2% 0%;
  }

  .works-title-image.right {
    min-width: 18.75rem;
    min-height: 4.40625rem;
    max-height: 4.40625rem;
    inset: auto 0% -2% auto;
  }

  .center-black {
    min-height: 4.40625rem;
    max-height: 4.40625rem;
    bottom: -2%;
  }

  .works-title {
    font-size: 2rem;
    line-height: 2rem;
  }

  .works-gradient {
    min-height: 12rem;
    padding: 2rem;
  }

  .heading-2.cta-medium.outline-white, .heading-2.cta-medium.discord {
    font-size: 4rem;
  }

  .hero-title-sub {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }

  .hero_label {
    align-self: center;
    height: 3rem;
  }

  .center_fullwidth {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: 3rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1.5rem;
    display: flex;
  }

  .center-title-wrapper_fullwidth {
    min-height: 3rem;
    max-height: 3rem;
  }

  .highlight {
    align-self: center;
    width: 50%;
    height: 3rem;
  }

  .hero_label_text {
    letter-spacing: 0;
    align-self: center;
    height: 3rem;
    font-size: 1.5rem;
  }

  .hero-image_3d.deskstop {
    display: none;
  }

  .hero-image_3d.tablet {
    width: 70%;
    display: block;
  }

  .hero-image_3d.mobile {
    display: none;
  }

  .hero-image_3d.mp4 {
    width: 101%;
    height: 95%;
    display: block;
  }

  .curve_right {
    min-width: 1.5rem;
    max-width: 1.5rem;
    min-height: 1.5rem;
    max-height: 1.5rem;
  }

  .curve_right.absolute-top-right {
    top: -1.5rem;
    right: 0;
  }

  .curve_right.absolute-buttom-left {
    bottom: 0;
    left: -1.5rem;
  }

  .metrics-card-50 {
    border-width: 1px;
    width: 100%;
    min-width: 20rem;
    max-width: 100%;
    min-height: 20rem;
    max-height: 20rem;
    padding: 2rem;
  }

  .metrics-grid-quarter-2, .metrics-grid-quarter-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .fdv {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-width: 1px;
    justify-content: center;
    min-width: 39.5rem;
    max-width: 39.5rem;
    min-height: 13rem;
    max-height: 13rem;
  }

  .metrics-flex-hor, .metrics-grid-quarter-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .paragraph.services-text {
    font-size: 1rem;
  }

  .collection-item {
    width: 100%;
  }

  .sc-heading {
    max-width: 800px;
    margin-top: 0;
    padding-top: 300px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .subtitle.event-photo {
    display: none;
  }

  .sticky-container {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
  }

  .feature {
    width: 300px;
    margin-top: -80px;
  }

  .background-video {
    background-color: #0000;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 1100px;
    display: block;
    position: absolute;
    bottom: 0%;
    right: 0%;
    overflow: hidden;
  }

  .projects-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: flex-start center;
    margin-top: 200px;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
    left: 0;
  }

  .sticky-projects {
    width: 100%;
    height: 2000px;
    position: relative;
  }

  .about-heading {
    font-size: 33px;
  }

  .sticky-discover {
    height: 180vh;
    min-height: 1200px;
    max-height: 1800px;
    margin-bottom: 40px;
    overflow: hidden;
  }

  .sc-icon._1 {
    left: 10%;
  }

  .sc-icon._5 {
    right: 7%;
  }

  .sc-icon._4 {
    right: 16%;
  }

  .sc-icon._6 {
    right: 42%;
  }

  .sc-icon._5 {
    display: none;
    right: 7%;
  }

  .sc-icon._4 {
    top: 40%;
    right: 16%;
  }

  .sc-icon._3 {
    left: 32%;
  }

  .sc-icon._2 {
    left: 17%;
  }

  .about-content {
    max-width: 990px;
  }

  .sc-circle-small {
    max-height: 1000px;
  }

  .sc-heading-3, .sc-heading-4, .sc-heading-5, .sc-heading-6 {
    max-width: 800px;
    margin-top: 0;
    padding-top: 300px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wellitem {
    width: 250px;
    height: 170px;
  }

  .wellitem._4 {
    width: 290px;
    height: 190px;
  }

  .sc-content-2 {
    height: 100vh;
    max-height: 1200px;
    margin-top: 0;
  }

  .sc-spline-2 {
    position: static;
  }

  .sc-spline-2.desktop {
    margin-top: -165px;
  }

  .about-heading-2, .about-heading-2.fill-text._1 {
    font-size: 2.3vw;
  }

  .wellfeature._4 {
    width: 290px;
    height: 190px;
    top: 130%;
    right: 5%;
  }

  .wellfeature._2 {
    width: 250px;
    height: 170px;
    top: 110%;
    left: 5%;
  }

  .wellfeature._3 {
    width: 250px;
    height: 170px;
    top: 50%;
    right: 10%;
  }

  .wellfeature._1 {
    width: 250px;
    height: 170px;
    top: 40%;
    left: 10%;
  }

  .sc-overflow-2 {
    width: 90%;
    height: 80%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sc-spline-3 {
    position: static;
  }

  .sc-spline-3.desktop {
    margin-top: -165px;
    display: none;
  }

  .sc-spline-3.mobile {
    margin-top: -165px;
  }

  .sc-spline-3.tablet {
    width: 200%;
    display: block;
    position: relative;
  }

  .sc-spline-3.tablet.image {
    background-image: url('../images/Img_KZVideo_634x634.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30%;
  }

  .sc-spline-3.tablet2 {
    margin-top: -165px;
  }

  .sc-spline-3.mobile {
    display: none;
  }

  .sc-circle-big-3 {
    width: 450px;
    height: 500px;
  }

  .sticky-discover-3 {
    height: 900px;
  }

  .about-heading-3, .about-heading-3.fill-text._1 {
    font-size: 2.3vw;
  }

  .heading-9 {
    font-size: 6vw;
    line-height: 8vw;
  }

  .service-heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .service-heading-title {
    margin-top: 10%;
  }

  .tw-heading {
    font-size: 33px;
  }

  .text-wrapper-card {
    z-index: 2;
    position: relative;
  }

  .text-wrapper-card._2 {
    right: 27px;
  }

  .container-4.c-discover {
    margin-bottom: 100px;
  }

  .video {
    height: 800px;
  }

  .background-video-5 {
    height: 190px;
  }

  .center-video._4 {
    width: 230px;
    height: 230px;
    right: -20%;
  }

  .center-video._2 {
    width: 230px;
    height: 230px;
    left: -20%;
  }

  .center-video._3 {
    width: 230px;
    height: 230px;
    top: -20%;
    right: -20%;
  }

  .center-video._1 {
    width: 230px;
    height: 230px;
    top: -20%;
    left: -20%;
  }

  .center-item {
    width: 230px;
    height: 230px;
  }

  .section-8 {
    align-self: center;
    width: 70%;
  }

  .about-heading-1a {
    font-size: 33px;
  }

  .about-heading-1a.about-1.about-text {
    font-size: 5.5vw;
    line-height: 4rem;
  }

  .about-heading-1b {
    font-size: 33px;
  }

  .about-heading-1b.fill-text._1.about-text {
    font-size: 5.5vw;
    line-height: 4rem;
  }

  .about-heading-2a {
    font-size: 33px;
  }

  .about-heading-2a.about-1.about-text {
    font-size: 5.5vw;
    line-height: 4rem;
  }

  .about-heading-2b {
    font-size: 33px;
  }

  .about-heading-2b.fill-text._2.about-text {
    font-size: 5.5vw;
    line-height: 4rem;
  }

  .about-heading-3a {
    font-size: 33px;
  }

  .about-heading-3a.about-1.about-text {
    font-size: 5.5vw;
    line-height: 4rem;
  }

  .about-heading-3b {
    font-size: 33px;
  }

  .about-heading-3b.fill-text._3.about-text {
    font-size: 5.5vw;
    line-height: 4rem;
  }

  .hero-icon-sticker {
    min-width: 5.5rem;
    max-width: 5.5rem;
    min-height: 5.5rem;
    max-height: 5.5rem;
    top: 4vw;
    right: 4vw;
  }

  .sc-spline-4 {
    position: static;
  }

  .sc-spline-4.desktop {
    margin-top: -165px;
  }

  .sc-spline-3-copy {
    position: static;
  }

  .sc-spline-3-copy.desktop {
    margin-top: -165px;
  }

  .back-to-top {
    background-color: var(--primary-crayola);
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    position: fixed;
    inset: auto 5% 5% auto;
  }

  .top-icon {
    min-width: .8rem;
    max-width: .8rem;
    min-height: .8rem;
    max-height: .8rem;
  }

  .top-icon.works-arrow {
    min-width: .7rem;
    max-width: .7rem;
    min-height: .7rem;
    max-height: .7rem;
  }

  .menu_container {
    display: none;
  }

  .services-container--2 {
    max-width: 100%;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h4 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .space-112px.smaller-on-mobile {
    min-height: 4rem;
  }

  .section.investphoto {
    height: 150rem;
  }

  .container {
    height: 100%;
  }

  .container.padding-72px {
    width: 90%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .logo-link-wrapper {
    padding-left: 0;
  }

  .utilities-wrapper-rich-text-and-buttons {
    max-width: 100%;
  }

  .utilities-wrapper-paragraph, .utilities-wrapper-title {
    width: 100%;
  }

  .utilities-flex-headings-and-paragraph {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .rich-text {
    width: 100%;
  }

  .rich-text h4 {
    white-space: normal;
  }

  .image-wrapper {
    min-height: auto;
    max-height: none;
  }

  .works-details, .services-details {
    max-width: 26.25rem;
  }

  .works-grid-thirds {
    grid-column-gap: 1rem;
  }

  .service-project-title {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .nav-link-wrapper {
    display: block;
  }

  .works-big-image {
    min-height: 22.5rem;
    max-height: 22.5rem;
  }

  .wrapper-thirds {
    min-width: 75%;
    max-width: 75%;
  }

  .price-card {
    flex-flow: column;
    padding-left: 1rem;
  }

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

  .side-bar-left {
    position: static;
  }

  .brochure-card {
    max-width: 100%;
  }

  .lightbox-link {
    min-height: 22.5rem;
    max-height: 22.5rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .package-title {
    max-width: 30rem;
  }

  .cart-button {
    margin-left: 0;
  }

  .timeline-line {
    display: none;
  }

  .page-title-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .page-title-block {
    text-align: center;
    align-items: center;
  }

  .mask {
    max-width: 100%;
    max-height: 100%;
  }

  .reviews-arrow.left {
    bottom: 0;
  }

  .reviews-arrow.right {
    inset: auto 0% 0% auto;
  }

  .services-title-huge {
    font-size: 4rem;
    line-height: 3.5rem;
  }

  .services-title-huge.outline-white {
    text-align: center;
    font-size: 4rem;
  }

  .projects-title-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

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

  .works-description {
    max-width: 15rem;
  }

  .works-details-info {
    justify-content: center;
  }

  .large-title {
    font-size: 5.5rem;
    line-height: 4rem;
  }

  .teams-slider-wrapper {
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .slides {
    margin-right: 0;
  }

  .team-mask {
    max-width: 100%;
  }

  .center-title-wrapper {
    min-height: 4rem;
    max-height: 4rem;
  }

  .hero-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .hero-title {
    font-size: 3rem;
    line-height: 4rem;
  }

  .center-title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: 4rem;
    padding-right: 1rem;
  }

  .services-front {
    background-image: url('../images/img_mov.jpg');
    width: 100%;
    max-width: none;
    height: 26rem;
  }

  .services-front.luxe {
    background-image: url('../images/shinjuku.jpg');
  }

  .works-title-flex.space-between {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .services-card {
    width: 100%;
    max-width: none;
  }

  .services-back, .services-wrapper, .services-link-wrapper {
    width: 100%;
    max-width: none;
    height: 26rem;
  }

  .services-cards-flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .card-image {
    min-width: 15rem;
    max-width: 15rem;
    min-height: 36rem;
    max-height: 36rem;
  }

  .card-large-short {
    min-width: 100%;
    max-width: 100%;
    min-height: 18.5rem;
    max-height: 18.5rem;
  }

  .card-small-short {
    min-width: 15rem;
    max-width: 15rem;
    min-height: 15rem;
    max-height: 15rem;
    padding: 1rem;
  }

  .card-small {
    min-width: 15rem;
    max-width: 15rem;
    min-height: 20rem;
    max-height: 20rem;
  }

  .works-details-flex {
    text-align: center;
    min-height: 8rem;
    padding-bottom: 0;
  }

  .works-title-wrapper {
    min-width: 28rem;
    max-width: 30rem;
    min-height: 3.3rem;
    max-height: 3.3rem;
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .works-wrapper {
    min-width: 100%;
    max-width: 100%;
    height: 20.6rem;
    min-height: 20.6rem;
    max-height: 20.6rem;
  }

  .reviews-slide {
    padding-bottom: 0;
  }

  .reviews-text {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .metrics-wrapper {
    flex-wrap: wrap;
  }

  .metrics-text-wrapper {
    border-radius: var(--border-radius);
    border-width: 1px;
    justify-content: center;
    align-items: center;
    min-height: 15rem;
    max-height: 15rem;
    padding-top: 0;
  }

  .cta-large {
    font-size: 6rem;
    line-height: 5rem;
  }

  .cta-flex {
    margin-top: -3%;
  }

  .cta-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cta-medium {
    font-size: 4.5rem;
    line-height: 3.5rem;
  }

  .cta-small {
    font-size: 3rem;
    line-height: 2rem;
  }

  .skills-card {
    min-width: 28rem;
    max-width: 28rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .metrics-grid-quarter {
    grid-template-columns: 1fr;
  }

  .reviews-avatar {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .reviews-images {
    min-width: 6.4rem;
    max-width: 6.4rem;
    min-height: 5.6rem;
    max-height: 5.6rem;
    margin-top: 0%;
  }

  .footer-logo-link-wrapper {
    padding-left: 0;
  }

  .footer-right-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-footer-top {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: center;
  }

  .footer-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .centered-on-mobile {
    text-align: center;
  }

  .about-images-flex {
    width: 80%;
  }

  .about-image {
    min-width: 27.6rem;
    max-width: 27.6rem;
    min-height: 20.7rem;
    max-height: 20.7rem;
  }

  .teams-slider {
    flex-direction: column;
    min-width: 70%;
    max-width: 70%;
    height: 100%;
    min-height: auto;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -4rem;
    overflow: visible;
  }

  .team-image {
    object-fit: cover;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .teams-wrapper {
    height: 100%;
    min-height: auto;
    max-height: 100%;
  }

  .awards-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .awards-card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .card-large {
    min-width: 100%;
    max-width: 100%;
    min-height: 18.8rem;
    max-height: 18.8rem;
  }

  .form-wrapper {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

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

  .about-text {
    font-size: 4rem;
  }

  .about-block {
    height: 100%;
  }

  .about-image-absolute {
    inset: 20rem 8rem 9rem auto;
    box-shadow: -1vw 3.3vw 1.1vw -420.5vw #0003;
  }

  .about-image-absolute.back {
    top: 20.7rem;
    bottom: 7rem;
    left: 6rem;
    box-shadow: -1vw 3.3vw 1.11vw 42vw #0003;
  }

  .show-on-mobile {
    display: block;
  }

  .button-with-circle-icon.menu {
    border-color: var(--white);
    border-radius: 8rem;
  }

  .hide-on-mobile {
    display: block;
  }

  .hero-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .cutout-image {
    top: 18.9rem;
  }

  .works-title-image, .works-title-image.left {
    min-width: 14rem;
    max-width: 14rem;
    min-height: 3.3rem;
    max-height: 3.3rem;
  }

  .works-title-image.right {
    vertical-align: baseline;
    min-width: 14rem;
    max-width: 14rem;
    min-height: 3.3rem;
    max-height: 3.3rem;
    margin-top: 0%;
  }

  .center-black {
    min-width: 7%;
    max-width: 7%;
    min-height: 3.3rem;
    max-height: 3.3rem;
    overflow: auto;
  }

  .works-title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1rem;
  }

  .works-gradient {
    text-align: center;
    min-height: 8rem;
  }

  .hero-title-sub {
    font-size: 4rem;
    line-height: 4rem;
  }

  .center_fullwidth {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: 3rem;
    padding-right: 1rem;
  }

  .center-title-wrapper_fullwidth {
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .highlight, .hero-image_3d.tablet, .hero-image_3d.mobile {
    width: 70%;
  }

  .metrics-card-50 {
    width: 30rem;
    min-width: 30rem;
    max-width: 30rem;
    min-height: 15rem;
    max-height: 15rem;
  }

  .fdv {
    min-width: 100%;
    max-width: 100%;
    min-height: 18.5rem;
    max-height: 18.5rem;
  }

  .project-button {
    margin-top: 15%;
    margin-bottom: 0;
  }

  .collection-item {
    width: 100%;
  }

  .sc-heading {
    margin-top: 300px;
    padding-top: 0;
    font-size: 60px;
  }

  .sticky-container {
    height: 100vh;
    margin-top: 0%;
  }

  .feature {
    margin-top: 0;
  }

  .background-video {
    height: 100%;
    left: 0%;
  }

  .projects-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: -500px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    left: 0;
  }

  .sticky-projects {
    height: 350vh;
  }

  .project._2, .project._4 {
    margin-top: 0;
  }

  .sc-heading-2 {
    font-size: 60px;
  }

  .sc-circle-big {
    width: 450px;
    height: 450px;
  }

  .about-heading {
    font-size: 20px;
  }

  .sticky-discover {
    height: 180vh;
    min-height: 1000px;
    max-height: 1600px;
  }

  .sc-icon._5 {
    bottom: 40%;
    left: 40%;
  }

  .sc-icon._4 {
    top: 12%;
    right: 15%;
  }

  .sc-icon._3 {
    bottom: 35%;
  }

  .sc-icon._2 {
    top: 41%;
  }

  .container-2 {
    padding: 70px 30px;
  }

  .sc-circle-small {
    align-self: center;
    height: 40vh;
  }

  .sc-heading-3, .sc-heading-4, .sc-heading-5, .sc-heading-6 {
    margin-top: 300px;
    padding-top: 0;
    font-size: 60px;
  }

  .wellitem {
    width: 210px;
    height: 140px;
  }

  .wellitem._4 {
    width: 250px;
    height: 160px;
  }

  .sc-content-2 {
    height: 100vh;
  }

  .sc-circles-2 {
    align-self: center;
    top: 30vh;
  }

  .section-3 {
    margin-top: 0;
  }

  .section-3.discover {
    min-height: 600px;
  }

  .sc-spline-2.mobile {
    height: 30%;
    display: block;
  }

  .sc-spline-2.desktop {
    display: none;
  }

  .sc-circle-big-2 {
    width: 450px;
    height: 450px;
  }

  .sticky-discover-2 {
    height: 4000px;
  }

  .about-heading-2 {
    font-size: 2.3vw;
  }

  .wellfeature._4 {
    width: 250px;
    height: 160px;
    top: 75%;
    bottom: auto;
    right: 5%;
  }

  .wellfeature._2 {
    width: 210px;
    height: 140px;
    top: 70%;
    bottom: auto;
    left: 5%;
  }

  .wellfeature._3 {
    width: 210px;
    height: 140px;
    top: -20%;
    right: 8%;
  }

  .wellfeature._1 {
    width: 210px;
    height: 140px;
    top: -15%;
    left: 8%;
  }

  .container-3 {
    padding: 80px 30px;
  }

  .sc-overflow-2 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sc-radial-3 {
    width: 450px;
    height: 450px;
  }

  .section-4 {
    margin-top: 0;
  }

  .section-4.discover {
    min-height: 600px;
  }

  .sc-spline-3.mobile {
    height: 30%;
    display: block;
  }

  .sc-spline-3.desktop {
    margin-top: 0%;
    display: none;
  }

  .sc-spline-3.mobile {
    display: none;
  }

  .sc-spline-3.tablet {
    width: 200%;
    display: block;
  }

  .sc-spline-3.tablet2 {
    margin-top: 0%;
    display: none;
  }

  .sc-spline-3.mobile {
    width: 80%;
    margin-top: 200px;
    display: none;
  }

  .sc-circle-big-3 {
    align-self: center;
    width: 450px;
    height: 450px;
  }

  .sticky-discover-3 {
    height: 100vh;
  }

  .about-heading-3 {
    font-size: 2.3vw;
  }

  .heading-9 {
    font-size: 5vw;
    line-height: 6vw;
  }

  .tw-heading {
    font-size: 21px;
  }

  .text-wrapper-card {
    width: 30px;
    height: 30px;
  }

  .container-4 {
    padding: 70px 30px;
  }

  .video {
    height: 100%;
  }

  .background-video-2, .background-video-3, .background-video-4 {
    height: 140px;
  }

  .background-video-5 {
    height: 160px;
  }

  .center-video._4 {
    width: 280px;
    height: 280px;
    top: 300px;
    bottom: auto;
    right: auto;
  }

  .center-video._2 {
    width: 280px;
    height: 280px;
    top: 600px;
    bottom: auto;
    left: auto;
  }

  .center-video._3 {
    width: 280px;
    height: 280px;
    top: 0%;
    right: auto;
  }

  .center-video._1 {
    width: 280px;
    height: 280px;
    top: 900px;
    left: auto;
  }

  .center-item {
    width: 280px;
    height: 280px;
  }

  .about-heading-1a {
    font-size: 20px;
  }

  .about-heading-1a.about-1.about-text {
    font-size: 6vw;
    line-height: 3.5rem;
  }

  .about-heading-1b {
    font-size: 20px;
  }

  .about-heading-1b.fill-text._1.about-text {
    font-size: 6vw;
    line-height: 3.5rem;
  }

  .about-heading-2a {
    font-size: 20px;
  }

  .about-heading-2a.about-1.about-text {
    font-size: 6vw;
    line-height: 3.5rem;
  }

  .about-heading-2b {
    font-size: 20px;
  }

  .about-heading-2b.fill-text._2.about-text {
    font-size: 6vw;
    line-height: 3.5rem;
  }

  .about-heading-3a {
    font-size: 20px;
  }

  .about-heading-3a.about-1.about-text {
    font-size: 6vw;
    line-height: 3.5rem;
  }

  .about-heading-3b {
    font-size: 20px;
  }

  .about-heading-3b.fill-text._3.about-text {
    font-size: 6vw;
    line-height: 3.5rem;
  }

  .heading-10 {
    align-self: center;
  }

  .hero-icon-sticker {
    min-width: 5.5rem;
    max-width: 5rem;
    min-height: 5.5rem;
    max-height: 5rem;
  }

  .sc-spline-4.mobile {
    height: 30%;
    display: block;
  }

  .sc-spline-4.desktop {
    display: none;
  }

  .sc-spline-3-copy.mobile {
    height: 30%;
    display: block;
  }

  .sc-spline-3-copy.desktop {
    display: none;
  }

  .collection-list-wrapper {
    width: 95%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h4 {
    overflow-wrap: anywhere;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .space-112px.smaller-on-mobile {
    min-height: 2rem;
  }

  .space-112px.hero {
    min-height: 1rem;
  }

  .section.height-300vw.pending-top-80px {
    flex-flow: column;
    margin-top: 0;
    padding-top: 4.8rem;
    display: block;
  }

  .section.height-200vw {
    height: auto;
    min-height: 1400px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section.padding-top-24px {
    margin-top: 40px;
  }

  .section.cta {
    -webkit-text-stroke-color: var(--transparent);
  }

  .section.padding-upper {
    z-index: 4;
    margin-top: 0;
    padding-top: 20px;
  }

  .section.investphoto {
    height: 85rem;
    margin-top: 0;
  }

  .container {
    height: 70vh;
  }

  .container.padding-72px {
    height: 100%;
    padding-bottom: 10%;
  }

  .container.padding-144px {
    height: 100%;
  }

  .container.about-stick {
    width: 90%;
    max-width: 90%;
    height: 100%;
  }

  .navbar {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-link {
    min-height: 2rem;
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .nav-menu {
    z-index: 998;
    height: 500px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .utilities-grid-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .logo {
    z-index: 999;
    max-width: none;
    position: relative;
  }

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

  .text-block {
    grid-row-gap: 1rem;
    align-items: center;
  }

  .flex-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: center;
  }

  .works-details, .services-details {
    max-width: 15rem;
  }

  .flex {
    align-items: center;
  }

  .works-grid-thirds {
    grid-column-gap: .5rem;
  }

  .service-project-title {
    font-size: 2rem;
    line-height: 2rem;
  }

  .nav-link-wrapper {
    align-self: center;
    margin-bottom: 8px;
    display: flex;
  }

  .caps.keyword {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .works-big-image {
    min-height: 15rem;
    max-height: 15rem;
  }

  .slide-up-animation {
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    display: block;
  }

  .wrapper-thirds {
    min-width: 100%;
    max-width: 100%;
  }

  .price-card-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .product_total {
    font-size: 1.5rem;
  }

  .fix-scroll-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .side-bar-left {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .package-button-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

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

  .row-content {
    align-items: center;
  }

  .brochure-card {
    text-align: center;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .services-page {
    max-width: 80%;
  }

  .package-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .quantity {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-container {
    padding-right: 0;
  }

  .title-wrapper {
    flex-direction: column;
  }

  .checkout {
    flex-flow: column;
  }

  .title-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .lightbox-link {
    min-height: 15rem;
    max-height: 15rem;
  }

  .package-title {
    max-width: 17.5rem;
    font-size: 2.625rem;
    line-height: 2.625rem;
  }

  .cart-button {
    z-index: 1001;
    margin-right: .25rem;
  }

  .cart-header {
    z-index: 1001;
    background-color: var(--black);
  }

  .cart-form-wrapper {
    z-index: 1001;
    background-color: var(--black);
    position: relative;
  }

  .cart {
    z-index: 1001;
  }

  .page-title-wrapper {
    text-align: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-title-flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: center;
    margin-top: 10px;
  }

  .menu-button {
    padding-left: .5rem;
    padding-right: 0;
    display: block;
  }

  .menu-button.mobile {
    display: block;
  }

  .burger-icon {
    z-index: 999;
    position: relative;
  }

  .burger-icon.invert {
    display: block;
  }

  .slide {
    height: 100%;
  }

  .reviews-slider-wrapper {
    flex-direction: column;
    max-width: 20rem;
  }

  .reviews-slider-wrapper.slide-from-left-animation {
    width: 100%;
    height: auto;
  }

  .reviews-arrow.right {
    width: 4rem;
    height: 4rem;
    display: none;
  }

  .services-title-block {
    text-align: center;
    border-radius: 1.5rem;
    align-items: center;
  }

  .services-title-huge, .services-title-huge.outline-white {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .services-title-huge.text-2 {
    line-height: 2.5rem;
  }

  .badge {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .badge.absolute-top-right {
    top: 1rem;
    right: 1rem;
  }

  .price-title-wrapper {
    flex-direction: column;
  }

  .price-title {
    overflow-wrap: normal;
    font-size: 2rem;
    line-height: 2rem;
  }

  .projects-title-grid {
    padding-left: 10%;
    padding-right: 10%;
  }

  .large-title {
    font-size: 2.25rem;
    line-height: 2rem;
  }

  .teams-slider-wrapper {
    height: 100%;
  }

  .slides {
    margin-right: 0;
  }

  .team-mask {
    width: 100%;
    max-width: 100%;
  }

  .contact-block {
    justify-content: center;
    align-items: center;
  }

  .hero-image {
    border-top-left-radius: var(--border-radius);
    background-image: url('../images/Bg_Hero_MedHi_Responsive-Mobile.jpg');
    min-height: 36.375rem;
    max-height: 36.375rem;
    top: 6rem;
  }

  .arrow-wrapper {
    top: 1.5rem;
    left: 1.5rem;
  }

  .about-avatars-flex.absolute {
    display: none;
  }

  .center-title-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    min-height: 3rem;
    max-height: 3rem;
    top: 15px;
  }

  .hero-wrapper {
    min-height: 32rem;
    max-height: 32rem;
    padding-top: 0;
  }

  .hero-title {
    text-align: left;
    width: 100%;
    max-width: none;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .curve.hide-on-mobile-portrait, .spinner-wrapper {
    display: none;
  }

  .center-title {
    text-align: center;
    border-bottom-right-radius: 0;
    justify-content: center;
    align-items: flex-start;
    min-width: 100%;
    height: 3rem;
    padding-right: 0;
  }

  .services-front {
    width: 100%;
    height: 16rem;
    padding-bottom: 1rem;
  }

  .services-front.alts {
    background-image: url('../images/img_alts.jpg');
  }

  .works-title-flex.space-between {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    top: 0%;
  }

  .services-card, .services-back {
    width: 100%;
    height: 100%;
  }

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

  .services-wrapper {
    width: 100%;
    height: 100%;
  }

  .overlay {
    background-image: linear-gradient(#0000 20%, #000000a6);
  }

  .services-link-wrapper {
    width: 100%;
    height: 16rem;
  }

  .services-cards-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
    position: static;
    left: 1rem;
    right: 1rem;
  }

  .services-title-card {
    min-width: 100%;
    min-height: 100%;
  }

  .slide-nav {
    display: block;
    inset: auto 0% -4rem;
  }

  .card-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 26.7rem;
    max-height: 26.7rem;
  }

  .card-large-short {
    min-height: auto;
    max-height: none;
    padding: 2rem;
  }

  .card-flex {
    text-align: center;
    align-items: center;
  }

  .card-text-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-small-short {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    padding: 2rem;
  }

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

  .skills-content-wrapper {
    min-width: 12.5rem;
    max-width: 12.5rem;
  }

  .self-align-right.outline-black {
    font-size: 2rem;
  }

  .works-title-wrapper {
    text-align: center;
    min-width: 18rem;
    max-width: 18rem;
    min-height: 3.3rem;
    max-height: 3.3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .works-wrapper {
    min-width: 100%;
    max-width: 100%;
    height: 21rem;
    min-height: 21rem;
    max-height: 21rem;
  }

  .reviews-slide {
    justify-content: space-around;
  }

  .reviews-text {
    letter-spacing: -.05rem;
    max-width: 100%;
    font-size: 2rem;
    line-height: 3rem;
  }

  .reviews-avatar-flex {
    align-items: center;
  }

  .metrics-wrapper {
    grid-template-columns: 1fr;
  }

  .cta-large {
    font-size: 4rem;
    line-height: 4rem;
  }

  .cta-flex {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -5%;
  }

  .cta-text-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

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

  .cta-medium {
    font-size: 3rem;
    line-height: 3.125rem;
  }

  .cta-small, .cta-small.outline-white {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .skills-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    min-width: 15.8rem;
    max-width: 15.8rem;
    padding: 3rem 1rem;
  }

  .metrics-card {
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: 18rem;
    max-height: 18rem;
  }

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

  .reviews-avatar {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .reviews-images {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 3.5rem;
    max-height: 3.5rem;
    margin-top: 0%;
    top: -5%;
  }

  .footer-flex {
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .footer-logo {
    z-index: 999;
    max-width: none;
    min-height: 2.25rem;
    max-height: 2.25rem;
    position: relative;
  }

  .socials-wrapper {
    top: 64%;
  }

  .about-flex {
    align-items: center;
  }

  .about-images-flex {
    width: 85%;
  }

  .about-images-flex.slide-from-right-animation.event-image {
    width: 90%;
    margin-top: 5vh;
  }

  .about-image {
    border-radius: 1rem;
    min-width: 16rem;
    max-width: 16rem;
    min-height: 11rem;
    max-height: 11rem;
  }

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

  .teams-slider {
    flex-direction: column;
    align-items: center;
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    top: -4.5rem;
  }

  .awards-icon-wrapper {
    min-height: 4rem;
    max-height: 4rem;
  }

  .awards-card {
    border-width: 0;
  }

  .icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .card-large {
    min-height: 11.3rem;
    max-height: 11.3rem;
  }

  .contact-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .line-item {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .bottom-right-corner {
    min-width: 5rem;
    max-width: 5rem;
    min-height: 5rem;
    max-height: 5rem;
  }

  .brands-grid {
    grid-template-columns: 1fr;
    width: 80%;
  }

  .logos-with-name-wrapper {
    min-width: 10rem;
    max-width: 50%;
    min-height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .skills-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
  }

  .outline-black {
    font-size: 2rem;
  }

  .about-text {
    text-align: center;
    max-width: 100%;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .about-description {
    text-align: center;
    max-width: 100%;
  }

  .about-image-absolute {
    min-width: 12rem;
    max-width: 12rem;
    min-height: 12rem;
    max-height: 12rem;
    inset: 40% 15% 9rem auto;
  }

  .about-image-absolute.back {
    top: 15rem;
    bottom: 7rem;
    left: 15%;
    box-shadow: -1vw 3.3vw 14vw -1vw #0003;
  }

  .button-group {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: .5rem;
  }

  .button-with-circle-icon {
    align-self: center;
    width: 70%;
  }

  .button-with-circle-icon.menu {
    border-width: 0;
    width: 100%;
  }

  .hide-on-mobile {
    display: none;
  }

  .hero-icon {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
  }

  .cutout-image {
    top: 15.1875rem;
  }

  .image-absolute {
    max-width: 40%;
    min-height: 40%;
    max-height: 40%;
  }

  .works-title-image.left {
    min-width: 14rem;
    max-width: 14rem;
    min-height: 3.3rem;
    max-height: 3.3rem;
    left: -5rem;
  }

  .works-title-image.right {
    min-width: 14rem;
    max-width: 14rem;
    min-height: 3.3rem;
    max-height: 3.3vw;
    right: -5rem;
  }

  .center-black {
    min-width: 7%;
    max-width: 7%;
    min-height: 3.3rem;
    max-height: 3.3rem;
    display: block;
  }

  .works-title {
    font-size: 1.5rem;
  }

  .heading-2.cta-medium.outline-white, .heading-2.cta-medium.discord, .hero-title-sub {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .hero_label {
    text-align: left;
    height: 2rem;
  }

  .center_fullwidth {
    text-align: center;
    border-bottom-right-radius: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    min-width: 100%;
    height: 2rem;
    padding-right: 0;
  }

  .center-title-wrapper_fullwidth {
    justify-content: center;
    align-items: flex-start;
    height: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .highlight {
    width: 95%;
    max-width: 20rem;
    height: 2rem;
  }

  .hero_label_text {
    letter-spacing: -.02rem;
    align-self: center;
    height: 2rem;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .hero-image_3d {
    border-top-left-radius: var(--border-radius);
    top: 6rem;
  }

  .hero-image_3d.tablet {
    width: 50%;
    max-width: none;
    max-height: none;
    display: none;
    top: 15rem;
  }

  .hero-image_3d.mobile {
    z-index: 1;
    width: 100%;
    max-width: none;
    height: 80%;
    max-height: none;
    display: block;
    top: 200px;
  }

  .curve_right.hide-on-mobile-portrait {
    display: none;
  }

  .metrics-card-50 {
    justify-content: center;
    align-items: center;
    width: 10rem;
    min-width: 100%;
    max-width: 100%;
    height: 10rem;
    min-height: 15rem;
    max-height: 18rem;
  }

  .fdv {
    min-height: auto;
    max-height: none;
    padding: 2rem;
  }

  .metrics-flex-hor {
    justify-content: center;
    align-items: center;
  }

  .project-button {
    margin-top: 5%;
  }

  .paragraph.services-text {
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7rem;
  }

  .paragraph.keyword-text {
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .collection-item {
    width: 90%;
  }

  .sc-heading {
    margin-top: 200px;
    padding-top: 0;
    font-size: 56px;
  }

  .sticky-container {
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    display: flex;
    position: sticky;
    top: 4.5rem;
  }

  .feature {
    width: 100%;
    margin-top: 0;
  }

  .background-video {
    height: 100vh;
  }

  .wearble {
    max-width: 80%;
  }

  .projects-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-content: start;
    align-items: center;
    width: 90%;
    margin-top: -500px;
    padding: 0 20px;
    display: flex;
    left: 0;
  }

  .sticky-projects {
    height: 3000px;
  }

  .project._1 {
    width: 100%;
  }

  .project._2, .project._4 {
    margin-top: 0;
  }

  .sc-heading-2 {
    font-size: 46px;
  }

  .sc-circle-big {
    width: 340px;
    height: 340px;
  }

  .sc-content {
    display: none;
  }

  .about-heading {
    font-size: 4.2vw;
  }

  .sticky-discover {
    height: auto;
    min-height: 1400px;
    max-height: 1600px;
    margin-bottom: 0;
    padding-top: 4.8rem;
    padding-bottom: 0;
  }

  .sc-overflow {
    padding-bottom: 124px;
  }

  .sc-icon._4 {
    top: 10%;
  }

  .sc-icon._3 {
    left: 20%;
    right: auto;
  }

  .sc-icon._6 {
    top: 50%;
    left: 25%;
  }

  .sc-icon._5 {
    bottom: 40%;
    left: auto;
  }

  .sc-icon._4 {
    top: 0%;
    right: 10%;
  }

  .sc-icon._3 {
    bottom: 25%;
    left: auto;
    right: 15%;
  }

  .sc-icon._2 {
    top: 10%;
    left: 10%;
  }

  .sc-radial {
    filter: blur(130px);
    width: 200px;
    height: 200px;
    display: none;
  }

  .about-content {
    max-width: none;
  }

  .about-content.mobile {
    display: block;
  }

  .about-content.desktio {
    display: none;
  }

  .sc-circle-small {
    justify-content: center;
    width: 100vw;
    height: 20rem;
  }

  .sc-heading-3, .sc-heading-4, .sc-heading-5, .sc-heading-6 {
    margin-top: 200px;
    padding-top: 0;
    font-size: 56px;
  }

  .wellitem {
    width: 210px;
    height: 140px;
  }

  .wellitem._4 {
    width: 300px;
    height: 170px;
  }

  .wellitem._2 {
    width: 210px;
    height: 140px;
  }

  .wellitem._1 {
    width: 190px;
    height: 120px;
  }

  .sc-content-2 {
    height: 100vh;
    max-height: 1000px;
  }

  .sc-radial-2 {
    filter: blur(130px);
    width: 200px;
    height: 200px;
    display: block;
  }

  .sc-circles-2 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    top: 0;
  }

  .section-3 {
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .sc-spline-2 {
    height: 50%;
  }

  .sc-spline-2.mobile {
    height: 28%;
    display: block;
  }

  .sc-spline-2.desktop {
    display: none;
  }

  .sc-circle-big-2 {
    justify-content: center;
    align-items: center;
    width: 340px;
    height: 340px;
    position: relative;
  }

  .about-heading-2 {
    width: 100%;
    font-size: 4.2vw;
  }

  .about-heading-2.fill-text._1 {
    font-size: 4.2vw;
  }

  .wellfeature._4 {
    width: 300px;
    height: 170px;
    margin-right: 0;
    inset: 480px -4% auto auto;
  }

  .wellfeature._2 {
    width: 210px;
    height: 140px;
    top: 640px;
    bottom: auto;
    left: -4%;
  }

  .wellfeature._3 {
    width: 210px;
    height: 140px;
    top: 750px;
    left: auto;
    right: -4%;
  }

  .wellfeature._1 {
    width: 190px;
    height: 120px;
    top: 350px;
    left: -4%;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sc-overflow-2 {
    height: 100%;
    margin-top: 0%;
    padding-top: 0;
  }

  .sc-radial-3 {
    filter: blur(130px);
    width: 250px;
    height: 250px;
    display: block;
  }

  .section-4 {
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .sc-spline-3 {
    height: 50%;
  }

  .sc-spline-3.mobile {
    height: 28%;
    display: block;
  }

  .sc-spline-3.mobile.image {
    background-image: url('../images/Img_KZVideo_634x634.png');
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: 35%;
    height: 50%;
    margin-top: 0;
  }

  .sc-spline-3.desktop, .sc-spline-3.mobile, .sc-spline-3.mobile, .sc-spline-3.tablet, .sc-spline-3.tablet2 {
    display: none;
  }

  .sc-spline-3.mobile {
    align-self: center;
    width: 200%;
    height: 100%;
    margin-top: -450px;
    display: block;
  }

  .sc-circle-big-3 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 20rem;
    height: 20rem;
    position: relative;
  }

  .sticky-discover-3 {
    height: 140vh;
  }

  .about-heading-3 {
    width: 100%;
    font-size: 4.2vw;
  }

  .about-heading-3.fill-text._1 {
    font-size: 4.2vw;
  }

  .heading-9 {
    letter-spacing: -.02rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .service-heading-title {
    margin-top: 10%;
  }

  .tw-heading {
    font-size: 4.1vw;
  }

  .text-wrapper-card._3 {
    left: 23.5%;
  }

  .text-wrapper-card._1 {
    left: 30.5%;
  }

  .container-4.c-discover {
    padding: 40px 20px;
  }

  .video {
    height: 140%;
  }

  .background-video-2 {
    pointer-events: none;
    height: 150px;
    min-height: 60%;
  }

  .background-video-3, .background-video-4 {
    height: 140px;
  }

  .background-video-5 {
    height: 170px;
  }

  .center-video._4 {
    width: 250px;
    height: 250px;
    margin-top: -20%;
    top: 300px;
    bottom: auto;
    right: auto;
  }

  .center-video._2 {
    width: 250px;
    height: 250px;
    margin-top: -20%;
    top: 600px;
    bottom: auto;
    left: auto;
  }

  .center-video._3 {
    width: 250px;
    height: 250px;
    margin-top: -20%;
    left: auto;
    right: auto;
  }

  .center-video._1 {
    width: 250px;
    height: 250px;
    margin-top: -20%;
    top: 900px;
    left: auto;
  }

  .center-item {
    width: 250px;
    height: 250px;
  }

  .section-8 {
    align-self: center;
    width: 90%;
  }

  .about-heading-1a {
    font-size: 4.2vw;
  }

  .about-heading-1a.about-1.about-text {
    text-align: left;
    width: 100%;
    font-size: 8vw;
    line-height: 3rem;
  }

  .about-heading-1b {
    font-size: 4.2vw;
  }

  .about-heading-1b.fill-text._1.about-text {
    text-align: left;
    font-size: 8vw;
    line-height: 3rem;
  }

  .about-heading-2a {
    font-size: 4.2vw;
  }

  .about-heading-2a.about-1.about-text {
    text-align: left;
    width: 100%;
    font-size: 8vw;
    line-height: 3rem;
  }

  .about-heading-2b {
    font-size: 4.2vw;
  }

  .about-heading-2b.fill-text._2.about-text {
    text-align: left;
    font-size: 8vw;
    line-height: 3rem;
  }

  .about-heading-3a {
    font-size: 4.2vw;
  }

  .about-heading-3a.about-1.about-text {
    text-align: left;
    width: 100%;
    font-size: 8vw;
    line-height: 3rem;
  }

  .about-heading-3b {
    font-size: 4.2vw;
  }

  .about-heading-3b.fill-text._3.about-text {
    text-align: left;
    font-size: 8vw;
    line-height: 3rem;
  }

  .hero-icon-sticker {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
    top: 61.7vh;
    left: 1.5vh;
  }

  .sc-spline-4 {
    height: 50%;
  }

  .sc-spline-4.mobile {
    height: 28%;
    display: block;
  }

  .sc-spline-4.desktop {
    display: none;
  }

  .sc-spline-3-copy {
    height: 50%;
  }

  .sc-spline-3-copy.mobile {
    height: 28%;
    display: block;
  }

  .sc-spline-3-copy.desktop {
    display: none;
  }

  .event-photo {
    width: auto;
  }

  .back-to-top {
    inset: auto 5% 20% auto;
  }
}

#w-node-_9b247989-b9c3-909e-bbb3-63b0bac3461e-4508bbe3, #w-node-_4eead373-0460-1bad-116a-2ba335bae5d0-4508bbe3, #w-node-_589080a9-8898-a30f-4b2d-0f4c12ee7749-4508bbe3, #w-node-_13f3f0c8-e337-7971-8c1f-17c88376eb53-4508bbe3 {
  place-self: center;
}

#w-node-_7343012e-efe6-ea98-bcfb-f47a61bb4fc7-4508bbe3, #w-node-_7343012e-efe6-ea98-bcfb-f47a61bb4fd3-4508bbe3, #w-node-_7343012e-efe6-ea98-bcfb-f47a61bb4fdf-4508bbe3, #w-node-_955827af-5b7a-2e19-29a8-58fdae68c744-4508bbe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0e9b144-60b6-5943-2a38-d81b47398e81-4508bbee, #w-node-e0e9b144-60b6-5943-2a38-d81b47398e8c-4508bbee, #w-node-e0e9b144-60b6-5943-2a38-d81b47398e97-4508bbee, #w-node-e0e9b144-60b6-5943-2a38-d81b47398ea2-4508bbee, #w-node-_8c6b58bd-b48d-1898-643e-8ef8df54dd77-e2807a0f, #w-node-_8c6b58bd-b48d-1898-643e-8ef8df54dd82-e2807a0f, #w-node-_8c6b58bd-b48d-1898-643e-8ef8df54dd8d-e2807a0f, #w-node-_8c6b58bd-b48d-1898-643e-8ef8df54dd98-e2807a0f {
  place-self: center;
}

#w-node-_5d110268-179e-1371-ecd7-5eaf057a191e-4508bbf3, #w-node-_5d110268-179e-1371-ecd7-5eaf057a1928-4508bbf3, #w-node-_20fd9834-53e4-49d8-a0b2-55fef6b63a48-4508bbf6, #w-node-_20fd9834-53e4-49d8-a0b2-55fef6b63a4b-4508bbf6, #w-node-_20fd9834-53e4-49d8-a0b2-55fef6b63a4c-4508bbf6, #w-node-_20fd9834-53e4-49d8-a0b2-55fef6b63a4f-4508bbf6, #w-node-_20fd9834-53e4-49d8-a0b2-55fef6b63a50-4508bbf6, #w-node-_20fd9834-53e4-49d8-a0b2-55fef6b63a53-4508bbf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-fa645b09-b2d9-0992-c130-73b7e2807a19-e2807a0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d110268-179e-1371-ecd7-5eaf057a191e-4508bbf3 {
    justify-self: center;
  }
}


