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

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Extralight.otf') format("opentype"), url('../fonts/CabinetGrotesk-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --secondary: #272b2c;
  --white: white;
  --primary: #ffd500;
  --background: #f2f2f2;
  --light-grey: #fafafa;
  --white-smoke: #ebebeb;
  --indian-red: #fd4e66;
  --misty-rose: #ffdede;
  --link-bg-grey: #f1f1f1;
  --hover: #e0d233;
  --dim-grey: #c5c5c5;
  --grey: grey;
  --white-smoke-2: #f6f6f7;
  --dark-slate-blue: #304659;
  --bg-grey: #d4d4d4;
  --notification-bg: #001b38;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

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

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

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

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

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

a:hover {
  color: #2b2b2b;
}

ul, 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 {
  background-color: var(--secondary);
  color: var(--white);
  border-left-style: none;
  border-radius: 16px;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 50px 30px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

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

.section.dark-section {
  color: #fff;
  background-color: #181818;
}

.section.white-bg {
  background-color: #fff;
}

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

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

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

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

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

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
  display: block;
}

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

.container.big-container {
  max-width: none;
  padding-top: 0;
}

.container.no-padding-top {
  padding-top: 0;
}

.container.no-padding-top-and-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.container._4ems {
  padding-top: 4em;
  padding-bottom: 4em;
}

.container.no-padding-bottom {
  padding-bottom: 0;
}

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

.nav-menu {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 1em;
  margin-right: 10px;
  display: flex;
  position: static;
}

.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;
  font-family: Oswald, sans-serif;
}

.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-wrap.no-padding-top {
  padding-top: 0;
}

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

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

.utility-page-form.password {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--primary);
  align-items: stretch;
  width: 100%;
  max-width: 566px;
  padding: 1.5em;
}

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

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

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

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

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

.footer-heading {
  color: #000;
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

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

.nav-link-holder {
  overflow: visible;
}

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

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

.content.relative {
  position: relative;
}

.grey-text {
  color: #8b8b8b;
}

.grey-text.small {
  font-size: 18px;
}

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

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

.error-message {
  border: 1px solid var(--indian-red);
  background-color: var(--misty-rose);
  text-align: center;
  border-radius: 8px;
  margin: 1em 1em 10px;
  padding: 10px;
}

.instructions-image {
  border-radius: 12px;
  width: 100%;
  margin-top: 1em;
}

.change-log-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  font-size: 16px;
  display: flex;
}

.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;
  font-family: IBM Plex Sans, sans-serif;
  line-height: 1.4;
}

.copyright-link {
  color: #000;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

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

.rich-text {
  color: #2b2b2b;
  width: 100%;
  max-width: 900px;
  line-height: 1.6;
}

.rich-text h5 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  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;
  font-family: IBM Plex Sans, sans-serif;
}

.rich-text h3 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  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-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.rich-text h2 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-family: Oswald, sans-serif;
  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-family: Oswald, sans-serif;
  font-size: 21px;
  line-height: 1.3;
}

.rich-text h6 {
  color: #323232;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.rich-text li {
  color: #323232;
  letter-spacing: .2px;
  margin-bottom: 12px;
  font-family: IBM Plex Sans, sans-serif;
}

.rich-text blockquote {
  font-family: Oswald, sans-serif;
}

.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(--white);
  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-family: Oswald, sans-serif;
  font-size: 92px;
  font-weight: 600;
}

.paragraph-m {
  color: #000;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.style-guide-gray-background {
  background-color: var(--white);
  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 {
  background-color: var(--primary);
  color: var(--secondary);
  border: 0 solid #000;
  border-radius: 36px;
  width: 100%;
  max-width: 150px;
  padding: 18px 40px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .35s;
}

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

.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(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

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

.subscribe-form-holder {
  border-top-left-radius: 8px;
  width: 80%;
}

.style-guide-small-title {
  font-family: IBM Plex Sans, sans-serif;
}

.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-family: Oswald, sans-serif;
  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(--white);
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--primary);
  color: var(--secondary);
  text-transform: none;
  border-radius: 33px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 45px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.button:hover {
  background-color: #fee903b8;
}

.button.with-icon {
  text-align: left;
  background-color: #fee90300;
  background-image: url('../images/Button-Icon.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  padding-right: 40px;
  transition: background-position .45s, color .45s, background-color .3s;
}

.button.with-icon:hover {
  background-position: 98%;
}

.button.white-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #0000;
  box-shadow: inset 0 0 0 1px #0000001a;
}

.button.white-button:hover {
  background-color: var(--secondary);
  color: #fff;
  border: 1px solid #fff;
}

.button.white-button.w--current:hover {
  background-color: #d4d4d45c;
}

.button.transparent-on-dark {
  color: var(--white);
  background-color: #fee90300;
}

.button.transparent-on-dark:hover {
  color: #fff;
  background-color: #ffffff1a;
}

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

.button.submit-button {
  width: 100%;
}

.button.white {
  background-color: var(--white);
  height: 52px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  transition: all .3s;
}

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

.button.add-to-cart {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button.checkout {
  font-weight: 500;
}

.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(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.subscribe-form {
  z-index: 1;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  display: flex;
  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(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.subscribe-email {
  background-color: #ebebeb;
  border: 0 solid #000;
  border-radius: 12px;
  width: 400px;
  max-width: 400px;
  height: 60px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 40px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s;
}

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

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

.subscribe-email::placeholder {
  color: #0000004d;
}

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

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

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

.style-guide-panel-title {
  color: #000;
  margin-bottom: 10px;
  font-family: IBM Plex Sans, sans-serif;
  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(--white);
  flex-direction: column;
  padding: 15px;
  display: flex;
}

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

.brand-link {
  z-index: 2;
  height: 41px;
  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: 18px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav-link.w--current {
  background-color: var(--primary);
  color: #000;
  border-radius: 36px;
}

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

.nav-link.white-nav-link.w--current {
  color: var(--secondary);
}

.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.pages {
  margin-right: -5px;
}

.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-section-secondary.bg-grey {
  background-color: var(--background);
}

.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: 1em;
  flex-direction: column;
  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 {
  width: 20px;
  height: 20px;
}

.hero-description {
  color: var(--grey);
  max-width: 650px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
}

.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 {
  border: 1px solid var(--secondary);
  background-color: var(--primary);
  border-radius: 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 47px;
}

.input-field {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  padding: 0 10px 0 20px;
  font-size: 18px;
  transition: border-color .35s, background-color .35s;
}

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

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

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

.input-field.password {
  color: #fff;
  background-color: #000;
  border-radius: 60px;
}

.input-field.password:hover {
  border: 2px solid var(--white);
  background-color: var(--secondary);
}

.input-field.password::placeholder {
  color: #fff;
}

.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: #2b2b2b;
  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);
}

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

.external-icon {
  width: 16px;
}

.license-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
  padding: 2em;
  display: flex;
}

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

.grid-grey-content {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 1em;
  display: flex;
}

.client-logo {
  object-fit: contain;
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 45px;
}

.feather-icons-image {
  width: 100%;
}

.instruction-item {
  background-color: var(--white);
  border-radius: 12px;
  padding: 2em;
}

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

.trusted-by-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
}

.trusted-by-grid-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding-right: 10px;
  display: flex;
}

.trusted-by-text {
  color: var(--grey);
  text-align: center;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

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

.footer-grid-content {
  font-family: IBM Plex Sans, sans-serif;
  display: block;
}

.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: 80%;
  position: relative;
}

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

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

.blog-grid {
  grid-column-gap: 1.25em;
  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: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1em;
  display: flex;
}

.blog-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 32px;
}

.blog-item-summary {
  color: var(--secondary);
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
}

.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 {
  object-fit: cover;
  width: 100%;
  height: 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: 1em;
  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 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-size: 10px;
  display: flex;
}

.add-to-cart-button {
  color: #fff0;
  background-color: #fff;
  background-image: url('../images/Cart-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #2b2b2b;
  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(--white);
  color: #2b2b2b;
  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;
  display: none;
}

.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;
  align-items: center;
  height: 100%;
  padding: 5px 20px 5px 10px;
  transition-property: background-color;
  overflow: hidden;
}

.cart-image {
  width: 20px;
}

.cart-quantity {
  color: #2b2b2b;
  background-color: #fafafa00;
  border-style: none;
  width: 50px;
  height: 30px;
  margin-bottom: 0;
  font-size: 14px;
  transition: color .35s, background-color .35s;
}

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

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

.cart-container {
  background-color: #f6f6f7;
  width: 600px;
  min-width: auto;
  max-width: 100%;
  height: 700px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 3em;
}

.cart-header {
  border-bottom-color: var(--secondary);
  padding: 1em;
}

.cart-title {
  font-family: Clashgrotesk, sans-serif;
  font-size: 32px;
  font-weight: 600;
  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 {
  width: 100%;
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

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

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

.remove-button {
  color: var(--dim-grey);
  font-size: 13px;
}

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

.cart-item-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashgrotesk, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.cart-item-price {
  color: var(--secondary);
  margin-bottom: 0;
  font-family: Clashgrotesk, sans-serif;
  font-weight: 600;
  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;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 70px;
  margin-left: 0;
  margin-right: 0;
}

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

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

.cart-subtotal-price {
  font-family: Clashgrotesk, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

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

.cart-quantity-number {
  color: #8b8b8b;
  text-align: center;
  background-color: #fff0;
  min-width: 10px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  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;
  width: 100%;
}

.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(--white);
  border-radius: 6px;
  width: 100%;
  padding: .7em;
  transition-property: background-color;
}

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

.product-image-lightbox {
  width: 100%;
  transition-property: opacity;
}

.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 {
  color: #979797;
  text-align: right;
  border-style: none;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  font-size: 18px;
}

.product-add-to-cart-quantity {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  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-summary {
  top: 100px;
}

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

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

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

.required-label {
  color: var(--indian-red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.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 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border: 0 solid #000;
  flex-direction: column;
  padding: 1em;
  display: flex;
}

.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: 120px;
  height: 120px;
}

.order-item-title {
  color: #2b2b2b;
  width: 100%;
  font-family: Clashgrotesk, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.order-item-quantity-holder {
  opacity: .7;
  color: var(--dark-slate-blue);
  font-size: 18px;
}

.order-item-price {
  font-family: Clashgrotesk, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.checkout-field-label {
  font-size: 16px;
}

.checkout-input-field {
  background-color: var(--white);
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px solid #cfcfcf;
  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 {
  background-color: var(--white);
  border-color: #cfcfcf;
  margin-bottom: 0;
  font-size: 16px;
}

.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);
  background-color: #fff0;
  padding: 0 0 1em 0;
}

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

.order-summary-label {
  color: var(--dark-slate-blue);
  font-size: 16px;
}

.order-summary-value {
  color: var(--secondary);
  font-family: Clashgrotesk, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.order-line-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}

.order-line-item.border {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}

.extra-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}

.order-item-content {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.shipping-method-title {
  color: var(--secondary);
  font-family: Clashgrotesk, sans-serif;
  font-weight: 600;
}

.shipping-method-description {
  color: var(--dark-slate-blue);
  font-size: 12px;
}

.shipping-method-price {
  font-family: Clashgrotesk, sans-serif;
  font-weight: 600;
}

.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: 64px;
}

.licensing-instruction-heading {
  margin-top: 0;
  font-size: 30px;
}

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

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

.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%;
  margin-top: 1em;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: scroll;
}

.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 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 2em;
  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-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: -26px;
}

.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%;
}

.explore-more-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1050px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.template-cta-image {
  margin-top: 2em;
}

.small-black-text {
  color: #000;
  font-size: 16px;
}

.small-content {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
}

.small-content.no-padding {
  padding-bottom: 0;
}

.black-70pct {
  color: #0f0f11b3;
}

.large-white-text {
  text-align: center;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
}

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

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

.main-logo {
  position: absolute;
  inset: 17% auto auto 7%;
}

