@font-face {
  font-family: Clashgrotesk Variable;
  src: url('../fonts/ClashGrotesk-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --main-color: black;
  --third-color: #f9031c;
  --body-text-color: #d9dae2;
  --second-color: #f9031c;
  --divider-color: #d8dfe0;
}

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button:hover {
  opacity: .8;
  background-image: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search {
  position: relative;
}

._404-title {
  margin-top: 30px;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1;
}

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

.container {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.section {
  z-index: 5;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 70px 3% 120px;
  position: relative;
}

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

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

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

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

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

.section.vh {
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 150px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-block.second {
  background-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-blog-post blockquote {
  border-left-color: var(--main-color);
  max-width: 630px;
  margin: 20px auto 25px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.1;
}

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

.main-blog-post h2 {
  max-width: 630px;
  margin: 0 auto 15px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

.pricing-text {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

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

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

.pricing-text.with-px {
  font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.logo-link {
  color: var(--white);
  order: -1;
  font-size: 18px;
  font-weight: 500;
}

.logo-link:where(.w-variant-4b7126a6-af70-1248-1363-f3e7a76d8d56) {
  color: var(--main-color);
}

.logo-link.dark {
  color: var(--main-color);
  font-weight: 600;
  line-height: 1;
}

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

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

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

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

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

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

.cart-quantity {
  color: var(--main-color);
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin-left: 1px;
  padding-left: 3px;
  padding-right: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

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

.cart-quantity-2 {
  background-color: #fff;
  border-radius: 0;
  width: 50px;
}

.icon {
  width: 10px;
}

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

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

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

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

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

.button-text:where(.w-variant-4b7126a6-af70-1248-1363-f3e7a76d8d56) {
  color: var(--main-color);
}

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

.button-text.coma.second {
  position: relative;
  top: -2px;
}

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

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

.line-below:where(.w-variant-4b7126a6-af70-1248-1363-f3e7a76d8d56), .line-below.dark {
  background-color: var(--main-color);
}

.hero-main-title {
  color: var(--main-color);
  letter-spacing: -1px;
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45vw;
  font-weight: 600;
  line-height: 1;
}

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

.hero-main-title.for-inner._15vw {
  text-align: center;
  padding-bottom: 11px;
  font-size: 5vw;
  line-height: 1.1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fun-number {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 200px;
  font-weight: 500;
  line-height: .8;
}

.fun-number.second {
  font-size: 56px;
  position: relative;
}

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

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

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

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

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

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

.data-flex.center {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.data-inside {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

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

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

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

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

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

.text-rotator-main:hover {
  filter: none;
}

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

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

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

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

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

.footer-title {
  opacity: .35;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
}

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

.footer {
  z-index: 10;
  background-color: var(--white);
  color: var(--main-color);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 50px 3% 30px;
  display: flex;
  position: relative;
}

.button-line {
  color: var(--main-color);
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.button-line.invert {
  filter: invert();
}

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

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

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

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

.hero-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px 3%;
  display: flex;
  position: relative;
}

.fun-facts {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

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

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

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

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

.plus {
  vertical-align: top;
  margin-left: 9px;
  font-size: 3vw;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: -4px;
  left: -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small {
  opacity: .34;
  vertical-align: super;
  font-size: 12px;
  position: relative;
  left: 2px;
}

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

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

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

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

.input-100 {
  width: 100%;
}

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

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

.text-field-main::placeholder {
  color: #0009;
  font-size: 14px;
  font-weight: 500;
}

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

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

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

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

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

.hero-slider {
  z-index: 2;
  justify-content: center;
  align-items: center;
  min-height: 95vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content {
  background-color: var(--main-color);
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-photo {
  background-image: url('../images/work-1_1work-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-photo._01 {
  z-index: 3;
}

.hero-photo._02 {
  z-index: 2;
  background-image: none;
}

.hero-photo._03 {
  z-index: 1;
  background-image: url('../images/Modern-Speaker-Interaction_1Modern Speaker Interaction.avif');
}

.hero-photo._04 {
  background-image: url('../images/Modern-Office-Environment-1_1Modern Office Environment (1).avif');
}

.hero-thumbnail {
  z-index: 4;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 20px;
}

.thumbnail-small {
  background-image: url('../images/work-1_1work-1.avif');
  background-position: 50%;
  background-size: cover;
  min-width: 130px;
  height: 95px;
  position: relative;
}

.thumbnail-small._02 {
  background-image: none;
}

.thumbnail-small._03 {
  background-image: url('../images/Modern-Speaker-Interaction_1Modern Speaker Interaction.avif');
}

.overlay {
  background-image: linear-gradient(#0000004d, #0000004d);
  width: 100%;
  height: 100%;
}

.thumbnail-overlay {
  z-index: 2;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-text-wrapper {
  z-index: 4;
  position: absolute;
  inset: auto auto 70px 50px;
}

.hero-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.hero-title._02 {
  opacity: .6;
}

.main-overflow {
  overflow: hidden;
}

.second-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.1;
}

.second-title.big {
  letter-spacing: -5px;
  font-size: 20vw;
  line-height: .9;
}

.second-title.second {
  margin-top: 0;
  font-size: 22px;
}

.second-title.third {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.max-w-first {
  max-width: 383px;
  margin-left: auto;
  font-weight: 600;
}

.button-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-main {
  color: var(--main-color);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  overflow: visible;
}

.button-main.second {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  color: var(--main-color);
  background-color: #fff0;
  flex-direction: column;
  padding: 0;
  display: block;
}

.button-main.second.white {
  color: var(--white);
}

.underline-wrapper {
  background-color: #0000004d;
  width: 100%;
  height: 1px;
  margin-top: .1rem;
  overflow: hidden;
}

.underline-wrapper.white {
  background-color: #fff6;
}

.underline {
  background-color: #d8fafe;
  width: 100%;
  height: 1px;
}

.underline.bg-color {
  background-color: var(--main-color);
  color: #d8fafe;
}

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

.smaller {
  letter-spacing: -1px;
  font-size: 5vw;
  position: relative;
  bottom: 140px;
}

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

.work-title-main {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.4;
}

.work-title-main.light {
  opacity: .75;
}

.work-main {
  flex-flow: column;
  display: flex;
  position: relative;
}

.work-wrapper-second {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-text {
  z-index: 10;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 12px 15px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.video {
  z-index: 6;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  transform: scale(1.5);
}

.source {
  z-index: 30;
  background-color: var(--main-color);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layout {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.link-wrapper {
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 7vw;
  line-height: 7vw;
  text-decoration: none;
  display: inline-block;
}

.image-interaction {
  justify-content: center;
  align-items: flex-end;
  margin-top: 40%;
  margin-right: 40%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-interaction.left-sticky {
  margin-top: 0;
  margin-right: 0%;
  inset: auto 0% 0% auto;
}

.team-list {
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.team-list.empty {
  border-style: none;
  padding-left: 0;
  padding-right: 0;
}

.image-25vw {
  width: 20vw;
  height: 23vw;
  position: relative;
  overflow: hidden;
}

.image-25vw.second {
  width: 30vw;
  height: 30vw;
}

.team-job-name {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.top-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.title-wrapper-main-first {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--main-color);
  border-bottom: 1px solid #e1e1e1;
  border-radius: 7px 7px 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.title-wrapper-main-first.no-line {
  border-bottom-style: none;
  border-radius: 0;
}

.title-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 165px;
  padding: 26px 40px;
  display: flex;
}

.title-flex.for-services {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 0;
}

.team-content {
  z-index: 10;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.team-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

.team-name.for-service {
  cursor: default;
  font-size: 55px;
  font-weight: 600;
  line-height: .8;
}

.top-line-title {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: 600;
}

.block-center {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.top-nav {
  z-index: 999;
  position: absolute;
  inset: 0% 0% auto;
}

.thumbnail-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.top-content {
  position: relative;
}

.section-hero {
  z-index: 3;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/work-1_1work-1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 84vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-hero.second {
  background-image: linear-gradient(#0000, #0000), url('../images/Close-up-Portrait-with-Warm-Background_1Close-up Portrait with Warm Background.avif');
}

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

.flex-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.margin-minus {
  margin-top: 40px;
}

.ticket-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.ticket-flex {
  color: #fff;
}

.ticket-flex.dark {
  color: var(--main-color);
  letter-spacing: -5px;
}

.category-ticket {
  text-transform: capitalize;
  white-space: nowrap;
  word-break: normal;
  padding-top: 130px;
  padding-bottom: 130px;
  font-size: 20vw;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
}

.category-ticket.for-footer {
  color: var(--main-color);
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.footer-logo {
  background-color: var(--main-color);
  opacity: .2;
  width: 6vw;
  height: .2vw;
  margin-left: 10px;
  margin-right: 10px;
}

.contact-us-tooltip {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--second-color);
  color: var(--white);
  letter-spacing: 0;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: auto;
}

.ticker-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.emoji {
  font-size: 28px;
}

.hero-subhead {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

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

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

.hide {
  display: none;
}

.line-icon-2 {
  opacity: .48;
  background-color: #fff;
  flex: none;
  width: 26px;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

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

.text-rotator-main-2 {
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.text-rotator-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.absolute-bottom {
  padding-left: 3%;
  padding-right: 3%;
  position: absolute;
  inset: auto 0% 25px;
}

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

.work-title {
  font-size: 70px;
  line-height: 1;
}

.icon-badge {
  z-index: 1;
  width: 20px;
  height: 20px;
  position: relative;
}

.remove-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -5px -5px auto auto;
}

.badge-content {
  z-index: 9999;
  position: fixed;
  inset: auto 15px 15px auto;
}

.code-embed {
  color: #000;
}

.badge-wrapper {
  z-index: 999;
  grid-row-gap: 5px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.photo-badge {
  background-image: url('../images/unlock-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  min-width: 140px;
  min-height: 130px;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.badge-paragraph.biger {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.text-badge-wrapper {
  z-index: 1;
  height: 18px;
  position: relative;
  overflow: hidden;
}

.text-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #fffffff7;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 13px 10px 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-badge-hover {
  background-color: #4353ff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto 15px 15px;
}

.heading {
  font-family: Instrument Sans, sans-serif;
}

@media screen and (min-width: 1280px) {
  .pricing-text {
    margin-bottom: 3px;
  }
}

@media screen and (min-width: 1920px) {
  .button-text.coma {
    padding-bottom: 14px;
    font-size: 29px;
  }

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

  .team-name.for-service {
    font-size: 5vw;
  }
}

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

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

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

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

  .section {
    padding-top: 31px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .logo-link {
    order: -1;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    padding: 7px 2%;
  }

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

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

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

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

  .lottie-white:where(.w-variant-4b7126a6-af70-1248-1363-f3e7a76d8d56) {
    filter: none;
  }

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

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

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

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

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

  .button-text.coma {
    display: none;
  }

  .button-text.coma.second {
    display: block;
  }

  .line-below {
    display: none;
  }

  .hero-main-title.for-inner._15vw {
    font-size: 7vw;
  }

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

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

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

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

  .image-wrap {
    height: 60vh;
  }

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

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

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

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

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

  .footer {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 30px;
  }

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

  .hero-inner.second {
    padding-top: 28px;
  }

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

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

  .contact-wrapper {
    width: 100%;
  }

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

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

  .hero-text-wrapper {
    left: 20px;
  }

  .hero-text-wrapper.second {
    bottom: 30px;
  }

  .second-title.big {
    opacity: 100;
    font-size: 20vw;
  }

  .smaller {
    font-size: 6vw;
    bottom: 77px;
    left: 6px;
  }

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

  .image-interaction {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    position: relative;
  }

  .image-interaction.left-sticky {
    margin-top: 0;
  }

  .team-list {
    padding-right: 6px;
  }

  .image-25vw.second {
    width: 25vw;
    height: 25vw;
  }

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

  .title-wrapper-main-first {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-style: none;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .title-wrapper-main-first.no-line {
    border-bottom-style: solid;
    border-bottom-color: #ffffff26;
  }

  .title-flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 15px;
  }

  .title-flex.for-services {
    padding-bottom: 0;
  }

  .team-content {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .team-name.for-service {
    margin-bottom: 0;
    font-size: 40px;
  }

  .section-hero {
    min-height: 700px;
  }

  .margin-minus {
    margin-top: 40px;
  }

  .ticket-flex {
    letter-spacing: -1px;
  }

  .category-ticket {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ticker-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

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

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

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

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

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

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

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

  .section.vh {
    padding-bottom: 80px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .image-wrap {
    height: 55vh;
  }

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

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

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

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

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

  .footer {
    z-index: 15;
  }

  .hero-inner.second {
    padding-bottom: 12px;
  }

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

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

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

  .hero-slider {
    min-height: 70vh;
  }

  .hero-text-wrapper {
    bottom: 225px;
  }

  .smaller {
    bottom: 55px;
  }

  .layout {
    margin-top: 40px;
  }

  .link-wrapper {
    line-height: 9vw;
  }

  .image-25vw {
    width: 27vw;
    height: 100%;
  }

  .top-grid {
    grid-row-gap: 25px;
  }

  .team-name {
    font-size: 23px;
  }

  .team-name.for-service {
    font-size: 37px;
  }

  .thumbnail-wrapper {
    flex-flow: row;
  }

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

  .ticket-flex {
    font-size: 180px;
  }

  .footer-logo {
    width: 180px;
    height: 180px;
  }

  .line-icon-2 {
    margin-right: 0;
  }

  .main-grid-firtst {
    align-items: end;
  }

  .absolute-bottom {
    bottom: 25px;
  }
}

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

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

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

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

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

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

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

  .section {
    padding-top: 30px;
    padding-bottom: 170px;
  }

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

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

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

  .section.vh, .section.for-contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.second {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  .video-wrap.full-width {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

  .logo-link.dark {
    padding-left: 0;
  }

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

  .button-text.coma.second {
    display: none;
  }

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

  .hero-main-title.for-inner._15vw {
    font-size: 8vw;
  }

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

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

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

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

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

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

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

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

  .blog-main-wrapper {
    line-height: 1.2;
  }

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

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

  .footer {
    padding-top: 30px;
    padding-bottom: 15px;
  }

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

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

  .fun-facts {
    flex-flow: column;
  }

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

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

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

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

  .checkbox {
    flex: none;
  }

  .hero-slider {
    min-height: 500px;
  }

  .thumbnail-small {
    min-width: 86px;
    height: 66px;
  }

  .hero-text-wrapper {
    bottom: 136px;
    left: 15px;
  }

  .hero-title, .second-title {
    font-size: 29px;
  }

  .second-title.big {
    letter-spacing: -3px;
  }

  .smaller {
    bottom: 32px;
  }

  .work-text {
    flex-flow: column;
    align-items: center;
  }

  .layout {
    margin-top: 0;
  }

  .image-interaction {
    justify-content: center;
    align-items: center;
  }

  .team-list {
    padding: 10px;
  }

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

  .image-25vw {
    width: 40vw;
    height: 40vw;
  }

  .image-25vw.second {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
  }

  .title-wrapper-main-first {
    flex-flow: column-reverse;
  }

  .title-wrapper-main-first.no-line {
    align-items: center;
  }

  .title-flex {
    justify-content: space-between;
    align-items: center;
    min-height: auto;
    padding: 15px 0 10px;
  }

  .title-flex.for-services {
    padding-bottom: 20px;
  }

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

  .team-name {
    font-size: 22px;
  }

  .team-name.for-service {
    letter-spacing: 1px;
    font-size: 28px;
  }

  .top-line-title.center {
    text-align: center;
  }

  .section-hero {
    min-height: 400px;
  }

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

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

  .ticket-flex {
    font-size: 120px;
  }

  .footer-logo {
    width: 120px;
    height: 120px;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-us-tooltip {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 18px;
  }

  .hero-subhead, .hero-subhead.right {
    text-align: center;
  }

  .line-icon-2 {
    margin-left: 10px;
  }

  .main-grid-firtst {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .text-rotator-main-2 {
    max-width: 90%;
  }

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

#w-node-e108aaad-88ce-7c20-f4b5-b34bd64524ae-45a368ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d5ffe76-5ee9-70a8-0ee2-d9a52ab2b853-45a368ed {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-ce4b46b4-a130-dd05-ffe7-a688d579477c-d5794764 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-ce4b46b4-a130-dd05-ffe7-a688d5794791-d5794764 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-ce4b46b4-a130-dd05-ffe7-a688d57947a1-d5794764 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-a2818931-c09d-77cf-7de3-714a2bc4974a-d5794764 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_174d179c-ba97-6dad-6015-6cbbbea562b9-45a368f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afa1c9d3-4d60-1ce9-c7ac-e0ed081eb957-45a368f9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-afa1c9d3-4d60-1ce9-c7ac-e0ed081eb959-45a368f9 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-afa1c9d3-4d60-1ce9-c7ac-e0ed081eb95b-45a368f9 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_3ead37e1-8150-12e8-2622-9d3cd9c652a3-45a368f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9839425a-420f-9769-4ec7-4db08ac6e999-45a368fa {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9839425a-420f-9769-4ec7-4db08ac6e99b-45a368fa {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-_9839425a-420f-9769-4ec7-4db08ac6e9a1-45a368fa {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_9839425a-420f-9769-4ec7-4db08ac6e9a4-45a368fa {
  grid-area: 2 / 7 / 3 / 8;
}

#w-node-_9839425a-420f-9769-4ec7-4db08ac6e9a6-45a368fa {
  grid-area: 2 / 8 / 3 / 13;
  place-self: start center;
}

#w-node-_4a0a34cf-a1e0-e2a0-840f-a56890ac4b9e-45a368fa {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_2797b2f9-26d5-0a10-b841-4b6e9b282612-45a368fa {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-_2797b2f9-26d5-0a10-b841-4b6e9b282613-45a368fa, #w-node-_2797b2f9-26d5-0a10-b841-4b6e9b282619-45a368fa {
  place-self: stretch center;
}

#w-node-_2797b2f9-26d5-0a10-b841-4b6e9b28261f-45a368fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_2797b2f9-26d5-0a10-b841-4b6e9b282625-45a368fa, #w-node-_2797b2f9-26d5-0a10-b841-4b6e9b28262b-45a368fa, #w-node-_2797b2f9-26d5-0a10-b841-4b6e9b282631-45a368fa, #w-node-_2797b2f9-26d5-0a10-b841-4b6e9b282637-45a368fa, #w-node-_2797b2f9-26d5-0a10-b841-4b6e9b28263d-45a368fa {
  place-self: stretch center;
}

#w-node-e9db84e0-0195-9fc4-1cac-1bd281100a15-45a368fa {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_1da1d70e-5d9a-8982-3b78-fa62409e4636-45a368fa, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f03-45a368fb, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f04-45a368fb, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f05-45a368fb, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f08-45a368fb, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f0a-45a368fb, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f11-45a368fb, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f16-45a368fb, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f1a-45a368fb, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f1e-45a368fb, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f22-45a368fb, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f26-45a368fb, #w-node-a6e985bd-cbb0-f5c9-baf6-3b40b1a59844-45a368fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79b22503-40ff-41b9-4cab-553e0130fd62-45a368fc, #w-node-f9fb9728-4280-c3e9-0e16-d7fd4745966b-45a368fc {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0fea5c5d-1da2-35f0-d551-b4f29d597942-45a368fc {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_4d8ec4f1-da2c-40c5-ca6f-650b9fbce1ca-45a368fe, #w-node-_4d8ec4f1-da2c-40c5-ca6f-650b9fbce1cb-45a368fe, #w-node-_4d8ec4f1-da2c-40c5-ca6f-650b9fbce1cc-45a368fe, #w-node-_4d8ec4f1-da2c-40c5-ca6f-650b9fbce1ce-45a368fe, #w-node-_4d8ec4f1-da2c-40c5-ca6f-650b9fbce1cf-45a368fe, #w-node-_4d8ec4f1-da2c-40c5-ca6f-650b9fbce1d1-45a368fe, #w-node-_4d8ec4f1-da2c-40c5-ca6f-650b9fbce1d6-45a368fe, #w-node-_4d8ec4f1-da2c-40c5-ca6f-650b9fbce1d9-45a368fe, #w-node-_4d8ec4f1-da2c-40c5-ca6f-650b9fbce1dc-45a368fe, #w-node-_4d8ec4f1-da2c-40c5-ca6f-650b9fbce1df-45a368fe, #w-node-_4d8ec4f1-da2c-40c5-ca6f-650b9fbce1e2-45a368fe, #w-node-_4d8ec4f1-da2c-40c5-ca6f-650b9fbce1e5-45a368fe, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5389-45a368ff, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538a-45a368ff, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538b-45a368ff, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538d-45a368ff, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538e-45a368ff, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5390-45a368ff, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5395-45a368ff, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5398-45a368ff, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c539b-45a368ff, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c539e-45a368ff, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c53a1-45a368ff, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c53a4-45a368ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-afa1c9d3-4d60-1ce9-c7ac-e0ed081eb959-45a368f9 {
    grid-column: 3 / 5;
  }

  #w-node-afa1c9d3-4d60-1ce9-c7ac-e0ed081eb95b-45a368f9 {
    grid-column: 5 / 7;
  }

  #w-node-_1da1d70e-5d9a-8982-3b78-fa62409e4636-45a368fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-afa1c9d3-4d60-1ce9-c7ac-e0ed081eb957-45a368f9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-afa1c9d3-4d60-1ce9-c7ac-e0ed081eb959-45a368f9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-afa1c9d3-4d60-1ce9-c7ac-e0ed081eb95b-45a368f9 {
    grid-area: 3 / 1 / 4 / 3;
  }
}


@font-face {
  font-family: 'Clashgrotesk Variable';
  src: url('../fonts/ClashGrotesk-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}