@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white-color: white;
  --text-color: #606060;
  --primary: #21bab5;
  --orange: #f08725;
  --dark-green: #04868b;
  --light-green-bg: #ebfefe;
  --border-15: #3f537226;
  --light-blue-bg-color: #f2f4f8;
  --white-20: #fff3;
  --primary-dark-blue: #2b3a4f;
  --white-10: #ffffff1a;
  --white-5-51: #ffffff0d;
  --white-50: #ffffff80;
  --transparent: #18181800;
  --green-50: #06bcc180;
  --green-51: #04868b94;
  --primary-green-10: #06bcc11a;
}

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

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

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

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

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

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.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 {
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

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

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

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

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  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 {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

body {
  background-color: var(--white-color);
  color: var(--text-color);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Chillax Variable, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--text-color);
  letter-spacing: .02em;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Chillax Variable, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--text-color);
  letter-spacing: -.04em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Chillax Variable, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--text-color);
  letter-spacing: .02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Chillax Variable, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--text-color);
  letter-spacing: .02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
}

h6 {
  color: var(--text-color);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Chillax Variable, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
}

p {
  letter-spacing: .1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

a {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  opacity: 1;
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--dark-green);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--text-color);
  color: var(--text-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/“_1“.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 25px;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 45px 20px 10px;
  font-size: 34px;
  line-height: 1.5em;
}

figure {
  margin-bottom: 10px;
}

