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

@font-face {
  font-family: Coolvetica Condensed Rg;
  src: url('../fonts/coolvetica-condensed-rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Coolvetica Compressed Hv;
  src: url('../fonts/coolvetica-compressed-hv.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --baby-blue: #def9ff;
  --main-color: #ff9075;
  --second-color: #fff;
  --third-color: #20254d;
  --body-text-color: #d9dae2;
  --divider-color: #d8dfe0;
  --corporate: #b4ff58;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--baby-blue);
  color: var(--main-color);
  font-family: Instrument Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

a {
  color: var(--second-color);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 24px;
}

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

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

blockquote {
  border-left: 2px solid var(--third-color);
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

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

.page-content {
  background-color: var(--baby-blue);
  position: relative;
}

.subhead {
  opacity: .7;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

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

.margin-20px.with-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.button {
  background-color: var(--second-color);
  color: var(--main-color);
  text-transform: uppercase;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  padding: 14px 22px;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.1;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  background-color: var(--third-color);
  background-image: none;
}

.button.subscribe {
  background-color: var(--second-color);
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  inset: 6px 8px auto auto;
}

.button.subscribe:hover {
  background-color: var(--third-color);
}

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

.subscribe-field {
  background-color: var(--body-text-color);
  color: var(--second-color);
  background-image: url('../images/user_1user.avif');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #c1c1be80;
  align-self: center;
  height: 64px;
  margin-bottom: 0;
  padding-left: 50px;
}

.subscribe-field::placeholder {
  color: var(--main-color);
  font-size: 15px;
  font-weight: 500;
}

.subscribe-field.for-search {
  background-color: var(--baby-blue);
  color: var(--main-color);
  background-image: url('../images/Search-Color.svg');
  height: 61px;
  margin-bottom: 30px;
  font-size: 16px;
}

.subscribe-field.for-search::placeholder {
  color: var(--main-color);
  font-size: 16px;
}

.subscribe-field.plain {
  background-color: var(--baby-blue);
  color: var(--main-color);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  max-width: 300px;
  padding-left: 20px;
}

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

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

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

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

.utility-page-content.second {
  justify-content: center;
  align-items: center;
  width: 800px;
}

.search-link {
  color: var(--main-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

.search-result-item {
  background-color: var(--baby-blue);
  color: var(--main-color);
  border: 1px solid #c1c1be80;
  border-radius: 0;
  flex-flow: column;
  padding: 40px 50px 40px 45px;
  display: flex;
}

.search-container {
  max-width: 740px;
}

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

.search-link-text {
  padding-top: 3px;
  padding-bottom: 3px;
}

.search {
  position: relative;
}

._404-title {
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1;
}

.password-title {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1;
}

.container {
  color: var(--third-color);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  position: relative;
}

.container.for-checkout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
}

.section {
  z-index: 200;
  background-color: var(--baby-blue);
  padding: 150px 3%;
  position: relative;
}

.section.for-inner {
  background-color: var(--baby-blue);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.section.for-inner._50px-top {
  padding-top: 50px;
}

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

.section.for-checkout {
  min-height: auto;
}

.section.for-work {
  z-index: 200;
  object-fit: fill;
  height: auto;
  padding: 5vh;
  overflow: visible;
}

.section.for-logo {
  padding-bottom: 50px;
}

.subhead-big-center {
  opacity: 1;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.margin-60px.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-60px.flex.make-20px {
  margin-top: 15px;
}

.work-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.work-link.add-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paralax-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: absolute;
  bottom: 0;
}

.section-photo {
  z-index: 10;
  background-color: var(--baby-blue);
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.video-wrap {
  z-index: 1;
  object-fit: cover;
  border-radius: 7px;
  flex: none;
  width: 10vw;
  height: 10vw;
  position: relative;
  overflow: hidden;
}

.video-wrap.full-width {
  border-radius: 0;
  width: 95vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 30px;
}

.field-label {
  opacity: .7;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 500;
}

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

.success-message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #00b83c;
  font-weight: 500;
}

.text-field {
  color: var(--main-color);
  background-color: #121212;
  border-color: #ffffff1f;
  height: 56px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 15px;
  box-shadow: 14px 14px 50px -20px #0000001a;
}

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

.text-field::placeholder {
  color: #ffffffb3;
  font-size: 15px;
  font-weight: 400;
}

.text-field.less-height {
  height: 46px;
}

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

.style-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.5;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.caption.margined._2 {
  color: var(--main-color);
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
}

.title-5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.color-block {
  background-color: var(--baby-blue);
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

.color-block.second {
  background-color: var(--main-color);
}

.light-block-second {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.light-block-second.rounded-bottom {
  padding-bottom: 30px;
}

.light-block {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.white-block {
  width: 100%;
  padding: 20px 20px 40px 0;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.title-1 {
  z-index: 1;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

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

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

.licensing-title {
  font-size: 34px;
}

.licensing-link {
  color: var(--main-color);
  text-decoration: underline;
}

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

.main-blog-post li {
  opacity: 1;
  font-size: 16px;
  line-height: 23px;
}

.main-blog-post h4, .main-blog-post h3 {
  max-width: 630px;
  margin: 0 auto 15px;
  font-weight: 600;
}

.main-blog-post ul {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.main-blog-post img {
  margin-top: 20px;
  margin-bottom: 5px;
}

.main-blog-post p {
  max-width: 630px;
  margin: 20px auto;
}

.main-blog-post figcaption {
  opacity: .48;
  margin-bottom: 20px;
  font-size: 15px;
}

.main-blog-post a {
  color: #121212;
  text-decoration: underline;
}

.main-blog-post h6, .main-blog-post h1 {
  max-width: 630px;
  margin: 0 auto 15px;
}

.main-blog-post ol {
  max-width: 630px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.main-blog-post blockquote {
  text-transform: uppercase;
  max-width: 630px;
  margin: 20px auto 25px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 50px;
  line-height: 1.1;
}

.main-blog-post h5 {
  max-width: 630px;
  margin: 0 auto 15px;
  font-weight: 600;
}

.main-blog-post h2 {
  text-transform: uppercase;
  max-width: 630px;
  margin: 0 auto 15px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-divider {
  background-color: var(--main-color);
  opacity: .15;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.subhead-pricing {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.subhead-pricing.with-margin {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
}

.subhead-pricing.gray {
  opacity: .5;
  font-weight: 600;
}

.subhead-pricing.gray.for-pricing {
  opacity: .8;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}

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

.pricing-column._15px {
  grid-column-gap: 36px;
  grid-row-gap: 15px;
}

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

.pricing-column._25px {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.check-item {
  grid-column-gap: 5px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.pricing-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-text {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-text.big {
  opacity: 1;
  margin-top: 20px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
}

.pricing-text.normal {
  text-transform: capitalize;
  margin-bottom: 7px;
  font-family: Instrument Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.pricing-text.with-px {
  letter-spacing: 1px;
  font-size: 22px;
}

.check-image {
  opacity: .8;
  width: 20px;
}

.small-text {
  opacity: .8;
  color: var(--main-color);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.pricing-plan-justify {
  background-color: var(--baby-blue);
  border: 1px solid #ffffff26;
  padding: 40px 35px;
  position: relative;
}

.block-header {
  background-color: #121212;
  border-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.block-content {
  background-color: #121212;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-top: 3px;
}

.main-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 2;
}

.checkbox-label {
  opacity: .71;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}

.quantity-opacity {
  opacity: .5;
  font-size: 15px;
}

.subtotal, .pricing-subtotal {
  font-size: 16px;
}

.pricing-subtotal.total {
  font-size: 18px;
  font-weight: 600;
}

.checkout-text {
  opacity: .8;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.2;
}

.cart-header {
  border-bottom-color: #fff3;
}

.cart-container {
  background-color: var(--baby-blue);
  border: 1px solid #ffffff26;
  max-width: 600px;
}

.logo-link {
  order: -1;
}

.logo-link.w--current {
  mix-blend-mode: normal;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  height: 24px;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cart-wrapper {
  background-color: #0009;
}

.close-button {
  background-color: #bebebe26;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 30px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.last-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 1;
  display: flex;
}

.navigation-link {
  color: var(--main-color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.cart-quantity {
  opacity: .4;
  color: var(--main-color);
  background-color: #fff0;
  min-width: auto;
  height: auto;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.remove-button {
  opacity: 1;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: .8rem;
  line-height: 1.5;
}

.cart-quantity-2 {
  background-color: var(--baby-blue);
  border-color: #fff3;
  border-radius: 0;
  width: 50px;
}

.icon {
  filter: invert();
  width: 10px;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.main-logo {
  width: 150px;
}

.nav-link {
  color: var(--main-color);
  background-color: #3898ec00;
  padding: 10px 13px 10px 0;
  font-size: 20px;
  transition: all .2s;
}

.nav-link.w--current {
  color: #fff;
  background-color: #fff3;
}

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

.button-text {
  background-color: #0000;
  justify-content: center;
  align-items: center;
}

.button-text.coma {
  align-self: flex-end;
  margin-left: 1px;
  margin-right: 5px;
  padding-bottom: 10px;
  font-size: 24px;
}

.line-below {
  background-color: var(--main-color);
  opacity: 1;
  width: 100%;
  height: 1px;
  margin-top: 5px;
}

.hero-main-title {
  color: var(--main-color);
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 28vw;
  font-weight: 400;
  line-height: 1;
}

.hero-main-title.for-inner {
  white-space: normal;
  word-break: normal;
}

.hero-main-title.for-inner._15vw {
  text-align: center;
  font-size: 16vw;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.hero-wrapper {
  height: 350vh;
  position: relative;
}

.hero-preview {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.hero-first {
  z-index: 25;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.hero-text-wrapper {
  z-index: 15;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 70vw;
  display: flex;
  position: static;
}

.main-strip {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.main-strip.right {
  z-index: 51;
  inset: 0% 0% 0% auto;
}

.hero-interaction {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-images {
  z-index: 10;
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  padding-top: 40vh;
  display: flex;
}

.hero-images.left {
  position: relative;
}

.hero-images.right-slide {
  z-index: 25;
  justify-content: center;
  align-items: center;
  inset: 0% 0% 0% auto;
}

.hero-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--baby-blue);
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: -100vh;
  padding-bottom: 3rem;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.top-title-overflow {
  position: relative;
}

.top-title-overflow.add-overflow {
  overflow: hidden;
}

.hero-home-flex {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.35;
  display: flex;
  position: static;
}

.main-image {
  width: 22vw;
  height: 27vw;
  min-height: 27vw;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.main-image.fifth {
  width: 18vw;
  height: 18vw;
  min-height: 18vw;
  margin-top: -50vw;
  left: -57vw;
}

.main-image.sixth {
  width: 22vw;
  height: 25vw;
  min-height: 25vw;
  margin-bottom: -5vw;
  top: -10.6vh;
  left: -9.6vw;
}

.main-image.eight {
  margin-top: -150%;
}

.main-image.second {
  width: 11vw;
  height: auto;
  min-height: auto;
  top: -19.1vh;
  left: -4.2vw;
}

.main-image.second.absolute {
  width: 11vw;
  position: absolute;
  inset: 11.9vh 3.5vw auto auto;
}

.main-image.third {
  width: 23vw;
  height: 22vw;
  min-height: 23vw;
  top: 20vh;
  left: 2.3vw;
}

.main-image.fourth {
  width: 15vw;
  height: 19vw;
  min-height: 19vw;
  margin-top: -45vw;
  top: 17.4vh;
  left: 58vw;
}

.main-image.seven {
  margin-top: 0%;
  margin-bottom: -45%;
  left: 140%;
}

.main-image.first {
  width: 16vw;
  height: 19vw;
  min-height: 19vw;
  margin-top: -39vw;
  top: -37vh;
  left: -60vw;
}

.hero-overflow-title {
  z-index: 50;
  position: sticky;
  top: 200px;
}

.logo-grid-list {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo-grid-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  padding: 1.5rem 1rem;
  display: flex;
}

.logo-grid-mask {
  max-height: 3.5rem;
  overflow: hidden;
}

.logo-grid-track {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-client {
  filter: invert();
  height: 3rem;
  max-height: 3rem;
}

.fade-in-wrapper {
  color: var(--third-color);
  position: relative;
  overflow: hidden;
}

.flex-center {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--third-color);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 900px;
  margin: 100px auto;
  display: flex;
}

.button-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  background-color: #f0f0f000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fade-gradient {
  z-index: 0;
  background-image: linear-gradient(90deg, #fff0, var(--baby-blue) 25%);
  pointer-events: none;
  -webkit-text-stroke-color: var(--third-color);
  cursor: none;
  width: 200%;
  position: absolute;
  inset: 0%;
}

.subhead-main {
  opacity: 1;
  text-align: center;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.4;
}

.subhead-main._80 {
  color: var(--third-color);
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.4;
}

.subhead-main.left {
  text-align: left;
  margin-top: 0;
  font-weight: 600;
}

.button-3d {
  color: var(--main-color);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: transform .2s;
}

.button-3d:active {
  transform: scale(.975);
}

.button-inner {
  position: relative;
}

.button-face {
  background-color: var(--second-color);
  padding: 1rem 1.75rem;
}

.button-face.hover {
  background-color: var(--third-color);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  position: absolute;
  top: 100%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

.button-flex {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-flex._20px {
  margin-top: 20px;
}

.project-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: flex;
}

.project-flex.add-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrap {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.image-wrap.cricle {
  border-radius: 100%;
  width: 180px;
  height: 180px;
}

.image-wrap.square {
  width: 29vw;
  height: 27vh;
  margin-left: 20px;
  top: 11px;
}

.image-wrap.auto {
  aspect-ratio: 3 / 2;
  height: auto;
}

.image-wrap.auto.with-ratio {
  aspect-ratio: 1;
}

.image-wrap.for-about {
  height: 50vh;
}

.work-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.work-overlay {
  z-index: 3;
  opacity: .4;
  pointer-events: none;
  background-image: linear-gradient(#0c0c0d73, #0c0c0dcc);
  position: absolute;
  inset: 0%;
}

.title-wrapper {
  z-index: 6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-title {
  color: var(--third-color);
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Instrument Sans, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.5;
}

.top-part {
  z-index: 30;
  justify-content: space-between;
  align-items: flex-start;
  padding: 41px 38px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.top-text {
  opacity: 1;
  color: var(--main-color);
  margin-bottom: 0;
}

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

.fun-facts-grid._3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.founder-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-40px {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.line-divider {
  background-color: var(--main-color);
  opacity: .35;
  width: 100%;
  height: .5px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.fun-number {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: .8;
}

.fun-number.second {
  font-size: 15vw;
  position: relative;
}

.testimonials-text {
  color: var(--main-color);
  text-align: center;
  text-transform: uppercase;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
}

.align-center {
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.service-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 100%;
}

.service-wrapper {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.home-services-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-services-item.sticky {
  position: sticky;
  top: 0;
}

.services-left-content {
  color: var(--main-color);
  background-color: #111;
  flex-flow: column;
  justify-content: space-between;
  height: 80vh;
  padding: 74px 10% 74px 65px;
  display: flex;
}

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

.service-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.service-content {
  color: var(--divider-color);
  background-color: #222;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.big-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 28vw;
  font-weight: 400;
  line-height: .8;
}

.flex-big {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

.data-image {
  justify-content: space-between;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: flex;
}

.data-image.invert {
  opacity: .7;
}

.data-text {
  opacity: .7;
  margin-bottom: 0;
  font-size: 14px;
}

.data-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.data-inside {
  color: var(--main-color);
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.buton-icon-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.buton-icon-svg.is-absolute {
  z-index: 2;
  position: absolute;
  transform: translate(-30px);
}

.blog-main-wrapper {
  color: var(--main-color);
  width: 100%;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-icon-main {
  z-index: 5;
  background-color: var(--second-color);
  color: var(--main-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: hidden;
  transform: none;
}

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

.cta-wrapper {
  z-index: 30;
  background-color: #0b0b0b;
  position: relative;
}

.text-rotator-main {
  z-index: 20;
  background-color: var(--baby-blue);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-rotator-main:hover {
  filter: invert();
}

.text-rotator-content {
  align-items: center;
  display: flex;
}

.text-rotator {
  opacity: 1;
  color: var(--main-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 30vw;
  font-weight: 400;
  line-height: .9;
}

.line-icon {
  background-color: var(--main-color);
  opacity: .42;
  flex: none;
  width: 140px;
  height: 1px;
  margin-left: 50px;
  margin-right: 50px;
}

.footer-grid-second {
  z-index: 4;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.copyright-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.figma-text {
  opacity: 1;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 16px;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.subscribe-field-footer {
  color: #000;
  background-color: #f1f3f8;
  background-image: url('../images/paper-planes_1paper-planes.avif');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px #000;
  align-self: center;
  height: 80px;
  margin-bottom: 0;
  padding-left: 52px;
  font-size: 17px;
}

.subscribe-field-footer::placeholder {
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

.line-bottom {
  background-color: #d9dae2;
  width: 100%;
  height: 1px;
  margin-top: 6px;
}

.footer-title {
  opacity: .76;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
}

.subscribe-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.checkbox-label-footer {
  opacity: 1;
  color: #f1f3f8;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.navigation-flex {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.footer {
  z-index: 5;
  background-color: var(--second-color);
  color: #d9dae2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 10vh;
  padding: 50px 3% 30px;
  display: flex;
  position: relative;
}

.button-line {
  color: #f1f3f8;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.copyright-flex-bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.figma-file-absolute {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #d9dae2;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.figma-file-absolute.for-copyright {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
  position: relative;
  bottom: 0;
  left: 0;
}

.figma-file-absolute.for-copyright:hover {
  opacity: .69;
}

.checkbox-main {
  opacity: .5;
  border: 1px solid #d9dae2;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-main.w--redirected-checked {
  opacity: 1;
  background-color: #d9dae2;
  background-image: url('../images/check_1check.avif');
  background-position: 50%;
  background-size: 10px;
  border-color: #d9dae2;
}

.button-subscribe {
  color: #d9dae2;
  cursor: pointer;
  background-color: #000;
  padding: 19px 22px;
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.button-subscribe:hover {
  background-color: #080425;
}

.button-subscribe.subscribe {
  background-color: var(--second-color);
  color: var(--main-color);
  text-transform: uppercase;
  padding: 24px 29px;
  position: absolute;
  inset: 6px 6px auto auto;
}

.button-subscribe.subscribe:hover {
  background-color: var(--third-color);
}

.button-button-icon {
  z-index: 5;
  color: #000;
  background-color: #f1f3f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: hidden;
  transform: none;
}

.button-button-icon.relative {
  background-color: var(--main-color);
  color: var(--baby-blue);
  border: 1px solid #ffffff45;
  width: 32px;
  height: 32px;
  position: relative;
  top: 0;
  right: 0;
}

.white-link {
  opacity: .85;
  color: var(--main-color);
}

.hero-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 150px 3% 90px;
  display: flex;
  position: sticky;
  top: 0;
}

.year {
  vertical-align: baseline;
  margin-left: 10px;
  font-size: 9vw;
  font-weight: 400;
  display: inline-block;
}

.gray-text-color {
  opacity: .3;
}

.small-number {
  opacity: .7;
  color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
}

.main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-grid.top {
  place-items: start stretch;
}

.plus {
  vertical-align: top;
  margin-left: 9px;
  font-family: Coolvetica Rg, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: 13px;
}

.about-image-section {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--baby-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.line {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #e8eded;
  width: 100%;
  height: 2px;
}

.social-icon-main {
  color: #fff;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
  overflow: hidden;
  transform: rotate(-45deg);
}

.social-icon-main.for-social {
  padding-left: 0;
  position: relative;
  top: 0;
  right: 0;
  transform: none;
}

.social-wrapper-footer {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 17px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.social-icon.is-absolute {
  z-index: 2;
  position: absolute;
  transform: translate(-30px);
}

.social-icon.is-absolute.invert {
  opacity: 1;
}

.social-icon.invert {
  opacity: 1;
  filter: invert();
}

.name-title {
  margin-bottom: 8px;
}

.team-wrapper {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

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

.another-font {
  text-transform: uppercase;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

.input-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.checkbox {
  border: 1px solid #c1c1be;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #c1c1be;
  background-image: url('../images/check_1check.avif');
  background-position: 50%;
  background-size: 10px;
  border-color: #c1c1be;
}

.small {
  opacity: .52;
  vertical-align: super;
  font-size: 11px;
}

.button-contact {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.button-contact.left {
  justify-content: flex-start;
  align-items: center;
}

.field-label-contact {
  opacity: .6;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 500;
}

.field-label-contact.big {
  opacity: 1;
  font-size: 14px;
}

.input-100 {
  width: 100%;
}

.text-field-main {
  background-color: var(--baby-blue);
  box-shadow: none;
  color: var(--main-color);
  border-top: 1px #0003;
  border-bottom: 1px solid #ffffff54;
  border-left: 1px #0003;
  border-right: 1px #00000024;
  height: 56px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
}

.text-field-main:hover, .text-field-main:focus {
  border-color: #ffffff3b #ffffff3b #000;
}

.text-field-main::placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.text-field-main.area {
  color: #000;
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.checkbox-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.form-block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.second-label {
  opacity: .76;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.templates-badge-wrapper {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 20px 11px 18px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 12px 28px #00000024;
}

.loader-badge {
  background-image: none;
  background-position: 0 0;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  inset: -19px -15px auto auto;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.blue-color {
  color: #4353ff;
}

.container-2 {
  position: relative;
}

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

.image {
  overflow: visible;
}

.div-block {
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  z-index: -2;
  object-fit: contain;
  display: inline-block;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
}

.work-contents {
  object-fit: fill;
  height: 100%;
  max-height: none;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 60px;
  position: static;
}

.div-block-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.container-3 {
  width: 100%;
  max-width: none;
}

.paragraph {
  color: var(--third-color);
  width: 60%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.text-block {
  color: var(--third-color);
}

.div-block-3 {
  margin-top: 20px;
}

.text-block-2 {
  color: var(--main-color);
  text-align: center;
  margin-bottom: 100px;
  font-size: 30px;
}

.concept-image {
  width: 50%;
  margin-bottom: 20px;
  display: block;
}

.concept-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.date-texit-1 {
  color: var(--main-color);
  margin-bottom: 0;
  font-size: 28px;
}

.date-texit-2 {
  color: var(--main-color);
  margin-top: 10px;
  font-weight: 400;
}

.grid {
  grid-column-gap: 55px;
}

.h1-sub-heading {
  color: var(--third-color);
  font-size: 25px;
  line-height: 35px;
}

.container-4 {
  background-color: var(--second-color);
  padding: 5% 3%;
}

.paragraph-2 {
  color: var(--third-color);
  font-size: 16px;
  line-height: 1.8;
}

.sentenceimage2_mobile {
  display: none;
}

@media screen and (min-width: 1280px) {
  .container {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .pricing-text {
    margin-bottom: 3px;
  }

  .navbar {
    background-color: #fff;
  }

  .flex-center {
    justify-content: center;
    align-items: stretch;
  }

  .work-title {
    color: var(--third-color);
    font-weight: 600;
  }

  .testimonials-text {
    color: var(--main-color);
  }

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

  .work-contents {
    text-align: left;
    flex-flow: row;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-3 {
    width: 200vw;
    display: flex;
  }

  .paragraph {
    color: var(--third-color);
    width: 90%;
    font-weight: 400;
    line-height: 2.4;
  }

  .text-block-2 {
    color: var(--divider-color);
  }

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

  .sentenceimage1 {
    width: 100%;
  }

  .concept-image {
    max-width: 60%;
  }

  .concept-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .date-texit-1 {
    color: var(--main-color);
    margin-top: 60px;
    font-size: 30px;
  }

  .date-texit-2 {
    color: var(--main-color);
    margin-top: 10px;
    font-weight: 400;
  }

  .grid {
    grid-column-gap: 70px;
  }

  .h1-sub-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .container-4 {
    background-color: var(--second-color);
    color: var(--third-color);
    max-width: 1050px;
    margin-top: 40px;
    padding: 5% 3%;
  }

  .paragraph-2, .paragraph-3 {
    font-size: 16px;
    line-height: 1.8;
  }

  .sentenceimage2_mobile {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    margin-top: 0;
    margin-bottom: 220px;
    padding-top: 0;
    position: static;
  }

  .section.for-work {
    height: 1800px;
  }

  .navbar {
    background-color: #fff;
  }

  .fade-in-wrapper {
    margin-bottom: 60px;
  }

  .subhead-main._80 {
    color: var(--third-color);
    width: 800vh;
    max-width: 100%;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.8;
  }

  .work-title {
    color: var(--third-color);
    font-weight: 600;
  }

  .testimonials-text {
    color: var(--main-color);
  }

  .service-title {
    font-size: 8rem;
  }

  .home-services-item {
    position: relative;
  }

  .buton-icon-svg {
    color: var(--second-color);
    -webkit-text-stroke-color: var(--third-color);
  }

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

  .button-button-icon.relative {
    background-color: var(--divider-color);
  }

  .container-2 {
    width: 100%;
    max-width: none;
    height: 100%;
    position: relative;
  }

  .heading {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 70px;
  }

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

  .image {
    position: static;
    top: auto;
  }

  .div-block {
    margin: auto;
    display: block;
  }

  .image-3 {
    max-height: none;
    margin: auto;
    position: absolute;
  }

  .work-contents {
    width: 65%;
    min-width: 80vw;
    max-width: none;
    display: flex;
  }

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

  .paragraph {
    color: var(--third-color);
    width: 75%;
    font-weight: 400;
    line-height: 2.8;
    display: flex;
  }

  .text-block-2 {
    color: var(--main-color);
  }

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

  .concept-image {
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .concept-div {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .date-texit-1 {
    color: var(--main-color);
    text-align: center;
    margin-top: 60px;
    font-size: 30px;
  }

  .date-texit-2 {
    color: var(--main-color);
    text-align: center;
    font-weight: 400;
  }

  .section-2 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 220px;
    display: block;
  }

  .container-4 {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 3%;
  }

  .sentenceimage2_mobile {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: auto;
    min-height: 120vh;
    margin: 0 auto;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .section.for-work {
    background-color: var(--baby-blue);
    color: var(--third-color);
    height: 200vh;
    padding-left: 5vh;
    position: relative;
    left: 0;
    right: 0;
  }

  .logo-link {
    margin-right: auto;
  }

  .button-text-wrapper {
    height: 37px;
  }

  .navbar {
    background-color: var(--second-color);
  }

  .navigation-link {
    font-size: 27px;
  }

  .main-logo {
    width: 200px;
    max-width: none;
  }

  .nav-link {
    font-size: 27px;
  }

  .button-text.coma {
    padding-bottom: 14px;
    font-size: 29px;
  }

  .hero-main-title {
    color: var(--main-color);
    font-family: Droid Sans, sans-serif;
  }

  .hero-images.left {
    color: var(--main-color);
  }

  .hero-images.right-slide {
    color: var(--body-text-color);
  }

  .top-title-overflow {
    color: var(--main-color);
  }

  .main-image.first {
    margin-top: -33vw;
  }

  .fade-in-wrapper {
    margin-bottom: 40px;
  }

  .subhead-main._80 {
    color: var(--third-color);
    max-width: 100%;
    font-size: 25px;
  }

  .work-title {
    color: var(--third-color);
    margin-top: 100px;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 50px;
    font-weight: 600;
  }

  .testimonials-text {
    color: var(--main-color);
  }

  .big-text {
    font-size: 23vw;
  }

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

  .image-3 {
    margin: 0;
  }

  .work-contents {
    object-fit: fill;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    height: auto;
    min-height: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .container-3 {
    aspect-ratio: auto;
    object-fit: contain;
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .paragraph {
    color: var(--third-color);
    flex-flow: column;
    align-items: center;
    width: 80%;
    font-size: 20px;
    font-weight: 400;
    line-height: 3;
    display: flex;
  }

  .text-block {
    color: var(--third-color);
    font-size: 16px;
    font-weight: 600;
  }

  .sentence-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    display: flex;
  }

  .sentenceimage-2 {
    flex: 0 auto;
    width: 35vw;
    max-width: none;
    height: auto;
    margin-left: auto;
    display: block;
    overflow: visible;
  }

  .sentenceimage1 {
    object-fit: fill;
    width: 35vw;
    max-width: none;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .concept-image {
    width: 60%;
  }

  .concept-div {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .date-texit-1 {
    color: var(--main-color);
    text-align: center;
    margin-top: 60px;
    margin-bottom: auto;
    font-size: 30px;
    line-height: 60px;
  }

  .date-texit-2 {
    color: var(--main-color);
    text-align: center;
    margin-top: 10px;
    font-size: 45px;
    font-weight: 400;
  }

  .image-4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    overflow: clip;
  }

  .div-block-4 {
    text-align: center;
  }

  .grid {
    grid-column-gap: 190px;
    grid-template-rows: auto auto auto;
    grid-template-areas: "Area"
                         "Area-2"
                         "Area-3";
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-sub-heading {
    color: var(--main-color);
    font-size: 30px;
  }

  .section-2 {
    flex-flow: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-4 {
    background-color: var(--second-color);
    justify-content: center;
    width: 1400px;
    max-width: none;
    padding: 3%;
    display: flex;
  }

  .paragraph-2 {
    color: var(--third-color);
    font-family: Instrument Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
  }

  .paragraph-3 {
    color: var(--third-color);
    font-weight: 400;
    line-height: 1.8;
  }

  .white-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .italic-text-2 {
    font-family: Inconsolata, monospace;
  }

  .sentenceimage2_mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .subhead {
    font-size: 19px;
  }

  .utility-page-content {
    width: 600px;
  }

  ._404-title {
    font-size: 62px;
  }

  .container.for-checkout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

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

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

  .subhead-big-center {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 2.8rem;
  }

  .work-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video-wrap {
    width: 16vw;
    height: 16vw;
  }

  .style-title {
    line-height: 1.2;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .title-1 {
    font-size: 6em;
  }

  .pricing-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .subhead-pricing {
    font-size: 19px;
  }

  .pricing-column._15px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .first-part {
    margin-right: 0;
  }

  .logo-link {
    order: -1;
  }

  .navbar {
    background-color: var(--second-color);
    justify-content: space-between;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .last-item {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
  }

  .navigation-link {
    color: var(--main-color);
    padding-top: 2px;
    padding-bottom: 8px;
    padding-left: 3%;
  }

  .navigation-link.for-contact {
    padding-left: 0%;
  }

  .lottie-white {
    filter: invert();
    width: 30px;
  }

  .menu-button {
    order: 1;
    padding: 12px;
  }

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

  .nav-menu {
    background-color: var(--baby-blue);
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-text.coma, .line-below {
    display: none;
  }

  .hero-text-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .hero-content {
    padding-top: 4.4rem;
    padding-bottom: 20vh;
  }

  .main-image {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .main-image.fifth {
    left: -65vw;
  }

  .main-image.sixth {
    left: -10vw;
  }

  .main-image.second {
    width: 20vw;
  }

  .main-image.second.absolute {
    top: 11.7vh;
  }

  .main-image.fourth {
    width: 19vw;
    height: 22vw;
    min-height: 23vw;
  }

  .main-image.first {
    width: 20vw;
    height: 22vw;
    min-height: 22vw;
  }

  .button-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .subhead-main {
    font-size: 29px;
  }

  .subhead-main._80 {
    max-width: 100%;
  }

  .project-flex.add-grid {
    grid-template-columns: 1fr;
  }

  .image-wrap {
    height: 60vh;
  }

  .image-wrap.square {
    width: 29vw;
    height: 150px;
    margin-left: 10px;
  }

  .image-wrap.mobile-auto {
    aspect-ratio: 1;
    height: auto;
  }

  .image-wrap.for-about {
    height: 45vh;
  }

  .work-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .testimonials-text {
    max-width: 100%;
    font-size: 70px;
    line-height: 1.1;
  }

  .service-title {
    font-size: 12vw;
  }

  .service-wrapper {
    height: 75vw;
    position: static;
  }

  .home-services-item {
    display: flex;
  }

  .home-services-item.sticky {
    position: relative;
  }

  .home-services-item.sticky.reverse {
    flex-flow: column-reverse;
  }

  .services-left-content {
    height: auto;
  }

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

  .buton-icon-svg {
    color: var(--second-color);
  }

  .text-rotator-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-grid-second {
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 2fr;
    display: flex;
  }

  .footer {
    background-color: var(--second-color);
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .button-button-icon.relative {
    background-color: var(--divider-color);
  }

  .hero-inner {
    padding-top: 101px;
    padding-bottom: 53px;
  }

  .main-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .team-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-wrapper {
    width: 100%;
  }

  .input-flex {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

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

  .container-3 {
    display: none;
  }

  .paragraph {
    text-align: center;
    flex-flow: row;
    order: 0;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    display: block;
  }

  .text-block-2 {
    color: var(--main-color);
  }

  .sentence-container {
    flex-flow: column;
    display: block;
  }

  .sentenceimage-2, .sentenceimage1 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .white-container {
    flex-flow: column;
    display: block;
  }

  .sentenceimage2_mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-field.plain {
    max-width: 400px;
  }

  .utility-page-content, .utility-page-content.second {
    width: 500px;
  }

  .search-result-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._404-title {
    font-size: 48px;
  }

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

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

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

  .section-photo {
    min-height: 500px;
  }

  .video-wrap {
    width: 30vw;
    height: 30vw;
  }

  .video-wrap.full-width {
    height: 500px;
  }

  .style-title {
    font-size: 40px;
    line-height: 1.1;
  }

  .title-5 {
    font-size: 36px;
  }

  .title-1 {
    font-size: 5em;
    line-height: .9;
  }

  .pricing-column {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .pricing-column._15px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .navigation-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .main-image.sixth {
    margin-bottom: 12vw;
    top: -1.4vh;
  }

  .main-image.second.absolute {
    width: 15vw;
    top: 8.3vh;
    right: 8.3vw;
  }

  .logo-grid-list {
    grid-template-columns: 1fr 1fr;
  }

  .logo-grid-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-client {
    max-height: 3rem;
  }

  .subhead-main {
    font-size: 22px;
  }

  .project-flex.add-grid {
    grid-template-columns: 1fr;
  }

  .image-wrap {
    height: 55vh;
  }

  .image-wrap.for-about {
    aspect-ratio: 1;
    height: auto;
  }

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

  .top-part {
    padding: 30px 25px;
  }

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

  .fun-number {
    margin-bottom: 15px;
  }

  .testimonials-text {
    font-size: 57px;
  }

  .service-title {
    font-size: 16vw;
  }

  .services-left-content {
    padding: 40px 35px;
  }

  .service-content {
    border-width: 1px;
  }

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

  .line-icon {
    margin-left: 25px;
    margin-right: 25px;
  }

  .footer-grid-second {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2fr .25fr;
  }

  .figma-text {
    font-size: 18px;
  }

  .footer {
    z-index: 15;
  }

  .main-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .about-image-section {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .input-flex {
    grid-row-gap: 10px;
  }
}

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

  .subscribe-field {
    background-position: 5%;
    background-size: 26px;
  }

  .utility-page-content, .utility-page-content.second {
    width: 95%;
  }

  .search-link {
    font-size: 24px;
  }

  .search-result-item {
    padding: 25px 20px 20px;
  }

  ._404-title {
    font-size: 41px;
  }

  .password-title {
    font-size: 40px;
  }

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

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

  .section.for-checkout {
    padding-top: 80px;
  }

  .section.for-work {
    padding-left: 2vh;
    padding-right: 2vh;
  }

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

  .subhead-big-center {
    padding-left: 4%;
    padding-right: 4%;
    font-size: 34px;
  }

  .video-wrap {
    aspect-ratio: 1;
    width: 36vw;
    height: 36vw;
  }

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

  .title-5 {
    font-size: 32px;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .color-row {
    flex-direction: column;
  }

  .title-1 {
    font-size: 39px;
    line-height: 1.1;
  }

  .licensing-title {
    font-size: 29px;
  }

  .licensing-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .pricing-plan-justify {
    padding: 24px 18px;
  }

  .logo-link {
    width: 200px;
    margin-bottom: auto;
    margin-right: auto;
  }

  .navbar {
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .last-item {
    margin-top: 10px;
    margin-left: auto;
  }

  .main-logo {
    width: 120px;
    max-width: none;
    margin-bottom: auto;
    margin-right: auto;
  }

  .hero-main-title {
    font-size: 38vw;
  }

  .image-fill {
    bottom: 5%;
  }

  .hero-wrapper {
    height: 180vh;
    margin-bottom: 100px;
  }

  .hero-first {
    height: 80vh;
    min-height: 80vh;
  }

  .hero-interaction {
    height: 180vh;
    min-height: 800px;
    margin-top: 100vh;
    padding-bottom: 20px;
  }

  .hero-images.left {
    height: 70vh;
    max-height: 70vh;
  }

  .hero-images.right-slide {
    height: 50vh;
    max-height: 50vh;
  }

  .hero-content {
    padding-bottom: 14vh;
  }

  .main-image {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .main-image.fifth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    left: -65.6vw;
  }

  .main-image.sixth {
    flex: 0 auto;
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-bottom: -62vw;
    display: none;
    top: -19.5vh;
    left: -4vw;
  }

  .main-image.eight {
    display: none;
  }

  .main-image.second {
    width: 25vw;
    min-height: 40vw;
    top: -8vh;
  }

  .main-image.second.absolute {
    width: 29vw;
    display: none;
    top: 7.3vh;
    right: -1.6vw;
  }

  .main-image.third {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    display: none;
    top: 33.8vh;
    left: -4.1vw;
  }

  .main-image.fourth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: -17vw;
    left: 53vw;
  }

  .main-image.seven {
    display: none;
  }

  .main-image.first {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: -4vw;
    top: -39vh;
    left: -53vw;
  }

  .hero-overflow-title {
    top: 0;
  }

  .flex-center {
    align-items: center;
  }

  .subhead-main {
    font-size: 20px;
  }

  .subhead-main._80 {
    font-size: 16px;
  }

  .image-wrap {
    height: auto;
    min-height: 450px;
  }

  .image-wrap.cricle {
    min-height: 180px;
  }

  .image-wrap.square {
    height: 80px;
    min-height: 80px;
    margin-left: -6px;
  }

  .image-wrap.auto {
    min-height: auto;
  }

  .image-wrap.mobile-auto {
    aspect-ratio: 1;
    min-height: auto;
  }

  .image-wrap.for-about {
    min-height: auto;
  }

  .work-title {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
  }

  .top-part {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 17px;
  }

  .fun-facts-grid._3-column {
    grid-template-columns: 1fr;
  }

  .fun-number {
    font-size: 150px;
  }

  .fun-number.second {
    font-size: 120px;
  }

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

  .services-left-content {
    padding-left: 6%;
    padding-right: 6%;
  }

  .service-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-content {
    font-size: 16px;
  }

  .big-text {
    margin-top: 4px;
    margin-bottom: 4px;
  }

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

  .blog-main-wrapper {
    font-size: 24px;
  }

  .text-rotator-main {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .text-rotator {
    font-size: 100px;
    line-height: 1;
  }

  .line-icon {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-grid-second {
    grid-template-columns: 2fr;
  }

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

  .subscribe-field-footer {
    background-position: 5%;
    background-size: 26px;
  }

  .subscribe-form {
    width: 100%;
  }

  .footer {
    padding-top: 30px;
  }

  .copyright-flex-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .checkbox-main {
    flex: none;
  }

  .hero-inner {
    padding-top: 84px;
    padding-bottom: 0;
  }

  .small-number {
    font-size: 16px;
  }

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

  .plus {
    margin-top: 1px;
    margin-left: 6px;
    font-size: 40px;
    top: 4px;
  }

  .team-grid, .input-flex {
    grid-template-columns: 1fr;
  }

  .checkbox {
    flex: none;
  }

  .work-contents {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .paragraph {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    font-size: 14px;
    line-height: 2.5;
  }

  .text-block {
    text-align: right;
    width: 250px;
    margin-left: auto;
  }

  .text-block-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    font-size: 20px;
  }

  .concept-image {
    margin-left: auto;
    margin-right: auto;
  }

  .date-texit-1 {
    font-size: 18px;
  }

  .date-texit-2 {
    font-size: 22px;
  }

  .image-4 {
    aspect-ratio: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    object-fit: contain;
    grid-template: "Area" 200px
                   "." minmax(80px, 120px)
                   "." minmax(300px, 400fr)
                   "." 200px
                   "." minmax(80px, 120fr)
                   "." minmax(300px, 400fr)
                   / 300fr;
    grid-auto-rows: minmax(0, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start;
    height: 100vh;
    max-height: none;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 10px;
  }

  .h1-sub-heading {
    object-fit: contain;
    flex-flow: column;
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    display: block;
  }

  .container-4 {
    height: 1350px;
  }

  .paragraph-2 {
    object-fit: contain;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 2.2;
    display: block;
  }

  .white-container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-5 {
    vertical-align: baseline;
    object-fit: contain;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    overflow: visible;
  }

  .image-6 {
    object-fit: contain;
    width: 100%;
    max-width: none;
    max-height: none;
    margin-top: 0;
    margin-bottom: auto;
    padding: 0;
    display: block;
    position: static;
  }
}

#w-node-_4c7885a2-6b15-7028-72d6-d7da8408e232-2973f323, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6d7-2973f342, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6d8-2973f342, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6d9-2973f342, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6db-2973f342, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6dc-2973f342, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6de-2973f342, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6e3-2973f342, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6e6-2973f342, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6e9-2973f342, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6ec-2973f342, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6ef-2973f342, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6f2-2973f342, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5389-2973f343, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538a-2973f343, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538b-2973f343, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538d-2973f343, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538e-2973f343, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5390-2973f343, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5395-2973f343, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5398-2973f343, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c539b-2973f343, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c539e-2973f343, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c53a1-2973f343, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c53a4-2973f343 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-f63419e3-ec5c-6bff-b563-96228d4ea6f8-2973f323 {
    grid-area: Area;
    place-self: start;
  }

  #w-node-_41459ea3-8406-df0f-4424-958717a09eaf-2973f323 {
    order: 0;
    grid-area: 4 / 1 / 5 / 3;
    place-self: start;
  }

  #w-node-_8ddf6167-a72a-2eb6-c1a5-81f5541984f0-2973f323 {
    grid-area: 2 / 1 / 4 / 3;
    place-self: start;
  }

  #w-node-_64b66ddc-567a-e23c-25f5-93d85d26a261-2973f323 {
    grid-area: 5 / 1 / 6 / 3;
    place-self: start;
  }

  #w-node-_4e1b2ac9-3960-4741-01ea-bbd151c61bfc-2973f323 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: start;
  }

  #w-node-b07a8c84-69d6-da41-862f-a764986eb7d5-2973f323 {
    grid-area: 6 / 1 / 7 / 2;
    place-self: start;
  }
}


@font-face {
  font-family: 'Coolvetica Rg';
  src: url('../fonts/coolvetica-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Condensed Rg';
  src: url('../fonts/coolvetica-condensed-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Compressed Hv';
  src: url('../fonts/coolvetica-compressed-hv.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}