.orange-box {
  background-color: #ff5e20;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-box-tittle {
  padding-left: 2em;
  padding-right: 2em;
}

.buy-now-link {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 30px 15px 60px;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.buy-now-link:hover {
  background-color: #ffffffd4;
}

.blue-box {
  background-color: #3351f5;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-text {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 39px;
  font-weight: 500;
  display: flex;
}

.template-includes-card {
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  display: flex;
  overflow: hidden;
}

.feature-box {
  background-color: #181818;
  background-image: url('../images/Wedoflow-3d-Icon_1Wedoflow-3d-Icon.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  border: 1px solid #505050;
  border-radius: 12px;
  padding: 130px 45% 130px 70px;
  position: relative;
  overflow: hidden;
}

.text-gray-paragraph-holder-2 {
  padding-right: 34px;
}

.figma-file-image {
  width: 100%;
  height: 100%;
}

.small-empty-space-in-text {
  width: 0;
  display: inline-block;
}

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

.white-link {
  color: var(--grey);
  border-bottom: 1px solid #ffffff80;
  transition-property: border-color;
}

.white-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.style-guide-image {
  width: 100%;
  margin-left: -2em;
}

.text-gray-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-right: 100px;
  display: flex;
}

.demo-cta-image {
  width: 100%;
  margin-top: 20px;
}

.notifications-image {
  width: 115%;
  max-width: none;
  margin-left: -2em;
}

.template-growth-features {
  font-size: 29px;
  font-weight: 500;
}

.demo-business-email-image {
  width: 100%;
  margin-top: 40px;
}

.figma-component-library-holder {
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-left: 3em;
  display: flex;
}

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

.main-page-title-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

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

.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%;
}

.demo-pages-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

.template-included-image.template-styles-and-buttons {
  object-fit: contain;
}

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

.template-overlay.grey-overlay-box {
  z-index: 2;
  background-image: linear-gradient(to top, #f5f5f7, #00000003 100%, #e8eaeb00);
  height: 50%;
  top: auto;
}

.inside-box-text {
  text-align: center;
  font-family: Clashgrotesk, sans-serif;
  font-size: 26px;
}

.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-included-image-holder {
  width: 100%;
  height: 70%;
  position: relative;
}

.grid-what-is-included {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-what-is-included-holder {
  width: 100%;
  margin-top: 50px;
}

.text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.template-cards-wrapper {
  flex: none;
  justify-content: center;
  width: auto;
  display: flex;
}

.white-paragraph {
  color: #fff;
}

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

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

.demo-container {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.template-section {
  background-color: #111;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ffffff1a;
}

.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;
  background-color: var(--primary);
  opacity: 0;
  filter: blur(100px);
  width: 80%;
  height: 70%;
  position: absolute;
}

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

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

.demo-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 6em;
  display: flex;
  overflow: hidden;
}

.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;
  width: 100%;
  display: flex;
}

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

.hero-description-holder {
  margin-top: 3em;
}

.hero-description-holder.small-top-margin {
  margin-top: 1em;
}

.text-hidden {
  perspective: 291px;
  overflow: hidden;
}

.hero-text-1 {
  margin-left: auto;
  margin-right: auto;
}

.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-paragraph {
  color: #000;
}

.white-text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.with-standarts-quick-stack {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  width: 100%;
  margin-top: 3em;
  padding: 0;
}

.white-medium-text {
  font-size: 25px;
  font-weight: 500;
}

.quic-stack-box {
  background-color: #ffc444;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quic-stack-box.dark-gray {
  color: #fff;
  background-color: #1b1b1b;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.quic-stack-box.blue {
  color: #fff;
  background-color: #3452ff;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.figma-design-image {
  object-fit: contain;
  object-position: 50% 100%;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 330px;
  margin-top: 20px;
}

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

.open-cource-image {
  object-fit: contain;
  object-position: 100% 100%;
  width: 50%;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.open-cource-image.top-image {
  width: 70%;
  top: 0;
}

.black-text-paragraph-holder {
  padding-left: 0;
  padding-right: 30px;
}

.link-inline {
  color: var(--misty-rose);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: IBM Plex Sans, sans-serif;
  line-height: 1;
}

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

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

.notification-subscribe-box {
  background-color: var(--primary);
  background-image: url('../images/Right-Arrow.svg'), linear-gradient(to bottom, var(--primary), var(--primary));
  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(--secondary);
  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(--secondary);
  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;
}

.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/Right-Arrow.svg'), linear-gradient(to bottom, var(--primary), var(--primary));
  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;
}

.code-text {
  letter-spacing: .3px;
  margin-top: 1em;
  font-size: 15px;
  font-style: normal;
}

.code-tag-color {
  color: #170;
}

.code-style-starter {
  padding-left: 25px;
}

.code-grey {
  color: #555;
}

.code-red {
  color: red;
}

.code-blue {
  color: #219;
}

.component-text {
  color: #00a457;
  background-image: url('../images/GreenCube.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 20px;
  position: relative;
}

.nav-rounded-center {
  z-index: 99;
  background-color: #0000;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: IBM Plex Sans, sans-serif;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-bg-holder {
  opacity: 1;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.nav-menu-parent-rounded-center {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 1em;
  display: flex;
  position: relative;
}

.brand-logo-rounded-nav {
  width: 90px;
  min-width: 150px;
}

.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);
}

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

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

