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

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

:root {
  --text-color: #1e1e1e;
  --primary: #336cec;
  --light-grey: #fafafa;
  --misty-rose: #ffdede;
  --link-bg-grey: #f1f1f1;
  --light-blue-bg: #f8f8fa;
  --dim-grey: #c5c5c5;
  --secondary: #18e5e1;
  --bg-grey: #d4d4d4;
  --notification-bg: #061025;
  --h1-desktop-size: 85px;
  --h1-tablet-size: 55px;
  --border-radius: 35px;
  --border-radius-mobile: 24px;
  --dark-pink: #331832;
}

.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;
  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;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  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-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 {
  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;
  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;
  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-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-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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@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;
  }
}

@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 {
  color: #000;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  letter-spacing: .7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: var(--text-color);
}

ul {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  display: flex;
}

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

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: 600;
}

sup {
  font-size: 60%;
}

blockquote {
  color: var(--primary);
  border-left: 0 #e2e2e2;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 50px 10px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

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

.section.cta-section, .section.overflow-hidden {
  overflow: hidden;
}

.container {
  border-radius: 12px;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 2em;
}

.container.nav-container {
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container.nav-container-rounded-center {
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5em;
  display: flex;
  position: relative;
}

.container.hero-contaner-panel {
  position: relative;
}

.container.banner-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-menu-container {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #0000000d;
  height: 100px;
  position: sticky;
  inset: 0% 0% auto;
}

.hero-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.nav-menu {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu.no-margin {
  background-color: #000;
  inset: 0% 0% auto;
}

.nav-menu.right-padding {
  padding-right: 6em;
}

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

.grid-6-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.grid-4-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
}

.utility-page-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 70px;
  display: flex;
}

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

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

.footer-link {
  z-index: 1;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.footer-link:hover {
  color: #000;
}

.footer-link.lighter-footer-link {
  color: #2b2b2b80;
}

.link-block-underline {
  background-color: #8d8d8d;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.footer {
  background-color: #fff;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.footer-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 3em;
  display: grid;
}

.footer-logo-link {
  opacity: 1;
  flex: 0 auto;
  transition-property: opacity;
  display: inline-block;
}

.footer-logo-link:hover {
  opacity: .8;
}

.footer-image {
  width: 100%;
  max-width: 120px;
}

.footer-heading {
  color: #000;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
}

.made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid var(--light-grey);
  justify-content: space-between;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.nav-link-holder, .nav-link-holder.nav-button-holder {
  padding-left: 10px;
}

.body-white {
  background-color: #fff;
}

.content.relative {
  position: relative;
}

.grey-text {
  color: #6b6b6b;
}

.contact-form-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.field-label {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
}

.success-message {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #fff;
  border-radius: 8px;
  padding: 1em;
}

.error-message {
  background-color: var(--misty-rose);
  text-align: center;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.menu-button {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 4px 5px 5px;
  transition: background-color .35s;
}

.menu-button:hover, .menu-button.w--open {
  background-color: var(--link-bg-grey);
}

.copyright-text {
  color: #2b2b2bcc;
  line-height: 1.4;
}

.gs-copyright-link {
  color: #fff;
  background-image: url('../images/external-link.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 16px;
  font-weight: 500;
}

.gs-copyright-link:hover {
  color: var(--primary);
}

.rich-text {
  width: 100%;
  max-width: 720px;
  color: var(--text-color);
  line-height: 1.6;
}

.rich-text h5 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text strong {
  color: #323232;
  font-weight: 600;
}

.rich-text a {
  color: #323232;
  border-bottom: 1px solid #323232;
  line-height: 1.6;
  text-decoration: none;
  transition-property: all;
}

.rich-text a:hover {
  color: var(--primary);
  border-bottom-color: #32323200;
  text-decoration: none;
}

.rich-text figure {
  background-color: #eef0f3;
  border-radius: 3px;
  width: 100%;
  min-width: 100%;
  margin-top: 3em;
  margin-bottom: 4em;
  padding: 30px;
}

.rich-text ul {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h3 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text img {
  width: 100%;
  min-width: 100%;
}

.rich-text figcaption {
  color: #323232cc;
  letter-spacing: .2px;
  font-size: 14px;
  line-height: 24px;
}

.rich-text h1 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 40px;
  font-weight: 600;
}

.rich-text p {
  color: #323232;
  letter-spacing: .2px;
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.6;
}

.rich-text h2 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text ol {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h4 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text h6 {
  color: #323232;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.rich-text li {
  color: #323232;
  letter-spacing: .2px;
  margin-bottom: 12px;
}

.style-guide-tab-holder {
  color: #000;
  border-radius: 5px;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

.style-guide-tab-holder:hover {
  background-color: var(--light-grey);
  color: #000;
}

.style-guide-tab-holder.w--current {
  color: #fff;
  background-color: #000;
}

.style-guide-left-panel-holder {
  background-color: var(--light-blue-bg);
  align-items: flex-start;
  width: 405px;
  display: flex;
}

.style-guide-title-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-text {
  margin-top: 0;
  font-size: 70px;
  font-weight: 600;
}

.paragraph-m {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.style-guide-gray-background {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
}

.style-guide-left-panel {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  padding: 2em;
  display: flex;
  position: sticky;
  top: 50px;
}

.subscribe-button {
  color: #fff;
  background-color: #000;
  border: 0 solid #000;
  border-radius: 0 8px 8px 0;
  width: 100px;
  height: auto;
  padding: 5px;
  font-weight: 500;
  transition: background-color .35s;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
}

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

.headings-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.link-block-23 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block-23:hover {
  color: #000;
}

.link-block-23.animation-03 {
  overflow: hidden;
}

.grid-holder {
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.colors-container {
  background-color: #fafafa;
}

.subscribe-form-holder {
  width: 100%;
  max-width: 340px;
  margin-bottom: 0;
}

.style-guide-small-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-container {
  width: 80%;
  margin-top: 10px;
}

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

.button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.font-details-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.aa-font {
  color: #000;
  font-size: 130px;
}

.style-guide-empty-container {
  padding: 2em 2em 2em 1em;
}

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: none;
  background-color: #000;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.button:hover {
  background-color: var(--primary);
  color: #fff;
}

.button.with-icon {
  text-align: left;
  background-image: url('../images/Arrow-Icon.svg');
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  padding-right: 40px;
}

.button.nav-button {
  border-radius: 100px;
  padding: 10px 15px;
  position: relative;
}

.borders {
  border: 1px solid var(--dim-grey);
  opacity: 1;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.borders.center {
  height: 100px;
}

.button-holder {
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.subscribe-form {
  z-index: 1;
  width: 100%;
  position: relative;
}

.style-guide-main-panel {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.headings-holder {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.subscribe-email {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff1a;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 109px 10px 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.subscribe-email:hover {
  background-color: #00000005;
}

.subscribe-email:focus {
  border-color: var(--primary);
  background-color: #ffffff0d;
}

.subscribe-email::placeholder {
  color: #fff6;
}

.sg---color-primary {
  background-color: var(--primary);
  width: 235px;
  height: 150px;
}

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

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

.style-guide-container {
  display: flex;
}

.style-guide-panel-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.font-light {
  font-size: 24px;
  font-weight: 300;
}

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

.sg---color-description {
  grid-row-gap: 2px;
  background-color: var(--light-blue-bg);
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.style-guide-hero-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

._404-content {
  margin-bottom: 20px;
}

.brand-logo {
  max-width: 150px;
  height: 100%;
  max-height: 30px;
}

.brand-link {
  z-index: 2;
  margin-left: 0;
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-link:hover {
  opacity: .9;
}

.nav-link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav-link:hover, .nav-link.w--current {
  color: #000;
}

.nav-link.nav-link-dropdown {
  text-align: center;
  padding-right: 25px;
}

.nav-link.white-nav-link {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
}

.link-background {
  z-index: -1;
  background-color: var(--link-bg-grey);
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.link-background.link-bg-on-dark {
  background-color: #ffffff26;
}

.link-background.social-media-link-bg {
  background-image: linear-gradient(111deg, var(--primary), var(--secondary));
}

.hero-section-secondary {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-text-secondary {
  margin-top: 0;
}

.hero-description-short-container {
  max-width: 60%;
}

.richtext-centered {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-brand-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-description {
  max-width: 260px;
  font-size: 14px;
}

.social-media-icons {
  grid-column-gap: 5px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-media-link {
  z-index: 1;
  border-radius: 6px;
  padding: 9px;
  position: relative;
}

.social-media-icon {
  filter: invert();
  width: 20px;
  height: 20px;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.contact-form-content {
  flex-direction: column;
  display: block;
}

.contact-form {
  max-width: 500px;
}

.input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #0000000a;
  background-clip: border-box;
  border: 1px solid #00000005;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.input-field:hover {
  background-color: #00000005;
}

.input-field:focus {
  border-color: var(--primary);
  background-color: #ffffff0a;
}

.input-field::placeholder {
  color: #0006;
}

.input-field.textarea-field {
  height: auto;
  min-height: 120px;
  padding-top: 15px;
}

.link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.link:hover, .link.w--current {
  color: #000;
}

.link-with-line {
  z-index: 1;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.link-with-line:hover {
  color: #000;
}

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

.section-background {
  z-index: -1;
  background-color: var(--light-grey);
  position: absolute;
  inset: 0%;
}

.footer-grid-content {
  display: block;
}

.footer-grid-content.second {
  margin-top: 2em;
}

.protected-input-holder {
  margin-bottom: 10px;
}

.blog-category-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-item-link3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.blog-item-image-holder {
  width: 100%;
  height: auto;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

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

.blog-wrapper {
  margin-top: 2em;
}

.blog-grid {
  grid-column-gap: 3em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.blog-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.blog-item-summary {
  margin-bottom: 0;
}

.blog-category-links-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  margin-bottom: 2em;
  display: grid;
}

.post-image {
  width: 100%;
}

.blog-item-category {
  color: #2b2b2bb3;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

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

.shop-list {
  grid-column-gap: 3em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-item {
  position: relative;
}

.product-add-to-cart-holder {
  z-index: 2;
  position: absolute;
  inset: 1em 1em auto auto;
}

.product-item {
  width: 100%;
}

.hide {
  display: none;
}

.add-to-cart-button {
  border: 1px solid var(--text-color);
  color: #fff0;
  background-color: #fff;
  background-image: url('../images/Cart-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 8px;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  transition: transform .45s, border-color .475s, background-color .475s;
}

.add-to-cart-button:hover {
  border-color: var(--primary);
}

.add-to-cart-button:active {
  transform: scale(.9);
}

.out-of-stock-state {
  background-color: var(--light-blue-bg);
  color: var(--text-color);
  padding: 5px;
}

.error-state {
  background-color: var(--misty-rose);
}

.category-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-cart-holder {
  justify-content: flex-end;
  align-items: center;
  height: 38px;
  padding-left: 10px;
  padding-right: 1em;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.nav-cart-holder.right-paddding {
  right: 6%;
}

.cart {
  z-index: 3;
  outline-offset: 0px;
  outline: 0 #000;
  height: 100%;
}

.cart-button {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 8px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 5px 10px;
  transition-property: background-color;
  overflow: hidden;
}

.cart-image {
  width: 20px;
}

.cart-quantity {
  width: 50px;
  height: 30px;
  color: var(--text-color);
  background-color: #fff0;
  border-style: none;
  margin-bottom: 0;
  font-size: 14px;
  transition: color .35s, background-color .35s;
}

.cart-quantity:hover {
  background-color: var(--light-blue-bg);
}

.cart-quantity:focus {
  border-color: var(--primary);
}

.cart-container {
  border-radius: 8px;
  min-width: 700px;
  max-width: 700px;
  max-height: 600px;
}

.cart-header {
  z-index: 5;
  border-bottom-color: var(--light-grey);
  background-color: #fff;
  padding: 1em;
  position: sticky;
  top: 0;
}

.cart-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.cart-close-button {
  outline-offset: 0px;
  outline: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition-property: opacity;
  display: flex;
}

.cart-close-button:hover {
  opacity: .7;
}

.cart-form-wrapper {
  justify-content: flex-start;
  align-items: stretch;
}

.cart-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em;
  display: flex;
}

.cart-item {
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cart-item-image {
  object-fit: cover;
  border-radius: 6px;
  width: 120px;
  height: 120px;
}

.cart-footer {
  z-index: 5;
  border-top-color: var(--light-grey);
  background-color: #fff;
  padding: 1em;
  position: sticky;
  bottom: 0;
}

.remove-button {
  color: var(--dim-grey);
  font-size: 13px;
  position: absolute;
  inset: auto 0% 0 auto;
}

.remove-button:hover {
  color: #fa4d50;
}

.cart-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.cart-item-price {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.cart-item-option-list {
  font-size: 14px;
}

.cart-item-option-text {
  font-size: 14px;
  font-weight: 400;
}

.cart-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
  min-height: 70px;
  margin-left: 1em;
  margin-right: 1em;
}

.x-icon {
  width: 12px;
  height: auto;
}

.cart-subtotal-label {
  font-size: 16px;
}

.cart-subtotal-price {
  font-size: 16px;
  font-weight: 600;
}

.web-payments {
  margin-bottom: 1em;
}

.cart-quantity-number {
  background-color: var(--text-color);
  color: #fff;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
}

.heading-title-holding {
  padding-bottom: 2em;
}

.product-details-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.product-other-images {
  margin-top: 1em;
}

.product-other-images-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.product-other-image-holder {
  border-radius: 5px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.product-other-image-lightbox {
  background-color: var(--light-blue-bg);
  border-radius: 6px;
  width: 100%;
  padding: .7em;
  transition-property: background-color;
}

.product-other-image-lightbox:hover {
  background-color: var(--light-grey);
}

.product-image-lightbox {
  transition-property: opacity;
  position: relative;
  overflow: hidden;
}

.product-image-lightbox:hover {
  opacity: .8;
}

.product-add-to-cart-default {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-quantity {
  border-radius: 8px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}

.product-add-to-cart-quantity {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky-content {
  position: sticky;
  top: 100px;
}

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

.checkout-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.checkout-details {
  flex-basis: 100%;
}

.checkout-summary {
  top: 100px;
}

.checkout-box {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 2em;
}

.checkout-box.no-margins {
  margin-bottom: 0;
}

.checkout-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.required-label {
  color: #00000080;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.block-header {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: var(--light-grey);
  background-color: #0000;
  align-items: center;
  padding: 1em;
}

.block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding: 1em;
}

.order-item-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--light-grey);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.order-item:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-item-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
}

.order-item-title {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
}

.order-item-quantity-holder {
  opacity: .7;
  color: var(--text-color);
}

.order-item-price {
  font-size: 14px;
  font-weight: 500;
}

.checkout-input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #0000000a;
  background-clip: border-box;
  border: 1px solid #00000005;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 1em;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.checkout-input-field:hover {
  background-color: #00000005;
}

.checkout-input-field:focus, .checkout-input-field.-wfp-focus {
  border-color: var(--primary);
  background-color: #ffffff0a;
}

.checkout-input-field::placeholder {
  color: #0006;
}

.checkout-input-field.no-margins {
  margin-bottom: 0;
}

.shipping-method-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.shipping-method {
  border-bottom-color: var(--light-grey);
  padding: 0 0 1em 0;
}

.shipping-method:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-summary-label {
  color: var(--text-color);
}

.order-summary-value {
  color: var(--text-color);
  font-size: 16px;
}

.order-line-item, .extra-item {
  align-items: center;
  margin-bottom: 10px;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-full-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shipping-method-title {
  font-weight: 500;
}

.shipping-method-description {
  font-size: 12px;
}

.shipping-method-price {
  font-weight: 500;
}

.order-info-column {
  padding-left: 0;
  padding-right: 0;
}

.order-info-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-left: 0;
  margin-right: 0;
}

.shipping-address {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-image {
  border-radius: 8px;
  width: 100%;
}

.no-shipping {
  color: var(--dim-grey);
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  padding: 1em 0;
  font-weight: 400;
}

.product-title {
  margin-top: 0;
  font-size: 42px;
}

.product-category-wrapper {
  display: block;
}

.product-category-list {
  padding-bottom: 2em;
}

.nav-dropdown {
  height: 100%;
  position: static;
}

.nav-dropdown-list {
  background-color: #0000;
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.nav-dropdown-list.on-nav-rounded {
  top: 60px;
  left: -5em;
  right: -5em;
}

.nav-dropdown-list-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.nav-dropdown-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 120px;
  width: 100%;
}

.nav-dropdown-footer {
  background-image: linear-gradient(#0000, #000 79%);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.nav-dropdown-column {
  position: relative;
}

.nav-dropdown-heading {
  color: var(--bg-grey);
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.nav-dropdown-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.whilte-link {
  color: #fff;
}

.whilte-link:hover {
  opacity: .8;
  color: #fff;
}

.nav-dropdown-line-abs {
  background-color: #fff3;
  width: 1px;
  display: block;
  position: absolute;
  inset: -20% 0% -40% auto;
}

.nav-menu-overlay-mobile {
  display: none;
}

.nav-dropdown-link-arrow {
  z-index: -3;
  background-color: #000;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
}

.nav-dropdown-link-arrow-holder {
  z-index: -3;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 30px;
  display: none;
  position: absolute;
  inset: auto 0 -27px;
  overflow: hidden;
}

.nav-dropdown-link-arrow-holder.on-rounded-nav {
  bottom: -15px;
}

.nav-dropdown-link-arrow-animated {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 16px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.demo-page-image-holder {
  border-radius: 20px;
  width: 100%;
  padding-top: 73%;
  transition: padding .35s;
  position: relative;
}

.main-page-title-badge {
  z-index: 7;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
  position: absolute;
}

.demo-page-link {
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.demo-page-link:hover {
  text-decoration: none;
}

.main-page-badge {
  border: 1px solid #0f0f11;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.name-of-pages-text {
  color: #fff;
  font-size: 18px;
}

.demo-page-item-border {
  z-index: -1;
  background-color: #000;
  border-radius: 19px;
  position: absolute;
  inset: -1px;
}

.hero-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.template-overlay {
  background-image: linear-gradient(to top, #00000080, #0000);
  position: absolute;
  inset: 0%;
}

.template-includes-box {
  background-color: #f5f5f7;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.template-footer-button-holder {
  max-width: 350px;
}

.template-card-holder {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 420px;
  min-height: 30vw;
  padding: 1%;
  display: flex;
  position: relative;
}

.template-card-image {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.demo-blur-bg-effect {
  z-index: 0;
  opacity: 0;
  filter: blur(100px);
  background-color: #4652f6;
  width: 80%;
  height: 70%;
  position: absolute;
}

.integration-heading {
  font-size: 42px;
  font-weight: 500;
}

.template-footer-heading {
  color: #fff;
  width: 100%;
  max-width: 510px;
}

.template-hover-state {
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto -1% -1%;
}

.template-footer-holder {
  justify-content: space-between;
  margin-top: 6em;
  display: flex;
}

.template-card-image-holder {
  z-index: 1;
  border-radius: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.button-view-page {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition-property: box-shadow;
  display: flex;
  position: relative;
}

.button-view-page:hover {
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 10px #0003;
}

.black-text {
  color: #000;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
}

.link-inline {
  color: var(--misty-rose);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.link-inline:hover {
  color: #fff;
}

.link-inline.w--current {
  color: #000;
}

.notification-subscribe-box {
  background-color: #fad370;
  background-image: url('../images/White-Arrow.svg'), linear-gradient(to right, var(--primary), var(--secondary));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 13px, auto;
  border-radius: 3px;
  width: 24px;
  height: 24px;
}

.hero-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--notification-bg);
  color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 8px 8px 16px;
  line-height: 1;
  transition-property: all;
  display: flex;
}

.hero-link:hover {
  color: #fff;
  background-color: #0f0f11;
}

.notification-banner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--notification-bg);
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 2em;
  font-size: 14px;
  display: flex;
}

.notification-banner.notification-side-content {
  justify-content: space-between;
}

.notification-banner.blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
}

.style-guide-box-holder {
  grid-row-gap: 30px;
  background-color: #0000000d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.sg-notifications-box {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-link-arrow {
  background-image: url('../images/Arrow-Icon.svg'), linear-gradient(to bottom, var(--primary), var(--secondary));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  padding: 5px;
}

.notification-button-transparent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notification-button-transparent:hover {
  color: #ffffffe6;
}

.heading-section-info {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.nav-section-info {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10em;
  padding: 1em;
  display: flex;
  box-shadow: 0 2px 20px #0000000d;
}

.nav-rounded-center {
  z-index: 99;
  background-color: #0000;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-bg-holder {
  opacity: 1;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 14px 20px #0003, 0 0 0 1px #0000001a;
}

.nav-bg {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #fffc;
  border-radius: 100px;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.nav-menu-parent-rounded-center {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.brand-logo-rounded-nav {
  height: 22px;
}

.navbar-footer-main-link-holder {
  padding-right: 10px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.navbar-footer-main-link-holder:hover {
  color: var(--primary);
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.blog-item-text-header {
  color: #606060;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.category-holder {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-item-title-price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.product-item-link {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.product-item-link:hover {
  text-decoration: none;
  transform: translate(0, -4px);
  box-shadow: 0 6px 30px 1px #0000001a;
}

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

.shop-item-title {
  font-size: 22px;
  font-weight: 600;
}

.shop-item-content {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 2em;
  display: flex;
}

.shop-item-price {
  font-size: 20px;
  font-weight: 500;
}

.small-thumbnail-image {
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

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

.shop-item-summary {
  color: #606060;
  font-size: 15px;
}

.folders-parent {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.folders-parent.left-align-folders {
  justify-content: flex-start;
  align-items: flex-start;
}

.filter-holder {
  grid-column-gap: 5px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  padding: 5px;
  line-height: 1;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 20px #0000001a;
}

.filter-holder.no-margin-top {
  margin-top: 0;
}

.category-item-link {
  color: #000;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  transition: all .35s;
  display: flex;
  position: relative;
}

.category-item-link:hover {
  color: #000;
  background-color: #0000000d;
  text-decoration: none;
}

.category-item-link.w--current {
  color: #fff;
  background-color: #000;
  border-color: #ff7d1e;
}

.hide-on-desktop {
  display: none;
}

.blog-item-title-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
}

.blog-item-date {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-item-link {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.blog-item-link:hover {
  text-decoration: none;
  box-shadow: 0 6px 30px 1px #0000001a;
}

.footer-top-links-6col-grid {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logo-text-form-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 4em;
  margin-bottom: 4em;
  display: grid;
}

.footer-social-icons-with-links-holder {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-privacy-links {
  grid-column-gap: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-heading-lighter {
  color: var(--notification-bg);
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 500;
}

.footer-description-secondary {
  color: #00000080;
  max-width: 260px;
  font-size: 14px;
}

.social-media-icons-2nd {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tooltip-wrapper {
  z-index: 100;
  opacity: 0;
  background-color: #000;
  border-radius: 8px;
  width: 300px;
  padding: 12px;
  display: none;
  position: absolute;
  inset: -25% auto auto 180%;
}

.pricing-table-name {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.pricing-table-name.center {
  z-index: 5;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.white-text {
  color: #fff;
}

.white-text._18px {
  font-size: 18px;
}

.pricing-table-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-table-holder.indexl {
  z-index: 10;
}

.pricing-cell-check-icon {
  width: 24px;
}

.empty-or-text {
  font-size: 18px;
}

.pricing-border {
  z-index: -1;
  border: 1px solid var(--link-bg-grey);
  position: absolute;
  inset: -1px 0% 0% -1px;
}

.tooltip-container {
  z-index: 120;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.table-cell-check-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pricing-v2-cell-grey {
  z-index: -1;
  background-color: var(--light-grey);
  position: absolute;
  inset: 0%;
}

.heading-3-style {
  margin-top: 0;
  font-size: 50px;
}

.card-item {
  z-index: 1;
  background-color: #f5f5f7;
  border-radius: 42px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000000d;
}

.card-item:hover {
  text-decoration: none;
}

.card-item.pricing-card {
  background-color: #fff;
  border-radius: 32px;
  height: 100%;
  box-shadow: 5px 14px 50px 7.6px #0000001a;
}

.accordion-item-trigger {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: .8;
}

.accordion-item-content {
  width: 100%;
  padding-left: 50px;
  overflow: hidden;
}

.accordion-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 2px solid var(--link-bg-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 10px;
  display: flex;
}

.accordion-plus-icon {
  width: 25px;
}

.grey-text-2 {
  color: #878d95;
}

.accordion-icon-holder {
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  margin-right: 20px;
  display: flex;
}

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

.accordion-description {
  max-width: 600px;
}

.notification-button {
  color: var(--notification-bg);
  background-color: #fff;
  border-radius: 5px;
  transition: background-color .35s, color .35s;
}

.notification-button:hover {
  background-color: #ffffffe6;
}

.product-price {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 32px;
  font-weight: 500;
}

.hide-demo-page-text-on-tablet {
  padding-left: 5px;
}

.hero-subtitle-holder {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.hero-subtitle-holder.left-align {
  margin-left: 0;
}

.hero-subtitle-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
}

.subtitle-overlay-holder {
  width: 100%;
  height: 66px;
  position: relative;
  inset: 0% 0% auto;
}

.animation-5-text {
  transform-origin: 50% 90%;
  text-transform: uppercase;
  width: auto;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
}

.animation-5-text-line {
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.animation-5-text-holder {
  perspective: 300px;
  perspective-origin: 50% 100%;
  overflow: hidden;
}

.animation-4-text-line {
  perspective: 1000px;
  perspective-origin: 50% 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-4-text-holder {
  perspective: 350px;
  perspective-origin: 50% 0;
}

.animation-4-text {
  transform-origin: 50% 10%;
  text-transform: uppercase;
  width: auto;
}

.animation-6-text {
  width: auto;
}

.animation-6-text-line {
  perspective: 2000px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-6-text-holder {
  width: auto;
}

.animation-6-text-holder._4 {
  object-position: 50% 100%;
}

.animation-3-text-holder {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.animation-3-text {
  width: auto;
}

.animation-3-text-word {
  perspective: 1000px;
  perspective-origin: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-2-text {
  width: auto;
}

.animation-2-text-word {
  perspective: 1000px;
  flex-direction: row;
  display: flex;
}

.project-item {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
}

.project-item:hover {
  text-decoration: none;
}

.project-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.category-acronym {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 40px 0% auto auto;
}

.cart-item-image-2 {
  object-fit: cover;
  border-radius: 6px;
  width: 120px;
  height: 120px;
}

.social-media-menu-wrapper {
  flex-direction: row;
  align-items: flex-end;
  margin-top: 2em;
  display: flex;
}

.cart-item-content-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-left: 1em;
  margin-right: 1em;
}

.big-image-menu {
  width: 300px;
  height: auto;
}

.cart-subtotal-label-2 {
  font-size: 26px;
}

.cart-title-2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
}

.nav-footer-holder {
  z-index: 19;
  grid-row-gap: 60px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu---container {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.nav-menu-holder {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.cart-item-price-2 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-quantity-button-holder {
  align-items: baseline;
  height: 35px;
  display: flex;
}

.cart-item-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
}

.nav-menu-link {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #c9c9c9;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 74px;
  line-height: 1.45;
  display: flex;
  overflow: hidden;
}

.nav-links {
  grid-column-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 42px;
  display: flex;
}

.social-media-link---menu {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 24px;
  transition: filter .3s, color .35s;
}

.social-media-link---menu:hover {
  filter: blur(1px);
}

.button-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: none;
  background-color: #000;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #173aca;
}

.button-2.continue-to-checkout {
  border-radius: 0;
  font-size: 22px;
}

.white-arrow-menu-link {
  opacity: 0;
  width: 80px;
  height: 80px;
}

.nav-menu-overlay-mobile-2 {
  display: none;
}

.cart-container-2 {
  color: #fff;
  background-color: #2a2a2a;
  border-radius: 8px;
  min-width: 800px;
  max-width: 800px;
}

.cart-button-2 {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 8px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 5px 15px 5px 5px;
  transition-property: background-color;
  overflow: hidden;
}

.cart-item-2 {
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cart-quantity-number-2 {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 15px;
  height: 15px;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-quantity-2 {
  color: #fff;
  background-color: #fff;
  border-color: #fafafa;
  width: 50px;
  height: 30px;
  font-size: 14px;
  transition: color .35s, background-color .35s;
}

.cart-quantity-2:hover {
  background-color: #f8f8fa;
}

.cart-quantity-2:focus {
  border-color: #173aca;
}

.cart-quantity-2.cart {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  height: 35px;
  font-size: 18px;
}

.x-icon-2 {
  width: 42px;
  height: 42px;
}

.x-icon-2.invert {
  filter: invert();
}

.cart-list-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em;
  display: flex;
}

.cart-header-2 {
  border-bottom-style: none;
  border-bottom-color: #fafafa;
  padding: 1em;
}

.cart-2 {
  z-index: 3;
  outline-offset: 0px;
  outline: 0 #000;
  height: 100%;
  transition: filter .3s;
}

.cart-subtotal-price-2 {
  font-size: 26px;
  font-weight: 400;
}

.title-and-quantity-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.error-message-2 {
  text-align: center;
  background-color: #ffdede;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.cart-footer-2 {
  border-top-color: #fafafa;
  margin-top: 15px;
  padding: 25px 1em;
}

.remove-button-2 {
  color: #c5c5c5;
  margin-top: 20px;
  font-size: 18px;
}

.remove-button-2:hover {
  color: #fa4d50;
}

.nav-link-2 {
  z-index: 1;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: opacity .3s, filter .3s, color .35s;
  display: flex;
  position: relative;
}

.nav-link-2:hover {
  opacity: .5;
}

.nav-link-2.w--current {
  filter: blur(.5px);
}

.web-payments-2 {
  margin-bottom: 1em;
  display: none;
}

.nav-with-big-menu {
  background-color: #000;
  width: 100%;
  height: 70px;
}

.nav-meu-and-cart-holder {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-item-full {
  grid-row-gap: 10px;
  color: #2b2b2b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-item-full:hover {
  color: #000;
}

.quantity-wrapper {
  border: 1px solid #e9e9e9;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 150px;
  display: flex;
}

.work-list {
  grid-column-gap: 3em;
  grid-row-gap: 7em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 8em;
  display: grid;
}

.work-item {
  position: relative;
}

.work-item:nth-child(2n) {
  position: relative;
  top: 8em;
}

.work-item-link {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.work-slide-image-holder {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.work-item-image {
  object-fit: cover;
  width: 100%;
  height: 70vh;
}

.work-item-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-item-title {
  font-size: 24px;
}

.work-item-summary {
  color: gray;
  font-size: 16px;
}

.home-hero-list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-section-bg {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.home-hero-list-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  display: flex;
}

.hero-title-container {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.scroll-down-line-transparent {
  z-index: 1;
  background-color: #ffffff80;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 6px;
}

.scroll-down-line {
  z-index: 10;
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 6px;
}

.flex-horizontal {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-horizontal.bottom-margin {
  margin-bottom: 3em;
}

.hero-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 3em;
  display: grid;
}

.scroll-down-line-container {
  border-bottom-style: none;
  width: 13px;
  height: 100%;
  min-height: 120px;
  position: relative;
  overflow: hidden;
}

.hero-title-overlay {
  z-index: 1;
  background-image: linear-gradient(to right, #0000, #000 10%);
  width: 110%;
  height: 102px;
  position: absolute;
  inset: 0% auto auto -10%;
  transform: translate(100%);
}

.hero-title-overlay._5th {
  top: 408px;
}

.hero-title-overlay._3rd {
  top: 204px;
}

.hero-title-overlay._2nd {
  top: 102px;
}

.hero-title-overlay._4th {
  top: 306px;
}

.subheader-holder {
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.work-hero-text {
  color: #fff;
  width: auto;
  font-size: var(--h1-desktop-size);
  margin-top: 0;
  font-weight: 600;
  overflow: hidden;
}

.showcase-image-holder {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.hero-section-black-bg {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

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

.showcase-overlay {
  z-index: 1;
  background-image: linear-gradient(#0006, #0000004d 48%, #0006 103%);
  position: absolute;
  inset: 0%;
}

.showcase-service-title {
  margin-bottom: 10px;
  font-size: 24px;
}

.showcase-hero-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3em;
  display: grid;
}

.showcase-visit-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #fff0;
  border: 1px solid #ffffff80;
  border-radius: 1000px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: color .35s, background-color .35s, border-color .35s;
  display: flex;
}

.showcase-visit-link:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.showcase-service-description {
  white-space: pre;
}

.showcase-hero-grid-item {
  color: #fff;
  border-top: 1px solid #ffffffb3;
  padding-top: 1em;
}

.work-detail-images-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 70px;
  display: grid;
}

.work-detail-grid-image {
  width: 100%;
}

.work-detail-grid-image:nth-child(2n) {
  position: relative;
  top: 70px;
}

.text-hero-work {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 85px;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
}

.animation-2-letter {
  font-size: 145px;
  font-weight: 500;
}

.animation-2-holder {
  perspective: 1000px;
  flex-direction: row;
  display: flex;
}

.hero-text-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  perspective: 1000px;
  text-align: center;
  text-wrap: balance;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 790px;
  display: flex;
}

.featured-slider-image-holder {
  width: 100%;
}

.cta-content-holder {
  color: #fff;
  max-width: 510px;
  padding-top: 110px;
  padding-bottom: 110px;
  padding-left: 70px;
}

.features-image-holder {
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}

.brand-foooter {
  width: 200px;
}

.features-card-container {
  transition: transform .6s cubic-bezier(.175, .885, .32, 1.275);
}

.features-card-container:hover {
  transform: translate(0, -16px);
}

.hero-web-holder {
  z-index: 2;
  border-radius: 14px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.main-footer-link {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(112deg, #fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition-property: all;
}

.main-footer-link:hover {
  background-image: linear-gradient(112deg, var(--primary), var(--secondary));
  color: #b1b1b1;
}

.cta-color-picker-holder {
  border-radius: 4px;
  width: 40%;
  position: absolute;
  top: -14%;
  bottom: auto;
  right: auto;
}

.features-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.made-by-section-2 {
  grid-column-gap: 6px;
  color: #ffffffb3;
  border-top: 1px solid #454145;
  justify-content: flex-start;
  margin-top: 12px;
  padding-top: 12px;
  font-size: 16px;
  display: flex;
}

.list-check {
  justify-content: flex-start;
  align-items: center;
  width: 18px;
  min-width: 18px;
  display: flex;
}

.error-message-3 {
  text-align: center;
  background-color: #ff3737;
  border-radius: 12px;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 16px;
}

.hero-dashboard-holder {
  flex-flow: column;
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-app-holder {
  z-index: 10;
  width: 175px;
  position: absolute;
  right: -87.5px;
  box-shadow: 7px 7px 30px #0003;
}

.integration-logo-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.pricing-content-holder {
  color: #fff;
  flex-flow: column;
  height: 100%;
  padding: 55px 40px 40px;
  font-family: Inter, sans-serif;
  display: flex;
}

.pricing-content-holder.black-text {
  color: #000;
}

.animate-hero-text-on-load-06 {
  width: auto;
}

.slider-header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.success-message-2 {
  color: #000;
  letter-spacing: 0;
  background-color: #111;
  background-image: linear-gradient(#fdfbfd 49%, #f4e0f3 68%);
  border-radius: 12px;
  padding: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  box-shadow: 0 0 30px #0000001a;
}

.features-image {
  width: 100%;
}

.hero-text-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.goat-slider-app-view {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.feature-title {
  font-size: 26px;
  font-weight: 600;
}

.goat-demo-hero-button-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 26px;
  display: flex;
}

.featured-slider-image {
  border-radius: 9px;
  width: 100%;
}

.featured-image {
  width: 100%;
}

.pricing-table-container {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-flex-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.featured-slide {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.pricing-background {
  background-image: linear-gradient(180deg, var(--primary), #121212);
  border-radius: 20px;
  overflow: hidden;
}

.pricing-background.white-background {
  background-image: linear-gradient(#fefdfe, #f2f4f8);
  border: 1px solid #0000001a;
}

.hero-web-mask {
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 7px 7px 30px #0003;
}

.integration-logo-holder {
  padding-top: 52px;
}

.brand-holder {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.templates-header-text-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.cta-heading {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.featured-card-grid {
  grid-column-gap: 85px;
  justify-content: space-between;
  display: flex;
}

.feature-paragraph {
  text-wrap: balance;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pricing-button-holder-2 {
  flex-flow: column;
  margin-top: auto;
  padding-top: 40px;
  display: flex;
}

.hero-animation-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 200vh;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.form-block {
  margin-top: 60px;
  margin-bottom: 0;
}

.monthly {
  padding-left: 6px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

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

.featured-slide-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 33% 0%;
  display: flex;
}

.hero-web-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(50%);
}

.feature-card-holder {
  grid-row-gap: 60px;
  flex-direction: column;
  padding-top: 90px;
  display: flex;
}

.pricing-list-holder {
  padding-top: 41px;
}

.brand-foooter-holder {
  transition-property: opacity;
}

.brand-foooter-holder:hover {
  opacity: .7;
}

.integration-logo-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.featured-card-content {
  width: 100%;
  height: 100%;
}

.features-heading-holder {
  grid-row-gap: 12px;
  text-align: center;
  text-wrap: balance;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 90%;
  margin-top: 25px;
  display: flex;
}

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

.template-button-holder-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.submit-button-white {
  color: #000;
  letter-spacing: 1px;
  background-color: #fff;
  height: 52px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 600;
  transition-property: box-shadow;
  transition-duration: .4s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.submit-button-white:hover {
  color: #000;
  box-shadow: 0 4px 10px #0003, inset 0 -10px 12px #18e5e154;
}

.submit-button-white:active {
  box-shadow: 0 4px 10px #0003, inset 0 -7px 12px 2px #b734b333;
}

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

.features-content-holder {
  grid-row-gap: 11px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 35px;
  display: flex;
}

.footer-section {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--notification-bg), #000);
  color: #fff;
  align-items: flex-start;
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.hero-decord-images-holder {
  width: 100%;
  height: 100%;
}

.pricing-price {
  margin-top: 12px;
  margin-bottom: 26px;
  font-size: 42px;
  font-weight: 600;
}

.list-check-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.footer-links-holder {
  grid-column-gap: 100px;
  display: flex;
}

.cta-container {
  z-index: 1;
  border-radius: var(--border-radius);
  background-image: url('../images/App-screenshots-6.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.integrations-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.button-link {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 6px;
  padding: 14px 30px;
  font-size: 16px;
  transition-property: all;
  transition-duration: .4s;
}

.button-link:hover {
  box-shadow: inset 0 -2px 3px 0 var(--secondary), inset 0 -8px 20px 0 #18e5e14d, 0 4px 10px 0 #0003, inset 0 10px 20px 0 var(--primary);
  color: #fff;
}

.button-link:active {
  box-shadow: 0 4px 10px #0003, inset 0 -7px 12px 2px #b734b333;
}

.button-link.nav-button-link {
  padding: 10px 20px;
}

.button-link.submit-form-button {
  letter-spacing: 0;
  background-color: #1b1b1b;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1;
}

.cta-image {
  object-fit: contain;
  object-position: 0% 0%;
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.new-text {
  text-transform: uppercase;
  background-color: #ffffff1a;
  border-radius: 4px;
  padding: 3px 6px;
  font-size: 10px;
  line-height: 1;
}

.new-text.invert-new {
  background-color: #0000001a;
}

.hero-web-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.featured-content-holder {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-right: 80px;
  display: flex;
}

.pricing-header {
  font-size: 24px;
}

.features-holder {
  padding-top: 70px;
  padding-bottom: 70px;
}

.container-3 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.cta-color-picker {
  width: 100%;
}

.featured-card {
  border-radius: var(--border-radius);
  background-image: linear-gradient(to bottom, var(--notification-bg), #111);
  width: 100%;
  max-width: 530px;
  overflow: hidden;
}

.integration-logo-image {
  width: 100%;
  height: 100%;
}

.hero-section-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.cta-text-field {
  color: #fff;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 6px;
  height: 52px;
  margin-bottom: 0;
  padding: 10px 172px 10px 15px;
  font-size: 16px;
  font-weight: 300;
  transition: border-color .4s;
}

.cta-text-field:hover {
  border-color: #979797;
}

.cta-text-field::placeholder {
  color: #ffffff80;
}

.hero-decord-image-container {
  border-radius: 6px;
  width: 134px;
  height: 134px;
  position: absolute;
  inset: 0% auto auto -1%;
  overflow: hidden;
}

.hero-decord-image-container._02 {
  width: 15%;
  height: 60px;
  margin-top: 50px;
  inset: 0% 2% auto auto;
}

.hero-decord-image-container._05 {
  width: 15%;
  height: 45px;
  margin-bottom: 30px;
  inset: auto auto -7% -8%;
}

.hero-decord-image-container._01 {
  width: 15%;
  height: 45px;
  margin-left: 20px;
  top: 10%;
  left: -3%;
}

.hero-decord-image-container._06 {
  width: 12%;
  height: 40px;
  inset: 45% auto 0% 13%;
}

.hero-decord-image-container._04 {
  width: 20%;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 0;
  inset: auto -2% 0% auto;
}

.hero-decord-image-container._03 {
  width: 12%;
  height: 35px;
  margin-right: 60px;
  inset: 30% -4% 0% auto;
}

.cta-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-heading-holder {
  text-align: center;
}

.cta-text-field-holder {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.hero-dashboard-image {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 5px;
  flex: 1;
  width: 100%;
  height: 100%;
}

.integrations-grid {
  grid-column-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  display: flex;
}

.template-section {
  border-radius: var(--border-radius);
  background-image: linear-gradient(#0f2557, #111 70%);
  padding-top: 50px;
  padding-bottom: 50px;
}

.integration-content {
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 48%;
  display: flex;
}

.gs---pricing-table-holder-2 {
  width: 100%;
  padding-top: 80px;
}

.featured-extra-content {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.featured-slider {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.list-check-image {
  width: 18px;
  height: 18px;
}

.cta-image-holder {
  z-index: -1;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 80%;
  display: flex;
  position: absolute;
  inset: auto -6% 0% auto;
}

.featured-mask {
  width: 350px;
  overflow: visible;
}

.small-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.features-paragraph-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 430px;
  display: flex;
}

.pricing-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.featured-title {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.slider-header-text {
  grid-row-gap: 11px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-animation-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.max-width-text {
  text-wrap: balance;
  max-width: 480px;
}

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

.slider-text-gradient {
  background-image: linear-gradient(90deg, var(--primary), var(--secondary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.text-opacity {
  filter: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff6;
}

.goat-slides-wrap {
  width: 100%;
  height: 100%;
}

.goat-slide-title {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 1.2;
}

.goat-slide-background {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.goat-counter-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  color: #ffffffe6;
  background-color: #0003;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  position: relative;
}

.goat-arrow-button-disabled {
  opacity: .5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  color: #ffffffe6;
  background-color: #ffffff4d;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
  box-shadow: 0 0 0 1px #fffc;
}

.goat-slide-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.goat-slide-description {
  color: #fffc;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.3;
}

.slide-small-image-wrap {
  position: relative;
  overflow: visible;
}

.slide-small-image-wrap._2 {
  z-index: 1;
}

.slide-small-image-wrap._3 {
  transform: rotate(30deg)translate(-40%, 20%);
}

.slide-small-image-wrap._1 {
  transform: rotate(-30deg)translate(40%, 20%);
}

.slider_name-slide-button {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #fff;
  background-color: #fff3;
  border-radius: 100px;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1;
  transition: box-shadow .4s, background-color .4s;
  box-shadow: 0 0 0 1px #fff6;
}

.slider_name-slide-button:hover {
  background-color: #ffffff4d;
  box-shadow: 0 0 0 1px #fff9;
}

.goat-slide-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.slide-small-images {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  perspective: 1559px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 45%;
  height: 35%;
  display: grid;
  position: absolute;
  inset: auto 1em 80px auto;
}

.goat-counter-text {
  font-size: inherit;
  line-height: inherit;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.goat-point-active-inside-circle {
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 3px;
}

.goat-point {
  opacity: .7;
  pointer-events: auto;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  transition: opacity .4s;
  display: flex;
  position: relative;
}

.goat-point:hover {
  opacity: .9;
}

.goat-point-active-inside {
  border-radius: 100px;
  position: absolute;
  inset: 4px;
  box-shadow: 0 0 0 1px #fffc;
}

.goat-slide-container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 70px;
  position: relative;
}

.goat-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-bg-wrap {
  position: absolute;
  inset: 0%;
}

.goat-counter-box {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.goat-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 10px 0% auto;
}

.goat-utilities {
  display: none;
}

.slide-small-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.goat-point-inside {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 6px;
}

.goat-counter {
  z-index: 1;
  pointer-events: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 10px 10px auto;
}

.goat-slide {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.goat-slider {
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.goat-animations {
  display: none;
}

.goat-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.goat-points {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 10px;
}

.goat-arrow-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  color: #ffffffe6;
  cursor: pointer;
  background-color: #ffffff4d;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
  box-shadow: 0 0 0 1px #fffc;
}

.goat-arrow-button:hover {
  color: #fff;
  background-color: #fff6;
  box-shadow: 0 0 0 1px #fff;
}

.goat-arrows {
  z-index: 1;
  pointer-events: none;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.goat-point-active {
  pointer-events: auto;
  cursor: pointer;
  border-radius: 999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
}

.slide-bg-overlay-2 {
  pointer-events: none;
  background-image: linear-gradient(to top, #0000001a, #0006 50%, #0000001a);
  position: absolute;
  inset: 0%;
}

.slide-small-image-border {
  z-index: -1;
  pointer-events: none;
  border-radius: 6px;
  position: absolute;
  inset: -15px;
  box-shadow: 0 0 0 1px #ffdcc199;
}

.goat-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.hero-other-images-wrap {
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.hero-other-images-sticky {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-app-glow {
  z-index: 1;
  box-shadow: inset 0 0 20px 10px #ffffff4d, 0 0 20px 10px #336cec4d, 0 0 10px 1px #18e5e1b3, 0 0 0 1px var(--primary);
  border-radius: 3px;
  transition: all .5s;
  position: absolute;
  inset: -1px;
  transform: none;
}

.hero-app-image-wrapp {
  z-index: 2;
  border-radius: 3px;
  width: 100%;
  padding-top: 200%;
  position: relative;
  overflow: hidden;
}

.animate-hero-text-on-load-08 {
  width: auto;
}

.demo-header {
  z-index: 22;
  width: 100%;
  height: 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.demo-header-wrap {
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-banner-link {
  color: var(--secondary);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.nav-banner-link:hover {
  color: #fff;
}

.nav-banner-link.w--current {
  color: #000;
}

.demo-footer {
  z-index: 2;
  width: 100%;
  position: relative;
}

.cars-arrow-left {
  z-index: 3;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -60px;
}

.cars-animations {
  display: none;
}

.cars-points {
  z-index: 3;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 10px;
}

.animation-5-text-line-2 {
  flex-direction: row;
  display: flex;
}

.cars-slide-main-wrap {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.cars-utilities {
  display: none;
}

.cars-arrow-left-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  color: #ffffffb3;
  cursor: pointer;
  background-color: #fff3;
  border-radius: 200px;
  justify-content: flex-end;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 15px;
  transition: padding .4s, background-color .4s;
  display: flex;
  box-shadow: 0 0 0 1px #fff6;
}

.cars-arrow-left-button:hover {
  color: #fff;
  background-color: #ffffff4d;
  padding-right: 20px;
  box-shadow: 0 0 0 1px #ffffff80;
}

.cars-arrows {
  z-index: 1;
  pointer-events: none;
}

.cars-slide-image-holder {
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: relative;
  transform: translate(0%);
}

.cars-slide-bg {
  z-index: -10;
  opacity: .5;
  pointer-events: none;
  background-color: #e8ac00;
  position: absolute;
  inset: 0% -10000vw;
}

.cars-slide-bg.ford-color {
  background-color: #35aa49;
}

.cars-slide-bg.bmw-color {
  background-color: #3e8dd8;
}

.cars-slide-bg.ferrari-bg-color {
  background-color: #df0902;
}

.cars-slider-info {
  margin-top: 0;
  margin-bottom: 0;
}

.animation-text-content {
  grid-column-gap: 3vw;
  grid-row-gap: 0px;
  opacity: .8;
  perspective: 1000px;
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 9vw;
  font-weight: 700;
  line-height: 10vw;
  display: flex;
  position: relative;
}

.animation-text {
  transform-origin: 50% 90%;
  width: auto;
  overflow: hidden;
}

.animation-5-text-holder-2 {
  perspective: 300px;
  perspective-origin: 50% 100%;
}

.center-white-blur-box {
  opacity: .2;
  filter: blur(60px);
  pointer-events: none;
  background-image: radial-gradient(circle closest-corner, #ffffffe6, #fff0 90%);
  position: absolute;
  inset: 25%;
}

.cars-point-text-active {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.cars-slide-list-wrapper {
  height: 100%;
}

.cars-arrow-icon {
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  height: auto;
  display: flex;
}

.cars-arrow-right-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  color: #ffffffb3;
  cursor: pointer;
  background-color: #fff3;
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 15px;
  transition: padding .4s, background-color .4s;
  display: flex;
  box-shadow: 0 0 0 1px #fff6;
}

.cars-arrow-right-button:hover {
  color: #fff;
  background-color: #ffffff4d;
  padding-left: 20px;
  box-shadow: 0 0 0 1px #ffffff80;
}

.cars-arrow-right {
  z-index: 3;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% -60px 0% auto;
}

.cars-slide-heading-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  display: flex;
}

.cars-slide-description {
  pointer-events: auto;
  color: #ffffffb3;
  text-align: center;
  letter-spacing: 0;
  text-wrap: balance;
  max-width: 570px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}

.cars-point-text-inactive {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.cars-slide-item {
  width: 80vw;
  min-width: 80vw;
  height: 100%;
  position: relative;
}

.cars-slide-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}

.cars-counter {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto 5% -62px auto;
}

.cars-slide-button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: auto;
  color: #fff;
  background-color: #fff6;
  border-radius: 100px;
  padding: 10px 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .4s;
}

.cars-slide-button:hover {
  background-color: #ffffff80;
  transition: background-color .5s ease-in-out;
}

.cars-slide-description-wrap {
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.car-image-wrap {
  z-index: 1;
  width: 100%;
  height: 41vh;
  margin-top: 17vh;
  padding-left: 14%;
  padding-right: 14%;
  position: relative;
}

.cars-points-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 300px;
  padding: 6px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.cars-point-active {
  pointer-events: auto;
  color: #000;
  cursor: pointer;
  background-color: #fffc;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  display: flex;
}

.cars-panel {
  width: 100%;
  height: 100%;
  position: relative;
}

.cars-counter-box {
  opacity: .5;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 5px;
  display: flex;
}

.cars-slide-content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 32px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  background-color: #0000 !important;
}

.cars-point-inactive {
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
  background-color: #fff3;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  transition: all .4s;
  display: flex;
}

.cars-point-inactive:hover {
  background-color: #ffffff4d;
}

.cars-slide-title-wrap {
  opacity: .8;
  color: #fff;
  mix-blend-mode: overlay;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 80%;
  margin-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: 80px 0% auto;
}

.cars-carousel {
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.cars-slide {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.cars-slides {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow-x: auto;
}

.cars-counter-text {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.banner-logo-link {
  opacity: 1;
  transition: all .4s;
}

.banner-logo-link:hover {
  opacity: .8;
}

.cards-arrow-right-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cards-arrow-right-button:hover {
  background-color: #faf8f8;
}

.cards-arrow-left-inside {
  z-index: 3;
  pointer-events: auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.cards-point-inactive {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff6;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  transition: color .4s, background-color .4s;
  display: flex;
}

.cards-point-inactive:hover {
  background-color: #fff;
}

.cards-slide-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #000;
  border-radius: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 23px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.cards-slide-link:hover {
  color: #fff;
  background-color: #1a1a1a;
}

.cards-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cards-point-text-inactive {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.cards-arrows {
  z-index: 1;
  pointer-events: none;
  display: none;
}

.goat-cards-carousel {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.card-inside-content {
  flex-flow: row;
  align-items: stretch;
  width: 180%;
  height: 100%;
  display: flex;
  position: relative;
}

.cards-slide-title {
  text-align: left;
  letter-spacing: 0;
  color: inherit;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
}

.cards-points-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.cards-slide-description {
  text-align: left;
  letter-spacing: 0;
  text-wrap: balance;
  max-width: 360px;
  color: Inherit;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.cards-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.cards-slide-content {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffb0;
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  height: 100%;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 5px #0003;
}

.cards-utilities {
  display: none;
}

.cards-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.cards-points {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  color: #0006;
  background-color: #fff6;
  border-radius: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 200px;
  padding: 4px;
  font-size: 12px;
  line-height: 1;
  transition: all .4s;
  display: flex;
}

.cards-point-text-active {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.goat-cards-background {
  z-index: -1;
  filter: blur(50px);
  background-image: url('../images/mymind-XUlsF9LYeVk-unsplash-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: -50%;
}

.cards-slide-link-wrap {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cards-slide-link-icon {
  width: 20px;
  height: 20px;
}

.cards-arrow-right-inside {
  z-index: 3;
  pointer-events: auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.cards-slide-wrap {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.cards-slide-icon {
  width: 80px;
  height: 80px;
}

.cards-slide-current-selection {
  z-index: 1;
  pointer-events: auto;
  cursor: pointer;
  display: block;
  position: absolute;
  inset: 0%;
}

.cards-slide {
  z-index: 2;
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  min-width: 20vw;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  margin: 5px 15vw 65px;
  transition: top .7s;
  display: flex;
  position: relative;
}

.cards-slides {
  display: flex;
  overflow-x: auto;
}

.cards-animations {
  display: none;
}

.cards-carousel {
  width: 100%;
  position: relative;
}

.cards-arrow-left-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cards-arrow-left-button:hover {
  background-color: #faf8f8;
}

.cards-slide-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.cards-point-active {
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  transition: color .4s, all .4s;
  display: flex;
}

.demo-navigation-banner-bg {
  z-index: -1;
  background-color: var(--notification-bg);
  position: absolute;
  inset: 0%;
}

.demo-navigation-banner-bg.black {
  background-color: #000;
}

.cta-form {
  display: none;
}

.cta-button-wrap {
  padding-top: 40px;
}

.white-button-link {
  color: var(--text-color);
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 6px;
  padding: 14px 30px;
  font-size: 16px;
  transition-property: all;
}

.white-button-link:hover {
  color: var(--text-color);
  box-shadow: inset 0 -2px 3px #18e5e14d, inset 0 -8px 20px #18e5e14d, 0 4px 10px #0003, inset 0 10px 20px #336cec66;
}

.white-button-link:active {
  box-shadow: 0 4px 10px #0003, inset 0 -7px 12px 2px #b734b333;
}

.apple-audio-products-animations {
  display: none;
}

.apple-audio-content-wrap {
  width: 100%;
  height: 100%;
  transition: all .4s;
  position: relative;
}

.apple-audio-slide-white-button {
  z-index: 3;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  pointer-events: auto;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 15px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: absolute;
  inset: auto 30px 30px auto;
}

.apple-audio-slide-white-button:hover {
  background-color: #e2e2e2;
}

.apple-audio-products-utilities {
  display: none;
}

.apple-audio-products-item-slide-colors {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding-top: 19px;
  padding-bottom: 14px;
  display: flex;
}

.apple-audio-subtitle {
  color: #b64400;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.apple-audio-slide-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.apple-audio-products-item-slide-info {
  width: 100%;
  position: relative;
}

.apple-audio-products-arrow-left {
  z-index: 22;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.apple-audio-products-item-slide-price {
  color: #333;
  margin-top: 27px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.apple-accessories-item-slide-color-image {
  width: 12px;
  height: 12px;
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}

.apple-audio-products-slide-description {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.grey-arrow-icon {
  object-fit: contain;
  object-position: 3px 50%;
  width: 22px;
  height: 22px;
}

.grey-arrow-icon.rotate-grey-icon {
  transform: rotate(180deg);
}

.apple-audio-products-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.apple-audio-products-item-slide-color-image {
  width: 12px;
  height: 12px;
  margin-top: 6.5px;
  margin-bottom: 6.5px;
  display: block;
}

.apple-audio-products-slides {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .4s;
  display: flex;
  position: relative;
  overflow: auto;
}

.apple-audio-products-item-slide-image {
  object-fit: contain;
  width: 230px;
  min-width: 230px;
  height: 230px;
}

.apple-audio-products-slide-title {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.23;
}

.apple-audio-slide-button {
  z-index: 3;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 15px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: absolute;
  inset: auto 0% -7px auto;
}

.apple-audio-slide-button:hover {
  color: #fff;
  background-color: #333;
}

.apple-audio-products-image {
  object-fit: cover;
  background-image: linear-gradient(#00000040, #00000040);
  border-radius: 16px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0;
}

.apple-audio-products-carousel {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
}

.apple-audio-products-arrow {
  pointer-events: auto;
  cursor: pointer;
  background-color: #d2d2d7a3;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
  box-shadow: 0 0 0 1px #0000001a;
}

.apple-audio-products-arrow:hover {
  opacity: .9;
  background-color: #dedee3b3;
}

.apple-audio-slide-content {
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 16px;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 4px 12px #00000014;
}

.apple-audio-slide-content:hover {
  transform: scale(1.02);
  box-shadow: 2px 4px 12px #0000001f;
}

.apple-audio-prods-main-wrapper {
  background-color: #f7f7f7;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  min-height: 100vh;
  display: flex;
}

.apple-audio-slide-item {
  z-index: 2;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 310px;
  min-width: 310px;
  height: 500px;
  min-height: 500px;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.apple-audio-slide-item.apple-audio-slide-item-big {
  width: 400px;
  min-width: 400px;
}

.apple-audio-products-arrows {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  pointer-events: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.apple-audio-slide-1-text-wrap {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 30px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
}

.apple-audio-slide-dark-bg {
  z-index: -1;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.apple-audio-link-icon {
  width: 19px;
  height: 20px;
}

.apple-audio-products-item-slide-title {
  color: #333;
  overflow-wrap: normal;
  min-height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.23;
}

.opacity-50-pct {
  opacity: .5;
}

.subscribe-button-wrap {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.apple-product-arrow-link-v2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  cursor: pointer;
  background-color: #ffffff4d;
  border: 1px solid #85858533;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: border-color .4s, background-color .4s;
  display: flex;
}

.apple-product-arrow-link-v2:hover {
  background-color: #ffffff80;
  border-color: #85858566;
}

.apple {
  z-index: auto;
  background-image: url('../images/apple_watch_bands_1apple_watch_bands.webp');
  background-position: 0 16%;
  background-size: cover;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  height: 60%;
  display: flex;
  position: relative;
  overflow: visible;
}

.apple-product-counter-text {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.apple-product-white-subtitle {
  color: #f5f5f5;
  text-transform: uppercase;
  margin-bottom: .4em;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.apple-product-white-description {
  color: #f5f5f5;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.apple-product-description {
  color: #1d1d1f;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.apple-product-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.apple-product-animations {
  display: none;
}

.apple-cards-arrows-v2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.apple-cards-arrow-v2 {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.apple-product-slide-content {
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 16px;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s;
  position: relative;
  box-shadow: 2px 4px 12px #00000014;
}

.apple-product-slide-content:hover {
  transform: scale(1.02);
  box-shadow: 2px 4px 12px #0000001f;
}

.apple-cards-v2-arrows-counts {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 50px 50px auto auto;
}

.apple-product-slide-info {
  z-index: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 40%;
  padding: 30px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
}

.apple-product-subtitle {
  color: #6e6e73;
  text-transform: uppercase;
  margin-bottom: .4em;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.apple-product-counter {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.apple-product-utilities {
  display: none;
}

.apple-product-title {
  color: #1d1d1f;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.apple-product-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.apple-product-slides {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.apple-product-carousel {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.apple-product-counter-box {
  opacity: .5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 5px;
  display: flex;
}

.apple-product-white-title {
  color: #f5f5f5;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.apple-product-slide-content-dark {
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #1f1f1f;
  border-radius: 16px;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s;
  position: relative;
  box-shadow: 2px 4px 12px #00000014;
}

.apple-product-slide-content-dark:hover {
  transform: scale(1.02);
  box-shadow: 2px 4px 12px #0000001f;
}

.apple-card-item-v2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 430px;
  min-width: 430px;
  padding-bottom: 220px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.apple-cards-v2-holder {
  width: 100%;
  height: 100%;
}

.apple-product-main-wrapper {
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.apple-product-content-wrap {
  width: 100%;
  height: 500px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .4s;
  position: relative;
}

.apple-product-image {
  z-index: auto;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  border-radius: 16px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  transform: scale(.8);
}

.pricing-summary {
  font-size: 20px;
}

.white-button-link-copy {
  color: var(--text-color);
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 6px;
  padding: 14px 30px;
  font-size: 16px;
  transition-property: all;
}

.white-button-link-copy:hover {
  color: var(--text-color);
  box-shadow: inset 0 -2px 3px #18e5e14d, inset 0 -8px 20px #18e5e14d, 0 4px 10px #0003, inset 0 10px 20px #336cec66;
}

.white-button-link-copy:active {
  box-shadow: 0 4px 10px #0003, inset 0 -7px 12px 2px #b734b333;
}

.demo-container {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  width: 100%;
  margin-top: 4em;
  display: flex;
}

.main-template-hover-state {
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto -1% -1%;
}

.main-template-card-image {
  aspect-ratio: 2 / 1.4;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.template-cards-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.template-cards-wrapper._1 {
  margin-bottom: 6em;
}

.template-cards-wrapper.top {
  margin-top: 5em;
}

.main-template-card-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #e2e2e20d;
  border-radius: 6px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 13px;
  text-decoration: none;
  transition-property: all;
  display: flex;
  position: relative;
}

.main-template-card-holder:hover {
  background-color: #e2e2e21f;
}

.main-template-card-holder.top-margin {
  width: auto;
}

.main-template-overlay {
  background-image: linear-gradient(0deg, #00000080, #0000);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.goat-text {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.goat-slider-text-holder {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 5px;
  display: flex;
  position: relative;
}

.main-text-paragraph-holder {
  padding-left: 102px;
  padding-right: 102px;
}

.gs---airbnb-grid-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.airbn-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.gs---airbnb-slide-img-overlay {
  pointer-events: none;
  background-image: linear-gradient(to top, #0000001a, #0006 50%, #0000001a);
  position: absolute;
  inset: 0%;
}

.gs---airbnb-slide-text-2-price {
  font-weight: 600;
}

.airbnb-point-active {
  pointer-events: auto;
  cursor: pointer;
  border-radius: 999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 9px;
  height: 9px;
  display: flex;
  position: relative;
}

.gs---airbnb-image-wrap {
  border-radius: 16px;
  position: absolute;
  inset: 0%;
}

.gs---airbnb-slider-wrap {
  width: 100%;
  height: 260px;
  position: relative;
}

.gs-cms---airbnb-slider {
  position: absolute;
  inset: 0%;
}

.airbnb-content-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #000;
  flex-flow: column;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.airbnb-point {
  opacity: .7;
  pointer-events: auto;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 9px;
  height: 9px;
  transition: opacity .4s;
  display: flex;
  position: relative;
}

.airbnb-point:hover {
  opacity: .9;
}

.gs---slider-point-details {
  background-color: #fff6;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gs---airbnb-button {
  z-index: 2;
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  pointer-events: auto;
  transform: scale3d(1none, 1none, 1none);
  color: #000;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: linear-gradient(#ffffff8a, #ffffff7a 60%, #ffffffc2), linear-gradient(#ffffff8c, #ffffff8c);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 7px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, transform .35s, box-shadow .35s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px #ffffff4d, 0 2px 4px #0000002e;
}

.gs---airbnb-button:hover {
  background-color: #fff;
  transform: scale(1.04);
  box-shadow: 0 6px 16px #0000001f;
}

.gs-cms---airbnb-slider-list {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gs---airbnb-grid-item-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.gs-cms---airbnb-slider-item {
  position: absolute;
  inset: 0%;
}

.gs---airbnb-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.airbnb-points {
  z-index: 1;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 10px;
}

.gs-airbnb-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gs-airbnb-wrapper {
  width: 100%;
}

.airbnb-utilities {
  display: none;
}

.gs---airbnb-slider {
  background-color: #0000001a;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gs-airbnb---upload-icon {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: auto;
}

.gs---airbnb-slide-text-1 {
  color: #838383;
  font-weight: 400;
}

.airbnb-point-inside {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
  position: absolute;
}

.gs---airbnb-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---airbnb-slide-top-content {
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.gs---airbnb-item-arrows {
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}

.gs---airbnb-slide-item {
  background-color: #ddd;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---airbnb-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 1em 0% auto;
}

.gs---airbnb-container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.airbnb-point-active-inside {
  background-color: #fff;
  border-radius: 100px;
  padding: 3px;
  position: absolute;
}

.gs---airbnb-slide-title {
  font-size: 15px;
  font-weight: 600;
}

.gs---airbnb-slide-image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.gs---airbnb-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 1em;
}

.airbnb-animations {
  display: none;
}

.airbnb-slider-logo-top {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.airbnb-slider-logo {
  width: 200px;
}

.gs---apple-03-carousel {
  max-height: 300px;
  margin-top: 64px;
  position: relative;
}

.gs---apple-03-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gs---apple-03-slide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 18px 8px 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gs---apple-03-arrow-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gs---apple-03-arrow-button:hover {
  background-color: #faf8f8;
}

.gs---apple-03-utilities {
  display: none;
}

.gs---apple-03-slide-title {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
  text-decoration: none;
}

.gs---apple-03-slide-title:hover {
  text-decoration: underline;
}

.gs---apple-03-slides {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gs---apple-03-slide-image {
  object-fit: fill;
  width: 100px;
  height: 100px;
  position: relative;
}

.gs---apple-03-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gs---apple-03-slide-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
}

.gs---apple-03-arrows {
  z-index: 1;
  pointer-events: none;
}

.gs---apple-03-animations {
  display: none;
}

.apple-store-product-background {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.gs---apple-03-arrow-right-icon, .gs---apple-03-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---apple-04-slide-subtitle {
  color: #b64400;
  letter-spacing: -.01em;
  min-height: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
}

.gs---apple-04-arrow-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.gs---apple-04-arrow-button:hover {
  background-color: #faf8f8;
}

.gs---apple-04-product-points {
  z-index: 3;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 10px;
}

.gs---apple-04-product-slides-wrap {
  width: 100%;
  height: 100%;
}

.style-point-here {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.gs---apple-04-carousel {
  width: 100vw;
  margin-top: 64px;
  padding-left: 0;
  position: relative;
}

.gs---apple-04-product-slide-wrap {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.point-image {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: block;
}

.gs---apple-04-products-slide {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 313px;
  min-width: 313px;
  height: 500px;
  margin: 40px 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gs---apple-04-carousel-arrows {
  z-index: 1;
  pointer-events: none;
}

.gs---apple-04-product-point-active-inside {
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: relative;
}

.gs---apple-04-arrow-left-icon, .gs---apple-04-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.gs---apple-04-product-point-inside {
  background-color: #d3cccc;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.gs---apple-04-slide-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-family: Lato, sans-serif;
  display: block;
  position: relative;
  background-color: #0000 !important;
}

.gs---apple-04-slide-title {
  color: #1d1d1f;
  letter-spacing: -.022em;
  min-height: 48px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.23;
}

.gs---apple-04-product-bg-wrap {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gs---apple-04-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gs---apple-04-product-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gs---apple-04-slide-price {
  color: #333;
  letter-spacing: -.016em;
  margin-top: 27px;
  margin-bottom: 0;
  line-height: 1.28;
  text-decoration: none;
}

.gs---apple-04-product-slider-holder {
  width: 100%;
  height: 328px;
}

.gs---apple-04-product-point-active-inside-circle {
  text-align: center;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---apple-04-product-point-active {
  pointer-events: auto;
  cursor: pointer;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 2px;
  display: flex;
  position: relative;
  box-shadow: 0 0 2px 1px #0000001a;
}

.gs---apple-04-product-slide-bg-overlay {
  pointer-events: none;
  background-image: linear-gradient(0deg, #0000001a, #0006 50%, #0000001a);
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.gs---apple-04-product-slide-image {
  object-fit: scale-down;
  background-color: #fff;
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.gs---apple-04-carousel-utilities {
  display: none;
}

.gs---apple-04-product-point {
  pointer-events: auto;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.gs---apple-04-product-point:hover {
  opacity: .9;
}

.gs---product-utilities {
  display: none;
}

.gs---apple-04-holder {
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.gs---apple-04-slides {
  display: flex;
}

.gs---apple-04-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gs---apple-04-product-slide {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---apple-06-product-image-holder {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.gs---apple-04-slide-wrap {
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 16px;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  display: block;
  box-shadow: 2px 4px 12px #00000014;
}

.gs---apple-04-slide-wrap:hover {
  transform: scale(1.02);
  box-shadow: 2px 4px 12px #0000001f;
}

.gs---apple-05-carousel {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  position: relative;
}

.gs---apple-05-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---apple-05-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gs---apple-06-black-subtitle {
  color: #6e6e73;
  letter-spacing: -.01em;
  text-transform: uppercase;
  min-height: 24px;
  margin-top: 0;
  margin-bottom: 4.8px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
}

.gs---apple-05-arrows {
  z-index: 1;
}

.gs---apple-05-animations {
  display: none;
}

.gs---apple-05-slide-link {
  pointer-events: auto;
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  box-shadow: 2px 4px 12px #00000014;
}

.gs---apple-05-slide-link:hover {
  transform: scale(1.02);
  box-shadow: 2px 4px 12px #0000001f;
}

.gs---apple-05-image {
  object-fit: cover;
  background-image: none;
  border-radius: 16px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0;
}

.gs---apple-06-description {
  color: #1d1d1f;
  text-align: left;
  letter-spacing: -.022em;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.23;
}

.gs---apple-05-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gs---apple-05-arrow-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gs---apple-05-arrow-button:hover {
  background-color: #faf8f8;
}

.gs---apple-05-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 27rem;
  height: auto;
  padding: 30px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  background-color: #0000 !important;
}

.gs---apple-05-slides {
  padding-bottom: 60px;
  display: flex;
}

.gs---apple-05-slide-wrap {
  opacity: .7;
  background-color: #fff;
  border-radius: 16px;
  width: 300px;
  height: 300px;
  position: relative;
}

.gs---apple-06-title {
  color: #fff;
  text-align: left;
  letter-spacing: .007em;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.14;
}

.gs---apple-05-slide {
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 480px;
  height: 500px;
  margin: 40px 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gs---apple-06-subtitle {
  color: #f5f5f7;
  letter-spacing: -.01em;
  text-transform: uppercase;
  min-height: 24px;
  margin-top: 0;
  margin-bottom: 4.8px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
}

.gs---apple-06-black-title {
  color: #1d1d1f;
  text-align: left;
  letter-spacing: .007em;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.14;
}

.gs---apple-05-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---apple-05-utilities {
  display: none;
}

.body {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
}

.gs---apple-06-arrows {
  z-index: 1;
  pointer-events: none;
}

.gs---apple-06-slide-title {
  color: #1d1d1f;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.16;
  text-decoration: none;
}

.gs---apple-06-slides {
  display: flex;
}

.gs---apple-06-arrow-left-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gs---apple-06-arrow-left-button:hover {
  background-color: #faf8f8;
}

.gs---apple-06-slide-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  background-color: #0000 !important;
}

.gs---apple-06-icon-svg {
  width: 49px;
  height: 49px;
}

.gs---apple-05-green-span {
  color: #6ccc68;
}

.gs---apple-06-utilities {
  display: none;
}

.gs---apple-06-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---apple-06-slide-link {
  background-color: #fff;
  border-radius: 16px;
  width: 94%;
  height: 100%;
  margin-left: 3%;
  margin-right: 3%;
  padding: 30px;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  display: inline-block;
  position: relative;
  transform: scale(1);
  box-shadow: 2px 4px 12px #00000014;
}

.gs---apple-06-slide-link:hover {
  transform: scale(1.03);
  box-shadow: 2px 4px 12px #0000001f;
}

.gs---apple-06-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gs---apple-05-blue-span {
  color: #007aff;
}

.gs---apple-06-arrow-right-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gs---apple-06-arrow-right-button:hover {
  background-color: #faf8f8;
}

.gs---apple-05-green-span-copy {
  color: #6ccc68;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(100deg, #f8ab5e, #fabe83 20%, #a176c8 40%, #759beb 60%, #65beb3 80%, #fac188);
  -webkit-background-clip: text;
  background-clip: text;
}

.gs---apple-06-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---apple-06-slide-wrap {
  width: 100%;
  height: 240px;
  position: relative;
}

.gs---apple-06-slide {
  flex-direction: column;
  justify-content: flex-end;
  min-width: 353px;
  max-width: 353px;
  height: 240px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.gs---apple-06-animations {
  display: none;
}

.gs---apple-06-carousel {
  margin-top: 10%;
  position: relative;
}

.gs---apple-06-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.gs---apple-07-subtitle {
  color: #ce9ce0;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  position: relative;
}

.gs---apple-07-subtitle.apple-help-orange-subtitle {
  color: #ce9ce0;
}

.gs---apple-07-link {
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 16px;
  padding: 30px;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s;
  position: relative;
  box-shadow: 2px 4px 12px #00000014;
}

.gs---apple-07-link:hover {
  transform: scale(1.02);
  box-shadow: 2px 4px 12px #0000001f;
}

.gs---apple-07-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---apple-07-content-w-20 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  width: 80%;
  display: flex;
  position: relative;
}

.gs---apple-07-animations {
  display: none;
}

.gs---apple-07-description {
  color: #fff;
  max-width: 71%;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  position: relative;
}

.gs---apple-07-utilities {
  display: none;
}

.gs---apple-07-mini-image {
  background-image: url('../images/ipads-in-different-colors-2_1ipads in different colors 2.webp');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gs---apple-07-counter {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 5% -62px auto;
}

.gs---apple-07-mini-title {
  color: #1d1d1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
}

.gs---apple-07-counter-box {
  opacity: .5;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 5px;
  display: flex;
}

.gs---apple-07-black-title {
  color: #1d1d1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  position: relative;
}

.gs---apple-07-mini-content {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  padding-top: 8%;
  display: flex;
  position: relative;
}

.gs---apple-07-mini-link {
  width: 100%;
  height: 48%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 16px;
  padding: 30px;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s;
  position: relative;
  box-shadow: 2px 4px 12px #00000014;
}

.gs---apple-07-mini-link:hover {
  transform: scale(1.02);
  box-shadow: 2px 4px 12px #0000001f;
}

.gs---apple-07-mini-image-2 {
  background-image: url('../images/3d-emoji.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 40%;
}

.gs---apple-07-arrows {
  z-index: 1;
  pointer-events: none;
}

.gs---apple-07-content {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.gs---apple-07-carousel {
  margin-top: 10%;
  position: relative;
}

.gs---apple-07-counter-text {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.gs---apple-07-slide {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  flex-flow: column;
  min-width: 480px;
  max-width: 480px;
  height: 500px;
  margin: 40px 16px;
  display: flex;
}

.gs---apple-07-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  position: relative;
}

.gs---apple-07-mini-wrap {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.gs---apple-07-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---apple-07-arrow-left-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gs---apple-07-arrow-left-button:hover {
  background-color: #faf8f8;
}

.gs---apple-07-slides {
  display: flex;
}

.gs---apple-07-image {
  object-fit: cover;
  background-image: linear-gradient(#00000040, #00000040), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gs---apple-07-arrow-right-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gs---apple-07-arrow-right-button:hover {
  background-color: #faf8f8;
}

.gs---apple-07-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gs---apple-07-black-description {
  color: #1d1d1f;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.gs---apple-07-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gs---apple-07-black-subtitle {
  color: #6e6e73;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  position: relative;
}

.gs---adventure-slide {
  background-color: #ddd;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---adventure-slides {
  width: 100%;
  height: 100%;
}

.gs---adventure-arrow-right {
  z-index: 13;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 1%;
  display: flex;
  position: relative;
}

.gs---adventure-description {
  z-index: 12;
  color: #ffffffb3;
  text-align: center;
  width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  position: absolute;
  top: auto;
  bottom: 116px;
}

.gs---adventure-slide-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.gs---adventure-subtitle {
  z-index: 12;
  color: #ffffffb3;
  text-align: center;
  letter-spacing: 7.11px;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  position: absolute;
  top: 101px;
}

.gs---adventure-animations {
  display: none;
}

.gs---adventure-image {
  object-fit: cover;
  min-width: 100%;
  height: 100%;
  position: relative;
}

.gs---adventure-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---adventure-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 40px;
  height: 100%;
  min-height: 40px;
  display: flex;
}

.gs---adventure-arrow-left {
  z-index: 12;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 1%;
  display: flex;
}

.gs---adventure-utilities {
  display: none;
}

.gs---adventure-bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gs---adventure-arrow-left-icon {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 40px;
  height: 100%;
  min-height: 40px;
  display: flex;
  position: relative;
}

.gs---adventure-arrow-button {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  pointer-events: auto;
  color: #ffffffe6;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  max-height: 40px;
  padding: 10px;
  display: flex;
  position: relative;
  bottom: 0%;
}

.gs---adventure-arrow-button:hover {
  color: #fff;
}

.gs---adventure-arrow-text {
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  height: auto;
  position: relative;
}

.gs---adventure-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.gs---adventure-title {
  z-index: 10;
  color: #fff;
  text-align: center;
  letter-spacing: 14.22px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 144px;
  font-weight: 600;
  line-height: 122px;
  display: flex;
  position: absolute;
  top: 148px;
}

.gs---adventure-main-image {
  z-index: 11;
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  display: block;
  position: absolute;
  bottom: 0;
}

.gs---adventure-arrows {
  z-index: 12;
  pointer-events: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 40px;
}

.gs---adventure-arrows.sec {
  z-index: 12;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 40px;
}

.gs---adventure-path {
  position: relative;
}

.gs---adventure-button {
  z-index: 16;
  color: #fff;
  text-align: center;
  letter-spacing: 2.13px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #ffffff80;
  padding: 0 26px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 43px;
  transition: background-color .35s, color .35s;
  position: absolute;
  inset: auto auto 40px;
}

.gs---adventure-button:hover {
  color: #fff;
  background-color: #000;
}

.gs---01-ecommerce-image-point-wrapper {
  background-color: #ebeaea;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gs---01-ecommerce-badge-2 {
  color: #000;
  letter-spacing: .53px;
  background-color: #0000001a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 29px;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-slides {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.gs---01-ecommerce-slider {
  width: 91%;
  height: 81%;
  min-height: 727px;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.gs---01-ecommerce-utilities {
  display: none;
}

.gs---01-ecommerce-price {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #4592fe;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-point-inside {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-content-point {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  height: 80px;
  max-height: 100px;
  display: flex;
}

.gs---01-ecommerce-point-price {
  color: #282f38bf;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.gs---01-ecommerce-point-active-inside {
  width: 100%;
  height: 100%;
  position: relative;
}

.gs---01-ecommerce-point-holder {
  z-index: 10;
  pointer-events: none;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 17%;
  min-height: 122px;
  margin-left: 41px;
  margin-right: 41px;
  display: block;
  position: absolute;
  bottom: 42px;
  left: 0%;
  right: 0%;
}

.gs---01-ecommerce-slide-container {
  z-index: 14;
  width: 100%;
  height: 93%;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 6%;
  position: absolute;
}

.gs---01-ecommerce-point-title-2 {
  color: #282f3880;
  text-align: left;
  text-transform: capitalize;
  max-width: 233px;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.gs---01-ecommerce-point-title-2:hover {
  color: #000;
}

.gs---01-ecommerce-slide {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-point-active-line-2 {
  background-color: #4673e6;
  width: auto;
  height: 2px;
  margin-left: 28px;
  margin-right: 28px;
  position: absolute;
  inset: auto 0% -1px;
}

.gs---01-ecommerce-point-border-2 {
  border-right: 2px solid #f3f2f7;
  width: auto;
  height: 80%;
  position: absolute;
  inset: auto 0% auto auto;
}

.gs---01-ecommerce-point-active-inside-circle {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-style-point-here {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  pointer-events: auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gs---01-ecommerce-main-holder {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 727px;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-point-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.gs---01-ecommerce-slide-wrap {
  z-index: 4;
  background-color: #ebeaea;
  border-radius: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-point {
  pointer-events: auto;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-slide-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-point-wrapper-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.gs---01-ecommerce-bg-wrap {
  z-index: 13;
  justify-content: center;
  align-items: center;
  width: 696px;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.gs---01-ecommerce-title {
  z-index: 5;
  color: #000;
  letter-spacing: -4px;
  width: 731px;
  height: 197px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Hostgrotesk, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 97.6px;
  position: relative;
}

.gs---01-ecommerce-animations {
  display: none;
}

.gs---01-ecommerce-slide-wrap-blue {
  z-index: 4;
  background-color: #cde8f2;
  border-radius: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-slide-image-2 {
  min-width: 100%;
  height: auto;
  min-height: 474px;
  max-height: 100%;
  position: absolute;
  top: -60px;
  right: -60px;
}

.gs---01-ecommerce-current-point {
  pointer-events: none;
  width: 50%;
  height: 100%;
  display: block;
  position: relative;
}

.gs---01-ecommerce-point-active {
  pointer-events: auto;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-points {
  z-index: 9;
  pointer-events: none;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 17%;
  min-height: 122px;
  margin-left: 41px;
  margin-right: 41px;
  display: flex;
  position: absolute;
  bottom: 42px;
  left: 0%;
  right: 0%;
}

.gs---01-ecommerce-slide-wrap-green {
  z-index: 4;
  background-color: #b1dca8;
  border-radius: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-desc {
  z-index: 5;
  color: #282f3899;
  width: 570px;
  height: 72px;
  min-height: 72px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  position: relative;
}

.template-item-description {
  opacity: .6;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.template-item-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.template-section-parent {
  padding-left: 1em;
  padding-right: 1em;
}

.demo-opacity-80 {
  opacity: .8;
}

.gs---boutique-image-holder {
  width: 100%;
  height: 100%;
  position: relative;
}

.gs---boutique-counter {
  z-index: 1;
  pointer-events: none;
  background-color: #fff;
  width: 50px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 20%;
  left: 10%;
}

.gs---boutique-counter-number {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 43px;
  line-height: 43px;
  display: flex;
  position: relative;
}

.gs---boutique-slide-container {
  flex-flow: column;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---boutique-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 81px;
  height: 69px;
  display: flex;
  position: relative;
}

.gs---boutique-details-holder {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.gs---boutique-slider-utilities {
  display: none;
}

.gs---boutique-slide {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.gs---boutique-details-link {
  z-index: 5;
  pointer-events: auto;
  color: #fff;
  text-transform: uppercase;
  font-family: PT Serif, serif;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.gs---boutique-arrows {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  height: 15%;
  margin-left: 25%;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gs---boutique-line-details {
  background-color: #fff;
  width: 50%;
  height: 1px;
}

.gs---boutique-slides {
  width: 100%;
  height: 100%;
}

.gs---boutique-counter-box {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: none;
}

.gs---boutique-title {
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 92px;
  font-weight: 400;
  line-height: 92px;
  position: relative;
}

.gs---boutique-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 69px;
  display: flex;
}

.gs---boutique-title-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 25%;
  display: flex;
  position: relative;
}

.gs---boutique-details {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 373px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gs---second-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  min-width: 50%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.path {
  background-color: #000;
}

.gs---boutique-subtitle {
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gs---boutique-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 81px;
  height: 69px;
  display: flex;
  position: relative;
}

.gs---boutique-main-img-container {
  z-index: 4;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gs---boutique-main-paragraph-container {
  z-index: 5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 60%;
  display: flex;
  position: absolute;
  top: 41%;
  left: auto;
}

.gs---boutique-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  height: 100%;
  margin: 5%;
  display: flex;
  position: relative;
}

.gs---boutique-counter-text {
  font-size: inherit;
  line-height: inherit;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.gs---boutique-arrow-button {
  pointer-events: auto;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  transition: width .35s;
  display: flex;
}

.gs---boutique-arrow-button:hover {
  width: 100%;
}

.gs---boutique-image {
  width: 100%;
  height: 100%;
  transform: rotate(0deg) scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  transition: transform .4s;
  position: relative;
}

.gs---boutique-image:hover {
  transform: rotate(2deg)scale(1.1);
}

.gs---boutique-slide-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---title-div {
  z-index: 2;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 70vh;
  position: relative;
  overflow: hidden;
  transform: rotate(-90deg);
}

.gs---boutique-active-counter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.gs---boutique-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 69px;
  transition: width .35s;
  display: flex;
}

.gs---boutique-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gs---02-ecommerce-main-paragraph {
  z-index: 6;
  opacity: 1;
  color: #000;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 370px;
  max-width: 370px;
  height: auto;
  margin-bottom: 0;
  padding: 28px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  display: flex;
  position: relative;
}

.gs---boutique-counter-holder {
  pointer-events: auto;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---boutique-slider-animations {
  display: none;
}

.gs---slider-holder {
  height: 100vh;
  padding-top: 40px;
}

.template-grid-item {
  width: 100%;
  height: 100%;
  display: flex;
}

.gs---nike-shoes-product-img-wrapper {
  width: 100%;
  position: relative;
}

.gs---nike-shoes-utilities {
  display: none;
}

.nike-shoes-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---nike-shoes-main-holder {
  flex-flow: column;
  justify-content: center;
  width: 1218px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  display: flex;
}

.nike-shoes-arrows {
  z-index: 1;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  pointer-events: none;
  flex-flow: row;
  margin-top: 3%;
  margin-left: 3%;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.gs---nike-new-pink-button {
  color: #ffcfcf;
  text-align: center;
  background-color: #00000080;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 28px;
  margin-top: 25px;
  margin-right: 27px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nike-shoes-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gs---nike-new-blue-button {
  color: #cfeeff;
  text-align: center;
  background-color: #00000080;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 28px;
  margin-top: 25px;
  margin-right: 27px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gs---nike-shoes-animations {
  display: none;
}

.gs---nike-shoes-2nd-slide-wrap {
  background-color: #ffe9cf;
  border-radius: 34.48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 390px;
  min-width: 390px;
  max-width: 390px;
  height: 550px;
  margin-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gs---nike-shoes-carousel {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.gs---nike-shoes-details-button {
  color: #000c;
  text-align: center;
  letter-spacing: .3px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-bottom: 25px;
  margin-left: 28px;
  margin-right: 28px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0%;
}

.gs---nike-shoes-details-button:hover {
  transition: background-color .5s ease-in-out;
}

.gs---nike-shoes-1st-slide-wrap {
  background-color: #ffcfcf;
  border-radius: 34.48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 390px;
  min-width: 390px;
  max-width: 390px;
  height: 550px;
  margin-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gs---nike-bg-color-active {
  z-index: 1;
  background-image: linear-gradient(338deg, #0000 7%, #fffc 35%, #0000 64%);
  position: absolute;
  inset: 0%;
}

.gs---nike-new-yellow-button {
  color: #ffe9cf;
  text-align: center;
  background-color: #00000080;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 28px;
  margin-top: 25px;
  margin-right: 27px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gs---nike-shoes-slide-content {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 25px 28px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  background-color: #0000 !important;
}

.gs---nike-shoes-slides {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.gs---nike-shoes-product-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: inline-flex;
}

.nike-shoes-arrow-left-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nike-shoes-arrow-left-button:hover {
  background-color: #faf8f8;
}

.gs---nike-shoes-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.6px;
}

.nike-shoes-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---nike-shoes-3d-slide-wrap {
  background-color: #cfffd1;
  border-radius: 34.48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 390px;
  min-width: 390px;
  max-width: 390px;
  height: 550px;
  margin-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nike-shoes-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gs---nike-shoes-description {
  color: #0009;
  letter-spacing: .3px;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 19.3px;
}

.gs---nike-new-green-button {
  color: #cfffd1;
  text-align: center;
  background-color: #00000080;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 28px;
  margin-top: 25px;
  margin-right: 27px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gs---nike-shoes-slide {
  position: relative;
}

.nike-shoes-arrow-right-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nike-shoes-arrow-right-button:hover {
  background-color: #faf8f8;
}

.gs---nike-shoes-4th-slide-wrap {
  background-color: #cfeeff;
  border-radius: 34.48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 390px;
  min-width: 390px;
  max-width: 390px;
  height: 550px;
  margin-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph {
  color: #000;
  text-align: center;
}

.black:hover {
  color: #000;
}

.gs---adventure-video-arrow-left {
  z-index: 12;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 1%;
  display: flex;
}

.gs---adventure-video-arrow-left-icon {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 40px;
  height: 100%;
  min-height: 40px;
  display: flex;
  position: relative;
}

.gs---adventure-video-bg {
  z-index: 11;
  background-color: #07070740;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gs---adventure-video-title {
  z-index: 10;
  color: #fff;
  text-align: center;
  letter-spacing: 14.22px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 144px;
  font-weight: 600;
  line-height: 122px;
  display: flex;
  position: absolute;
  top: 148px;
}

.gs---adventure-video-arrow-button {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  pointer-events: auto;
  color: #ffffffe6;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  max-height: 40px;
  padding: 10px;
  display: flex;
  position: relative;
  bottom: 0%;
}

.gs---adventure-video-arrow-button:hover {
  color: #fff;
}

.gs---adventure-video {
  z-index: 2;
  object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
}

.gs---adventure-video-slide {
  background-color: #ddd;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---adventure-video-main-image {
  z-index: 11;
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  display: block;
  position: absolute;
  bottom: 0;
}

.gs---adventure-video-button {
  z-index: 16;
  color: #fff;
  text-align: center;
  letter-spacing: 2.13px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #ffffff80;
  padding: 0 26px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 43px;
  position: absolute;
  inset: auto auto 40px;
}

.gs---adventure-video-button:hover {
  background-color: #000;
}

.gs---adventure-video-path {
  position: relative;
}

.gs---adventure-video-animations {
  display: none;
}

.gs---adventure-video-arrow-text {
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  height: auto;
  position: relative;
}

.gs---adventure-video-arrows {
  z-index: 12;
  pointer-events: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 40px;
}

.gs---adventure-video-arrows.sec {
  z-index: 12;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 40px;
}

.gs---adventure-video-description {
  z-index: 12;
  color: #ffffffb3;
  text-align: center;
  width: 505px;
  max-width: 549px;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  position: absolute;
  top: auto;
  bottom: 116px;
}

.gs---adventure-video-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.gs---adventure-video-slide-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.gs---adventure-video-utilities {
  display: none;
}

.gs---adventure-video-arrow-right {
  z-index: 13;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 1%;
  display: flex;
  position: relative;
}

.gs---adventure-video-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---adventure-video-bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gs---adventure-video-slides {
  width: 100%;
  height: 100%;
}

.gs---adventure-video-subtitle {
  z-index: 12;
  color: #ffffffb3;
  text-align: center;
  letter-spacing: 7.11px;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  position: absolute;
  top: 101px;
}

.top-bar {
  background-color: var(--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  font-weight: 400;
  line-height: 1;
  transition-property: all;
  transition-duration: .4s;
  display: flex;
}

.top-bar:hover {
  background-color: var(--notification-bg);
  color: #fff;
}

.top-bar-link {
  color: #fff;
  background-color: #3ae6a3;
  background-image: linear-gradient(90deg, #e58da3, #4c3efc);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-weight: 400;
  line-height: 1;
  transition-property: all;
  transition-duration: .4s;
  display: flex;
}

.top-bar-link:hover {
  color: #fff;
  background-color: #39de9e;
}

.top-bar-button {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-left: 20px;
  padding: 6px 12px;
  transition: all .35s;
}

.top-bar-button:hover {
  color: #000;
  background-color: #fff;
}

.brand-dropdown-link {
  border-radius: 3px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  transition-property: all;
  display: flex;
}

.brand-dropdown-link:hover {
  background-color: #00000008;
}

.brand-dropdown-link.brand-link-active {
  background-color: #0000000a;
}

.brand-dropdown-image {
  max-width: 100px;
  max-height: 22px;
}

.brand-dropdown-image.fontinlogo {
  object-fit: contain;
  object-position: 0% 50%;
  max-height: 50px;
}

.brand-dropdown-headline {
  opacity: .6;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.brand-image {
  width: 140px;
  max-width: none;
}

.brand-dropdown-icon {
  width: auto;
  height: 15px;
  position: absolute;
  right: 9px;
}

.nav-brand-link {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 0;
}

.brand-divider {
  background-color: #0000000d;
  width: 100%;
  height: 1px;
}

.brand-dropdown-links {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  width: 175px;
  padding: .8rem .8rem .3rem;
  display: flex;
  box-shadow: 0 2px 30px #0003, 0 2px 5px #0000001a;
}

.brand-dropdown-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  width: auto;
  min-width: auto;
  padding: 0;
}

.brand-dropdown-list.w--open {
  background-color: #ddd0;
}

.brand-dropdown-headline-wrap {
  background-color: #6666660d;
  justify-content: flex-start;
  align-items: center;
  margin: -.8rem -.8rem .3rem;
  padding: .8rem;
  display: flex;
}

.brand-dropdown-button {
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px 0 5px;
  transition: all .3s;
  display: flex;
}

.brand-dropdown-button:hover {
  background-color: #d3d3d33b;
}

.brand-dropdown {
  margin-left: 0;
}

.blog_09-image-link {
  padding-left: 2rem;
}

.blog_09-image-link:hover {
  text-decoration: none;
}

.subtitle {
  color: var(--\<unknown\|modulify-semantics-primary-selected\>);
  font-size: var(--\<unknown\|modulify-typography-font-size-regular\>);
  line-height: var(--\<unknown\|modulify-typography-body-body-line-height\>);
  font-weight: var(--\<unknown\|modulify-ui-styles-font-weight-semi-bold\>);
  letter-spacing: var(--\<unknown\|modulify-typography-body-body-letter-spacing\>);
}

.author_small-info {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  text-align: left;
  direction: ltr;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
  position: relative;
}

.card {
  z-index: 1;
  border: 1px solid var(--\<unknown\|modulify-semantics-background-v3\>);
  border-radius: var(--\<unknown\|modulify-sizes-border-radius-medium\>);
  background-color: var(--\<unknown\|modulify-primitives-neutral-neutral-50\>);
  width: 100%;
  color: var(--\<unknown\|modulify-semantics-text\>);
  position: relative;
}

.card.blog_09-item {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: grid;
}

.card.blog_09-item:nth-child(2n) {
  text-align: left;
  direction: rtl;
}

.heading-style-hero {
  transform-origin: 50% 100%;
  color: var(--\<unknown\|modulify-semantics-heading\>);
  font-size: var(--\<unknown\|modulify-typography-hero-hero-font-size\>);
  line-height: var(--\<unknown\|modulify-typography-hero-hero-line-height\>);
  font-weight: var(--\<unknown\|modulify-typography-hero-hero-font-weight\>);
  letter-spacing: var(--\<unknown\|modulify-typography-hero-hero-letter-spacing\>);
  text-wrap: balance;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  transform: perspective(260px)perspective(300px);
}

.card-bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.blog_09-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.author-img-wrap {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog_hero-06-categories-center {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.text-size-regular {
  color: var(--\<unknown\|modulify-semantics-text\>);
  font-size: var(--\<unknown\|modulify-typography-font-size-regular\>);
  line-height: var(--\<unknown\|modulify-typography-body-body-line-height\>);
  font-weight: var(--\<unknown\|modulify-typography-body-body-font-weight\>);
  letter-spacing: var(--\<unknown\|modulify-typography-body-body-letter-spacing\>);
  margin-top: 0;
  margin-bottom: 0;
}

.padding-section-medium {
  padding-top: var(--\<unknown\|modulify-sizes-section-padding-medium\>);
  padding-bottom: var(--\<unknown\|modulify-sizes-section-padding-medium\>);
}

.section-hero {
  z-index: 1;
  background-color: var(--\<unknown\|modulify-semantics-background-default\>);
  width: 100%;
  position: relative;
}

.padding-global {
  padding-right: var(--\<unknown\|modulify-sizes-spacing-global-padding\>);
  padding-left: var(--\<unknown\|modulify-sizes-spacing-global-padding\>);
}

.tab_links-cms {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-medium {
  z-index: 2;
  width: 100%;
  max-width: var(--\<unknown\|modulify-sizes-container-medium\>);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.blog_image.blog-image-absolute-100 {
  position: absolute;
  inset: 0%;
}

.text-size-small {
  color: var(--\<unknown\|modulify-semantics-text\>);
  font-size: var(--\<unknown\|modulify-typography-font-size-small\>);
  line-height: var(--\<unknown\|modulify-typography-body-body-line-height\>);
  font-weight: var(--\<unknown\|modulify-typography-body-body-font-weight\>);
  letter-spacing: var(--\<unknown\|modulify-typography-body-body-letter-spacing\>);
  margin-top: 0;
  margin-bottom: 0;
}

.blog_wrapper {
  width: 100%;
}

.blog_09-image-wrap {
  z-index: 1;
  border-radius: var(--\<unknown\|modulify-sizes-border-radius-medium\>);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 21rem;
  max-height: 25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.opacity-70pct {
  opacity: .7;
}

.blog_hero-top-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 70%;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link {
  border: 0px none var(--\<unknown\|modulify-semantics-border\>);
  border-radius: var(--\<unknown\|modulify-sizes-border-radius-small\>);
  color: var(--\<unknown\|modulify-semantics-text\>);
  font-size: var(--\<unknown\|modulify-typography-body-body-font-size\>);
  line-height: var(--\<unknown\|modulify-typography-body-body-line-height\>);
  font-weight: var(--\<unknown\|modulify-typography-body-body-font-weight\>);
  letter-spacing: var(--\<unknown\|modulify-typography-body-body-letter-spacing\>);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .6rem 1rem;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.tab-link:hover {
  opacity: .7;
  color: var(--\<unknown\|modulify-semantics-text\>);
  background-color: #0000;
  text-decoration: none;
}

.tab-link.w--current {
  background-color: var(--\<unknown\|modulify-semantics-primary-selected\>);
  color: var(--\<unknown\|modulify-semantics-on-primary-selected\>);
  border: 1px #000;
}

.tab-link.tab-link-active {
  border: 1px solid var(--\<unknown\|modulify-semantics-border\>);
  border-radius: var(--\<unknown\|modulify-sizes-border-radius-xsmall\>);
  background-color: var(--\<unknown\|modulify-semantics-background-default\>);
  box-shadow: 0 4px 8px 0 var(--\<unknown\|modulify-ui-styles-shadow-shadow-10\>), 0 2px 6px 0 var(--\<unknown\|modulify-ui-styles-shadow-shadow-5\>), 1px 0 2px 0 var(--\<unknown\|modulify-ui-styles-shadow-shadow-10\>);
  color: var(--\<unknown\|modulify-semantics-background-invert\>);
  font-size: var(--\<unknown\|modulify-typography-body-body-font-size\>);
  line-height: var(--\<unknown\|modulify-typography-body-body-line-height\>);
  font-weight: var(--\<unknown\|modulify-typography-body-body-font-weight\>);
  letter-spacing: var(--\<unknown\|modulify-typography-body-body-letter-spacing\>);
}

.author_image {
  border: 1px solid var(--\<unknown\|modulify-semantics-border\>);
  object-fit: cover;
  border-radius: 100%;
  width: 1.8rem;
  min-width: 1.8rem;
  height: 1.8rem;
  min-height: 1.8rem;
}

.tabs-nav {
  grid-column-gap: 3px;
  border-radius: var(--\<unknown\|modulify-sizes-border-radius-xsmall\>);
  background-color: var(--\<unknown\|modulify-semantics-background-v2\>);
  box-shadow: inset 0 0 0 1px var(--\<unknown\|modulify-primitives-opacity-neutral-dark-5\>);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2px;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.blog_09-content-link {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  text-align: left;
  text-wrap: balance;
  direction: ltr;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-left: 2rem;
  text-decoration: none;
  display: flex;
}

.heading-style-h3 {
  color: var(--\<unknown\|modulify-semantics-heading\>);
  font-size: var(--\<unknown\|modulify-typography-h3-h3-font-size\>);
  line-height: var(--\<unknown\|modulify-typography-h3-h3-line-height\>);
  font-weight: var(--\<unknown\|modulify-typography-h3-h3-font-weight\>);
  letter-spacing: var(--\<unknown\|modulify-typography-h3-h3-letter-spacing\>);
  margin-top: 0;
  margin-bottom: 0;
}

.mdlfy-img-position-top {
  object-position: top;
}

.mdlfy-img-position-bottom {
  object-position: bottom;
}

.mdlfy-img-position-left {
  object-position: left;
}

.mdlfy-img-position-right {
  object-position: right;
}

.mdlfy-img-position-top-left {
  object-position: top-left;
}

.mdlfy-img-position-top-right {
  object-position: top-right;
}

.mdlfy-img-position-bottom-left {
  object-position: bottom-left;
}

.mdlfy-img-position-bottom-right {
  object-position: bottom-right;
}

.mdlfy-img-fit-contain {
  object-fit: contain;
}

.mdlfy-img-fit-fill {
  object-fit: fill;
}

.mdlfy-img-fit-none {
  object-fit: none;
}

.mdlfy-img-fit-scale-down {
  object-fit: scale-down;
}

.mdlfy-img-ratio-16-9 {
  aspect-ratio: 16 / 9;
}

.mdlfy-img-ratio-4-3 {
  aspect-ratio: 4 / 3;
}

.mdlfy-img-ratio-1-1 {
  aspect-ratio: 1;
}

.mdlfy-img-ratio-21-9 {
  aspect-ratio: 21 / 9;
}

.mdlfy-img-ratio-3-2 {
  aspect-ratio: 3 / 2;
}

.mdlfy-img-ratio-2-3 {
  aspect-ratio: 2 / 3;
}

.mdlfy-img-ratio-9-16 {
  aspect-ratio: 9 / 16;
}

.container-4 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.blog_hero-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 70%;
  margin-bottom: 3rem;
  display: flex;
}

.blog_content {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  text-align: left;
  text-wrap: balance;
  direction: ltr;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-left: 2rem;
  display: flex;
}

.hero-blog_image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.hero-blog_image.blog-image-absolute-100 {
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.blog_link {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.blog_link:nth-child(2n) {
  direction: rtl;
}

.blog-image-wrap {
  z-index: 1;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 21rem;
  max-height: 25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-container-left {
  text-align: left;
  text-wrap: balance;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 43rem;
  margin-bottom: 3rem;
  display: flex;
}

.collection-list {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list.blog-details {
  grid-template-rows: auto;
}

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

.container-5 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.subtitle-wrap {
  margin-bottom: .625rem;
}

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

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

.heading-style-h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-size-small-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.blog_item-link {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.blog_item-link:hover {
  text-decoration: none;
}

.blog_02-author {
  position: absolute;
  top: auto;
  bottom: auto;
  right: 0;
}

.blog_03-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 2.5rem;
  display: flex;
}

.design-item-title {
  font-size: 20px;
  font-weight: 600;
}

.main-hero-blog_image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.grid-content {
  width: 100%;
}

.blog_image-wrap {
  aspect-ratio: 3 / 2;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.animation-on-page-load-3-2 {
  padding-top: 0;
}

.blog_header-01-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 56rem;
  display: flex;
}

.container-6 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.portfolio_header-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
}

.blog-rich-text {
  color: #141414;
}

.blog-70 {
  max-width: 70%;
}

.blog_header-wrapper {
  width: 100%;
}

.header_01-image-wrap {
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 37.5rem;
  margin-top: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  border: 1px solid var(--link-bg-grey);
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 2px 5px #0003;
}

.div-block-3 {
  border: 1px solid var(--link-bg-grey);
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 5px #0003;
}

.heading {
  font-size: 30px;
}

.h1-blog-details {
  font-size: 54px;
}

@media screen and (min-width: 1280px) {
  .hero-decord-image-container._05 {
    height: 50px;
  }

  .hero-decord-image-container._04 {
    width: 15%;
    height: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }

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

  .template-footer-button-holder {
    max-width: 380px;
  }

  .template-card-holder {
    min-height: 27vw;
    padding: .5%;
  }

  .demo-blur-bg-effect {
    filter: blur(70px);
  }

  .template-footer-holder {
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-menu---container {
    padding-left: 260px;
  }

  .cta-color-picker-holder {
    width: 170px;
    top: -12%;
    left: 37%;
  }

  .integration-logo-grid {
    place-content: start;
    place-items: start;
  }

  .integration-logo-holder {
    width: 100%;
  }

  .integration-logo-container {
    width: 90%;
    height: auto;
  }

  .features-heading-holder {
    max-width: 77%;
  }

  .container-3 {
    max-width: 1350px;
  }

  .hero-decord-image-container._02 {
    height: 65px;
  }

  .hero-decord-image-container._01 {
    width: 12%;
    height: 45px;
    margin-left: 280px;
  }

  .hero-decord-image-container._06 {
    width: 12%;
    height: 50px;
  }

  .hero-decord-image-container._04 {
    width: 15%;
    height: 55px;
  }

  .hero-decord-image-container._03 {
    height: 50px;
  }

  .integration-content {
    max-width: 44%;
  }

  .cta-image-holder {
    width: 43%;
    max-width: 43%;
    height: 500px;
  }

  .goat-slide-container {
    max-width: 1350px;
  }

  .apple-product-carousel {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .apple-card-item-v2 {
    margin-top: 20px;
    margin-left: 0;
  }

  .demo-container {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .template-cards-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .template-cards-wrapper._1 {
    justify-content: center;
    align-items: center;
  }

  .main-text-paragraph-holder {
    padding-left: 8.2em;
    padding-right: 8.2em;
  }

  .gs---apple-03-carousel {
    min-height: auto;
    max-height: 200px;
  }

  .gs---apple-03-slide {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .gs---apple-03-slide-title {
    margin-top: 16px;
  }

  .gs---apple-03-slides {
    justify-content: center;
    align-items: center;
    margin-top: 5%;
  }

  .gs---apple-03-slide-image {
    padding-bottom: 0;
  }

  .gs---apple-03-slide-wrap {
    width: 100%;
    height: 100%;
  }

  .gs---apple-06-description {
    margin-top: 10px;
  }

  .container-4, .container-5, .container-6 {
    max-width: 1350px;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .container.nav-container-rounded-center {
    z-index: 2;
  }

  .nav-menu-container {
    justify-content: space-between;
  }

  .nav-menu {
    z-index: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 1px solid var(--light-grey);
    color: #fff;
    background-color: #fff;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding: 90px 2em 2em;
    position: fixed;
    top: 0;
    overflow: scroll;
  }

  .grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

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

  .nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
    display: flex;
  }

  .nav-link-holder.nav-button-holder {
    padding-left: 0;
  }

  .menu-button {
    z-index: 1;
    transition: background-color .35s;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--light-grey);
    border-radius: 10px;
  }

  .style-guide-tab-holder {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .hero-text {
    font-size: 80px;
  }

  .style-guide-left-panel {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1em;
    display: grid;
  }

  .link-block-23 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .style-guide-empty-container {
    padding: 17px 0;
  }

  .button {
    font-weight: 500;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-guide-hero-holder {
    padding: 1em;
  }

  .nav-link.nav-link-dropdown {
    margin-left: 0;
  }

  .link-background.link-bg-on-dark {
    display: none;
  }

  .social-media-icons {
    margin-top: 0;
    margin-bottom: 2em;
  }

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

  .link-with-line {
    padding-top: 0;
    padding-bottom: 2px;
  }

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

  .nav-cart-holder {
    z-index: 3;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav-cart-holder.right-paddding {
    right: 0%;
  }

  .cart {
    z-index: 1;
  }

  .cart-quantity {
    background-color: #fff0;
    border-style: none;
    margin-bottom: 0;
  }

  .cart-container {
    min-width: 600px;
    max-width: 600px;
  }

  .product-details-grid {
    grid-template-columns: 1fr;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .nav-dropdown-list {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 10px;
  }

  .nav-dropdown-list.on-nav-rounded {
    top: 10px;
    left: 0;
    right: 0;
  }

  .nav-dropdown-line-abs {
    display: none;
  }

  .nav-menu-overlay-mobile {
    z-index: 1;
    background-color: #fff;
    height: 60px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-dropdown-link-arrow {
    width: 18px;
    height: 18px;
  }

  .nav-dropdown-link-arrow-holder {
    height: 20px;
    bottom: -16px;
  }

  .nav-dropdown-link-arrow-animated {
    height: 12px;
  }

  .template-card-holder {
    height: 270px;
  }

  .template-card-image {
    border-radius: 3px;
  }

  .demo-blur-bg-effect {
    display: none;
  }

  .integration-heading {
    font-size: 32px;
  }

  .template-footer-holder {
    grid-column-gap: 30px;
  }

  .notification-banner {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .footer-logo-text-form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-3-style {
    font-size: 30px;
  }

  .hide-demo-page-text-on-tablet {
    display: none;
  }

  .hero-subtitle-text {
    font-size: 35px;
  }

  .subtitle-overlay-holder {
    height: 42px;
  }

  .animation-5-text {
    font-size: 13vw;
  }

  .project-item {
    width: 100%;
    padding-right: 30px;
  }

  .category-acronym {
    inset: 10px auto auto 0%;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
  }

  .big-image-menu {
    width: 200px;
    height: auto;
  }

  .nav-footer-holder {
    background-color: #0000;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav-menu---container {
    width: 100%;
    padding-left: 0;
  }

  .nav-menu-holder {
    flex-direction: row;
    align-items: flex-start;
  }

  .nav-link-text {
    font-size: 52px;
  }

  .nav-menu-link {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .nav-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .button-2 {
    font-weight: 500;
  }

  .white-arrow-menu-link {
    width: 70px;
    height: 70px;
  }

  .nav-menu-overlay-mobile-2 {
    z-index: 1;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .cart-container-2 {
    min-width: 650px;
    max-width: 650px;
  }

  .cart-2 {
    z-index: 1;
  }

  .nav-with-big-menu {
    position: sticky;
  }

  .quantity-wrapper {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    justify-content: space-around;
    align-items: center;
    width: 150px;
    display: flex;
  }

  .home-hero-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .hero-title-overlay {
    height: 82px;
  }

  .hero-title-overlay._5th {
    top: 328px;
  }

  .hero-title-overlay._3rd {
    top: 164px;
  }

  .hero-title-overlay._2nd {
    top: 82px;
  }

  .hero-title-overlay._4th {
    top: 246px;
  }

  .work-hero-text {
    font-size: var(--h1-tablet-size);
  }

  .text-hero-work {
    font-size: 55px;
  }

  .animation-2-letter {
    font-size: 15vw;
  }

  .cta-content-holder {
    padding: 36px 100px 36px 36px;
  }

  .hero-web-holder {
    width: 80%;
  }

  .cta-color-picker-holder {
    width: 100px;
  }

  .hero-app-holder {
    width: 100px;
    right: -50px;
  }

  .pricing-content-holder {
    padding: 20px;
  }

  .feature-title {
    font-size: 24px;
  }

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

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

  .pricing-background {
    border-radius: 10px;
  }

  .integration-logo-holder {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .featured-card-grid {
    grid-column-gap: 85px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feature-paragraph {
    font-size: 14px;
  }

  .feature-card-holder {
    grid-row-gap: 100px;
  }

  .integration-logo-container {
    width: 60%;
  }

  .footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-container {
    border-radius: var(--border-radius-mobile);
  }

  .button-link {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .features-holder {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .featured-card {
    border-radius: var(--border-radius-mobile);
  }

  .hero-section-holder {
    padding-top: 60px;
  }

  .hero-decord-image-container {
    width: 80px;
    height: 80px;
  }

  .hero-decord-image-container._02 {
    width: 20%;
    height: 40px;
  }

  .hero-decord-image-container._05 {
    width: 80px;
  }

  .hero-decord-image-container._01 {
    width: 30%;
    height: 50px;
  }

  .hero-decord-image-container._06 {
    width: 25%;
    height: 45px;
  }

  .hero-decord-image-container._04 {
    width: 25%;
    height: 40px;
  }

  .hero-decord-image-container._03 {
    width: 20%;
    height: 35px;
  }

  .integrations-grid {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .template-section {
    border-radius: var(--border-radius-mobile);
  }

  .integration-content {
    max-width: 100%;
  }

  .featured-extra-content {
    margin-top: 0;
  }

  .cta-image-holder {
    width: 60%;
    max-width: 60%;
  }

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

  .slider-header-text {
    padding-left: 45px;
    padding-right: 45px;
  }

  .goat-slide-title {
    max-width: 100%;
    font-size: 50px;
  }

  .goat-counter-wrap {
    font-size: 12px;
  }

  .goat-arrow-button-disabled {
    width: 40px;
    height: 40px;
    padding: 6px;
  }

  .slide-small-images {
    height: 30%;
  }

  .goat-slide-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .goat-counter {
    bottom: 2px;
    left: 0;
    right: 0;
  }

  .goat-points {
    height: 40px;
    bottom: 15px;
  }

  .goat-arrow-button {
    width: 40px;
    height: 40px;
    padding: 6px;
  }

  .goat-arrows {
    height: 70px;
  }

  .cars-arrow-left {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .cars-points {
    bottom: 42px;
  }

  .animation-text-content {
    grid-column-gap: 10px;
    font-size: 7vw;
  }

  .cars-arrow-right {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .cars-slide-description {
    font-size: 18px;
  }

  .cars-counter {
    bottom: 5%;
    right: 5%;
  }

  .cars-slide-button {
    font-size: 14px;
  }

  .cars-slide-title-wrap {
    font-size: 45px;
    line-height: 47px;
  }

  .cards-arrow-left, .cards-arrow-right {
    margin-right: 3%;
  }

  .cards-slide-title {
    font-size: 30px;
  }

  .cards-slide-description {
    font-size: 16px;
  }

  .cards-slide-content {
    width: 85%;
    margin-bottom: 10%;
  }

  .cards-slide-wrap {
    padding: 20px;
  }

  .cards-slide-icon {
    width: 50px;
    height: 50px;
  }

  .cards-slide {
    height: 60vh;
    min-height: 60vh;
    max-height: none;
  }

  .white-button-link {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .apple-audio-products-arrow-left {
    margin-right: 3%;
  }

  .apple-audio-products-slide-description {
    font-size: 14px;
  }

  .apple-audio-products-arrow-right {
    margin-right: 3%;
  }

  .apple-audio-products-slide-title {
    font-size: 21px;
    line-height: 1.19;
    margin-top: 6px !important;
  }

  .apple-audio-slide-1-text-wrap {
    width: 85%;
    margin-bottom: 10%;
  }

  .apple-audio-products-item-slide-title {
    font-size: 15px;
  }

  .apple-product-white-description, .apple-product-description {
    font-size: 14px;
  }

  .apple-product-slide-info {
    margin-bottom: 10%;
    padding-bottom: 30px;
  }

  .white-button-link-copy {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .main-template-card-image {
    border-radius: 3px;
  }

  .template-cards-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .template-cards-wrapper._1 {
    flex-flow: column;
    width: 100%;
  }

  .airbnb-points {
    bottom: 15px;
  }

  .gs-airbnb-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gs---airbnb-arrow-right, .gs---airbnb-arrow-left, .gs---apple-03-arrow-left {
    margin-right: 3%;
  }

  .gs---apple-03-slide {
    padding-top: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .gs---apple-03-slide-title {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.42;
  }

  .gs---apple-03-slide-image {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .gs---apple-03-arrow-right {
    margin-right: 3%;
  }

  .gs---apple-03-slide-wrap {
    margin-bottom: 10%;
  }

  .gs---apple-04-product-points {
    height: 40px;
    bottom: 15px;
  }

  .gs---apple-04-carousel {
    padding-left: 20px;
  }

  .gs---apple-04-products-slide {
    background-color: #fff;
    width: 309px;
    min-width: 309px;
    max-width: 309px;
    overflow: visible;
  }

  .gs---apple-04-slide-content {
    object-fit: fill;
    margin-bottom: 0%;
  }

  .gs---apple-04-arrow-left, .gs---apple-04-arrow-right, .gs---apple-05-arrow-right {
    margin-right: 3%;
  }

  .gs---apple-06-black-subtitle {
    min-height: 24px;
    padding-bottom: 7px;
  }

  .gs---apple-05-slide-link {
    object-fit: cover;
  }

  .gs---apple-05-image {
    aspect-ratio: auto;
    object-fit: cover;
    inset: 0%;
  }

  .gs---apple-06-description {
    margin-top: 6px;
    font-size: 17px;
  }

  .gs---apple-05-arrow-left {
    margin-left: 3%;
  }

  .gs---apple-05-content {
    width: 100%;
    max-width: none;
    margin-bottom: 10%;
    padding: 28px;
  }

  .gs---apple-06-title {
    font-size: 21px;
    line-height: 1.19;
    margin-top: 6px !important;
  }

  .gs---apple-05-slide {
    object-fit: cover;
    width: 400px;
    min-width: 400px;
    max-width: 400px;
    height: 450px;
    min-height: 450px;
    max-height: 450px;
  }

  .gs---apple-06-subtitle {
    min-height: 24px;
    padding-bottom: 7px;
  }

  .gs---apple-06-black-title {
    font-size: 21px;
    line-height: 1.19;
    margin-top: 6px !important;
  }

  .gs---apple-06-slide-title {
    margin-top: 0;
  }

  .gs---apple-06-arrow-left {
    margin-left: 3%;
  }

  .gs---apple-06-arrow-right {
    margin-right: 3%;
  }

  .gs---apple-07-content-w-20 {
    width: 90%;
  }

  .gs---apple-07-description {
    font-size: 16px;
  }

  .gs---apple-07-counter {
    bottom: 0%;
    right: 5%;
  }

  .gs---apple-07-mini-title {
    font-size: 19px;
  }

  .gs---apple-07-slide {
    min-width: 430px;
    max-width: 430px;
  }

  .gs---apple-07-image {
    flex: 0 auto;
    align-self: auto;
  }

  .gs---apple-07-arrow-left {
    margin-left: 3%;
  }

  .gs---apple-07-black-description {
    font-size: 16px;
  }

  .gs---apple-07-arrow-right {
    margin-right: 3%;
  }

  .gs---adventure-description {
    width: 80%;
  }

  .gs---adventure-arrow-button {
    padding: 6px;
  }

  .gs---adventure-title {
    letter-spacing: 10px;
    font-size: 92px;
    line-height: 97px;
  }

  .gs---01-ecommerce-price {
    width: 204px;
    height: 41px;
    font-size: 14px;
    line-height: 42px;
  }

  .gs---01-ecommerce-point-price {
    font-size: 13px;
  }

  .gs---01-ecommerce-point-holder {
    height: 15%;
    min-height: 100px;
    bottom: 4%;
  }

  .gs---01-ecommerce-slide-container {
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .gs---01-ecommerce-point-title-2 {
    max-width: 100%;
    font-size: 13px;
    line-height: 16px;
  }

  .gs---01-ecommerce-style-point-here {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .gs---01-ecommerce-slide-wrap {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .gs---01-ecommerce-slide-content {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .gs---01-ecommerce-bg-wrap {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .gs---01-ecommerce-title {
    letter-spacing: 0;
    width: 555px;
    margin-top: 20px;
    font-size: 57px;
    line-height: 60px;
  }

  .gs---01-ecommerce-slide-wrap-blue {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .gs---01-ecommerce-slide-image-2 {
    position: relative;
  }

  .gs---01-ecommerce-points {
    height: 15%;
    min-height: 100px;
    bottom: 4%;
  }

  .gs---01-ecommerce-slide-wrap-green {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .gs---01-ecommerce-desc {
    width: 500px;
  }

  .gs---boutique-counter {
    bottom: 15px;
    left: 35%;
  }

  .gs---boutique-details-link {
    font-size: 14px;
  }

  .gs---boutique-arrows {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 11%;
    margin-left: 0%;
  }

  .gs---boutique-title-wrap {
    padding-left: 0%;
    padding-right: 20%;
    position: relative;
  }

  .gs---second-image {
    display: none;
  }

  .gs---boutique-subtitle {
    font-size: 24px;
  }

  .gs---boutique-main-paragraph-container {
    width: 85%;
    height: 23%;
  }

  .gs---boutique-content {
    justify-content: center;
    align-items: center;
    margin-bottom: 30%;
  }

  .gs---title-div {
    justify-content: flex-start;
    align-items: center;
    min-width: 70vh;
  }

  .gs---02-ecommerce-main-paragraph {
    min-width: 250px;
    max-width: 250px;
    position: relative;
  }

  .gs---nike-shoes-main-holder {
    width: 732px;
  }

  .gs---nike-shoes-2nd-slide-wrap {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    height: 500px;
  }

  .gs---nike-shoes-details-button {
    font-size: 14px;
  }

  .gs---nike-shoes-1st-slide-wrap, .gs---nike-shoes-3d-slide-wrap, .gs---nike-shoes-4th-slide-wrap {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    height: 500px;
  }

  .gs---adventure-video-title {
    letter-spacing: 10px;
    font-size: 92px;
    line-height: 97px;
  }

  .gs---adventure-video-arrow-button {
    padding: 6px;
  }

  .blog_hero-top-center {
    max-width: 100%;
  }

  .container-4 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .blog_hero-top {
    max-width: 100%;
  }

  .blog_link {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .collection-list {
    flex-flow: column;
    display: flex;
  }

  .container-5 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .design-item-title {
    font-size: 30px;
  }

  .container-6 {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-section {
    height: auto;
  }

  .nav-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .footer-image {
    object-fit: contain;
  }

  .nav-link-holder {
    width: 100%;
  }

  .hero-text {
    font-size: 56px;
  }

  .style-guide-left-panel {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .colors-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

  .hero-section-secondary {
    height: auto;
  }

  .hero-description-short-container {
    max-width: 100%;
  }

  .hero-content {
    height: auto;
  }

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

  .cart-container {
    min-width: 500px;
    max-width: 500px;
  }

  .checkout-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .checkout-summary {
    margin-top: 2em;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-grid {
    grid-template-columns: 1fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }

  .template-card-holder {
    height: 210px;
  }

  .integration-heading {
    font-size: 24px;
  }

  .template-footer-heading {
    max-width: 350px;
  }

  .template-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .small-thumbnail-image {
    padding-top: 60%;
  }

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

  .hide-on-desktop {
    display: block;
  }

  .blog-item-title-2 {
    font-size: 28px;
  }

  .tooltip-wrapper {
    text-align: right;
    width: 60vw;
    left: auto;
    right: 90%;
  }

  .white-text {
    color: #fff;
  }

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

  .accordion-title {
    font-size: 24px;
  }

  .animation-5-text {
    margin-top: 0;
  }

  .project-item {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .category-acronym {
    top: 30px;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .big-image-menu {
    z-index: 5;
    opacity: .4;
    width: 100%;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .nav-footer-holder {
    width: 85%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu---container {
    z-index: 5;
    justify-content: flex-start;
    width: 100%;
    height: 70%;
  }

  .nav-menu-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cart-item-title-2 {
    max-width: 80%;
  }

  .nav-menu-link {
    justify-content: center;
  }

  .nav-links {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .white-arrow-menu-link {
    margin-left: -140px;
  }

  .cart-container-2 {
    min-width: 550px;
    max-width: 550px;
  }

  .work-list {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .work-item:nth-child(2n) {
    top: 0;
  }

  .work-hero-text {
    font-size: 50px;
  }

  .showcase-hero-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .text-hero-work {
    margin-top: 0;
  }

  .cta-content-holder {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .cta-color-picker-holder {
    top: 30%;
  }

  .made-by-section-2 {
    margin-top: 62px;
  }

  .hero-text-4 {
    font-weight: 600;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .integration-logo-container {
    width: 90%;
  }

  .submit-button-white {
    position: relative;
  }

  .footer-section {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-holder {
    grid-column-gap: 40px;
    justify-content: flex-start;
  }

  .cta-container {
    border-radius: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .featured-content-holder {
    padding-right: 0;
  }

  .cta-text-field {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-decord-image-container._02 {
    width: 25%;
    height: 40px;
  }

  .hero-decord-image-container._01 {
    width: 25%;
    height: 35px;
  }

  .hero-decord-image-container._06 {
    width: 25%;
    height: 40px;
  }

  .hero-decord-image-container._04 {
    width: 35%;
    height: 40px;
  }

  .hero-decord-image-container._03 {
    width: 20%;
    height: 30px;
  }

  .cta-text-field-holder {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

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

  .gs---pricing-table-holder-2 {
    padding-top: 20px;
  }

  .features-grid-holder {
    flex-direction: column;
    display: flex;
  }

  .cta-image-holder {
    width: 100%;
    max-width: 100%;
    position: relative;
    right: 0%;
  }

  .small-title {
    font-size: 14px;
  }

  .goat-slide-title {
    font-size: 40px;
  }

  .goat-slide-description {
    font-size: 16px;
  }

  .slide-small-images {
    width: 60%;
    height: 25%;
  }

  .goat-slide-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .animation-text {
    margin-top: 0;
  }

  .cars-slide-heading-top {
    font-size: 20px;
  }

  .cars-slide-content {
    row-gap: 0;
  }

  .cars-slide-title-wrap {
    font-size: 35px;
    line-height: 37px;
  }

  .cards-slide-title {
    font-size: 35px;
  }

  .cards-slide-content {
    row-gap: 0;
  }

  .apple-audio-slide-text-wrap {
    row-gap: 0;
    height: auto;
    display: flex;
  }

  .apple-audio-products-slide-title {
    font-size: 21px;
    line-height: 1.19;
  }

  .apple-audio-slide-1-text-wrap {
    row-gap: 0;
    height: auto;
    display: flex;
  }

  .apple-product-slide-info {
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 0;
    height: auto;
    display: flex;
  }

  .gs---apple-03-slide-title {
    text-align: center;
    font-size: 14px;
    line-height: 1.42;
  }

  .gs---apple-03-slide-wrap {
    justify-content: flex-end;
    align-items: center;
    row-gap: 0;
    display: flex;
  }

  .gs---apple-04-slide-content {
    row-gap: 0;
    height: auto;
    display: flex;
  }

  .gs---apple-04-arrow-left {
    margin-left: 3%;
  }

  .gs---apple-06-description {
    margin-top: 6px;
    margin-bottom: 0;
  }

  .gs---apple-05-content {
    row-gap: 0;
    height: auto;
    display: flex;
  }

  .gs---apple-06-title, .gs---apple-06-black-title {
    font-size: 21px;
    line-height: 1.19;
  }

  .gs---apple-06-slide-content {
    row-gap: 0;
  }

  .gs---apple-06-arrow-left {
    margin-left: 3%;
  }

  .gs---apple-07-mini-title {
    font-size: 18px;
    line-height: 26px;
  }

  .gs---apple-07-black-title {
    font-size: 25px;
    line-height: 32px;
  }

  .gs---apple-07-slide {
    min-width: 400px;
    max-width: 400px;
    height: 420px;
  }

  .gs---apple-07-title {
    font-size: 25px;
    line-height: 32px;
  }

  .gs---adventure-arrow-right {
    width: 25%;
  }

  .gs---adventure-description {
    display: none;
  }

  .gs---adventure-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .gs---adventure-arrow-left {
    width: 27%;
  }

  .gs---adventure-arrow-text {
    white-space: pre-wrap;
  }

  .gs---adventure-title {
    font-size: 68px;
    line-height: 100%;
  }

  .gs---01-ecommerce-image-point-wrapper {
    width: 60px;
    height: 60px;
  }

  .gs---01-ecommerce-slider {
    border-radius: 40px;
    height: 79%;
    min-height: auto;
    padding-top: 0;
  }

  .gs---01-ecommerce-content-point {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .gs---01-ecommerce-point-holder {
    border-radius: 20px;
    height: 13%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .gs---01-ecommerce-slide-container {
    width: 100%;
    height: 50%;
    padding-top: 8%;
    padding-left: 8%;
    inset: 0% auto auto 0%;
  }

  .gs---01-ecommerce-point-title-2 {
    display: none;
  }

  .gs---01-ecommerce-point-active-line-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .gs---01-ecommerce-point-border-2 {
    height: 100%;
  }

  .gs---01-ecommerce-style-point-here {
    justify-content: center;
    align-items: center;
    height: 80%;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

  .gs---01-ecommerce-slide-wrap {
    border-radius: 30px;
    flex-flow: column;
  }

  .gs---01-ecommerce-point-wrapper-2 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .gs---01-ecommerce-bg-wrap {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    position: relative;
  }

  .gs---01-ecommerce-title {
    width: 446px;
    font-size: 46px;
    line-height: 52px;
  }

  .gs---01-ecommerce-slide-wrap-blue {
    border-radius: 30px;
    flex-flow: column;
  }

  .gs---01-ecommerce-slide-image-2 {
    height: 350px;
  }

  .gs---01-ecommerce-points {
    border-radius: 20px;
    height: 13%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .gs---01-ecommerce-slide-wrap-green {
    border-radius: 30px;
    flex-flow: column;
  }

  .gs---01-ecommerce-desc {
    width: 400px;
    font-size: 15px;
    line-height: 19px;
  }

  .gs---boutique-counter {
    display: none;
  }

  .gs---boutique-arrows {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding-right: 0%;
  }

  .gs---boutique-line-details {
    width: 20%;
  }

  .gs---boutique-title {
    font-size: 77px;
    line-height: 75px;
  }

  .gs---boutique-details {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 200px;
  }

  .gs---second-image {
    display: none;
  }

  .gs---boutique-subtitle {
    font-size: 22px;
  }

  .gs---boutique-main-paragraph-container {
    width: 100%;
    display: none;
  }

  .gs---boutique-content {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .gs---title-div {
    min-width: 70vh;
    max-width: 70vh;
    height: 75px;
    bottom: 0%;
    left: 0;
  }

  .gs---nike-shoes-main-holder {
    width: 80vw;
    min-width: 336px;
  }

  .gs---nike-shoes-slide-content {
    row-gap: 0;
  }

  .gs---adventure-video-arrow-left {
    width: 27%;
  }

  .gs---adventure-video-title {
    font-size: 68px;
    line-height: 100%;
  }

  .gs---adventure-video-arrow-text {
    white-space: pre-wrap;
  }

  .gs---adventure-video-description {
    display: none;
  }

  .gs---adventure-video-arrow-right {
    width: 25%;
  }

  .gs---adventure-video-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .card.blog_09-item {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .container-4 {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .container-5 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .design-item-title {
    font-size: 25px;
  }

  .container-6 {
    padding-left: 1em;
    padding-right: 1em;
  }
}

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

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
    font-weight: 600;
  }

  h4 {
    font-size: 20px;
    font-weight: 600;
  }

  h5 {
    font-size: 18px;
    font-weight: 500;
  }

  h6 {
    font-weight: 500;
  }

  blockquote {
    padding: 30px 0;
    font-size: 20px;
  }

  .container {
    padding: 3em 1em;
  }

  .container.banner-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    font-size: 12px;
  }

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

  .grid-6-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

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

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 420px;
    padding: 30px;
  }

  .footer {
    text-align: left;
  }

  .footer-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .made-by-section {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .rich-text h5 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text figure {
    margin-top: 2em;
    margin-bottom: 3em;
    padding: 15px;
  }

  .rich-text ul {
    padding-left: 20px;
  }

  .rich-text h3 {
    font-size: 19px;
    line-height: 1.4;
  }

  .rich-text figcaption {
    font-size: 12px;
    line-height: 18px;
  }

  .rich-text h1 {
    font-size: 26px;
    font-weight: 500;
  }

  .rich-text p {
    font-size: 15px;
  }

  .rich-text h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .rich-text ol {
    padding-left: 20px;
  }

  .rich-text h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .rich-text h6 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text li {
    font-size: 15px;
  }

  .style-guide-title-holder {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .hero-text {
    font-size: 34px;
  }

  .paragraph-m {
    font-size: 16px;
  }

  .style-guide-left-panel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .headings-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-holder {
    padding: 1em;
  }

  .paragraph-container {
    width: 100%;
  }

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

  .aa-font {
    font-size: 80px;
  }

  .button-holder, .headings-holder {
    padding: 1em;
  }

  .nav-link.white-nav-link {
    padding-right: 0;
  }

  .hero-section-secondary {
    min-height: 40vh;
  }

  .social-media-icons {
    margin-bottom: 0;
  }

  .hero-content {
    align-items: flex-start;
  }

  .blog-category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

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

  .blog-item-title {
    font-size: 20px;
  }

  .blog-category-links-holder {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .add-to-cart-button {
    background-size: 24px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .cart-quantity {
    margin-bottom: 0;
  }

  .cart-container {
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
    max-height: 700px;
  }

  .cart-header {
    z-index: 5;
    background-color: #fff;
    position: sticky;
    top: 0;
  }

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

  .cart-footer {
    background-color: #fff;
    position: sticky;
    bottom: 0;
  }

  .cart-item-content {
    margin-left: 0;
  }

  .heading-title-holding {
    padding-bottom: 1em;
  }

  .product-other-images {
    margin-top: .5em;
  }

  .product-other-images-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-other-image-lightbox {
    padding: .5em;
  }

  .order-item-title, .order-item-price {
    font-size: 14px;
  }

  .order-item-full-content {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order-info-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .nav-dropdown-list {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.w--open {
    margin-bottom: 10px;
  }

  .nav-dropdown-list-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-dropdown-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3em;
  }

  .nav-menu-overlay-mobile {
    height: 60px;
  }

  .demo-page-link {
    padding-left: 0;
  }

  .name-of-pages-text {
    font-size: 20px;
  }

  .template-card-holder {
    height: 180px;
    padding: 6px;
  }

  .integration-heading {
    font-size: 21px;
  }

  .template-footer-holder {
    margin-top: 4em;
    padding-left: 1em;
  }

  .template-card-image-holder {
    display: flex;
  }

  .hero-link {
    padding: 6px 6px 6px 12px;
    font-size: 14px;
  }

  .notification-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .style-guide-box-holder {
    padding: 1em;
  }

  .navbar-footer-main-link-holder {
    font-size: 22px;
  }

  .shop-item-title-price {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shop-item-content {
    padding: 1.5em 1em;
  }

  .filter-holder {
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    padding: 5px;
  }

  .category-item-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .category-list-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .blog-item-title-2 {
    font-size: 24px;
  }

  .footer-top-links-6col-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo-text-form-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .footer-social-icons-with-links-holder {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tooltip-wrapper {
    width: 70vw;
  }

  .white-text {
    color: #fff;
  }

  .pricing-table-holder {
    min-width: 33%;
  }

  .pricing-cell-check-icon {
    width: 20px;
  }

  .heading-3-style {
    font-size: 22px;
  }

  .card-item {
    border-radius: 30px;
  }

  .accordion-item-content {
    padding-left: 0;
  }

  .accordion-icon-holder {
    margin-right: 10px;
  }

  .hero-subtitle-holder {
    max-width: 90%;
  }

  .hero-subtitle-text {
    font-size: 25px;
  }

  .subtitle-overlay-holder {
    height: 36px;
  }

  .cart-item-image-2 {
    width: 50%;
    height: 120px;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 4em;
    display: flex;
  }

  .cart-item-content-2 {
    flex-direction: column;
    margin-left: 0;
  }

  .nav-footer-holder {
    justify-content: flex-end;
    margin-top: 0;
  }

  .nav-menu---container {
    justify-content: center;
    height: 50%;
  }

  .cart-item-price-2 {
    position: static;
  }

  .cart-item-title-2 {
    max-width: 100%;
  }

  .nav-link-text {
    font-size: 38px;
  }

  .nav-links {
    grid-row-gap: 12px;
    padding-top: 0;
  }

  .button-2.continue-to-checkout {
    font-size: 20px;
  }

  .white-arrow-menu-link {
    display: none;
  }

  .nav-menu-overlay-mobile-2 {
    height: 70px;
  }

  .cart-container-2 {
    border-radius: 0;
    min-width: 300px;
  }

  .cart-item-2 {
    flex-direction: column;
  }

  .subtotal {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quantity-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
    display: flex;
  }

  .work-list {
    grid-row-gap: 5em;
  }

  .work-item-image {
    height: 60vh;
  }

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

  .hero-title-overlay {
    height: 48px;
  }

  .hero-title-overlay._5th {
    top: 192px;
  }

  .hero-title-overlay._3rd {
    top: 96px;
  }

  .hero-title-overlay._2nd {
    top: 48px;
  }

  .hero-title-overlay._4th {
    top: 144px;
  }

  .work-hero-text, .text-hero-work {
    font-size: 40px;
  }

  .hero-text-holder {
    grid-column-gap: 6px;
    grid-row-gap: 3px;
    margin-top: 12px;
  }

  .cta-content-holder {
    padding: 40px 20px 20px;
  }

  .features-card-container:hover {
    transform: translate(0);
  }

  .hero-web-holder {
    width: 90%;
  }

  .made-by-section-2 {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 12px;
    padding: 12px 0 0;
  }

  .hero-app-holder {
    width: 60px;
    right: 7px;
  }

  .integration-logo-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2.25em;
  }

  .hero-text-4 {
    font-size: 8vw;
  }

  .goat-demo-hero-button-holder {
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 12px;
  }

  .pricing-table-container {
    flex-direction: column;
    display: flex;
  }

  .footer-flex-container {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .featured-slide {
    padding: 30px 10px;
  }

  .hero-web-mask {
    border-radius: 6px;
  }

  .integration-logo-holder {
    padding-top: 0;
  }

  .hero-animation-holder {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .form-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .featured-slide-holder {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .feature-card-holder {
    padding-top: 20px;
  }

  .integration-logo-container {
    width: 100%;
  }

  .template-button-holder-2 {
    grid-column-gap: 14px;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .hero-decord-images-holder {
    opacity: .4;
  }

  .footer-links-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cta-container {
    flex-direction: column;
  }

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

  .hero-web-image {
    border-radius: 6px;
  }

  .featured-content-holder {
    grid-row-gap: 12px;
  }

  .features-holder {
    padding-top: 0;
  }

  .container-3 {
    padding: 1em;
  }

  .hero-section-holder {
    padding-top: 60px;
  }

  .hero-decord-image-container._02 {
    width: 60px;
    height: 60px;
    top: -30%;
    right: -1%;
  }

  .hero-decord-image-container._05 {
    width: 60px;
    height: 40px;
  }

  .hero-decord-image-container._01 {
    width: 60px;
    height: 60px;
    top: -28%;
  }

  .hero-decord-image-container._06 {
    width: 50%;
    height: 40px;
    top: 75%;
    left: 40%;
  }

  .hero-decord-image-container._04 {
    width: 55%;
    height: 35px;
    bottom: 81%;
  }

  .hero-decord-image-container._03 {
    width: 50%;
    height: 40px;
    top: 91%;
  }

  .hero-dashboard-image {
    border-radius: 6px;
  }

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

  .template-section {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .cta-image-holder {
    position: relative;
  }

  .featured-mask {
    width: 200px;
  }

  .slider-header-text {
    grid-row-gap: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .goat-slide-title {
    text-align: center;
    font-size: 34px;
  }

  .goat-slide-description {
    text-align: center;
  }

  .goat-slide-content {
    text-align: center;
    align-items: center;
  }

  .slide-small-images {
    width: 100%;
    height: 24%;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .goat-point {
    width: 20px;
    height: 20px;
  }

  .goat-slide-container {
    padding: 3em 1em;
  }

  .goat-point-active {
    width: 20px;
    height: 20px;
  }

  .slide-bg-overlay-2 {
    background-image: linear-gradient(to top, #0000004d, #0006 50%, #0000004d);
  }

  .demo-header {
    height: 55px;
  }

  .cars-arrow-left {
    left: -50px;
  }

  .cars-points {
    padding-left: 45px;
    padding-right: 45px;
    bottom: 27px;
  }

  .cars-arrow-left-button {
    width: 90px;
    height: 90px;
  }

  .animation-text-content {
    grid-column-gap: 7px;
    font-size: 9vw;
  }

  .cars-arrow-right-button {
    width: 90px;
    height: 90px;
  }

  .cars-arrow-right {
    right: -50px;
  }

  .car-image-wrap {
    height: 40vw;
  }

  .cars-points-wrap {
    min-width: 100%;
  }

  .cars-slide-title-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .cars-carousel {
    height: 100svh;
  }

  .banner-logo-link {
    max-height: 16px;
  }

  .cards-slide-title {
    font-size: 30px;
  }

  .cards-slide {
    width: 42vw;
    min-width: 42vw;
    margin-left: 18vw;
    margin-right: 18vw;
  }

  .cards-slide-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
  }

  .white-button-link {
    padding: 10px;
  }

  .apple-audio-slide-text-wrap {
    padding: 20px;
  }

  .apple-audio-products-item-slide-image {
    aspect-ratio: 1;
    width: 100%;
    min-width: 100%;
    height: auto;
  }

  .apple-audio-products-arrow {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .apple-audio-prods-main-wrapper {
    margin-top: 20px;
  }

  .apple-audio-slide-item {
    width: 70vw;
    min-width: 70vw;
    height: 460px;
    min-height: 460px;
    margin-top: 46px;
  }

  .apple-audio-slide-item.apple-audio-slide-item-big {
    width: 80vw;
    min-width: 80vw;
    margin-top: 46px;
  }

  .apple {
    height: 50%;
    min-height: 50%;
  }

  .apple-cards-arrows-v2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .apple-product-slide-content {
    flex-flow: column;
    display: flex;
    overflow: hidden;
  }

  .apple-cards-v2-arrows-counts {
    inset: auto auto 20px 20px;
  }

  .apple-product-slide-info {
    height: 50%;
  }

  .apple-card-item-v2 {
    width: 80vw;
    min-width: 80vw;
    padding-bottom: 130px;
  }

  .apple-product-content-wrap {
    height: 450px;
  }

  .demo-container {
    margin-top: 2em;
    margin-left: 0;
  }

  .template-cards-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .template-cards-wrapper._1 {
    margin-bottom: 3em;
  }

  .main-template-card-holder.top-margin {
    margin-top: 35px;
  }

  .main-template-card-holder.fourth-slider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .main-text-paragraph-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .gs-airbnb-grid {
    grid-template-columns: 1fr;
  }

  .gs---apple-04-carousel {
    padding-left: 10px;
  }

  .gs---apple-04-product-point-active-inside {
    min-height: 100%;
  }

  .gs---apple-04-arrow-left {
    margin-left: 3%;
    margin-right: 0%;
  }

  .gs---apple-04-product-point-active-inside-circle {
    position: absolute;
  }

  .gs---apple-04-product-point-active {
    width: 30px;
    height: 30px;
  }

  .gs---apple-04-product-point {
    width: 25px;
    height: 25px;
  }

  .gs---apple-05-arrow-right {
    margin-right: 4%;
  }

  .gs---apple-05-arrow-left {
    margin-left: 4%;
  }

  .gs---apple-05-slide {
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .gs---apple-06-arrow-left {
    margin-left: 6%;
  }

  .gs---apple-06-slide {
    min-width: 313px;
    max-width: 313px;
  }

  .gs---apple-06-arrow-right {
    margin-right: 6%;
  }

  .gs---apple-07-link {
    padding: 20px;
  }

  .gs---apple-07-content-w-20 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 95%;
  }

  .gs---apple-07-description {
    max-width: 91%;
    font-size: 15px;
  }

  .gs---apple-07-mini-title {
    font-size: 13px;
    line-height: 20px;
  }

  .gs---apple-07-black-title {
    font-size: 21px;
    line-height: 28px;
  }

  .gs---apple-07-mini-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .gs---apple-07-mini-link {
    padding: 20px;
  }

  .gs---apple-07-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .gs---apple-07-carousel {
    margin-top: 20%;
  }

  .gs---apple-07-slide {
    min-width: 290px;
    max-width: 290px;
    height: 350px;
  }

  .gs---apple-07-title {
    font-size: 21px;
    line-height: 28px;
  }

  .gs---apple-07-arrow-left {
    margin-left: 6%;
  }

  .gs---apple-07-black-description {
    max-width: 91%;
    font-size: 15px;
  }

  .gs---apple-07-arrow-right {
    margin-right: 6%;
  }

  .gs---adventure-subtitle {
    font-size: 12px;
  }

  .gs---adventure-content {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .gs---adventure-arrow-text {
    display: none;
  }

  .gs---adventure-title {
    letter-spacing: 6px;
    font-size: 43px;
  }

  .gs---adventure-main-image {
    bottom: 0;
  }

  .gs---01-ecommerce-badge-2 {
    font-size: 13px;
  }

  .gs---01-ecommerce-slider {
    height: 90%;
  }

  .gs---01-ecommerce-price {
    width: 143px;
    height: auto;
    font-size: 13px;
    line-height: 29px;
  }

  .gs---01-ecommerce-slide-container {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .gs---01-ecommerce-main-holder {
    min-height: 600px;
  }

  .gs---01-ecommerce-bg-wrap {
    justify-content: center;
    align-items: flex-end;
  }

  .gs---01-ecommerce-title {
    width: 90%;
    height: auto;
    font-size: 24px;
    line-height: 33px;
  }

  .gs---01-ecommerce-slide-image-2 {
    min-width: 350px;
    height: 350px;
    min-height: 350px;
    top: -8%;
    right: 0;
  }

  .gs---01-ecommerce-desc {
    width: 90%;
    font-size: 13px;
    line-height: 17px;
  }

  .template-item-title {
    font-size: 20px;
  }

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

  .gs---boutique-arrow-right {
    width: 65px;
    height: 55px;
  }

  .gs---boutique-arrows {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .gs---boutique-title {
    font-size: 59px;
    line-height: 60px;
  }

  .gs---boutique-details {
    width: 150px;
  }

  .gs---boutique-subtitle {
    font-size: 20px;
    top: 0%;
  }

  .gs---boutique-arrow-left {
    width: 65px;
    height: 55px;
  }

  .gs---boutique-main-paragraph-container {
    display: none;
  }

  .gs---boutique-arrow-button:hover {
    width: 85%;
  }

  .gs---title-div {
    height: 60px;
  }

  .gs---nike-shoes-main-holder {
    width: 100vw;
    min-width: 316px;
  }

  .gs---nike-shoes-2nd-slide-wrap, .gs---nike-shoes-1st-slide-wrap, .gs---nike-shoes-3d-slide-wrap, .gs---nike-shoes-4th-slide-wrap {
    width: 310px;
    min-width: 310px;
    max-width: 310px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .gs---adventure-video-title {
    letter-spacing: 6px;
    font-size: 43px;
  }

  .gs---adventure-video-main-image {
    bottom: 0;
  }

  .gs---adventure-video-arrow-text {
    display: none;
  }

  .gs---adventure-video-content {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .gs---adventure-video-subtitle {
    font-size: 12px;
  }

  .top-bar-link {
    font-size: 13px;
  }

  .top-bar-text-modulify {
    display: none;
  }

  .top-bar-button {
    margin-left: 7px;
  }

  .brand-image {
    width: 90px;
  }

  .blog_09-image-link {
    padding-left: 1rem;
  }

  .card.blog_09-item {
    padding-right: 1rem;
  }

  .blog_09-image-wrap {
    aspect-ratio: 3 / 2;
    min-height: auto;
    max-height: none;
  }

  .blog_hero-top-center {
    margin-bottom: 2em;
  }

  .tab-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tabs-nav {
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    padding: 5px;
  }

  .blog_09-content-link {
    padding-left: 1rem;
  }

  .container-4 {
    padding: 3em 1em;
  }

  .blog_hero-top {
    margin-bottom: 2em;
  }

  .blog_content {
    padding-left: 1rem;
  }

  .blog_link {
    grid-row-gap: 1rem;
  }

  .blog-image-wrap {
    aspect-ratio: 3 / 2;
    min-height: auto;
    max-height: none;
  }

  .container-5, .container-6 {
    padding: 3em 1em;
  }

  .blog-70 {
    max-width: 100%;
  }

  .header_01-image-wrap {
    max-height: 15rem;
  }

  .h1-blog-details {
    font-size: 36px;
  }
}

#w-node-cbe1da9c-4c48-1e09-5a63-7a92a9a98b83-0a144c54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7787-7ee21791 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2fb423f-7673-267c-657c-64c8bca49607-7ee21791 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_6995eda4-7418-793d-d771-71b2c528dbc1-7ee21795, #w-node-_1f321115-1b62-2209-0f85-ca08606a72dd-7ee21796, #w-node-ba664d03-96ff-3927-b94b-449f0e6d0d97-7ee21796, #w-node-b99d3615-d086-c5cc-5c5b-3acafcd34651-7ee21796 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e6795cd-2df6-b44c-3595-11f4ef935b21-7ee21798 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e4123fb3-f9e8-d1e9-933a-a7121417679d-7ee2179c, #w-node-e4123fb3-f9e8-d1e9-933a-a7121417679f-7ee2179c, #w-node-e4123fb3-f9e8-d1e9-933a-a712141768d6-7ee2179c, #w-node-e4123fb3-f9e8-d1e9-933a-a7121417690d-7ee2179c, #w-node-_79dcdbc0-5636-349f-5ddd-a82fd95dd549-7ee2179c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ebaf297-5a41-9b53-27d1-0321d8885929-7ee217a7, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459eb6-7ee217a7, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ebc-7ee217a7, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec1-7ee217a7, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec6-7ee217a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ab77796-2ece-d074-e66f-a7dfc2868da0-7ee217aa {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1ab77796-2ece-d074-e66f-a7dfc2868da9-7ee217aa {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b826a924-90d2-2b03-729f-c8c8d640e9e0-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640e9e3-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640e9e6-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640e9fb-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640e9fe-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640ea01-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640ea15-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640ea18-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640ea1b-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640ea2f-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640ea32-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640ea35-61ddbf23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48569296-9c62-9199-e7dc-36ae9833f869-35349066 {
  grid-area: 1 / 2 / 2 / 10;
}

@media screen and (max-width: 991px) {
  #w-node-e4123fb3-f9e8-d1e9-933a-a71214176831-7ee2179c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ab13024e-7656-8f42-4f42-253c7ded314e-963d4b69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab13024e-7656-8f42-4f42-253c7ded3151-963d4b69 {
    grid-column: span 1 / span 1;
  }

  #w-node-_48569296-9c62-9199-e7dc-36ae9833f869-35349066 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b813f487-9ab7-2da2-f943-8939f0f839b2-7ee2179c, #w-node-ab13024e-7656-8f42-4f42-253c7ded314e-963d4b69, #w-node-ab13024e-7656-8f42-4f42-253c7ded3151-963d4b69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_48569296-9c62-9199-e7dc-36ae9833f869-35349066 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cbe1da9c-4c48-1e09-5a63-7a92a9a98b89-0a144c54, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7777-7ee21791, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c777b-7ee21791, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c777f-7ee21791, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7783-7ee21791 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1ab77796-2ece-d074-e66f-a7dfc2868da0-7ee217aa {
    grid-column: span 1 / span 1;
  }

  #w-node-_1ab77796-2ece-d074-e66f-a7dfc2868da9-7ee217aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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