.section {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.section.without-top-spacing-clip {
  width: 100%;
  padding-top: 0;
  overflow: hidden;
}

.section.clip {
  width: 100%;
}

.section.our-news-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 190px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.section.our-news, .section.licensing {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 190px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.section.color-background {
  background-color: var(--light-green-bg);
  display: block;
  overflow: hidden;
}

.section.landing-banner {
  background-color: var(--light-green-bg);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section.less-down {
  padding-bottom: 0;
}

.section.grey {
  background-color: #fafafa;
}

.section.grey._2 {
  padding-top: 15px;
  padding-bottom: 0;
}

.base-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.pos-relative {
  z-index: 90;
  position: relative;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid var(--border-15);
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  border-right: 1px solid var(--border-15);
  border-left: 1px none var(--border-15);
  background-color: var(--primary);
  width: 19%;
  color: var(--light-blue-bg-color);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: var(--border-15);
  background-color: var(--primary);
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.grid-description {
  border-right: 1px solid var(--border-15);
  border-bottom: 1px solid var(--border-15);
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-right: 1px solid var(--border-15);
  border-bottom: 1px solid var(--border-15);
  border-left: 1px solid var(--border-15);
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

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

.spacing-columns {
  margin-top: 40px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.primary-dark-style-guide {
  border: 1px solid var(--border-15);
  background-color: var(--white-color);
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-column-gap: 60px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--orange);
  width: 75px;
  height: 75px;
}

.white-style-guide {
  background-color: var(--light-blue-bg-color);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h2-tablet {
  font-size: 42px;
}

.h2-tablet.less {
  font-size: 27px;
}

.h1-mobile {
  font-size: 45px;
}

.h2-mobile {
  text-align: left;
  letter-spacing: -.04em;
  max-width: 280px;
  font-family: Chillax Variable, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1em;
}

.h2-mobile.extra {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white-color);
  text-align: center;
  letter-spacing: -.04px;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-family: Chillax Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.primary-button:hover {
  border-color: var(--dark-green);
  background-color: var(--dark-green);
  color: var(--white-color);
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.mb-0 {
  margin-bottom: 0;
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 50px;
}

.link-wrapper {
  justify-content: flex-start;
  width: 50%;
  margin-top: 10px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid var(--border-15);
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  letter-spacing: normal;
}

.license-link:hover {
  background-image: linear-gradient(135deg, var(--primary), var(--orange) 1%);
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  padding: 2px;
}

.licensing-icon-link-wrapper:hover {
  background-image: linear-gradient(135deg, var(--primary), var(--orange) 1%);
  color: var(--text-color);
}

.icon-style-guide {
  width: auto;
  height: auto;
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
  line-height: 1.3em;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  text-transform: capitalize;
  font-weight: 400;
}

.licensing-icons-wrapper {
  grid-column-gap: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content {
  z-index: 100;
  text-align: center;
  flex-direction: column;
  width: 280px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

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

.password-image {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-title-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 54px;
  display: flex;
}

.changelog-heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.blog-template-pagination-link {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.text-button-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.link-with-icon {
  grid-column-gap: 10px;
  transition: all .35s;
  display: flex;
}

.link-with-icon:hover {
  grid-column-gap: 20px;
}

.paragraph-no-margin {
  color: var(--primary-dark-blue);
  margin-top: 0;
  margin-bottom: 0;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-right-arrow {
  max-width: 40px;
  color: var(--primary);
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.search-wrap-input {
  color: #0e0e0e;
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: #afafaf;
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  display: inline-block;
}

.search-link:hover {
  background-image: linear-gradient(135deg, var(--primary), var(--orange) 1%);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

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

.dark-gray-style-guide {
  background-color: var(--text-color);
  width: 75px;
  height: 75px;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--light-blue-bg-color);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--light-blue-bg-color);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.mb-20 {
  margin-bottom: 20px;
}

.slide-nav {
  display: none;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rich-text-style h2 {
  margin-bottom: 20px;
}

.rich-text-style h3, .rich-text-style h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 0;
  margin-bottom: 40px;
}

.rich-text-style figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text-style.extra {
  width: 100%;
  margin-top: 54px;
}

.rich-text-style.extra._2 {
  margin-top: 0;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

.paragraph-gray-style-guide {
  background-color: var(--light-green-bg);
  width: 75px;
  height: 75px;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.secondary-justa-button {
  border: 1px solid var(--white-10);
  background-color: var(--white-5-51);
  color: var(--white-50);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  padding: 13px 26px;
  font-family: Space Grotesk;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1em;
  transition: all .45s;
  display: flex;
}

.secondary-justa-button:hover {
  opacity: 1;
}

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

.gradient-con {
  position: absolute;
  inset: 0%;
}

.tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.main-description-banner {
  width: 65%;
  margin-top: 30px;
}

.main-description-banner.shop {
  width: 75%;
}

.h2-title {
  margin-top: 0;
  margin-bottom: 0;
}

.faq-list {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.nav-line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.nav-dropdown-link-wrapper-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cart-line-item {
  margin-bottom: 30px;
}

.secondary-gradient-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
  border-radius: 12px;
  justify-content: center;
  min-height: 47px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  box-shadow: 0 0 10px #ffffff1a;
}

.secondary-gradient-button:hover {
  opacity: .7;
}

.megamenu-dropdown-wrapper-2 {
  justify-content: center;
  display: flex;
}

.line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.primary-gradient-button {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(315deg, #3f0efa, #90f);
  border-radius: 12px;
  justify-content: center;
  height: auto;
  min-height: 47px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -1px 10px #9900ff26;
}

.primary-gradient-button:hover {
  opacity: .7;
}

.cart-wrapper {
  position: relative;
}

.brand-logo {
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-logo:hover {
  opacity: 1;
}

.brand-logo.w--current {
  transition-property: opacity;
}

.brand-logo.w--current:hover {
  opacity: 1;
}

.megamenu-dropdown-wrap {
  width: 50%;
}

.cart-footer {
  border-top-color: var(--white-20);
  padding-top: 20px;
}

.your-cart {
  color: #fff;
  font-size: 22px;
}

.nav-dropdowm-link-line-2 {
  background-image: linear-gradient(135deg, var(--primary), var(--orange) 1%);
  opacity: .7;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.menu-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-dropdown-white {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  transition: all .3s;
  display: inline-block;
}

.general-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--text-color);
  background-color: #0000;
  padding: 15px 12px;
  transition: opacity .5s;
  display: flex;
}

.dropdown-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.nav-menu-3 {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-header-wrap {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-mobile-4 {
  padding-left: 0;
  display: none;
}

.cart-container-item {
  background-color: var(--light-green-bg);
  border-radius: 12px;
}

.nav-dropdown-intro-link {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 500;
  transition: all .35s;
  display: flex;
}

.nav-dropdown-intro-link:hover {
  background-image: linear-gradient(135deg, var(--primary), var(--orange) 1%);
  opacity: 1;
  margin-left: 0;
}

.nav-dropdown-intro-link.w--current {
  background-image: linear-gradient(135deg, var(--primary), var(--orange) 1%);
  color: var(--orange);
}

.nav-dropdown-intro-link.w--current:hover {
  color: #712fff;
}

.border-wrap-2 {
  display: flex;
}

.tablet-menu-3 {
  display: none;
}

.dropdown-nav-list {
  border: 1px solid var(--border-15);
  background-color: var(--primary-dark-blue);
  border-radius: 12px;
  width: 200px;
  padding: 15px 20px;
}

.dropdown-nav-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-nav-list.megamenu-main-home {
  width: 370px;
  left: -110px;
}

.nav-dropdown-item-icon {
  color: var(--light-blue-bg-color);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  font-size: 12px;
  display: block;
  position: relative;
}

.nav-menu-wrapper-home-6 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.nav-link-item {
  color: var(--white-color);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  flex: none;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Chillax Variable, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  transition-property: all;
  transition-duration: .45s;
  display: flex;
}

.nav-link-item:hover {
  color: var(--orange);
}

.nav-link-item.w--current {
  color: var(--primary);
}

.nav-white-menu-poli-lp {
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  min-height: 105px;
  font-weight: 600;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-white-menu-poli-lp.color {
  background-color: var(--primary-dark-blue);
}

.dropdown-menu-2 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-intro-item-animation {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
}

.nav-menu-shadow-overlay-3 {
  align-items: center;
  display: flex;
}

.home-1-section {
  align-items: flex-end;
  height: auto;
  min-height: 790px;
  padding-top: 270px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-card {
  z-index: 0;
  background-color: #2b3a4f40;
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  position: absolute;
  inset: 0%;
}

.our-testimoninal {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  border: 1px solid var(--border-15);
  border-radius: 12px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 / auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.about-title-tag {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.home-1-content-main {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30%;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-self: center;
  align-items: end;
  width: 100%;
  padding-bottom: 220px;
  display: flex;
  position: relative;
}

.color-background-interaction {
  z-index: 1;
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  height: 50px;
  position: absolute;
  inset: 50px 0% 0%;
}

.services-content-card {
  z-index: 20;
  position: relative;
  overflow: hidden;
}

.hero-scroll-conteiner {
  border: 1px solid #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 28px;
  height: 48px;
  margin-top: 5px;
  padding-top: 10px;
  display: flex;
}

.section-about {
  z-index: 1;
  padding-top: 80px;
  position: relative;
}

.titles-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quote-white-icon {
  width: 30px;
}

.methods-container {
  border: 1px solid var(--border-15);
  border-radius: 12px;
  padding: 30px 40px;
  position: relative;
  overflow: hidden;
}

.methods-container.home-3 {
  z-index: 10;
}

.methods-container.home-3.sark {
  border-color: var(--orange);
  background-color: var(--light-green-bg);
  color: var(--orange);
}

.grid-about-justa {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template: ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 / 1fr 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.grid-about-justa.mb-0 {
  grid-template-rows: auto;
  margin-bottom: 0;
}

.div-inputoutput {
  background-color: #181818;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 30px;
  display: flex;
  position: relative;
}

.play-video-button {
  background-color: var(--transparent);
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.line {
  background-color: var(--border-15);
  height: 1px;
}

.small-bar-item {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  border-radius: 6px;
  width: 100px;
  height: 4px;
}

.section-number {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-end;
  align-self: end;
  align-items: flex-end;
  width: 90vw;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0 20px auto;
  overflow: hidden;
}

.div-scroll-down {
  z-index: 11;
  opacity: .4;
  flex-direction: column;
  justify-content: center;
  align-self: end;
  align-items: center;
  width: auto;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.about-company-title {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 25%;
}

.about-company-title.ideas {
  display: none;
}

.paragraph-services {
  z-index: 20;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.7em;
  position: relative;
}

.metods-content-card {
  z-index: 10;
  position: relative;
}

.video-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
}

.about-methotds {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-item-card {
  z-index: 1;
  background-color: var(--dark-green);
  background-image: url('../images/Img-2_2Img-2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 400px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-item-card._3 {
  background-image: url('../images/Img-1-1_1Img-1 (1).webp');
  background-position: 50%;
  background-size: cover;
}

.services-item-card._2 {
  background-image: url('../images/Img-3_3Img-3.webp');
  background-size: cover;
}

.photo-container {
  z-index: 0;
  border-radius: 12px;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.div-pictures {
  filter: saturate(0%);
  cursor: pointer;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.scroll-circle {
  background-color: #fff;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.about-methods-left {
  flex-direction: column;
  justify-content: center;
  align-self: start;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 15%;
}

.div-color {
  background-color: #181818;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 30px;
  display: flex;
  position: relative;
}

.hero-scroll-bar {
  background-color: #06bcc140;
  border-radius: 6px;
  width: 300px;
  height: 4px;
  margin-right: 10px;
}

.small-banner-text {
  z-index: 100;
  color: var(--white-color);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  position: relative;
}

.left-color-con {
  z-index: 2;
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  position: absolute;
  inset: 0%;
  transform: translate(-101%);
}

.video-ov-banner {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100vw;
  height: 100%;
  display: flex;
}

.h6-color {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.home-1-video {
  z-index: 1;
  object-fit: cover;
  height: 100%;
  min-height: 100vh;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

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

.soft-logo {
  width: auto;
  height: 80px;
}

.banner-1-description {
  width: 100%;
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 18px;
}

.banner-title-1 {
  width: 100%;
  color: var(--white-color);
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chillax Variable, sans-serif;
  font-size: 79px;
  font-weight: 300;
  line-height: 1em;
}

.about-us-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.about-title-tag-1, .about-title-tag-2 {
  z-index: 1;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
}

.avatar-wrapper {
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
}

.avatar-photo {
  background-image: url('../images/Member-Photo-Close-up-4_1Member-Photo-Close-up-4.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  width: 80px;
  height: 80px;
}

.avatar-photo.photo-2 {
  background-image: url('../images/Avatar-4_1Avatar 4.webp');
  background-position: 50% 0;
}

.avatar-photo.photo-3 {
  background-image: url('../images/Avatar-7_1Avatar 7.webp');
  background-position: 50% 0;
}

.avatar-photo.photo-4 {
  background-image: url('../images/Member-Photo-Close-up-6_1Member-Photo-Close-up-6.webp');
}

.avatar-info {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.avatar-name {
  margin-top: 0;
  margin-bottom: 0;
}

.avatar-position {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  letter-spacing: .08em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.co-founder-review {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
}

.methods-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.methods-title.home-3 {
  margin-bottom: 0;
  font-size: 17px;
}

.methods-title.home-3._2 {
  color: var(--orange);
}

.methods-title.number {
  font-size: 14px;
}

.methods-text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.color-bg-wrap {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.slide-heading {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.shop-bg-item {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.slider-background-wrapper {
  justify-content: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.slider-background-wrapper.small {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.mask-2 {
  overflow: visible;
}

.slide-content-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.slide-content-2.flex-bottom {
  border-radius: 12px;
  align-items: flex-end;
  padding-bottom: 120px;
}

.slide-intro {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 800px;
  display: grid;
  position: relative;
}

.slide-intro.small {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  width: 100%;
  max-width: 440px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.slide-arrow-hidden {
  display: none;
}

.product-showcase {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 45% 1fr;
  grid-auto-columns: 1fr;
  padding: 0 15px;
  display: grid;
}

.showcase-image {
  max-height: 100vh;
  margin-bottom: -77px;
  padding-bottom: 77px;
  position: sticky;
  top: 77px;
  overflow: hidden;
}

.slider-2 {
  background-color: #080808;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1500px;
  height: 100%;
}

.slider-2.clip {
  background-color: var(--white-color);
  border-radius: 12px;
  overflow: hidden;
}

.slider-bg-con {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.slide-6 {
  border-radius: 12px;
}

.shop-bg {
  width: 100%;
  height: 100%;
}

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

.testimonials-with-bg-slide-nav-2 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 10px;
  line-height: 10px;
  display: flex;
  inset: auto 0% 40px auto;
}

.slider-arrow-2 {
  width: 15px;
}

.section-products {
  z-index: 10;
  background-color: var(--white-color);
  justify-content: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.grid-wrapper-2 {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100vw;
  display: grid;
  position: relative;
}

.banner-video-ov {
  z-index: 2;
  background-color: #2b3a4fbf;
  background-image: linear-gradient(45deg, #2b3a4f, #0516318c 27%, var(--transparent) 85%, #21da764d);
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.banner-link {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.video-methods {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-dark-con {
  background-color: var(--primary-dark-blue);
  opacity: 0;
  width: 100vw;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.user-wrap {
  background-color: var(--white-5-51);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.user-wrap:hover {
  opacity: 1;
}

.cart-popup-block {
  align-items: flex-start;
}

.apple-pay {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 22px;
  height: 44.5px;
}

.icon-card {
  display: none;
}

.image-cart {
  z-index: 100;
  object-fit: cover;
  border-radius: 6px;
  height: 80px;
  transition: all .4s;
  display: block;
  position: relative;
}

.image-cart:hover {
  border-radius: 15px;
}

.your-cart-item {
  background-color: var(--light-green-bg);
  border-style: solid;
  border-color: #06bcc140;
  font-weight: 500;
}

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

.error-cart {
  color: var(--orange);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  padding: 10px 20px 10px 30px;
  font-size: 18px;
  font-weight: 400;
}

.icon-cart {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Space Grotesk;
  font-weight: 400;
}

.block-quantity {
  margin-left: 7px;
  display: flex;
}

.hero-cart-button {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  padding: 10px 0;
}

.header-cart-text {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
}

.header-cart-text.dark {
  color: var(--text-color);
}

.close-button {
  border-bottom-style: none;
  justify-content: center;
  display: flex;
}

.cart-quantity-item {
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Space Grotesk;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.cart-header-2 {
  border-bottom-style: none;
  border-bottom-color: var(--dark-green);
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
}

.remove-button {
  margin-top: 5px;
  transition-duration: .5s;
}

.remove-button:hover {
  background-image: linear-gradient(135deg, var(--primary), var(--orange) 1%);
}

.cart-item {
  align-items: center;
}

.product-cart-name {
  font-size: 18px;
  font-weight: 500;
}

.cart-price {
  color: var(--primary);
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}

.subtotal, .subtotal-price {
  font-size: 18px;
  font-weight: 500;
}

.web-pay {
  transition: opacity .45s;
}

.web-pay:hover {
  opacity: .5;
}

.cart-icon {
  height: 15.0469px;
  color: var(--white-color);
}

.cart-icon.old {
  height: 16px;
  display: none;
}

.no-items-found {
  font-size: 18px;
  font-weight: 400;
}

.services-con {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.center-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 640px;
  margin-bottom: 25px;
  display: flex;
}

.center-wrap.small-wrap {
  width: 560px;
}

.center-wrap.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.collection-list-wrapper {
  z-index: 25;
  width: 100%;
  position: relative;
}

.blue-gradient {
  background-color: var(--orange);
  opacity: .5;
  filter: blur(100px);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  left: auto;
  right: auto;
}

.blue-gradient.g-1 {
  background-color: var(--orange);
  opacity: .5;
  filter: blur(100px);
  width: 140px;
  height: 140px;
  inset: 21% auto auto;
}

.h2-title-blog {
  letter-spacing: -.04em;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-items {
  position: relative;
}

.no-shrink {
  flex: none;
}

.no-shrink.full-width {
  width: 100%;
}

.no-shrink.center {
  display: inline-block;
}

.stretch-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.grid-blog {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid #fff3;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.btn-gradient {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  position: absolute;
  inset: 0%;
}

.btn-text {
  z-index: 10;
  position: relative;
}

.secondary-link-btn {
  border: 1px solid var(--white-10);
  background-color: var(--white-5-51);
  color: var(--white-50);
  letter-spacing: .5px;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 22px;
  justify-content: center;
  align-self: flex-start;
  padding: 13px 26px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-link-btn:hover {
  opacity: 1;
}

.secondary-link-btn.pagination {
  border-color: var(--text-color);
  background-color: var(--text-color);
  min-width: 120px;
  min-height: 46px;
  color: var(--white-color);
  align-items: center;
  margin-top: 60px;
  padding: 14px 32px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.our-services-title {
  z-index: 20;
  color: var(--white-color);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
}

.blog-img-hover {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  padding: 78% 0 0;
  display: flex;
  position: absolute;
  inset: auto 0%;
  overflow: visible;
}

.blog-tag {
  grid-column-gap: 5px;
  border: 1px solid var(--green-50);
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 47px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
}

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

.blog-post-img {
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
  position: relative;
}

.button-text-two.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.line-wrapper {
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.tag-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.blog-con-horizontal {
  width: 100%;
}

.button-text-one {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-text-one.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.blog-img-height {
  border-radius: .625rem;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-blog {
  z-index: 50;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.home-blog:hover {
  opacity: 1;
}

.blog-item-title {
  overflow: hidden;
}

.blog-short-title {
  letter-spacing: 0;
}

.icon-blog {
  width: auto;
}

.inside-line {
  z-index: 10;
  background-color: var(--green-50);
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.clip {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-blog-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  grid-template-rows: 1fr;
  grid-template-columns: .4fr 1fr .4fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
  text-decoration: none;
  display: grid;
}

.btn-title-text {
  width: 100%;
  height: 100%;
  color: var(--primary);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.1em;
}

.btn-circle {
  border: 1px solid var(--border-15);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.btn-circle.green {
  border-color: var(--green-50);
}

.button-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-icon.button-icon-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.button-icon.button-icon-top {
  position: absolute;
  top: -100%;
  left: -100%;
}

.blog-image-overlay {
  z-index: 5;
  background-color: #0d0d0e33;
  position: absolute;
  inset: 0%;
}

.icon-hidden {
  display: none;
}

.primary-link-btn {
  border: 1px solid var(--light-blue-bg-color);
  background-color: var(--primary);
  color: var(--white-color);
  letter-spacing: .5px;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 22px;
  justify-content: center;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-link-btn:hover {
  opacity: 1;
}

.primary-link-btn.pagination {
  border-color: var(--primary);
  justify-content: center;
  min-width: 120px;
  margin-top: 60px;
  display: flex;
}

.btn-text-dark {
  z-index: 10;
  color: var(--white-color);
  position: relative;
}

.team-spacer {
  z-index: 10;
  border-right: 1px solid var(--border-15);
  border-left: 1px solid var(--border-15);
  background-color: var(--white-color);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -2px;
  padding: 30px;
  display: flex;
  position: relative;
}

.two-section-wrap {
  position: relative;
}

.team-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-right: 1px solid var(--border-15);
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: grid;
}

.member-job {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}

.prev-member {
  color: var(--primary-dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
}

.team-slide-arrow {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 80px;
  padding-top: 10px;
  transition: opacity .3s;
  display: flex;
  inset: auto 30px 30px auto;
}

.team-slide-arrow:hover {
  opacity: .5;
}

.team-slide-arrow.team-arrow-left {
  opacity: .5;
  right: 140px;
}

.team-slide-arrow.team-arrow-left:hover {
  opacity: 1;
}

.image-member-fill {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.share-icon-white {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  line-height: 1em;
}

.home-2-share-open-up {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.team-hero-slider {
  background-color: #ddd0;
  justify-content: flex-end;
  width: 62%;
  min-width: 45rem;
  height: auto;
  display: flex;
}

.hide {
  display: none;
}

.main-description-team {
  margin-top: 30px;
}

.team-image-overlay {
  z-index: 5;
  background-color: #06bcc11a;
  background-image: linear-gradient(315deg, #2b3a4f59, #0000 59%);
  justify-content: flex-end;
  align-items: flex-end;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-2-share-open-up-list {
  background-color: #0000;
  width: 38px;
  bottom: 50px;
  right: 0;
}

.home-2-share-open-up-list.w--open {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.about-team {
  z-index: 1;
  border-top: 1px solid var(--border-15);
  border-bottom: 1px solid var(--border-15);
  background-color: var(--white-color);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.member-name-2 {
  margin-top: 0;
  margin-bottom: 8px;
}

.team-item-top {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-slide-middle {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-toggle {
  border: 1px solid var(--white-color);
  opacity: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff0d;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  transition: all .35s;
  display: flex;
}

.dropdown-toggle:hover {
  opacity: .7;
  border-color: #ffffff80;
}

.home-2-share-link {
  background-color: var(--white-color);
  color: #fff;
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: 0 1px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition-duration: .55s;
  display: flex;
}

.home-2-share-link:hover {
  background-color: var(--orange);
  color: var(--orange);
}

.team-mask {
  width: 50%;
  overflow: visible;
}

.horizontal-con {
  width: 100%;
}

.team-flex-wrap {
  justify-content: center;
  display: flex;
}

.next-member {
  color: var(--primary-dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
}

.team-image-2 {
  border-radius: 12px;
  height: 400px;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.section-full-width {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 550px;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.product-category {
  z-index: 50;
  background-image: linear-gradient(135deg, var(--primary) 16%, var(--orange));
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  inset: 20px 20px auto auto;
}

.product-category:hover {
  color: #fff;
}

.price-product-text {
  color: var(--primary);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.discount-text {
  opacity: .75;
  color: var(--text-color);
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.2em;
  text-decoration: line-through;
}

.option {
  display: none;
}

.product-tags {
  display: flex;
}

.error-message-cart {
  background-color: var(--dark-green);
  margin-top: 20px;
  padding: 15px 20px;
}

.buy-now-button {
  display: none;
}

.img-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-card.three {
  z-index: 1;
  display: block;
}

.img-card.two {
  z-index: 2;
}

.img-card.one {
  z-index: 3;
}

.new-tag {
  align-items: center;
  height: 28px;
  margin-right: 9px;
  display: flex;
}

.image-color-indicator {
  z-index: 20;
  height: 5px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.quantity {
  display: none;
}

.popular-tag {
  align-items: center;
  height: 28px;
  margin-right: 9px;
  display: flex;
}

.card-info {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  padding-top: 20px;
  display: flex;
}

.price-lable {
  align-items: center;
  height: 28px;
  font-weight: 400;
  display: flex;
}

.primary-cart-button {
  background-color: var(--primary-dark-blue);
  height: auto;
  min-height: 47px;
  color: var(--primary);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  justify-content: center;
  padding: 15px 20px;
  font-family: "Fa solid 900", sans-serif;
  line-height: 1em;
  transition: all .35s;
  display: flex;
}

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

.dynamic-price {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-end end;
  display: flex;
}

.card-images-wrapper {
  background-color: #0000;
  height: 100%;
}

.stock-text {
  color: #fff;
  text-align: center;
}

.card-img {
  background-color: #151b19;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .35s;
}

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

.product-card-info {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.default-btn-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.error-text-cart {
  color: #fff;
  text-align: center;
}

.background-products {
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card-overalay {
  z-index: 5;
  background-color: #06bcc11a;
  position: absolute;
  inset: 0%;
}

.indicator-card-fill {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  width: 100%;
  height: 100%;
}

.product-card-top {
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  display: flex;
}

.product-card-top.with-paddings {
  padding-left: 5px;
  padding-right: 5px;
}

.tag-icon {
  width: 16px;
  margin-right: 2px;
}

.product-main-card {
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.product-main-card.pos-relative {
  z-index: 100;
  position: relative;
}

.stacked-product-title {
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.option-list {
  display: none;
}

.add-to-cart {
  z-index: 40;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.stock {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0003;
  border-radius: 0;
  margin-top: 20px;
  padding: 15px 20px 18px;
}

.discount-label {
  align-items: center;
  height: 28px;
  display: flex;
}

.label-text {
  border-left: 2px solid var(--primary);
  background-image: linear-gradient(135deg, var(--primary), var(--orange) 83%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 6px;
}

.label-text.discount {
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.slider-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.slider-background.six {
  background-position: 50% 0;
  inset: 0%;
}

.overlay-shop {
  background-color: #2b3a4f33;
  background-image: linear-gradient(to top, #2b3a4f8c 9%, #0000 72%);
  position: absolute;
  inset: 0%;
}

.overlay-shop.detail-page {
  background-color: #2b3a4f59;
  background-image: linear-gradient(to right, #21da7645, var(--transparent) 50%, #06bcc159), linear-gradient(to top, #2b3a4f8c 9%, transparent 72%);
  display: block;
}

.clients-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.testimonials-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.review-wrapper {
  background-color: var(--light-green-bg);
  border: 1px solid #04868b1a;
  border-radius: 6px;
  height: auto;
  padding: 25px;
  transition: all .45s;
  position: relative;
  overflow: hidden;
}

.review-wrapper:hover {
  border-color: var(--white-20);
}

.flex-tablet-testimonials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: none;
}

.testimonials-img {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50px;
  width: 38px;
  height: 38px;
}

.flex-testimonials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.user-feedback {
  margin-top: 0;
  margin-bottom: 0;
}

.top-preloader {
  z-index: 2;
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0%;
}

.video-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.load-1 {
  position: relative;
}

.icon-bottom {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}

.button-home-5 {
  grid-column-gap: 5px;
  border: 1px solid var(--green-50);
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
}

.button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video-title {
  color: var(--white-color);
  letter-spacing: -.04em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.flyout-overlay {
  background-color: #2b3a4f26;
  background-image: linear-gradient(to bottom, var(--transparent) 34%, #2b3a4f66 90%);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.close-link {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 36px;
  font-size: 12px;
  text-decoration: none;
  transition-property: opacity;
  display: grid;
  position: absolute;
  inset: auto auto -48px;
}

.close-link:hover {
  opacity: .7;
  color: var(--white-color);
}

.overlay {
  background-color: #2b3a4f8c;
  position: absolute;
  inset: 0%;
}

.star-icon {
  object-fit: cover;
  width: auto;
  height: 15px;
}

.close-img {
  filter: invert();
}

.hero-video-wrapper {
  z-index: 1000;
  border: 1px solid var(--white-5-51);
  background-color: var(--white-color);
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 65vw;
  padding: 40px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.hero-form-popup {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.star-wrap {
  grid-column-gap: 5px;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.close-text {
  letter-spacing: .2em;
  text-transform: uppercase;
}

.radio-button-label {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-field {
  border: 1px solid var(--green-50);
  background-color: var(--transparent);
  min-height: 50px;
  color: var(--primary);
  border-radius: 6px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 400;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: var(--primary);
  padding-left: 24px;
  box-shadow: 0 0 20px #90f0;
}

.text-field::placeholder {
  color: var(--green-51);
  font-size: 16px;
  font-weight: 400;
}

.inputs-container {
  grid-column-gap: 15px;
  justify-content: space-between;
  display: flex;
}

.primary-gradient-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(315deg, #3f0efa, #90f);
  border-radius: 12px;
  justify-content: center;
  height: auto;
  min-height: 47px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  box-shadow: 0 -1px 10px #9900ff26;
}

.primary-gradient-button-2:hover {
  opacity: .7;
}

.tab-radio-button-field {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.tab-radio-button-field:focus {
  color: #010524;
}

.radio-buttons-block {
  z-index: 100;
  grid-column-gap: 10px;
  place-content: stretch space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.tab-radio-button {
  z-index: 100;
  border: 1px solid var(--green-50);
  flex: none;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
}

.tab-radio-button:focus {
  border-color: #ff2a0e;
}

.tab-radio-button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--primary);
  background-color: var(--primary);
  background-image: url('../images/V-1_1V-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.tab-radio-button.w--redirected-focus {
  border-color: var(--primary);
  box-shadow: 0 0 3px 1px #0000;
}

.error-message-white {
  color: var(--orange);
  text-align: center;
  background-color: #0000;
  margin-top: 30px;
  padding: 0;
}

.text-message-field {
  border: 1px solid var(--green-50);
  background-color: var(--transparent);
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  color: var(--primary);
  border-radius: 12px;
  margin-bottom: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  font-size: 16px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.text-message-field:focus {
  border-color: var(--primary);
  padding-left: 24px;
  box-shadow: 0 0 20px #90f0;
}

.text-message-field::placeholder {
  color: var(--green-51);
  font-size: 16px;
}

.text-message-field.mb-40 {
  margin-bottom: 40px;
}

.big-form-block {
  z-index: 100;
  margin-bottom: 0;
  position: relative;
}

.large-contacts-form {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}

.success-message-transparent {
  background-color: var(--primary);
  color: var(--white-color);
  text-align: center;
  padding: 20px;
  font-family: Chillax Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-form {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  color: var(--light-blue-bg-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 13px;
  display: inline-block;
}

.text-form.top-text {
  margin-top: 0;
}

.form-info {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.form-info.mt-20 {
  margin-top: 20px;
}

.product-link {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.product-link:hover {
  opacity: 1;
}

.vertical-line {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  width: 100%;
  height: 3px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.shop-text {
  color: var(--light-blue-bg-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
}

.shop-text.mb-40 {
  margin-bottom: 40px;
}

.package-text {
  width: 100%;
  color: var(--text-color);
  margin-top: 20px;
  margin-bottom: 30px;
}

.package-text:hover {
  color: var(--text-color);
}

.package-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 97%;
  display: flex;
}

.tab-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
}

.top-pricing {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.avatar-info-3 {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.top-info-price {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.plus-wrap-current {
  z-index: 1;
  background-color: var(--orange);
  opacity: 0;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  padding: 20px;
  position: absolute;
  inset: auto;
}

.price-ava {
  background-color: var(--primary);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.our-pricing-width {
  grid-column-gap: 60px;
  width: 100%;
  height: 100%;
  color: var(--text-color);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
}

.our-pricing-width:hover {
  opacity: 1;
}

.tabs-menu-3 {
  grid-column-gap: 6px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.month {
  font-size: 20px;
}

.price-title-home-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.price-content {
  width: 100%;
}

.list-item {
  margin-top: 0;
  margin-bottom: 0;
}

.plus-wrap {
  z-index: 1;
  background-color: var(--primary);
  opacity: 0;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  padding: 20px;
  position: absolute;
  inset: auto;
}

.pricing-tab {
  border: 1px solid var(--border-15);
  color: var(--primary);
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border-radius: 6px;
  padding: 10px;
}

.pricing-tab:hover {
  border-color: var(--primary);
  opacity: 1;
}

.pricing-tab.w--current {
  border-color: var(--white-20);
  background-color: var(--dark-green);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white-color);
}

.new-price-wrap {
  width: 100%;
}

.new-price-wrap.mobile {
  display: none;
}

.list-wrapper {
  align-items: center;
  display: flex;
}

.our-mission-list {
  margin-top: 0;
  margin-bottom: 0;
}

.tab-pane {
  width: 100%;
  height: 100%;
}

.price-pabs {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: none;
}

.price-poto-con {
  border-radius: 12px;
  justify-content: flex-end;
  width: 40%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.ptice-tab-title {
  letter-spacing: .08em;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 1em;
}

.video-wrapper-con {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 510px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-circle-price {
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price-ov {
  background-color: #06bcc126;
  width: 110%;
  height: 110%;
  position: absolute;
}

.price-icon {
  z-index: 60;
  position: relative;
}

.ptice-tab-title-hero {
  width: 100%;
  height: 100%;
  color: var(--white-color);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1em;
}

.left-color-wrap {
  z-index: 2;
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  display: none;
  position: absolute;
  inset: 0%;
}

.photo-list {
  grid-column-gap: 15px;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.background-load-top {
  z-index: 25;
  background-color: var(--light-green-bg);
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-animals-wrap {
  height: auto;
}

.background-load-bottom {
  z-index: 25;
  background-color: var(--primary-dark-blue);
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.animals-images-wrapper {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.lightbox-section {
  background-color: var(--light-green-bg);
  overflow: hidden;
}

.hero-photo-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.images {
  z-index: 10;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-item {
  justify-content: space-between;
  display: flex;
}

.about-animals-image-item {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  width: 25vw;
  min-width: 25vw;
  height: 25vw;
  min-height: 25vw;
  margin-left: -1px;
  margin-right: -1px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.about-animals-image-item:hover {
  color: var(--white-color);
}

.image-lightbox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay-lightbox {
  background-color: #2b3a4f40;
  background-image: linear-gradient(to top, #2b3a4f8c, #0000);
  width: 105%;
  height: 105%;
  position: absolute;
}

.view-photo {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.view-icon {
  background-color: #c0c0d333;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 9px;
  display: flex;
}

.lb-photo-subtitle {
  text-transform: capitalize;
}

.main-avatar-wrap {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  width: auto;
  display: flex;
}

.footer-l-1 {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-form {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.footer-form.borders {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.footer-l-3 {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.top-footer-line {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-rights-3 {
  grid-column-gap: 5px;
  color: var(--white-50);
  line-height: 1.5em;
  display: flex;
}

.app-btn {
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  padding: 15px 25px;
}

.footer-description {
  max-width: 800px;
  color: var(--white-color);
  text-align: left;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 80px;
}

.social-networks {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.licensing-link {
  color: #ffffff80;
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  line-height: 1.5em;
}

.licensing-link:hover {
  background-image: linear-gradient(135deg, var(--primary), var(--orange) 1%);
  color: #fff;
}

.footer-white-paradraph {
  width: 90%;
  color: var(--white-50);
  margin-top: 15px;
  margin-bottom: 30px;
}

.footer-white-paradraph.par-1 {
  width: 100%;
}

.footer-con {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-footer-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.bottom-line {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.form-submit-wrap {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 12px auto;
}

.footer-bottom {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.app-wrap {
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-center {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.footer-l-4 {
  background-color: #fff3;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-top-wrap {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-copyright-3 {
  color: var(--white-50);
  margin-bottom: 0;
  line-height: 1.5em;
}

.stay-connect {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.app-img {
  object-fit: cover;
  width: auto;
  height: auto;
  transition: all .5s cubic-bezier(.55, .055, .675, .19);
}

.footer-project-link {
  color: #fff;
  font-size: 16px;
  transition-duration: .5s;
}

.footer-project-link:hover {
  background-image: linear-gradient(135deg, var(--primary), var(--orange) 1%);
  color: var(--primary);
}

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.footer-socials {
  z-index: 90;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  line-height: 1em;
  transition-duration: .45s;
  display: flex;
  position: relative;
}

.footer-socials:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.footer-l-2 {
  background-color: #fff3;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer-copyright-link-3 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.footer-copyright-link-3:hover {
  background-image: linear-gradient(135deg, var(--primary), var(--orange) 1%);
  color: #ffffff80;
}

.rights-wrapper {
  grid-column-gap: 5px;
  display: flex;
}

.footer-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.new-footer {
  background-color: var(--primary-dark-blue);
  width: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.banner-form {
  flex-flow: wrap;
  justify-content: center;
  width: 900px;
  margin-bottom: 0;
  display: flex;
}

.subscribe-form-footer {
  z-index: 10;
  grid-column-gap: 15px;
  border: 1px solid var(--border-15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 8px;
  display: flex;
  position: relative;
}

.form-input {
  border: 1px solid var(--white-10);
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 22px;
  height: 45px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 16px;
  transition: all .5s ease-in-out;
}

.form-input:focus {
  border-style: solid;
  border-color: var(--white-50);
  padding-left: 30px;
  box-shadow: 0 0 20px #90f0;
}

.form-input::placeholder {
  color: var(--light-blue-bg-color);
  font-size: 16px;
}

.form-circle {
  border: 1px solid var(--white-10);
  background-color: var(--dark-green);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-circle {
  background-image: linear-gradient(135deg, var(--primary), var(--orange) 93%);
  border-radius: 100%;
  width: 33px;
  height: 33px;
}

.looping-gradient {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-us-tablet {
  display: none;
}

.left-align {
  align-self: flex-start;
}

.name-field {
  grid-column-gap: 15px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.icon-card-new {
  display: none;
}

.no-shrink-footer {
  flex: none;
}

.no-shrink-footer.full-mobile {
  position: relative;
}

.no-shrink-footer.full-width {
  width: 100%;
}

.scroll-color-bg-wrap {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.scroll-color-bg-wrap.with-index {
  z-index: 100;
}

.clip-group {
  position: relative;
  overflow: hidden;
}

.thx-title {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
}

.tab-panels-contain {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.tab-btn-child {
  z-index: 70;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-image: none;
  background-clip: border-box;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 10px;
  line-height: 1.6em;
  display: flex;
  position: relative;
}

.tab-btn-child:hover {
  background-color: var(--white-5-51);
  opacity: 1;
}

.right-tab-slide {
  background-color: var(--white-color);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 200%;
  height: 100%;
  margin-left: 50%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.tab-slide-child {
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
  position: relative;
}

.tab-parent {
  width: 100%;
}

.benefit-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.tab-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.benefit-con {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-tab-slide {
  background-color: var(--white-color);
  flex-direction: row;
  align-items: center;
  width: 200%;
  height: 100%;
  margin-right: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.tab-content-info {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 720px;
  height: 100%;
  display: flex;
}

.tab-panel {
  background-color: var(--white-color);
  align-items: center;
  width: 25%;
  height: 100%;
  padding: 60px 60px 60px 80px;
  display: flex;
  position: relative;
}

.subtitle-center {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.section-our-team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.hero-blog-wrapper {
  z-index: 20;
  grid-column-gap: 20px;
  justify-content: center;
  align-items: stretch;
  width: 99vw;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-button-wrap {
  border: 1px solid #d10005;
  border-radius: 50px;
  padding: 12px 40px;
  position: relative;
  overflow: hidden;
}

.gallery-title {
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
}

.gall-text {
  width: 32%;
}

.subtitle-wrapper {
  flex-direction: row;
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.subtitle-wrapper.display-flex {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.subtitle-left {
  width: 55%;
}

.subtitle-left.gallery {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.photo-item {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

.blog-item-home-2 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  width: 30vw;
  height: 100%;
  text-decoration: none;
}

.blog-item-home-2:hover {
  opacity: 1;
}

.info-blog-con {
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-left-preloader {
  background-color: #fff;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.main-slide-card {
  border-radius: 12px;
  width: 100%;
  max-width: 424px;
  height: 520px;
  position: relative;
  overflow: hidden;
}

.card-text-top {
  color: var(--light-blue-bg-color);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

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

.main-mask {
  height: auto;
  position: relative;
}

.bottom-tag {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  border-radius: 12px;
  align-items: center;
  width: 225px;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: auto auto 0 0;
  overflow: hidden;
}

.banner-slider {
  height: auto;
}

.card-con {
  object-fit: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
}

.card-text-bottom {
  color: var(--white-color);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.card-deck {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  padding: 15px;
  overflow: hidden;
}

.top-card-wrapper {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #060d1840;
  border-radius: 12px;
  width: 180px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.banner-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.main-banner-slider {
  background-color: #0000;
  height: auto;
}

.prev-slider-arrow {
  background-color: var(--primary);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 140px 60px auto;
}

.slide-inner {
  height: 100%;
  padding: 40px 60px 40px 20px;
  display: flex;
}

.hidden-slider-nav {
  display: none;
}

.card-thumbnail {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.gradient-wrapper {
  filter: blur(160px);
  position: absolute;
  inset: 0%;
}

.circle {
  background-color: #fe3218;
  border-radius: 50%;
  width: 50vw;
  height: 80vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle._1 {
  background-color: var(--orange);
  top: -25%;
  left: 1%;
}

.circle._2 {
  background-color: #cbda21;
  inset: -25% -10% auto auto;
}

.circle._4 {
  background-color: #21d1da;
  inset: auto -10% -25% auto;
}

.circle._3 {
  background-color: var(--primary);
  inset: auto auto -39% -4%;
}

.top-section-2 {
  background-image: linear-gradient(135deg, var(--text-color) 15%, var(--primary-dark-blue));
  align-items: flex-end;
  height: auto;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-2-banner {
  width: 100%;
}

.next-slider-arrow {
  background-color: var(--primary);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 80px 60px auto;
}

.dont-shrink-button {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-fill {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-red-fill {
  z-index: 1;
  height: 101%;
  position: relative;
  overflow: hidden;
}

.span-success {
  font-size: 30px;
  font-weight: 700;
}

.feedback-photo {
  background-image: url('../images/Member-Photo-Close-up_1Member-Photo-Close-up.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin: 4px;
  position: absolute;
  inset: 0%;
}

.feedback-photo.photo-5 {
  background-image: url('../images/Member-Photo-Close-up-12_1Member-Photo-Close-up-12.webp');
}

.feedback-photo.photo-3 {
  background-image: url('../images/Member-Photo-Close-up-6_1Member-Photo-Close-up-6.webp');
}

.feedback-photo.photo-2 {
  background-image: url('../images/Member-Photo-Close-up-5_1Member-Photo-Close-up-5.webp');
}

.feedback-photo.phto-6 {
  background-image: url('../images/Member-Photo-Close-up-10_1Member-Photo-Close-up-10.webp');
}

.rewiews-par {
  color: var(--light-blue-bg-color);
  margin-top: 10px;
  margin-bottom: 0;
}

.feedback-wrapper {
  background-image: linear-gradient(135deg, var(--orange) 12%, var(--primary));
  border-radius: 100%;
  width: 55px;
  height: 55px;
  margin-left: -20px;
  position: relative;
}

.feedback-main-wrapper {
  padding-left: 20px;
  display: flex;
}

.white-color {
  text-decoration: underline;
}

.png-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.png-text {
  color: var(--white-color);
  font-size: 20px;
  position: absolute;
  inset: auto auto 20px;
}

.png-image {
  border-bottom: 1px solid var(--white-20);
}

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

.cta {
  z-index: 90;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.section-cta {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.cta-title {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cta-left {
  z-index: 100;
  grid-row-gap: 20px;
  text-align: right;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.paragraph-banner-white {
  max-width: 300px;
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 0;
}

.display-horizontal {
  width: 100%;
  display: flex;
}

.logo-image {
  filter: invert();
  width: 100%;
  max-width: 100px;
}

.section-looping-logos {
  z-index: 20;
  border-bottom: 1px solid #eff9fc1a;
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-looping-logos.no-padding {
  border-top: 1px solid var(--primary-dark-blue);
  border-bottom-color: var(--primary-dark-blue);
  padding-top: 0;
  padding-bottom: 0;
}

.logo {
  border-right: 1px solid var(--primary-dark-blue);
  justify-content: center;
  align-items: center;
  width: 14vw;
  min-width: 200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logos-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #fff3;
  border-bottom: 1px #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 10vh;
  min-height: 10vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.logos-looping-wrapper {
  z-index: 70;
  border-top: 1px #eff9fc1a;
  position: relative;
  overflow: hidden;
}

.logos-looping-wrapper.left {
  border-top-color: #fff3;
  justify-content: flex-start;
  display: flex;
}

.logos-looping-wrapper.right {
  border-left: 1px solid var(--primary-dark-blue);
  transform-style: preserve-3d;
  border-top-color: #fff3;
  justify-content: flex-end;
  display: flex;
  transform: none;
}

.lopping-logos {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.grid-logos-wrapper {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.out-of-stock-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f9f9fa;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.quantity-2 {
  border-color: transparent transparent var(--green-50);
  width: 100%;
  height: auto;
  color: var(--text-color);
  background-color: #0000;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  margin-bottom: 30px;
  padding-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

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

.quantity-2::placeholder {
  color: var(--dark-green);
}

.shop-lightbox-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-details-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.shop-tablet-image {
  display: none;
}

.portfolio-image-cover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  min-width: 500px;
  height: 500px;
  min-height: 500px;
  position: absolute;
  inset: auto;
  transform: scale(1.2);
}

.default-state-3 {
  flex-direction: column;
  margin-bottom: 0;
}

.icon {
  z-index: 50;
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.shop-details-price-wrapper {
  grid-column-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.shop-card-old-price {
  opacity: .7;
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}

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

.product-description p {
  margin-top: 0;
  margin-bottom: 0;
}

.section-shop-details {
  padding-top: 160px;
  padding-bottom: 80px;
  position: relative;
}

.shop-lightbox-item {
  background-color: var(--white-color);
  width: 100%;
}

.shop-sticky-block {
  position: sticky;
  top: 100px;
}

.error-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ffe8e6;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.solid-view-circle {
  z-index: 5;
  border: 1px #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.solid-view-circle:hover {
  opacity: 1;
}

.paragraph-shop-details {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.shop-details-title-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 45px;
}

.buy-now-button-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fcf9f6;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8em;
  display: flex;
}

.product-category-con {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-end end;
  display: flex;
}

.shop-details-ov {
  z-index: 1;
  background-color: #06bcc173;
  background-image: linear-gradient(135deg, var(--orange), var(--primary));
  opacity: .4;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-details-info {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.lightbox-link-shop {
  z-index: 50;
  background-color: var(--white-color);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 12px;
  justify-content: center;
  min-width: 450px;
  height: 500px;
  transition-property: all;
  transition-duration: .8s;
  display: flex;
  position: relative;
}

.shop-product-details-subtitle {
  background-image: linear-gradient(135deg, var(--primary) 15%, var(--orange) 62%);
  letter-spacing: .08em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.shop-product-details-subtitle.mb-20 {
  margin-bottom: 20px;
}

.quantity-title-text {
  background-image: linear-gradient(135deg, var(--primary) 2%, var(--orange) 14%);
  letter-spacing: .08em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 15px;
  font-weight: 500;
}

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

.shop-text-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.shop-text-wrapper-2.margin-bottom {
  margin-bottom: 30px;
}

.shop-text-wrapper-2.margin {
  margin-top: 80px;
}

.main-product-category {
  color: #fff;
  background-image: linear-gradient(135deg, #90f 16%, #3f0efa);
  border-radius: 6px;
  padding: 6px 10px;
  font-weight: 400;
  line-height: 1em;
}

.main-product-category:hover {
  color: #fff;
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.price-product {
  font-size: 20px;
}

.h2-shop-details {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
}

.slider-serv-wrap {
  flex-direction: row;
  justify-content: center;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  overflow: hidden;
}

.hero-card-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.services-mask {
  width: 50%;
  max-width: 800px;
  overflow: visible;
}

.serv-slide {
  margin-right: 5px;
}

.slider-services-arrow {
  background-color: var(--primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: -72px;
  display: flex;
  inset: auto auto -30px;
}

.slider-services-arrow.right {
  margin-left: 0;
  margin-right: -72px;
}

.offer-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-load-bottom {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-load-bottom.grey {
  background-color: var(--light-green-bg);
}

.offer-card-wrapper {
  color: #fff;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 28vw;
  min-height: 450px;
  max-height: 550px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-overlay {
  background-image: linear-gradient(135deg, var(--primary), var(--green-51));
  opacity: .3;
  position: absolute;
  inset: 0%;
}

.bg-load-top {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.bg-load-top.grey {
  background-color: var(--light-green-bg);
}

.services-card-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.offer-image {
  background-image: url('../images/65e74dd1ff2214faca90f84f_iStock-1274428125.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.offer-image._2 {
  background-image: url('../images/65e74dd1ff2214faca90f850_AdobeStock_623465564-Nuttapong-punna.webp');
}

.offer-image._3 {
  background-image: url('../images/65e74dd1ff2214faca90f851_Image-empty-state.webp');
}

.offer-image._4 {
  background-image: url('../images/65e74dd1ff2214faca90f848_nutricao.webp');
}

.services-items-home-2 {
  z-index: 80;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
}

.service-bg-ov {
  z-index: 1;
  background-color: #06bcc140;
  background-image: linear-gradient(#06bcc140 26%, #050d18a6 88%);
  width: 100%;
  height: 200%;
  position: absolute;
  inset: auto 0% 0%;
}

.small-image {
  border-radius: 6px;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}

.team-images {
  z-index: 100;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.large-image {
  border-radius: 6px;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.paralax-background {
  background-image: url('../images/Img-3_3Img-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -36px;
  margin-bottom: -36px;
  position: absolute;
  inset: 0%;
}

.paralax-background.about-four {
  background-image: url('../images/Img-4_1Img-4.webp');
  background-position: 80% 0;
}

.paralax-background.about-one {
  background-image: url('../images/Img-2_1Img-2.webp');
  background-position: 50% 0;
}

.paralax-background.about-five {
  background-image: url('../images/Avatar-1_1Avatar 1.webp');
  background-position: 50% 0;
}

.paralax-background.about-three {
  background-image: url('../images/Img-3_2Img-3.webp');
  background-position: 100% 0;
}

.paralax-background.about-seven {
  background-image: url('../images/Img-5_1Img-5.webp');
  background-position: 50% 0;
}

.paralax-background.about-six {
  background-image: url('../images/Avatar-4_1Avatar 4.webp');
  background-position: 50% 0;
}

.paralax-background.about-two {
  background-image: url('../images/Img-1_2Img-1.webp');
  background-position: 50% 0;
}

.medium-image {
  border-radius: 5px;
  margin-top: -36px;
  position: relative;
  overflow: hidden;
}

.btn-banner-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.link-black {
  color: var(--text-color);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 16px;
  display: flex;
}

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

.phone-container {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.contacts-item-wrap-home-1 {
  grid-column-gap: 20px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.short-info-wrap-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.content-item-home-1 {
  flex-direction: column;
  justify-content: center;
  width: auto;
  display: flex;
}

.short-info-content-2 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 25% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.need-help-form {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.name {
  letter-spacing: -.03em;
  font-size: 18px;
}

.team-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: #081c3a;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 18px 30px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: grid;
  position: relative;
}

.team-card:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px #3540751a;
}

.price-title {
  margin-top: 0;
  margin-bottom: 0;
}

.price-top {
  z-index: 80;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  display: flex;
  position: relative;
}

.price-plan {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
}

.toggle-price {
  grid-column-gap: 6px;
  border: 1px solid var(--border-15);
  background-color: #0000;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  display: flex;
  position: relative;
}

.toggle-bg {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  position: absolute;
  inset: 0%;
}

.hero-price-item {
  border: 1px solid var(--border-15);
  background-color: var(--white-color);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 30% 30% 40%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  transition: all .35s;
  display: grid;
  position: relative;
  overflow: hidden;
}

.plan-type {
  z-index: 10;
  color: var(--primary-dark-blue);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  position: relative;
}

.pricing-3 {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.save-monay {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1em;
}

.toggle-round-yr {
  z-index: 1;
  grid-column-gap: 30px;
  cursor: pointer;
  border-radius: 6px;
  justify-content: space-between;
  padding: 6px 10px;
  position: relative;
  overflow: hidden;
}

.toggle-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.price-bottom {
  z-index: 80;
  width: auto;
  position: relative;
}

.toggle-round-mo {
  z-index: 1;
  grid-column-gap: 30px;
  cursor: pointer;
  border-radius: 6px;
  justify-content: space-between;
  padding: 6px 10px;
  position: relative;
  overflow: hidden;
}

.toggle-bg-mo {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  position: absolute;
  inset: 0%;
}

.button-pricing-wrap {
  z-index: 80;
  grid-row-gap: 10px;
  border-right: 1px solid var(--border-15);
  border-left: 1px solid var(--border-15);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.starter-package {
  justify-content: space-between;
  align-items: center;
  min-height: 25px;
  display: flex;
}

.price-description {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
}

.price-fill-circle {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  display: flex;
  position: relative;
  box-shadow: 0 -2px 10px #ffffff59;
}

.benefits-tab {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.slider-photo, .slider-photo-item, .slider-photo-con {
  width: 100%;
  height: 100%;
}

.space-text {
  margin-top: 20px;
  margin-bottom: 40px;
}

.benefits-progress-50-opasity {
  background-color: #06bcc126;
  border-radius: 3px;
  width: 100%;
  height: 3px;
}

.benefits-bar-85-white, .benefits-bar-95-white {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  width: 0%;
  height: 3px;
  margin-top: -3px;
  position: relative;
}

.benefits-bar-90-white {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  border-radius: 3px;
  width: 0%;
  height: 3px;
  margin-top: -3px;
  position: relative;
}

.benefits-progress-bar-wrapper {
  margin-top: 10px;
}

.benefits-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.benefits-number {
  color: var(--orange);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 10px auto;
}

.benefit {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.tab-text-benefit {
  width: 100%;
  height: 100%;
  color: var(--primary-dark-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3em;
}

.tab-btn-selector {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  border-radius: 6px;
  width: 25%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.large-photo {
  border-radius: 6px;
  height: 30vw;
  min-height: 400px;
  max-height: 550px;
  position: relative;
  overflow: hidden;
}

.lightbox {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  width: 105%;
  height: 105%;
  position: absolute;
  inset: 0%;
}

.background-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.small-image-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.view-image {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  position: relative;
}

.small-photo {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animal-background-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 105%;
  height: 105%;
  position: absolute;
}

.lb-photo-subtitle-2 {
  text-transform: capitalize;
}

.photo-gall {
  z-index: 1000000;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.lightbox-hover-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-event {
  z-index: 10;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.collection-item-event {
  width: 100%;
  height: 100%;
}

.blog-hero-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.collection-our-blog-list-wrap {
  width: 100%;
  height: 100%;
}

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

.collection-blog-item {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-hero-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 20%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.blog-post-category {
  z-index: 20;
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 6px;
  margin-left: auto;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
  position: relative;
}

.blog-post-category:hover {
  color: #fff;
}

.data-blog-wrap {
  align-items: flex-end;
  height: 30px;
  display: flex;
  overflow: hidden;
}

.blog-line {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
}

.blog-content-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  transform: translate(0, 67px);
}

.no-shrink-blog {
  flex: none;
}

.read-blog {
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-link {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
}

.our-blog-content-wrap {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.data-blog-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}

.our-blog-container-2 {
  height: 400px;
}

.blog-link-title {
  margin-top: 0;
  margin-bottom: 0;
  transition: all .35s;
}

.blog-link-title.tips {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.blog-overlay {
  background-color: #06bcc126;
  background-image: linear-gradient(to top, #2b3a4f99 25%, #0f35900d 75%);
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.btn-circle-2 {
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  display: flex;
}

.slider-arrow {
  position: relative;
}

.benefits-bar-90-static {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  border-radius: 3px;
  width: 90%;
  height: 3px;
  margin-top: -3px;
  position: relative;
}

.benefits-bar-85-static {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  width: 85%;
  height: 3px;
  margin-top: -3px;
  position: relative;
}

.benefits-bar-95-static {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  width: 95%;
  height: 3px;
  margin-top: -3px;
  position: relative;
}

.banner-2-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.banner-2-description {
  width: 100%;
  color: var(--white-color);
  margin-top: 30px;
  margin-bottom: 40px;
}

.card-slide {
  margin-right: 30px;
}

.our-merch-slider {
  width: 100%;
  padding-bottom: 85px;
  padding-left: 15px;
  display: flex;
  position: relative;
}

.hide-slide-nav {
  display: none;
}

.slider-arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cards-mask {
  width: 40%;
  max-width: 525px;
  overflow: visible;
}

.video-outline {
  border: 2px solid var(--primary);
  border-radius: 100%;
  width: 48px;
  height: 48px;
  position: absolute;
}

.video-outline.bottom {
  inset: auto 0% 0% auto;
}

.invert-small {
  z-index: 15;
  position: relative;
}

.left-arrow {
  z-index: 25;
  border: 1px #eef0f6;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 0;
  display: flex;
  inset: auto auto -84px 0%;
  overflow: visible;
}

.left-arrow.right {
  left: 60px;
}

.cards-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: flex;
}

.video-button-outline {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px #fff3;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 48px;
  height: 48px;
  margin-right: 1px;
  padding: 0;
  display: grid;
  position: absolute;
  inset: auto;
}

.solid-video-button-outline {
  border: 1px solid var(--green-50);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-outline-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-outline-wrapper.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-outline-wrapper.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.our-merch-items {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.h2-title-tag {
  letter-spacing: -.04em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.h2-title-tag._2 {
  font-size: 37px;
}

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

.dark-fill {
  z-index: 20;
  background-color: var(--white-color);
  width: 15px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.blog-post-lable {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
}

.blog-post-lable:hover {
  color: #fff;
}

.base-container-7 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container-7.full {
  max-width: none;
}

.banner-3-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-left: auto;
  padding-left: 80px;
  display: flex;
}

.hero-img-slide {
  width: 100%;
  height: 100%;
}

.product-slider-arrow {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto 0% 80px auto;
}

.hero-event-slide {
  height: 100%;
}

.background {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.background.one {
  height: 100vh;
}

.background.one.inner {
  background-position: 50% 25%;
  height: 75vh;
}

.slider-arrow-icon {
  width: 16px;
}

.hero-slider-mask {
  overflow: hidden;
}

.hero-collection-wrapper, .home-3-item {
  width: 100%;
  height: 100%;
}

.hero-slide-home-3 {
  background-image: linear-gradient(126deg, #0e29286e, #3a2008ab), url('../images/FS-8TAHWQAIjbM2-1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  height: 100%;
}

.home-3-con {
  width: 100%;
  height: 100%;
}

.slider-background-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 120px 148px;
  display: flex;
}

.slider-background-wrap.hero-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.slider-background-home-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.tab-bottom {
  border-top: 1px none var(--border-15);
  background-color: var(--light-blue-bg-color);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.tab-bottom-content {
  border-top: 1px #fff3;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 36px;
}

.subtitle-faq {
  color: var(--primary);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2em;
}

.skills-item {
  border-top: 1px solid var(--border-15);
  border-bottom: 1px none var(--border-15);
  flex-direction: column;
  display: flex;
}

.skills-item.left-top-last-one, .skills-item.left-top-last-one-left {
  border-top: 1px solid var(--border-15);
  border-bottom-style: solid;
  border-bottom-color: var(--border-15);
}

.skills-item.left-top {
  border-top: 1px solid var(--border-15);
  border-bottom-style: none;
  border-bottom-color: var(--border-15);
}

.skills-item.last-products {
  border-bottom-style: solid;
}

.faq-description {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.horizontal-faq-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
}

.tab-faq-title {
  z-index: 25;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tab-faq {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.hover-cover {
  background-color: #8ea5b60d;
  display: none;
  position: absolute;
  inset: 0%;
}

.close-wrapp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vertical-faq-line {
  background-color: var(--primary);
  width: 2px;
  height: 16px;
  position: absolute;
}

.content-info-wrap {
  background-color: var(--white-color);
  border-radius: 12px;
  width: 100%;
  padding: 20px 20px 20px 24px;
  position: relative;
  overflow: hidden;
}

.benefit-line-vertical {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  border-radius: 3px;
  width: 4px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.serv-image {
  background-image: url('../images/Img-3_3Img-3.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 260px;
  position: absolute;
  inset: 0%;
}

.lightbox-link {
  z-index: 30;
  background-color: var(--white-color);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-left: -70px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.lightbox-link:hover {
  opacity: 1;
}

.outline {
  border: 1px solid var(--border-15);
  border-radius: 100%;
  margin: 9px;
  position: absolute;
  inset: 0%;
}

.content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.background-video {
  z-index: 20;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-cover {
  align-items: center;
  width: 50vw;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.play-icon {
  z-index: 25;
  width: 20px;
  margin-left: 4px;
  position: relative;
}

.circle-link-hover {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.history-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 80px 0;
  display: flex;
}

.link {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  padding: 12px 28px;
  font-size: 11px;
  text-decoration: none;
}

.video-grid-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(15px, 15px) minmax(auto, 1170px) minmax(15px, 15px);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.sticky-portrait-wrapper {
  border: 1px solid var(--border-15);
  background-color: var(--white-color);
  border-radius: 12px;
  width: 100%;
  padding: 40px;
  position: sticky;
  top: 140px;
  overflow: hidden;
}

.social-icon {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 4px;
  font-size: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section-video-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.span-avatar {
  text-align: left;
  white-space: nowrap;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid #0000;
  border-radius: .5rem;
  width: 3rem;
  height: 3rem;
  margin-left: .5rem;
  margin-right: .5rem;
  text-decoration: none;
  transition: border-radius .4s cubic-bezier(.25, .46, .45, .94), border-color .4s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  bottom: -.5em;
}

.span-avatar:hover {
  border-color: #3f8ef1;
  border-radius: 2rem;
}

.founder-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-radius: 12px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.founder-image-content {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: visible;
}

.card-background {
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.card-background.founder-one {
  background-image: url('../images/andrea-ribas-wac.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-background.founder-two {
  background-image: url('../images/feliz-drummond-wac.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-background.founder--3 {
  background-image: url('../images/Avatar-7_1Avatar 7.webp');
  background-position: 50%;
  background-size: cover;
}

.card-background.founder-4 {
  background-image: url('../images/Avatar-8_1Avatar 8.webp');
  background-position: 50%;
  background-size: cover;
}

.card-background.founder--5 {
  background-image: url('../images/Avatar-1_1Avatar 1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.card-background.founder-three {
  background-image: url('../images/lisia-buarque-wac.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-icon-wrapper {
  z-index: 20;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

.right-main-con {
  z-index: 20;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.founder-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.social-icon-2 {
  border: 1px solid #8c9fac66;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 11px;
  display: flex;
}

.stacked-content {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 30px;
  display: grid;
  position: relative;
}

.founder-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  min-height: 410px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.width-con {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.founder-card-strip {
  grid-column-gap: 12px;
  border-top: 1px solid var(--white-20);
  border-bottom: 1px solid var(--white-20);
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  align-items: center;
  min-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.promo-text-wrapper {
  z-index: 20;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.promo-text-wrapper.small {
  grid-column-gap: 12px;
}

.dot {
  background-color: var(--primary-dark-blue);
  border-radius: 100%;
  width: 4px;
  height: 4px;
}

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

.story-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.hero-banner-wrapper {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-content {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 140px;
  padding-bottom: 180px;
  display: flex;
}

.banner-3-main-section {
  justify-content: center;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-circle-2 {
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #8c9fac33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.banner-3-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 60%;
  display: flex;
}

.overlay-home-3 {
  background-color: #19233199;
  background-image: linear-gradient(225deg, #21da7640, var(--transparent) 43%), linear-gradient(to bottom, transparent, #17233599);
  position: absolute;
  inset: 0%;
}

.overlay-home-3.inner-ov {
  background-color: #192331bf;
}

.scroll-banner-3-link {
  z-index: 70;
  border: 1px solid var(--white-20);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 36px 150px 150px 36px;
  display: flex;
  position: absolute;
  inset: auto -150px -114px auto;
}

.scroll-arrow-icon {
  width: 24px;
}

.scroll-elements {
  z-index: 100;
  position: absolute;
  inset: auto 0% 0;
}

.banner-3-form {
  grid-column-gap: 30px;
  width: 90%;
}

.story-text-row {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.story-description {
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
}

.story-description.tablet {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.5em;
}

.story-description._100 {
  width: auto;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.5em;
}

.founders-subtitle {
  color: var(--primary-dark-blue);
  font-family: Chillax Variable, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.founders-subtitle.white {
  color: var(--white-color);
}

.overlay-dark {
  background-color: #06bcc140;
  position: absolute;
  inset: 0%;
}

.overlay-dark.bottom-gradient {
  background-color: #06bcc126;
  background-image: linear-gradient(to bottom, var(--transparent) 25%, #2b3a4fd9 90%), linear-gradient(135deg, var(--transparent) 50%, #21da7673);
}

.background-intro-wrap {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-hero-con {
  flex-direction: column;
  justify-content: center;
  align-self: start;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 20%;
}

.story-text-content {
  flex-direction: column;
  display: flex;
}

.white-title {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
}

.white-socials {
  z-index: 90;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff0d;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  line-height: 1em;
  display: flex;
  position: relative;
}

.white-socials:hover {
  color: var(--white-color);
}

.founder-name {
  color: var(--white-color);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 400;
}

.looping-text {
  z-index: 80;
  grid-column-gap: 12px;
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  background-color: var(--white-color);
  align-items: center;
  min-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
  overflow: hidden;
}

.hero-slider-banner {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-slider-banner.news {
  inset: 0% 0% auto;
}

.right-hero-con {
  justify-content: center;
  align-self: start;
  align-items: flex-end;
  display: flex;
  position: sticky;
  top: 20%;
}

.about-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 2px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.core-value {
  z-index: 10;
  border: 1px #889ea833;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  height: 200px;
  padding: 24px;
  display: flex;
  position: relative;
}

.core-value:hover {
  z-index: 90;
}

.services-top {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.big-form-container {
  z-index: 100;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.form-con-home-3 {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.h2-title-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-home-3 {
  width: 100%;
  height: 100%;
}

.news-collection {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.border-wrap-reviews {
  border-right: 1px solid #afafaf80;
  margin-right: 20px;
  padding-right: 20px;
}

.testimoninal-home-3 {
  width: 100%;
}

.quote-large {
  width: 40px;
}

.white-review {
  color: var(--text-color);
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.7em;
}

.general-rewiev-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.general-rewiev-wrap.reverse {
  flex-direction: row-reverse;
}

.review-photo {
  border-radius: 6px;
  width: 35%;
  position: relative;
  overflow: hidden;
}

.photo-autor {
  background-image: url('../images/Img-1_2Img-1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.photo-autor.photo-autor-2 {
  background-image: url('../images/Img-2_1Img-2.webp');
  background-position: 50%;
  background-size: cover;
}

.photo-autor.photo-autor-3 {
  background-image: url('../images/Img-5_1Img-5.webp');
  background-position: 50% 0;
  background-size: cover;
}

.photo-autor.photo-autor-4 {
  background-image: url('../images/Img-3_2Img-3.webp');
  background-position: 100% 0;
  background-size: cover;
}

.banner-3-description {
  width: 100%;
  color: var(--white-color);
  letter-spacing: -.5px;
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Chillax Variable, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.6em;
}

.need-a-result-form {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.hero-description-home-3 {
  margin-top: 30px;
}

.photo-form {
  border-radius: 12px;
  justify-content: flex-end;
  width: 40%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.hero-saas-png {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40vh;
  min-width: 40vh;
  height: 40vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-home-5-2 {
  grid-column-gap: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 47px;
  max-height: 47px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  box-shadow: 0 -1px 10px #9900ff26;
}

.hover-link-arrow {
  z-index: 100;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: none;
  background-clip: border-box;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-link-arrow:hover {
  opacity: 1;
}

.full-width-panel {
  background-color: var(--white-color);
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 140px;
  display: flex;
  position: relative;
}

.tab-content-home-4 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 720px;
  height: 100%;
  display: flex;
}

.video-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.steps-content {
  grid-row-gap: 45px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.steps-dot {
  z-index: 10;
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.steps-card {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  min-height: 275px;
  display: flex;
  position: relative;
}

.steps-circle-outline {
  border: 1px solid var(--border-15);
  background-color: var(--white-color);
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.steps-description {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
}

.steps-cards {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.steps-card-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 900px;
  display: flex;
}

.steps-sticky-card {
  z-index: 30;
  grid-row-gap: 40px;
  width: 100%;
  min-width: 600px;
  height: 330px;
  box-shadow: none;
  background-image: url('../images/1733422139269.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: sticky;
  top: 150px;
  overflow: hidden;
}

.steps-sticky-card._2 {
  background-image: url('../images/1730149047886.jpeg');
}

.steps-sticky-card._3 {
  background-image: url('../images/1731942852971.jpeg');
  background-size: cover;
}

.steps-sticky-card._4 {
  background-image: url('../images/1730149048009-1.jpeg');
}

.steps-sticky-card._5 {
  background-image: url('../images/1731942850476.jpeg');
}

.steps-sticky-card._6 {
  background-image: url('../images/1730149047852-1.jpeg');
}

.steps-sticky-card._1 {
  background-image: url('../images/tablet-app.jpg');
}

.section-our-services {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.steps-tracker {
  background-color: var(--border-15);
  border-radius: 100px;
  flex-direction: column;
  width: 2px;
  margin-top: 80px;
  margin-bottom: 78px;
  display: flex;
}

.how-it-works-fill {
  background-color: #081c3a;
  border-radius: 100px;
  width: 100%;
  height: 0;
}

.steps-grid {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.steps-circle {
  border: 0 #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 36px auto auto -84.5px;
}

.steps-circle.end {
  top: auto;
  bottom: 36px;
}

.steps-circle.center {
  top: auto;
}

.testimonial-slide {
  width: 100%;
  height: 100%;
}

.wrapper-blog-classic {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.list-grid {
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: flex;
}

.blog-content {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hover-line-fill {
  background-color: var(--green-50);
  width: 100%;
  height: 100%;
}

.blog-name {
  width: 100%;
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.list-blog-item {
  border-bottom: 1px solid var(--border-15);
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  min-height: 160px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.blog-owerlay {
  z-index: 10;
  background-color: #06bcc11a;
  background-image: linear-gradient(135deg, var(--orange), var(--primary));
  opacity: .3;
  position: absolute;
  inset: 0%;
}

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

.description {
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-info-title {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: inline-block;
  position: relative;
}

.blog-image-container {
  border-radius: 12px;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-container {
  width: 100%;
  color: var(--text-color);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  justify-content: space-between;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
  overflow: hidden;
}

.blog-container:hover {
  opacity: 1;
}

.subtitle-data-blog {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  color: #fff;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
}

.hero-price-item-2, .pro-pricing-3 {
  border: 1px solid var(--border-15);
  background-color: var(--white-color);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.testimonial-slide-2 {
  z-index: 20;
  position: relative;
}

.slider-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.featured-work-slider {
  z-index: 25;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.avatar-2 {
  background-image: url('../images/Avatar-2_1Avatar 2.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.avatar-2.avatar-4 {
  background-image: url('../images/Avatar-3_1Avatar 3.webp');
  background-position: 50% 10%;
}

.avatar-2.avatar-5 {
  background-image: url('../images/Avatar-4_1Avatar 4.webp');
  background-position: 50% 0;
}

.avatar-2.avatar-3 {
  background-image: url('../images/Avatar-1_1Avatar 1.webp');
  background-position: 50% 0;
}

.avatar-2.avatar-2-item {
  background-image: url('../images/Member-Photo-Close-up-5_1Member-Photo-Close-up-5.webp');
}

.testimonial-slide-content {
  z-index: 25;
  grid-row-gap: 40px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
}

.client-avatar-2 {
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  position: relative;
}

.slide-nav-12 {
  display: none;
}

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

.wrapper-great-shop {
  z-index: 95;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.client {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.slider-section {
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.testimonial-intro-text {
  font-size: 25px;
  line-height: 1.7em;
}

.collection-grid-4-2 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -80px;
  display: grid;
}

.subtitle-customer {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  letter-spacing: .08em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 500;
}

.collection-product-list-wrapper {
  width: 100%;
}

.projects-mask {
  z-index: 25;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.project-collection-item-2:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.projects-arrow {
  z-index: 15;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.body-display {
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-name-2 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.hover-slider-arrow {
  border: 1px solid var(--white-50);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  display: flex;
}

.hover-link {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.button-with-icon-black-relative {
  z-index: 50;
  grid-column-gap: 40px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 60px;
  justify-content: center;
  padding: 10px 30px;
  transition-property: all;
  transition-duration: .5s;
  display: flex;
  position: relative;
}

.button-with-icon-black-relative:hover {
  grid-column-gap: 20px;
  opacity: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.slider-overlay-dark {
  z-index: 10;
  background-color: #2b3a4fd9;
  position: absolute;
  inset: 0%;
}

.white-description {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonials-video-wrap {
  position: absolute;
  inset: 0%;
}

.button-text-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.instagram-image {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 16vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-image.middle {
  flex-direction: column;
  min-width: 33.33vw;
}

.instagram-grid {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 6px 15px;
  display: grid;
}

.instagram-image-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.instagram-background {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.instagram-background.two {
  background-image: linear-gradient(#06bcc133, #06bcc133), url('../images/Img-2_1Img-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.instagram-background.one {
  background-image: linear-gradient(#06bcc133, #06bcc133), url('../images/Img-1_2Img-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.instagram-background.three {
  background-image: linear-gradient(#06bcc133, #06bcc133), url('../images/Img-3_2Img-3.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.instagram-background.four {
  background-image: linear-gradient(#06bcc133, #06bcc133), url('../images/Img-5_1Img-5.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.button-text {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
}

.follow-text {
  color: var(--primary);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
}

.hidder-paragraph {
  color: #0000;
  display: none;
  position: absolute;
}

.our-customers {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.they-say {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  letter-spacing: .08em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 500;
}

.contacts-arrows-divider-3 {
  background-color: var(--green-50);
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-left-arrow-2 {
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-divider-2 {
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.contacts-form-wrap {
  background-color: #0000;
  width: 50%;
}

.contacts-detail-3 {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-content-wrapper-3 {
  width: 50%;
  padding-right: 10px;
}

.form-block {
  margin-bottom: 0;
}

.support-text {
  width: 100%;
}

.contacts-title-3 {
  width: 100%;
  margin-bottom: 30px;
}

.support-link {
  color: #fff;
}

.support-link:hover {
  background-image: linear-gradient(135deg, var(--primary), var(--orange) 1%);
}

.contacts-wrap {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-us-icon {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.h2-title-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-us-form {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.benefits-line {
  background-color: #0d0d0d4d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.benefits-line.support {
  background-color: var(--green-50);
}

.contacts-slider-arrow-icon-2 {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.home-5-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.left-video-con {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42.5%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.banner-5-hero-section {
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 160px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-5-description {
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
}

.map-container {
  width: 100%;
}

.map-container.mb-60-40 {
  margin-bottom: 60px;
}

.map-item {
  justify-content: space-between;
  width: 100%;
  height: 375px;
  display: flex;
}

.circle-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.circle-wrapper.circle-19 {
  inset: 15% auto auto 83%;
}

.circle-wrapper.circle-10 {
  inset: 41% 39% auto auto;
}

.circle-wrapper.circle-6 {
  inset: 11% 25% auto auto;
}

.circle-wrapper.circle-24 {
  inset: 69% auto auto 51%;
}

.circle-wrapper.circle-2 {
  inset: 6% auto auto 22%;
}

.circle-wrapper.circle-5 {
  inset: 54% auto auto 1%;
}

.circle-wrapper.circle-11 {
  inset: auto auto 91% 36%;
}

.circle-wrapper.circle-3 {
  inset: auto auto 8% 12%;
}

.circle-wrapper.circle-20 {
  inset: 44% auto auto 13%;
}

.circle-wrapper.circle-21 {
  inset: 48% auto auto 76%;
}

.circle-wrapper.circle-22 {
  inset: 6% auto auto 5%;
}

.circle-wrapper.circle-23 {
  inset: 26% 55% auto auto;
}

.circle-wrapper.circle-18 {
  inset: 0% auto auto 53%;
}

.circle-wrapper.circle-15 {
  inset: auto 11% 63% auto;
}

.circle-wrapper.circle-8 {
  inset: auto 10% 20% auto;
}

.circle-wrapper.circle-26 {
  inset: 8% auto auto 31%;
}

.circle-wrapper.circle-16 {
  inset: 12% auto auto 49%;
}

.circle-wrapper.circle-9 {
  inset: 57% 58% auto auto;
}

.circle-wrapper.circle-25 {
  inset: 23% auto auto 62%;
}

.circle-wrapper.circle-14 {
  inset: auto auto 57% 35%;
}

.circle-wrapper.circle-13 {
  inset: auto auto 77% 59%;
}

.circle-wrapper.circle-17 {
  inset: 58% auto auto 22%;
}

.circle-wrapper.circle-4 {
  inset: auto auto 82% 12%;
}

.circle-wrapper.circle-12 {
  inset: auto 17% 17% auto;
}

.map-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.large-circle {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #04868b0d;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 20px #04868b40;
}

.white-circle {
  z-index: 5;
  background-color: var(--primary);
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  box-shadow: 0 0 20px #fff;
}

.white-mini-circle {
  z-index: 5;
  background-color: var(--orange);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  position: absolute;
  box-shadow: 0 0 20px #fff;
}

.large-circle-item {
  background-color: #04868b0d;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 20px #04868b3d;
}

.circle-ov {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 23px 14px 28px;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.flex-container {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.about-us-left-con {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.left-info {
  width: 80%;
}

.slider-home-3-content-fill {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.for-you {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
}

.slider-concept-section {
  position: relative;
  overflow: hidden;
}

.family-services {
  margin-top: 0;
  margin-bottom: 40px;
}

.slider-item-content-fill {
  justify-content: center;
  width: 100%;
  display: flex;
}

.hide-slide-nav-2 {
  display: none;
}

.image-legal-work {
  width: 100vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.low-content {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.low-content.right-content-item {
  padding-left: 80px;
  padding-right: 0;
}

.business-slide-icon {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0367691a;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  display: flex;
}

.services-h-3 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.slider-container-2 {
  justify-content: center;
  min-height: 90vh;
  display: flex;
}

.business-slide-arrow {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  white-space: nowrap;
  background-color: #fff0;
  border: 1px #e4eff3;
  justify-content: flex-end;
  align-items: center;
  width: 12rem;
  height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  display: flex;
  inset: auto 0 2.25rem 8rem;
  overflow: visible;
}

.business-slide-arrow.right-slide-arrow {
  justify-content: flex-start;
  left: 15rem;
}

.business-slide-arrow.left-slide-arrow {
  left: 0;
  right: 15rem;
}

.saas-img {
  justify-content: flex-end;
  width: 50vw;
  min-width: 50vw;
  display: flex;
  position: relative;
}

.image-layer-two {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-content-home-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 96rem) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-intro-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.business-slider {
  background-color: #ddd0;
  height: auto;
}

.content-intro-wrap {
  justify-content: space-between;
  display: flex;
}

.content-intro-wrap.busines-slide {
  width: 100%;
}

.image-layer-one {
  justify-content: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.business-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.slider-overlay {
  background-color: #06bcc133;
  background-image: linear-gradient(to bottom, var(--transparent) 40%, #2b3a4fa6), linear-gradient(135deg, #06bcc11a, #21da7659);
  position: absolute;
  inset: 0%;
}

.advantages-wrap {
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.advantages-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 2px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.text-animation {
  margin-top: 0;
  margin-bottom: 0;
}

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

.left-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h2-title-4 {
  letter-spacing: -.04em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
}

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

.team-photo-item {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  min-height: 400px;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.our-concept {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.our-concept-list, .our-concept-item {
  width: 100%;
  height: 100%;
}

.banner-5-video-ov {
  z-index: 2;
  background-color: #ffffff26;
  background-image: linear-gradient(180deg, #ffffff73 5%, var(--transparent) 35%);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: static;
  inset: 0%;
}

.text-animation-wrapper {
  height: 100%;
  position: relative;
}

.text-animation-item {
  background-color: var(--white-color);
  width: 100%;
  height: 25%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-animation-item.text-2 {
  inset: 25% 0% auto auto;
}

.text-animation-item.text-3 {
  inset: auto 0% 25% auto;
}

.text-animation-item.text-4 {
  inset: auto 0% 0% auto;
}

.h6-color-slider {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
}

.top-line-advantages {
  background-color: var(--border-15);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-form-carrer {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.hero-form-home-5 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.hero-carrer-wrapper {
  z-index: 1000;
  border: 1px solid var(--white-5-51);
  background-color: var(--white-color);
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 65vw;
  padding: 40px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.flyout-overlay-carrer {
  cursor: pointer;
  background-color: #2b3a4fcc;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.founder-card-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-radius: 12px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.free-demo-form {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.product-main-category {
  background-image: linear-gradient(135deg, var(--primary) 16%, var(--orange));
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
}

.product-main-category:hover {
  color: #fff;
}

.product-photo {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-stream-con {
  grid-column-gap: 80px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.product-characteristics-wrap {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
}

.product-characteristics {
  flex-direction: column;
  width: 100%;
  display: flex;
}

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

.product-photo-tablet {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.technical-characteristics-list {
  color: var(--text-color);
}

.hero-stream-left {
  z-index: 55;
  width: 480px;
}

.list-characteristics {
  background-color: var(--text-color);
}

.clip-group-section {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.clip-group-section.shop-clip {
  width: 100%;
}

.shop-collection {
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

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

.grid-shop-filter-category {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  width: 100%;
  padding-top: 0;
  display: grid;
}

.faq-title {
  width: 70%;
  color: var(--white-color);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.shop-item {
  width: 100%;
}

.hero-banner-bg, .banner-item {
  width: 100%;
  height: 100%;
}

.home-2-con {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h1-color-span {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.white-label {
  background-color: #00ccbf4d;
  border-radius: 80px;
  margin-bottom: 30px;
  padding: 5px 40px;
}

.home-2-bg {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-2-bg.changelog {
  background-position: 50% 35%;
}

.dark-ov {
  z-index: 20;
  background-color: #131c2acc;
  background-image: linear-gradient(135deg, #21da7659 4%, var(--transparent) 49%, #06bcc159 98%);
  position: absolute;
  inset: 0%;
}

.checkout-form {
  background-color: var(--white-color);
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 80px;
}

.checkout-con {
  grid-column-gap: 20px;
  justify-content: space-between;
}

.con-left {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-right: 0;
  display: flex;
}

.con-right {
  top: 140px;
}

.error-404-text {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 33px;
}

.logo-brand {
  z-index: 100;
  width: auto;
  height: 24px;
}

.logo-brand:hover {
  opacity: 1;
}

._404-title {
  z-index: 100;
  background-image: linear-gradient(135deg, var(--primary) 11%, var(--orange) 71%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 150px;
  font-weight: 600;
  position: relative;
}

._404-content-wrapper-2 {
  z-index: 100;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

._404-logo-wrapper-2 {
  z-index: 100;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

._404-paragraph-2 {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.h2-color-span {
  background-image: linear-gradient(135deg, var(--primary), var(--orange) 59%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-form-item {
  margin-bottom: 0;
}

.top-form {
  grid-column-gap: 25px;
  border-color: var(--border-15) var(--border-15) var(--white-20);
  background-color: #0000;
  border-bottom-style: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.bottom-form {
  border: 1px solid var(--border-15);
  background-color: #0000;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.bottom-form.no-top-border {
  border-top-style: none;
}

.order-sommmary {
  margin-bottom: 0;
}

.order-sommmary.mb-20 {
  margin-bottom: 20px;
}

.empty-state {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--border-15) black black;
  background-color: #0000;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.required-title {
  background-image: linear-gradient(135deg, var(--orange), var(--primary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.checkbox {
  margin-top: 0;
}

.checkbox-text {
  margin-bottom: 0;
  margin-left: 10px;
}

.checkbox-toggle {
  align-items: center;
  margin-top: 20px;
}

.field-label {
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 500;
}

.field-label.mb-20 {
  margin-bottom: 20px;
}

.shipping-list {
  border-top: 1px none var(--white-20);
  border-left-style: none;
  border-right-style: none;
}

.shipping-method {
  border-top: 1px solid var(--border-15);
  border-bottom-style: none;
  border-bottom-color: var(--border-15);
  background-color: #0000;
  padding: 20px;
}

.flex-row {
  flex-wrap: wrap;
}

.form-text {
  color: var(--white-50);
}

.web-payment {
  justify-content: center;
  align-items: center;
}

.line-item {
  margin-bottom: 0;
}

.line-item-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.order-item-list {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  grid-row-gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.order-image {
  object-fit: cover;
  border-radius: 6px;
  height: 60px;
}

.order-product {
  font-size: 20px;
  font-weight: 500;
}

.product-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.order-price {
  color: var(--text-color);
  margin-left: auto;
  font-weight: 500;
}

.no-shrink-text-row {
  flex-wrap: wrap;
}

.no-shrink-text {
  flex: none;
}

.coming-soon-page-wrap-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.loop-container {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.loop-image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.coming-soon-form-con {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.image-content-right {
  grid-column-gap: 1rem;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.coming-soon-paragraph-2 {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  display: flex;
}

.loop-section {
  width: 100%;
}

.loop-image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.coming-soon-heading-2 {
  width: 95%;
  margin-top: 60px;
  font-size: 55px;
}

.coming-soon-overlay {
  z-index: 1;
  background-color: #06bcc126;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.loop-intro-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loop-image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.loop-image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.images-layout {
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-form-coming-soon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.category-our-blog {
  width: 100%;
  height: 100%;
}

.blog-post-category-con {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-template-wrapper-2 {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-wrapper-2.banner {
  max-width: 100%;
}

.blog-category-link {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.blog-category-link:hover {
  background-image: linear-gradient(135deg, var(--primary), var(--orange) 1%);
  color: #ffffff80;
}

.banner-paragraph {
  width: 96%;
  margin-top: 0;
  margin-bottom: 0;
}

.circle-link-wrapper {
  margin: -48px;
  padding: 48px;
}

.rich-blog-post-text h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.rich-blog-post-text h4, .rich-blog-post-text h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rich-blog-post-text ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.rich-blog-post-text img {
  border-radius: 12px;
  overflow: hidden;
}

.rich-blog-post-text figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-blog-post-text p {
  margin-bottom: 0;
}

.background-blog-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.content-blog-details-wrap {
  z-index: 100;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.section-blog {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.subtitle-data {
  color: var(--text-color);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.data-line-container {
  width: 40px;
  position: relative;
  overflow: hidden;
}

.blog-template-pagination-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.short-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.section-blog-details {
  justify-content: center;
  align-items: stretch;
  height: 500px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.data-wrap {
  z-index: 100;
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-details-background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.previ-post-arrow {
  color: #afafaf;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-arrow {
  z-index: 100;
  height: 30px;
  position: relative;
  transform: rotate(45deg);
}

.scroll-blog-circle {
  z-index: 100;
  border: 1px solid var(--green-50);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: relative;
}

.scroll-blog-circle:hover {
  opacity: 1;
}

.blog-intro-content {
  grid-column-gap: 180px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  width: 65%;
  min-height: 450px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.overlay-blog-2 {
  background-color: #06bcc14d;
  background-image: linear-gradient(135deg, var(--orange), var(--primary));
  opacity: .3;
  position: absolute;
  inset: 0%;
}

.data-line {
  background-color: var(--text-color);
  width: 40px;
  height: 1px;
}

.scroll-blog-link {
  z-index: 100;
  background-color: var(--white-color);
  border: 1px #8c9fac33;
  border-radius: 100%;
  margin-bottom: -70px;
  padding: 6px;
  position: absolute;
  inset: auto 0 0% auto;
  overflow: hidden;
}

.blog-details-link {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4em;
}

.top-text-blog {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  display: inline-block;
}

.link-hover-fill {
  background-image: linear-gradient(135deg, var(--primary) 20%, var(--orange));
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.review-blog-details {
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 50px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-details-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 55px;
}

.slider-blog-arrow {
  border-right: 1px solid var(--border-15);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 80px;
  display: flex;
  top: auto;
  bottom: 0;
}

.slider-blog-arrow.right {
  border-right-style: none;
  justify-content: flex-end;
  padding-left: 80px;
  padding-right: 0;
  left: auto;
}

.next-post-arrow-icon {
  color: #afafaf;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.title-blog-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-review {
  border: 1px solid var(--border-15);
  background-color: var(--white-color);
  border-radius: 12px;
  width: 100%;
  padding: 40px;
  overflow: hidden;
}

.source-link-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-left: auto;
  display: flex;
}

.landing-performance-item-title {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2em;
}

.landing-progress-bar-100 {
  background-image: linear-gradient(135deg, var(--primary) 9%, var(--orange));
  border-radius: 3px;
  width: 100%;
  height: 7px;
  margin-top: -7px;
  position: relative;
}

.landing-inner-page-item {
  background-color: var(--primary);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  padding: 6px 6px 20px;
}

.landing-inner-page-item.home-screen {
  background-color: var(--primary);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  width: 318px;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 71%;
  margin-top: 28px;
}

.landing-inner-page-image {
  border: 1px solid var(--border-15);
  object-fit: cover;
  object-position: 50% 0%;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.main-screens-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.landing-progress-bar-92 {
  background-image: linear-gradient(135deg, var(--primary) 19%, var(--orange));
  border-radius: 3px;
  width: 92%;
  height: 7px;
  margin-top: -7px;
  position: relative;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #2b3a4f8c;
  background-image: linear-gradient(135deg, #06bcc159 10%, var(--transparent) 50%, #21da7659 92%);
  position: absolute;
  inset: 0%;
}

.section-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.section-title-description {
  text-align: center;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 0;
}

.section-title-description.width {
  width: 85%;
}

.landing-home-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-home-pages-wrapper.center {
  grid-template-columns: auto auto;
  justify-content: center;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-88 {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  border-radius: 3px;
  width: 88%;
  height: 7px;
  margin-top: -7px;
  position: relative;
}

.landing-banner-title-wrapper {
  z-index: 100;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.landing-progress-bar-gray-line {
  background-color: var(--light-green-bg);
  border-radius: 3px;
  width: 100%;
  height: 7px;
}

.landing-feature-item {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.landing-performance-item {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.key-title {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  letter-spacing: 2.5px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Chillax Variable, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
}

.text-white {
  color: #fff;
}

.landing-download-block-wrapper {
  grid-column-gap: 100px;
  border: 1px solid var(--white-20);
  background-color: var(--primary);
  background-image: url('../images/Frame-47_1Frame 47.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
}

.inner-page-title {
  text-transform: capitalize;
  font-size: 25px;
  line-height: 1.1em;
}

.banner-description {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.landing-feature-icon {
  background-color: var(--primary);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 50px;
  height: 50px;
  color: var(--light-blue-bg-color);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-progress-bar-95 {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  border-radius: 3px;
  width: 95%;
  height: 7px;
  margin-top: -7px;
  position: relative;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
}

.landing-inner-page-icon {
  z-index: 10;
  background-image: linear-gradient(to bottom, #0000001a, #0000001a), linear-gradient(135deg, var(--primary), var(--orange));
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.lp-title {
  width: 100%;
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 20px auto;
}

.landing-banner-image {
  z-index: 100;
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

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

.lp-span {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.dark-blue-cover {
  background-color: var(--primary-dark-blue);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.primary-form-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  width: 100%;
  color: var(--white-color);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-family: Chillax Variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.primary-form-button:hover {
  border-color: var(--dark-green);
  background-color: var(--dark-green);
  color: var(--white-color);
}

.address-footer {
  background-image: linear-gradient(135deg, var(--white-50), var(--white-50));
  width: 90%;
  color: var(--white-50);
  margin-top: 15px;
  margin-bottom: 30px;
}

.address-footer:hover {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
}

.address-footer-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.5em;
}

.video-outline-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-outline-wrap.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-outline-wrap.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-work-outline {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 0;
  position: absolute;
}

.video-work-outline.bottom {
  inset: auto 0% 0% auto;
}

.overlay-banner-2 {
  background-color: #2b3a4f73;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.solid-video-work-button-outline {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-work-button {
  z-index: 100;
  cursor: pointer;
  border: 1px #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 0;
  display: flex;
  position: relative;
}

.video-button-wrapper {
  padding: 60px;
}

.video-btn-outline {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px #fff3;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  margin: 3px;
  padding: 0;
  display: grid;
  position: absolute;
  inset: auto;
}

.video-icon-2 {
  width: 16px;
  margin-left: 2px;
}

.video-button-fill {
  background-color: #ffffff1a;
  border: 1px solid #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
  position: relative;
}

.sticky-video-lightbox {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-video-lightbox:hover {
  color: #fff;
}

.banner-title-5 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 50px;
  line-height: 1em;
}

.secondary-soft-button {
  border: 1px solid var(--white-color);
  background-color: var(--white-color);
  color: var(--text-color);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 16px;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.secondary-soft-button:hover {
  border-color: var(--dark-green);
  background-color: var(--dark-green);
  color: var(--white-color);
}

.video-bg-home-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-bg-overlay {
  background-color: #000d0ea6;
  background-image: linear-gradient(135deg, var(--text-color), var(--primary-dark-blue));
  opacity: .95;
  position: absolute;
  inset: 0%;
}

.video-bg-overlay-light {
  background-color: var(--primary);
  position: absolute;
  inset: 0%;
}

.video-bg-overlay-light.dark {
  background-color: #2b3a4fd9;
  background-image: linear-gradient(135deg, #fa9d4640, #06bcc180);
}

.primary-form-button-white {
  border: 1px solid var(--white-color);
  background-color: var(--white-color);
  width: 100%;
  color: var(--primary);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.primary-form-button-white:hover {
  border-color: var(--primary-dark-blue);
  background-color: var(--primary-dark-blue);
  color: var(--white-color);
}

.primary-form-button-white.text-dark-blue {
  color: var(--text-color);
  letter-spacing: -.04px;
  text-transform: none;
  font-family: Chillax Variable, sans-serif;
  font-weight: 500;
}

.primary-form-button-white.text-dark-blue:hover {
  color: var(--white-color);
}

.paralax-bg-overlay {
  background-color: #06bcc140;
  background-image: linear-gradient(45deg, #f0872554, #21bab54d), url('../images/FS-8TAHWQAIjbM2-1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.paralax-bg-overlay._2 {
  background-image: linear-gradient(45deg, #f0872554, #21bab54d), url('../images/ro2.webp');
  background-position: 0 0, 0%;
}

.white-banner-par {
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 0;
}

.subscribe-form-footer-dark {
  z-index: 10;
  grid-column-gap: 15px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #04868b40;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 8px;
  display: flex;
  position: relative;
}

.form-input-dark {
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 45px;
  color: var(--text-color);
  letter-spacing: .5px;
  text-transform: none;
  border: 1px solid #06bcc133;
  border-radius: 22px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 16px;
  transition: all .5s ease-in-out;
}

.form-input-dark:focus, .form-input-dark.-wfp-focus {
  border-style: solid;
  border-color: var(--primary);
  padding-left: 30px;
  box-shadow: 0 0 20px #90f0;
}

.form-input-dark::placeholder {
  color: #3f537280;
  font-size: 16px;
}

.form-input-dark.mb-20 {
  margin-bottom: 20px;
}

.form-input-dark.mb-15 {
  margin-bottom: 15px;
}

.form-input-dark.selector {
  height: auto;
  min-height: 45px;
}

.address-link-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.address-icon-text {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
}

.address-footer-top {
  color: var(--text-color);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.address-footer-top:hover {
  color: var(--primary);
}

.success-message-soft-blue {
  text-align: center;
  background-color: #0000;
  border: 1px solid #06bcc140;
  border-radius: 100px;
  padding: 20px;
}

.primary-button-dark {
  border: 1px solid var(--text-color);
  background-color: var(--text-color);
  color: var(--white-color);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 16px;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.primary-button-dark:hover {
  border-color: var(--primary-dark-blue);
  background-color: var(--primary-dark-blue);
  color: var(--white-color);
}

.primary-button-dark.off {
  text-transform: none;
}

.primary-button-dark.off:hover {
  background-color: var(--text-color);
}

.links-socials {
  justify-content: space-between;
  display: flex;
}

.footer-socials-2 {
  z-index: 90;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  line-height: 1em;
  display: flex;
  position: relative;
}

.footer-project-link-2 {
  color: #fff;
  background-image: linear-gradient(#fff, #fff);
}

.footer-project-link-2:hover {
  background-image: linear-gradient(135deg, var(--primary), var(--orange) 1%);
  color: #ffffff80;
}

.links-container {
  grid-column-gap: 60px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer-info-2 {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer-top-link-wrap {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.feedback-hero-wrap {
  display: flex;
}

.home-4-video-wrapper {
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.home-4-video-wrapper.contact-us-page {
  margin-bottom: 0;
}

.feedback-photo-2 {
  background-image: url('../images/Avatar-5_1Avatar 5.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin: 4px;
  position: absolute;
  inset: 0%;
}

.feedback-photo-2.photo-2 {
  background-image: url('../images/Avatar-4_1Avatar 4.webp');
  background-position: 50% 0;
}

.feedback-photo-2.photo-5 {
  background-image: url('../images/Avatar-3_1Avatar 3.webp');
  background-position: 50% 0;
}

.feedback-photo-2.photo-3 {
  background-image: url('../images/Avatar-1_1Avatar 1.webp');
  background-position: 50% 0;
}

.feedback-white-wrap {
  background-image: linear-gradient(135deg, var(--primary), var(--orange));
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: -20px;
  position: relative;
}

.left-banner-con {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.right-banner-con {
  text-align: right;
  flex: none;
  width: 300px;
}

.btn-home-3-wrap {
  grid-column-gap: 30px;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.no-shrink-btn {
  flex: none;
}

.secondary-stroke-button {
  border: 1px solid var(--white-color);
  background-color: var(--transparent);
  color: var(--white-color);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 16px;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.secondary-stroke-button:hover {
  border-color: var(--dark-green);
  background-color: var(--dark-green);
  color: var(--white-color);
}

.open-pop-up-wrapper {
  z-index: 45;
  position: relative;
}

.success-message-soft-dark {
  border: 1px solid var(--primary);
  text-align: center;
  background-color: #21bab529;
  border-radius: 6px;
  padding: 20px;
}

.soft-nav {
  background-color: var(--transparent);
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.soft-logo-dark {
  width: auto;
  height: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav-dark-link {
  color: var(--text-color);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  flex: none;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  transition-property: all;
  transition-duration: .45s;
  display: flex;
}

.nav-dark-link:hover {
  opacity: .7;
  color: var(--orange);
}

.nav-dropdown-dark-icon {
  color: var(--text-color);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  font-size: 12px;
  display: block;
  position: relative;
}

.nav-dark-item {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
}

.btn-tablet-wrap {
  display: none;
}

.hero-bottom {
  z-index: 15;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  padding-top: 60px;
  display: flex;
  position: static;
}

.next-video-level {
  z-index: 100;
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.no-shrink-btn-2 {
  display: inline-block;
}

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

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

.hero-image-strip.right-side {
  z-index: 25;
  grid-column-gap: 3vw;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  padding-top: 50vh;
  inset: 0% 0% 0% auto;
}

.hero-image-strip.left {
  grid-column-gap: 3vw;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

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

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

.hero-banner-image {
  border-radius: 12px;
  width: 18vw;
  height: 18vw;
  min-height: 18vw;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.hero-banner-image.four {
  margin-right: 20px;
}

.hero-banner-image.thirteen {
  width: 225px;
  height: 320px;
  min-height: 0;
  margin-top: -10vw;
}

.hero-banner-image.ten {
  width: 225px;
  height: 320px;
  min-height: 0;
}

.hero-banner-image.three {
  width: 225px;
  height: 320px;
  min-height: 0;
  margin-top: 93px;
}

.hero-banner-image.two {
  margin-left: 20px;
}

.hero-banner-image.nine {
  width: 225px;
  height: 320px;
  min-height: 0;
  top: 170px;
}

.hero-banner-image.fourteen {
  width: 225px;
  height: 320px;
  min-height: 0;
  left: 1vw;
}

.hero-banner-image.twelve {
  width: 225px;
  height: 320px;
  min-height: 0;
}

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

.banner-3-par-width {
  flex-direction: column;
  align-items: center;
  width: 75%;
  display: flex;
}

.h1-color-span-2 {
  background-image: linear-gradient(135deg, var(--orange), var(--primary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.h6-subtitle {
  margin-top: 0;
  margin-bottom: 30px;
}

.banner--3-top-title {
  letter-spacing: -.04px;
  width: 90%;
  margin: 0 auto;
  font-family: Chillax Variable, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.hero-home-3-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-bottom: -100vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.page-sections {
  z-index: 10;
  background-color: var(--light-green-bg);
  position: relative;
}

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

.strip-wrapper.right {
  z-index: 25;
  inset: 0% 0% 0% auto;
}

.banner-3-info-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-hero-home {
  flex-direction: column;
  justify-content: flex-end;
}

.photo-light-ov {
  z-index: 5;
  background-color: #ffffff59;
  background-image: linear-gradient(135deg, var(--orange), var(--primary));
  opacity: .3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.best-catering-photo {
  background-image: url('../images/Screenshot-2024-01-15-at-16.17.16.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.best-catering-photo.best-catering-5 {
  background-image: url('../images/Screenshot-2024-01-15-at-16.17.25.png');
}

.best-catering-photo.best-catering-6 {
  background-image: url('../images/Screenshot-2024-01-15-at-16.17.32.png');
}

.best-catering-photo.best-catering-3 {
  background-image: url('../images/Screenshot-2024-01-15-at-16.17.23.png');
}

.best-catering-photo.best-catering-7 {
  background-image: url('../images/Screenshot-2024-01-15-at-16.17.30.png');
}

.best-catering-photo.best-catering-8, .best-catering-photo.best-catering-4 {
  background-image: url('../images/Screenshot-2024-01-15-at-16.17.27.png');
}

.best-catering-photo.best-catering-2 {
  background-image: url('../images/Screenshot-2024-01-15-at-16.17.20.png');
}

.btn-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

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

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

.nav-menu-left {
  text-align: right;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding-left: 20px;
  display: flex;
}

.menu-dark-caver {
  background-color: var(--dark-green);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.white-intro-text {
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 0;
}

.primary-button-payment {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  height: 46px;
  color: var(--white-color);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 16px;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.primary-button-payment:hover {
  border-color: var(--dark-green);
  background-color: var(--dark-green);
  color: var(--white-color);
}

.search-title {
  margin-top: 0;
  margin-bottom: 30px;
}

.search-paragraph-large {
  margin-bottom: 0;
  font-size: 18px;
}

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

.key-features-text {
  font-size: 16px;
}

.font-awesome {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.font-awesome-link {
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  line-height: 1.5em;
}

.font-awesome-link:hover {
  background-image: linear-gradient(135deg, var(--primary), var(--orange) 1%);
}

.current-product-link {
  z-index: 30;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.par-hidden {
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.current-news-link {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  text-transform: none;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 296px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-bottom: 0 #0000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
  border-bottom-color: #0000;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.hire-buttons:hover {
  color: #fff;
  border-color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.more-templates {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.more-templates:hover {
  opacity: 1;
  color: #000;
  border-color: #e4e4e4;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.buy-this-template {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.buy-this-template:hover {
  opacity: 1;
  color: #000;
  border-color: #e4e4e4;
}

.text-span-2 {
  font-weight: 500;
}

.text-block {
  letter-spacing: .4px;
  text-transform: uppercase;
  font-family: Chillax Variable, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.image-101 {
  opacity: .1;
  position: absolute;
  top: -140px;
  left: -90px;
}

.image-102 {
  max-width: 60%;
  max-height: 60%;
}

.paragraph {
  letter-spacing: .1px;
  font-size: 16px;
}

.h1-color-span-3 {
  background-image: linear-gradient(135deg, var(--orange), var(--primary));
  letter-spacing: -.5px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 43px;
}

.text-span-3 {
  color: var(--primary);
  font-weight: 400;
}

.div-block, .div-block-2 {
  width: 50%;
}

.columns {
  height: 120px;
  margin-top: 34px;
}

.column {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-103 {
  margin-top: 35px;
  margin-bottom: 20px;
}

.heading {
  letter-spacing: -1.9px;
  font-weight: 400;
}

.div-block-3 {
  width: 100%;
  height: 110px;
}

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

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

.div-block-5 {
  z-index: 800;
  -webkit-text-stroke-width: 0px;
  background-color: #fff;
  border: 2px solid #cfcfcf;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  margin-bottom: 15px;
  position: relative;
}

.div-block-6 {
  background-image: linear-gradient(97deg, #fff 5%, var(--primary) 16%, #55ad91 54%, var(--orange) 82%, var(--white-color) 94%);
  width: 100%;
  height: 2px;
  position: relative;
  top: 10px;
}

.image-106 {
  position: relative;
  top: -4px;
}

.wpp {
  z-index: 999;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/598a01d08b0d2e000100caf1_icon-whatsapp-clinoson_1598a01d08b0d2e000100caf1_icon-whatsapp-clinoson.png');
  background-position: 9%;
  background-repeat: no-repeat;
  background-size: 28px;
  background-clip: border-box;
  border-radius: 50px;
  height: 47px;
  padding: 8px 16px 8px 45px;
  font-family: Chillax Variable, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 50px;
  transition: background-color .2s, all .4s;
  display: block;
  position: fixed;
  inset: auto 2% 2% auto;
}

.wpp:hover {
  background-color: var(--orange);
  color: #fff;
}

.text-block-19 {
  float: left;
  margin-top: 7px;
  margin-left: 2px;
  font-size: 16px;
  line-height: 18px;
}

.text-span-21 {
  letter-spacing: 1px;
}

.image-107 {
  position: relative;
  left: -25px;
}

.text-span-22 {
  font-weight: 600;
}

.image-108 {
  margin-top: 78px;
  display: block;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 25px;
}

.link-midia {
  outline-offset: 0px;
  border: 1px solid #cecece4a;
  border-radius: 5px;
  outline: 1px #21bab5;
}

.link-midia:hover {
  border-color: var(--green-50);
  border-radius: 5px;
}

.image-109 {
  background-color: var(--white-color);
  border: 1px solid #0000000f;
  border-radius: 8px;
  padding: 5px;
}

.image {
  border-radius: 5px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  max-width: 1600px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 70px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.our-news-banner {
    padding-top: 200px;
    padding-bottom: 140px;
  }

  .section.our-news, .section.licensing {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .section.landing-banner {
    padding-top: 160px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .h1-tablet {
    font-size: 60px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    padding-top: 160px;
    padding-bottom: 130px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .main-description-banner {
    width: 55%;
  }

  .main-description-banner.shop {
    width: 62%;
  }

  .dropdown-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-header-wrap {
    margin-left: 20px;
    padding-left: 20px;
  }

  .nav-dropdown-intro-link {
    font-weight: 500;
  }

  .dropdown-nav-list.w--open {
    left: auto;
  }

  .nav-link-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-1-section {
    min-height: 100vh;
  }

  .home-1-content-main {
    grid-template-columns: 1fr 25%;
    padding-bottom: 150px;
  }

  .section-about {
    padding-top: 130px;
  }

  .grid-about-justa {
    grid-row-gap: 100px;
    margin-bottom: 130px;
  }

  .video-wrapper {
    height: 550px;
  }

  .shop-bg-item {
    width: 100%;
    height: 100%;
  }

  .slide-intro.small {
    max-width: 480px;
  }

  .product-showcase {
    grid-template-columns: 1fr 1fr;
  }

  .slider-2.clip {
    border-radius: 12px;
  }

  .slider-bg-con, .shop-bg {
    width: 100%;
    height: 100%;
  }

  .section-products {
    padding-bottom: 130px;
  }

  .error-cart {
    text-align: center;
    padding-right: 30px;
  }

  .secondary-link-btn, .primary-link-btn {
    min-width: 120px;
  }

  .section-full-width {
    height: 600px;
  }

  .card-img {
    height: 450px;
  }

  .product-card-top.with-paddings {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-background {
    border-radius: 12px;
  }

  .testimonials-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .flex-tablet-testimonials {
    grid-row-gap: 40px;
  }

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

  .hero-video-wrapper {
    width: 60vw;
    max-width: 700px;
  }

  .package-text-wrapper {
    width: 90%;
  }

  .top-pricing {
    width: 85%;
  }

  .video-wrapper-con {
    height: 520px;
  }

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

  .footer-form.borders {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-white-paradraph {
    width: 80%;
  }

  .footer-white-paradraph.par-1 {
    width: 95%;
  }

  .text-footer-white {
    width: 310px;
  }

  .footer-grid {
    grid-column-gap: 40px;
  }

  .new-footer {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .banner-form {
    margin-bottom: 0;
  }

  .tab-panel {
    padding-left: 100px;
  }

  .subtitle-center {
    width: 50%;
  }

  .section-our-team {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .gallery-title {
    width: 40%;
  }

  .gall-text {
    width: 27%;
    display: block;
  }

  .subtitle-left.gallery {
    grid-column-gap: 80px;
    justify-content: space-between;
  }

  .main-slide-card {
    max-width: 540px;
    height: 580px;
  }

  .top-section-2 {
    padding-top: 160px;
    padding-bottom: 130px;
  }

  .shop-details-wrapper-2 {
    grid-column-gap: 90px;
  }

  .portfolio-image-cover {
    height: 550px;
    min-height: 550px;
  }

  .section-shop-details {
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .lightbox-link-shop {
    min-width: 550px;
  }

  .services-items-home-2 {
    padding-right: 100px;
  }

  .contacts-item-wrap-home-1 {
    width: auto;
  }

  .short-info-wrap-2 {
    margin-top: 80px;
  }

  .short-info-content-2 {
    grid-template-columns: auto 21% 50%;
  }

  .need-help-form {
    margin-bottom: 0;
  }

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

  .our-blog-container-2 {
    height: 450px;
  }

  .banner-2-description {
    width: 85%;
  }

  .our-merch-slider {
    padding-left: 3.5em;
  }

  .dark-fill {
    width: 3.5em;
  }

  .banner-3-wrap {
    padding-left: 100px;
  }

  .tab-faq {
    grid-column-gap: 72px;
  }

  .serv-image {
    height: 300px;
  }

  .history-intro {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .sticky-portrait-wrapper {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .founder-wrapper {
    padding-top: 80px;
  }

  .founder-image {
    min-height: 600px;
  }

  .width-con {
    width: 80%;
  }

  .hero-content {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .banner-3-main-section {
    min-height: 100vh;
  }

  .about-list {
    grid-template-rows: auto auto auto;
  }

  .core-value {
    padding: 36px;
  }

  .form-con-home-3 {
    grid-column-gap: 80px;
  }

  .testimoninal-home-3 {
    width: 100%;
  }

  .white-review {
    font-size: 24px;
  }

  .banner-3-description {
    width: 85%;
    font-size: 20px;
  }

  .need-a-result-form {
    margin-bottom: 0;
  }

  .hero-saas-png {
    width: 50vh;
    min-width: 50vh;
    height: 50vh;
  }

  .full-width-panel {
    padding-left: 3.5em;
  }

  .section-our-services {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .steps-grid {
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
  }

  .list-blog-item {
    grid-column-gap: 60px;
  }

  .featured-work-slider {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .collection-grid-4-2 {
    grid-column-gap: 60px;
  }

  .instagram-grid {
    padding-left: 6px;
    padding-right: 6px;
  }

  .contacts-content-wrapper-3 {
    padding-right: 60px;
  }

  .support-text {
    width: 90%;
  }

  .contacts-wrap {
    grid-column-gap: 60px;
  }

  .left-video-con {
    width: 42%;
  }

  .banner-5-hero-section {
    min-height: 620px;
    margin-top: 24px;
    padding-top: 81px;
    padding-bottom: 16px;
  }

  .left-info {
    width: 65%;
  }

  .low-content {
    margin-left: 3%;
    padding-right: 100px;
  }

  .low-content.right-content-item {
    margin-left: 0%;
    margin-right: 3%;
    padding-left: 100px;
  }

  .business-image {
    background-position: 112%;
  }

  .hero-form-home-5 {
    width: 90%;
  }

  .hero-carrer-wrapper {
    width: 60vw;
    max-width: 700px;
  }

  .free-demo-form {
    margin-bottom: 0;
  }

  .hero-stream-con {
    grid-column-gap: 100px;
  }

  .product-characteristics-wrap {
    grid-column-gap: 72px;
  }

  .checkout-form {
    padding-top: 160px;
  }

  .loop-container {
    grid-column-gap: 60px;
  }

  .coming-soon-paragraph-2 {
    width: 100%;
  }

  .coming-soon-heading-2 {
    width: 100%;
    font-size: 62px;
  }

  .banner-paragraph {
    width: 90%;
  }

  .section-blog {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-blog-details {
    height: 650px;
  }

  .blog-intro-content {
    width: 60%;
    padding-top: 180px;
  }

  .review-blog-details {
    grid-column-gap: 60px;
  }

  .blog-details-title {
    font-size: 60px;
  }

  .landing-inner-page-item.home-screen {
    width: 397px;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .landing-home-pages-wrapper {
    grid-column-gap: 30px;
  }

  .landing-banner-title-wrapper {
    margin-bottom: 80px;
  }

  .address-footer {
    width: 80%;
  }

  .banner-title-5 {
    font-size: 65px;
  }

  .address-footer-top {
    width: 80%;
  }

  .feedback-white-wrap {
    width: 70px;
    height: 70px;
  }

  .nav-dark-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-bottom {
    width: 95%;
  }

  .banner-3-par-width {
    width: 63%;
  }

  .banner--3-top-title {
    width: 85%;
  }

  .banner-3-info-wrap {
    width: 90%;
  }

  .font-awesome {
    width: 95%;
  }

  .h1-color-span-3 {
    font-size: 46px;
  }

  .text-span-3 {
    color: var(--primary);
    letter-spacing: -.07px;
    font-weight: 400;
  }

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

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .team-spacer, .team-item {
    padding: 40px;
  }

  .team-slide-arrow {
    bottom: 40px;
    right: 40px;
  }

  .team-slide-arrow.team-arrow-left {
    right: 150px;
  }

  .team-image-2 {
    height: 500px;
  }

  .product-card-top.with-paddings {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-video-wrapper {
    max-width: 750px;
  }

  .main-slide-card {
    height: 560px;
  }

  .top-section-2 {
    padding-top: 140px;
  }

  .portfolio-image-cover {
    height: 600px;
    min-height: 600px;
  }

  .services-items-home-2 {
    padding-right: 200px;
  }

  .our-merch-slider {
    padding-left: 8.5em;
  }

  .dark-fill {
    width: 8.5em;
  }

  .tab-faq {
    grid-column-gap: 80px;
  }

  .play-icon {
    display: block;
  }

  .founder-image {
    min-height: 675px;
  }

  .full-width-panel {
    padding-left: 8.5em;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .steps-grid {
    grid-column-gap: 140px;
    grid-template-columns: .8fr 1fr;
  }

  .list-blog-item {
    grid-column-gap: 80px;
  }

  .left-video-con {
    width: 43%;
  }

  .banner-5-hero-section {
    min-height: 730px;
    padding-top: 61px;
    padding-bottom: 0;
  }

  .low-content {
    margin-left: 8%;
  }

  .low-content.right-content-item {
    margin-right: 8%;
  }

  .business-image {
    background-position: 145%;
  }

  .hero-carrer-wrapper {
    max-width: 750px;
  }

  .product-characteristics-wrap {
    grid-column-gap: 80px;
  }

  .error-404-text {
    font-size: 40px;
  }

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

  .blog-intro-content {
    padding-top: 160px;
  }

  .review-blog-details {
    grid-column-gap: 80px;
  }

  .landing-inner-page-item.home-screen {
    width: 450px;
  }

  .landing-banner-title-wrapper {
    margin-bottom: 60px;
  }

  .landing-download-block-wrapper {
    border-radius: 6px;
    margin-bottom: 130px;
  }

  .video-bg-overlay-light.dark {
    background-image: linear-gradient(135deg, #f0872559, #06bcc180);
  }

  .banner-3-par-width {
    width: 56%;
  }

  .image-101 {
    opacity: .17;
    position: absolute;
    top: -130px;
    left: -172px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    background-color: var(--white-color);
  }

  .section.our-news-banner, .section.our-news, .section.licensing {
    min-height: 500px;
    padding-top: 240px;
    padding-bottom: 130px;
  }

  .section.landing-banner {
    padding-top: 180px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .home-1-content-main {
    padding-bottom: 220px;
  }

  .video-wrapper {
    height: 600px;
  }

  .team-slide-middle {
    width: 80%;
  }

  .team-image-2 {
    height: 550px;
  }

  .section-full-width {
    height: 700px;
  }

  .hero-video-wrapper {
    max-width: 1000px;
  }

  .tab-content-info {
    max-width: 600px;
  }

  .subtitle-center {
    width: 43%;
  }

  .main-slide-card {
    height: 580px;
  }

  .top-section-2 {
    padding-top: 160px;
  }

  .background-red-fill {
    background-position: 50% 70%;
  }

  .logo-image {
    max-width: 120px;
  }

  .services-items-home-2 {
    padding-right: 250px;
  }

  .benefits-wrap {
    padding-top: 40px;
  }

  .our-merch-slider {
    padding-left: 20.5em;
  }

  .dark-fill {
    width: 20.5em;
  }

  .founder-image {
    min-height: 430px;
  }

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

  .scroll-banner-3-link:hover {
    opacity: 1;
  }

  .full-width-panel {
    justify-content: center;
  }

  .tab-content-home-4 {
    max-width: 600px;
  }

  .wrapper-great-shop {
    z-index: 75;
  }

  .instagram-image.middle {
    color: var(--light-blue-bg-color);
  }

  .left-video-con {
    width: 44.5%;
  }

  .low-content {
    margin-left: 11%;
  }

  .low-content.right-content-item {
    margin-right: 11%;
  }

  .business-image {
    background-position: -550px;
  }

  .hero-carrer-wrapper {
    max-width: 1000px;
  }

  .faq-title {
    font-size: 80px;
  }

  .error-404-text {
    font-size: 52px;
  }

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

  .banner-paragraph {
    width: 84%;
  }

  .section-blog-details {
    height: 700px;
  }

  .blog-intro-content {
    width: 65%;
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .blog-details-title {
    font-size: 65px;
  }

  .landing-inner-page-item.home-screen {
    width: 463px;
  }

  .landing-banner-title-wrapper {
    margin-bottom: 80px;
  }

  .lp-title {
    font-size: 80px;
  }

  .hero-banner-image.fourteen {
    left: -3vw;
  }

  .image-110 {
    margin-top: -47px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  blockquote {
    font-size: 25px;
  }

  .section.our-news-banner, .section.our-news, .section.licensing {
    min-height: 400px;
    padding-top: 160px;
  }

  .section.landing-banner {
    padding-top: 140px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper, .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .password-image {
    width: 80px;
  }

  .password-title-wrapper {
    grid-row-gap: 20px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-section {
    padding-top: 140px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .spacing-system-title {
    font-size: 24px;
  }

  .secondary-justa-button {
    display: block;
  }

  .main-description {
    width: 85%;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .main-description-banner {
    width: 90%;
  }

  .main-description-banner.shop {
    width: 100%;
  }

  .h2-title {
    width: 90%;
  }

  .faq-list {
    width: 100%;
  }

  .nav-line-white {
    background-color: #fff;
    height: 1px;
    margin-bottom: 5px;
  }

  .nav-dropdown-link-wrapper-2 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

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

  .wrapper-item-home-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 10px;
  }

  .cart-wrapper {
    flex: 1;
    justify-content: flex-end;
    align-items: flex-end;
    height: 30px;
    display: flex;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .nav-dropdowm-link-line-2 {
    display: none;
  }

  .menu-wrapper-2 {
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-dropdown-white {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .dropdown-item {
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .nav-menu-3 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .right-header-wrap {
    grid-column-gap: 30px;
    border-left-style: none;
    margin-left: 0;
    margin-right: 30px;
  }

  .logo-mobile-4 {
    justify-content: center;
    margin-bottom: 27px;
    display: flex;
  }

  .logo-mobile-4:hover {
    opacity: 1;
  }

  .nav-dropdown-intro-link {
    width: auto;
    color: var(--text-color);
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
    padding-right: 0;
    font-size: 16px;
    font-weight: 500;
  }

  .nav-dropdown-intro-link:hover, .nav-dropdown-intro-link.w--current {
    color: var(--primary);
    background-image: none;
  }

  .nav-dropdown-intro-link.w--current:hover {
    color: var(--primary);
  }

  .border-wrap-2 {
    background-color: var(--white-color);
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .tablet-menu-3 {
    background-color: var(--white-color);
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .dropdown-nav-list {
    background-color: var(--white-color);
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .dropdown-nav-list.w--open {
    box-shadow: none;
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .dropdown-nav-list.megamenu-main-home {
    padding-right: 0;
  }

  .dropdown-nav-list.megamenu-main-home.w--open {
    border-style: none;
    width: 100%;
    height: 180px;
    overflow: auto;
  }

  .nav-dropdown-item-icon {
    color: var(--text-color);
    justify-content: space-between;
    font-size: 14px;
    display: block;
    inset: 0% 22px 0% auto;
  }

  .nav-container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-tablet-menu-2 {
    background-color: var(--white-color);
    width: 100%;
  }

  .nav-link-item {
    color: var(--text-color);
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 0;
    line-height: 1.5em;
  }

  .nav-close-icon-3 {
    align-self: stretch;
    max-width: 60%;
  }

  .close-menu-button-2.w--open {
    z-index: 10;
    background-color: #0000;
    padding: 4px 0 0 20px;
    position: absolute;
    inset: 15px 15px auto auto;
  }

  .dropdown-menu-2 {
    background-color: var(--white-color);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .menu-button-4 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

  .menu-button-4.w--open {
    background-color: #0000;
    display: none;
  }

  .nav-intro-item-animation {
    color: var(--text-color);
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .nav-menu-shadow-overlay-3 {
    background-color: var(--white-color);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .home-1-section {
    align-items: center;
    padding-top: 70px;
  }

  .our-testimoninal {
    grid-row-gap: 30px;
    margin-top: 60px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-1-content-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: 85%;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .titles-wrapper {
    height: auto;
  }

  .methods-container {
    align-self: center;
  }

  .grid-about-justa {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr auto auto;
    align-items: flex-start;
    display: flex;
  }

  .grid-about-justa.mb-0 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .play-video-button {
    grid-column-gap: 20px;
  }

  .line {
    width: 100%;
  }

  .section-number {
    display: none;
  }

  .about-company-title {
    align-self: center;
    margin-bottom: 20px;
    display: none;
    position: static;
  }

  .about-company-title.ideas {
    margin-right: auto;
  }

  .video-wrapper {
    height: 400px;
  }

  .about-methotds {
    grid-column-gap: 15px;
    flex-direction: column;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    display: flex;
  }

  .services-item-card._2 {
    background-position: 50% 15%;
  }

  .about-methods-left {
    width: 100%;
    position: relative;
    top: 0%;
  }

  .div-color {
    justify-content: center;
    padding-left: 30px;
  }

  .small-banner-text {
    font-weight: 300;
  }

  .home-1-video {
    min-height: 100%;
  }

  .banner-1-description {
    width: 100%;
  }

  .about-title-tag-1 {
    height: auto;
  }

  .avatar-wrapper {
    display: inline-block;
  }

  .slide-content-2.flex-bottom {
    min-height: 700px;
  }

  .product-showcase {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .showcase-image {
    min-height: 90vw;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .banner-video-ov {
    min-height: 100%;
  }

  .banner-link {
    display: none;
  }

  .user-wrap {
    width: 30px;
    height: 30px;
    display: none;
  }

  .icon-card, .icon-cart {
    display: none;
  }

  .hero-cart-button {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-cart-text {
    display: none;
  }

  .cart-quantity-item {
    width: 20px;
    height: 20px;
    color: var(--light-blue-bg-color);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 100%;
    font-size: 14px;
    position: absolute;
    inset: -10px -4px auto auto;
  }

  .services-con {
    grid-template-columns: 1fr 1fr;
  }

  .center-wrap {
    width: 100%;
  }

  .center-wrap.small-wrap {
    width: 650px;
  }

  .blue-gradient {
    filter: blur(130px);
  }

  .blue-gradient.g-1 {
    opacity: .7;
    width: 100px;
    height: 100px;
    top: 14%;
  }

  .h2-title-blog {
    width: 70%;
  }

  .stretch-wrap {
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .blog-img-hover {
    width: 100%;
    position: relative;
  }

  .blog-post-img {
    width: 100%;
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .home-blog-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr auto;
    grid-auto-rows: 1fr;
    align-content: space-between;
    align-items: stretch;
  }

  .team-spacer {
    border-right-style: none;
    padding-top: 80px;
  }

  .team-item {
    padding-top: 80px;
  }

  .team-hero-slider {
    width: 100%;
    min-width: auto;
  }

  .section-full-width {
    height: 500px;
  }

  .product-card-top.with-paddings {
    padding-left: 15px;
    padding-right: 15px;
  }

  .overlay-shop.detail-page {
    background-image: linear-gradient(to right, #21da7645, var(--transparent) 50%, #06bcc159), linear-gradient(to top, #2b3a4fad 19%, transparent 72%);
  }

  .testimonials-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
  }

  .review-wrapper {
    padding: 30px;
  }

  .flex-tablet-testimonials, .flex-testimonials {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: none;
    height: auto;
    display: flex;
  }

  .flex-testimonials.hidden-row {
    display: none;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-video-wrapper {
    width: 85vw;
  }

  .tab-radio-button-field {
    justify-content: flex-start;
    width: 45%;
  }

  .radio-buttons-block {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .large-contacts-form, .package-text-wrapper {
    width: 100%;
  }

  .tabs-menu-3 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .price-content {
    justify-content: center;
    width: 100%;
  }

  .pricing-tab {
    text-align: center;
    justify-content: center;
    padding: 20px;
    display: flex;
  }

  .video-wrapper-con {
    height: 100%;
  }

  .hero-photo-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .images {
    overflow: auto;
  }

  .view-photo {
    display: none;
  }

  .footer-form {
    text-align: center;
    align-items: center;
  }

  .footer-description {
    text-align: center;
    font-size: 60px;
  }

  .footer-white-paradraph.par-1 {
    width: 95%;
  }

  .footer-con {
    align-items: center;
    width: 100%;
  }

  .text-footer-white {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }

  .app-wrap {
    justify-content: center;
  }

  .footer-center {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-top-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .stay-connect {
    align-items: center;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-l-2 {
    display: none;
  }

  .footer-info {
    align-items: center;
    width: 100%;
  }

  .banner-form {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .subscribe-form-footer {
    grid-column-gap: 8px;
  }

  .about-us-tablet {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
  }

  .name-field {
    grid-column-gap: 8px;
  }

  .icon-card-new {
    height: 20px;
    display: block;
  }

  .tab-panels-contain {
    height: auto;
  }

  .right-tab-slide {
    width: 400%;
    margin-left: 0%;
    position: static;
  }

  .tab-slide-child {
    width: 100%;
  }

  .benefit-con {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    align-items: stretch;
    height: auto;
  }

  .left-tab-slide {
    justify-content: flex-end;
    align-self: flex-end;
    width: 400%;
    height: 450px;
    margin-right: 0;
    position: static;
  }

  .tab-content-info {
    max-width: 100%;
  }

  .tab-panel {
    width: 100%;
    padding: 0 15px;
  }

  .subtitle-center {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    display: flex;
  }

  .hero-blog-wrapper {
    justify-content: flex-start;
    min-height: auto;
    padding-bottom: 20px;
    overflow: auto;
  }

  .gallery-title {
    width: 100%;
    margin-top: 0;
  }

  .gall-text {
    width: 100%;
  }

  .subtitle-wrapper.display-flex {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .subtitle-left {
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .subtitle-left.gallery {
    width: 80%;
  }

  .photo-item {
    width: 100%;
  }

  .blog-item-home-2 {
    min-width: 48vw;
  }

  .info-blog-con {
    height: 500px;
  }

  .main-slide-card {
    max-width: 100%;
    height: 400px;
  }

  .image-slider {
    object-position: 50% 15%;
  }

  .banner-grid {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .gradient-wrapper {
    filter: blur(180px);
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

  .top-section-2 {
    padding-top: 90px;
  }

  .background-red-fill {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .content-info {
    align-items: center;
    width: 100%;
  }

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

  .cta-title {
    width: 100%;
    max-width: none;
  }

  .cta-left {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .section-looping-logos {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .grid-logos-wrapper {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .add-to-cart-2 {
    flex-direction: column;
    display: flex;
  }

  .shop-lightbox-wrap {
    grid-column-gap: 15px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .shop-details-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .shop-tablet-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    border-radius: 12px;
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
    display: block;
  }

  .portfolio-image-cover {
    display: none;
  }

  .section-shop-details {
    padding-top: 120px;
    overflow: hidden;
  }

  .shop-lightbox-item {
    width: 48%;
  }

  .shop-lightbox-item:last-child {
    width: 100%;
  }

  .shop-sticky-block {
    position: relative;
    top: 0;
  }

  .shop-lightbox {
    display: flex;
  }

  .solid-view-circle {
    border-style: solid;
    border-color: #afafaf80;
    width: 100px;
    height: 100px;
    display: none;
  }

  .lightbox-link-shop {
    min-width: 100%;
    height: 400px;
  }

  .shop-text-wrapper-2.margin {
    margin-top: 50px;
  }

  .services-mask {
    width: 70%;
  }

  .small-image {
    min-height: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-images {
    grid-template-columns: .5fr .5fr .5fr;
  }

  .paralax-background.about-one, .paralax-background.about-seven {
    background-position: 50% 0;
  }

  .medium-image {
    min-height: 300px;
    margin-top: 0;
  }

  .contacts-item-wrap-home-1 {
    width: 75%;
  }

  .content-item-home-1 {
    align-items: center;
  }

  .short-info-content-2 {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .need-help-form {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .price-top {
    align-items: flex-end;
  }

  .hero-price-item {
    grid-row-gap: 0px;
    grid-template-columns: 40% 60%;
  }

  .price-bottom {
    border-top: 1px solid var(--border-15);
    margin-top: 40px;
    padding-top: 40px;
  }

  .button-pricing-wrap {
    border-left-style: none;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
  }

  .starter-package {
    width: 100%;
  }

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

  .price-top-wrapper {
    width: 100%;
  }

  .benefits-wrap {
    padding-top: 0;
  }

  .small-photo {
    min-height: 250px;
  }

  .animal-background-img {
    background-position: 50% 35%;
  }

  .photo-gall {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .lightbox-hover-content {
    display: none;
  }

  .grid-event {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .blog-hero-item {
    height: 650px;
  }

  .collection-our-blog-list-wrap {
    height: auto;
  }

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

  .our-blog-container-2 {
    height: 400px;
  }

  .banner-2-wrap {
    text-align: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-2-description {
    width: 90%;
  }

  .card-slide {
    margin-right: 20px;
  }

  .cards-mask {
    width: 60%;
  }

  .hero-description {
    width: 90%;
  }

  .banner-3-wrap {
    text-align: center;
    align-items: center;
    width: 90%;
    margin-left: 0;
    padding-left: 0;
  }

  .product-slider-arrow {
    bottom: 80px;
  }

  .background.one.inner {
    background-position: 50%;
    height: 65vh;
  }

  .slider-background-wrap {
    padding: 60px;
  }

  .slider-background-wrap.hero-wrapper {
    height: auto;
    min-height: auto;
    padding-left: 60px;
  }

  .skills-item.left-top-last-one-left {
    border-bottom-style: none;
  }

  .tab-faq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .hover-cover {
    display: none;
  }

  .lightbox-link {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    inset: -60px 0% auto;
  }

  .content-grid {
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .video-cover {
    justify-content: center;
    width: auto;
    height: 500px;
    position: relative;
  }

  .play-icon {
    width: 16px;
  }

  .history-intro {
    padding-top: 0;
    padding-bottom: 120px;
  }

  .video-grid-wrapper {
    grid-row-gap: 48px;
  }

  .sticky-portrait-wrapper {
    padding: 30px;
  }

  .span-avatar {
    border-radius: .35rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 6;
  }

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

  .stacked-content {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .stacked-content.reverse {
    flex-direction: column-reverse;
  }

  .founder-image {
    min-height: 475px;
  }

  .founder-grid {
    grid-column-gap: 20px;
  }

  .hero-content {
    padding-top: 160px;
    padding-bottom: 200px;
  }

  .banner-3-content {
    text-align: center;
    width: 90%;
  }

  .overlay-home-3 {
    background-color: #192331b3;
  }

  .scroll-banner-3-link {
    display: none;
  }

  .left-hero-con {
    width: 100%;
    position: relative;
    top: 0%;
  }

  .hero-slider-banner {
    background-position: 0 0;
    width: 100%;
    height: 107vh;
    max-height: 100%;
  }

  .right-hero-con {
    justify-content: flex-start;
    width: 100%;
    position: relative;
    top: 0%;
  }

  .core-value {
    height: 300px;
  }

  .form-con-home-3 {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .blog-home-3 {
    height: auto;
  }

  .news-collection {
    grid-template-columns: 1fr 1fr;
  }

  .testimoninal-home-3 {
    width: 60%;
  }

  .white-review {
    font-size: 18px;
  }

  .general-rewiev-wrap {
    grid-column-gap: 40px;
  }

  .review-photo {
    width: 40%;
  }

  .banner-3-description, .hero-description-home-3 {
    width: 100%;
  }

  .photo-form {
    width: 100%;
    height: 400px;
  }

  .hover-link-arrow {
    width: 60px;
    height: 60px;
  }

  .full-width-panel {
    width: 100%;
    padding: 0 15px;
  }

  .tab-content-home-4 {
    max-width: 100%;
  }

  .steps-dot {
    display: none;
  }

  .steps-card {
    min-height: auto;
  }

  .steps-circle-outline.three {
    display: none;
  }

  .steps-cards {
    padding-left: 0;
  }

  .steps-card-wrapper {
    grid-row-gap: 15px;
  }

  .steps-sticky-card {
    background-position: 50% 5%;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    min-width: 100%;
    max-width: 100%;
    height: 450px;
    padding-top: 26px;
    position: relative;
    top: auto;
  }

  .steps-tracker {
    display: none;
  }

  .steps-grid {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonial-slide {
    height: auto;
  }

  .wrapper-blog-classic {
    padding-left: 0;
  }

  .list-grid {
    border-top: 1px solid #afafaf80;
  }

  .list-grid.our-blog {
    border-top-style: none;
  }

  .blog-content {
    width: 100%;
  }

  .list-blog-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-image-container {
    width: 100%;
    height: 400px;
  }

  .blog-container {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .featured-work-slider {
    padding-bottom: 200px;
  }

  .slider-arrow-icon-2 {
    width: auto;
    height: auto;
  }

  .collection-grid-4-2 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
  }

  .projects-mask {
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-collection-item-2:nth-child(odd) {
    margin-bottom: 0;
  }

  .projects-arrow {
    justify-content: flex-start;
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 100px 90px;
  }

  .projects-arrow.left {
    justify-content: flex-end;
    bottom: 100px;
    left: 0;
    right: 90px;
  }

  .hover-slider-arrow {
    width: 100%;
    max-width: 45px;
    height: 100%;
    max-height: 45px;
  }

  .instagram-image {
    min-height: 18vw;
  }

  .instagram-image.middle {
    min-width: 25vw;
    min-height: 10vw;
    font-size: 15px;
  }

  .instagram-grid {
    grid-row-gap: 6px;
  }

  .contacts-arrows-divider-3 {
    right: 40px;
  }

  .contacts-left-arrow-2 {
    right: 41px;
  }

  .contacts-form-wrap {
    width: 100%;
  }

  .contacts-content-wrapper-3 {
    width: 100%;
    padding-right: 0;
  }

  .support-text {
    width: 100%;
  }

  .contacts-title-3 {
    width: 90%;
  }

  .contacts-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .h2-title-3 {
    width: 90%;
  }

  .benefits-line {
    display: none;
  }

  .benefits-line.support {
    display: block;
  }

  .left-video-con {
    background-image: none;
    width: 100%;
  }

  .banner-5-hero-section {
    padding-top: 240px;
    padding-bottom: 200px;
  }

  .banner-5-description {
    width: 90%;
    color: var(--white-color);
    margin-top: 20px;
  }

  .map-item {
    height: 260px;
  }

  .circle-wrapper.circle-10, .circle-wrapper.circle-6, .circle-wrapper.circle-2 {
    display: none;
  }

  .circle-wrapper.circle-5 {
    left: 25%;
  }

  .circle-wrapper.circle-11 {
    display: none;
  }

  .circle-wrapper.circle-20 {
    top: 27%;
  }

  .circle-wrapper.circle-21 {
    left: 74%;
  }

  .circle-wrapper.circle-22 {
    display: none;
  }

  .circle-wrapper.circle-23 {
    top: 10%;
  }

  .circle-wrapper.circle-18 {
    display: none;
  }

  .circle-wrapper.circle-15 {
    bottom: 58%;
    right: 2%;
  }

  .circle-wrapper.circle-8 {
    bottom: 28%;
    right: 1%;
  }

  .circle-wrapper.circle-26, .circle-wrapper.circle-16 {
    display: none;
  }

  .circle-wrapper.circle-25 {
    display: none;
    top: 37%;
    left: 67%;
  }

  .circle-wrapper.circle-4 {
    bottom: 84%;
    left: 22%;
  }

  .left-info {
    width: 90%;
  }

  .image-legal-work {
    justify-content: flex-end;
    display: flex;
    inset: 0% auto 0% 0%;
  }

  .low-content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .low-content.right-content-item {
    padding-left: 0;
  }

  .services-h-3 {
    width: 100%;
  }

  .slider-container-2 {
    min-height: auto;
  }

  .business-slide-arrow {
    top: auto;
    bottom: 30rem;
  }

  .business-slide-arrow.right-slide-arrow {
    flex-direction: row-reverse;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    left: auto;
    right: 3rem;
  }

  .business-slide-arrow.left-slide-arrow {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    left: 3rem;
    right: auto;
  }

  .saas-img {
    min-width: 100vw;
    min-height: 35rem;
  }

  .saas-img.two {
    margin-left: -50vw;
  }

  .image-layer-two {
    min-width: 100vw;
  }

  .content-intro-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .content-intro-wrap.busines-slide {
    flex-direction: column-reverse;
  }

  .image-layer-one {
    justify-content: flex-end;
  }

  .business-image {
    background-position: 60% 100%;
  }

  .slider-overlay {
    background-image: linear-gradient(354deg, var(--transparent) 30%, #2b3a4fa6 92%), linear-gradient(to bottom, #06bcc11a, #21da7659 96%);
  }

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

  .text-animation {
    font-size: 35px;
  }

  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .h2-title-4 {
    width: 90%;
  }

  .team-photo-item {
    min-height: 475px;
  }

  .banner-5-video-ov {
    background-color: #061120b3;
    background-image: linear-gradient(135deg, #21da7633, var(--transparent) 46%, #06bcc159);
  }

  .hero-form-home-5 {
    align-items: center;
    width: 90%;
  }

  .hero-carrer-wrapper {
    width: 85vw;
  }

  .free-demo-form {
    margin-left: auto;
    margin-right: auto;
  }

  .product-photo {
    flex: 0 auto;
    width: 100%;
    height: 400px;
    padding: 20px;
    display: none;
  }

  .hero-stream-con {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .product-characteristics-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .product-characteristics {
    width: 100%;
  }

  .product-photo-tablet {
    flex: 0 auto;
    width: 100%;
    height: 400px;
    margin-top: 40px;
    padding: 20px;
    display: flex;
  }

  .hero-stream-left {
    width: 100%;
  }

  .center-align {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-shop-filter-category {
    grid-template-columns: 1fr 1fr;
  }

  .faq-title {
    width: 100%;
    font-size: 55px;
  }

  .home-2-bg.changelog {
    background-position: 50%;
  }

  .checkout-form {
    padding-top: 140px;
  }

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

  .flex-row {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-row.mb-20 {
    flex-direction: column;
  }

  .loop-container {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
  }

  .image-content-right {
    display: none;
  }

  .coming-soon-paragraph-2 {
    text-align: center;
    width: 100%;
  }

  .coming-soon-wrapper-2 {
    align-items: center;
  }

  .coming-soon-heading-2 {
    text-align: center;
    width: 75%;
  }

  .hero-form-coming-soon {
    align-items: center;
    width: 85%;
  }

  .category-our-blog {
    height: auto;
  }

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

  .blog-template-wrapper-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-wrapper-2.banner {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-paragraph {
    width: 87%;
  }

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

  .blog-template-pagination-2 {
    margin-top: 60px;
  }

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

  .section-blog-details {
    height: 450px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-intro-content {
    width: 100%;
    min-height: auto;
    padding-bottom: 100px;
  }

  .scroll-blog-link {
    margin-bottom: -80px;
  }

  .blog-details-title {
    font-size: 50px;
  }

  .slider-blog-arrow {
    padding-right: 60px;
  }

  .slider-blog-arrow.right {
    padding-left: 60px;
  }

  .blog-review {
    padding: 30px;
  }

  .landing-performance-item-title {
    max-width: 220px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .landing-inner-page-item.home-screen {
    width: 233px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .main-screens-wrapper {
    width: 100%;
  }

  .section-title-wrapper {
    max-width: 580px;
  }

  .section-title-wrapper.lp-wrap {
    max-width: 630px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section-title-description, .section-title-description.width {
    width: 100%;
  }

  .landing-home-pages-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .lp-title {
    width: 90%;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .btn-header-wrapper {
    display: none;
  }

  .primary-form-button {
    display: block;
  }

  .overlay-banner-2 {
    background-color: #2b3a4f8c;
  }

  .banner-title-5 {
    color: var(--white-color);
    font-size: 55px;
  }

  .secondary-soft-button, .primary-form-button-white {
    display: block;
  }

  .subscribe-form-footer-dark {
    grid-column-gap: 8px;
  }

  .subscribe-form-footer-dark.home-5 {
    border-color: #ffffff40;
  }

  .form-input-dark.home-5 {
    color: var(--white-color);
    border-color: #fff3;
  }

  .form-input-dark.home-5:focus {
    color: var(--white-color);
    border-color: #fff;
  }

  .form-input-dark.home-5::placeholder {
    color: var(--white-50);
  }

  .address-link-text {
    padding-right: 20px;
  }

  .primary-button-dark {
    display: block;
  }

  .links-socials {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: center;
  }

  .links-container {
    justify-content: center;
    width: 100%;
  }

  .footer-info-2 {
    align-items: center;
    width: 100%;
  }

  .footer-top-link-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .home-4-video-wrapper {
    justify-content: center;
    margin-bottom: 40px;
  }

  .left-banner-con {
    align-items: center;
  }

  .right-banner-con {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 65%;
    display: flex;
  }

  .btn-home-3-wrap {
    justify-content: center;
  }

  .no-shrink-btn {
    width: auto;
  }

  .secondary-stroke-button {
    display: block;
  }

  .open-pop-up-wrapper.full-width {
    width: 100%;
  }

  .success-message-soft-dark.tablet-white {
    color: var(--white-color);
  }

  .soft-logo-dark {
    display: none;
  }

  .nav-dark-link {
    color: var(--text-color);
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 0;
    line-height: 1.5em;
  }

  .nav-dropdown-dark-icon {
    color: var(--text-color);
    justify-content: space-between;
    font-size: 14px;
    display: block;
    inset: 0% 22px 0% auto;
  }

  .nav-dark-item {
    color: var(--text-color);
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .btn-tablet-wrap {
    justify-content: space-between;
    margin-top: 40px;
    padding-right: 20px;
    display: flex;
  }

  .hero-bottom {
    width: 100%;
  }

  .hero-image-strip.right-side {
    grid-template-columns: 1fr;
    padding-top: 25vh;
  }

  .hero-image-strip.left {
    grid-template-columns: 1fr;
  }

  .home-hero {
    height: auto;
    min-height: 800px;
  }

  .hero-banner-image {
    width: 20vw;
    height: 20vw;
    min-height: 20vw;
  }

  .hero-banner-image.ten {
    z-index: 10;
  }

  .hero-banner-image.two {
    margin-left: 0;
  }

  .hero-banner-image.nine {
    margin-right: 40px;
  }

  .hero-wrapper {
    height: auto;
  }

  .hero-home-3-content {
    padding-top: 120px;
    padding-bottom: 20vh;
  }

  .photo-light-ov.soft-light {
    background-color: #fef7f466;
  }

  .nav-menu-left {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .primary-button-payment {
    display: block;
  }

  .font-awesome {
    width: 75%;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 35px;
  }

  blockquote {
    background-size: auto 20px;
    padding-top: 40px;
    font-size: 20px;
  }

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

  .section.without-top-spacing, .section.without-top-spacing-clip {
    padding-top: 0;
  }

  .section.our-news-banner {
    min-height: 350px;
    padding-top: 140px;
  }

  .section.our-news, .section.licensing {
    min-height: 350px;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.landing-banner {
    padding-top: 120px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid var(--border-15);
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid var(--border-15);
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-right-style: none;
    border-bottom-color: var(--border-15);
    border-left-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid var(--border-15);
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: var(--white-20);
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom: 1px solid var(--border-15);
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

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

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .h2-tablet {
    font-size: 35px;
  }

  .h2-mobile.extra {
    font-size: 16px;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 20px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 45%;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

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

  .headings-container {
    grid-row-gap: 30px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .main-description, .main-description-banner {
    width: 100%;
    margin-top: 20px;
  }

  .h2-title {
    width: 100%;
  }

  .brand-logo.w--current {
    padding-left: 0;
  }

  .nav-menu-3 {
    max-width: none;
  }

  .dropdown-menu-2 {
    overflow: hidden;
  }

  .home-1-section {
    min-height: 760px;
  }

  .our-testimoninal {
    margin-top: 40px;
  }

  .home-1-content-main {
    width: 100%;
  }

  .left-content-info {
    padding-right: 0;
  }

  .section-about {
    padding-top: 60px;
  }

  .methods-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-about-justa {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    margin-bottom: 60px;
  }

  .div-inputoutput {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-company-title {
    align-self: center;
    margin-left: 0;
    position: relative;
    top: 0;
  }

  .about-methotds {
    padding-left: 0;
  }

  .about-methods-left {
    align-self: start;
    position: relative;
    top: 0;
  }

  .h6-color {
    margin-bottom: 15px;
  }

  .about-us-text {
    font-size: 18px;
    line-height: 22px;
  }

  .slide-heading {
    font-size: 48px;
  }

  .slide-content-2.flex-bottom {
    min-height: 525px;
    padding-top: 65vw;
  }

  .slide-intro.small {
    max-width: 100%;
  }

  .showcase-image {
    min-height: 70vw;
    max-height: 70vh;
  }

  .testimonials-with-bg-slide-nav-2 {
    padding-right: 0;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .section-products {
    padding-bottom: 60px;
  }

  .services-con {
    grid-template-columns: 1fr;
  }

  .center-wrap {
    margin-bottom: 40px;
  }

  .center-wrap.small-wrap {
    width: 100%;
  }

  .blue-gradient {
    top: -10%;
    right: 14%;
  }

  .blue-gradient.g-1 {
    top: 9%;
  }

  .h2-title-blog {
    width: 100%;
  }

  .stretch-wrap {
    margin-bottom: 40px;
  }

  .secondary-link-btn.pagination {
    margin-top: 40px;
  }

  .blog-short-title {
    font-size: 30px;
  }

  .primary-link-btn.pagination {
    margin-top: 40px;
  }

  .team-spacer, .team-item {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-slide-arrow {
    right: 15px;
  }

  .team-slide-arrow.team-arrow-left {
    right: 125px;
  }

  .main-description-team {
    width: 100%;
    margin-top: 20px;
  }

  .home-2-share-open-up-list.w--open {
    grid-column-gap: 20px;
    justify-content: flex-end;
    bottom: 40px;
  }

  .dynamic-price {
    align-items: flex-start;
  }

  .product-card-top {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .product-card-top.with-paddings {
    padding-left: 10px;
    padding-right: 10px;
  }

  .overlay-shop.detail-page {
    background-color: #2b3a4f80;
  }

  .testimonials-wrap {
    flex-direction: column;
    display: flex;
  }

  .flex-tablet-testimonials {
    width: 100%;
  }

  .flex-tablet-testimonials.reverse {
    flex-direction: column-reverse;
  }

  .flex-testimonials {
    width: 100%;
  }

  .flex-testimonials.reverse {
    flex-direction: column-reverse;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-video-wrapper {
    grid-row-gap: 12px;
    width: 95vw;
    padding: 15px;
  }

  .text-form {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .form-info {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .tab-content, .top-pricing, .top-info-price {
    width: 100%;
  }

  .our-pricing-width {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .tabs-menu-3 {
    margin-bottom: 40px;
  }

  .price-poto-con {
    width: 100%;
    height: 350px;
  }

  .hero-photo-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .about-animals-image-item {
    min-width: 200px;
    min-height: 200px;
  }

  .footer-l-1 {
    display: block;
  }

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

  .footer-l-3 {
    display: block;
  }

  .footer-description {
    margin-bottom: 40px;
    font-size: 50px;
  }

  .social-networks {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .footer-white-paradraph {
    width: 60%;
  }

  .footer-white-paradraph.par-1 {
    width: 70%;
  }

  .footer-l-4 {
    display: none;
  }

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

  .new-footer {
    padding-top: 60px;
  }

  .banner-form {
    width: 100%;
  }

  .subscribe-form-footer {
    grid-row-gap: 15px;
    border-radius: 12px;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-input.name {
    flex: 1;
    width: auto;
  }

  .about-us-tablet {
    margin-bottom: 20px;
  }

  .no-shrink-footer.full-mobile, .no-shrink-footer.full-width {
    width: 100%;
  }

  .benefit-con {
    grid-row-gap: 50px;
  }

  .subtitle-center {
    width: 100%;
  }

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

  .gall-text {
    max-width: 100%;
  }

  .subtitle-wrapper {
    margin-bottom: 40px;
  }

  .subtitle-wrapper.display-flex {
    flex-direction: column;
    align-items: flex-end;
  }

  .subtitle-left, .subtitle-left.gallery, .photo-item {
    width: 100%;
  }

  .blog-item-home-2 {
    min-width: 55vw;
  }

  .info-blog-con {
    height: 400px;
  }

  .circle {
    height: 80vh;
  }

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

  .cta {
    grid-row-gap: 20px;
    text-align: center;
  }

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

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

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

  .shop-lightbox-wrap {
    grid-row-gap: 25px;
  }

  .shop-details-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .shop-tablet-image {
    height: 400px;
  }

  .shop-details-price-wrapper {
    flex-wrap: wrap;
  }

  .section-shop-details {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .shop-lightbox-item {
    width: 48%;
  }

  .shop-details-title-2 {
    font-size: 40px;
  }

  .product-category-con {
    align-items: flex-start;
  }

  .lightbox-link-shop {
    height: 300px;
  }

  .shop-text-wrapper-2.margin {
    margin-top: 60px;
  }

  .h2-shop-details {
    font-size: 30px;
  }

  .hero-card-slider {
    margin-left: 0;
  }

  .services-mask {
    width: 85%;
  }

  .small-image, .large-image, .medium-image {
    min-height: 200px;
  }

  .contacts-item-wrap-home-1 {
    justify-content: flex-start;
    width: 100%;
  }

  .short-info-wrap-2 {
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .short-info-content-2 {
    justify-content: space-between;
  }

  .need-help-form {
    width: 100%;
  }

  .hero-price-item {
    grid-template-columns: auto 1fr;
  }

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

  .yearly-wrapper, .monthly-wrapper {
    text-align: center;
  }

  .button-pricing-wrap {
    align-items: flex-start;
  }

  .tab-text-benefit {
    font-size: 12px;
  }

  .large-photo {
    min-height: 300px;
    max-height: 450px;
  }

  .small-photo {
    min-height: 200px;
  }

  .photo-gall {
    grid-row-gap: 12px;
    margin-left: 0;
  }

  .grid-event {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

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

  .banner-2-wrap, .banner-2-description {
    width: 100%;
  }

  .our-merch-slider {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .cards-mask {
    width: 80%;
  }

  .cards-slider {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .hero-description {
    width: 100%;
    margin-top: 20px;
  }

  .banner-3-wrap {
    width: 100%;
  }

  .product-slider-arrow {
    width: 48px;
    height: 48px;
  }

  .slider-background-wrap {
    flex-direction: row;
    padding: 20px;
  }

  .slider-background-wrap.hero-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lightbox-link {
    width: 100px;
    height: 100px;
    top: -50px;
  }

  .video-cover {
    height: 350px;
  }

  .play-icon {
    width: 14px;
  }

  .history-intro {
    padding-bottom: 90px;
  }

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

  .sticky-portrait-wrapper {
    padding: 20px;
    position: relative;
    top: 0;
  }

  .span-avatar {
    background-size: 2.5rem 2.5rem;
    height: 2.2rem;
    margin-top: -2rem;
    bottom: -.3em;
  }

  .card-background.founder--3, .card-background.founder-4 {
    background-position: 50% 0;
  }

  .founder-wrapper {
    padding-top: 40px;
  }

  .founder-image {
    min-height: 550px;
  }

  .founder-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .hero-content {
    margin-top: 0;
    padding-bottom: 160px;
  }

  .scroll-circle-2 {
    width: 120px;
    height: 120px;
  }

  .banner-3-content {
    width: 100%;
  }

  .overlay-home-3 {
    background-image: linear-gradient(225deg, #21da7640, var(--transparent) 43%), linear-gradient(to bottom, transparent, #172335b3 82%);
  }

  .banner-3-form, .story-description {
    width: 100%;
  }

  .story-description.tablet {
    display: none;
  }

  .story-description._100 {
    display: block;
  }

  .left-hero-con, .right-hero-con {
    align-self: start;
    position: relative;
    top: 0;
  }

  .core-value {
    height: 260px;
  }

  .form-con-home-3 {
    grid-row-gap: 40px;
  }

  .news-collection {
    grid-template-columns: 1fr;
  }

  .testimoninal-home-3 {
    width: 100%;
  }

  .general-rewiev-wrap {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .general-rewiev-wrap.reverse {
    flex-direction: column-reverse;
  }

  .review-photo {
    width: 100%;
    height: 250px;
  }

  .photo-autor {
    background-position: 50% 20%;
  }

  .photo-autor.photo-autor-2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Img-4-1_1Img-4 (1).webp');
    background-position: 0 0, 50% 0;
  }

  .photo-autor.photo-autor-3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Img-1-1_1Img-1 (1).webp');
    background-position: 0 0, 50% 0;
  }

  .photo-autor.photo-autor-4 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Img-3_3Img-3.webp');
    background-position: 0 0, 50% 0;
  }

  .banner-3-description, .need-a-result-form {
    width: 100%;
  }

  .hero-description-home-3 {
    width: 100%;
    margin-top: 20px;
  }

  .photo-form {
    width: 100%;
    height: 350px;
  }

  .hero-saas-png {
    width: 30vh;
    min-width: 30vh;
  }

  .steps-content {
    grid-row-gap: 40px;
  }

  .steps-sticky-card {
    height: 400px;
  }

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

  .steps-grid {
    grid-row-gap: 40px;
    padding-left: 0;
  }

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

  .description {
    width: 100%;
  }

  .testimonial-intro-text {
    font-size: 22px;
  }

  .collection-grid-4-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .projects-mask {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-collection-item-2:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .instagram-image {
    min-height: 30vw;
  }

  .instagram-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-title-3 {
    margin-bottom: 20px;
  }

  .h2-title-3 {
    width: 100%;
  }

  .banner-5-hero-section {
    padding-top: 180px;
    padding-bottom: 160px;
  }

  .banner-5-description {
    width: 100%;
  }

  .map-container.mb-60-40 {
    margin-bottom: 40px;
  }

  .map-item {
    height: 185px;
  }

  .circle-wrapper.circle-19 {
    top: 33%;
    left: 75%;
  }

  .circle-wrapper.circle-5 {
    left: 19%;
  }

  .circle-wrapper.circle-3, .circle-wrapper.circle-21, .circle-wrapper.circle-8, .circle-wrapper.circle-14 {
    display: none;
  }

  .circle-wrapper.circle-13 {
    bottom: 84%;
    left: 65%;
  }

  .circle-wrapper.circle-12 {
    right: 8%;
  }

  .large-circle {
    width: 20px;
    height: 20px;
  }

  .large-circle-item {
    width: 30px;
    height: 30px;
  }

  .left-info {
    width: 100%;
  }

  .slider-home-3-content-fill, .slide-item-1.left, .slide-item-1.right {
    height: auto;
  }

  .low-content {
    height: 100%;
    padding-bottom: 40px;
  }

  .low-content.right-content-item {
    padding-left: 0;
  }

  .services-h-3 {
    width: 80%;
    margin-bottom: 20px;
  }

  .business-slide-arrow {
    bottom: 19.5rem;
  }

  .business-slide-arrow.right-slide-arrow {
    right: 2.25rem;
  }

  .business-slide-arrow.left-slide-arrow {
    left: 2.25rem;
  }

  .saas-img {
    min-height: 25rem;
  }

  .content-intro-wrap {
    justify-content: flex-start;
  }

  .business-image {
    background-position: 55% 70%;
  }

  .text-animation {
    font-size: 30px;
  }

  .right-arrow-wrap {
    display: none;
  }

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

  .h2-title-4 {
    width: 100%;
  }

  .team-photo-item {
    min-height: 550px;
  }

  .h6-color-slider {
    margin-bottom: 15px;
  }

  .hero-form-home-5 {
    width: 100%;
  }

  .hero-carrer-wrapper {
    grid-row-gap: 12px;
    width: 95vw;
    padding: 15px;
  }

  .hero-stream-con {
    grid-row-gap: 50px;
  }

  .margin-top-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .product-photo-tablet {
    height: 350px;
  }

  .center-align {
    width: 100%;
  }

  .grid-shop-filter-category {
    grid-template-columns: 1fr;
  }

  .faq-title {
    font-size: 50px;
  }

  .checkout-form {
    padding-top: 120px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .con-right {
    margin-top: 20px;
    top: 0;
  }

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

  .image-content-right {
    height: 30rem;
  }

  .coming-soon-paragraph-2 {
    width: 70%;
  }

  .coming-soon-wrapper-2 {
    text-align: center;
    margin-left: 0%;
  }

  .coming-soon-heading-2 {
    width: 85%;
    font-size: 50px;
  }

  .hero-form-coming-soon {
    width: 100%;
  }

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

  .blog-template-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-paragraph {
    width: 100%;
  }

  .rich-blog-post-text h2 {
    margin-bottom: 20px;
  }

  .rich-blog-post-text figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .blog-template-pagination-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .short-title {
    font-size: 35px;
  }

  .blog-details-background-image {
    background-position: 35% 0;
  }

  .scroll-blog-circle {
    width: 120px;
    height: 120px;
  }

  .blog-intro-content {
    width: 100%;
    padding-top: 140px;
  }

  .scroll-blog-link {
    margin-bottom: -60px;
  }

  .review-blog-details {
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .blog-details-title {
    font-size: 45px;
  }

  .slider-blog-arrow {
    border-bottom: 1px solid var(--border-15);
    border-right-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .blog-review {
    padding: 20px;
    position: relative;
    top: 0;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .landing-inner-page-item, .landing-inner-page-item.home-screen {
    width: auto;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .main-screens-wrapper {
    align-items: center;
  }

  .section-title-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .landing-home-pages-wrapper.center {
    grid-template-columns: auto;
  }

  .landing-banner-title-wrapper {
    margin-bottom: 40px;
  }

  .lp-title {
    width: 100%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .address-footer {
    width: 60%;
  }

  .banner-title-5 {
    font-size: 50px;
  }

  .subscribe-form-footer-dark {
    grid-row-gap: 15px;
    border-radius: 12px;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .address-link-text {
    padding-right: 0;
  }

  .address-footer-top {
    width: 80%;
  }

  .links-socials {
    grid-row-gap: 20px;
  }

  .links-container {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-top-link-wrap {
    padding-top: 50px;
  }

  .home-4-video-wrapper {
    justify-content: flex-start;
  }

  .right-banner-con {
    width: 75%;
  }

  .home-1-btn-wrap {
    width: 100%;
  }

  .hero-bottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .hero-image-strip.right-side {
    padding-top: 50vh;
  }

  .hero-image-strip.left {
    grid-template-columns: 1fr 1fr;
  }

  .hero-banner-image.four {
    z-index: 10;
    top: 231px;
  }

  .hero-banner-image.ten {
    width: 25vw;
    height: 25vw;
    min-height: 25vw;
  }

  .hero-banner-image.three {
    border-radius: 12px;
  }

  .hero-banner-image.two {
    width: 25vw;
    height: 25vw;
    min-height: 25vw;
    margin-bottom: 40px;
  }

  .hero-banner-image.nine {
    width: 25vw;
    height: 25vw;
    min-height: 25vw;
    margin-top: 40px;
  }

  .hero-banner-image.fourteen {
    top: 850px;
  }

  .hero-banner-image.twelve {
    display: none;
  }

  .banner-3-par-width {
    width: 100%;
  }

  .hero-home-3-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .photo-light-ov {
    background-color: #fef7f440;
  }

  .photo-light-ov.soft-light {
    background-color: #fef7f480;
  }

  .nav-menu-left {
    max-width: none;
  }

  .font-awesome {
    width: 100%;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .image-104 {
    width: 70%;
  }

  .wpp {
    display: block;
    bottom: 4%;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: var(--white-20);
  }

  .grid-description.first-description {
    border-bottom: 1px none var(--white-20);
    border-left-style: none;
    border-right-style: solid;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .h2-mobile {
    max-width: 220px;
    font-size: 22px;
  }

  .h2-mobile.extra {
    font-size: 11px;
    font-weight: 500;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content, .style-guide-button-wrapper {
    width: 100%;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .megamenu-dropdown-wrapper-2 {
    align-items: center;
    width: 100%;
  }

  .nav-dropdown-white {
    align-items: center;
  }

  .dropdown-item {
    width: 100%;
  }

  .cart-container-item {
    border-radius: 0;
  }

  .dropdown-nav-list.megamenu-main-home {
    align-items: center;
    padding-right: 0;
  }

  .top-tablet-menu-2 {
    z-index: 100;
  }

  .nav-link-item {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .close-menu-button-2.w--open {
    padding-top: 4px;
  }

  .dropdown-menu-2 {
    z-index: 5;
    padding-top: 25px;
  }

  .our-testimoninal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 30px 20px;
  }

  .methods-container {
    padding: 20px;
  }

  .div-inputoutput {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .paragraph-services {
    font-size: 13px;
    line-height: 1.9em;
  }

  .services-item-card._3 {
    margin-bottom: 0;
  }

  .div-color {
    justify-content: flex-start;
  }

  .banner-title-1 {
    font-size: 54px;
    line-height: 1.1em;
  }

  .methods-title {
    margin-bottom: 15px;
  }

  .slide-heading {
    font-size: 40px;
  }

  .slide-content-2.flex-bottom {
    padding-top: 60vw;
    padding-bottom: 100px;
  }

  .product-showcase {
    overflow: hidden;
  }

  .slider-2.clip {
    max-width: none;
  }

  .showcase-products {
    grid-template-columns: 1fr;
  }

  .center-wrap.left {
    text-align: left;
    align-self: flex-start;
    align-items: flex-start;
  }

  .blue-gradient {
    inset: -27% -7% auto auto;
  }

  .no-shrink {
    width: 100%;
  }

  .blog-post-img {
    margin-top: 0;
    margin-bottom: -.2rem;
  }

  .home-blog-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr auto;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .team-spacer {
    border-bottom: 1px solid var(--border-15);
    padding-bottom: 40px;
  }

  .team-item {
    border-left: 1px #cfcfcc;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .team-hero-slider {
    flex-direction: column-reverse;
  }

  .team-mask {
    width: 100%;
  }

  .section-full-width {
    height: 550px;
  }

  .product-card-top.with-paddings {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-video-wrapper {
    grid-row-gap: 12px;
  }

  .inputs-container {
    grid-row-gap: 10px;
    flex-flow: wrap;
    place-content: space-between;
  }

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

  .tabs-menu-3 {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .pricing-tab.w--current {
    font-size: 18px;
  }

  .new-price-wrap, .new-price-wrap.mobile {
    display: none;
  }

  .list-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .our-mission-list {
    text-align: left;
  }

  .hero-photo-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .footer-form.borders {
    padding-left: 10px;
    padding-right: 10px;
  }

  .app-btn {
    width: 100%;
  }

  .footer-description {
    font-size: 40px;
  }

  .footer-white-paradraph, .footer-white-paradraph.par-1 {
    width: 100%;
  }

  .footer-con {
    flex-direction: column;
  }

  .app-wrap {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-copyright-3 {
    text-align: center;
    justify-content: center;
  }

  .app-img {
    height: 54px;
  }

  .footer-copyright-link-3 {
    margin-left: 5px;
  }

  .rights-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-form {
    width: 100%;
  }

  .subscribe-form-footer {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

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

  .form-circle {
    display: none;
  }

  .no-shrink-footer {
    width: 100%;
  }

  .tab-btn-child {
    width: 80%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .right-tab-slide {
    inset: auto auto 0% 0%;
  }

  .benefit-con {
    margin-bottom: 70px;
  }

  .left-tab-slide {
    height: 350px;
  }

  .tab-content-info {
    justify-content: flex-start;
  }

  .section-our-team {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero-blog-wrapper {
    grid-column-gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-item-home-2 {
    min-width: 90vw;
  }

  .bottom-tag {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    justify-content: center;
    width: 100%;
    inset: auto auto 0% 0%;
  }

  .top-card-wrapper {
    width: auto;
    display: none;
  }

  .banner-grid {
    grid-template-columns: auto;
    grid-auto-columns: auto;
    display: flex;
  }

  .prev-slider-arrow {
    bottom: 140px;
    right: 80px;
  }

  .slide-inner {
    padding: 0;
  }

  .card-thumbnail {
    height: auto;
  }

  .top-section-2 {
    padding-top: 70px;
  }

  .next-slider-arrow {
    inset: auto 20px 140px auto;
  }

  .background-red-fill {
    background-position: 95%;
  }

  .png-wrap {
    margin-bottom: 40px;
  }

  .png-text {
    font-size: 15px;
  }

  .png-image {
    max-width: 80%;
  }

  .cta-left {
    text-align: center;
    align-items: center;
  }

  .logo {
    min-width: 150px;
  }

  .shop-lightbox-wrap {
    grid-row-gap: 15px;
  }

  .shop-tablet-image {
    height: 300px;
  }

  .section-shop-details {
    padding-top: 100px;
  }

  .shop-lightbox-item {
    width: 100%;
  }

  .offer-card-wrapper {
    height: auto;
    min-height: 500px;
    max-height: 680px;
  }

  .services-card-content {
    padding-bottom: 60px;
  }

  .services-items-home-2 {
    padding-top: 10px;
  }

  .small-image {
    min-height: 120px;
  }

  .team-images {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .large-image, .medium-image {
    min-height: 120px;
  }

  .btn-banner-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    width: 100%;
  }

  .phone-container {
    grid-column-gap: 30px;
    flex-flow: wrap;
  }

  .contacts-item-wrap-home-1 {
    text-align: left;
  }

  .short-info-content-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .need-help-form {
    width: 100%;
  }

  .price-top {
    align-items: flex-start;
  }

  .hero-price-item {
    grid-template-columns: 1fr;
  }

  .toggle-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .button-pricing-wrap {
    border-top: 1px solid var(--border-15);
    border-right-style: none;
    margin-top: 40px;
    margin-right: 0;
    padding-top: 40px;
    padding-right: 0;
  }

  .benefits-tab {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .tab-text-benefit {
    font-size: 13px;
  }

  .tab-btn-selector {
    width: 80%;
    min-height: 43px;
    max-height: 43px;
    margin-left: auto;
    margin-right: auto;
  }

  .large-photo {
    min-height: 200px;
    max-height: 350px;
  }

  .small-image-grid {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .small-photo {
    min-height: 125px;
  }

  .photo-gall {
    grid-row-gap: 9px;
  }

  .grid-event {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .banner-2-description {
    width: 100%;
  }

  .card-slide {
    height: 100%;
  }

  .cards-mask {
    width: 90%;
    max-width: none;
    height: 100%;
  }

  .cards-slider {
    align-items: stretch;
    display: block;
  }

  .our-merch-items {
    grid-template-columns: 1fr;
  }

  .product-slider-arrow {
    bottom: 36px;
    left: 70px;
    right: 0;
  }

  .slider-background-wrap {
    min-height: auto;
    padding: 51px 6% 40px;
    position: relative;
  }

  .slider-background-wrap.hero-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tab-bottom-content {
    padding: 36px 24px;
  }

  .video-cover {
    min-height: 275px;
  }

  .sticky-portrait-wrapper {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .founder-image {
    min-height: 450px;
  }

  .hero-content {
    padding-bottom: 160px;
  }

  .scroll-banner-3-link {
    display: none;
  }

  .banner-3-form {
    grid-row-gap: 15px;
    flex-direction: column;
    width: 100%;
  }

  .story-text-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .story-description._100 {
    display: block;
  }

  .hero-slider-banner {
    background-position: 50% 0;
    min-height: 100%;
  }

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

  .core-value {
    width: 100%;
    height: 300px;
  }

  .border-wrap-reviews {
    margin-right: 10px;
    padding-right: 10px;
  }

  .banner-3-description, .need-a-result-form {
    width: 100%;
  }

  .hero-saas-png {
    height: 31vh;
  }

  .tab-content-home-4 {
    justify-content: flex-start;
  }

  .steps-cards {
    grid-template-columns: auto;
    width: 100%;
    padding-left: 0;
  }

  .steps-card-wrapper {
    grid-template-columns: auto;
  }

  .steps-sticky-card {
    min-width: auto;
    height: 350px;
    padding: 14px 12px 24px;
  }

  .steps-tracker {
    display: none;
  }

  .steps-grid {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
  }

  .steps-circle {
    display: none;
  }

  .blog-image-container {
    height: 350px;
  }

  .instagram-image {
    min-height: 48vw;
  }

  .instagram-image.middle {
    min-height: 20vw;
  }

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

  .contacts-title-3 {
    width: 100%;
  }

  .left-video-con {
    background-position: 50% 0;
    min-height: 100%;
  }

  .banner-5-hero-section {
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .banner-5-description {
    width: 100%;
    color: var(--primary-dark-blue);
  }

  .map-item {
    height: 120px;
  }

  .circle-wrapper.circle-20 {
    top: 12%;
    left: 6%;
  }

  .circle-wrapper.circle-9 {
    top: 39%;
  }

  .circle-wrapper.circle-13 {
    bottom: 77%;
    left: 56%;
  }

  .circle-wrapper.circle-17 {
    left: 15%;
  }

  .white-circle {
    width: 8px;
    height: 8px;
  }

  .white-mini-circle {
    width: 6px;
    height: 6px;
  }

  .large-circle-item {
    width: 25px;
    height: 25px;
  }

  .services-h-3 {
    width: 100%;
  }

  .business-slide-arrow {
    bottom: 14.5rem;
  }

  .saas-img {
    min-height: 20rem;
  }

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

  .h2-title-4 {
    font-size: 37px;
    line-height: 1.1em;
  }

  .team-photo-item {
    min-height: 450px;
  }

  .text-animation-wrapper {
    grid-row-gap: 20px;
  }

  .text-animation-item {
    height: 35%;
  }

  .text-animation-item.text-1 {
    height: 100%;
    inset: auto 0% 0%;
  }

  .text-animation-item.text-2 {
    display: none;
    top: 35%;
  }

  .text-animation-item.text-3 {
    display: none;
    bottom: 35%;
  }

  .text-animation-item.text-4 {
    display: none;
  }

  .hero-carrer-wrapper {
    grid-row-gap: 12px;
  }

  .free-demo-form {
    width: 100%;
  }

  .product-photo, .product-photo-tablet {
    height: 250px;
  }

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

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

  ._404-content-wrapper-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._404-paragraph-2 {
    width: 90%;
  }

  .top-form {
    flex-direction: column;
    align-items: stretch;
  }

  .required-title {
    align-self: flex-end;
    margin-top: 5px;
  }

  .loop-container {
    grid-template-columns: 1fr;
  }

  .coming-soon-form-con {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .coming-soon-paragraph-2 {
    width: 100%;
  }

  .coming-soon-heading-2 {
    width: 100%;
    font-size: 45px;
  }

  .circle-link-wrapper {
    margin-left: -48px;
  }

  .data-line-container {
    width: 30px;
  }

  .data-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .blog-details-background-image {
    background-position: 24% 0;
  }

  .data-line {
    width: 30px;
  }

  .slider-blog-arrow {
    border-right-style: none;
    width: 100%;
    padding-bottom: 25px;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 25px;
  }

  .blog-review {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .primary-form-button {
    font-size: 17px;
  }

  .address-footer {
    width: 100%;
  }

  .banner-title-5 {
    color: var(--primary-dark-blue);
    font-size: 45px;
  }

  .subscribe-form-footer-dark {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .address-footer-top {
    width: 100%;
  }

  .links-container {
    grid-column-gap: 40px;
    grid-row-gap: 15px;
    justify-content: center;
  }

  .right-banner-con {
    width: 100%;
  }

  .btn-home-3-wrap {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .hero-bottom {
    justify-content: flex-start;
  }

  .next-video-level, .no-shrink-btn-2.full-mobile {
    width: 100%;
  }

  .hero-image-strip.right-side {
    padding-top: 30vh;
  }

  .hero-image-strip.left {
    padding-top: 49vh;
  }

  .home-hero {
    min-height: 770px;
  }

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

  .hero-banner-image.four {
    margin-right: 120px;
    top: 180px;
  }

  .hero-banner-image.thirteen {
    top: 140px;
  }

  .hero-banner-image.ten {
    top: 100px;
  }

  .hero-banner-image.three {
    top: 200px;
  }

  .hero-banner-image.two, .hero-banner-image.nine {
    display: none;
  }

  .hero-banner-image.fourteen {
    top: 120px;
  }

  .hero-banner-image.twelve {
    left: 0%;
  }

  .banner--3-top-title {
    width: 100%;
  }

  .hero-home-3-content {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .photo-light-ov {
    background-color: #fef7f499;
  }

  .btn-wrapper {
    width: 100%;
  }

  .hero-trigger {
    margin-top: 92vh;
  }

  .hero-home-info {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .div-block, .div-block-2 {
    width: 100%;
  }

  .columns {
    margin-top: 21px;
  }

  .column {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-2 {
    align-items: flex-start;
  }

  .image-105 {
    max-width: 44px;
  }

  .wpp {
    background-position: 50%;
    background-size: 29px;
    border-radius: 100px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 11px;
    font-size: 17px;
    inset: auto 4% 0% auto;
  }

  .text-block-19 {
    padding-left: 23px;
    font-size: 13px;
  }

  .text-span-21 {
    font-size: 11px;
    display: none;
  }

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

  .grid-3 {
    display: block;
  }
}

#w-node-fca3bc6e-03de-99de-2206-310c9e37f8f8-72b60c95 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_61b271a0-b48e-e6e3-f5a1-a9f8ba73b00c-72b60c95 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_61b271a0-b48e-e6e3-f5a1-a9f8ba73b00d-72b60c95 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_61b271a0-b48e-e6e3-f5a1-a9f8ba73b012-72b60c95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61b271a0-b48e-e6e3-f5a1-a9f8ba73b018-72b60c95 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-f54ebb64-3e8f-4357-1dce-17e08ab76e0b-72b60c95, #w-node-_9a9d2a0a-34f8-2362-79a5-606f701d11f4-72b60c95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61b271a0-b48e-e6e3-f5a1-a9f8ba73b008-72b60c95 {
  place-self: start end;
}

#w-node-acfae8cb-e154-4ebc-8971-14d84e01bf05-72b60c95, #w-node-_85eae7ba-d8b5-fadd-6ed9-da4446f811ee-72b60c95, #w-node-_700294f1-ae53-d065-84af-1c05b66de9ec-72b60c95, #w-node-_229b3279-315d-cc77-82df-432232d3e432-72b60c95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-facae3c7-9f9b-a7a9-7e9c-6db9a4b85504-72b60c95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-facae3c7-9f9b-a7a9-7e9c-6db9a4b85506-72b60c95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-facae3c7-9f9b-a7a9-7e9c-6db9a4b85507-72b60c95 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-facae3c7-9f9b-a7a9-7e9c-6db9a4b85509-72b60c95 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-facae3c7-9f9b-a7a9-7e9c-6db9a4b8550e-72b60c95 {
  align-self: stretch;
}

#w-node-facae3c7-9f9b-a7a9-7e9c-6db9a4b85516-72b60c95, #w-node-facae3c7-9f9b-a7a9-7e9c-6db9a4b85529-72b60c95, #w-node-facae3c7-9f9b-a7a9-7e9c-6db9a4b8553c-72b60c95 {
  align-self: end;
}

#w-node-_8c3f4c0a-30ba-58d6-5bc2-b8159caf7047-72b60c95, #w-node-_428ff473-6e54-50f8-448e-2bc433877d88-72b60c95, #w-node-_41e98b4a-5731-c38e-35b2-5c93f687b2c6-72b60c95, #w-node-e00a59d4-ac77-95d5-5ca2-e4ebb9bdce22-72b60c95, #w-node-b9741a35-912a-27be-0532-859d1d3f6113-72b60c95, #w-node-_74901e19-ef47-e0c0-21aa-5ef7e2da9148-72b60c95, #w-node-a133d429-7f53-a38e-8d1e-4b621634e908-72b60c95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8749e047-4b95-0a70-6cf3-7a4afa948f43-72b60c95 {
  grid-area: 1 / 1 / 3 / 3;
  align-self: stretch;
}

#w-node-_8749e047-4b95-0a70-6cf3-7a4afa948f44-72b60c95 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8749e047-4b95-0a70-6cf3-7a4afa948f61-72b60c95 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88492eb0-3d2a-1115-80bf-0b6c3e32ca7b-72b60c95 {
  place-self: start stretch;
}

#w-node-b8bb9790-a756-475d-be55-4eb6410b256e-72b60c95 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b8bb9790-a756-475d-be55-4eb6410b256f-72b60c95 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-f867a134-c574-f408-2f3d-b9f0e6a7f5ae-72b60c95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78987a7b-cc4c-b5f0-38a2-cee9af93132d-72b60c95 {
  justify-self: center;
}

#w-node-_5a79c0da-b4dd-aa31-9190-fa0efa3a5551-72b60c95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78987a7b-cc4c-b5f0-38a2-cee9af931357-72b60c95, #w-node-fd7f9c3a-9f65-e1a7-b811-629350a5083c-72b60c95 {
  justify-self: center;
}

#w-node-edef9b2c-ff56-d1dc-64dd-32b5e201c72f-72b60c95, #w-node-b6d06cde-b76d-4094-7553-fa7f9db2f222-72b60c95 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c021e3e2-a329-0052-a7c0-449a44ea29d2-40fb54e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8a505e5-0c4c-c378-a839-310013625ea3-13625e77 {
  place-self: center;
}

#w-node-_845fe87c-f034-e1a3-fea7-e994761fbbd2-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbd3-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbd5-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbd6-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbd7-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbd9-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbda-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbdc-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbdd-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbdf-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbe0-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbe1-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbe3-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbe4-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbe6-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbe7-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbe9-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbea-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbed-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbee-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbef-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbf1-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbf2-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbf4-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbf5-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbf7-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbf8-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbfa-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbfb-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbfc-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbfe-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbbff-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbc01-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbc02-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbc04-72b60cfe, #w-node-_845fe87c-f034-e1a3-fea7-e994761fbc05-72b60cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ce6ffc5-25ea-24ae-d12c-8250e2609032-72b60d01 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4ce6ffc5-25ea-24ae-d12c-8250e2609034-72b60d01 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_4ce6ffc5-25ea-24ae-d12c-8250e2609037-72b60d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ce6ffc5-25ea-24ae-d12c-8250e2609041-72b60d01 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-_6e1f8ff7-e85b-4c94-8012-3b2c27238c28-72b60d01 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6e1f8ff7-e85b-4c94-8012-3b2c27238c29-72b60d01 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f50634bb-a3d8-c4bf-6e00-5967db9e126a-72b60d02 {
  justify-self: stretch;
}

#w-node-_7a0f9d6e-9f47-8d9a-80df-a408b89149c4-72b60d04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_712f84f2-1a75-7730-7a6d-ee08c6ebc7b7-72b60d04 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_712f84f2-1a75-7730-7a6d-ee08c6ebc7ca-72b60d04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_712f84f2-1a75-7730-7a6d-ee08c6ebc817-72b60d04 {
  justify-self: stretch;
}

#w-node-_714a13dd-80e1-12c1-ed7a-3d1b080c77e5-72b60d04, #w-node-_714a13dd-80e1-12c1-ed7a-3d1b080c7807-72b60d04, #w-node-_714a13dd-80e1-12c1-ed7a-3d1b080c7829-72b60d04, #w-node-_714a13dd-80e1-12c1-ed7a-3d1b080c783a-72b60d04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fca3bc6e-03de-99de-2206-310c9e37f8f8-72b60d1c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_88492eb0-3d2a-1115-80bf-0b6c3e32ca7b-72b60d1c {
  place-self: start stretch;
}

#w-node-b8bb9790-a756-475d-be55-4eb6410b256e-72b60d1c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b8bb9790-a756-475d-be55-4eb6410b256f-72b60d1c {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-f867a134-c574-f408-2f3d-b9f0e6a7f5ae-72b60d1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78987a7b-cc4c-b5f0-38a2-cee9af93132d-72b60d1c {
  justify-self: center;
}

#w-node-_5a79c0da-b4dd-aa31-9190-fa0efa3a5551-72b60d1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78987a7b-cc4c-b5f0-38a2-cee9af931357-72b60d1c, #w-node-fd7f9c3a-9f65-e1a7-b811-629350a5083c-72b60d1c {
  justify-self: center;
}

#w-node-_61b271a0-b48e-e6e3-f5a1-a9f8ba73b00c-72b60d1c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_61b271a0-b48e-e6e3-f5a1-a9f8ba73b00d-72b60d1c {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_61b271a0-b48e-e6e3-f5a1-a9f8ba73b012-72b60d1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61b271a0-b48e-e6e3-f5a1-a9f8ba73b018-72b60d1c {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-f54ebb64-3e8f-4357-1dce-17e08ab76e0b-72b60d1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61b271a0-b48e-e6e3-f5a1-a9f8ba73b008-72b60d1c {
  place-self: start end;
}

#w-node-_0a82323d-9b7d-a16b-ac9a-e1a426976d01-72b60d1c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0a82323d-9b7d-a16b-ac9a-e1a426976d02-72b60d1c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8635e55f-ebf5-0ff5-d0be-8de303386a8d-72b60d1c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8635e55f-ebf5-0ff5-d0be-8de303386a8e-72b60d1c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-ca5cdd43-e261-a6bf-325e-30045db42487-72b60d1c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5cdd43-e261-a6bf-325e-30045db42488-72b60d1c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a51db116-bb6e-4faa-9d67-3fb9798ef67c-72b60d1c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a51db116-bb6e-4faa-9d67-3fb9798ef67d-72b60d1c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_718897a5-7df7-6a04-d19d-2dffd5ce8c8b-72b60d1c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_718897a5-7df7-6a04-d19d-2dffd5ce8c9e-72b60d1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_718897a5-7df7-6a04-d19d-2dffd5ce8ceb-72b60d1c {
  justify-self: stretch;
}

#w-node-_02dc4a01-707e-35c1-c06f-13fef2c80f5b-72b60d1c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_02dc4a01-707e-35c1-c06f-13fef2c80f5d-72b60d1c {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_02dc4a01-707e-35c1-c06f-13fef2c80f64-72b60d1c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_02dc4a01-707e-35c1-c06f-13fef2c80f66-72b60d1c {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-b24662d0-4d5f-7c0f-f86f-80fd3469f698-72b60d1c {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-b24662d0-4d5f-7c0f-f86f-80fd3469f6a4-72b60d1c {
  place-self: center;
}

#w-node-_30217d6f-6b11-515c-4721-cb1b93115d42-72b60d3b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_566003b2-098c-811f-62ca-51882683223e-72b60d3b {
  place-self: stretch start;
}

#w-node-_566003b2-098c-811f-62ca-518826832240-72b60d3b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_566003b2-098c-811f-62ca-518826832242-72b60d3b {
  place-self: stretch start;
}

#w-node-_485cc2a4-13ed-af23-6478-84e4fa5bec55-72b60d3b, #w-node-bb48d3d6-3e32-71b9-cfa2-3166f1facbcc-72b60d3b, #w-node-_29dd185f-bb9d-0eef-fec6-be2c3aaebc61-72b60d3b, #w-node-_10a3931e-9f32-8828-7579-e9f87d4dc8ee-72b60d3b, #w-node-_515bfe9e-61fe-930a-4a5f-f30d49334bce-72b60d3b, #w-node-_4711f2fa-1c3a-20e8-1874-a729bb64c209-72b60d3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_398bf697-b91f-3b44-f581-a3b9ed26220d-72b60d3b, #w-node-a0536603-2a0b-b565-e00c-8a1c4a74bca0-72b60d3b, #w-node-bf2a2e53-c976-b42b-b266-b8446a3d4757-72b60d3b, #w-node-_95dff983-ea1b-8777-3ae1-8d5e653987e6-72b60d3b, #w-node-_19a95344-afdd-aa06-0f4f-c41a9621369f-72b60d3b, #w-node-_9f80de62-885a-4a8d-33cc-ef3a95a60d77-72b60d3b {
  justify-self: stretch;
}

#w-node-_3c869057-8937-8a83-dd63-fd4b33b8e47c-72b60d3b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_3c869057-8937-8a83-dd63-fd4b33b8e47e-72b60d3b {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_3c869057-8937-8a83-dd63-fd4b33b8e485-72b60d3b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_3c869057-8937-8a83-dd63-fd4b33b8e487-72b60d3b {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-c5ddbef4-4ace-24de-a723-d5a3f2c72519-72b60d3b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ea4f1ff5-71ea-8e46-6d0e-b9a87cac1f8d-72b60d3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5ddbef4-4ace-24de-a723-d5a3f2c72520-72b60d3b, #w-node-c5ddbef4-4ace-24de-a723-d5a3f2c7252e-72b60d3b {
  place-self: center;
}

#BG-video.w-node-_1b661c6a-4482-a845-8478-766bc4512402-72b60d42 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-c35efd2f-45b8-dde3-53d7-9b2036ae76ce-72b60d42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b661c6a-4482-a845-8478-766bc4512403-72b60d42 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_92dc19e8-148c-4afc-f8b0-cfa169500ed0-72b60d42 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1b661c6a-4482-a845-8478-766bc451241e-72b60d42 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1b661c6a-4482-a845-8478-766bc4512427-72b60d42 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1b661c6a-4482-a845-8478-766bc4512428-72b60d42, #w-node-_1b661c6a-4482-a845-8478-766bc4512430-72b60d42 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1b661c6a-4482-a845-8478-766bc4512438-72b60d42 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-f2477ae8-a93f-5747-1159-2db5ab3304ed-72b60d42 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f2477ae8-a93f-5747-1159-2db5ab3304ee-72b60d42 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1b661c6a-4482-a845-8478-766bc451244b-72b60d42 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: start;
}

#w-node-_1b661c6a-4482-a845-8478-766bc4512455-72b60d42 {
  grid-area: 1 / 1 / 4 / 3;
  place-self: start stretch;
}

#w-node-_1b661c6a-4482-a845-8478-766bc4512462-72b60d42 {
  grid-area: 1 / 4 / 4 / 6;
}

#w-node-_34401d0a-d0e5-e842-6c6e-eddacbacc295-72b60d42 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1b661c6a-4482-a845-8478-766bc4512465-72b60d42 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2f6efb69-18e7-7e72-3f80-fc094dc22e8a-72b60d42 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ee783c8c-44aa-bb3c-06ba-77d2b8b3bac3-72b60d42 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_6a581be9-120d-6262-c888-adb11d26b811-72b60d42 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-f2cb35d9-5e96-28cd-cc5c-341899d096be-72b60d42 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_458a81c9-8857-cde7-7a55-073ef160b368-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2f6a-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2f6b-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2f7a-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2f80-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2f81-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2f90-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2fc2-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2fc3-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2fd2-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2fd8-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2fd9-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2fe8-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2fee-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2fef-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2ffe-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2fac-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2fad-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2fbc-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2f96-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2f97-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b2fa6-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b3004-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b3005-72b60d42, #w-node-f10fcf00-31fe-57f2-1611-5703bb6b3014-72b60d42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7f95a6d-4ef9-7497-f13c-3ca54af81877-72b60d42 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-d7f95a6d-4ef9-7497-f13c-3ca54af81879-72b60d42 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_2c297631-1f16-2df5-789f-6e3ffc1c0a76-72b60d42, #w-node-_2c297631-1f16-2df5-789f-6e3ffc1c0a94-72b60d42, #w-node-_2c297631-1f16-2df5-789f-6e3ffc1c0ab2-72b60d42, #w-node-_2c297631-1f16-2df5-789f-6e3ffc1c0ac1-72b60d42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcd57a71-2767-de39-a43a-2ecca1fce1c2-72b60d42 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-fcd57a71-2767-de39-a43a-2ecca1fce1d5-72b60d42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcd57a71-2767-de39-a43a-2ecca1fce225-72b60d42 {
  justify-self: stretch;
}

#w-node-_62f40391-7405-443a-5492-56791c661280-72b60d42 {
  grid-area: 1 / 1 / 3 / 3;
  align-self: stretch;
}

#w-node-_62f40391-7405-443a-5492-56791c661281-72b60d42 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_62f40391-7405-443a-5492-56791c6612aa-72b60d42 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_92835414-6a1e-4e36-50cb-1bcec582ae9e-72b60d42, #w-node-_92835414-6a1e-4e36-50cb-1bcec582aeb1-72b60d42, #w-node-_92835414-6a1e-4e36-50cb-1bcec582aeb3-72b60d42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92835414-6a1e-4e36-50cb-1bcec582aeb5-72b60d42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_9aedaa7a-dee7-70d4-4250-e8076dfcd70b-72b60d42 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_36e9ff82-fc95-ab97-d1d6-d2e387d154f6-72b60d42 {
  place-self: center;
}

#w-node-_30b1890a-7317-1e7a-28d1-c52f6215ed8d-72b60d43 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_30b1890a-7317-1e7a-28d1-c52f6215ed90-72b60d43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30b1890a-7317-1e7a-28d1-c52f6215ed91-72b60d43 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_30b1890a-7317-1e7a-28d1-c52f6215ed94-72b60d43 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_30b1890a-7317-1e7a-28d1-c52f6215ed97-72b60d43 {
  grid-area: 2 / 2 / 4 / 3;
  align-self: end;
}

#w-node-_30b1890a-7317-1e7a-28d1-c52f6215ed9a-72b60d43 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_30b1890a-7317-1e7a-28d1-c52f6215edb5-72b60d43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30b1890a-7317-1e7a-28d1-c52f6215edb6-72b60d43 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_30b1890a-7317-1e7a-28d1-c52f6215edb9-72b60d43 {
  grid-area: 1 / 1 / 3 / 3;
  place-self: end center;
}

#w-node-_30b1890a-7317-1e7a-28d1-c52f6215edbc-72b60d43 {
  grid-area: 3 / 1 / 4 / 3;
  justify-self: center;
}

#w-node-_30b1890a-7317-1e7a-28d1-c52f6215edbf-72b60d43 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_2ec3372a-2b0b-2522-0ef9-6b9863f6b157-72b60d43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_2ec3372a-2b0b-2522-0ef9-6b9863f6b158-72b60d43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2ec3372a-2b0b-2522-0ef9-6b9863f6b159-72b60d43 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_2ec3372a-2b0b-2522-0ef9-6b9863f6b15b-72b60d43 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2ec3372a-2b0b-2522-0ef9-6b9863f6b161-72b60d43 {
  align-self: stretch;
}

#w-node-_2ec3372a-2b0b-2522-0ef9-6b9863f6b165-72b60d43, #w-node-c3c2b781-0128-2329-13e7-7ddcc905a0ca-72b60d43, #w-node-_6c03660f-7792-d7b9-bd9d-3d502bae73c3-72b60d43, #w-node-_2ba720e0-ed20-27e2-41f9-dbc742bd462d-72b60d43 {
  align-self: end;
}

#w-node-_1ae313d8-5e5d-6b0e-758a-6676cf2bd81a-72b60d43 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_1ae313d8-5e5d-6b0e-758a-6676cf2bd81b-72b60d43 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_1ae313d8-5e5d-6b0e-758a-6676cf2bd823-72b60d43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_729ae98c-f618-48bf-57a5-d087a7c8c4f3-72b60d43, #w-node-_729ae98c-f618-48bf-57a5-d087a7c8c506-72b60d43, #w-node-_729ae98c-f618-48bf-57a5-d087a7c8c519-72b60d43, #w-node-_729ae98c-f618-48bf-57a5-d087a7c8c52c-72b60d43, #w-node-_729ae98c-f618-48bf-57a5-d087a7c8c540-72b60d43, #w-node-_729ae98c-f618-48bf-57a5-d087a7c8c552-72b60d43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3bd8ad-ee2a-b8b0-7e7d-c2695bd377e5-72b60d43 {
  justify-self: stretch;
}

#w-node-aff52cd3-b2b3-73c5-9d49-c3202673c8ae-72b60d43 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-fb8cb8b6-a4d9-8bed-d3aa-256ad3ab325f-72b60d43 {
  align-self: center;
}

#w-node-aff52cd3-b2b3-73c5-9d49-c3202673c8b5-72b60d43 {
  justify-self: center;
}

#w-node-aff52cd3-b2b3-73c5-9d49-c3202673c8b8-72b60d43, #w-node-_9a8d2ec7-01e6-69a9-5cde-c8c02834a056-72b60d43 {
  align-self: center;
}

#w-node-aff52cd3-b2b3-73c5-9d49-c3202673c8e9-72b60d43 {
  justify-self: center;
}

#w-node-aff52cd3-b2b3-73c5-9d49-c3202673c8ec-72b60d43, #w-node-_0ceb1626-6ec2-6483-d1d2-4215b15f2df6-72b60d43 {
  align-self: center;
}

#w-node-aff52cd3-b2b3-73c5-9d49-c3202673c8dc-72b60d43 {
  justify-self: center;
}

#w-node-aff52cd3-b2b3-73c5-9d49-c3202673c8df-72b60d43, #w-node-fc5738ac-60c8-5061-5fef-4fc94cc08da5-72b60d43 {
  align-self: center;
}

#w-node-aff52cd3-b2b3-73c5-9d49-c3202673c8cf-72b60d43 {
  justify-self: center;
}

#w-node-aff52cd3-b2b3-73c5-9d49-c3202673c8d2-72b60d43, #w-node-_3e1ec838-13a1-c0c1-ed43-a708c40848d1-72b60d43 {
  align-self: center;
}

#w-node-aff52cd3-b2b3-73c5-9d49-c3202673c8c2-72b60d43 {
  justify-self: center;
}

#w-node-aff52cd3-b2b3-73c5-9d49-c3202673c8c5-72b60d43 {
  align-self: center;
}

#w-node-e0e1c940-311e-d79c-f5a7-62510689f998-72b60d43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3171aa65-6dbb-8f62-6f05-7444540cf142-72b60d43 {
  align-self: start;
}

#w-node-_76482207-2f0f-203b-eab1-43eef255bd19-72b60d44 {
  place-self: center;
}

#w-node-b06af716-9475-6ec0-4083-70630eaaf3e3-72b60d44 {
  justify-self: center;
}

#w-node-_9d97e5b5-0c2a-1557-8604-0324399ed30f-72b60d44 {
  place-self: center;
}

#w-node-_22cb6a5d-b800-281c-bb8b-04351be9ce74-72b60d44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_22cb6a5d-b800-281c-bb8b-04351be9ce76-72b60d44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_22cb6a5d-b800-281c-bb8b-04351be9ce77-72b60d44 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_22cb6a5d-b800-281c-bb8b-04351be9ce79-72b60d44 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_22cb6a5d-b800-281c-bb8b-04351be9ce7e-72b60d44 {
  align-self: stretch;
}

#w-node-_22cb6a5d-b800-281c-bb8b-04351be9ce86-72b60d44, #w-node-_22cb6a5d-b800-281c-bb8b-04351be9ce99-72b60d44, #w-node-_22cb6a5d-b800-281c-bb8b-04351be9ceac-72b60d44, #w-node-_22cb6a5d-b800-281c-bb8b-04351be9cebf-72b60d44, #w-node-_74ff1a1d-3387-855c-29ad-a4a3c7bd6107-72b60d44, #w-node-_3a2e0a2b-51f5-2ab7-ee85-521d6862c8c2-72b60d44, #w-node-_29c6be09-a0e6-e0f0-995c-fb8c76b61b2a-72b60d44 {
  align-self: end;
}

#w-node-_850dcf1f-66d0-677b-eab0-696a89d4ce86-72b60d44 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_53c7fdbd-5a4a-3f03-2636-0031726c3cb9-72b60d5c, #w-node-_4afab478-b260-2247-e293-fc8db5460a71-72b60d5c, #w-node-_87d02690-9856-e6c2-0c7c-f5de0e8d42c3-72b60d5c, #w-node-_8b295c7f-22b3-e38d-8548-52e44684249e-72b60d5c, #w-node-b4e5a521-fcfa-7e70-df34-536aad34c7a7-72b60d5c, #w-node-_8b207c80-8edc-17ee-dd2b-679632551b45-72b60d5c, #w-node-_81e69ce5-1400-2b90-7fc5-6ed3add51530-72b60d5c, #w-node-_92654fe3-30c3-ea0d-08d2-80961381a0e2-72b60d5c, #w-node-e3b88188-e2a7-ceee-7d5c-367f231815bb-72b60d5c, #w-node-ec457b0c-fa0d-f81d-647c-14f7f9bb11e4-72b60d5c, #w-node-_54ad5832-781b-a870-2199-dfdfb1346eda-72b60d5c, #w-node-_6f391754-c36e-5bbf-6410-1865192bc919-72b60d5c, #w-node-cbe3b84d-f243-434a-556a-d8abcd10650a-72b60d5c, #w-node-_4b08e6bc-3426-0a68-9dcf-221e0e5a451f-72b60d5c, #w-node-_4f82a946-8b3d-ce7c-fc1c-86bb736df94e-72b60d5c, #w-node-_43fe40d4-0743-2d88-aa0a-0a156fefc7b0-72b60d5c, #w-node-_7faf1505-b08e-e182-cbb2-ea638b98da9f-72b60d5c, #w-node-ddab5d29-8623-faf9-b8c7-61202beb2e01-72b60d5c, #w-node-_5cb1f285-152a-0314-8eec-4ff4ae1f60b5-72b60d5c, #w-node-d6859443-b347-4eae-1972-51018ebd8cdf-72b60d5c, #w-node-d6859443-b347-4eae-1972-51018ebd8ce3-72b60d5c, #w-node-d6859443-b347-4eae-1972-51018ebd8ce5-72b60d5c, #w-node-d6859443-b347-4eae-1972-51018ebd8cf5-72b60d5c, #w-node-d6859443-b347-4eae-1972-51018ebd8cf9-72b60d5c, #w-node-_7dfb77c2-d82b-1631-e0d3-caa40f7ea265-72b60d5c, #w-node-_935f09e5-2cae-5236-979e-7eafa683c552-72b60d5c, #w-node-_826ba8fa-bcaa-6eeb-b71f-4f1b60ac2e1d-72b60d5c, #w-node-_909d911d-b92f-d5c0-aab1-c1e41a2ef512-72b60d5c, #w-node-_6550d6ed-9144-55f6-4ffb-7e217b727d2f-72b60d5c, #w-node-_091ea835-98fb-9f35-2fef-1c2c0c99d65e-72b60d5c, #w-node-_5cd92c0b-9ffd-1608-6823-457706a50118-72b60d5c, #w-node-_845f0d82-a598-4da9-edc5-487a973cad3e-72b60d5c, #w-node-_4ac300ec-af5c-f81c-c368-e1fba0508b58-72b60d5e, #w-node-_4ac300ec-af5c-f81c-c368-e1fba0508b60-72b60d5e, #w-node-_4ac300ec-af5c-f81c-c368-e1fba0508b68-72b60d5e, #w-node-_4ac300ec-af5c-f81c-c368-e1fba0508b70-72b60d5e, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-72b60d85, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-72b60d85, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-72b60d85, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-72b60d85, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-72b60d85, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-72b60d85, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-72b60d85, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-72b60d85, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-72b60d85, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-72b60d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-facae3c7-9f9b-a7a9-7e9c-6db9a4b85504-72b60c95, #w-node-_2ec3372a-2b0b-2522-0ef9-6b9863f6b157-72b60d43 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1ae313d8-5e5d-6b0e-758a-6676cf2bd823-72b60d43 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_22cb6a5d-b800-281c-bb8b-04351be9ce74-72b60d44 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_61b271a0-b48e-e6e3-f5a1-a9f8ba73b00d-72b60c95, #w-node-_61b271a0-b48e-e6e3-f5a1-a9f8ba73b018-72b60c95 {
    grid-column: 1 / 2;
  }

  #w-node-facae3c7-9f9b-a7a9-7e9c-6db9a4b85504-72b60c95 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-facae3c7-9f9b-a7a9-7e9c-6db9a4b85506-72b60c95 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-facae3c7-9f9b-a7a9-7e9c-6db9a4b85507-72b60c95 {
    grid-row-end: 3;
  }

  #w-node-_8749e047-4b95-0a70-6cf3-7a4afa948f43-72b60c95 {
    grid-column-end: 2;
  }

  #w-node-_8749e047-4b95-0a70-6cf3-7a4afa948f61-72b60c95 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b8bb9790-a756-475d-be55-4eb6410b256f-72b60c95 {
    grid-column: 1 / 2;
  }

  #w-node-_4ce6ffc5-25ea-24ae-d12c-8250e2609034-72b60d01 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4ce6ffc5-25ea-24ae-d12c-8250e2609041-72b60d01 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-b8bb9790-a756-475d-be55-4eb6410b256f-72b60d1c, #w-node-_61b271a0-b48e-e6e3-f5a1-a9f8ba73b00d-72b60d1c, #w-node-_61b271a0-b48e-e6e3-f5a1-a9f8ba73b018-72b60d1c {
    grid-column: 1 / 2;
  }

  #w-node-_71bd193c-6dce-c2c5-0e53-2ffbc0e4f60f-72b60d1c {
    order: -9999;
  }

  #w-node-_71bd193c-6dce-c2c5-0e53-2ffbc0e4f616-72b60d1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_71bd193c-6dce-c2c5-0e53-2ffbc0e4f639-72b60d1c {
    order: -9999;
  }

  #w-node-_71bd193c-6dce-c2c5-0e53-2ffbc0e4f640-72b60d1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_71bd193c-6dce-c2c5-0e53-2ffbc0e4f663-72b60d1c {
    order: -9999;
  }

  #w-node-_71bd193c-6dce-c2c5-0e53-2ffbc0e4f66a-72b60d1c, #w-node-_566003b2-098c-811f-62ca-51882683223e-72b60d3b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_566003b2-098c-811f-62ca-518826832240-72b60d3b {
    grid-column: span 1 / span 1;
  }

  #w-node-_566003b2-098c-811f-62ca-518826832242-72b60d3b {
    place-self: stretch start;
  }

  #w-node-_566003b2-098c-811f-62ca-51882683224a-72b60d3b, #w-node-_6e231af1-8f0b-8713-6c71-4c0ab91f4d45-72b60d3b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_678fb5cc-c16b-9260-d2fe-c47419a84eb6-72b60d3b {
    order: -9999;
  }

  #w-node-_678fb5cc-c16b-9260-d2fe-c47419a84ebd-72b60d3b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bd845e9b-728c-dbe0-58d0-c446ca05210d-72b60d3b {
    order: -9999;
  }

  #w-node-bd845e9b-728c-dbe0-58d0-c446ca052114-72b60d3b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c889210e-0006-7cac-ae72-67d491b26c11-72b60d3b {
    order: -9999;
  }

  #w-node-c889210e-0006-7cac-ae72-67d491b26c18-72b60d3b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc4512403-72b60d42 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc451241e-72b60d42 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc4512430-72b60d42 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc4512438-72b60d42 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc4512462-72b60d42 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_34401d0a-d0e5-e842-6c6e-eddacbacc295-72b60d42 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc4512465-72b60d42 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_2f6efb69-18e7-7e72-3f80-fc094dc22e8a-72b60d42, #w-node-ee783c8c-44aa-bb3c-06ba-77d2b8b3bac3-72b60d42, #w-node-_6a581be9-120d-6262-c888-adb11d26b811-72b60d42, #w-node-f2cb35d9-5e96-28cd-cc5c-341899d096be-72b60d42 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc45124b3-72b60d42 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_62f40391-7405-443a-5492-56791c661280-72b60d42 {
    grid-column-end: 2;
  }

  #w-node-_62f40391-7405-443a-5492-56791c6612aa-72b60d42 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_92835414-6a1e-4e36-50cb-1bcec582aeb1-72b60d42 {
    grid-column: span 2 / span 2;
    align-self: end;
  }

  #w-node-_92835414-6a1e-4e36-50cb-1bcec582aeb5-72b60d42 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_92835414-6a1e-4e36-50cb-1bcec582aeba-72b60d42 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
  }

  #w-node-_30b1890a-7317-1e7a-28d1-c52f6215ed91-72b60d43 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_30b1890a-7317-1e7a-28d1-c52f6215ed97-72b60d43 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: end;
  }

  #w-node-_30b1890a-7317-1e7a-28d1-c52f6215ed9a-72b60d43 {
    align-self: end;
  }

  #w-node-_30b1890a-7317-1e7a-28d1-c52f6215edb6-72b60d43 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_30b1890a-7317-1e7a-28d1-c52f6215edb9-72b60d43 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: end center;
  }

  #w-node-_30b1890a-7317-1e7a-28d1-c52f6215edbc-72b60d43 {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: center;
  }

  #w-node-_2ec3372a-2b0b-2522-0ef9-6b9863f6b157-72b60d43 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ec3372a-2b0b-2522-0ef9-6b9863f6b158-72b60d43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ec3372a-2b0b-2522-0ef9-6b9863f6b159-72b60d43 {
    grid-row-end: 3;
  }

  #w-node-bcce4889-72c8-6bc0-5362-85e012dbcde8-72b60d43 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1ae313d8-5e5d-6b0e-758a-6676cf2bd81b-72b60d43 {
    grid-column: 1 / 4;
  }

  #w-node-_1ae313d8-5e5d-6b0e-758a-6676cf2bd823-72b60d43 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-b1952869-9ce0-9287-848d-eb5dbb2096bc-72b60d43 {
    order: -9999;
  }

  #w-node-b1952869-9ce0-9287-848d-eb5dbb2096c3-72b60d43 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b1952869-9ce0-9287-848d-eb5dbb2096e7-72b60d43 {
    order: -9999;
  }

  #w-node-b1952869-9ce0-9287-848d-eb5dbb2096ee-72b60d43 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b1952869-9ce0-9287-848d-eb5dbb209712-72b60d43 {
    order: -9999;
  }

  #w-node-b1952869-9ce0-9287-848d-eb5dbb209719-72b60d43, #w-node-aff52cd3-b2b3-73c5-9d49-c3202673c8a8-72b60d43 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_22cb6a5d-b800-281c-bb8b-04351be9ce74-72b60d44 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64e01863-a732-951e-0dec-2c3f10e9b37c-72b60d44, #w-node-_268990d4-2a53-4c06-a0e4-d1e13cad29ab-72b60d44, #w-node-cefbff8a-f31c-fa10-c34f-a75d99935a86-72b60d44, #w-node-cb94ccdc-1c49-98bc-3ca2-11f13b11ffec-72b60d44, #w-node-_8c487620-2bf6-679f-aaba-cca3128f858a-72b60d44 {
    order: 9999;
  }

  #w-node-_22cb6a5d-b800-281c-bb8b-04351be9ce76-72b60d44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22cb6a5d-b800-281c-bb8b-04351be9ce77-72b60d44 {
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_61b271a0-b48e-e6e3-f5a1-a9f8ba73b008-72b60c95, #w-node-_88492eb0-3d2a-1115-80bf-0b6c3e32ca7b-72b60c95 {
    grid-column-end: 2;
  }

  #w-node-edef9b2c-ff56-d1dc-64dd-32b5e201c72f-72b60c95, #w-node-b6d06cde-b76d-4094-7553-fa7f9db2f222-72b60c95 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_775579df-53f9-9b64-b986-6f6879d40aa8-79d40aa6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_775579df-53f9-9b64-b986-6f6879d40ab2-79d40aa6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4ce6ffc5-25ea-24ae-d12c-8250e2609034-72b60d01 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6e1f8ff7-e85b-4c94-8012-3b2c27238c29-72b60d01 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_88492eb0-3d2a-1115-80bf-0b6c3e32ca7b-72b60d1c, #w-node-_61b271a0-b48e-e6e3-f5a1-a9f8ba73b008-72b60d1c {
    grid-column-end: 2;
  }

  #w-node-_0a82323d-9b7d-a16b-ac9a-e1a426976d02-72b60d1c, #w-node-_8635e55f-ebf5-0ff5-d0be-8de303386a8e-72b60d1c, #w-node-ca5cdd43-e261-a6bf-325e-30045db42488-72b60d1c, #w-node-a51db116-bb6e-4faa-9d67-3fb9798ef67d-72b60d1c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc4512403-72b60d42 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: center;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc451241e-72b60d42 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc4512428-72b60d42 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc4512430-72b60d42 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc4512438-72b60d42 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f2477ae8-a93f-5747-1159-2db5ab3304ee-72b60d42 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc451244b-72b60d42 {
    grid-column: 1 / 2;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc4512455-72b60d42 {
    grid-column-end: 2;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc4512462-72b60d42 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc45124b3-72b60d42 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30b1890a-7317-1e7a-28d1-c52f6215ed94-72b60d43 {
    grid-area: 2 / 1 / 5 / 3;
    place-self: end center;
  }

  #w-node-_30b1890a-7317-1e7a-28d1-c52f6215ed97-72b60d43 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: end start;
  }

  #w-node-_30b1890a-7317-1e7a-28d1-c52f6215ed9a-72b60d43 {
    grid-area: 3 / 1 / 5 / 3;
    place-self: end;
  }

  #w-node-_7ece2020-e1f0-e146-d0a5-aaf6e4c77c4f-72b60d43 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7ece2020-e1f0-e146-d0a5-aaf6e4c77c55-72b60d43 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f321cc59-4071-1324-f67e-641651aa5b2e-72b60d7d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f321cc59-4071-1324-f67e-641651aa5b38-72b60d7d {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-facae3c7-9f9b-a7a9-7e9c-6db9a4b85509-72b60c95 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_775579df-53f9-9b64-b986-6f6879d40ab2-79d40aa6 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_4ce6ffc5-25ea-24ae-d12c-8250e2609034-72b60d01 {
    grid-column: span 1 / span 1;
  }

  #w-node-_71bd193c-6dce-c2c5-0e53-2ffbc0e4f601-72b60d1c {
    order: -9999;
  }

  #w-node-_71bd193c-6dce-c2c5-0e53-2ffbc0e4f616-72b60d1c {
    grid-column: span 1 / span 1;
  }

  #w-node-_71bd193c-6dce-c2c5-0e53-2ffbc0e4f62b-72b60d1c {
    order: -9999;
  }

  #w-node-_71bd193c-6dce-c2c5-0e53-2ffbc0e4f640-72b60d1c {
    grid-column: span 1 / span 1;
  }

  #w-node-_71bd193c-6dce-c2c5-0e53-2ffbc0e4f655-72b60d1c {
    order: -9999;
  }

  #w-node-_71bd193c-6dce-c2c5-0e53-2ffbc0e4f66a-72b60d1c {
    grid-column: span 1 / span 1;
  }

  #w-node-_566003b2-098c-811f-62ca-518826832244-72b60d3b, #w-node-_566003b2-098c-811f-62ca-518826832246-72b60d3b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_566003b2-098c-811f-62ca-51882683224a-72b60d3b {
    grid-column: span 3 / span 3;
  }

  #w-node-_6e231af1-8f0b-8713-6c71-4c0ab91f4d45-72b60d3b {
    grid-column: span 1 / span 1;
  }

  #w-node-_678fb5cc-c16b-9260-d2fe-c47419a84ead-72b60d3b {
    order: -9999;
  }

  #w-node-_678fb5cc-c16b-9260-d2fe-c47419a84ebd-72b60d3b {
    grid-column: span 1 / span 1;
  }

  #w-node-bd845e9b-728c-dbe0-58d0-c446ca0520ed-72b60d3b {
    order: -9999;
  }

  #w-node-bd845e9b-728c-dbe0-58d0-c446ca052114-72b60d3b {
    grid-column: span 1 / span 1;
  }

  #w-node-c889210e-0006-7cac-ae72-67d491b26bf1-72b60d3b {
    order: -9999;
  }

  #w-node-c889210e-0006-7cac-ae72-67d491b26c18-72b60d3b {
    grid-column: span 1 / span 1;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc4512403-72b60d42 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: center;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc4512430-72b60d42 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc4512438-72b60d42 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_1b661c6a-4482-a845-8478-766bc451244b-72b60d42 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_92835414-6a1e-4e36-50cb-1bcec582aeb5-72b60d42 {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_92835414-6a1e-4e36-50cb-1bcec582aeba-72b60d42 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_30b1890a-7317-1e7a-28d1-c52f6215ed91-72b60d43 {
    grid-area: 1 / 1 / 5 / 2;
    align-self: center;
  }

  #w-node-_30b1890a-7317-1e7a-28d1-c52f6215ed97-72b60d43 {
    justify-self: center;
  }

  #w-node-_30b1890a-7317-1e7a-28d1-c52f6215edb6-72b60d43 {
    grid-area: 1 / 1 / 6 / 3;
    justify-self: center;
  }

  #w-node-_30b1890a-7317-1e7a-28d1-c52f6215edbc-72b60d43 {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: center;
  }

  #w-node-_30b1890a-7317-1e7a-28d1-c52f6215edbf-72b60d43 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_2ec3372a-2b0b-2522-0ef9-6b9863f6b15b-72b60d43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bcce4889-72c8-6bc0-5362-85e012dbcde8-72b60d43 {
    grid-column: span 1 / span 1;
  }

  #w-node-b1952869-9ce0-9287-848d-eb5dbb2096ad-72b60d43 {
    order: -9999;
  }

  #w-node-b1952869-9ce0-9287-848d-eb5dbb2096c3-72b60d43 {
    grid-column: span 1 / span 1;
  }

  #w-node-b1952869-9ce0-9287-848d-eb5dbb2096d8-72b60d43 {
    order: -9999;
  }

  #w-node-b1952869-9ce0-9287-848d-eb5dbb2096ee-72b60d43 {
    grid-column: span 1 / span 1;
  }

  #w-node-b1952869-9ce0-9287-848d-eb5dbb209703-72b60d43 {
    order: -9999;
  }

  #w-node-b1952869-9ce0-9287-848d-eb5dbb209719-72b60d43 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7ece2020-e1f0-e146-d0a5-aaf6e4c77c55-72b60d43 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_22cb6a5d-b800-281c-bb8b-04351be9ce79-72b60d44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6859443-b347-4eae-1972-51018ebd8cdf-72b60d5c, #w-node-d6859443-b347-4eae-1972-51018ebd8ce3-72b60d5c, #w-node-d6859443-b347-4eae-1972-51018ebd8ce5-72b60d5c, #w-node-d6859443-b347-4eae-1972-51018ebd8cf5-72b60d5c, #w-node-d6859443-b347-4eae-1972-51018ebd8cf9-72b60d5c, #w-node-_7dfb77c2-d82b-1631-e0d3-caa40f7ea265-72b60d5c, #w-node-_935f09e5-2cae-5236-979e-7eafa683c552-72b60d5c, #w-node-_826ba8fa-bcaa-6eeb-b71f-4f1b60ac2e1d-72b60d5c, #w-node-_909d911d-b92f-d5c0-aab1-c1e41a2ef512-72b60d5c, #w-node-_6550d6ed-9144-55f6-4ffb-7e217b727d2f-72b60d5c, #w-node-_091ea835-98fb-9f35-2fef-1c2c0c99d65e-72b60d5c, #w-node-_5cd92c0b-9ffd-1608-6823-457706a50118-72b60d5c, #w-node-_845f0d82-a598-4da9-edc5-487a973cad3e-72b60d5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f321cc59-4071-1324-f67e-641651aa5b38-72b60d7d {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax Variable';
  src: url('../fonts/Chillax-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}