.blog-item-text-header {
  color: #606060;
  flex-direction: row;
  justify-content: space-between;
  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: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

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

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

.shop-item-title {
  color: var(--secondary);
  font-family: Clashgrotesk, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

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

.shop-item-price {
  color: var(--secondary);
  padding-top: 5px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

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

.category-text {
  color: var(--secondary);
  font-size: 18px;
  font-weight: 700;
}

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

.folders-parent {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  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: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  line-height: 1;
  display: flex;
  box-shadow: 0 5px 20px #0000001a;
}

.filter-holder.no-margin-top {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

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

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

.category-item-link.w--current {
  background-color: var(--primary);
  border-radius: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 30px;
  font-size: 18px;
}

.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 {
  border: 2px solid var(--secondary);
  background-color: #fff;
  border-radius: 24px;
  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-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;
}

.tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.tabs-content {
  width: 100%;
  padding-top: 3em;
  overflow: visible;
}

.tab-pane {
  width: 100%;
  overflow: visible;
}

.yearly-link-discount {
  border: 1px solid #83838380;
  border-radius: 100px;
  margin-bottom: 0;
  margin-left: 4px;
  padding: 3px 5px 2px;
  font-size: 70%;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -1px;
}

.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.cell-button-holder {
  flex-direction: column;
  align-items: stretch;
}

.pricing-table-name.cell-button-holder.colored {
  background-color: var(--primary);
}

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

.pricing-table-v2-header-gird {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  display: grid;
}

.pricing-table-wrapper {
  z-index: 101;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.pricing-table-item:nth-child(odd) {
  background-color: #fff;
}

.pricing-table-item:nth-child(2n) {
  background-color: #f5f5f7;
}

.pricing-table-item.colored-pricing-table-item {
  background-color: var(--primary);
}

.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;
  font-family: IBM Plex Sans, sans-serif;
}

.pricing-table-holder.colored-pricing-table-holder {
  background-color: var(--light-grey);
}

.pricing-table-v2-body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

.pricing-table-v2-holder {
  border: 1px solid var(--link-bg-grey);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  overflow: visible;
}

.pricing-border {
  z-index: -1;
  border: 1px solid #0000000d;
  position: absolute;
  inset: -1px 0% 0% -1px;
}

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

.pricing-header-v2-holder {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 160px;
  display: flex;
}

.pricing-table-header {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 1em;
  display: flex;
  position: relative;
}

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

.pricing-v2-header-line {
  background-color: var(--link-bg-grey);
  width: 50%;
  height: 2px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.pricing-v2-header-line.black {
  background-color: var(--secondary);
}

.price-table-v2-description {
  color: #323232;
  font-family: IBM Plex Sans, sans-serif;
  display: block;
}

.price-table-heading-price-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.price-holder-v2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.price-title-v2 {
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.pricing-header-v2-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.price-v2 {
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.price-v2-monthly-yearly {
  max-width: 60px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
}

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

.section-title-with-margins {
  margin-top: 3em;
  margin-bottom: 3em;
}

.heading-3-style {
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 32px;
}

.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 {
  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;
}

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

.notification-button {
  color: var(--notification-bg);
  background-color: #fff;
  border-radius: 5px;
  font-family: IBM Plex Sans, sans-serif;
  transition: background-color .35s, color .35s;
}

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

.product-price {
  color: var(--secondary);
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Clashgrotesk, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

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

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

.nav-button-holder {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.fixed-navbar {
  z-index: 19;
  position: fixed;
  inset: 0% 0% auto;
}

.fixed-navbar.style-guide {
  top: 3%;
}

.title-with-lottie {
  position: relative;
}

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

.hero-section-button-holder {
  grid-column-gap: 24px;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.title {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  position: relative;
}

.hero-section-text-holder {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.copyright-section {
  border-top: 1px solid #ebebeb;
  margin-top: 180px;
  padding-top: 18px;
}

.black-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--secondary);
  color: var(--white);
  text-transform: none;
  border: 1px solid #000;
  border-radius: 33px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 45px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
}

.black-button:hover {
  background-color: var(--primary);
  color: var(--secondary);
  border: 1px solid #000;
}

.black-button.w--current {
  display: flex;
}

.black-button.colored {
  color: var(--primary);
  flex-direction: column;
  display: flex;
}

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

.black-button.colored.w--current {
  color: var(--primary);
  border: 1px solid #0000;
}

.black-button.colored.w--current:hover {
  border-color: var(--secondary);
  background-color: var(--primary);
  color: var(--secondary);
}

.subsribe-text {
  max-width: 260px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.nav-links-holder {
  grid-column-gap: 5px;
  flex-direction: row;
  display: flex;
}

.question-text {
  font-size: 21px;
  font-weight: 500;
}

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

.plus-animation {
  width: 100%;
}

.answer {
  color: #000;
  margin-bottom: 0;
  padding-top: 26px;
  padding-bottom: 12px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.questions-holder {
  margin-top: 100px;
  margin-bottom: 50px;
}

.answer-holder {
  overflow: hidden;
}

.questions-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-top: 70px;
  display: flex;
}

.question {
  cursor: pointer;
  border-bottom: 2px solid #000;
  padding-bottom: 12px;
  transition: border-color .3s;
}

.question:hover {
  border-bottom-color: #9e9e9e;
}

.question-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.question-half {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.question-icon-holder {
  width: 18px;
  min-width: 18px;
}

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

.card-title {
  margin-top: 2em;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.form {
  width: 100%;
}

.cta-content-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.download-button {
  height: 100%;
  transition: opacity .325s;
}

.download-button:hover {
  opacity: .6;
}

.form-line {
  background-color: #404040;
  width: 80%;
  height: 2px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.success-message-footer {
  background-color: #fff;
  border-radius: 13px;
  padding: 28px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 0 20px #0000000d;
}

.cta-container {
  z-index: 9;
  position: relative;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.cta-iphone-holder {
  background-color: #0000;
  width: 340px;
  position: absolute;
  inset: auto 11% -10% auto;
  transform: rotate(15deg);
}

.form-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  margin-top: 12px;
  display: flex;
}

.cta-text-field {
  color: #fff;
  text-align: center;
  background-color: #404040;
  border: 2px solid #fecb0300;
  border-radius: 16px;
  height: 72px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 20px;
  transition: border-color .425s;
  box-shadow: inset 0 4px 12px #0003;
}

.cta-text-field:focus {
  border: 2px solid var(--primary);
}

.cta-text-field::placeholder {
  color: gray;
}

.download-butttons-holder {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.cta-description {
  color: #fff;
  margin-top: 12px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
}

.cta-text {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 92px;
  font-weight: 600;
  line-height: 1.2;
}

.lnr-section-holder {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.lnr-section-holder._02 {
  grid-column-gap: 100px;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
}

.arrow-left {
  width: 100%;
}

.orange-section-title-holder {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.description {
  color: #000;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 500;
}

.tablet-image-holder {
  border: 2px solid #000;
  border-radius: 16px;
  width: 100%;
  height: 515px;
  position: relative;
  transform: rotate(4deg);
}

.left-arrow-holder {
  width: 220px;
  position: absolute;
  inset: 45% auto auto -3%;
}

.left-arrow-holder.blog {
  top: 37%;
  left: 2%;
}

.icon-2 {
  width: 100%;
}

.orange-section {
  background-color: var(--primary);
  overflow: hidden;
}

.tablet-screen-image {
  object-fit: cover;
  border-radius: 15px;
  width: 763px;
  height: 479px;
  position: absolute;
  inset: auto auto -2% 7%;
  transform: rotate(-4deg);
}

.text-section-holder {
  z-index: 2;
  width: 40%;
  position: relative;
}

.text-section-holder._03 {
  width: 41%;
}

.text-section-holder._02 {
  width: 70%;
}

.tablet-screen-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0% .7%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lnr-phone-holder {
  z-index: 2;
  flex: none;
  width: 50%;
  position: relative;
  left: 11%;
}

.lnr-last-phone-holder {
  display: none;
}

.half-title-container {
  justify-content: flex-start;
  max-width: 75%;
  display: flex;
}

.lnr-tablet-holder {
  flex: none;
  width: 840px;
  margin-left: -160px;
}

.icon-holder {
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  margin-bottom: 24px;
  display: flex;
}

.phone-image {
  border-radius: 28px;
  width: 355px;
  transform: rotate(10deg);
}

.description-holder {
  margin-top: 24px;
  margin-bottom: 40px;
}

.hero-text-logo {
  z-index: 2;
  font-family: Oswald, sans-serif;
  position: absolute;
  top: 70px;
}

.app-logo-holder {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.app-icon {
  z-index: 4;
  border-radius: 10px;
  width: 30px;
  position: relative;
}

.hero-section-app-logo-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-section-animation-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 185px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.hero-section-users {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -37px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-section-app-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 87px;
  font-weight: 700;
  display: flex;
}

.hero-section-animation-holder {
  align-items: flex-end;
  height: 200vh;
  display: flex;
  position: relative;
}

.hero-section-circle {
  background-color: var(--white);
  border-radius: 100%;
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  top: auto;
}

.hero-profile-picutre-container {
  justify-content: center;
  align-items: center;
  width: 140px;
  display: flex;
  position: absolute;
}

.hero-bg-holder {
  z-index: -1;
  background-color: #be7c7c00;
  justify-content: center;
  align-items: center;
  width: 99vw;
  height: 200vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.trusted-by-grid {
  grid-column-gap: 0px;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.cta-image-holder {
  border-radius: 12px;
  height: 100%;
  position: relative;
  transform: rotate(-3deg);
}

.cta-image-border {
  border: 1px solid var(--white);
  border-radius: 12px;
  width: 100%;
  height: 483px;
  position: absolute;
  inset: 65% 0% 0% 60%;
  transform: rotate(3deg);
}

.cta-image-tablet {
  z-index: 2;
  border-radius: 20px;
  height: 100%;
  box-shadow: 5px 0 30px 3px #2b5ba333;
}

.cta-image-phone {
  box-shadow: none;
  border-radius: 20px;
}

.bg-transparent {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff26;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.title-with-emoji {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.title-with-emoji.pricing {
  margin-bottom: 1em;
}

.black-text-2 {
  color: #000;
  font-family: IBM Plex Sans, sans-serif;
}

.emoji-holder {
  z-index: 1;
  background-color: #45d72e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 15px 5px;
  font-size: 32px;
  display: flex;
  position: absolute;
  top: -12px;
  left: 224px;
}

.emoji-holder._05 {
  background-color: var(--primary);
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: -14% -5% auto auto;
  overflow: hidden;
}

.emoji-holder.people {
  background-color: #fd4900;
  inset: -10% -7% auto auto;
}

.emoji-holder._02 {
  background-color: #8b44ff;
  top: 44%;
  left: 41%;
}

.emoji-holder.about-emoji {
  background-color: #fd4900;
  inset: auto 28% 48% auto;
}

.emoji-holder.home {
  background-color: #fd4900;
  inset: auto 35% 45% auto;
}

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

.left-arrow {
  width: 80px;
  height: 100px;
  inset: -30% 0% auto 50%;
}

.left-arrow.home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
  inset: auto auto -2% 34%;
}

.arrow-image {
  width: 20px;
}

.slide {
  height: 100%;
}

.slider-holder {
  margin-top: 150px;
  position: relative;
}

.slider-header-container {
  border: 1px solid #dce2fc;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.title-2 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  position: relative;
}

.arrow-circle-holder {
  background-color: #1a1a1a;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 150px;
}

.right-arrow {
  width: 80px;
  height: 100px;
  inset: -30% 0% auto 60%;
}

.right-arrow.home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
  inset: auto 34% -2% auto;
}

.slider-content-holder {
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.mask {
  height: auto;
  overflow: visible;
}

.hero-image-holder {
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin: -350px auto 150px;
  display: flex;
  position: relative;
}

.app-icon-holder {
  background-color: var(--primary);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
}

.hero-image {
  border-radius: 16px;
  width: 100%;
  height: 136%;
  margin-top: 20px;
  margin-right: 10px;
  transform: rotate(-4deg);
}

.hero-image-border {
  border: 2px solid #000;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 80%;
  height: 90%;
  display: flex;
  transform: rotate(4deg);
}

.hero-image-small {
  flex: 0 auto;
  width: 250px;
  height: auto;
  position: absolute;
  inset: 35% 0% 0% 65%;
  transform: rotate(-4deg);
}

.hero-paragraph {
  color: var(--grey);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 19px;
}

.man-chating-icon {
  width: 70px;
}

.blog-text {
  width: 100%;
  max-width: 680px;
  font-family: IBM Plex Sans, sans-serif;
}

.blog-item-time.big {
  margin-top: 3em;
}

.blog-time-to-read-text {
  color: #979797;
  font-size: 16px;
}

.cta-section-background {
  background-color: var(--secondary);
  position: absolute;
  inset: 0% 0% 200px;
}

.cta-content {
  width: 60%;
  margin-bottom: 200px;
}

.cta-mobile-holder {
  z-index: 1;
  width: 210px;
  position: absolute;
  bottom: -50px;
  left: -10%;
  right: auto;
  transform: rotate(-13deg);
}

.cta-mobile-bg {
  z-index: -1;
  background-color: #f6f6f6;
  border: 2px solid #fff;
  border-radius: 20px;
  position: absolute;
  inset: -3% -5% 3% 5%;
  overflow: hidden;
  transform: rotate(6deg);
}

.lnr-border {
  z-index: -1;
  border: 2px solid #000;
  border-radius: 39px;
  width: 340px;
  height: 100%;
  position: absolute;
  inset: -1% 0% 0% 9%;
  transform: rotate(12deg);
}

.lnr-lightbox {
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.background-video {
  background-image: url('../images/Lightbox-Image.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 22px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

.lightbox-holder {
  z-index: 1;
  background-color: var(--secondary);
  border-radius: 22px;
  width: 288px;
  height: 211px;
  padding: 6px;
  display: none;
  position: absolute;
  inset: 25% auto 0% -28%;
}

.play-pause-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-image {
  width: 48px;
  height: 48px;
}

.tablet-bg {
  background-color: var(--secondary);
  border-radius: 22px;
  width: 100%;
  height: 515px;
  position: absolute;
  inset: 5% 0% auto;
  transform: rotate(-4deg);
}

.lnr-gradient {
  z-index: 2;
  cursor: pointer;
  background-image: linear-gradient(#00000014, #1616164f);
  border-radius: 22px;
  position: absolute;
  inset: 0%;
}

.heart-icon {
  width: 40px;
  height: 40px;
}

.fixed-text {
  text-align: center;
  width: 100%;
  max-width: 73%;
  margin-left: auto;
  margin-right: auto;
  font-family: IBM Plex Sans, sans-serif;
}

.video-length {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: -70px;
  font-size: 48px;
  font-weight: 700;
  position: relative;
}

.smaller-text {
  font-size: 32px;
}

.cart-text {
  color: var(--secondary);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
}

.cart-grey-text {
  color: #8b8b8b;
  font-size: 16px;
}

.slider-text-holder {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-left: 2em;
  display: flex;
}

.slider-icon-holder {
  background-color: #fecb0352;
  border-radius: 58px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.slider-icon-holder._02 {
  background-color: #00c9f533;
}

.slider-icon-holder._03 {
  background-color: #fd490033;
}

.slider-icon-holder._04 {
  background-color: #8b44ff33;
}

.calendar-icon {
  max-width: 50%;
}

.tick-icon {
  width: 15px;
}

.slider-text-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-top: 2em;
  display: flex;
}

.slider-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.slider-picture-holder {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
}

.slider-picture {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.slider-gradient {
  z-index: 2;
  background-image: linear-gradient(270deg, #ffffff1f, #fff);
  width: 30%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider-image-holder {
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.feature-hero-image-holder {
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin: 70px auto 170px;
  display: flex;
  position: relative;
}

.phone-holder {
  z-index: 2;
  flex: none;
  width: 25%;
  position: absolute;
  top: 161px;
  left: -6%;
}

.feature-phone-image {
  border-radius: 28px;
  width: 100%;
  height: 100%;
  transform: rotate(-5deg);
}

.phone-border {
  z-index: -1;
  border: 2px solid #000;
  border-radius: 39px;
  width: 240px;
  height: 100%;
  position: absolute;
  inset: -2% 0% 0% -11%;
  transform: rotate(-6deg);
}

.feature-hero-image-small {
  width: 100%;
  height: 300px;
  transform: rotate(-4deg);
}

.tab-pane-content {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
  margin-bottom: 2em;
  display: flex;
}

.tab-pane-content.white-text {
  color: #fff;
  margin-bottom: 2em;
}

.tab-brower-screen-image {
  width: 100%;
}

.hero-browser-skeleton {
  background-color: #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  align-items: center;
  width: 100%;
  height: 38px;
  padding: 8px 8px 8px 16px;
  display: flex;
}

.tab-brower-screen-holder {
  border: 2px solid #000;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}

.tab-pane-content-holder {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.tab-pane-device-holder {
  width: 65%;
}

.tab-description {
  color: #000;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.tab-description.white-text {
  color: #fff;
}

.tab-pane-2 {
  background-color: #fecb03;
  border-radius: 16px;
  padding: 60px 40px;
}

.tab-pane-2.green {
  background-color: #45d72f;
}

.tab-pane-2.blue {
  background-color: #00c9f5;
}

.tab-pane-2.purple {
  background-color: #8b44ff;
}

.small-icon {
  background-color: #fd4900;
  border-radius: 20px;
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
}

.small-icon.yellow {
  background-color: #ffcd05;
}

.small-icon.green {
  background-color: #2ff010;
}

.tab-menu-container {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.brower-icons-holder {
  grid-column-gap: 6px;
  display: flex;
}

.tab-icon-holder {
  z-index: 2;
  background-color: #fe5f032b;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
}

.tab-icon-holder._04 {
  background-color: #8b44ff33;
}

.tab-icon-holder._01 {
  background-color: #fecb0333;
}

.tab-icon-holder._03 {
  background-color: #00c9f533;
}

.tab-icon-container {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.tab-icon {
  object-fit: contain;
  width: 60%;
  height: 60%;
}

.tab {
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  font-size: 21px;
  font-weight: 600;
  transition: border-color .475s, transform .325s, color .4s, background-color .4s;
  display: flex;
}

.tab:hover {
  background-color: #f1f1f1;
}

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

.section-title-holder {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.feature-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  margin-top: 5em;
}

.feature-grid-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.feature-item-orange {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.feature-item-black {
  background-color: var(--secondary);
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 20px 30px 40px 20px;
  display: flex;
}

.feature-title {
  font-family: IBM Plex Sans, sans-serif;
}

.feature-link {
  color: var(--white);
  margin-top: 1.5em;
  font-family: IBM Plex Sans, sans-serif;
}

.feature-link:hover {
  color: #ffffffb8;
}

.feature-icon {
  width: 90%;
}

.feature-small-text {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
}

.feature-link-holder {
  margin-top: 1em;
}

.feature-item-white {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-grid-icon-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-down-icon {
  width: 85px;
}

.feature-grid-icon-two-rows {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-item-text-holder {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.arrow-right-down {
  width: 235px;
}

.about-hero-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.about-hero-image {
  width: 100%;
  height: 100%;
}

.data-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

.data-grid-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.data-number {
  font-family: Oswald, sans-serif;
  font-size: 92px;
  font-weight: 600;
}

.data-text {
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.data-wrapper {
  padding-left: 1em;
  padding-right: 1em;
}

.data-text-holder {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 2em;
  display: flex;
}

.data-paragraph {
  text-align: left;
  width: 100%;
  max-width: 835px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.about-images-wrapper {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  width: 170vw;
  margin-top: 3em;
  display: flex;
}

.about-image-border {
  border: 2px solid #000;
  border-radius: 20px;
  width: 100%;
  height: 550px;
}

.about-image-border._01 {
  width: 510px;
  position: relative;
}

.about-image-border._02 {
  width: 510px;
  position: relative;
  top: 46px;
}

.about-image-border._03 {
  width: 510px;
  position: relative;
}

.about-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-image._01 {
  object-fit: cover;
  width: 500px;
  height: 550px;
  inset: 2% auto 0% -5%;
}

.about-image._02 {
  object-fit: cover;
  width: 500px;
  height: 550px;
  inset: 3% auto 0% -5%;
}

.about-image._03 {
  object-fit: cover;
  width: 500px;
  height: 550px;
  inset: 4% auto 0% 6%;
}

.about-slider {
  background-color: #f2f2f200;
  width: 150vh;
  height: 60vh;
  margin-top: 2em;
}

.about-slide {
  width: 32vw;
  height: 100%;
  margin-right: 2em;
}

.about-mask {
  width: 31%;
  height: 100%;
  overflow: visible;
}

.job-content.title {
  flex: none;
  margin-right: 2em;
}

.career-arrow-bg {
  background-color: var(--primary);
  border-radius: 100px;
  position: absolute;
  inset: 10%;
}

.arrow-holder {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.simple-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.career-arrow-image {
  z-index: 1;
  width: 25px;
  position: relative;
}

.career-item-line {
  background-color: #fff;
  width: 70%;
  height: 2px;
}

.job-postion-card-holder {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  transition: opacity .2s;
  overflow: hidden;
}

.career-item-title {
  font-family: Clashgrotesk, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.more-info-holder {
  z-index: 0;
  color: var(--white);
  background-color: #0d0d0d;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 1em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
  top: -16px;
  overflow: hidden;
}

.simple-info-holder {
  z-index: 4;
  color: var(--white);
  text-transform: none;
  background-color: #0d0d0d;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 1em 20px 2em;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.simple-info-holder:hover {
  font-size: 27px;
}

.job-description-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  display: grid;
}

.job-position-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--primary);
  border-radius: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.job-position-card-holder {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.job-position-small-title {
  width: 100%;
  font-family: Clashgrotesk, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.job-position-small-title-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding: 10px;
}

.job-position-grey-text {
  color: #b8b8b8;
  font-size: 16px;
}

.job-holder {
  flex-direction: column;
  width: 70%;
  max-width: 100%;
  display: flex;
}

.small {
  font-size: 18px;
}

.available-roles-holder {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
  width: 100%;
  display: flex;
}

.available-roles-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 35%;
  display: flex;
  position: relative;
}

.available-roles-item._02 {
  width: 65%;
}

.available-roles-title {
  font-family: Clashgrotesk, sans-serif;
  font-size: 64px;
  font-weight: 600;
}

.available-roles-title-small {
  text-transform: uppercase;
  font-family: Clashgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.number-available {
  position: absolute;
  inset: 15% 0% auto auto;
}

.slide-nav {
  font-size: 16px;
  display: none;
  inset: -15% 0% auto 55%;
}

.slider-icon {
  filter: invert();
}

.about-slider-title {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 92px;
  font-weight: 600;
}

.about-slider-gradient {
  background-image: linear-gradient(356deg, #0009, #fff0);
  border-radius: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-slider-text-holder {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
  position: relative;
  bottom: 1em;
  left: 1em;
}

.about-slider-name {
  color: var(--white);
  font-size: 44px;
  font-weight: 400;
}

.position-about-slider {
  color: var(--white);
  font-size: 26px;
  font-weight: 400;
}

.social-media-holder {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.social-media-link-2, .social-media-link-3 {
  z-index: 1;
  border-radius: 0;
  padding: 5px;
  position: relative;
}

.job-position-title {
  font-size: 92px;
}

.about-slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.blog-main-holder {
  border: 2px solid var(--secondary);
  border-radius: 12px;
  height: 90%;
  display: flex;
}

.blog-main-wrapper {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.big-blog-item-image {
  object-fit: cover;
  border-radius: 0 12px 12px 0;
  width: 100%;
  height: 100%;
}

.big-blog-item-image-holder {
  border-top-left-radius: 0;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.big-blog-featured-post {
  flex-direction: row;
  display: flex;
}

.big-blog-item-content {
  grid-column-gap: 1em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 1em;
  display: flex;
}

.big-blog-time-to-read {
  color: #979797;
  font-size: 16px;
}

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

.big-blog-item {
  height: 100%;
}

.big-blog-item-summary {
  color: var(--secondary);
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 21px;
}

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

.post-image-holder {
  width: 90%;
  height: 500px;
  margin-bottom: 1em;
}

.half-tilte-container-blog {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 70%;
  margin-bottom: 2em;
  display: flex;
}

.big-title {
  font-size: 92px;
}

.folders-holder {
  flex-direction: column;
  align-items: center;
  max-width: 805px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-quantity-holder {
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  min-width: 200px;
  display: flex;
  position: relative;
}

.product-quantity-label {
  color: #979797;
  font-size: 18px;
  position: absolute;
  left: 1em;
}

.cart-quantity-holder {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.quantity-text {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.cart-item-content-quality {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cart-item-content-holder {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  display: flex;
}

.remove-image {
  width: 18px;
  height: 20px;
}

.cart-line-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
}

.billing-address-toggle {
  align-items: center;
}

.checkbox {
  margin-top: 0;
}

.password-title {
  text-align: left;
  margin-bottom: 20px;
}

._404-utility-page-content {
  z-index: 1;
  grid-row-gap: 3.5em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-top: 5em;
  margin-bottom: 5em;
  display: flex;
  position: relative;
}

._404-image-holder {
  z-index: -1;
  background-color: var(--primary);
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 230px;
  min-width: 230px;
  height: 230px;
  min-height: 230px;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

._404-image-holder:hover {
  background-color: #2fdd41;
}

._404-holder {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.number-404 {
  color: #101111;
  margin-top: 22px;
  margin-left: -35px;
  margin-right: -35px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 320px;
  font-weight: 600;
}

._404-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--primary);
  color: #101111;
  text-transform: none;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-bottom: 0;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  transition: color .4s, background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

._404-button:hover {
  background-color: var(--hover);
  color: #101111;
}

.number-holder {
  z-index: 1;
  height: 100%;
  position: relative;
}

._404-text {
  color: var(--dark-slate-blue);
  max-width: 80%;
  font-size: 18px;
}

._404-content {
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -110px;
  display: flex;
}

._404-image {
  width: 175px;
  height: 135px;
}

.center-text-blog {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
}

.contact-link {
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 700;
}

.contact-link-holder {
  z-index: 1;
  color: var(--secondary);
  flex-direction: column;
  font-weight: 500;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  overflow: hidden;
}

.contact-link-holder:hover {
  color: #000;
}

.relative-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-size: 21px;
  display: flex;
  position: relative;
}

.hero-profile-picture {
  width: 100%;
}

.text-span {
  color: var(--dark-slate-blue);
}

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

.line-item.border {
  border-top: 1px solid #ebebeb;
  padding-top: 1em;
}

.feature-image {
  width: 100%;
  height: 100%;
  margin-top: 2em;
}

.tab-pane-feature {
  background-color: #fecb03;
  border-radius: 16px;
  padding: 60px 40px;
}

.tabs-content-feature {
  margin-top: 16px;
}

.feature-border-image-small {
  border: 2px solid #000;
  border-radius: 16px;
  width: auto;
  height: 230px;
  position: absolute;
  top: 33px;
  left: -62px;
}

.feature-image-small-holder {
  position: absolute;
  inset: auto 4% -15% auto;
}

.buy-template-holder {
  z-index: 20;
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.buy-template-link {
  grid-column-gap: 10px;
  opacity: .8;
  border: 1px solid #0003;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .4s, opacity .4s, box-shadow .475s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buy-template-link:hover {
  opacity: 1;
  color: #000;
  border-color: #4253ff;
  text-decoration: none;
  box-shadow: 0 6px 20px #0000003b;
}

.buy-this-template-button-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  display: flex;
}

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

.buy-this-template-text {
  color: #000;
  font-weight: 400;
}

.buy-webflow-template-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webflow-icon {
  background-image: url('../images/webflow-blue-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: block;
}

.buy-template-price {
  font-weight: 700;
}

.paragraph, .paragraph-2, .paragraph-3, .text-block, .text-block-2, .text-block-3, .paragraph-4 {
  font-family: IBM Plex Sans, sans-serif;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5 {
  font-family: Oswald, sans-serif;
}

.heading-6 {
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.paragraph-5, .paragraph-6, .paragraph-7, .italic-text, .paragraph-8, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .paragraph-9, .paragraph-10, .paragraph-11, .text-block-8, .text-block-9, .text-block-10, .paragraph-12, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .paragraph-13, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21 {
  font-family: IBM Plex Sans, sans-serif;
}

.heading-7 {
  font-family: Oswald, sans-serif;
}

.text-block-22, .text-block-23, .text-block-24, .paragraph-14, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .body, .text-block-29 {
  font-family: IBM Plex Sans, sans-serif;
}

.image {
  min-width: 500px;
  max-width: none;
}

.text-block-30, .text-block-31, .text-block-32, .text-block-33 {
  font-family: IBM Plex Sans, sans-serif;
}

.disclaimertext {
  color: #2b2b2bcc;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  display: block;
}

.disclaimersection {
  grid-column-gap: 0em;
  grid-row-gap: 1em;
  border-top: 1px solid var(--white-smoke);
  justify-content: flex-start;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.right-sales-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta-sales-details-accent {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #272b2c;
  border: 1px solid #272b2c;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.image-sales-page {
  border: 1px solid #ffffff0f;
  border-radius: 8px;
  width: 100%;
}

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

.grid-thirds-all-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

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

.link-template-details {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #000;
  background-color: #fafafa;
  border-top: 1px solid #b6b6b6;
  border-left: 1px solid #b6b6b6;
  border-right: 1px solid #b6b6b6;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: auto 24px 0% auto;
}

.cta-sales-details-minimize {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ffd500;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #0295ad;
  background-color: #374faf00;
  border: 1px solid #272b2c;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.wrap-figma-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.no-margins-sales-details {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.grid-included {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

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

.cta-sales-info {
  color: #fff;
  background-color: #2e53ec;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.icon-logo-sales-details {
  border: 1px solid #424242;
  border-radius: 50%;
  width: auto;
  height: 45px;
  overflow: visible;
}

.icon-close-sales-info {
  width: 28px;
  height: 28px;
}

.sales-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #ffffff0f;
  border: 1px solid #fff3;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
}

.sales-card:hover {
  transform: translate(0, -4px);
}

.icon-template-details {
  width: 20px;
  height: 20px;
}

.image-included {
  width: 100%;
}

.master-bar-sales-details {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.included-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #f5f5f521;
  border: 1px solid #fff3;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 340px;
  padding: 0;
  display: flex;
}

.included-card.figma-card {
  grid-column-gap: 56px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 0;
  padding: 32px;
}

.grid-fourths-sales-fourths {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.close-sales-info {
  z-index: 110;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  transition: background-color .2s;
  display: flex;
  position: sticky;
  inset: 0 40px auto auto;
}

.close-sales-info:hover {
  background-color: #d4d4d4;
}

.included-padding-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.inside-bar-sales-details {
  background-color: #ffd500;
  border: 0 solid #ffb54d;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.text-block-34 {
  color: #000;
  -webkit-text-stroke-color: white;
}

.h3-sales-page {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.left-bar-sales-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.mega-sales-info {
  background-color: #000;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 100%;
  height: 95vh;
  padding-top: 64px;
  padding-bottom: 64px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: scroll;
}

.master-sales-details {
  z-index: 900;
  width: 100%;
  position: fixed;
  inset: auto 0% 0%;
}

.container-sales-details {
  width: 100%;
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.more-power-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #181818;
  border: 1px solid #fff3;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px;
  display: flex;
}

.master-sales-pages {
  grid-row-gap: 80px;
  background-color: #181818;
  border-radius: 24px;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 32px;
  display: flex;
}

.text-block-35 {
  color: #fff;
  border: 1px solid #000;
}

.icon-figma {
  width: 120px;
  height: 120px;
}

.flex-cta-sales-info {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.grid-thirds-sales-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.overlay-sales-details {
  background-color: #00000094;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

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

.text-block-36 {
  color: #000;
}

@media screen and (min-width: 1280px) {
  .brand-link {
    margin-left: 1em;
  }

  .blog-item-title {
    font-size: 32px;
  }

  .nav-links-holder {
    margin-left: 2em;
  }

  .lnr-tablet-holder {
    margin-left: -370px;
  }

  .left-arrow {
    left: 72%;
  }

  .right-arrow {
    left: 82%;
  }

  .number-available {
    right: 13%;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }

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

  .checkout-form {
    flex-direction: column;
    align-items: flex-start;
  }

  .checkout-container {
    justify-content: flex-start;
  }

  .template-cards-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .demo-container {
    justify-content: center;
    align-items: flex-start;
    width: 170vw;
  }

  .template-card-holder {
    min-height: 27vw;
    padding: .5%;
  }

  .demo-blur-bg-effect {
    filter: blur(70px);
  }

  .white-text-paragraph-holder {
    width: 260px;
  }

  .open-cource-image {
    top: 30%;
    right: -6%;
  }

  .open-cource-image.top-image {
    width: 80%;
  }

  .pricing-table-v2-header-gird {
    background-color: #fff;
    grid-auto-columns: 1fr;
  }

  .tablet-image-holder {
    height: 550px;
  }

  .tablet-screen-image {
    width: 795px;
    height: 510px;
  }

  .text-section-holder._02 {
    margin-left: 130px;
  }

  .lnr-tablet-holder {
    width: 870px;
    margin-left: -455px;
  }

  .emoji-holder.about-emoji {
    right: 28%;
  }

  .emoji-holder.home {
    padding-left: 15px;
    padding-right: 15px;
  }

  .left-arrow {
    left: 100%;
  }

  .right-arrow {
    left: 105%;
  }

  .tablet-bg {
    height: 550px;
  }

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

  .about-slider {
    height: 63vh;
  }

  .about-slide {
    width: 25vw;
  }

  .about-mask {
    width: 26%;
  }

  .job-position-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .available-roles-holder {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .available-roles-title-small {
    text-transform: uppercase;
  }

  .number-available {
    right: 27%;
  }
}

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

  .section.trusted-section {
    z-index: 29;
  }

  .container.padding-less {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .nav-menu {
    z-index: 0;
    border-bottom: 1px solid var(--light-grey);
    background-color: #fff;
    border-radius: 0;
    flex-direction: row;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 4.4em;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: fixed;
    top: 0;
  }

  .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;
    display: none;
  }

  .menu-button {
    z-index: 1;
    width: 45px;
    height: 44px;
    margin-left: 10px;
    padding: 6px 12px 10px;
    transition: background-color .35s;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--primary);
    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;
  }

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

  .cart {
    z-index: 1;
  }

  .cart-button {
    padding-right: 15px;
  }

  .cart-quantity {
    font-size: 18px;
  }

  .cart-container {
    margin: 5em auto;
  }

  .cart-list {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .product-details-grid {
    grid-template-columns: 1fr;
  }

  .checkout-heading {
    font-size: 28px;
  }

  .required-label {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
  }

  .order-item-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .product-title {
    font-size: 55px;
  }

  .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-dropdown-link-arrow {
    width: 18px;
    height: 18px;
  }

  .nav-dropdown-link-arrow-holder {
    height: 20px;
    bottom: -16px;
  }

  .nav-dropdown-link-arrow-animated {
    height: 12px;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 440px;
  }

  .feature-box {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2em;
  }

  .template-more-things-grid, .demo-pages-grid {
    grid-template-columns: 1fr 1fr;
  }

  .template-included-image-holder {
    height: auto;
  }

  .grid-what-is-included {
    grid-template-columns: 1fr;
  }

  .text-paragraph-holder {
    height: auto;
  }

  .template-section {
    border-radius: 20px;
  }

  .template-card-holder {
    height: 270px;
  }

  .template-card-image {
    border-radius: 3px;
  }

  .demo-blur-bg-effect {
    display: none;
  }

  .integration-heading {
    font-size: 32px;
  }

  .demo-section {
    padding-bottom: 3em;
  }

  .template-footer-holder {
    grid-column-gap: 30px;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .white-text-paragraph-holder {
    width: 300px;
  }

  .quic-stack-box.blue {
    padding-bottom: 60px;
  }

  .notification-banner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .pricing-table-name.cell-button-holder {
    z-index: 3;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .pricing-table-v2-header-gird {
    width: 72.3%;
  }

  .pricing-header-v2-holder {
    min-height: 180px;
  }

  .price-holder-v2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: column;
    align-items: center;
  }

  .price-title-v2 {
    font-size: 32px;
  }

  .price-v2-monthly-yearly {
    text-align: center;
    max-width: none;
  }

  .heading-3-style {
    font-size: 30px;
  }

  .product-price {
    font-size: 28px;
  }

  .hide-demo-page-text-on-tablet {
    display: none;
  }

  .nav-button-holder {
    flex-direction: column;
  }

  .hero-section-text-holder {
    max-width: 100%;
  }

  .black-button {
    font-weight: 500;
  }

  .nav-links-holder {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 3em;
  }

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

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .card-title {
    margin-top: 0;
    font-size: 28px;
  }

  .cta-iphone-holder {
    width: 250px;
    bottom: -19%;
    right: 6%;
  }

  .download-butttons-holder {
    grid-row-gap: 30px;
    flex-direction: row;
  }

  .cta-text {
    font-size: 70px;
    font-weight: 700;
  }

  .lnr-section-holder {
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-top: 146px;
  }

  .lnr-section-holder._02 {
    flex-direction: column;
  }

  .left-arrow-holder {
    top: 60%;
  }

  .left-arrow-holder.blog {
    top: 11%;
  }

  .text-section-holder, .text-section-holder._03 {
    width: 100%;
  }

  .text-section-holder._02 {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 46px;
  }

  .lnr-phone-holder {
    width: 90%;
    left: 17%;
  }

  .lnr-last-phone-holder {
    width: 280px;
    position: relative;
    top: -14px;
    left: -168px;
  }

  .phone-image {
    width: 300px;
  }

  .hero-section-users {
    margin-top: 6px;
  }

  .hero-profile-picutre-container {
    width: 70px;
  }

  .trusted-by-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cta-image-border {
    height: auto;
    position: relative;
    inset: auto 0% 0%;
  }

  .emoji-holder._05 {
    top: -60%;
  }

  .emoji-holder.people {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .emoji-holder._02 {
    padding: 5px 15px;
    top: 36%;
    left: 43%;
  }

  .emoji-holder.about-emoji {
    padding: 3px 10px;
    bottom: 57%;
    right: 29%;
  }

  .emoji-holder.home {
    padding: 3px 10px;
    bottom: 50%;
    right: 35%;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    left: -8%;
  }

  .slider-holder {
    margin-top: 200px;
  }

  .slider {
    padding-bottom: 103px;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
    inset: -30% 0% auto;
  }

  .slider-content-holder {
    padding-left: 21px;
    padding-right: 21px;
  }

  .hero-image-holder {
    width: 80%;
  }

  .hero-image-small {
    width: 310px;
    height: 280px;
  }

  .man-chating-icon {
    width: 90px;
  }

  .cta-content {
    width: 100%;
    margin-bottom: 3em;
  }

  .cta-mobile-holder {
    left: 0%;
  }

  .lnr-border {
    width: 300px;
    left: 3%;
  }

  .lnr-border._2 {
    width: 300px;
  }

  .heart-icon {
    width: 30px;
    height: 30px;
  }

  .slider-picture-holder {
    min-height: 350px;
  }

  .feature-hero-image-holder {
    width: 80%;
  }

  .feature-phone-image {
    border-radius: 20px;
  }

  .phone-border {
    border-radius: 30px;
    width: 149px;
    left: -11%;
  }

  .feature-hero-image-small {
    width: 310px;
    height: 280px;
  }

  .tab-pane-content {
    width: 40%;
    padding-right: 20px;
  }

  .tab-pane-content.white-text {
    margin-bottom: 0;
  }

  .hero-browser-skeleton {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 21px;
  }

  .tab-brower-screen-holder {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .tab-pane-device-holder {
    width: 60%;
  }

  .tab-pane-2 {
    padding: 29px;
  }

  .small-icon {
    width: 8px;
    min-width: 8px;
    height: 8px;
    min-height: 8px;
  }

  .tab-menu-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 10px;
    display: grid;
  }

  .tab {
    width: 100%;
  }

  .emoji {
    font-size: 25px;
  }

  .feature-grid {
    margin-top: 8em;
  }

  .feature-grid-item {
    grid-template-rows: 1fr 2fr;
  }

  .feature-link {
    font-size: 18px;
  }

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

  .data-number {
    font-size: 80px;
  }

  .data-paragraph {
    max-width: 600px;
    font-size: 28px;
  }

  .about-images-wrapper {
    grid-column-gap: 4.5em;
    grid-row-gap: 4.5em;
  }

  .about-image-border._01, .about-image-border._02, .about-image-border._03 {
    width: 410px;
    height: 450px;
  }

  .about-image._01, .about-image._02, .about-image._03 {
    width: 400px;
    height: 450px;
  }

  .about-slide {
    width: 40vw;
  }

  .about-mask {
    width: 24%;
  }

  .simple-info-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

  .job-description-holder {
    width: 100%;
  }

  .job-position-card-holder {
    flex-direction: column;
  }

  .job-position-small-title-holder {
    width: 100%;
    padding-left: 0;
  }

  .job-holder {
    width: 100%;
  }

  .available-roles-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .available-roles-item, .available-roles-item._02 {
    width: 100%;
  }

  .number-available {
    top: 26%;
    right: 23%;
  }

  .slide-nav {
    font-size: 12px;
    left: -6%;
  }

  .about-slider-title {
    font-size: 75px;
  }

  .about-slider-name {
    font-size: 38px;
  }

  .position-about-slider {
    font-size: 22px;
  }

  .job-position-title {
    font-size: 60px;
  }

  .blog-main-wrapper {
    flex-direction: column;
  }

  .big-blog-item-link {
    width: 100%;
    height: 65%;
    padding: 0;
  }

  .big-blog-item-image-holder {
    width: 100%;
  }

  .half-tilte-container-blog {
    max-width: 100%;
    margin-bottom: 0;
  }

  .big-title {
    font-size: 80px;
  }

  .quantity-text.cart {
    font-size: 18px;
  }

  ._404-button {
    font-weight: 500;
  }

  .contact-link-holder {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .feature-image {
    width: 90%;
    margin-top: 0;
  }

  .tab-pane-feature {
    padding: 1.5em;
  }

  .feature-border-image-small {
    width: 280px;
    top: 30px;
  }

  .feature-image-small-holder {
    bottom: -47%;
  }

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

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

  .sales-card {
    padding: 16px;
  }

  .included-card {
    min-height: 260px;
  }

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

  .inside-bar-sales-details {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

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

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-section {
    height: auto;
  }

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

  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .change-log-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em 1em;
  }

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

  .button {
    font-size: 16px;
  }

  .hero-section-secondary {
    height: auto;
  }

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

  .hero-description {
    font-size: 18px;
  }

  .hero-content {
    height: auto;
  }

  .contact-form {
    padding: 24px 25px 25px;
  }

  .input-field {
    height: 55px;
  }

  .input-field::placeholder {
    font-size: 18px;
  }

  .blog-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

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

  .cart-container {
    width: 450px;
  }

  .cart-item-image {
    width: 100px;
    height: 110px;
  }

  .checkout-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .checkout-summary {
    margin-top: 2em;
  }

  .block-header, .block-content {
    padding: .5em;
  }

  .order-item {
    flex-direction: row;
  }

  .order-item-title, .order-item-price {
    font-size: 22px;
  }

  .order-item-content {
    flex-direction: row;
  }

  .product-title {
    font-size: 45px;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-grid {
    grid-template-columns: 1fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 310px;
    font-size: 30px;
  }

  .feature-box {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .white-paragraph {
    font-size: 19px;
  }

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

  .hero-description-holder {
    margin-top: 2em;
  }

  .shop-item-title {
    font-size: 28px;
  }

  .shop-item-price {
    font-size: 23px;
  }

  .small-thumbnail-image {
    padding-top: 70%;
  }

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

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

  .blog-item-title-2 {
    font-size: 28px;
  }

  .tabs-content {
    padding-top: 2em;
  }

  .tooltip-wrapper {
    text-align: right;
    width: 60vw;
    left: auto;
    right: 90%;
  }

  .pricing-table-name.cell-button-holder {
    flex-direction: column;
    align-items: stretch;
  }

  .pricing-table-v2-header-gird {
    width: 100%;
  }

  .pricing-table-wrapper {
    background-color: #fff;
  }

  .white-text {
    color: #fff;
  }

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

  .pricing-header-v2-holder {
    min-height: 170px;
  }

  .pricing-v2-header-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .price-holder-v2 {
    align-items: center;
  }

  .price-title-v2 {
    font-size: 22px;
  }

  .price-v2 {
    font-size: 26px;
  }

  .card-item {
    flex-direction: column;
  }

  .product-price {
    font-size: 25px;
  }

  .hero-section-text-holder {
    grid-row-gap: 10px;
  }

  .black-button.colored.w--current {
    flex-direction: column;
    display: flex;
  }

  .nav-links-holder {
    padding-left: 2em;
  }

  .question-icon-holder {
    margin-left: 19px;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .card-title {
    font-size: 25px;
  }

  .cta-iphone-holder {
    width: 190px;
  }

  .cta-text {
    font-size: 50px;
  }

  .tablet-image-holder {
    width: 98%;
    height: 420px;
  }

  .left-arrow-holder {
    top: 87%;
  }

  .left-arrow-holder.blog {
    width: 180px;
    top: 3%;
  }

  .tablet-screen-image {
    width: 620px;
    height: 390px;
    bottom: -3%;
    left: 22.5%;
  }

  .tablet-screen-holder {
    padding-left: 0%;
    padding-right: 0%;
  }

  .lnr-phone-holder {
    left: 20%;
  }

  .half-title-container {
    max-width: 100%;
  }

  .phone-image {
    width: 200px;
  }

  .hero-text-logo {
    font-size: 60px;
  }

  .cta-image-border {
    position: relative;
  }

  .emoji-holder {
    padding: 4px 19px;
    font-size: 30px;
    top: -43px;
  }

  .emoji-holder._05 {
    top: -31%;
  }

  .emoji-holder.people {
    padding: 10px 15px;
    font-size: 17px;
    top: -45%;
  }

  .emoji-holder.about-emoji {
    bottom: 62%;
    right: 26%;
  }

  .emoji-holder.home {
    bottom: 60%;
    right: 33%;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    font-size: 30px;
    inset: auto auto -22% 0%;
  }

  .left-arrow.home {
    bottom: -2%;
    left: 27%;
  }

  .slider-header-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    font-size: 30px;
    inset: auto auto -22% 4%;
  }

  .right-arrow.home {
    bottom: -2%;
    right: 27%;
  }

  .hero-image-holder {
    width: 80%;
  }

  .hero-image-small {
    width: 220px;
    height: 190px;
  }

  .hero-paragraph {
    position: relative;
  }

  .man-chating-icon {
    width: 50px;
  }

  .cta-mobile-holder {
    width: 170px;
    left: 2em;
  }

  .lnr-border {
    width: 200px;
    left: 4%;
  }

  .lnr-border._2 {
    width: 200px;
  }

  .lightbox-holder {
    width: 200px;
    height: 150px;
    padding: 5px;
  }

  .play-image {
    height: 45px;
  }

  .tablet-bg {
    height: 420px;
    top: 7%;
  }

  .heart-icon {
    width: 20px;
    height: 20px;
  }

  .fixed-text {
    max-width: 81%;
  }

  .video-length {
    margin-top: -60px;
    font-size: 40px;
  }

  .smaller-text {
    font-size: 32px;
  }

  .slider-text-holder {
    margin-left: 10px;
  }

  .feature-hero-image-holder {
    width: 80%;
  }

  .phone-border {
    border-radius: 25px;
    width: 115px;
    left: -15%;
  }

  .feature-hero-image-small {
    width: 220px;
    height: 190px;
  }

  .tab-icon-holder {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }

  .tab {
    padding: 13px 24px;
    font-size: 20px;
  }

  .section-title-holder {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 9em;
  }

  .data-number {
    font-size: 70px;
  }

  .data-paragraph {
    font-size: 25px;
  }

  .about-image-border._01, .about-image-border._02, .about-image-border._03 {
    width: 310px;
    height: 350px;
  }

  .about-image._01, .about-image._02, .about-image._03 {
    width: 300px;
    height: 350px;
  }

  .about-slider {
    height: 40vh;
  }

  .about-slide {
    margin-right: 1em;
  }

  .about-mask {
    width: 17%;
  }

  .job-description-holder {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .job-position-small-title {
    font-size: 28px;
  }

  .available-roles-title {
    font-size: 45px;
  }

  .slide-nav {
    width: 100%;
    inset: auto 0% -26% -60%;
  }

  .about-slider-title {
    font-size: 65px;
  }

  .about-slider-name {
    font-size: 33px;
  }

  .job-position-title {
    font-size: 50px;
  }

  .half-tilte-container-blog {
    max-width: 100%;
  }

  .big-title {
    font-size: 65px;
  }

  ._404-image-holder {
    width: 28vw;
    min-width: 28vw;
    height: 28vw;
    min-height: 28vw;
  }

  .number-404 {
    font-size: 210px;
  }

  ._404-image {
    width: 130px;
    height: 115px;
  }

  .feature-border-image-small {
    width: 190px;
    height: 150px;
    left: 23px;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }

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

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }
}

@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-left: 1em;
    padding-right: 1em;
  }

  .container.no-padding-bottom {
    padding-bottom: 0;
  }

  .container.padding-less {
    padding-bottom: 2em;
  }

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

  .nav-menu {
    height: auto;
    max-height: 100%;
    margin-top: 3.5em;
    margin-right: 0;
    overflow: auto;
  }

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

  .utility-page-form.password {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: space-between;
    height: 350px;
    padding: .5em;
  }

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

  .contact-form-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .menu-button {
    align-items: center;
    padding-top: 5px;
  }

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

  .subscribe-button {
    max-width: 100%;
  }

  .headings-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-holder {
    padding: 1em;
  }

  .subscribe-form-holder, .paragraph-container {
    width: 100%;
  }

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

  .aa-font {
    font-size: 80px;
  }

  .button.white {
    height: 45px;
  }

  .button.middle {
    margin-left: auto;
    margin-right: auto;
  }

  .button-holder, .headings-holder {
    padding: 1em;
  }

  .subscribe-email {
    width: 100%;
  }

  .brand-link {
    margin-left: 0;
  }

  .hero-section-secondary {
    min-height: 40vh;
  }

  .hero-content {
    align-items: flex-start;
  }

  .contact-form {
    padding: 20px;
  }

  .input-field {
    height: 50px;
  }

  .input-field.password {
    height: 45px;
    margin-top: 4em;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .license-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .client-logo {
    max-width: 90px;
    max-height: 20px;
  }

  .instruction-item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .trusted-by-grid-content {
    min-height: auto;
  }

  .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: nowrap;
    align-items: flex-start;
  }

  .cart-button {
    padding-right: 10px;
    display: block;
  }

  .cart-quantity {
    font-size: 14px;
  }

  .cart-container {
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cart-list {
    padding: .5em;
  }

  .cart-item-image {
    width: 80px;
    height: 90px;
  }

  .cart-item-title, .cart-item-price {
    font-size: 18px;
  }

  .cart-quantity-number {
    margin-left: 5px;
    position: relative;
  }

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

  .product-add-to-cart-quantity {
    flex-direction: column;
    align-items: flex-start;
  }

  .checkout-heading {
    font-size: 25px;
  }

  .order-item {
    flex-direction: column;
  }

  .order-item-title {
    font-size: 18px;
  }

  .order-item-quantity-holder {
    font-size: 16px;
  }

  .order-item-price {
    font-size: 18px;
  }

  .checkout-field-label {
    font-size: 16px;
  }

  .shipping-method {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .order-item-content {
    flex-direction: column;
  }

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

  .shipping-method-description {
    margin-top: 10px;
    font-size: 14px;
  }

  .order-info-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .product-image {
    width: 100%;
  }

  .product-title {
    font-size: 35px;
  }

  .licensing-instruction-heading {
    font-size: 20px;
  }

  .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: 10px;
    padding-right: 10px;
  }

  .nav-dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
  }

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

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .small-content {
    padding-bottom: 2em;
  }

  .large-white-text {
    font-size: 30px;
  }

  .hero-box-tittle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-text {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .template-includes-card {
    width: auto;
    padding-left: 30px;
    padding-right: 0;
  }

  .feature-box {
    background-position: 50% 94%;
    background-size: auto 160px;
    padding: 2em 2em 200px;
  }

  .text-gray-paragraph-holder-2 {
    padding-right: 20px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .text-gray-paragraph-holder {
    padding-right: 0;
  }

  .template-growth-features {
    font-size: 25px;
  }

  .figma-component-library-holder {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-page-link {
    padding-left: 0;
  }

  .name-of-pages-text {
    font-size: 20px;
  }

  .demo-pages-grid {
    grid-template-columns: 1fr;
  }

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

  .template-cards-wrapper {
    width: 270%;
    margin-left: -26px;
  }

  .template-button-holder {
    grid-column-gap: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .template-section {
    border-radius: 24px;
  }

  .template-card-holder {
    height: 180px;
    padding: 6px;
  }

  .integration-heading {
    font-size: 21px;
  }

  .hero-description-holder {
    margin-top: 1em;
  }

  .white-text-paragraph-holder {
    width: 100%;
  }

  .quic-stack-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quic-stack-box.dark-gray {
    padding-top: 150px;
  }

  .quic-stack-box.blue {
    padding-bottom: 200px;
  }

  .figma-design-image {
    height: 190px;
  }

  .open-cource-image {
    width: 90%;
    max-height: 170px;
  }

  .open-cource-image.top-image {
    width: 100%;
    max-height: 210px;
  }

  .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: flex-start;
  }

  .style-guide-box-holder {
    padding: 1em;
  }

  .nav-rounded-center {
    z-index: 99999;
    background-color: #fff;
    margin-top: 0;
  }

  .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-title {
    font-size: 27px;
  }

  .shop-item-content {
    padding-top: 1em;
  }

  .shop-item-price {
    font-size: 22px;
  }

  .folders-parent.left-align-folders {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .filter-holder {
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    padding: 5px;
  }

  .filter-holder.no-margin-top {
    width: 100%;
    padding: 0;
  }

  .category-item-link {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .tooltip-wrapper {
    width: 70vw;
  }

  .pricing-table-name {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 19px;
  }

  .pricing-table-name.cell-button-holder {
    align-items: center;
  }

  .pricing-table-v2-header-gird {
    width: 100%;
    overflow: scroll;
  }

  .pricing-table-wrapper {
    top: 74px;
  }

  .white-text {
    color: #fff;
  }

  .pricing-table-holder {
    min-width: 33%;
  }

  .pricing-table-v2-body {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100%;
  }

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

  .pricing-table-v2-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .pricing-header-v2-holder {
    flex-direction: column;
    min-height: 130px;
  }

  .pricing-table-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-table-v2-description {
    display: none;
  }

  .price-table-heading-price-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-3-style {
    font-size: 22px;
  }

  .card-item {
    border-radius: 30px;
  }

  .product-price {
    font-size: 22px;
  }

  .demo-hero-buttons-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: center;
  }

  .nav-button-holder {
    flex-direction: column;
  }

  .fixed-navbar {
    z-index: 99;
    background-color: #fff;
  }

  .hero-section-button-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    width: 100%;
    margin-top: 100px;
  }

  .title {
    bottom: 0;
  }

  .hero-section-text-holder {
    margin-top: 60px;
  }

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

  .nav-links-holder {
    padding-left: 1em;
  }

  .title-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .questions-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    display: flex;
  }

  .question-half {
    flex-direction: column;
    width: 100%;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr;
  }

  .card-title {
    font-size: 24px;
  }

  .download-button, .form-line {
    width: 100%;
  }

  .cta-iphone-holder {
    right: 15%;
  }

  .form-holder {
    align-items: flex-start;
    width: 100%;
  }

  .cta-text-field {
    height: 60px;
  }

  .download-butttons-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    margin-bottom: 35px;
  }

  .cta-text {
    font-size: 40px;
  }

  .lnr-section-holder {
    justify-content: space-around;
    min-height: auto;
  }

  .lnr-section-holder._02 {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .tablet-image-holder {
    height: 276px;
  }

  .left-arrow-holder {
    width: 180px;
    margin-top: 1em;
  }

  .left-arrow-holder.blog {
    width: 150px;
  }

  .text-with-underline {
    background-image: none;
  }

  .tablet-screen-image {
    object-fit: cover;
    object-position: 100% 50%;
    width: 380px;
    height: 230px;
    bottom: 4%;
    left: -3%;
  }

  .tablet-screen-holder {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .lnr-phone-holder {
    flex: 0 auto;
    width: 100%;
    top: -60px;
    left: 18%;
  }

  .lnr-last-phone-holder {
    width: 180px;
    top: 0;
    left: -26px;
  }

  .lnr-tablet-holder {
    width: 320px;
    margin-left: -80px;
  }

  .app-icon {
    width: 50px;
  }

  .trusted-by-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
    margin-bottom: 2em;
  }

  .cta-image-phone {
    border-radius: 10px;
    left: -25%;
  }

  .emoji-holder {
    font-size: 24px;
    display: none;
  }

  .emoji-holder.people {
    padding: 5px 10px;
    display: block;
    top: -81%;
    right: -1%;
  }

  .emoji-holder._02 {
    display: block;
    top: 46%;
    left: 77%;
  }

  .emoji-holder.about-emoji {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    bottom: 70%;
    right: 22%;
  }

  .left-arrow.home {
    left: 14%;
  }

  .arrow-image {
    width: 14px;
  }

  .slider-holder {
    margin-top: 40px;
  }

  .slider-header-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .arrow-circle-holder {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }

  .right-arrow.home {
    right: 14%;
  }

  .slider-content-holder {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-image-holder {
    width: 100%;
  }

  .hero-image {
    margin-right: 0;
  }

  .hero-image-border {
    width: 100%;
  }

  .hero-image-small {
    width: 160px;
    height: 140px;
    top: 68%;
    left: 42%;
  }

  .man-chating-icon {
    width: 40px;
  }

  .cta-mobile-holder {
    width: 30%;
    left: 1em;
  }

  .cta-mobile-bg {
    border-radius: 10px;
  }

  .lnr-border._2 {
    height: 75%;
  }

  .lightbox-holder {
    width: 180px;
    height: 120px;
    top: 44%;
    left: -21%;
  }

  .play-image {
    height: 35px;
  }

  .tablet-bg {
    height: 260px;
    top: 6%;
    left: 1%;
  }

  .fixed-text {
    max-width: 100%;
    margin-top: 1em;
    font-size: 21px;
  }

  .video-length {
    margin-top: -50px;
    font-size: 35px;
  }

  .smaller-text {
    font-size: 30px;
  }

  .cart-text, .cart-grey-text {
    display: none;
  }

  .slider-item-text-holder {
    font-size: 18px;
  }

  .feature-hero-image-holder {
    width: 100%;
  }

  .phone-holder {
    left: 2%;
  }

  .feature-phone-image {
    border-radius: 15px;
  }

  .phone-border {
    border-radius: 15px;
    width: 75px;
    left: -8%;
  }

  .feature-hero-image-small {
    width: 200px;
    height: 180px;
    top: 68%;
    left: 42%;
  }

  .tab-pane-content {
    grid-row-gap: 10px;
    width: 100%;
    padding-right: 0;
  }

  .tab-pane-content-holder {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .tab-pane-device-holder {
    width: 100%;
  }

  .tab-menu-container {
    grid-row-gap: 10px;
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

  .tab-icon-container {
    grid-column-gap: 20px;
    justify-content: space-between;
  }

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

  .feature-grid {
    grid-template-columns: 1fr;
    margin-top: 10em;
  }

  .feature-grid-item {
    grid-template-rows: 1fr 1.5fr;
  }

  .feature-item-orange {
    padding: 40px;
  }

  .feature-item-black {
    justify-content: center;
    padding: 0 10px;
  }

  .feature-title {
    font-size: 24px;
  }

  .feature-link, .feature-small-text {
    font-size: 16px;
  }

  .feature-item-white {
    padding: 40px;
  }

  .feature-grid-icon-holder {
    padding: 25px;
  }

  .arrow-down-icon {
    width: 70px;
  }

  .feature-grid-icon-two-rows {
    padding: 25px;
  }

  .feature-item-text-holder {
    justify-content: center;
  }

  .arrow-right-down {
    width: 180px;
  }

  .data-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .data-number {
    font-size: 65px;
  }

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

  .data-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .about-images-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .about-image-border._01, .about-image-border._02, .about-image-border._03 {
    width: 210px;
    height: 250px;
  }

  .about-image._01, .about-image._02, .about-image._03 {
    width: 200px;
    height: 250px;
  }

  .about-slider {
    height: 35vh;
  }

  .about-slide {
    width: 65vw;
  }

  .arrow-holder {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }

  .career-arrow-image {
    width: 20px;
  }

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

  .more-info-holder {
    padding-left: 5px;
    padding-right: 5px;
  }

  .simple-info-holder {
    padding: 15px;
  }

  .job-description-holder {
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-position-wrapper {
    border-radius: 30px;
    padding: 1em;
  }

  .available-roles-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .available-roles-item._02 {
    font-size: 20px;
  }

  .available-roles-title {
    font-size: 30px;
  }

  .available-roles-title-small {
    font-size: 15px;
  }

  .number-available {
    font-size: 18px;
    right: 6%;
  }

  .about-slider-title, .job-position-title {
    font-size: 40px;
  }

  .big-blog-item-image {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .big-blog-item-title {
    font-size: 20px;
  }

  .big-title {
    font-size: 55px;
  }

  .product-quantity-holder {
    width: 100%;
  }

  .quantity-text {
    font-size: 14px;
  }

  .quantity-text.cart {
    font-size: 16px;
  }

  .cart-item-content-holder {
    margin-right: 10px;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .password-title {
    margin-bottom: 10px;
    font-size: 30px;
  }

  ._404-utility-page-content {
    padding: 1em;
  }

  ._404-image-holder {
    width: 35vw;
    min-width: 35vw;
    height: 35vw;
    min-height: 35vw;
  }

  .number-404 {
    margin-left: -30px;
    margin-right: -30px;
    font-size: 140px;
  }

  ._404-button {
    width: 90%;
  }

  ._404-text {
    max-width: 90%;
  }

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

  ._404-image {
    width: 90px;
    height: 105px;
  }

  .relative-holder {
    flex-direction: column;
  }

  .feature-image {
    margin-top: 1em;
  }

  .feature-border-image-small {
    width: 184px;
    top: 9px;
    left: 8px;
  }

  .feature-image-small-holder {
    inset: auto 0% -42% auto;
  }

  .buy-template-holder {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .disclaimersection {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .right-sales-details {
    flex-wrap: wrap;
  }

  .link-template-details {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    left: 24px;
    right: 24px;
  }

  .wrap-figma-content {
    font-size: 16px;
  }

  .sales-card {
    padding: 16px;
  }

  .master-bar-sales-details {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .included-card {
    padding: 24px;
  }

  .included-card.figma-card {
    font-size: 15px;
  }

  .grid-fourths-sales-fourths {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .close-sales-info {
    margin-top: 20px;
    right: 24px;
  }

  .inside-bar-sales-details {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .left-bar-sales-details {
    text-align: center;
    flex-direction: column;
  }

  .mega-sales-info {
    padding-top: 32px;
  }

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

  .more-power-card {
    padding: 24px;
  }

  .master-sales-pages {
    padding: 18px;
  }
}

#w-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f822d-24e1af75, #w-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f8236-24e1af75, #w-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f823f-24e1af75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.template-button-holder.wide-buttons {
  max-width: 500px;
}

.login-dropdown .w-dropdown-list {
  background-color: transparent;
}

#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198d2-24e1af75 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198e2-24e1af75, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198e9-24e1af75, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f0-24e1af75, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f7-24e1af75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-24e1af75 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c1734742-2afe-bc88-19df-2f04a114aad8-24e1af75 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-c1734742-2afe-bc88-19df-2f04a114aad9-24e1af75 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c1734742-2afe-bc88-19df-2f04a114aae1-24e1af75, #w-node-c1734742-2afe-bc88-19df-2f04a114aaed-24e1af75, #w-node-_40f4c42e-c5b5-ec97-317c-3ec28e179204-24e1af75, #w-node-_40f4c42e-c5b5-ec97-317c-3ec28e179212-24e1af75, #w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4980240-62c9-ab2e-ffae-b7afbfc0c1a4-bfc0c1a0 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8a843b97-2bb0-0ba6-921f-25335b48710e-24e1af78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_11cfda92-be27-e3a2-77fa-3691e764205c-24e1af78, #w-node-d7f71373-5076-391d-b94b-fcfda099a47f-24e1af78, #w-node-c567e7f3-d1a9-d8d4-69cf-91daf1365427-24e1af78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dce35c3-5a36-1b1a-2a6a-a08c492d9220-492d921b {
  grid-area: 1 / 2 / 2 / 8;
}

#Email-3.w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7782-24e1af7c, #Phone.w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7786-24e1af7c, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7787-24e1af7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2fb423f-7673-267c-657c-64c8bca49607-24e1af7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_1f321115-1b62-2209-0f85-ca08606a72dd-24e1af80, #w-node-ba664d03-96ff-3927-b94b-449f0e6d0d97-24e1af80, #w-node-b99d3615-d086-c5cc-5c5b-3acafcd34651-24e1af80, #w-node-f00c2081-7c16-4a57-3f23-e3c48f25f992-24e1af82, #w-node-bd652f24-338b-31d0-017a-f30f65c7a888-24e1af82, #w-node-a7e26658-be9a-7960-ddec-d503800d6e89-24e1af82, #w-node-_41aea66c-3385-f3a1-b27a-81045d041f48-24e1af82, #w-node-_41aea66c-3385-f3a1-b27a-81045d041f49-24e1af82, #w-node-_41aea66c-3385-f3a1-b27a-81045d041f4b-24e1af82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abcff76-69be-011e-72f3-6a2b4c1b483c-24e1af82 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4da24929-ecab-d85c-bc8d-714d39a7c3b7-24e1af82, #w-node-b44643a2-e9a0-d6e9-4154-ee008808dfcb-24e1af82, #w-node-b44643a2-e9a0-d6e9-4154-ee008808dfcc-24e1af82, #w-node-b44643a2-e9a0-d6e9-4154-ee008808dfce-24e1af82, #w-node-_76b45c6e-a06c-9983-44a9-0ce3dac56fa5-24e1af82, #w-node-_76b45c6e-a06c-9983-44a9-0ce3dac56fa6-24e1af82, #w-node-_76b45c6e-a06c-9983-44a9-0ce3dac56fa8-24e1af82, #w-node-_69debbe0-1fda-be74-6c9e-a46f288daffe-24e1af82, #w-node-_69debbe0-1fda-be74-6c9e-a46f288dafff-24e1af82, #w-node-_69debbe0-1fda-be74-6c9e-a46f288db001-24e1af82, #w-node-e7b159f7-c978-0202-7e2e-c5d4836c7ab9-24e1af82, #w-node-e7b159f7-c978-0202-7e2e-c5d4836c7aba-24e1af82, #w-node-e7b159f7-c978-0202-7e2e-c5d4836c7abc-24e1af82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75f4bbad-9b04-dcb6-702c-358647686308-24e1af82 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_8e925511-5079-a005-dec6-94958fd30d28-24e1af83, #w-node-dd333bfa-6254-d295-64f0-0b91e1b671db-24e1af83, #w-node-fafe074c-d446-2d88-3809-1096af11eda6-24e1af83, #w-node-_5bf282f6-452c-0227-d717-a5bcfb79fef5-24e1af83, #w-node-_5bf282f6-452c-0227-d717-a5bcfb79fef7-24e1af83, #w-node-c46a54ea-9723-8065-94b5-44e7f35a0f8f-24e1af83, #w-node-c46a54ea-9723-8065-94b5-44e7f35a0f91-24e1af83, #w-node-_08333fcc-f705-b551-f6df-ced80aac5e33-24e1af83, #w-node-_08333fcc-f705-b551-f6df-ced80aac5e34-24e1af83, #w-node-_08333fcc-f705-b551-f6df-ced80aac5e36-24e1af83, #w-node-_08333fcc-f705-b551-f6df-ced80aac5e3a-24e1af83, #w-node-_08333fcc-f705-b551-f6df-ced80aac5e3c-24e1af83, #w-node-_08333fcc-f705-b551-f6df-ced80aac5e40-24e1af83, #w-node-_08333fcc-f705-b551-f6df-ced80aac5e42-24e1af83, #w-node-_1e73dd34-2ba1-07b6-3d2d-a264c39851c8-24e1af83, #w-node-_1e73dd34-2ba1-07b6-3d2d-a264c39851c9-24e1af83, #w-node-_1e73dd34-2ba1-07b6-3d2d-a264c39851cb-24e1af83, #w-node-_1e73dd34-2ba1-07b6-3d2d-a264c39851cf-24e1af83, #w-node-_1e73dd34-2ba1-07b6-3d2d-a264c39851d1-24e1af83, #w-node-_1e73dd34-2ba1-07b6-3d2d-a264c39851d5-24e1af83, #w-node-_1e73dd34-2ba1-07b6-3d2d-a264c39851d7-24e1af83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37ceab76-c749-eedb-9be3-d5cd932a39bc-24e1af83 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_7b8b9843-066e-178f-a851-f170d06eb0ce-24e1af83, #w-node-_7b8b9843-066e-178f-a851-f170d06eb0d3-24e1af83, #w-node-_7b8b9843-066e-178f-a851-f170d06eb0d8-24e1af83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b8b9843-066e-178f-a851-f170d06eb0de-24e1af83 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7b8b9843-066e-178f-a851-f170d06eb149-24e1af83, #w-node-_7b8b9843-066e-178f-a851-f170d06eb14f-24e1af83, #w-node-_7b8b9843-066e-178f-a851-f170d06eb155-24e1af83, #w-node-_7b8b9843-066e-178f-a851-f170d06eb15b-24e1af83, #w-node-_7b8b9843-066e-178f-a851-f170d06eb161-24e1af83, #w-node-_7b8b9843-066e-178f-a851-f170d06eb167-24e1af83, #w-node-_7b8b9843-066e-178f-a851-f170d06eb16d-24e1af83, #w-node-_7b8b9843-066e-178f-a851-f170d06eb173-24e1af83, #w-node-_7b8b9843-066e-178f-a851-f170d06eb179-24e1af83, #w-node-_622a45c8-103c-30e3-5783-4d46ad938c14-24e1af86, #w-node-b1078083-528c-8a78-9451-10023c5ce546-24e1af86, #w-node-_2d0a1bf9-b5f4-adf1-c02a-5eac1e935d88-24e1af86, #w-node-_7eb1222e-9580-c875-bb4c-680b609efc47-24e1af86, #w-node-c36b843d-59da-f500-5277-867ccfc46c3b-24e1af86, #w-node-_4863c51c-4368-cf5e-69b5-d0addca86478-24e1af86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e4fa20c-5e48-dae5-e601-c549149d8aa5-24e1af89 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_9ebaf297-5a41-9b53-27d1-0321d8885929-24e1af8c, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459eb6-24e1af8c, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ebc-24e1af8c, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec1-24e1af8c, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec6-24e1af8c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-24e1af75 {
    grid-column: span 2 / span 2;
  }

  #w-node-c1734742-2afe-bc88-19df-2f04a114aad8-24e1af75 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c1734742-2afe-bc88-19df-2f04a114aad9-24e1af75 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c1734742-2afe-bc88-19df-2f04a114aae1-24e1af75, #w-node-c1734742-2afe-bc88-19df-2f04a114aaed-24e1af75 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
    grid-column: span 3 / span 3;
  }

  #w-node-_5dce35c3-5a36-1b1a-2a6a-a08c492d9220-492d921b, #w-node-_75f4bbad-9b04-dcb6-702c-358647686308-24e1af82, #w-node-_37ceab76-c749-eedb-9be3-d5cd932a39bc-24e1af83, #w-node-_1e4fa20c-5e48-dae5-e601-c549149d8aa5-24e1af89 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198d2-24e1af75, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-24e1af75 {
    grid-column: span 1 / span 1;
  }

  #w-node-b4980240-62c9-ab2e-ffae-b7afbfc0c1a4-bfc0c1a0, #w-node-_5dce35c3-5a36-1b1a-2a6a-a08c492d9220-492d921b {
    grid-column: span 4 / span 4;
  }

  #w-node-_2abcff76-69be-011e-72f3-6a2b4c1b483c-24e1af82 {
    order: 9999;
  }

  #w-node-_75f4bbad-9b04-dcb6-702c-358647686308-24e1af82 {
    grid-column: span 4 / span 4;
  }

  #w-node-_4ceefa41-d81a-427c-4bb9-f4080e42070c-0e42070c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_37ceab76-c749-eedb-9be3-d5cd932a39bc-24e1af83 {
    grid-column: span 4 / span 4;
  }

  #w-node-_7b8b9843-066e-178f-a851-f170d06eb0de-24e1af83 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1e4fa20c-5e48-dae5-e601-c549149d8aa5-24e1af89 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f7-24e1af75 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
    grid-column: span 1 / span 1;
  }

  #w-node-b4980240-62c9-ab2e-ffae-b7afbfc0c1a4-bfc0c1a0, #w-node-_5dce35c3-5a36-1b1a-2a6a-a08c492d9220-492d921b {
    grid-column: span 2 / span 2;
  }

  #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7777-24e1af7c, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c777b-24e1af7c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76b45c6e-a06c-9983-44a9-0ce3dac56fa5-24e1af82 {
    justify-self: end;
  }

  #w-node-e7b159f7-c978-0202-7e2e-c5d4836c7ab9-24e1af82 {
    order: 9999;
  }

  #w-node-_75f4bbad-9b04-dcb6-702c-358647686308-24e1af82 {
    grid-column: span 2 / span 2;
  }

  #w-node-_75f4bbad-9b04-dcb6-702c-358647686384-24e1af82, #w-node-_75f4bbad-9b04-dcb6-702c-358647686389-24e1af82, #w-node-_75f4bbad-9b04-dcb6-702c-35864768638e-24e1af82, #w-node-_75f4bbad-9b04-dcb6-702c-3586476863f7-24e1af82, #w-node-_75f4bbad-9b04-dcb6-702c-3586476863fc-24e1af82, #w-node-_75f4bbad-9b04-dcb6-702c-358647686401-24e1af82, #w-node-_4ceefa41-d81a-427c-4bb9-f4080e42070c-0e42070c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_37ceab76-c749-eedb-9be3-d5cd932a39bc-24e1af83 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0ebce78a-bc99-0411-c116-c7a74ab9c5ae-24e1af83, #w-node-_0ebce78a-bc99-0411-c116-c7a74ab9c5b3-24e1af83, #w-node-_0ebce78a-bc99-0411-c116-c7a74ab9c5b8-24e1af83, #w-node-_0ebce78a-bc99-0411-c116-c7a74ab9c621-24e1af83, #w-node-_0ebce78a-bc99-0411-c116-c7a74ab9c626-24e1af83, #w-node-_0ebce78a-bc99-0411-c116-c7a74ab9c62b-24e1af83 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1e4fa20c-5e48-dae5-e601-c549149d8aa5-24e1af89 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1e4fa20c-5e48-dae5-e601-c549149d8b21-24e1af89, #w-node-_1e4fa20c-5e48-dae5-e601-c549149d8b26-24e1af89, #w-node-_1e4fa20c-5e48-dae5-e601-c549149d8b2b-24e1af89, #w-node-_1e4fa20c-5e48-dae5-e601-c549149d8b94-24e1af89, #w-node-_1e4fa20c-5e48-dae5-e601-c549149d8b99-24e1af89, #w-node-_1e4fa20c-5e48-dae5-e601-c549149d8b9e-24e1af89 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Extrabold.otf') format('opentype'), url('../fonts/CabinetGrotesk-Bold.otf') format('opentype'), url('../fonts/CabinetGrotesk-Extrabold.otf') format('opentype'), url('../fonts/CabinetGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Extralight.otf') format('opentype'), url('../fonts/CabinetGrotesk-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Medium.otf') format('opentype'), url('../fonts/CabinetGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Black.otf') format('opentype'), url('../fonts/CabinetGrotesk-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Regular.otf') format('opentype'), url('../fonts/CabinetGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Light.otf') format('opentype'), url('../fonts/CabinetGrotesk-Light.otf') format('opentype'), url('../fonts/CabinetGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Thin.otf') format('opentype'), url('../fonts/CabinetGrotesk-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}