@font-face {
  font-family: Fa v4compatibility;
  src: url('../fonts/fa-v4compatibility.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: "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: Tussilago;
  src: url('../fonts/fonnts.com-tussilago_rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tussilago;
  src: url('../fonts/fonnts.com-tussilago_bd.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --natural-color-500: #c8c8c8;
  --natural-color-800: #080808;
  --primary-color-1: #3dd3a7;
  --natural-color-400: #4f524f;
  --natural-color-100: white;
  --natural-color-900: black;
  --natural-color-600: #797979;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

  .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 {
    font-size: 16px;
  }
}

body {
  color: var(--natural-color-500);
  letter-spacing: -.54px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 69px;
}

.header {
  z-index: 999;
  background-color: #0000;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Montserrat, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
}

.header.categories {
  background-color: #0b0b0b;
  background-image: url('../images/Noise-shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.header-container {
  width: 100%;
  max-width: 1490px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.split-contant.header-left {
  grid-column-gap: 94px;
  grid-row-gap: 94px;
  align-items: center;
  display: flex;
}

.split-contant.header-right {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  align-items: center;
  display: flex;
}

.header-logo-wrap {
  transform-style: preserve-3d;
  transition: all .3s;
}

.header-logo-wrap:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.header-logo-wrap.w--current {
  transition: all .3s;
}

.header-logo-wrap.w--current:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.header-navigation {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-link {
  color: var(--natural-color-500);
  padding: 0;
  transition: all .3s;
}

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

.nav-link.w--current {
  color: var(--primary-color-1);
  font-family: Montserrat, sans-serif;
}

.button-wrap {
  overflow: hidden;
}

.secondary-button {
  border: 1px solid var(--natural-color-400);
  color: var(--natural-color-100);
  border-radius: 10px;
  padding: 16px 30px;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.secondary-button.navbar.destop {
  font-family: Montserrat, sans-serif;
}

.secondary-button.mobile {
  display: none;
}

.button-text {
  object-fit: fill;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  display: inline;
}

.button-icon {
  font-family: "Fa solid 900", sans-serif;
  display: inline;
}

.banner-section {
  border: 1px solid #000;
  padding-top: 155px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.banner-logo-section {
  background-color: var(--natural-color-800);
  opacity: 1;
  background-image: linear-gradient(#000000b8, #000000b8), url('../images/pexels-twelve-visualz-192441617-12863991.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.sponsor-section {
  position: relative;
  overflow: hidden;
}

.sponsor-container, .banner-container {
  width: 100%;
  max-width: 1490px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.banner-2-columns-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.banner-text-wrapper {
  padding-top: 120px;
}

.banner-heading-wrapper {
  overflow: hidden;
}

.banner-details-wrapper {
  max-width: 484px;
  margin-top: 24px;
  margin-bottom: 36px;
  overflow: hidden;
}

.banner-details {
  color: var(--natural-color-500);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.primary-button {
  background-color: var(--primary-color-1);
  color: var(--natural-color-100);
  text-align: center;
  border-radius: 10px;
  align-items: center;
  padding: 16px 30px;
  font-weight: 700;
  text-decoration: none;
}

.primary-button.banner {
  border: 1px solid var(--primary-color-1);
  background-color: var(--primary-color-1);
  position: relative;
  overflow: hidden;
}

.primary-button.apply-now {
  font-weight: 600;
}

.primary-button.add-to-cart-btn {
  letter-spacing: -.48px;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.primary-button.contact-us {
  text-align: left;
  background-image: url('../images/submit-icon.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 195px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.primary-button.password {
  background-image: url('../images/submit-icon.svg');
  background-position: 62%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  font-family: Montserrat, sans-serif;
}

.primary-button.checkout {
  background-image: url('../images/submit-icon.svg');
  background-position: 68%;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.primary-button.prices, .primary-button.style-guide, .primary-button.style-guide {
  position: relative;
  overflow: hidden;
}

.banner-card-image-wrap {
  position: relative;
}

.banner-card-img {
  max-width: 330px;
  position: relative;
}

.banner-card-img.two {
  max-width: 542px;
  position: absolute;
  inset: 10% -3% auto auto;
}

.banner-right-text-wrapper {
  position: relative;
}

.banner-star-wrapper {
  margin-bottom: 44px;
}

.metrics {
  flex-direction: column;
  display: flex;
  position: relative;
}

.numbers-wrapper {
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.numbers {
  justify-content: flex-start;
  height: 48px;
  margin-bottom: 22px;
  display: flex;
  overflow: hidden;
}

.all-numbers._3 {
  line-height: 41px;
}

.text-block {
  color: var(--natural-color-100);
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

.number-text {
  color: var(--primary-color-1);
  margin-top: -17px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 75px;
}

.number-info {
  text-align: left;
}

.number-info-text {
  max-width: 225px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 28px;
}

.vertical-line {
  background-image: linear-gradient(326deg, #fff0, var(--natural-color-400) 50%, #fff0);
  width: 1.5px;
  height: 625px;
  position: absolute;
  inset: 0% auto auto -60px;
}

.horizontal-line {
  background-image: linear-gradient(135deg, #fff0, #4f524f 50%, #fff0);
  width: 416px;
  height: 1px;
}

.sponsor-logo-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sponsor-logo-image {
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sponsor-logo-row {
  flex: none;
  align-items: center;
  display: flex;
}

.sponsor-image-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 125px;
  display: flex;
  overflow: hidden;
}

.sponsor-line-wrap {
  background-image: linear-gradient(129deg, #fff0, #4f524f 50%, #fff0);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.effectively-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.container {
  text-align: left;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}

.effectively-heading-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.effectively-section-heading {
  max-width: 572px;
  overflow: hidden;
}

.effectively-heading {
  color: var(--natural-color-900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 41px;
}

.effectively-details-wrapper {
  max-width: 570px;
  overflow: hidden;
}

.effectively-details {
  color: var(--natural-color-600);
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.effectively-video-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.lightbox-link {
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.effectively-video-img {
  border-radius: 20px;
  position: relative;
}

.effectively-video-icon {
  position: absolute;
}

.features-section {
  padding-bottom: 150px;
}

.features-heading-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.features-section-heading {
  margin-bottom: 6px;
  overflow: hidden;
}

.features-heading {
  color: #101010;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 42px;
  line-height: 87px;
}

.features-section-details {
  max-width: 653px;
  overflow: hidden;
}

.features-details {
  color: #797979;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 28px;
}

.features-2-columns-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 30px;
}

.features-single-wrapper {
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  padding: 30px 24px;
}

.features-single-icon-wrap {
  margin-bottom: 20px;
}

.features-card-heading-wrap {
  margin-bottom: 16px;
}

.features-card-heading {
  color: #101010;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.features-card-details-wrap {
  margin-bottom: 25px;
}

.features-card-details-wrap.mg-bottom-0px {
  margin-bottom: 0;
}

.features-card-details {
  color: #797979;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.button-row {
  overflow: hidden;
}

.inner-button-wrapper {
  color: #63bd71;
  background-color: #f1f1f180;
  border-radius: 10px;
  padding: 16px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.inner-button-wrapper.know-more-btn {
  border: 1px solid var(--primary-color-1);
  background-color: #0000;
}

.inner-button-text {
  -webkit-text-stroke-color: #3dd3a7;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  display: inline;
}

.inner-button-icon {
  -webkit-text-stroke-color: #3dd3a7;
  font-family: "Fa solid 900", sans-serif;
  display: inline;
}

.features-single-card-wrapper {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding-top: 24px;
  padding-left: 24px;
}

.features-card-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.features-card-single-heading-wrap {
  margin-bottom: 20px;
}

.features-card-single-heading {
  color: #101010;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.features-card-single-getails {
  margin-bottom: 25px;
}

.features-card-single-getails.mg-bottom-0px {
  margin-bottom: 0;
}

.features-image-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

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

.payment-method-section {
  background-color: var(--natural-color-800);
  background-image: url('../images/Noise-shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  overflow: hidden;
}

.payment-method-section-one {
  padding-top: 150px;
  padding-bottom: 0;
}

.payment-method-one-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.payment-method-one-image-wrapper {
  z-index: 1;
  position: relative;
}

.mayment-method-heading-wrap {
  margin-bottom: 45px;
  overflow: hidden;
}

.mayment-method-heading-wrap.two {
  margin-bottom: 35px;
}

.payment-method-heading {
  color: var(--natural-color-100);
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

.payment-method-details-wrap {
  max-width: 579px;
  margin-bottom: 20px;
  overflow: hidden;
}

.payment-method-details-wrap.two {
  margin-bottom: 35px;
}

.payment-method-details {
  color: #fffc;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.payment-method-facility-wrapper {
  padding-left: 0;
  list-style-type: none;
}

.payment-method-facility-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.payment-method-facility-text {
  color: var(--natural-color-100);
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.payment-method-circle-img {
  z-index: 1;
  position: relative;
}

.payment-method-circle-img.one {
  position: absolute;
  inset: 5% auto auto -15%;
}

.payment-method-card-img {
  z-index: 1;
  max-width: 422px;
  position: absolute;
  inset: 6% auto auto 10%;
}

.payment-method-circle {
  z-index: -1;
  filter: blur(120px);
  background-color: #185923f5;
  border-radius: 100%;
  width: 740px;
  height: 420px;
  position: absolute;
  inset: 0% auto auto -28%;
  transform: rotate(-27.75deg);
}

.payment-method-circle.two {
  width: 716px;
  height: 400px;
  inset: 24% -9% auto auto;
}

.payment-method-section-two {
  padding-top: 150px;
  padding-bottom: 150px;
}

.payment-method-two-grid {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.payment-method-two-image-wrapper {
  z-index: 1;
  position: relative;
}

.payment-method-two-img-one {
  z-index: 2;
  position: absolute;
  inset: -7% auto auto 0%;
}

.payment-method-two-img-two {
  z-index: 1;
  position: absolute;
  inset: auto 0% -5% -12%;
}

.slider-single-wrapper {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 30px 40px;
  transition: all .3s;
}

.slider-single-wrapper:hover {
  border-color: #0000;
  box-shadow: 0 10px 62px #2e43751a;
}

.slider-card-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.slider-card-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.slider-profile-image-wrap {
  flex: none;
}

.slider-info-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.slider-name {
  color: #101010;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.slider-text-block {
  color: #acacac;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.slider-details {
  color: #101010;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.about-left-arrow {
  color: var(--natural-color-800);
  border: 1px solid #e1e7eb;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 41px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  transition: box-shadow .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  position: absolute;
  inset: auto 55px -100px 0%;
}

.about-left-arrow:hover {
  color: var(--natural-color-100);
  background-color: #63bd71;
  box-shadow: 0 19px 23px #00000021;
}

.about-right-arrow {
  color: var(--natural-color-800);
  border: 1px solid #e1e7eb;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 41px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  transition: transform .3s, background-color .3s, color .3s, box-shadow .3s;
  display: flex;
  position: absolute;
  inset: auto 0% -100px 55px;
}

.about-right-arrow:hover {
  color: var(--natural-color-100);
  background-color: #63bd71;
  box-shadow: 0 19px 23px #00000021;
}

.finance-section {
  background-color: #080808;
  background-image: url('../images/Noise-shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 330px;
  padding-bottom: 150px;
  overflow: hidden;
}

.finance-wrapper {
  position: relative;
}

.finance-text-wrapper {
  max-width: 601px;
  margin-bottom: -400px;
  margin-left: auto;
  padding-left: 80px;
}

.finance-heading-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}

.finance-heading {
  color: var(--natural-color-100);
  letter-spacing: -.45px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.finance-details-wrapper {
  max-width: 579px;
  margin-bottom: 30px;
  overflow: hidden;
}

.finance-details {
  color: #fffc;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.finance-tabs {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.finance-tabs-menu-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  margin-top: 346px;
  display: flex;
}

.finance-tabs-contact-wrapper {
  overflow: visible;
}

.finance-tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--natural-color-100);
  letter-spacing: -1.35px;
  background-color: #0000;
  margin-bottom: 35px;
  padding: 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 29px;
  display: flex;
}

.finance-tabs-menu.w--current {
  color: #63bd71;
  background-color: #0000;
}

.tab-single-wrapper {
  position: relative;
}

.tab-mobile-img-one {
  z-index: 999;
  position: relative;
}

.tab-mobile-img-two {
  z-index: 99999;
  position: absolute;
  inset: 0% 14% auto auto;
}

.tab-circle-img {
  z-index: -1;
  position: absolute;
  inset: 11% auto auto 0%;
}

.tab-circle-blur {
  z-index: 1;
  filter: blur(120px);
  background-color: #185923f5;
  border-radius: 100%;
  width: 100%;
  height: 410px;
  position: absolute;
  inset: auto 0% 20%;
  transform: rotate(-27.75deg);
}

.tab-image-wrapper, .payment-method-one-mobile-img {
  z-index: 10;
  position: relative;
}

.pricing-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pricing-section.pricing-pages {
  padding-top: 100px;
}

.pricing-top-wrapper {
  text-align: center;
  margin-bottom: 52px;
}

.pricing-heading-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}

.pricing-heading {
  color: #101010;
  letter-spacing: -2.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 58px;
}

.pricing-details-wrapper {
  max-width: 653px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.pricing-details {
  color: #797979;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.pricing-card-wrapper {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 40px 30px;
}

.pricing-collection-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.pricing-single-wrapper {
  background-color: var(--natural-color-100);
  border-radius: 22px;
  padding: 24px;
  transition: all .3s;
}

.pricing-single-wrapper:hover {
  transform: translate(0, -10px);
}

.pricing-single-wrapper.middle {
  background-color: var(--natural-color-100);
}

.pricing-single-name-wrapper {
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 13px 22px;
  display: inline-block;
}

.pricing-single-name {
  color: #101010;
  text-transform: uppercase;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}

.pricing-single-details-wrap {
  margin-bottom: 36px;
}

.pricing-single-details {
  color: #797979;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.pricing-single-line {
  background-image: linear-gradient(294deg, var(--natural-color-100), #ccc 50%, #fff0);
  width: 100%;
  height: 1.5px;
  margin-top: 36px;
  margin-bottom: 36px;
}

.facility-heading-wrapper {
  margin-bottom: 36px;
}

.facility-heading {
  color: var(--natural-color-900);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.pricing-flex-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: flex-end;
  display: flex;
}

.pricing-text-block {
  color: #161616;
  letter-spacing: -2.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.pricing-date-text {
  color: #797979;
  letter-spacing: -.8px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.facility-wrapper {
  margin-bottom: 36px;
}

.facility-wrapper.mg-bottom-0px {
  margin-bottom: 0;
}

.single-facility-one {
  color: #797979;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.facility-list-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.facility-single-item-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.single-facility-two, .single-facility-three, .single-facility-four {
  color: #797979;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.blog-section {
  padding-bottom: 150px;
}

.blog-section.blog-pages {
  padding-top: 100px;
}

.blog-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.blog-heading-wrapper {
  margin-bottom: 16px;
  overflow: hidden;
}

.blog-section-heading {
  color: #101010;
  letter-spacing: -2.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.blog-details-wrapper {
  max-width: 460px;
  overflow: hidden;
}

.plog-section-details {
  color: #797979;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.blog-post-collection-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-single-wrapper {
  border: 1px solid #f2f2f2;
  border-radius: 20px;
}

.blog-post-image-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.blog-post-single-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-text-wrapper {
  padding: 20px;
}

.blog-post-date-wrapper {
  margin-bottom: 10px;
}

.blog-post-date-text {
  color: #797979;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.blog-post-heading-wrapper {
  margin-bottom: 25px;
}

.blog-post-heading {
  color: #101010;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.cta-footer-section {
  background-color: #080808;
  background-image: url('../images/Noise-shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.cta-section {
  padding-top: 215px;
  overflow: hidden;
}

.cta-grid-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  align-items: center;
}

.cta-image-wrapper {
  z-index: 10;
  position: relative;
}

.cta-circle-shape {
  position: relative;
}

.cta-img-one {
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta-image-two {
  z-index: 10;
  position: absolute;
  inset: -21% auto auto 29%;
}

.cta-img-three {
  position: absolute;
  inset: 0% 1% auto auto;
}

.footer-section {
  padding-top: 120px;
  position: relative;
}

.cta-circle-blur-shape {
  z-index: -1;
  filter: blur(120px);
  background-color: #185923f5;
  border-radius: 100%;
  width: 552px;
  height: 350px;
  position: absolute;
  inset: 0% 0% auto;
  transform: rotate(-27.75deg);
}

.cta-from-block {
  overflow: hidden;
}

.cta-heading-wrapper {
  margin-bottom: 25px;
}

.cta-heading {
  color: var(--natural-color-100);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 60px;
}

.cta-input {
  color: var(--natural-color-100);
  background-color: #ffffff0d;
  border: 0 solid #000;
  border-radius: 9px;
  height: 65px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.cta-input::placeholder {
  color: #fffc;
}

.cta-submit-button {
  color: var(--natural-color-100);
  letter-spacing: -.48px;
  background-color: #3dd3a7;
  background-image: url('../images/submit-icon.svg');
  background-position: 85% 54%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  padding: 13px 40px 16px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  position: absolute;
  inset: 10px 10px 10px auto;
}

.cta-input-wrapper {
  position: relative;
}

.footer-top-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
}

.footer-single-heading {
  color: var(--natural-color-100);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
}

.footer-single-heading-wrapper {
  margin-bottom: 40px;
}

.footer-single-details {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.footer-menu-wrapper {
  flex-direction: column;
  display: flex;
}

.footer-single-menu-link {
  color: #c8c8c8;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.footer-single-menu-link:hover {
  color: var(--primary-color-1);
  transform: translate(6px);
}

.footer-number-wrapper {
  margin-bottom: 20px;
}

.footer-number-text, .footer-mail-text {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.footer-bottom-wrapper {
  margin-top: 110px;
  padding-top: 20px;
  padding-bottom: 24px;
}

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

.footer-logo-wrapper {
  transform-style: preserve-3d;
  transition: all .3s;
}

.footer-logo-wrapper:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.footer-logo-wrapper.w--current {
  transition: all .3s;
}

.footer-logo-wrapper.w--current:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.footer-copy-right-text-block {
  color: #ffffffbf;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

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

.footer-social-media-icon {
  aspect-ratio: auto;
  color: var(--natural-color-100);
  object-fit: fill;
  border: 1px solid #ffffff26;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-social-media-icon:hover {
  border-color: var(--primary-color-1);
  background-color: var(--primary-color-1);
  transform: translate(0, -6px);
}

.source-link {
  color: var(--primary-color-1);
  text-decoration: none;
}

.footer-top-line {
  background-image: linear-gradient(129deg, #fff0, #4f524f 50%, #fff0);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-bottom-line {
  background-image: linear-gradient(129deg, #fff0, #4f524f 50%, #fff0);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 16%;
}

.dropdown-toggle {
  color: #c8c8c8;
  align-items: center;
  padding: 0 20px 0 0;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--primary-color-1);
}

.dropdown-list {
  background-color: #0000;
  padding-top: 22px;
  left: -236px;
}

.dropdown-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.dropdown-item {
  color: #c8c8c8;
  letter-spacing: -.5px;
  margin-bottom: 12px;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  transition: all .3s;
}

.dropdown-item:hover, .dropdown-item.w--current {
  color: var(--primary-color-1);
}

.dropdown-item.last {
  margin-bottom: 0;
}

.dropdown-heading-wrapper {
  margin-bottom: 35px;
}

.dropdown-heading {
  color: var(--natural-color-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 500;
  line-height: 30px;
}

.card-dropdown {
  background-color: #161616;
  border-radius: 20px;
  min-width: 512px;
  padding: 40px 57px;
  overflow: hidden;
}

.inner-heading {
  color: var(--natural-color-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
}

.breadcrumb-single-link {
  color: var(--natural-color-100);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.breadcrumb-single-link.w--current {
  color: var(--primary-color-1);
}

.breadcrumb-arrow {
  color: var(--natural-color-100);
  margin-left: 6px;
  margin-right: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.inner-banner-wrapper.center {
  text-align: center;
}

.inner-banner-heading-wrapper {
  margin-bottom: 10px;
}

.inner-banner-breadcrumb-wrapper {
  color: var(--primary-color-1);
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.inner-banner-section {
  background-color: #080808;
  background-image: url('../images/kevin-wenning-OWj25vWhDOg-unsplash.jpg'), url('../images/Noise-shape.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 213px;
  padding-bottom: 115px;
}

.blog-post-details-section {
  padding-top: 100px;
  padding-bottom: 150px;
}

.blg-details-container {
  width: 100%;
  max-width: 872px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-details-image-wrap {
  border-radius: 20px;
  margin-bottom: 36px;
  overflow: hidden;
}

.blog-details-date-wrapper {
  margin-bottom: 15px;
  overflow: hidden;
}

.blog-details-date {
  color: #797979;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.blog-details-heading-wrapper {
  margin-bottom: 36px;
  overflow: hidden;
}

.blog-details-heading {
  color: #101010;
  letter-spacing: -2.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.blog-paragraph-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-paragraph-wrapper.last {
  margin-bottom: 0;
}

.blog-paragraph {
  color: #797979;
  letter-spacing: -.51px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.blog-details-facility-wrapper {
  margin-bottom: 36px;
}

.blog-details-facility-item-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.blog-details-facility-item-wrap.last {
  margin-bottom: 0;
}

.blog-details-facility-text {
  color: #797979;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.blog-details-title-wrapper {
  margin-bottom: 36px;
  overflow: hidden;
}

.blog-details-title {
  color: #101010;
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.blog-details-quote-wrapper {
  text-align: center;
  background-color: #f1f1f180;
  margin-top: 15px;
  margin-bottom: 35px;
  padding: 45px 80px;
  position: relative;
}

.blog-details-quote-icon-wrapper {
  margin-bottom: 12px;
}

.blog-quote-details {
  color: #161616;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 34px;
}

.blog-details-line {
  background-image: linear-gradient(#fff0, #63bd71 50%, #fff0);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slide-nav {
  display: none;
}

.benefits-section {
  text-align: center;
  padding-bottom: 150px;
  text-decoration: none;
}

.benefits-wrapper {
  text-decoration: none;
}

.benefits-top-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  text-decoration: none;
  display: flex;
}

.benefits-heading-wrapper {
  overflow: hidden;
}

.benefits-section-heading {
  color: #101010;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 35px;
  line-height: 60px;
  text-decoration: none;
}

.benefits-details-wrapper {
  color: #797979;
  max-width: 689px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  overflow: hidden;
}

.benefits-details {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

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

.benefits-single-wrapper {
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  padding: 44px 40px;
  position: relative;
  overflow: hidden;
}

.benefits-single-icon-wrap {
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.benefits-single-heading-wrap {
  margin-bottom: 16px;
}

.benefits-single-heading {
  color: #101010;
  letter-spacing: -.81px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 37px;
}

.benefits-single-details {
  color: #797979;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.benefits-card-circle {
  z-index: -1;
  background-color: #63bd71;
  border-radius: 100%;
  width: 10%;
  height: 10%;
  position: absolute;
  inset: -10% 0% auto auto;
}

.benefit-hover-icon {
  opacity: 0;
  position: absolute;
}

.open-opportunities-section {
  background-color: #f9f9f9;
  background-image: url('../images/pexels-twelve-visualz-192441617-12863991.jpg');
  background-position: 176% 47%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
}

.open-opportunities-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.open-opportunities-heading-wrapper {
  margin-bottom: 16px;
  overflow: hidden;
}

.open-opportunities-seading {
  color: var(--natural-color-900);
  letter-spacing: -1.44px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.open-opportunities-details-wrap {
  max-width: 483px;
  overflow: hidden;
}

.open-opportunities-details {
  color: #797979;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.open-opportunities-collection-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.open-opportunities-single-wrapper {
  border: 1px solid var(--natural-color-100);
  background-color: var(--natural-color-100);
  border-radius: 15px;
  padding: 40px 40px 40px 25px;
}

.open-opportunities-single-heading {
  color: var(--natural-color-900);
  letter-spacing: -1.45px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 29px;
}

.open-opportunities-flex-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.open-opportunities-single-text {
  color: #797979;
  letter-spacing: -.8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.open-opportunities-text-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.open-opportunities-single-line {
  background-image: linear-gradient(207deg, #fff0, #4f524f33 50%, #fff0);
  width: 100%;
  height: 1px;
  margin-top: 28px;
  margin-bottom: 26px;
}

.open-opportunities-single-details-wrap {
  margin-bottom: 36px;
}

.open-opportunities-single-details {
  color: #797979;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

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

.open-opportunities-price {
  color: #101010;
  letter-spacing: -.48px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.career-details-section {
  padding-top: 100px;
  padding-bottom: 150px;
}

.career-details-grid {
  grid-column-gap: 136px;
  grid-row-gap: 136px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.career-details-card-wrapper {
  text-align: center;
  background-color: #f1f1f180;
  border-radius: 20px;
  max-width: 424px;
  padding: 45px 28px;
  position: sticky;
  top: 150px;
}

.apply-now-heading-wrapper {
  margin-bottom: 15px;
}

.apply-now-heading {
  color: #101010;
  letter-spacing: -1.35px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.apply-now-details-wrapper {
  margin-bottom: 24px;
}

.apply-now-details {
  color: #797979;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.career-details-heading-wrapper {
  margin-bottom: 22px;
}

.career-details-heading-wrapper.mg-bottom-17px {
  margin-bottom: 17px;
}

.career-details-heading {
  color: #101010;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 35px;
  line-height: 43px;
}

.career-details-heading._36px {
  letter-spacing: -1.8px;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 46px;
}

.career-details-flex-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.career-details-text-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.career-details-single-text {
  color: #797979;
  letter-spacing: -.8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.career-details-paragraph-wrapper {
  max-width: 721px;
}

.career-details-paragraph-wrapper.max-width-760px {
  max-width: 760px;
}

.career-details-paragraph-wrapper.max-width-760px.mg-bottom-14px {
  margin-bottom: 14px;
}

.career-details-paragraph-wrapper.max-width-760px.mg-bottom-22px {
  margin-bottom: 22px;
}

.career-details-paragraph {
  color: #797979;
  letter-spacing: -.85px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.career-details-paragraph.last {
  letter-spacing: -.51px;
}

.career-details-single-wrapper {
  margin-bottom: 60px;
}

.career-details-single-wrapper.last {
  margin-bottom: 0;
}

.career-detail-facilitywrapper {
  margin-bottom: 36px;
}

.career-detail-facilitywrapper.mg-bottom-22px {
  margin-bottom: 22px;
}

.career-details-facolity-item-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.career-details-facility-text {
  color: #797979;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.pricing-plan-section {
  padding-top: 120px;
  padding-bottom: 150px;
}

.pricing-plan-container {
  width: 100%;
  max-width: 1190px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pricing-plan-grid {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.pricing-plan-single-card-wrapper {
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  width: 436px;
  padding: 36px;
  position: sticky;
  top: 150px;
}

.pricing-plan-card-heading-wrapper {
  margin-bottom: 14px;
}

.pricing-plan-card-heading {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.pricing-plan-card-details-wrap {
  margin-bottom: 36px;
}

.pricing-plan-card-details {
  color: #797979;
  letter-spacing: -.85px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.pricing-plan-text-wrapper {
  margin-bottom: 36px;
}

.pricing-text {
  color: #161616;
  letter-spacing: -2.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.get-plan-option-list {
  margin-bottom: 14px;
}

.quantity {
  display: none;
}

.ger-plan-input-button {
  background-color: var(--natural-color-100);
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  align-items: center;
  height: 50px;
  padding: 16px 22px;
  display: flex;
}

.input-select {
  color: #797979;
  letter-spacing: -.48px;
  background-color: #0000;
  border: 0 solid #000;
  height: 50px;
  margin-bottom: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.pricing-plan-name-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-single-wrapper.mg-bottom-40px {
  margin-bottom: 40px;
}

.pricing-plan-single-wrapper.mg-bottom-40px.last {
  margin-bottom: 0;
}

.pricing-plan-name {
  color: #101010;
  letter-spacing: -2.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 58px;
}

.pricing-plan-text-block {
  color: #101010;
  letter-spacing: -2.4px;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.pricing-plan-details-wrapper {
  max-width: 520px;
  margin-bottom: 50px;
}

.pricing-plan-details {
  color: #797979;
  letter-spacing: -.48px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.pricing-plan-line {
  background-image: linear-gradient(160deg, #fff0, #4f524f4d 50%, #fff0);
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.pricing-plan-single-heading-wrapper {
  margin-bottom: 20px;
}

.pricing-plan-single-heading {
  color: #101010;
  letter-spacing: -2.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.pricing-plan-single-heading._36px {
  letter-spacing: -1.8px;
  font-size: 36px;
}

.pricing-plan-single-details-wrap {
  max-width: 614px;
  margin-bottom: 20px;
}

.pricing-plan-single-details {
  color: #797979;
  letter-spacing: -.48px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.pricing-plan-facility-wrapper {
  margin-bottom: 36px;
}

.pricing-plan-facility-wrapper.mg-bottom-22px {
  margin-bottom: 22px;
}

.pricing-plan-facility-item-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.pricing-plan-facility-text {
  color: #797979;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.contact-us-section {
  padding-top: 100px;
  padding-bottom: 150px;
}

.contact-us-container {
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact-us-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-us-card-wrapper {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 70px 45px 42px;
}

.contact-us-left-wrapper {
  overflow: hidden;
}

.contact-card-heading-wrapper {
  margin-bottom: 14px;
}

.contact-card-heading {
  color: var(--natural-color-900);
  letter-spacing: -1.08px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 47px;
}

.contact-card-details-wrap {
  max-width: 412px;
}

.contact-card-details {
  color: #797979;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.contact-card-top-wrapper {
  margin-bottom: 34px;
}

.contact-card-middle-wrapper {
  margin-bottom: 80px;
}

.contact-card-single-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.contact-card-single-wrapper.last {
  margin-bottom: 0;
}

.contact-card-icon-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.contact-card-single-heading-wrap {
  max-width: 269px;
}

.contact-card-single-heading {
  color: var(--natural-color-900);
  letter-spacing: -.9px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.contact-social-media-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  display: flex;
}

.contact-single-social-media {
  color: #101010;
  border: 1px solid #dfdfdf;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.contact-single-social-media:hover {
  border-color: var(--primary-color-1);
  background-color: var(--primary-color-1);
  color: var(--natural-color-100);
  transform: translate(0, -5px);
}

.contact-single-social-media:active {
  border-color: var(--primary-color-1);
  background-color: var(--primary-color-1);
  color: var(--natural-color-100);
}

.contact-us-right-wrapper {
  overflow: hidden;
}

.contact-form-block {
  flex: 1;
  margin-bottom: 0;
}

.contact-us-single-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 26px 40px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-form {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-input {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  height: 56px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.contact-input::placeholder {
  color: #797979;
}

.contact-name-text {
  color: var(--natural-color-900);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.text-area {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  min-width: 100%;
  max-width: 100%;
  min-height: 173px;
  max-height: 100%;
  padding-top: 15px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.text-area::placeholder {
  color: #797979;
}

.style-guide-section {
  padding-top: 100px;
  padding-bottom: 150px;
}

.style-guide-grid {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.8fr;
}

.style-guide-single-wrapper {
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  border-radius: 20px;
  width: 100%;
  max-width: 424px;
  padding: 30px 25px 50px;
}

.style-guide-single-link-wrapper {
  color: var(--natural-color-900);
  letter-spacing: -.81px;
  background-color: #0000;
  border-radius: 10px;
  justify-content: space-between;
  padding: 20px 30px;
  font-size: 27px;
  font-weight: 500;
  line-height: 37px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.style-guide-single-link-wrapper.w--current {
  background-color: var(--natural-color-100);
  color: #63bd71;
}

.style-guide-single-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.text-style-wrapper {
  padding-bottom: 70px;
}

.style-guide-title {
  color: #63bd71;
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
}

.style-guide-title-wrap {
  margin-bottom: 50px;
}

.style-guide-title-wrap.mg-bottom-35px {
  margin-bottom: 35px;
}

.single-heading {
  color: #161616;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 69px;
  font-weight: 700;
  line-height: 100%;
}

.single-heading.h2 {
  font-size: 50px;
}

.single-heading.h3 {
  font-size: 36px;
}

.single-heading.h4 {
  font-size: 27px;
}

.single-heading.h5 {
  font-size: 20px;
}

.single-heading.h6 {
  margin-bottom: 0;
  font-size: 20px;
}

.color-palate-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.color-plate-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sigle-color-plate-wrapper {
  background-color: #080808;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 247px;
  height: 185px;
  display: flex;
}

.sigle-color-plate-wrapper._2 {
  background-color: #f9f9f9;
}

.sigle-color-plate-wrapper._3 {
  background-color: #e8f5ea;
}

.color-code {
  color: var(--natural-color-100);
  letter-spacing: -1.8px;
  font-size: 36px;
  line-height: 30px;
}

.color-code._2, .color-code._3 {
  color: #101010;
}

.style-guiide-line {
  background-image: linear-gradient(227deg, #fff0, #4f524f 50%, #fff0);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.style-guiide-line.bottom {
  inset: auto auto 0% 0%;
}

.typeface-style-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.typeface-title-wrapper {
  margin-bottom: 20px;
}

.type-face-title {
  color: #101010;
  letter-spacing: -1.2px;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
}

.typeface-details-wrapper.mg-bottom-10px {
  margin-bottom: 10px;
}

.typeface-details {
  color: #474c56;
  letter-spacing: -.8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-style-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.paragraph-style-heading-wrap {
  margin-bottom: 14px;
}

.paragraph-style-heading {
  color: #1c2936;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 31px;
}

.paragraph-style-details-wrap {
  margin-bottom: 16px;
}

.paragraph-style-details {
  color: #797979;
  letter-spacing: -.9px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-style-single-text {
  color: #161616;
  letter-spacing: -.8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.paragrapg-style-details-wrap.mg-bottom-70px {
  margin-bottom: 70px;
}

.button-style-wrapper {
  padding-top: 70px;
}

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

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

.changelog-container {
  width: 100%;
  max-width: 760px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.changelog-single-wrapper {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.changelog-single-wrapper._1 {
  padding-top: 0;
}

.changelog-mini-title-wrapper {
  color: #63bd71;
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 10px 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
}

.changelog-heading-wrapper {
  margin-bottom: 24px;
}

.changelog-heading {
  color: #161616;
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.changelog-details {
  color: #797979;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.changelog-top-line {
  background-image: linear-gradient(122deg, #fff0, #4f524f66 50%, #fff0);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.about-top-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 44px;
  display: flex;
}

.about-heading-wrapper {
  max-width: 850px;
  overflow: hidden;
}

.about-section-heading {
  color: var(--natural-color-900);
  letter-spacing: -1.44px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.about-details-wrapper {
  max-width: 822px;
  overflow: hidden;
}

.about-section-details {
  color: #797979;
  letter-spacing: -.51px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.about-image-flex-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
  display: flex;
}

.about-image-flex-wrapper.last {
  margin-bottom: 0;
}

.image-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

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

.about-image-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.values-section {
  background-color: #f9f9f9;
  padding-bottom: 150px;
  overflow: hidden;
}

.values-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}

.values-heading-wrapper {
  margin-bottom: 16px;
}

.values-heading {
  color: var(--natural-color-900);
  letter-spacing: -1.44px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 62px;
}

.values-details-wrapper {
  max-width: 374px;
  margin-bottom: 28px;
}

.values-details {
  color: #797979;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.values-single-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.values-single-wrapper {
  color: var(--primary-color-1);
  border: 1px solid #3ed4a8;
  border-radius: 20px;
  padding: 44px 40px;
}

.values-single-heading-wrap {
  color: #101010;
  letter-spacing: -.81px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 37px;
}

.values-single-icon-wrap {
  margin-bottom: 16px;
}

.values-single-details-wrapper {
  width: 100%;
  max-width: 345px;
}

.values-single-details {
  color: #797979;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.behind-section {
  background-color: #f9f9f9;
  padding-top: 150px;
  padding-bottom: 0;
  overflow: hidden;
}

.behind-top-wrapper {
  margin-bottom: 50px;
}

.behind-heading-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}

.behind-section-heading {
  color: var(--natural-color-900);
  letter-spacing: -1.44px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 62px;
}

.behind-details-wrapper {
  max-width: 412px;
  overflow: hidden;
}

.behind-section-details {
  color: #797979;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.behind-slider-wrapper {
  padding-bottom: 150px;
}

.behind-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.behind-slider-mask {
  max-width: 424px;
  overflow: visible;
}

.behind-slide {
  margin-right: 24px;
}

.behind-single-slider-wrapper {
  border: 1px solid var(--natural-color-100);
  background-color: var(--natural-color-100);
  border-radius: 20px;
  padding: 30px 40px 30px 30px;
}

.slider-date-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f1f1f1;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 50px;
  margin-bottom: 30px;
  display: flex;
}

.slider-date-text {
  color: #63bd71;
  letter-spacing: -.48px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.slider-right-arrrow {
  color: #63bd71;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.behind-slider-heading-wrap {
  width: 100%;
  max-width: 355px;
  margin-bottom: 15px;
}

.behind-slider-heading {
  color: #101010;
  letter-spacing: -.81px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 37px;
}

.behind-single-details {
  color: #797979;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.slider-container {
  width: 100%;
  max-width: 1620px;
  height: 100%;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.behind-left-arrow {
  color: #161616;
  border: 1px solid #e1e7eb;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  transition: all .3s;
  display: flex;
  inset: -40% 10% auto auto;
}

.behind-left-arrow:hover {
  color: var(--natural-color-100);
  background-color: #63bd71;
  border-color: #63bd71;
  box-shadow: 0 19px 23px #00000021;
}

.behind-right-arrow {
  color: #161616;
  border: 1px solid #e1e7eb;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  transition: all .3s;
  display: flex;
  inset: -40% 6% auto auto;
}

.behind-right-arrow:hover {
  color: var(--natural-color-100);
  background-color: #63bd71;
  border-color: #63bd71;
  box-shadow: 0 19px 23px #00000021;
}

.your-financial-section {
  padding-top: 100px;
  padding-bottom: 150px;
  overflow: hidden;
}

.your-financial-top-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
  display: flex;
}

.your-financial-heading-wrapper {
  max-width: 823px;
  overflow: hidden;
}

.your-financial-section-heading {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 58px;
}

.your-financial-details-wrapper {
  max-width: 820px;
  overflow: hidden;
}

.your-financial-details {
  color: #797979;
  letter-spacing: -.51px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.your-financial-slide {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.your-financial-slider-mask {
  max-width: 648px;
  overflow: visible;
}

.your-financial-side {
  margin-right: 24px;
}

.your-financial-image-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.your-financial-left-arrow {
  color: #161616;
  border: 1px solid #e1e7eb;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  left: -100px;
}

.your-financial-left-arrow:hover {
  color: var(--natural-color-100);
  background-color: #63bd71;
  border-style: solid;
  border-color: #63bd71;
}

.your-financial-right-arrow {
  color: #161616;
  border: 1px solid #e1e7eb;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  right: -100px;
}

.your-financial-right-arrow:hover {
  color: var(--natural-color-100);
  background-color: #63bd71;
  border-style: solid;
  border-color: #63bd71;
  box-shadow: 1px 18px 23px #00000021;
}

.our-team-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.our-team-top-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.our-team-heading-wrapper {
  overflow: hidden;
}

.our-team-section-heading {
  color: var(--natural-color-900);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
}

.our-team-details-wrapper {
  max-width: 627px;
  overflow: hidden;
}

.our-team-section-details {
  color: #797979;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.our-team-single-wrapper {
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.our-team-single-image-wrapper {
  border-radius: 15px;
  overflow: hidden;
}

.our-team-single-details-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.our-team-single-name-wrapper {
  margin-bottom: 7px;
  text-decoration: none;
}

.our-team-single-name {
  color: var(--natural-color-900);
  letter-spacing: -.81px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 28px;
}

.our-team-single-info-wrapper {
  margin-bottom: 12px;
}

.our-team-single-details {
  color: #797979;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.our-team-social-media-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.our-team-social-media-link {
  color: #797979;
  border: 1px solid #797979;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 10px;
  text-decoration: none;
  display: flex;
}

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

.license-container {
  width: 100%;
  max-width: 873px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.license-image-contant-wrapper {
  margin-bottom: 90px;
}

.license-image-heading-wrapper {
  margin-bottom: 14px;
  overflow: hidden;
}

.license-image-heading {
  color: #101010;
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 47px;
}

.license-source-link {
  color: #63bd71;
  font-weight: 500;
}

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

.license-image-single-wrapper {
  background-color: #f9f9f9;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 275px;
  height: 312px;
  display: flex;
  overflow: hidden;
}

.license-icon-wrapper {
  margin-bottom: 90px;
}

.license-icon-heading-wrap {
  margin-bottom: 14px;
  overflow: hidden;
}

.license-icon-heading {
  color: #101010;
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 47px;
}

.license-icon-details-wrapper {
  max-width: 654px;
  margin-bottom: 48px;
  overflow: hidden;
}

.license-icon-flex-wrapper {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.license-single-icon-wrap {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.license-icon-line {
  background-image: linear-gradient(159deg, #fff0, #4f524f66 50%, #fff0);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.license-typography-heading-wrap {
  margin-bottom: 14px;
  overflow: hidden;
}

.license-typography-heading {
  color: #161616;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 47px;
}

.license-typography-details-wrap {
  max-width: 580px;
  margin-bottom: 24px;
  overflow: hidden;
}

.license-typography-details {
  color: #797979;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.typography-source-link {
  color: #63bd71;
  font-weight: 500;
}

.licenses-img-paragraph-wrap {
  max-width: 654px;
  margin-bottom: 50px;
  overflow: hidden;
}

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

.password-wrapper {
  text-align: center;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 60px;
}

.password-image-wrapper {
  margin-bottom: 30px;
}

.password-heading-wrap {
  margin-bottom: 4px;
}

.password-heading {
  color: #161616;
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 58px;
}

.password-details-wrapper {
  margin-bottom: 32px;
}

.password-details {
  color: #797979;
  letter-spacing: -.9px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.password-input-wrapper {
  margin-bottom: 15px;
}

.password-input {
  border: 1px solid #f2f2f2;
  border-radius: 11px;
  height: 56px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.password-input::placeholder {
  color: #797979;
}

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

.error-wrapper {
  text-align: center;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  max-width: 969px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.error-image-wrapper {
  padding-bottom: 50px;
}

.error-img {
  width: 35%;
}

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

.error-heading {
  color: #101010;
  letter-spacing: -2.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.error-details {
  color: #797979;
  letter-spacing: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.error-details-wrapper {
  max-width: 608px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.plan-category-section {
  background-color: var(--natural-color-100);
  padding-top: 200px;
  padding-bottom: 150px;
}

.plan-category-title-wrapper {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

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

.category-title {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
}

.category-title._50px {
  margin-left: 10px;
}

.category-content {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-icon {
  margin-right: 0;
}

.cart-button {
  color: var(--natural-color-100);
  background-color: #0000;
  padding: 0;
  transition: transform .3s;
  position: relative;
}

.cart-quantity {
  background-color: var(--primary-color-1);
  color: var(--natural-color-100);
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 14px;
  display: flex;
  position: absolute;
  inset: -8% -19% auto auto;
}

.cart-container {
  background-color: var(--natural-color-100);
  border-radius: 26px;
  min-width: 757px;
  max-width: 757px;
}

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

.cart-header {
  border-bottom-width: 0;
  margin-bottom: 46px;
  padding: 46px;
}

.cart-heading-wrapper {
  position: relative;
}

.card-heading {
  color: #101010;
  letter-spacing: -1.8px;
  font-size: 36px;
  font-weight: 600;
  line-height: 27px;
}

.cart-close-button {
  background-color: #f9f9f9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  display: flex;
}

.cart-line {
  background-image: linear-gradient(265deg, #fff0, #4f524f5e 50%, #fff0);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.cart-line.bottom {
  inset: 0% auto auto 0%;
}

.cart-list {
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.cart-item {
  padding-top: 0;
  padding-bottom: 46px;
}

.cart-details-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.cart-product-name {
  color: var(--natural-color-900);
  margin-bottom: 16px;
  font-size: 27px;
  font-weight: 600;
  line-height: 37px;
}

.cart-price {
  color: #797979;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.option {
  color: #797979;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 37px;
}

.cart-span {
  margin-left: 5px;
  margin-right: 5px;
}

.cart-date-text {
  color: #101010;
}

.cart-remove-button {
  color: #63bd71;
  background-color: #f1f1f180;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  display: flex;
}

.cart-quantity-2 {
  display: none;
}

.cart-footer {
  border-top-width: 0;
  padding: 46px;
  position: relative;
}

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

.subtotal-text-block {
  color: #797979;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.cart-item-price {
  color: #797979;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 37px;
}

.web-payments {
  display: none;
}

.feayures-card-single-wrapper {
  width: 100%;
  max-width: 460px;
  overflow: hidden;
}

.overflow-wrapper {
  overflow: hidden;
}

.overflow-wrapper.mg-bottom-40px {
  margin-bottom: 40px;
}

.testimonial-section {
  padding-top: 150px;
  padding-bottom: 110px;
}

.testimonial-container {
  width: 100%;
  max-width: 1430px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonial-heading-wrapper {
  text-align: center;
  max-width: 606px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.testimonial-heading {
  color: #101010;
  letter-spacing: -2.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 58px;
}

.testimonial-slider-wrapper {
  padding-bottom: 140px;
  overflow: hidden;
}

.testimonial-slide {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.testimonial-slider-mask {
  max-width: 462px;
  overflow: visible;
}

.testimonial-slide-wrapper {
  margin-right: 24px;
}

.banner-section-heading {
  color: var(--natural-color-100);
  letter-spacing: -2.07px;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
}

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

.button-hover-fill {
  z-index: -1;
  background-color: var(--primary-color-1);
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 100% 0% auto;
}

.button-hover-fill.natural-color-900 {
  z-index: 1;
  background-color: var(--natural-color-900);
}

.button-hover-fill.know-more-btn {
  z-index: 1;
}

.banner-counter-wrapper {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-direction: column;
  display: flex;
}

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

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

.license-image-wrap {
  border-radius: 15px;
  overflow: hidden;
}

.licenses-image-paragraph {
  color: #797979;
  letter-spacing: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.licenses-icon-paragraph {
  color: #797979;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.icon-source-link {
  color: #63bd71;
  font-weight: 500;
}

.team-single-section {
  padding-top: 100px;
  padding-bottom: 150px;
}

.team-single-container {
  width: 100%;
  max-width: 930px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.team-single-card-wrapper {
  text-align: center;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
}

.team-single-img-wrap {
  margin-bottom: 40px;
  overflow: hidden;
}

.team-single-image {
  width: 214px;
}

.team-single-heading-wrap {
  margin-bottom: 12px;
  overflow: hidden;
}

.team-single-paragraph {
  color: #3d3d3d;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.team-single-heading {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.team-single-info-wrap {
  margin-bottom: 25px;
  overflow: hidden;
}

.team-single-info {
  color: #050505;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.team-single-social-media-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  margin-bottom: 40px;
  display: flex;
}

.team-single-social-media-link {
  color: #050505;
  background-color: #63bd7126;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.team-single-social-media-link:hover {
  background-color: var(--primary-color-1);
  color: var(--natural-color-100);
  font-size: 18px;
  transform: translate(0, -5px);
}

.team-single-paragraph-wrap {
  max-width: 678px;
  overflow: hidden;
}

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

.page-loader {
  z-index: 9999;
  transform-origin: 50% 0;
  background-color: #080808;
  background-image: url('../images/Noise-shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader-wrapper {
  background-color: var(--natural-color-800);
  transform-origin: 50% 0;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.page-loader-text-bg {
  width: 11vw;
  position: relative;
}

.page-loader-text-bg.absolate {
  max-width: none;
  position: absolute;
}

.page-loader-text-wrap {
  position: absolute;
  inset: 0;
}

.hide-page-loader {
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

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

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

.checkout-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

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

.checkout-left-wrapper {
  margin-right: 0;
}

.order-header-title-block {
  color: #797979;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.checkout-from-title {
  color: var(--primary-color-1);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 26px;
  line-height: 36px;
}

.checkout-container {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  color: #797979;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.country {
  color: #797979;
  font-size: 16px;
  line-height: 18px;
}

.shipping-method {
  color: #797979;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.billing-address-toggle {
  align-items: flex-start;
}

.billing-address {
  color: #797979;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.order-item-heading {
  color: #797979;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.order-item-quantity {
  color: #797979;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.order-item-duration, .item-price-text {
  color: #797979;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.price-text {
  font-weight: 400;
}

.block-contant-wrapper {
  color: #797979;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.apple-pay-btn {
  border-radius: 10px;
  height: 54px;
}

.checkout-text {
  color: var(--primary-color-1);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

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

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

.shipping-method-list {
  font-weight: 400;
  line-height: 26px;
}

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

.order-confirmation {
  background-color: #0000;
  padding: 0;
}

.body {
  background-color: #fff;
  border: 1px solid #000;
  font-family: Merriweather, serif;
}

.italic-text {
  letter-spacing: 0;
  font-style: normal;
}

.primary-button-2 {
  color: #fff;
  text-align: center;
  background-color: #3dd3a7;
  border-radius: 10px;
  align-items: center;
  padding: 16px 30px;
  font-weight: 700;
  text-decoration: none;
}

.primary-button-2.apply-now {
  font-weight: 600;
}

.image {
  float: left;
  text-align: center;
  vertical-align: middle;
  width: 945px;
  max-width: 104%;
  margin-left: 153px;
  padding-right: 0;
  text-decoration: line-through;
  position: static;
  inset: auto 0% 0%;
}

.effectively-details-2 {
  color: #797979;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.effectively-heading-2 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tussilago, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 41px;
}

.effectively-details-3 {
  color: #797979;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

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

.image-3 {
  padding-right: 0;
  position: relative;
  bottom: -80px;
  right: -59px;
}

.bold-text {
  text-transform: uppercase;
}

@media screen and (min-width: 1920px) {
  .banner-details {
    font-size: 18px;
    line-height: 28px;
  }

  .banner-card-img {
    max-width: 100%;
  }

  .banner-card-img.two {
    max-width: 100%;
    right: -16%;
  }

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

  .all-numbers._2 {
    text-align: center;
    letter-spacing: 0;
    line-height: 14px;
    text-decoration: none;
    position: sticky;
  }

  .all-numbers._3 {
    letter-spacing: -2px;
  }

  .text-block {
    font-family: Montserrat, sans-serif;
  }

  .number-text {
    font-family: Montserrat, sans-serif;
    line-height: 80px;
  }

  .features-single-wrapper {
    padding: 44px 40px;
  }

  .features-card-heading {
    font-size: 27px;
    line-height: 37px;
  }

  .features-card-details {
    font-size: 17px;
    line-height: 27px;
  }

  .features-single-card-wrapper {
    padding-top: 40px;
    padding-left: 40px;
  }

  .features-card-grid {
    grid-column-gap: 30px;
  }

  .features-card-single-heading {
    font-size: 27px;
    line-height: 37px;
  }

  .payment-method-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .payment-method-details {
    font-size: 17px;
    line-height: 27px;
  }

  .payment-method-card-img {
    max-width: 100%;
  }

  .payment-method-two-img-one {
    left: 9%;
  }

  .finance-text-wrapper {
    padding-left: 60px;
  }

  .finance-heading {
    font-size: 43px;
    line-height: 53px;
  }

  .tab-circle-blur {
    width: 723px;
    left: -3%;
  }

  .pricing-heading {
    font-family: Tussilago, Arial, sans-serif;
    font-size: 35px;
  }

  .pricing-details {
    display: block;
  }

  .pricing-card-wrapper {
    padding: 68px 46px;
  }

  .pricing-single-wrapper {
    padding: 40px;
  }

  .single-facility-three {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-post-text-wrapper {
    padding: 30px 40px 40px 30px;
  }

  .cta-heading {
    font-family: Tussilago, Arial, sans-serif;
    font-size: 30px;
  }

  .footer-top-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-single-heading {
    font-family: Tussilago, Arial, sans-serif;
    font-size: 25px;
  }

  .inner-heading {
    font-family: Tussilago, Arial, sans-serif;
  }

  .inner-banner-section {
    background-image: url('../images/kevin-wenning-OWj25vWhDOg-unsplash.jpg'), url('../images/Noise-shape.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .benefits-section-heading {
    font-family: Tussilago, Arial, sans-serif;
    font-size: 35px;
  }

  .benefits-details {
    min-width: 26px;
    max-width: 691px;
    font-weight: 300;
    display: block;
  }

  .behind-left-arrow {
    right: 23%;
  }

  .behind-right-arrow {
    right: 19%;
  }

  .your-financial-section-heading {
    color: var(--natural-color-800);
    -webkit-text-stroke-color: var(--primary-color-1);
    font-family: Tussilago, Arial, sans-serif;
    font-size: 35px;
  }

  .testimonial-container {
    max-width: 1466px;
  }

  .testimonial-heading {
    font-family: Tussilago, Arial, sans-serif;
    font-size: 30px;
  }

  .banner-section-heading {
    font-size: 66px;
    line-height: 87px;
  }

  .collection-grid-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .italic-text-2 {
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  .header {
    background-color: var(--natural-color-800);
    background-image: url('../images/Noise-shape.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .split-contant.header-right {
    grid-column-gap: 12px;
  }

  .header-logo-wrap {
    z-index: 9;
  }

  .header-logo-wrap.w--current {
    z-index: 99;
  }

  .header-navigation {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .nav-link {
    font-size: 24px;
    line-height: 24px;
  }

  .secondary-button.navbar {
    z-index: 9;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .secondary-button.navbar.destop {
    display: none;
  }

  .secondary-button.mobile {
    display: block;
  }

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

  .banner-grid {
    align-items: start;
  }

  .banner-2-columns-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .banner-text-wrapper {
    padding-top: 0;
  }

  .banner-details-wrapper {
    margin-bottom: 20px;
  }

  .banner-details {
    font-size: 17px;
  }

  .primary-button.banner {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 25px;
  }

  .primary-button.apply-now {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .primary-button.checkout {
    background-position: 72%;
    transition: all .3s;
  }

  .primary-button.checkout:hover {
    background-color: var(--natural-color-900);
  }

  .primary-button.prices {
    padding: 13px 25px;
    font-size: 16px;
    line-height: 26px;
  }

  .banner-card-image-wrap {
    width: 77%;
  }

  .banner-star-wrapper {
    text-align: center;
    margin-bottom: 25px;
  }

  .banner-stra-img {
    width: 99px;
  }

  .metrics {
    align-items: center;
  }

  .numbers {
    margin-bottom: 5px;
  }

  .text-block {
    font-size: 38px;
  }

  .number-text {
    margin-top: -3px;
    font-size: 38px;
  }

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

  .number-info-text {
    font-size: 16px;
    line-height: 26px;
  }

  .vertical-line {
    height: 100%;
  }

  .horizontal-line {
    z-index: 99;
    width: 250px;
    display: none;
    position: relative;
  }

  .sponsor-logo-image {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sponsor-image-wrapper {
    margin-right: 50px;
  }

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

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .effectively-heading-wrapper {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .effectively-section-heading {
    margin-bottom: 16px;
  }

  .effectively-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .effectively-details {
    margin-bottom: 0;
  }

  .features-section {
    padding-bottom: 100px;
  }

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

  .features-heading {
    font-size: 45px;
    line-height: 65px;
  }

  .features-2-columns-grid {
    grid-template-columns: 2fr;
  }

  .features-single-wrapper {
    border-radius: 15px;
    padding: 30px 20px;
  }

  .features-single-icon-wrap, .features-card-heading-wrap {
    margin-bottom: 10px;
  }

  .features-card-details-wrap {
    width: 100%;
  }

  .features-card-details {
    font-size: 16px;
    line-height: 26px;
  }

  .features-single-card-wrapper {
    padding: 60px 30px 0;
  }

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

  .features-card-single-heading-wrap {
    margin-bottom: 16px;
  }

  .features-card-single-heading {
    text-transform: capitalize;
    font-size: 32px;
    line-height: 42px;
  }

  .features-image-wrapper {
    text-align: center;
  }

  .features-3-columns-grid {
    grid-template-columns: 1fr 1fr;
  }

  .payment-method-section-one {
    padding-top: 80px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .payment-method-one-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .payment-method-one-image-wrapper {
    text-align: center;
    text-transform: uppercase;
  }

  .payment-method-one-text-wrapper {
    text-align: center;
  }

  .mayment-method-heading-wrap, .mayment-method-heading-wrap.two {
    margin-bottom: 15px;
  }

  .payment-method-heading {
    max-width: 735px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 52px;
  }

  .payment-method-details-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .payment-method-details-wrap.two {
    margin-bottom: 20px;
  }

  .payment-method-details {
    font-size: 16px;
  }

  .payment-method-facility-item {
    justify-content: center;
  }

  .payment-method-circle-img.two {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    bottom: -47px;
    left: 0;
    right: 0;
  }

  .payment-method-circle-img.one {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .payment-method-card-img {
    width: 473px;
    top: 2%;
    left: 151px;
  }

  .payment-method-circle {
    width: 399px;
    height: 335px;
    margin-left: auto;
    margin-right: auto;
    top: 14%;
    left: 0%;
    right: 0;
  }

  .payment-method-circle.two {
    width: 589px;
    right: 9%;
  }

  .payment-method-section-two {
    padding-top: 40px;
    padding-bottom: 140px;
    overflow: hidden;
  }

  .payment-method-two-grid {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .payment-method-two-image-wrapper, .payment-method-two-text-wrapper {
    text-align: center;
  }

  .payment-method-two-img-one {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    top: 7%;
    left: 0%;
    right: 0;
  }

  .payment-method-two-img-two {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    bottom: 1%;
    left: 0%;
    right: 0%;
  }

  .slider-single-wrapper {
    padding: 25px 20px;
  }

  .slider-card-top-wrapper {
    margin-bottom: 15px;
  }

  .slider-quote-icon {
    width: 34px;
  }

  .slider-details {
    font-size: 16px;
  }

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

  .finance-text-wrapper {
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .finance-heading-wrapper {
    margin-bottom: 15px;
  }

  .finance-heading {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 55px;
  }

  .finance-details-wrapper {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .finance-tabs {
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: .8fr;
    display: flex;
  }

  .finance-tabs-menu-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
  }

  .finance-tabs-menu {
    grid-column-gap: 6px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .tab-mobile-img-one {
    left: -71px;
  }

  .tab-mobile-img-two {
    right: -28%;
  }

  .tab-circle-img {
    left: 9%;
  }

  .tab-circle-blur {
    width: 503px;
    height: 393px;
    margin-left: auto;
    margin-right: auto;
    left: 0%;
    right: 0%;
    transform: none;
  }

  .payment-method-one-mobile-img {
    width: 300px;
  }

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

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

  .pricing-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .pricing-card-wrapper {
    padding: 40px 30px;
  }

  .pricing-collection-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-single-wrapper {
    padding: 25px 20px;
  }

  .pricing-single-name-wrapper {
    margin-bottom: 10px;
  }

  .pricing-single-details-wrap {
    margin-bottom: 15px;
  }

  .facility-heading-wrapper {
    margin-bottom: 24px;
  }

  .facility-heading {
    font-size: 26px;
    line-height: 26px;
  }

  .pricing-text-block {
    font-size: 40px;
    line-height: 40px;
  }

  .facility-wrapper {
    margin-bottom: 30px;
  }

  .facility-single-item-wrapper {
    grid-column-gap: 5px;
  }

  .blog-section {
    padding-bottom: 100px;
  }

  .blog-heading-wrapper {
    margin-bottom: 20px;
  }

  .blog-section-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .blog-post-collection-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-single-wrapper {
    width: 100%;
  }

  .blog-post-text-wrapper {
    padding: 20px;
  }

  .blog-post-heading {
    font-size: 18px;
    line-height: 26px;
  }

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

  .cta-grid-wrapper {
    grid-column-gap: 550px;
    grid-row-gap: 550px;
    grid-template-columns: 1fr;
  }

  .cta-circle-shape {
    display: none;
  }

  .cta-img-one {
    left: 8%;
  }

  .cta-image-two {
    left: 34%;
  }

  .cta-img-three {
    right: 9%;
  }

  .footer-section {
    padding-top: 130px;
  }

  .cta-circle-blur-shape {
    width: 100%;
  }

  .cta-newsletter-wrapper {
    width: 70%;
  }

  .cta-from-block {
    margin-bottom: 0;
  }

  .cta-heading-wrapper {
    margin-bottom: 35px;
  }

  .cta-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .footer-top-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-single-wrapper {
    width: 100%;
  }

  .footer-single-heading {
    font-size: 24px;
    line-height: 24px;
  }

  .footer-single-heading-wrapper {
    margin-bottom: 24px;
  }

  .footer-single-details {
    font-size: 16px;
    font-weight: 400;
  }

  .footer-bottom-wrapper {
    margin-top: 60px;
  }

  .footer-bottom-flex-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-logo {
    width: 120px;
  }

  .footer-social-media-icon {
    width: 40px;
    height: 40px;
  }

  .footer-top-line {
    margin-top: 55px;
  }

  .footer-bottom-line {
    bottom: 24%;
  }

  .dropdown {
    display: block;
  }

  .dropdown-toggle {
    padding-right: 32px;
    font-size: 24px;
    line-height: 24px;
  }

  .dropdown-list {
    position: static;
  }

  .inner-heading {
    font-size: 45px;
    line-height: 60px;
  }

  .inner-banner-section {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .blog-post-details-section {
    padding-bottom: 100px;
  }

  .blog-details-heading-wrapper {
    margin-bottom: 30px;
  }

  .blog-details-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .blog-details-facility-wrapper {
    margin-bottom: 30px;
  }

  .blog-details-facility-text {
    font-size: 16px;
    line-height: 27px;
  }

  .blog-details-title-wrapper {
    margin-bottom: 30px;
  }

  .blog-details-title {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-details-quote-wrapper {
    margin-bottom: 30px;
  }

  .benefits-section {
    padding-bottom: 100px;
  }

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

  .benefits-section-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .benefits-details-wrapper {
    max-width: 100%;
  }

  .benefits-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

  .open-opportunities-top-wrapper {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .open-opportunities-seading {
    font-size: 40px;
    line-height: 50px;
  }

  .open-opportunities-collection-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .open-opportunities-single-heading {
    font-size: 26px;
    line-height: 28px;
  }

  .career-details-section {
    padding-bottom: 100px;
  }

  .career-details-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .career-details-card-wrapper {
    max-width: 310px;
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .apply-now-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .apply-now-details {
    font-size: 15px;
    line-height: 25px;
  }

  .career-details-heading-wrapper.mg-bottom-17px {
    margin-bottom: 16px;
  }

  .career-details-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .career-details-heading._36px {
    font-size: 30px;
    line-height: 40px;
  }

  .career-details-flex-wrapper {
    margin-bottom: 22px;
  }

  .career-details-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .career-details-single-wrapper {
    margin-bottom: 40px;
  }

  .career-details-facility-text {
    font-size: 16px;
    line-height: 26px;
  }

  .pricing-plan-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .pricing-plan-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 2fr;
  }

  .pricing-plan-single-card-wrapper {
    padding: 30px;
  }

  .pricing-plan-card-details-wrap, .pricing-plan-text-wrapper {
    margin-bottom: 30px;
  }

  .pricing-text {
    font-size: 40px;
    line-height: 50px;
  }

  .pricing-plan-name-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pricing-plan-name, .pricing-plan-text-block {
    font-size: 40px;
    line-height: 50px;
  }

  .pricing-plan-details-wrapper {
    margin-bottom: 36px;
  }

  .pricing-plan-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pricing-plan-single-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .pricing-plan-single-heading._36px {
    font-size: 30px;
    line-height: 40px;
  }

  .contact-us-section {
    padding-bottom: 100px;
  }

  .contact-us-grid {
    grid-template-columns: 1fr;
  }

  .contact-us-card-wrapper {
    padding-top: 40px;
  }

  .contact-card-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .contact-card-top-wrapper {
    margin-bottom: 30px;
  }

  .contact-card-middle-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-section {
    padding-bottom: 100px;
  }

  .style-guide-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.8fr;
  }

  .style-guide-single-wrapper {
    max-width: 100%;
  }

  .style-guide-single-link-wrapper {
    align-items: center;
  }

  .text-style-wrapper {
    padding-bottom: 40px;
  }

  .style-guide-title {
    font-size: 32px;
  }

  .style-guide-title-wrap {
    margin-bottom: 35px;
  }

  .single-heading.h1 {
    margin-bottom: 35px;
    font-size: 60px;
  }

  .single-heading.h2 {
    margin-bottom: 35px;
    font-size: 45px;
  }

  .single-heading.h3 {
    margin-bottom: 35px;
    font-size: 32px;
  }

  .single-heading.h4 {
    margin-bottom: 35px;
    font-size: 24px;
  }

  .single-heading.h5 {
    margin-bottom: 35px;
    font-size: 18px;
  }

  .single-heading.h6 {
    font-size: 16px;
  }

  .color-palate-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .color-plate-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .sigle-color-plate-wrapper._1, .sigle-color-plate-wrapper._2, .sigle-color-plate-wrapper._3 {
    width: 100%;
  }

  .color-code {
    font-size: 30px;
  }

  .typeface-style-wrapper, .paragraph-style-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragrapg-style-details-wrap.mg-bottom-70px {
    margin-bottom: 40px;
  }

  .button-style-wrapper {
    padding-top: 40px;
  }

  .changelog-section {
    padding-bottom: 60px;
  }

  .changelog-heading {
    font-size: 30px;
    line-height: 30px;
  }

  .about-section {
    padding-bottom: 100px;
  }

  .about-top-wrapper {
    margin-bottom: 35px;
  }

  .about-heading-wrapper {
    max-width: 100%;
  }

  .about-section-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .about-details-wrapper {
    max-width: 100%;
  }

  .about-section-details {
    font-size: 16px;
    line-height: 26px;
  }

  .about-image-flex-wrapper, .about-image-flex-wrapper.last {
    flex-direction: column;
  }

  .values-section {
    padding-bottom: 100px;
  }

  .values-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 2fr;
  }

  .values-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .values-details-wrapper {
    max-width: 70%;
  }

  .values-single-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .values-single-wrapper {
    padding: 30px 24px;
  }

  .values-single-heading-wrap {
    font-size: 25px;
    line-height: 35px;
  }

  .values-single-details-wrapper {
    width: 100%;
  }

  .values-single-details {
    font-size: 17px;
  }

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

  .behind-section-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .behind-slider-wrapper {
    padding-bottom: 100px;
  }

  .behind-slider-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .slider-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .behind-left-arrow {
    right: 15%;
  }

  .behind-right-arrow {
    right: 7%;
  }

  .your-financial-section {
    padding-top: 90px;
    padding-bottom: 190px;
  }

  .your-financial-top-wrapper {
    margin-bottom: 50px;
  }

  .your-financial-section-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .your-financial-details-wrapper {
    max-width: 100%;
  }

  .your-financial-left-arrow {
    inset: auto auto -30% 41%;
  }

  .your-financial-right-arrow {
    inset: auto 41% -30% auto;
  }

  .our-team-section {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .our-team-top-wrapper {
    margin-bottom: 40px;
  }

  .our-team-section-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .our-team-single-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .license-section {
    padding-bottom: 100px;
  }

  .license-image-contant-wrapper {
    margin-bottom: 50px;
  }

  .license-image-heading {
    font-size: 32px;
    line-height: 43px;
  }

  .license-image-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .license-image-single-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .license-single-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .license-icon-wrapper {
    margin-bottom: 50px;
  }

  .license-icon-heading {
    font-size: 32px;
    line-height: 43px;
  }

  .license-icon-details-wrapper {
    margin-bottom: 40px;
  }

  .license-typography-heading {
    font-size: 32px;
    line-height: 43px;
  }

  .license-typography-details {
    font-size: 16px;
    line-height: 26px;
  }

  .licenses-img-paragraph-wrap {
    margin-bottom: 40px;
  }

  .password-section {
    padding-bottom: 100px;
  }

  .password-image-wrapper {
    margin-bottom: 25px;
  }

  .password-img {
    width: 110px;
  }

  .password-heading {
    font-size: 32px;
    line-height: 54px;
  }

  .password-details-wrapper {
    margin-bottom: 27px;
  }

  .error-section {
    padding-bottom: 100px;
  }

  .error-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .error-image-wrapper {
    padding-bottom: 40px;
  }

  .error-img {
    width: 150px;
  }

  .error-heading-wrapper {
    margin-bottom: 26px;
  }

  .error-heading {
    font-size: 40px;
  }

  .plan-category-section {
    padding-top: 190px;
    padding-bottom: 100px;
  }

  .plan-category-title-wrapper {
    margin-bottom: 40px;
  }

  .category-title {
    font-size: 40px;
    line-height: 50px;
  }

  .cart-container {
    min-width: 600px;
    max-width: 600px;
  }

  .cart-header {
    margin-bottom: 30px;
    padding: 30px;
  }

  .card-heading {
    font-size: 30px;
  }

  .cart-close-button {
    width: 60px;
    height: 60px;
  }

  .cart-list {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cart-item {
    padding-bottom: 30px;
  }

  .cart-footer {
    padding: 30px;
  }

  .feayures-card-single-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .features-card-text-wrapper {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .overflow-wrapper.mg-bottom-40px {
    margin-bottom: 20px;
  }

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

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

  .testimonial-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .testimonial-slider-wrapper {
    padding-bottom: 100px;
  }

  .banner-section-heading {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
  }

  .button-hover-fill.natural-color-900 {
    background-color: var(--natural-color-900);
  }

  .banner-counter-wrapper {
    grid-row-gap: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .licenses-image-paragraph, .licenses-icon-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .team-single-section {
    padding-bottom: 100px;
  }

  .team-single-card-wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .team-single-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .team-single-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .team-single-social-media-wrap {
    margin-bottom: 30px;
  }

  .menu-button {
    z-index: 9;
    color: var(--natural-color-100);
    border: 1px solid #4f524f;
    border-radius: 10px;
    width: 56px;
    min-width: 56px;
    min-height: 56px;
    max-height: 56px;
    padding: 0;
    position: relative;
  }

  .menu-button.w--open {
    z-index: 99;
    background-color: #0000;
  }

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .icon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    min-height: 24px;
    display: flex;
  }

  .header-menu-button-icon-top, .header-menu-button-icon-medium, .header-menu-button-icon-bottom {
    background-color: var(--natural-color-100);
    border-radius: 20px;
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--natural-color-800);
    width: 100%;
    max-width: 100vw;
    padding: 120px 24px 40px;
  }

  .cart {
    z-index: 99;
  }

  .page-loader-text-bg {
    width: 16vw;
  }

  .collection-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

  .order-header-title-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .checkout-from-title {
    font-size: 20px;
  }

  .checkout-container {
    width: 100%;
  }

  .paypal-section {
    padding-bottom: 60px;
  }

  .paypal-checkout-form {
    padding: 0;
  }

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

  .row {
    flex-direction: column;
  }

  .mobile-menu-button {
    align-items: flex-start;
    display: flex;
  }

  .mobile-menu-button-single {
    text-align: left;
    display: inline-block;
  }

  .primary-button-2.apply-now {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .effectively-details-2 {
    margin-bottom: 0;
  }

  .effectively-heading-2 {
    font-size: 45px;
    line-height: 55px;
  }

  .effectively-details-3 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 140px;
  }

  .header-navigation {
    grid-row-gap: 30px;
  }

  .nav-link {
    font-size: 22px;
    line-height: 22px;
  }

  .secondary-button {
    padding: 12px 20px;
  }

  .secondary-button.navbar {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 21px;
  }

  .button-icon {
    font-size: 14px;
    line-height: 19px;
  }

  .banner-section {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .banner-grid {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

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

  .banner-heading-wrapper {
    margin-bottom: 6px;
  }

  .banner-details-wrapper {
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 30px;
  }

  .banner-details {
    font-size: 16px;
    line-height: 26px;
  }

  .primary-button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
    line-height: 22px;
  }

  .primary-button.error-btn {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 21px;
  }

  .primary-button.checkout {
    background-position: 77%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

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

  .banner-card-img {
    width: 340px;
  }

  .banner-card-img.two {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 8% -11% 0 0;
  }

  .banner-right-text-wrapper {
    width: 100%;
    padding-top: 30px;
  }

  .banner-star-wrapper {
    margin-bottom: 24px;
  }

  .banner-stra-img {
    width: 120px;
  }

  .metrics {
    width: 100%;
  }

  .numbers {
    margin-bottom: 16px;
  }

  .text-block, .number-text {
    font-size: 40px;
  }

  .number-info-text {
    font-size: 10px;
    line-height: 27px;
  }

  .vertical-line {
    width: 100%;
    height: 1.5px;
    margin-top: 0;
    top: -9%;
    left: 0;
  }

  .horizontal-line {
    display: none;
  }

  .sponsor-logo-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sponsor-image-wrapper {
    margin-right: 40px;
  }

  .sponsor-image {
    width: 90px;
  }

  .effectively-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .effectively-section-heading {
    max-width: 100%;
    margin-bottom: 12px;
  }

  .effectively-heading {
    font-size: 38px;
    line-height: 47px;
  }

  .effectively-details-wrapper {
    max-width: 100%;
  }

  .effectively-details {
    font-size: 16px;
    line-height: 26px;
  }

  .effectively-video-icon {
    width: 70px;
  }

  .features-section {
    padding-bottom: 70px;
  }

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

  .features-section-heading {
    margin-bottom: 12px;
  }

  .features-heading {
    font-size: 38px;
    line-height: 48px;
  }

  .features-details {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .features-single-wrapper {
    width: 100%;
    padding: 24px 16px;
  }

  .features-card-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .features-card-details-wrap {
    width: 100%;
    margin-bottom: 20px;
  }

  .features-card-details {
    font-size: 16px;
    line-height: 26px;
  }

  .inner-button-wrapper {
    font-size: 15px;
    line-height: 20px;
  }

  .inner-button-icon {
    font-size: 14px;
  }

  .features-single-card-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .features-card-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .features-card-single-heading-wrap {
    margin-bottom: 12px;
  }

  .features-card-single-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .features-card-single-getails {
    margin-bottom: 20px;
  }

  .features-img {
    width: 100%;
  }

  .features-3-columns-grid {
    grid-template-columns: 1fr;
  }

  .payment-method-section-one {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .payment-method-one-grid {
    grid-row-gap: 40px;
  }

  .mayment-method-heading-wrap, .mayment-method-heading-wrap.two {
    margin-bottom: 16px;
  }

  .payment-method-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .payment-method-details-wrap {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .payment-method-details-wrap.two {
    margin-bottom: 20px;
  }

  .payment-method-details {
    font-size: 14px;
    line-height: 24px;
  }

  .payment-method-facility-wrapper {
    margin-bottom: 0;
  }

  .payment-method-facility-item {
    margin-bottom: 10px;
  }

  .payment-method-facility-item.mg-bottom-0px {
    margin-bottom: 0;
  }

  .payment-method-facility-text {
    font-size: 14px;
    line-height: 26px;
  }

  .payment-method-circle-img.two {
    left: 0;
  }

  .payment-method-card-img {
    width: 80%;
    left: 0;
  }

  .payment-method-circle {
    width: 376px;
    height: 290px;
  }

  .payment-method-circle.two {
    width: 300px;
    height: 300px;
  }

  .payment-method-section-two {
    padding-bottom: 136px;
  }

  .payment-method-two-grid {
    grid-row-gap: 55px;
  }

  .payment-method-two-img-one {
    left: 0%;
  }

  .slider-card-top-wrapper {
    margin-bottom: 26px;
  }

  .slider-details {
    font-size: 17px;
    line-height: 27px;
  }

  .about-left-arrow, .about-right-arrow {
    bottom: -70px;
  }

  .finance-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .finance-text-wrapper {
    margin-bottom: 0;
  }

  .finance-heading-wrapper {
    margin-bottom: 16px;
  }

  .finance-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .finance-details-wrapper {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .finance-details {
    font-size: 16px;
    line-height: 26px;
  }

  .finance-tabs {
    grid-row-gap: 10px;
  }

  .finance-tabs-menu {
    margin-bottom: 16px;
    font-size: 23px;
    line-height: 23px;
  }

  .tab-mobile-img-one {
    width: 299px;
    left: -47px;
  }

  .tab-mobile-img-two {
    right: -16%;
  }

  .tab-circle-img {
    display: none;
  }

  .tab-circle-blur {
    width: 100%;
    left: 0%;
  }

  .payment-method-one-mobile-img {
    width: 50%;
  }

  .pricing-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing-section.pricing-pages {
    padding-top: 70px;
  }

  .pricing-top-wrapper {
    margin-bottom: 20px;
  }

  .pricing-heading-wrapper {
    margin-bottom: 16px;
  }

  .pricing-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .pricing-details {
    font-size: 16px;
    line-height: 26px;
  }

  .pricing-card-wrapper {
    padding: 24px 20px;
  }

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

  .pricing-single-wrapper {
    width: 100%;
  }

  .pricing-single-name-wrapper {
    padding: 10px 10px 10px 20px;
  }

  .pricing-single-details-wrap {
    margin-bottom: 12px;
  }

  .pricing-single-details {
    font-size: 16px;
  }

  .pricing-single-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .facility-heading-wrapper {
    margin-bottom: 16px;
  }

  .facility-heading {
    font-size: 24px;
    line-height: 24px;
  }

  .pricing-text-block {
    font-size: 32px;
    line-height: 32px;
  }

  .single-facility-one, .single-facility-two, .single-facility-three, .single-facility-four {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-section {
    padding-bottom: 70px;
  }

  .blog-section.blog-pages {
    padding-top: 80px;
  }

  .blog-top-wrapper {
    text-align: center;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .blog-heading-wrapper {
    margin-bottom: 16px;
  }

  .blog-section-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .blog-details-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .plog-section-details {
    font-size: 16px;
    line-height: 26px;
  }

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

  .blog-post-single-wrapper {
    width: 100%;
  }

  .blog-post-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .cta-section {
    padding-top: 80px;
  }

  .cta-grid-wrapper {
    grid-column-gap: 520px;
    grid-row-gap: 520px;
  }

  .cta-img-one {
    left: -5%;
  }

  .cta-image-two {
    left: 24%;
  }

  .cta-img-three {
    right: -5%;
  }

  .footer-section {
    padding-top: 90px;
  }

  .cta-newsletter-wrapper {
    text-align: center;
    width: 100%;
  }

  .cta-heading-wrapper {
    margin-bottom: 20px;
  }

  .cta-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .footer-top-grid {
    grid-column-gap: 100px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-single-heading {
    font-size: 20px;
    line-height: 20px;
  }

  .footer-single-heading-wrapper {
    margin-bottom: 20px;
  }

  .footer-single-details, .footer-single-menu-link {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-single-menu-link.w--current {
    margin-bottom: 16px;
  }

  .footer-single-menu-link.last {
    margin-bottom: 0;
  }

  .footer-number-text, .footer-mail-text {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-bottom-wrapper {
    margin-top: 50px;
  }

  .footer-bottom-flex-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-logo {
    width: 110px;
  }

  .footer-top-line {
    margin-top: 45px;
  }

  .footer-bottom-line {
    bottom: 20%;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    font-size: 22px;
    line-height: 22px;
  }

  .dropdown-heading-wrapper {
    margin-bottom: 24px;
  }

  .dropdown-heading {
    font-size: 22px;
    line-height: 22px;
  }

  .card-dropdown {
    min-width: 100%;
    padding: 30px;
  }

  .inner-heading {
    font-size: 35px;
    line-height: 50px;
  }

  .breadcrumb-single-link {
    font-size: 16px;
  }

  .inner-banner-section {
    padding-top: 115px;
    padding-bottom: 70px;
  }

  .blog-post-details-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-post-details-image-wrap {
    margin-bottom: 24px;
  }

  .blog-details-date-wrapper {
    margin-bottom: 12px;
  }

  .blog-details-heading-wrapper {
    margin-bottom: 24px;
  }

  .blog-details-heading {
    font-size: 29px;
    line-height: 39px;
  }

  .blog-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-facility-wrapper {
    margin-bottom: 24px;
  }

  .blog-details-facility-text {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-details-title-wrapper {
    margin-bottom: 24px;
  }

  .blog-details-title {
    font-size: 23px;
    line-height: 33px;
  }

  .blog-details-quote-wrapper {
    margin-bottom: 24px;
    padding: 30px;
  }

  .blog-quote-details {
    font-size: 20px;
    line-height: 30px;
  }

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

  .benefits-section-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .benefits-details {
    font-size: 16px;
    line-height: 26px;
  }

  .benefits-grid-wrapper {
    grid-template-columns: 1fr;
  }

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

  .open-opportunities-seading {
    font-size: 35px;
    line-height: 45px;
  }

  .open-opportunities-details-wrap {
    text-align: center;
    max-width: 100%;
  }

  .open-opportunities-details {
    font-size: 16px;
    line-height: 26px;
  }

  .open-opportunities-collection-wrapper {
    grid-template-columns: 1fr;
  }

  .open-opportunities-single-details-wrap {
    margin-bottom: 30px;
  }

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

  .career-details-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .career-details-card-wrapper {
    max-width: 100%;
  }

  .career-details-heading-wrapper {
    margin-bottom: 20px;
  }

  .career-details-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .career-details-heading._36px {
    font-size: 26px;
    line-height: 36px;
  }

  .career-details-flex-wrapper {
    margin-bottom: 20px;
  }

  .career-details-paragraph-wrapper, .career-details-paragraph-wrapper.max-width-760px {
    max-width: 100%;
  }

  .career-details-paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .career-details-single-wrapper {
    margin-bottom: 30px;
  }

  .career-details-facolity-item-wrap {
    align-items: center;
  }

  .career-details-facility-text {
    font-size: 15px;
    line-height: 25px;
  }

  .pricing-plan-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

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

  .pricing-plan-single-card-wrapper {
    width: 100%;
  }

  .pricing-plan-card-heading {
    font-size: 26px;
  }

  .pricing-plan-card-details-wrap, .pricing-plan-text-wrapper {
    margin-bottom: 24px;
  }

  .pricing-text {
    font-size: 35px;
    line-height: 45px;
  }

  .pricing-plan-name-wrapper {
    margin-bottom: 14px;
  }

  .pricing-plan-single-wrapper.mg-bottom-40px {
    margin-bottom: 20px;
  }

  .pricing-plan-name, .pricing-plan-text-block {
    font-size: 34px;
    line-height: 46px;
  }

  .pricing-plan-details-wrapper {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .pricing-plan-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .pricing-plan-single-heading {
    font-size: 34px;
    line-height: 44px;
  }

  .pricing-plan-single-heading._36px {
    font-size: 28px;
    line-height: 38px;
  }

  .pricing-plan-facility-text {
    font-size: 16px;
    line-height: 26px;
  }

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

  .contact-us-card-wrapper {
    padding: 20px;
  }

  .contact-card-middle-wrapper {
    margin-bottom: 30px;
  }

  .contact-single-social-media {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 21px;
  }

  .contact-us-single-wrapper {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-input {
    height: 50px;
  }

  .text-area {
    min-height: 150px;
  }

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

  .style-guide-grid {
    grid-row-gap: 40px;
  }

  .style-guide-single-wrapper {
    padding: 16px;
    position: static;
  }

  .style-guide-single-link-wrapper {
    padding: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .style-guide-title {
    font-size: 26px;
  }

  .style-guide-title-wrap, .style-guide-title-wrap.mg-bottom-35px {
    margin-bottom: 30px;
  }

  .single-heading.h1 {
    font-size: 50px;
  }

  .single-heading.h2 {
    font-size: 40px;
  }

  .single-heading.h3 {
    font-size: 30px;
  }

  .single-heading.h4 {
    font-size: 22px;
  }

  .color-plate-grid {
    grid-template-columns: 1fr 1fr;
  }

  .type-face-title, .paragraph-style-heading {
    font-size: 22px;
    line-height: 29px;
  }

  .paragraph-style-details {
    font-size: 16px;
    line-height: 26px;
  }

  .paragrapg-style-details-wrap.mg-bottom-70px {
    margin-bottom: 34px;
  }

  .button-wrapper {
    flex-direction: column;
  }

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

  .changelog-single-wrapper {
    padding-top: 30px;
  }

  .changelog-single-wrapper._1 {
    padding-bottom: 30px;
  }

  .changelog-mini-title-wrapper {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
  }

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

  .changelog-heading {
    font-size: 25px;
    line-height: 25px;
  }

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

  .about-top-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .about-section-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .about-section-details {
    font-size: 15px;
    line-height: 25px;
  }

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

  .values-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .values-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .values-details-wrapper {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .values-details {
    font-size: 16px;
    line-height: 26px;
  }

  .values-single-grid {
    grid-template-columns: 1fr;
  }

  .values-single-wrapper {
    width: 100%;
  }

  .values-single-heading-wrap {
    font-size: 24px;
    line-height: 34px;
  }

  .values-single-details {
    font-size: 16px;
    line-height: 26px;
  }

  .behind-section {
    padding-top: 70px;
  }

  .behind-section-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .behind-details-wrapper {
    max-width: 70%;
  }

  .behind-section-details {
    font-size: 15px;
    line-height: 25px;
  }

  .behind-slider-wrapper {
    padding-bottom: 80px;
  }

  .behind-left-arrow {
    right: 13%;
  }

  .behind-right-arrow {
    right: 0%;
  }

  .your-financial-section {
    padding-top: 70px;
    padding-bottom: 160px;
  }

  .your-financial-top-wrapper {
    margin-bottom: 40px;
  }

  .your-financial-heading-wrapper {
    max-width: 100%;
  }

  .your-financial-section-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .your-financial-details {
    font-size: 16px;
    line-height: 27px;
  }

  .your-financial-left-arrow {
    bottom: -40%;
    left: 37%;
  }

  .your-financial-right-arrow {
    bottom: -40%;
    right: 37%;
  }

  .our-team-section {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .our-team-top-wrapper {
    margin-bottom: 35px;
  }

  .our-team-section-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .our-team-details-wrapper {
    max-width: 100%;
  }

  .our-team-section-details {
    font-size: 16px;
    line-height: 26px;
  }

  .our-team-single-name {
    font-size: 22px;
    line-height: 22px;
  }

  .our-team-single-details {
    font-size: 16px;
    line-height: 26px;
  }

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

  .license-image-contant-wrapper {
    margin-bottom: 35px;
  }

  .license-image-heading {
    font-size: 28px;
    line-height: 39px;
  }

  .license-image-single-wrapper {
    height: 150px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .license-icon-wrapper {
    margin-bottom: 35px;
  }

  .license-icon-heading {
    font-size: 28px;
    line-height: 39px;
  }

  .license-icon-details-wrapper {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .license-icon-flex-wrapper {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .license-single-icon-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .license-typography-heading {
    font-size: 28px;
    line-height: 39px;
  }

  .license-typography-details {
    font-size: 16px;
  }

  .licenses-img-paragraph-wrap {
    max-width: 100%;
    margin-bottom: 35px;
  }

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

  .password-wrapper {
    padding: 40px;
  }

  .password-img {
    width: 100px;
  }

  .password-heading {
    font-size: 28px;
    line-height: 48px;
  }

  .password-details-wrapper {
    margin-bottom: 25px;
  }

  .password-details {
    font-size: 16px;
    line-height: 26px;
  }

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

  .error-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .error-image-wrapper {
    padding-bottom: 30px;
  }

  .error-img {
    width: 110px;
  }

  .error-heading-wrapper {
    margin-bottom: 24px;
  }

  .error-heading {
    font-size: 30px;
  }

  .error-details {
    font-size: 16px;
    line-height: 25px;
  }

  .error-details-wrapper {
    margin-bottom: 26px;
  }

  .plan-category-section {
    padding-top: 180px;
    padding-bottom: 40px;
  }

  .plan-category-title-wrapper {
    margin-bottom: 35px;
  }

  .category-title {
    font-size: 35px;
    line-height: 45px;
  }

  .cart-container {
    min-width: 100%;
    max-width: 100%;
  }

  .cart-header {
    margin-bottom: 24px;
    padding: 24px;
  }

  .card-heading {
    font-size: 26px;
    line-height: 26px;
  }

  .cart-close-button {
    width: 55px;
    height: 55px;
    font-size: 16px;
  }

  .cart-list {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cart-product-name {
    font-size: 24px;
    line-height: 34px;
  }

  .cart-footer {
    padding: 24px 24px 30px;
  }

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

  .feayures-card-single-wrapper {
    width: 100%;
    padding: 24px 16px;
  }

  .overflow-wrapper.mg-bottom-40px {
    margin-bottom: 16px;
  }

  .testimonial-section {
    padding-top: 70px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .testimonial-heading-wrapper {
    margin-bottom: 20px;
  }

  .testimonial-heading {
    font-size: 37px;
    line-height: 46px;
  }

  .testimonial-slider-wrapper {
    padding-bottom: 115px;
  }

  .banner-section-heading {
    font-size: 45px;
    font-weight: 500;
    line-height: 58px;
  }

  .banner-counter-wrapper {
    grid-column-gap: 0px;
    flex-direction: row;
    width: 100%;
  }

  .team-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .team-single-card-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-single-img-wrap {
    margin-bottom: 30px;
  }

  .team-single-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .menu-button {
    width: 42px;
    min-width: 42px;
    min-height: 42px;
    max-height: 42px;
  }

  .icon-wrapper {
    align-items: center;
  }

  .page-loader-text-bg {
    width: 24vw;
  }

  .collection-grid-wrapper, .checkout-grid {
    grid-template-columns: 1fr;
  }

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

  .order-header-title-block {
    font-size: 15px;
  }

  .checkout-from-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .shipping-method {
    font-size: 15px;
    line-height: 26px;
  }

  .block-contant-wrapper {
    font-size: 15px;
  }

  .apple-pay-btn {
    height: 48px;
  }

  .paypal-section {
    padding-top: 80px;
  }

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

  .primary-button-2 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
    line-height: 22px;
  }

  .effectively-details-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .effectively-heading-2 {
    font-size: 38px;
    line-height: 47px;
  }

  .effectively-details-3 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .split-contant.header-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .header-logo {
    width: 120px;
  }

  .header-navigation {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .nav-link {
    font-size: 18px;
    line-height: 18px;
  }

  .button-wrap {
    font-size: 16px;
    line-height: 21px;
  }

  .secondary-button.navbar {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 12px;
    display: none;
  }

  .secondary-button.mobile {
    padding: 10px 15px 10px 16px;
    font-size: 15px;
    line-height: 20px;
  }

  .button-icon {
    font-size: 13px;
    line-height: 18px;
  }

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

  .banner-grid {
    grid-column-gap: 100px;
    grid-row-gap: 70px;
  }

  .banner-2-columns-grid {
    grid-row-gap: 20px;
  }

  .banner-heading-wrapper {
    margin-bottom: 0;
  }

  .banner-details-wrapper {
    margin-top: 6px;
    margin-bottom: 16px;
  }

  .banner-details {
    font-size: 13px;
    line-height: 22px;
  }

  .primary-button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .primary-button.banner {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .primary-button.add-to-cart-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .primary-button.contact-us {
    background-position: 81%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  .primary-button.password {
    background-position: 72%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .primary-button.error-btn {
    font-size: 14px;
    line-height: 19px;
  }

  .primary-button.checkout {
    background-position: 87%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 60px;
  }

  .primary-button.prices {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 19px;
  }

  .primary-button.style-guide {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .banner-card-image-wrap {
    width: 100%;
  }

  .banner-card-img.two {
    right: 0%;
  }

  .banner-right-text-wrapper {
    padding-top: 20px;
  }

  .banner-star-wrapper {
    text-align: center;
    margin-bottom: 16px;
  }

  .banner-stra-img {
    width: 75px;
  }

  .numbers-wrapper {
    justify-content: center;
  }

  .numbers {
    height: 40px;
    margin-bottom: 10px;
  }

  .text-block {
    font-size: 30px;
    line-height: 40px;
  }

  .number-text {
    margin-top: -14px;
    font-size: 30px;
    line-height: 40px;
  }

  .number-info-text {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
  }

  .vertical-line {
    top: -7%;
    left: 0;
    right: 0;
  }

  .sponsor-logo-image {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sponsor-image-wrapper {
    margin-right: 20px;
  }

  .sponsor-image {
    width: 70px;
  }

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

  .effectively-heading-wrapper {
    margin-bottom: 20px;
  }

  .effectively-section-heading {
    margin-bottom: 12px;
  }

  .effectively-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .effectively-details {
    font-size: 12px;
    line-height: 21px;
  }

  .effectively-video-icon {
    width: 50px;
  }

  .features-section {
    padding-bottom: 60px;
  }

  .features-heading-wrapper {
    margin-bottom: 26px;
  }

  .features-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .features-details {
    font-size: 12px;
    line-height: 20px;
  }

  .features-single-wrapper {
    padding: 16px;
  }

  .features-single-icon-wrap {
    margin-bottom: 12px;
  }

  .features-single-icon {
    width: 40px;
  }

  .features-single-icon.bag-icon {
    width: 30px;
  }

  .features-card-heading-wrap {
    margin-bottom: 10px;
  }

  .features-card-heading {
    font-size: 18px;
    line-height: 18px;
  }

  .features-card-details-wrap {
    margin-bottom: 22px;
  }

  .features-card-details {
    font-size: 12px;
    line-height: 20px;
  }

  .inner-button-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    line-height: 20px;
  }

  .inner-button-wrapper.know-more-btn {
    padding: 10px 20px;
    font-size: 13px;
    line-height: 18px;
  }

  .inner-button-wrapper.style-guide {
    text-align: center;
  }

  .inner-button-text, .inner-button-icon {
    font-size: 13px;
    line-height: 17px;
  }

  .features-single-card-wrapper {
    padding-top: 0;
    padding-left: 0;
  }

  .features-card-single-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .payment-method-section-one {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .payment-method-one-grid {
    grid-row-gap: 40px;
  }

  .mayment-method-heading-wrap, .mayment-method-heading-wrap.two {
    margin-bottom: 16px;
  }

  .payment-method-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .payment-method-details-wrap.two {
    margin-bottom: 16px;
  }

  .payment-method-details {
    font-size: 12px;
    line-height: 20px;
  }

  .payment-method-facility-wrapper {
    margin-bottom: 0;
  }

  .payment-method-facility-item {
    grid-column-gap: 5px;
  }

  .payment-method-facility-text {
    font-size: 12px;
    line-height: 20px;
  }

  .payment-method-card-img {
    width: 97%;
  }

  .payment-method-circle {
    width: 212px;
    height: 315px;
  }

  .payment-method-circle.two {
    height: 215px;
  }

  .payment-method-section-two {
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .payment-method-two-grid {
    grid-row-gap: 24px;
  }

  .slider-single-wrapper {
    padding: 16px;
  }

  .slider-card-top-wrapper {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .slider-card-info-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-info-wrapper {
    grid-column-gap: 20px;
  }

  .slider-name {
    flex: none;
    font-size: 16px;
  }

  .slider-text-block {
    font-size: 12px;
  }

  .slider-quote-icon {
    width: 28px;
  }

  .slider-details {
    font-size: 12px;
    line-height: 20px;
  }

  .about-left-arrow, .about-right-arrow {
    font-size: 15px;
    line-height: 20px;
  }

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

  .finance-text-wrapper {
    margin-bottom: 0;
  }

  .finance-heading-wrapper {
    margin-bottom: 16px;
  }

  .finance-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .finance-details-wrapper {
    margin-bottom: 0;
  }

  .finance-details {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .finance-tabs {
    grid-row-gap: 16px;
  }

  .finance-tabs-menu {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 18px;
  }

  .finance-tabs-menu.mg-bottom-0px {
    margin-bottom: 0;
  }

  .tab-mobile-img-one {
    width: 225px;
    left: -37px;
  }

  .tab-mobile-img-two {
    right: -16%;
  }

  .tab-circle-blur {
    height: 253px;
  }

  .payment-method-one-mobile-img {
    width: 55%;
  }

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

  .pricing-section.pricing-pages {
    padding-top: 60px;
  }

  .pricing-top-wrapper {
    margin-bottom: 20px;
  }

  .pricing-heading-wrapper {
    margin-bottom: 10px;
  }

  .pricing-heading {
    font-size: 22px;
    line-height: 33px;
  }

  .pricing-details-wrapper {
    max-width: 100%;
  }

  .pricing-details {
    font-size: 13px;
    line-height: 22px;
  }

  .pricing-card-wrapper, .pricing-single-wrapper {
    padding: 16px;
  }

  .pricing-single-name-wrapper {
    margin-bottom: 10px;
    padding: 10px 16px;
  }

  .pricing-single-name {
    font-size: 14px;
    line-height: 19px;
  }

  .pricing-single-details-wrap {
    margin-bottom: 16px;
  }

  .pricing-single-details {
    font-size: 12px;
    line-height: 20px;
  }

  .pricing-single-line {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .facility-heading-wrapper {
    margin-bottom: 16px;
  }

  .facility-heading {
    font-size: 18px;
    line-height: 18px;
  }

  .pricing-text-block {
    font-size: 24px;
    line-height: 34px;
  }

  .pricing-date-text {
    font-size: 14px;
    line-height: 24px;
  }

  .facility-wrapper {
    margin-bottom: 26px;
  }

  .facility-check-icon {
    width: 20px;
  }

  .single-facility-one {
    font-size: 12px;
    line-height: 20px;
  }

  .facility-single-item-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .single-facility-two {
    font-size: 12px;
    line-height: 21px;
  }

  .single-facility-three, .single-facility-four {
    font-size: 12px;
    line-height: 20px;
  }

  .blog-section {
    padding-bottom: 60px;
  }

  .blog-section.blog-pages {
    padding-top: 60px;
  }

  .blog-top-wrapper {
    margin-bottom: 14px;
  }

  .blog-heading-wrapper {
    margin-bottom: 10px;
  }

  .blog-section-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .blog-details-wrapper {
    margin-bottom: 16px;
  }

  .plog-section-details {
    font-size: 12px;
    line-height: 20px;
  }

  .blog-post-text-wrapper {
    padding: 16px;
  }

  .blog-post-date-text {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-post-heading-wrapper {
    margin-bottom: 20px;
  }

  .blog-post-heading {
    font-size: 18px;
    line-height: 26px;
  }

  .cta-section {
    padding-top: 60px;
  }

  .cta-grid-wrapper {
    grid-row-gap: 320px;
  }

  .cta-image-wrapper {
    z-index: 0;
  }

  .cta-img-one {
    width: 200px;
    left: 0%;
  }

  .cta-image-two {
    width: 146px;
    top: 0%;
    left: 26%;
  }

  .cta-img-three {
    width: 236px;
    right: 0%;
  }

  .footer-section {
    padding-top: 80px;
  }

  .cta-circle-blur-shape {
    height: 195px;
  }

  .cta-heading-wrapper {
    margin-bottom: 20px;
  }

  .cta-heading {
    font-size: 20px;
    line-height: 20px;
  }

  .cta-input {
    height: 45px;
    margin-bottom: 16px;
    padding-left: 16px;
    font-size: 12px;
    line-height: 20px;
  }

  .cta-submit-button {
    background-position: 70% 52%;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
    position: static;
  }

  .cta-input-wrapper {
    position: static;
  }

  .footer-top-grid {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
  }

  .footer-single-heading {
    font-size: 16px;
    line-height: 16px;
  }

  .footer-single-heading-wrapper {
    margin-bottom: 16px;
  }

  .footer-single-details {
    font-size: 12px;
    line-height: 20px;
  }

  .footer-single-menu-link, .footer-single-menu-link.w--current {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .footer-number-wrapper {
    margin-bottom: 16px;
  }

  .footer-number-text {
    font-size: 12px;
    line-height: 22px;
  }

  .footer-mail-text {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-bottom-wrapper {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-bottom-flex-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-logo {
    width: 100px;
  }

  .footer-copy-right-wrapper {
    text-align: center;
  }

  .footer-copy-right-text-block {
    font-size: 13px;
  }

  .footer-social-media-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-social-media-icon {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 22px;
  }

  .footer-top-line {
    margin-top: 40px;
  }

  .footer-bottom-line {
    bottom: 19%;
    right: auto;
  }

  .dropdown-toggle {
    font-size: 18px;
    line-height: 18px;
  }

  .dropdown-list.w--open {
    padding-top: 10px;
  }

  .dropdown-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .dropdown-item {
    font-size: 16px;
    line-height: 26px;
  }

  .dropdown-item.mg-bottom-0px {
    margin-bottom: 0;
  }

  .dropdown-heading-wrapper {
    margin-bottom: 10px;
  }

  .dropdown-heading {
    font-size: 20px;
    line-height: 20px;
  }

  .card-dropdown {
    background-color: #0000;
    padding: 10px 0 0;
  }

  .inner-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .breadcrumb-single-link, .breadcrumb-arrow {
    font-size: 13px;
    line-height: 21px;
  }

  .inner-banner-section {
    padding-top: 85px;
    padding-bottom: 40px;
  }

  .blog-post-details-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-post-details-image-wrap {
    margin-bottom: 20px;
  }

  .blog-details-date-wrapper {
    margin-bottom: 10px;
  }

  .blog-details-date {
    font-size: 13px;
    line-height: 23px;
  }

  .blog-details-heading-wrapper {
    margin-bottom: 10px;
  }

  .blog-details-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-paragraph-wrapper {
    margin-bottom: 16px;
  }

  .blog-paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .blog-details-facility-wrapper {
    margin-bottom: 20px;
  }

  .blog-details-facility-text {
    font-size: 12px;
    line-height: 20px;
  }

  .blog-details-title-wrapper {
    margin-bottom: 20px;
  }

  .blog-details-title {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-details-quote-wrapper {
    margin-bottom: 16px;
    padding: 16px;
  }

  .blog-details-quote-icon {
    width: 30px;
  }

  .blog-quote-details {
    font-size: 13px;
    line-height: 23px;
  }

  .benefits-section {
    padding-bottom: 60px;
  }

  .benefits-top-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .benefits-section-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .benefits-details {
    font-size: 12px;
    line-height: 20px;
  }

  .benefits-single-wrapper {
    padding: 16px;
  }

  .benefits-single-icon-wrap {
    margin-bottom: 10px;
  }

  .benefits-single-icon {
    width: 30px;
  }

  .benefits-single-heading-wrap {
    margin-bottom: 6px;
  }

  .benefits-single-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .benefits-single-details {
    font-size: 12px;
    line-height: 20px;
  }

  .benefit-hover-icon {
    width: 40px;
  }

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

  .open-opportunities-top-wrapper {
    margin-bottom: 20px;
  }

  .open-opportunities-heading-wrapper {
    margin-bottom: 10px;
  }

  .open-opportunities-seading {
    font-size: 20px;
    line-height: 30px;
  }

  .open-opportunities-details {
    font-size: 12px;
    line-height: 20px;
  }

  .open-opportunities-single-wrapper {
    padding: 16px;
  }

  .open-opportunities-single-heading {
    font-size: 18px;
    line-height: 18px;
  }

  .open-opportunities-flex-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .open-opportunities-single-text {
    font-size: 14px;
    line-height: 27px;
  }

  .open-opportunities-single-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .open-opportunities-single-details {
    font-size: 12px;
    line-height: 20px;
  }

  .open-opportunities-price {
    font-size: 13px;
    line-height: 17px;
  }

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

  .career-details-card-wrapper {
    padding: 16px;
  }

  .apply-now-heading-wrapper {
    margin-bottom: 10px;
  }

  .apply-now-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .apply-now-details-wrapper {
    margin-bottom: 18px;
  }

  .apply-now-details {
    font-size: 12px;
    line-height: 20px;
  }

  .career-details-heading-wrapper {
    margin-bottom: 16px;
  }

  .career-details-heading-wrapper.mg-bottom-17px {
    margin-bottom: 10px;
  }

  .career-details-heading {
    font-size: 20px;
    line-height: 29px;
  }

  .career-details-heading._36px {
    font-size: 20px;
    line-height: 30px;
  }

  .career-details-single-icon {
    width: 16px;
  }

  .career-details-single-text {
    font-size: 13px;
    line-height: 26px;
  }

  .career-details-paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .career-details-single-wrapper {
    margin-bottom: 24px;
  }

  .career-detail-facilitywrapper.mg-bottom-22px {
    margin-bottom: 16px;
  }

  .career-details-facility-text {
    font-size: 12px;
    line-height: 20px;
  }

  .pricing-plan-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .pricing-plan-single-card-wrapper {
    padding: 16px;
  }

  .pricing-plan-card-heading-wrapper {
    margin-bottom: 10px;
  }

  .pricing-plan-card-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .pricing-plan-card-details-wrap {
    margin-bottom: 16px;
  }

  .pricing-plan-card-details {
    font-size: 12px;
    line-height: 20px;
  }

  .pricing-plan-text-wrapper {
    margin-bottom: 20px;
  }

  .pricing-text {
    font-size: 20px;
    line-height: 30px;
  }

  .ger-plan-input-button {
    height: 44px;
  }

  .input-select {
    font-size: 12px;
    line-height: 22px;
  }

  .pricing-plan-name-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
  }

  .pricing-plan-name, .pricing-plan-text-block {
    font-size: 20px;
    line-height: 30px;
  }

  .pricing-plan-details-wrapper {
    margin-bottom: 20px;
  }

  .pricing-plan-details {
    font-size: 12px;
    line-height: 20px;
  }

  .pricing-plan-line {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .pricing-plan-single-heading-wrapper {
    margin-bottom: 10px;
  }

  .pricing-plan-single-heading, .pricing-plan-single-heading._36px {
    font-size: 20px;
    line-height: 30px;
  }

  .pricing-plan-single-details-wrap {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .pricing-plan-single-details, .pricing-plan-facility-text {
    font-size: 12px;
    line-height: 20px;
  }

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

  .contact-us-card-wrapper {
    padding: 16px;
  }

  .contact-card-heading-wrapper {
    margin-bottom: 10px;
  }

  .contact-card-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .contact-card-details-wrap {
    max-width: 100%;
  }

  .contact-card-details {
    font-size: 13px;
    line-height: 23px;
  }

  .contact-card-top-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  .contact-card-single-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 16px;
  }

  .contact-card-single-wrapper.last {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-card-icon {
    width: 30px;
  }

  .contact-right-icon {
    width: 20px;
    display: none;
  }

  .contact-card-single-heading-wrap {
    text-align: center;
    max-width: 100%;
  }

  .contact-card-single-heading {
    font-size: 14px;
    line-height: 24px;
  }

  .contact-card-bottom-wrapper {
    text-align: center;
  }

  .contact-social-media-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: center;
  }

  .contact-single-social-media {
    width: 34px;
    height: 34px;
  }

  .contact-us-single-wrapper {
    padding: 16px;
  }

  .contact-input {
    height: 40px;
    font-size: 12px;
    line-height: 22px;
  }

  .contact-name-text {
    font-size: 15px;
    line-height: 25px;
  }

  .text-area {
    min-height: 100px;
    font-size: 13px;
    line-height: 23px;
  }

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

  .style-guide-single-wrapper {
    padding: 10px;
  }

  .style-guide-single-link-wrapper {
    padding: 10px;
    font-size: 17px;
    line-height: 27px;
  }

  .style-guide-single-icon {
    font-size: 15px;
    line-height: 24px;
  }

  .text-style-wrapper {
    padding-bottom: 30px;
  }

  .style-guide-title {
    font-size: 20px;
  }

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

  .style-guide-title-wrap.mg-bottom-35px {
    margin-bottom: 16px;
  }

  .single-heading.h1 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .single-heading.h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .single-heading.h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .single-heading.h4 {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .single-heading.h5 {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .single-heading.h6 {
    font-size: 14px;
  }

  .color-palate-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .color-plate-grid {
    grid-template-columns: 1fr;
  }

  .sigle-color-plate-wrapper._1, .sigle-color-plate-wrapper._2, .sigle-color-plate-wrapper._3 {
    width: 100%;
    height: 130px;
  }

  .color-code {
    font-size: 20px;
  }

  .typeface-style-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .typeface-title-wrapper {
    margin-bottom: 16px;
  }

  .type-face-title {
    font-size: 18px;
    line-height: 26px;
  }

  .typeface-details {
    font-size: 13px;
    line-height: 17px;
  }

  .paragraph-style-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph-style-heading-wrap {
    margin-bottom: 10px;
  }

  .paragraph-style-heading {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-style-details, .paragraph-style-single-text {
    font-size: 13px;
    line-height: 23px;
  }

  .paragrapg-style-details-wrap.mg-bottom-70px {
    margin-bottom: 30px;
  }

  .button-style-wrapper {
    padding-top: 30px;
  }

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

  .changelog-single-wrapper._1 {
    padding-bottom: 20px;
  }

  .changelog-mini-title-wrapper {
    margin-bottom: 16px;
  }

  .changelog-mini-title {
    font-size: 14px;
    line-height: 14px;
  }

  .changelog-heading-wrapper {
    margin-bottom: 10px;
  }

  .changelog-heading {
    font-size: 18px;
    line-height: 18px;
  }

  .changelog-details {
    font-size: 13px;
    line-height: 23px;
  }

  .about-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .about-top-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .about-section-heading {
    font-size: 17px;
    line-height: 27px;
  }

  .about-section-details {
    font-size: 12px;
    line-height: 20px;
  }

  .about-image-flex {
    flex-direction: column;
  }

  .values-section {
    padding-bottom: 60px;
  }

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

  .values-heading-wrapper {
    margin-bottom: 10px;
  }

  .values-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .values-details-wrapper {
    margin-bottom: 20px;
  }

  .values-details {
    font-size: 12px;
    line-height: 20px;
  }

  .values-single-wrapper {
    padding: 16px;
  }

  .values-single-heading-wrap {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .values-single-icon-wrap {
    margin-bottom: 10px;
  }

  .values-single-icon {
    width: 35px;
  }

  .values-single-details {
    font-size: 12px;
    line-height: 20px;
  }

  .behind-section {
    padding-top: 55px;
  }

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

  .behind-heading-wrapper {
    margin-bottom: 10px;
  }

  .behind-section-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .behind-details-wrapper {
    max-width: 100%;
  }

  .behind-section-details {
    font-size: 12px;
    line-height: 20px;
  }

  .behind-slider-wrapper {
    padding-bottom: 120px;
  }

  .behind-single-slider-wrapper {
    padding: 6px 16px 16px;
  }

  .slider-date-wrapper {
    width: 100px;
    height: 35px;
    margin-bottom: 20px;
  }

  .slider-date-text, .slider-right-arrrow {
    font-size: 15px;
    line-height: 20px;
  }

  .behind-slider-heading-wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  .behind-slider-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .behind-single-details {
    font-size: 12px;
    line-height: 20px;
  }

  .behind-left-arrow {
    font-size: 13px;
    line-height: 20px;
    inset: auto auto -30% 33%;
  }

  .behind-right-arrow {
    font-size: 13px;
    line-height: 20px;
    inset: auto 33% -30% auto;
  }

  .your-financial-section {
    padding-top: 60px;
    padding-bottom: 125px;
  }

  .your-financial-top-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 24px;
  }

  .your-financial-section-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .your-financial-details {
    font-size: 13px;
    line-height: 23px;
  }

  .your-financial-left-arrow {
    width: 40px;
    height: 40px;
    font-size: 12px;
    bottom: -52%;
    left: 34%;
  }

  .your-financial-right-arrow {
    width: 40px;
    height: 40px;
    font-size: 12px;
    bottom: -52%;
    right: 34%;
  }

  .our-team-section {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .our-team-top-wrapper {
    margin-bottom: 20px;
  }

  .our-team-section-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .our-team-section-details {
    font-size: 13px;
    line-height: 23px;
  }

  .our-team-single-name-wrapper {
    margin-bottom: 6px;
  }

  .our-team-single-name {
    font-size: 18px;
    line-height: 18px;
  }

  .our-team-single-details {
    font-size: 14px;
    line-height: 24px;
  }

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

  .license-image-contant-wrapper {
    margin-bottom: 30px;
  }

  .license-image-heading-wrapper {
    margin-bottom: 10px;
  }

  .license-image-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .license-image-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .license-image-single-wrapper {
    height: 240px;
    padding-left: 0;
    padding-right: 0;
  }

  .license-icon-wrapper {
    margin-bottom: 20px;
  }

  .license-icon-heading {
    font-size: 20px;
    line-height: 29px;
  }

  .license-icon-details-wrapper {
    margin-bottom: 20px;
  }

  .license-icon-flex-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .license-single-icon-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .license-single-icon {
    width: 25px;
  }

  .license-typography-heading-wrap {
    margin-bottom: 10px;
  }

  .license-typography-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .license-typography-details-wrap {
    margin-bottom: 20px;
  }

  .license-typography-details {
    font-size: 13px;
    line-height: 23px;
  }

  .licenses-img-paragraph-wrap {
    margin-bottom: 20px;
  }

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

  .password-wrapper {
    padding: 16px;
  }

  .password-image-wrapper {
    margin-bottom: 10px;
  }

  .password-img {
    width: 70px;
  }

  .password-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .password-details-wrapper {
    margin-bottom: 20px;
  }

  .password-details {
    font-size: 13px;
    line-height: 23px;
  }

  .password-input {
    height: 48px;
    font-size: 12px;
    line-height: 22px;
  }

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

  .error-wrapper {
    padding: 16px;
  }

  .error-image-wrapper {
    padding-bottom: 20px;
  }

  .error-img {
    width: 60px;
  }

  .error-heading-wrapper {
    margin-bottom: 12px;
  }

  .error-heading {
    font-size: 20px;
  }

  .error-details {
    font-size: 13px;
    line-height: 23px;
  }

  .error-details-wrapper {
    margin-bottom: 20px;
  }

  .plan-category-section {
    padding-top: 136px;
    padding-bottom: 20px;
  }

  .plan-category-title-wrapper {
    margin-bottom: 30px;
  }

  .category-title {
    font-size: 20px;
    line-height: 30px;
  }

  .cart-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-heading {
    font-size: 24px;
    line-height: 24px;
  }

  .cart-close-button {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }

  .cart-product-name {
    font-size: 22px;
    line-height: 32px;
  }

  .cart-price, .option, .subtotal-text-block, .cart-item-price {
    font-size: 17px;
  }

  .feayures-card-single-wrapper {
    width: 100%;
    padding: 16px;
  }

  .overflow-wrapper.mg-bottom-40px {
    margin-bottom: 16px;
  }

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

  .testimonial-heading-wrapper {
    margin-bottom: 20px;
  }

  .testimonial-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .testimonial-slider-wrapper {
    padding-bottom: 130px;
  }

  .banner-section-heading {
    font-size: 34px;
    line-height: 44px;
  }

  .banner-counter-wrapper {
    grid-column-gap: 16px;
  }

  .button-text-wrapper {
    font-size: 14px;
    line-height: 18px;
  }

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

  .licenses-image-paragraph, .licenses-icon-paragraph {
    font-size: 13px;
    line-height: 23px;
  }

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

  .team-single-card-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .team-single-img-wrap {
    margin-bottom: 24px;
  }

  .team-single-heading-wrap {
    margin-bottom: 10px;
  }

  .team-single-paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .team-single-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .team-single-info-wrap {
    margin-bottom: 16px;
  }

  .team-single-info {
    font-size: 15px;
    line-height: 25px;
  }

  .team-single-social-media-wrap {
    margin-bottom: 24px;
  }

  .team-single-social-media-link {
    font-size: 14px;
    line-height: 19px;
  }

  .menu-button {
    width: 38px;
    min-width: 38px;
    min-height: 38px;
    max-height: 38px;
  }

  .header-menu-button-icon-top, .header-menu-button-icon-medium, .header-menu-button-icon-bottom {
    width: 70%;
  }

  .nav-menu {
    z-index: 999999;
    height: 100vh;
    max-height: 97vh;
    padding-top: 110px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
  }

  .page-loader-text-bg {
    width: 32vw;
  }

  .collection-grid-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .checkout-section {
    padding-top: 60px;
  }

  .order-header-title-block {
    font-size: 13px;
    line-height: 19px;
  }

  .checkout-from-title {
    font-size: 16px;
    line-height: 26px;
  }

  .field-label {
    font-size: 13px;
    line-height: 18px;
  }

  .country {
    font-size: 13px;
  }

  .shipping-method {
    font-size: 13px;
    line-height: 23px;
  }

  .order-item-heading {
    font-size: 13px;
    line-height: 18px;
  }

  .order-item-quantity, .order-item-duration, .item-price-text, .block-contant-wrapper {
    font-size: 13px;
    line-height: 23px;
  }

  .checkout-text {
    font-size: 14px;
  }

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

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

  .primary-button-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .effectively-details-2 {
    font-size: 12px;
    line-height: 21px;
  }

  .effectively-heading-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .effectively-details-3 {
    font-size: 12px;
    line-height: 21px;
  }
}

#w-node-b0b9972b-0349-5f41-6069-a128be39d894-e4c748fc, #w-node-_732eb162-a2db-ada3-7d24-37d0865f19a4-e4c748fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cb05946-2e83-6247-f362-44a0caa19f81-e4c748fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_85cc31f4-1098-e7f1-5087-e5922baab843-e4c748fc {
  align-self: end;
}

#w-node-_76c43180-8114-8c4f-66c4-96882390b123-e4c748fc, #w-node-bb0862fb-4a6e-af61-5c68-2acd96e23987-e4c748fc, #w-node-_599befbf-a739-8f39-2f50-04d02e7b5888-e4c748fc, #w-node-_281c3cd7-867e-a850-fdd9-bed7c7bf2f0e-e4c748fc, #w-node-cf478fdd-212c-22d9-a71e-cc5e24c6fb9e-e4c748fc, #w-node-_84391960-fd0b-3460-e09b-4273b371b34f-e4c748fc, #w-node-_84391960-fd0b-3460-e09b-4273b371b34b-e4c748fc, #w-node-f099d567-1c6a-9c32-7780-dd7028834c68-28834c63, #w-node-f099d567-1c6a-9c32-7780-dd7028834c6e-28834c63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f099d567-1c6a-9c32-7780-dd7028834c89-28834c63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f099d567-1c6a-9c32-7780-dd7028834c9c-28834c63, #w-node-f099d567-1c6a-9c32-7780-dd7028834cab-28834c63, #w-node-_21a899e4-24fa-f01b-4bd5-1aad406af59a-406af580, #w-node-_21a899e4-24fa-f01b-4bd5-1aad406af59e-406af580 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21a899e4-24fa-f01b-4bd5-1aad406af5ab-406af580 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_21a899e4-24fa-f01b-4bd5-1aad406af5af-406af580, #w-node-_7d7b0497-ad88-e79d-6e07-5b2c74d6169a-e4c748fe, #w-node-b72b6e2d-57e2-55fc-d827-cab567992e7a-e4c748fe, #w-node-_41bd1fcf-d4c0-6ecf-2307-858c76f1ecb5-e4c748ff, #w-node-_41bd1fcf-d4c0-6ecf-2307-858c76f1ecb9-e4c748ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41bd1fcf-d4c0-6ecf-2307-858c76f1ecc6-e4c748ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_41bd1fcf-d4c0-6ecf-2307-858c76f1ecca-e4c748ff, #w-node-_551832a7-882a-6aec-ac2c-6f3dc21de5e7-e4c74906, #w-node-d165a4de-ad29-4374-c2d2-f6da009c2425-e4c74906, #w-node-_2ff99b03-6be3-bc32-e225-7e7f57420a39-e4c74908, #w-node-_7f288e34-5ea2-02a0-456d-b257d256f32b-e4c74908, #w-node-_499af30b-0a8d-a3db-8455-6a38236c58dd-e4c74908, #w-node-_287545e0-2940-2453-cb31-c8c507962ace-e4c74908, #w-node-_0186422d-9bee-f7b1-99f5-c149274a8724-e4c74908, #w-node-b3237f44-d77c-0743-4d50-6c9263894534-e4c74908, #w-node-_5c5b632e-0f88-ec44-52f6-0e232e4b97ca-e4c74908 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e90d32f-ade8-c6c0-4418-188a25645a79-e4c74908 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c9bfa29e-8ffd-24d5-7d75-e7b3ac762b94-e4c74909, #w-node-_3c74e4a2-5f1f-805d-1afd-e8c017d9f9a8-e4c74909, #w-node-_5118f27f-9054-c5c7-8734-9e8d55a7abcd-e4c7490b, #w-node-_5118f27f-9054-c5c7-8734-9e8d55a7abdd-e4c7490b, #w-node-_88730884-ae53-9021-fe8e-9077339c29de-e4c7490b, #w-node-_5f100aa2-10ff-7e7c-2389-47ee26c12eb0-e4c7490b, #w-node-_8c7ab73f-25b3-fa5a-1e75-e6ec562830c7-e4c7490b, #w-node-d5b7f134-1e23-42a8-0a90-d73f5f3e399b-e4c7490b, #w-node-_8787d7b8-7250-057e-cbd6-71974f4ee54d-e4c7490b, #w-node-_18875cff-afb4-712f-34c3-ef12e304ea7d-e4c7490b, #w-node-_95acbc42-4a7a-0e6d-a842-b66ac052541e-e4c7490c, #w-node-_4a675b72-20c4-dcdd-103d-c6fabeffb4ce-e4c7490c, #w-node-_59ac1a45-0c09-0fed-b307-13d10defea7a-e4c7490c, #w-node-cbdac0d0-408c-851b-c595-4ee22be76ee6-e4c7490c, #w-node-_1e4a8829-5df4-2bcd-489c-c3184b7fdbce-e4c7490c, #w-node-_83152b6e-cb66-6932-deca-7e5dbe88530e-e4c7490c, #w-node-_6eef5777-36ac-e485-8cde-4cd49c092749-e4c7490c, #w-node-_3a0085e5-d3bc-ce74-d3ca-dc6158df5fb4-e4c7490c, #w-node-_0963ddbd-3899-2ca8-e116-c9967c857205-e4c7490c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f099d567-1c6a-9c32-7780-dd7028834c6e-28834c63 {
    justify-self: center;
  }

  #w-node-f099d567-1c6a-9c32-7780-dd7028834c89-28834c63 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0cb05946-2e83-6247-f362-44a0caa19f81-e4c748fc {
    justify-self: center;
  }

  #w-node-f099d567-1c6a-9c32-7780-dd7028834c9c-28834c63 {
    grid-column: span 2 / span 2;
  }

  #w-node-f099d567-1c6a-9c32-7780-dd7028834cab-28834c63 {
    grid-column: span 3 / span 3;
  }

  #w-node-_287545e0-2940-2453-cb31-c8c507962ace-e4c74908, #w-node-_0186422d-9bee-f7b1-99f5-c149274a8724-e4c74908, #w-node-b3237f44-d77c-0743-4d50-6c9263894534-e4c74908, #w-node-_5c5b632e-0f88-ec44-52f6-0e232e4b97ca-e4c74908 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f099d567-1c6a-9c32-7780-dd7028834c9c-28834c63, #w-node-f099d567-1c6a-9c32-7780-dd7028834cab-28834c63 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.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: '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: 'Tussilago';
  src: url('../fonts/fonnts.com-tussilago_rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tussilago';
  src: url('../fonts/fonnts.com-tussilago_bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}