:root {
  --black: #242424;
  --white: #fff;
  --white-2: white;
  --black-2: black;
}

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

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commercecartopenlinkicon {
  margin-right: 8px;
}

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.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 rgba(0, 0, 0, .25);
}

.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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-commerce-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;
  -ms-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;
  -ms-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-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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: -webkit-sticky;
  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;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #242424;
  margin-top: 56px;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

p {
  color: #242424;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.mt-56 {
  margin-top: 56px;
}

.body {
  background-color: #f5f5f1;
}

.color-item {
  border-radius: 12px;
  width: 100%;
  max-width: 165px;
  overflow: hidden;
}

.color-name {
  color: #242424;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.purple-bg {
  background-color: #b65ce3;
}

.custom-container {
  width: 100%;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.custom-container.blog-container {
  max-width: 940px;
}

.color-title-01 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 62px;
}

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

.white-bg.border-r {
  border-radius: 12px;
  overflow: hidden;
}

.yellow-bg {
  background-color: #fef699;
}

.yellow-text {
  color: #fef699;
}

.color-box {
  width: 100%;
  height: 148px;
  overflow: hidden;
}

.color-list-01 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 56px;
  display: grid;
}

.white-text {
  color: #fff;
}

.green-text {
  color: #63976e;
}

.purple-text {
  color: #b65ce3;
}

.buue-bg {
  background-color: #74a3dc;
}

.color-hex-code {
  color: #242424;
  margin-top: 6px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.buue-text {
  color: #74a3dc;
}

.colors-guide {
  justify-content: center;
  padding-bottom: 150px;
  display: flex;
}

.green-bg {
  background-color: #63976e;
}

.caption-01 {
  letter-spacing: 1.12px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.caption-01.white-text {
  text-transform: uppercase;
}

.sub-heading-04 {
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.body-01 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.heading-01 {
  letter-spacing: -.96px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.body-medium-01 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.sub-heading-03 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.sub-heading-02 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.sub-heading-02.checkput-heading {
  margin-top: 20px;
  margin-bottom: 10px;
}

.body-02 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.body-02.mt-4 {
  margin-top: 4px;
}

.fonts-guide {
  justify-content: center;
  padding-bottom: 118px;
  display: flex;
}

.heading-02 {
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.heading-02.bold {
  margin-bottom: 40px;
}

.typography-text-wrap {
  color: #242424;
  margin-bottom: 32px;
}

.body-03 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.sub-heading-01 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
}

.button-list-01 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 56px;
  display: flex;
}

.primary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px 12px 24px;
  display: flex;
}

.primary-button.black-bg.white-text.nav {
  border: 1px solid #242424;
  border-radius: 8px;
  padding: 10px 12px 10px 18px;
}

.primary-button.black-bg.white-text.nav.op70:hover {
  background-color: #323232;
}

.primary-button.black-bg.white-text.block.mt-40 {
  margin-top: 40px;
}

.primary-button.black-bg.white-text.f4 {
  max-width: 239px;
  margin-left: auto;
  margin-right: auto;
}

.primary-button.black-bg.white-text.price3 {
  width: 100%;
}

.primary-button.black-bg.white-text.op70:hover {
  background-color: #323232;
}

.primary-button.nav-two {
  border: 1px solid #242424;
  border-radius: 8px;
  padding: 10px 16px;
}

.primary-button.yellow-bg.black-text.mt-40 {
  margin-top: 40px;
}

.primary-button.yellow-bg.black-text.price2 {
  padding-left: 26px;
  padding-right: 26px;
}

.primary-button.yellow-bg.black-text.op70:hover {
  background-color: #fffac5;
}

.primary-button.white-bg.black-text.price3 {
  width: 100%;
}

.primary-button.white-bg.op70:hover {
  background-color: #e2e2e2;
}

.primary-button.h02 {
  justify-content: center;
  width: 100%;
  max-width: 239px;
  margin-left: auto;
  margin-right: auto;
}

.primary-button.h02.black-bg.white-text.op70:hover {
  background-color: #3b3b3b;
}

.primary-button.h02.white-bg.hero3 {
  margin-left: 0;
  margin-right: 0;
}

.primary-button.h02.white-bg.hero3.op70 {
  color: var(--black);
}

.primary-button.h02.white-bg.hero3.op70:hover {
  background-color: #d0d0d0;
}

.primary-button.h02.s1 {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
}

.primary-button.h02.s1.white-text {
  border: 1px solid var(--white);
  padding-right: 24px;
}

.primary-button.h02.s1.white-bg.black-text.op70:hover {
  background-color: #d5d5d5;
}

.primary-button.home3 {
  border-top-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0;
  padding-left: 22px;
  padding-right: 22px;
}

.primary-btn-icon {
  width: 24px;
  height: 24px;
}

.primary-btn-icon.nav {
  width: 20px;
  height: 20px;
}

.primary-btn-icon.nav.hide {
  display: none;
}

.buttons-guide {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.flat-btn-text {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.flat-btn-text.nav {
  font-size: 16px;
  line-height: 24px;
}

.orange-bg {
  background-color: #e7a767;
}

.orange-text {
  color: #e7a767;
}

.black-bg {
  background-color: #242424;
}

.black-text {
  color: #242424;
}

.black-text.nox {
  text-decoration: none;
}

.color-body {
  padding: 16px 22px;
}

.sub-heading-05 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.semi-sub-heading-01 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.secondary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.secondary-button.home1 {
  justify-content: flex-start;
  margin-top: 38px;
}

.secondary-button.f5 {
  justify-content: flex-start;
}

.navbar-component {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-c {
  cursor: pointer;
  text-decoration: none;
}

.link-block-c._w-100, .link-block-c.acl {
  width: 100%;
}

.dropdown-5 {
  width: 120px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
  position: relative;
}

.dropdown-6 {
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.hero-content-01 {
  text-align: center;
  border-radius: 12px;
  width: 100%;
  max-width: 796px;
  margin-left: auto;
  margin-right: auto;
  padding: 89px 40px;
}

.licenses-text {
  width: 100%;
  max-width: 420px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.licenses-text.body-01.black-text {
  max-width: 440px;
}

.hero-title-01 {
  letter-spacing: -2.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 76px;
}

.hero-guide {
  justify-content: center;
  padding-top: 125px;
  padding-bottom: 125px;
  display: flex;
}

.hero-guide.color-bg {
  padding-top: 72px;
  padding-bottom: 140px;
}

.nav-down-arrow {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.nav-container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 1344px;
  height: 88px;
  margin-left: 48px;
  margin-right: 48px;
  display: grid;
}

.nav-menu-light-2 {
  margin-left: 60px;
  display: flex;
}

.nav-link-2 {
  text-align: center;
  align-items: center;
  padding: 31px 18.5px;
  line-height: 24px;
  display: flex;
}

.nav-link-2.body-02.op70.black-text {
  padding-top: 35px;
  padding-bottom: 35px;
}

.home-drop-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #ddd;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 30px 24px 24px;
  display: flex;
}

.home-drop-item.lasti {
  border-bottom-style: none;
}

.drop-item-link {
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.log-infos-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.log-infos-2.inside {
  display: none;
}

.home-drop-list-2 {
  background-color: #f5f5f1;
  border-bottom: 1px rgba(20, 20, 20, .4);
  border-left: 1px rgba(20, 20, 20, .4);
  border-right: 1px rgba(20, 20, 20, .4);
  flex-direction: column;
  width: 240px;
  padding: 0;
  top: 86px;
  bottom: auto;
  left: -30%;
  right: auto;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(118, 118, 118, .16);
}

.home-drop-list-2.white-bg {
  border-radius: 12px;
}

.home-drop-list-2.white-bg.w--open {
  margin-top: 10px;
}

.home-drop-list-2.white-bg.pricing {
  left: -50%;
}

.home-drop-list-2.white-bg.pages {
  left: -60%;
}

.home-drop-list-2.white-bg.blog {
  left: -70%;
}

.home-drop-list-2.white-bg.contact {
  left: -50%;
}

.drop-icon {
  width: 30px;
  height: 30px;
}

.website-brand-img-2 {
  width: 133px;
  height: 33px;
  display: block;
}

.sub-title {
  font-family: Boska, sans-serif;
  font-style: italic;
}

.footer-top {
  background-image: url('../images/Group-1000014402.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding-top: 154px;
  padding-bottom: 154px;
  display: flex;
}

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

.footer-top-head {
  text-align: center;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-top-title {
  letter-spacing: -2.88px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
}

.footer-top-text {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 40px;
}

.curve-svg {
  position: absolute;
  top: auto;
  bottom: -3%;
  left: auto;
  right: 8%;
}

.curve-svg.c3 {
  width: 220px;
  right: 28%;
}

.curve-svg.b3 {
  width: 307px;
}

.curve-svg.b3.a01 {
  right: 12%;
}

.curve-svg.b3._03 {
  right: 30%;
}

.curve-svg.hero3 {
  width: 302px;
  right: 45%;
}

.curve-svg.pr1 {
  width: 279px;
  right: 10%;
}

.curve-svg.pr2 {
  width: 307px;
}

.curve-svg.pr3 {
  width: 280px;
  right: 28%;
}

.curve-svg._1 {
  right: 0%;
}

.curve-svg._02 {
  width: 320px;
  right: 6%;
}

.curve-svg._01 {
  width: 180px;
}

.curve-svg.c2 {
  right: 42%;
}

.a-no-style{
  all: unset;
}

.footer-col-head-text {
  color: #000;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.footer-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-col-text-l {
  margin-bottom: 40px;
}

.footer-copyright {
  border-top: 1px solid #eaeaea;
  justify-content: center;
  /*margin-top: 90px;*/
  padding-top: 24px;
  padding-bottom: 38px;
  display: flex;
}

.footer-col-b {
  margin-bottom: 0;
}

.footer-col-b.first {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-address {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.envelope {
  width: 24px;
  height: 24px;
}

.footer-col-body {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.footer-brand---wrap {
  margin-bottom: 24px;
}

.footer-social-content {
  align-items: center;
  display: flex;
}

.footer-copywright-text {
  text-align: center;
  margin-bottom: 0;
}

.footer-social-icon {
  width: 24px;
  height: 24px;
}

.footer-social-icon.t01 {
  width: 22px;
  height: 22px;
}

.footer-section {
  justify-content: center;
  padding-top: 122px;
  display: flex;
}

.footer-brand {
  width: 133px;
  height: 34px;
}

.footer-col-head {
  margin-bottom: 28px;
}

.footer-copyright-text-wrap {
  justify-content: center;
  display: flex;
}

.footer-social-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.footer-social-wrap.t01 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  margin-left: 39px;
}

.license-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.license-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.license-link.link-block-c {
  align-items: center;
}

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

.license-image.one {
  width: 100%;
  max-width: 485px;
  height: 320px;
}

.license-image.two {
  width: 100%;
  max-width: 635px;
  height: 320px;
}

.license-images {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 66px;
  display: flex;
}

.license-link-text {
  margin-top: 0;
  margin-bottom: 0;
}

.license-link-icon {
  width: 24px;
  height: 24px;
}

.license-text {
  margin-bottom: 24px;
}

.license-title {
  letter-spacing: -.54px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 62px;
}

.license-title---wrap {
  margin-bottom: 20px;
}

.license {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.license-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.license-icon {
  width: 24px;
  height: 24px;
}

.license-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.font-link-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.body-text---changelog {
  text-align: center;
  margin-top: 12px;
}

.changelog-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 76px;
}

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

.changelog {
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 200px;
  display: flex;
}

.changelog-body {
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 566px;
  margin-top: 64px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.heading-text---changelog {
  letter-spacing: -1.08px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 62px;
}

.download-options {
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 180px;
  display: flex;
}

.download-options.vacancy {
  padding-bottom: 0;
}

.downalod-head {
  text-align: center;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.download-title {
  letter-spacing: -2.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 76px;
}

.option-item-text {
  margin-top: 14px;
  margin-bottom: 28px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.review-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.review-item {
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  display: flex;
}

.review-item.white-bg {
  align-items: flex-start;
}

.review-icon {
  width: 172px;
  height: 65px;
}

.review-owner-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  display: flex;
}

.review-owner-wrap.h2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.review-owner-avatar {
  width: 58px;
  height: 58px;
}

.review-owner-avatar.b1 {
  width: 56px;
  height: 56px;
}

.review-onwer-name {
  color: #242424;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.review-onwer-name.b1 {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.review-onwer-name.h2 {
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.review-owner-role.b1 {
  color: rgba(36, 36, 36, .6);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.review-owner-role.h2 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.login-section {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
}

.login-content {
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.login-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.login-socials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  margin-top: 32px;
  display: flex;
}

.login-social {
  width: 136px;
  height: 56px;
}

.login-devider {
  border: 1px dashed rgba(82, 82, 82, .3);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.devider-text {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.devider-text.black-text {
  background-color: #f5f5f1;
  padding: 6px 10px;
}

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

.form-group.first {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.form-group.b1 {
  position: relative;
}

.field-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 14px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.field-icon.text-area-icon {
  top: 18px;
}

.submit-wrap {
  justify-content: space-between;
  align-items: center;
}

.field-wrap {
  position: relative;
}

.field-wrap.mt-16 {
  margin-top: 16px;
}

.checkbox-text {
  align-items: center;
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.login-form {
  border-radius: 16px;
}

.checkbox-inner-text {
  margin-bottom: 0;
  margin-left: 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.checkbox-mark {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
}

.input-field {
  border: 1px solid #fff;
  border-radius: 8px;
  width: 100%;
  height: 52px;
  padding: 14px 20px 14px 56px;
}

.input-field::placeholder {
  color: rgba(111, 111, 114, .6);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.input-field.white-bg.body-02.black-text::placeholder {
  color: rgba(164, 164, 164, .7);
  letter-spacing: -.08px;
}

.input-field.white-bg.body-02.black-text.first {
  padding-left: 20px;
}

.register-text {
  color: #666;
  text-align: center;
  margin-top: 38px;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.register-text-link {
  color: #242424;
  text-decoration: none;
}

.forgot-password-text {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.ratings {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.ratings._02 {
  padding-top: 160px;
  padding-bottom: 0;
}

.ratings._02.pricing {
  padding-bottom: 140px;
}

.ratings.price2 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.rating-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rating-content.home2 {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.rating-item {
  width: 237px;
  height: 127px;
}

.career-title {
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
}

.career-title.white-text.b1 {
  letter-spacing: -.56px;
  font-size: 56px;
  line-height: 64px;
}

.career-title.f3 {
  text-align: left;
  width: 100%;
  max-width: 530px;
}

.career-section {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.job-title {
  margin-bottom: 18px;
}

.job-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.job-item.one {
  width: 100%;
  max-width: 420px;
}

.job-item.two {
  width: 100%;
  max-width: 530px;
}

.job-tags-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.job-adress-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 22px;
  display: flex;
}

.job-address {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.job-item-btn-wrap {
  display: flex;
}

.job-tag {
  color: rgba(0, 0, 0, .6);
  background-color: #ededed;
  border-radius: 6px;
  padding: 2px 16px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.job-ads {
  color: rgba(0, 0, 0, .6);
}

.add-icon {
  width: 20px;
  height: 20px;
}

.jobs-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 982px;
  margin-top: 66px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integration-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.integration-item-title {
  margin-top: 24px;
  margin-bottom: 10px;
}

.integration-item-title.branch.sub-heading-04.black-text {
  margin-bottom: 8px;
}

.integration-item-icon {
  width: 56px;
  height: 56px;
}

.integration-item {
  border-radius: 12px;
  width: 100%;
  padding: 32px;
}

.integration-item-text {
  line-height: 32px;
}

.integration-tabs {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-top: 64px;
  display: flex;
}

.integration-tab-menus {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  width: 100%;
  max-width: 177px;
  display: flex;
}

.integration-tab-content {
  width: 100%;
  max-width: 980px;
  margin-left: 140px;
}

.integration-tab-link {
  background-color: #f5f5f1;
  border-radius: 12px;
  padding: 12px 13px 12px 28px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}

.integration-tab-link.w--current {
  color: #fff;
  background-color: #242424;
}

.integration-options {
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 160px;
  display: flex;
}

.card-icon---c {
  width: 80px;
  height: 80px;
}

.contact-adress {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #2a2a2a;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 354px;
  padding: 24px;
  display: flex;
}

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

.contact-content-01 {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.contact-01 {
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 100px;
  display: flex;
}

.submit-wrap-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  display: block;
}

.submit-wrap-2.three {
  margin-top: 16px;
}

.contact-head-01 {
  text-align: center;
  width: 100%;
  max-width: 879px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form {
  background-color: #2a2a2a;
  border-radius: 16px;
  width: 100%;
  max-width: 952px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 40px 40px;
}

.card-text---contact {
  margin-top: 10px;
}

.card-title---about {
  margin-top: 0;
  margin-bottom: 0;
}

.input-field-2 {
  background-color: #313131;
  border: 1px #e2e2e2;
  border-radius: 8px;
  width: 100%;
  height: 52px;
  padding-left: 56px;
}

.input-field-2::placeholder {
  color: rgba(111, 111, 114, .6);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.input-field-2.body-03.black-text::placeholder {
  color: rgba(111, 111, 114, .6);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.input-field-2.body-03.white-text::placeholder {
  color: rgba(111, 111, 114, .6);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.input-field-2.body-03.white-text.first {
  padding-left: 22px;
}

.input-field-2.input-text-area {
  height: 180px;
  padding-top: 16px;
}

.input-field-2.input-text-area.body-03.black-text::placeholder {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.contact-address-01 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-title-01 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.brances-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 160px;
  display: flex;
}

.brances-section.t01 {
  padding-top: 0;
}

.branch-head {
  text-align: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.branch-title {
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
}

.branch-title.black-text.faq-01-title {
  font-size: 52px;
  line-height: 60px;
}

.branch-title.black-text.a01 {
  letter-spacing: -1.68px;
  max-width: 660px;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.branch-title.black-text.t01 {
  width: 100%;
  max-width: 560px;
}

.branch-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.branch-item {
  border-radius: 12px;
  width: 100%;
  padding: 32px;
}

.faq-question-answer {
  color: #000;
  border-bottom: 1px rgba(238, 238, 238, .93);
  border-radius: 12px;
  padding: 22px 32px 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  overflow: hidden;
}

.faq-question-answer.first {
  border-top: 1px rgba(238, 238, 238, .93);
}

.faqs-description {
  flex: 1;
  width: 100%;
  max-width: 922px;
  margin-left: auto;
  margin-right: auto;
}

.faqs-description._02 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.down-caret-icon {
  width: 24px;
  height: 24px;
}

.faq-01 {
  justify-content: center;
  display: flex;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faqs-content {
  flex: 1;
  width: 100%;
  max-width: 800px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
}

.faqs-content._02 {
  margin-top: 0;
}

.faq-title-wrap {
  text-align: center;
}

.faq-title-wrap._02 {
  text-align: left;
  width: 100%;
  max-width: 380px;
}

.faq-body {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.question-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.faq-answer {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 4px;
  height: 0;
  margin: 12px .5rem 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  overflow: hidden;
}

.contact-section-02 {
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 160px;
  display: flex;
}

.contact-section-02.c3 {
  padding-bottom: 0;
}

.contact-head {
  text-align: left;
  width: 100%;
  max-width: 620px;
  position: relative;
}

.contact-head.b3 {
  max-width: 454px;
}

.contact-head.b3.h2 {
  max-width: 610px;
}

.contact-form-02 {
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  margin-top: 64px;
  padding: 32px;
}

.contact-form-02.white-bg {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.map-content {
  width: 100%;
  max-width: 585px;
}

.map-img-wrap {
  border-radius: 12px;
  width: 100%;
  height: 378px;
  margin-bottom: 32px;
  overflow: hidden;
}

.map-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.map-address {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.map-address.bottom {
  margin-bottom: 20px;
}

.from-block-02 {
  width: 100%;
  max-width: 471px;
}

.input-field-3 {
  background-color: #f5f5f1;
  border: 1px #e2e2e2;
  border-radius: 6px;
  width: 100%;
  height: 48px;
  padding: 12px 20px;
}

.input-field-3::placeholder {
  color: rgba(111, 111, 114, .6);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.input-field-3.input-text-area {
  height: 114px;
  margin-bottom: 0;
  padding-top: 16px;
}

.input-field-3.input-text-area.c3 {
  height: 180px;
  padding-top: 13px;
}

.input-field-3.c3 {
  height: 52px;
  margin-bottom: 0;
  padding-left: 56px;
}

.input-field-3.c3.h3 {
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.input-field-3.c3.h3.body-02::placeholder {
  color: #717171;
}

.text-label-03 {
  margin-bottom: 12px;
}

.contact-form-03 {
  border-radius: 16px;
  width: 100%;
  max-width: 520px;
  margin-top: 64px;
  padding: 32px;
}

.contact-form-03.white-bg {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
}

.contact-title-03 {
  letter-spacing: -2.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 76px;
}

.contact-left-03 {
  width: 100%;
  max-width: 487px;
}

.contact-left-text-03 {
  margin-top: 24px;
}

.contact-another-title-03 {
  margin-top: 40px;
  margin-bottom: 12px;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.contact-another-title-03._01 {
  margin-top: 36px;
  margin-bottom: 14px;
}

.contact-left-text-03-01 {
  width: 100%;
  max-width: 260px;
}

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

.from-block-03 {
  width: 100%;
  max-width: 471px;
  margin-bottom: 0;
}

.map-wrap-location {
  width: 100%;
  height: 576px;
  margin-top: 64px;
}

.map-wrap-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.faq-02 {
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 40px;
  display: flex;
}

.faq-content-02, .faq-btn-wrap {
  display: flex;
}

.blog-01 {
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 160px;
  display: flex;
  overflow: hidden;
}

.blog-list-01 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 68px;
}

.blog-head-01 {
  text-align: center;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-head-01.hero2 {
  text-align: left;
  max-width: 100%;
}

.blog-head-01.price2 {
  max-width: 454px;
  margin-left: 0;
  margin-right: 0;
}

.blog-head-01.price3 {
  max-width: 630px;
  margin-left: 0;
  margin-right: 0;
}

.blog-title-01 {
  letter-spacing: -2.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 76px;
}

.blog-title-01.black-text.price2, .blog-title-01.white-text.price3 {
  text-align: left;
}

.blog-item {
  border-radius: 12px;
  width: 100%;
  max-width: 870px;
  height: 500px;
  position: relative;
}

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

.blog-item-body {
  border-radius: 11px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 30px 44px 42px 36px;
  position: absolute;
  top: auto;
  bottom: -30%;
  left: 0%;
  right: auto;
}

.blog-item-body.white-bg {
  bottom: -31%;
}

.blog-tag {
  border-radius: 6px;
  padding: 2px 16px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.blog-tag._01 {
  color: #fff;
  background-color: #74a3dc;
  border-radius: 6px;
}

.blog-tag._02 {
  color: #fff;
  background-color: #e7a767;
}

.blog-tag._03 {
  color: #fff;
  background-color: #63976e;
}

.blog-tag._04 {
  color: #fff;
  background-color: #b65ce3;
}

.blog-tag._05 {
  color: #fff;
  background-color: #da645b;
}

.blog-tag._06 {
  color: #fff;
  background-color: #d2cc2d;
}

.blog-item-title-01 {
  margin-top: 10px;
  margin-bottom: 24px;
  font-family: Satoshi, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.blog-item-title-01.b3 {
  font-size: 32px;
  line-height: 40px;
}

.blog-item-title-01.b3.white-text.next {
  letter-spacing: -.24px;
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 32px;
}

.blog-item-title-01.b3.black-text.next {
  letter-spacing: -.24px;
  max-width: 396px;
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 32px;
}

.blog-item-title-01.b4 {
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.blog-item-title-01.b5 {
  max-width: 600px;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

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

.blog-item-info.single {
  padding: 56px 56px 36px;
}

.blog-item-info.single.white-bg.vacancy {
  padding-bottom: 38px;
  padding-left: 0;
  padding-right: 0;
}

.date-and-time-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.date-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.date-icon {
  width: 18px;
  height: 18px;
}

.date-text---b1 {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.details-title {
  letter-spacing: -1.12px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 58px;
}

.blog-content---details.vacancy {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 1052px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px;
}

.blog-details {
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 160px;
  display: flex;
}

.big-thumb-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.details-head {
  width: 100%;
  max-width: 940px;
}

.blog-info-wrap-02 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.details-text-wrap {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-bottom: 56px;
  padding-left: 56px;
  padding-right: 56px;
}

.big-thumb-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  max-width: 940px;
  height: 500px;
  margin-top: 40px;
  overflow: hidden;
}

.blog-tag-2 {
  color: #ebb009;
  letter-spacing: .48px;
  text-transform: uppercase;
  background-color: rgba(237, 178, 11, .18);
  border-radius: 35px;
  padding: 4px 12px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.blog-maks-01 {
  max-width: 870px;
  overflow: visible;
}

.blog-slider-01 {
  background-color: #f5f5f1;
  justify-content: center;
  height: auto;
  display: flex;
}

.slide-item {
  margin-right: 40px;
}

.arrow {
  width: 64px;
  height: 64px;
  top: 43%;
  bottom: auto;
  left: 114px;
  right: auto;
}

.arrow.right {
  top: 43%;
  bottom: auto;
  left: auto;
  right: 114px;
}

.arrow-icon {
  width: 64px;
  height: 64px;
}

.slide-nav {
  display: none;
}

.subscribe-01 {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.subscribe-content-01 {
  justify-content: space-between;
  padding: 100px 130px 100px 90px;
  display: flex;
}

.subscribe-content-01.black-bg {
  border-radius: 12px;
}

.subscribe-left {
  width: 100%;
  max-width: 540px;
}

.subscribe-right {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  -webkit-text-stroke-color: #242424;
  flex-direction: column;
  width: 100%;
  max-width: 310px;
  display: flex;
}

.email-form {
  margin-top: 40px;
  margin-bottom: 0;
}

.primary-button-subscribe {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px 12px 24px;
  display: flex;
}

.subs-form {
  align-items: center;
  width: 399px;
  height: 52px;
  display: flex;
}

.subs-field {
  height: 52px;
  margin-bottom: 0;
  padding: 14px 20px;
}

.subs-field.body-02.white-text::placeholder {
  color: #717171;
}

.subs-field.body-02.white-text.black-bg {
  background-color: #2a2a2a;
  border: 1px solid #2a2a2a;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 56px;
}

.subs-text-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.subs-text-icon {
  width: 22px;
}

.blog-02 {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.blog-02.b4 {
  padding-top: 160px;
}

.blog-02.b4.single, .blog-02.b4.home1 {
  padding-top: 0;
}

.blog-head-02 {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.blog-head-02.b4 {
  margin-bottom: 64px;
}

.blog-head-02.h1 {
  max-width: 640px;
  margin-bottom: 73px;
}

.blog-head-02.f3 {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.blog-head-02.f4 {
  max-width: 560px;
}

.blog-list-02 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

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

.blog-item-02 {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.blog-item-02.b3 {
  border-radius: 0;
}

.blog-item-02.b5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-item-head-02 {
  width: 100%;
  height: 373px;
}

.blog-item-head-02.b3 {
  border-radius: 12px;
  height: 350px;
  overflow: hidden;
}

.blog-item-head-02.b4 {
  height: 270px;
}

.blog-item-head-02.b5 {
  border-radius: 12px;
  max-width: 500px;
  height: 550px;
}

.blog-thumb-02 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-item-body-02 {
  border-radius: 11px;
  padding: 40px;
}

.blog-item-body-02.white-bg {
  margin-left: 0;
  margin-right: 0;
  bottom: -31%;
}

.blog-item-body-02.b3 {
  padding: 28px 20px 0 0;
}

.blog-item-body-02.b3.next {
  border-bottom: 1px solid #363636;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 32px;
  padding-right: 0;
}

.blog-item-body-02.b3.next.last {
  border-bottom-style: none;
  padding-bottom: 0;
  padding-right: 0;
}

.blog-item-body-02.b3.next.middle {
  margin-bottom: 32px;
  padding-top: 32px;
  padding-right: 0;
}

.blog-item-body-02.b4 {
  padding: 28px;
}

.blog-item-body-02.b5 {
  padding: 0;
}

.blog-03 {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
}

.blog-03.home2 {
  padding-top: 0;
}

.blog-list-03 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 68px;
  display: flex;
}

.blog-02-title-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.another-collection {
  width: 100%;
  max-width: 444px;
}

.left-collection-b3 {
  width: 100%;
  max-width: 660px;
}

.left-collection-b3.b5 {
  max-width: 100%;
}

.blog-tabs-04.f3 {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-tab-menu-04 {
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  display: flex;
}

.blog-tab-menu-04.f3 {
  border-bottom-style: none;
  border-left: 4px solid #2a2a2a;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 396px;
  margin-left: 44px;
}

.blog-tab-content-04.f3 {
  width: 100%;
  max-width: 720px;
}

.blog-tab-link-04 {
  color: rgba(36, 36, 36, .4);
  text-align: center;
  background-color: rgba(221, 221, 221, 0);
  padding-bottom: 26px;
  padding-left: 66px;
  padding-right: 66px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.blog-tab-link-04.w--current {
  color: #242424;
  background-color: rgba(221, 221, 221, 0);
  border-bottom: 2px solid #242424;
}

.blog-tab-link-04.home1 {
  padding-left: 40px;
  padding-right: 40px;
}

.blog-tab-link-04.f3 {
  color: #919191;
  text-align: left;
  padding: 0 32px 38px;
}

.blog-tab-link-04.f3.w--current {
  color: #fff;
  border-left: 4px solid #fef699;
  margin-left: -4px;
}

.blog-05 {
  justify-content: center;
  padding-top: 72px;
  display: flex;
}

.blog-text-05 {
  margin-top: 20px;
  margin-bottom: 32px;
}

.blog-text-05.body-01.black-text {
  max-width: 528px;
}

.about-section {
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 160px;
  display: flex;
}

.about-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.about-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  margin-top: 32px;
  display: flex;
}

.about-top-img-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: flex-end;
  width: 100%;
  max-width: 584px;
  display: flex;
}

.img-wrap-01 {
  border-radius: 12px;
  width: 100%;
  max-width: 253px;
  height: 309px;
  overflow: hidden;
}

.img-wrap-01._02 {
  max-width: 299px;
  height: 381px;
  overflow: hidden;
}

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

.about-top-content {
  width: 100%;
  max-width: 454px;
}

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

.bottom-img-wrap {
  border-radius: 12px;
  width: 100%;
  max-width: 584px;
  height: 363px;
  overflow: hidden;
}

.bottom-img-wrap._02 {
  max-width: 544px;
}

.bottom-img-01 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.partner-01 {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.partner-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.part-left-01 {
  border-right: 1px solid #d9d9d9;
  width: 100%;
  max-width: 860px;
  padding-right: 97px;
}

.part-right-01 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 219px;
  display: flex;
}

.companies {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 746px;
  display: flex;
}

.growth-title-a01 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.growth-text-01 {
  margin-top: 13px;
}

.partner-text-01.body-01 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.feature-01 {
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.feature-head-01 {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.feature-list {
  justify-content: space-between;
  margin-top: 64px;
  display: flex;
}

.feature-item {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.feature-item.middle {
  border-radius: 12px;
  width: 100%;
  max-width: 682px;
  height: 588px;
  overflow: hidden;
}

.feature-icon {
  width: 38px;
  height: 38px;
}

.feature-text.body-medium-01.white-text {
  margin-top: 14px;
}

.feature-innter {
  background-color: #2a2a2a;
  border-radius: 8px;
  width: 100%;
  max-width: 207px;
  padding: 30px;
}

.feature-video {
  width: 100%;
  max-width: 682px;
  height: 568px;
  position: relative;
  overflow: hidden;
}

.feature-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.feature-lightbox {
  width: 100%;
  height: 100%;
}

.play-button-f {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.team {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.team-head {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.team-item {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.team-item-top {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.team-item-top._01 {
  background-color: #b65ce3;
}

.team-item-top._02 {
  background-color: #63976e;
}

.team-item-top._03 {
  background-color: #e7a767;
}

.team-item-top._04 {
  background-color: #fee385;
}

.team-item-top._05 {
  background-color: #74a3dc;
}

.team-item-top._06 {
  background-color: #da645b;
}

.team-item-img {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.team-item-body {
  align-items: center;
  padding: 26px 32px;
  display: flex;
}

.team-item-name {
  margin-top: 0;
  margin-bottom: 6px;
}

.hero-02 {
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 110px;
  display: flex;
}

.hero-02.black-bg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-02.home3 {
  padding-bottom: 160px;
}

.hero-02.s1 {
  flex-direction: column;
  align-items: center;
  height: 745px;
  padding-top: 110px;
  padding-bottom: 0;
}

.hero-02.s1.black-bg {
  justify-content: flex-start;
  width: 100%;
  height: 745px;
  padding-top: 110px;
  position: relative;
}

.hero-content-02 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.hero-content-02._02 {
  align-items: center;
}

.hero-content-02.home2 {
  flex-direction: column;
}

.hero-text-wrap {
  width: 100%;
  max-width: 534px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-text-wrap.hero3 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.hero-text-02 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 36px;
}

.hero-text-02.body-01.white-text.hero3 {
  text-align: left;
  margin-top: 24px;
}

.hero-arrow-02 {
  width: 249px;
  height: 92px;
  position: absolute;
  top: 78px;
  bottom: auto;
  left: auto;
  right: -101px;
}

.banner {
  justify-content: center;
  display: flex;
}

.banner-container {
  width: 100%;
  max-width: 1392px;
  margin-left: 24px;
  margin-right: 24px;
}

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

.banner-item._01 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.customer {
  justify-content: center;
  padding-top: 180px;
  display: flex;
}

.customer.pr1 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.customer-head {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.customer-item {
  width: 100%;
  max-width: 564px;
}

.pricing-tag-icon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.pricing-01-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
  overflow: visible;
}

.body-01-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.pricing-01-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

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

.switch-white-circle {
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 5px;
}

.pricing-01-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 12px;
}

.pricing-01-card.active {
  color: #fff;
  background-color: #242424;
}

.pricing-01-card.price1 {
  padding: 40px;
}

.pricing-01-card.price1.price-e {
  background-color: #f7f7f7;
}

.pricing-features-item {
  align-items: center;
  display: flex;
}

.pricing-features-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f5;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 32px;
  padding: 28px 20px;
  display: grid;
}

.pricing-features-list.active {
  color: #fff;
  background-color: #2a2a2a;
}

.pricing-features-list.price2 {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 32px;
  padding: 0;
  display: grid;
}

.custom-switch {
  background-color: #4e4e4e;
  border-radius: 37px;
  width: 64px;
  min-width: 64px;
  height: 32px;
  margin-left: 18px;
  margin-right: 18px;
  position: relative;
}

.pricing-features-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.pricing-features-icon.invert {
  filter: invert();
}

.pricing-02-grid-year {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: none;
}

.pricing-01 {
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 0;
  display: flex;
}

.pricing-01.price3 {
  padding-top: 0;
}

.pricing-tag-box {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.switch-div {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.switch-div.price3 {
  justify-content: flex-end;
  margin-top: 0;
}

.pricing-01-card-header {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 28px;
  padding-left: 20px;
  display: flex;
}

.pricing-01-card-header.price1 {
  border-bottom: 1px solid #e3e3e3;
  padding-top: 0;
  padding-bottom: 32px;
  padding-left: 0;
}

.pricing-01-card-header.price1.brblack {
  border-bottom-color: #363636;
}

.pricing-01-card-header.price3 {
  border-bottom: 1px #e3e3e3;
  margin-bottom: 48px;
  padding-top: 0;
  padding-left: 0;
}

.customers-logos {
  flex: 1;
  max-width: 564px;
  margin-right: 40px;
}

.proof-marquee {
  background-color: #fff;
  border-radius: 22px;
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.customers-logos-content {
  margin-top: 60px;
  display: flex;
}

.marquee-wrapper {
  display: flex;
}

.marquee-wrapper.mt-20 {
  margin-top: 20px;
}

.marquee {
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-logo-box {
  background-color: rgba(245, 245, 245, .6);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 71px;
  margin-right: 20px;
  display: flex;
}

.review-slider {
  background-color: #74a3dc;
  border-radius: 12px;
  flex: 1;
  max-width: 564px;
  height: auto;
  overflow: hidden;
}

.review-box {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 48px;
  display: flex;
}

.review-com-logo {
  width: 180px;
}

.review-com-logo._01 {
  width: 160px;
}

.testimonial-01 {
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.testimonial-01.mt-28 {
  margin-top: 28px;
}

.d-none {
  display: none;
}

.review-left-arrow {
  z-index: 5;
  color: #242424;
  width: 40px;
  height: 40px;
  font-size: 20px;
  top: auto;
  bottom: 14%;
  left: auto;
  right: 97px;
}

.review-right-arrow {
  z-index: 5;
  color: #242424;
  width: 40px;
  height: 40px;
  font-size: 20px;
  top: auto;
  bottom: 14%;
  left: auto;
  right: 8%;
}

.review-profile {
  align-items: center;
  display: flex;
}

.review-img {
  width: 64px;
  height: 64px;
  margin-right: 24px;
}

.pricing-01-compare {
  color: #fff;
  background-color: #242424;
  justify-content: center;
  margin-bottom: 160px;
  padding-top: 140px;
  padding-bottom: 120px;
  display: flex;
}

.feature-list-02 {
  border-radius: 12px;
  margin-top: 56px;
  padding: 47px 47px 47px 90px;
}

.feature-list-02.white-bg {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-conent-02 {
  width: 100%;
  max-width: 373px;
}

.feature-title-03 {
  margin-top: 0;
  margin-bottom: 28px;
}

.tick-icon-feature-02 {
  width: 24px;
  height: 24px;
}

.feature-tick-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.feature-img-02 {
  width: 100%;
  max-width: 585px;
  height: 443px;
  overflow: hidden;
  box-shadow: 0 6px 20.75px rgba(165, 165, 165, .12);
}

.feature-imag-02 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.feature-03 {
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.feature-menu-title {
  margin-top: 0;
  margin-bottom: 0;
}

.feature-menu-text {
  text-align: left;
  margin-top: 6px;
}

.feature-img-wrap-03 {
  border-radius: 12px;
  width: 100%;
  max-width: 720px;
  height: 430px;
  overflow: hidden;
}

.feature-img-03 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.feature-04 {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.feature-04.price2 {
  padding-top: 0;
}

.feature-list-04 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  margin-bottom: 56px;
  display: grid;
}

.feature-list-04.f07 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 32px;
  margin-bottom: 0;
}

.feature-item-04 {
  border-radius: 8px;
  padding: 30px;
}

.feature-item-04.white-bg.f7 {
  border-radius: 12px;
  padding: 40px;
}

.feature-item-icon {
  width: 38px;
  height: 38px;
}

.feature-item-icon.f7 {
  width: 48px;
  height: 48px;
  margin-bottom: 32px;
}

.feature-item-text {
  margin-top: 14px;
}

.feature-item-text.body-02.black-text {
  margin-top: 10px;
}

.feature-05 {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.feature-list-05 {
  margin-top: 64px;
}

.feature-list-05.home3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.feature-item-05 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid #ddd;
  justify-content: space-between;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.feature-item-05.last-item {
  border-bottom: 1px solid #ddd;
}

.feature-item-05.home3 {
  border-top-style: none;
  padding-left: 80px;
  padding-right: 64px;
}

.feature-item-05.home3.white-bg {
  border-radius: 12px;
  align-items: center;
}

.feature-item-05.home3.white-bg.middle {
  padding-left: 64px;
}

.feature-item-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 461px;
  display: flex;
}

.feature-item-left.f6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.feature-item-left.f7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  max-width: 460px;
}

.feature-item-left.home3 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
}

.feature-item-right {
  border-radius: 8px;
  width: 100%;
  max-width: 500px;
  height: 340px;
  overflow: hidden;
}

.feature-item-right.f7 {
  max-width: 100%;
  margin-top: 40px;
  box-shadow: 0 -4px 26px rgba(165, 165, 165, .2);
}

.feature-item-right.home3 {
  box-shadow: 0 6px 20.75px rgba(165, 165, 165, .12);
}

.feature-item-left-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.feature-item-left-title.f6 {
  margin-top: 24px;
  margin-bottom: 12px;
}

.feature-item-left-title.sub-heading-01.black-text {
  margin-bottom: 12px;
}

.feature-item-right-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.feature-06 {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.feature-list-06 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.feature-item-06 {
  border-radius: 12px;
  padding: 32px;
}

.feature-item-06._01 {
  background-color: #2eb67d;
}

.feature-item-06._02 {
  background-color: #a259ff;
}

.feature-item-06._03 {
  background-color: #252525;
}

.feature-item-06._04 {
  background-color: #009cde;
}

.success-story {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.success-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-item-head {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.success-item-head._01 {
  height: 590px;
}

.success-item-head._02 {
  height: 214px;
}

.success-item-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.success-item-body {
  margin-top: 28px;
}

.success-item-title {
  margin-top: 12px;
  margin-bottom: 0;
}

.success-item-title.sub-heading-05.black-text.main-blog {
  font-size: 26px;
  line-height: 36px;
}

.hero-content-left-03 {
  width: 100%;
  max-width: 567px;
}

.hero-content-right-03 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  max-width: 634px;
  height: 680px;
  display: flex;
}

.hero-right-first {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-self: flex-end;
  display: flex;
}

.hero-right-first._02 {
  align-self: flex-start;
}

.rating-heading {
  text-align: center;
  width: 100%;
  max-width: 550px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}

.rating-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.feature-07 {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.feature-list-07 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  margin-top: 64px;
  display: flex;
}

.feature-item-07 {
  border-radius: 12px;
  padding: 48px 40px 40px;
}

.feature-item-07.white-bg {
  width: 100%;
  max-width: 564px;
}

.arrow-img {
  width: 100%;
  height: 100%;
}

.arrow-2 {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 425px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.arrow-2.left {
  right: 64px;
}

.testimonial-text {
  margin-top: 24px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 36px;
}

.testimonial-text.black-text {
  margin-bottom: 100px;
}

.testimonial-text.home3 {
  font-family: Satoshi, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}

.testimonial-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.owner-name---testimonial {
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.owner-name---testimonial.home3 {
  margin-top: 32px;
  margin-bottom: 4px;
}

.testimonial-body {
  width: 100%;
  max-width: 580px;
}

.testimonial-body.home3 {
  max-width: 798px;
}

.testimonial-2 {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
  overflow: hidden;
}

.testimonial-2.home3 {
  padding-top: 160px;
  padding-bottom: 0;
}

.testimonial-2.home3.pr3 {
  padding-bottom: 160px;
}

.quote-mark {
  width: 200px;
  height: 64px;
}

.quote-mark.home3 {
  width: 145px;
  height: 41px;
}

.owner-text---testimonial {
  margin-top: 6px;
}

.testimonial-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-wrap.home3 {
  border-radius: 12px;
  padding: 56px 56px 87px;
}

.slide-nav-custom {
  display: none;
}

.testimonail-owner-wrap.home3 {
  text-align: center;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.testimonial-img-wrap {
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
  height: 100%;
  overflow: hidden;
}

.testimonial-img-wrap.home3 {
  max-width: 170px;
}

.feature-08 {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.feature-list-08 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 936px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.feature-item-08 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-item-08.white-bg {
  border-radius: 10px;
  padding: 31px 32px;
}

.subscribe-form {
  width: 100%;
  max-width: 399px;
  margin-left: auto;
  margin-right: auto;
}

.form-subscribe {
  display: flex;
}

.hero-banner-02 {
  width: 100%;
  height: 720px;
  margin-top: 120px;
  overflow: hidden;
}

.hero-banner-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.partner-section {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.partner-content-02 {
  justify-content: space-between;
  display: flex;
}

.partner-left-02 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.partner-list-02 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partner-left-text {
  letter-spacing: -.44px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.partner-left-text.black-text {
  width: 100%;
  max-width: 239px;
}

.partner-item {
  width: 204px;
  height: 74px;
}

.arrow-3 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 314px;
  bottom: auto;
  left: 306px;
  right: auto;
}

.arrow-3.right {
  left: 358px;
}

.pricing-item-title {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Satoshi, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
}

.pricing-item-title.price1 {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 56px;
}

.pricing-item-title.price1.white-text.price3 {
  letter-spacing: -.56px;
  font-size: 56px;
  line-height: 64px;
}

.pricing-item-title.price1.black-text.price3 {
  font-size: 56px;
  line-height: 64px;
}

.pricing-item-title.price2 {
  font-size: 48px;
  line-height: 56px;
}

.pricing-item-title.price2.white-text {
  letter-spacing: -.48px;
  margin-top: 10px;
}

.subprice {
  letter-spacing: -.4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.subprice.price1, .subprice.price2 {
  letter-spacing: -.24px;
  font-size: 24px;
  line-height: 32px;
}

.subprice.price3 {
  color: rgba(255, 255, 255, .5);
  letter-spacing: -.24px;
  font-size: 24px;
  line-height: 32px;
}

.subprice.price3.clr {
  color: rgba(36, 36, 36, .5);
}

.table-body-btn-p2 {
  border: 1px #141414;
  border-radius: 12px;
  padding: 12px 32px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.table-box---p1 {
  border-right: 1px #141414;
  width: 100%;
  max-width: 267px;
}

.table-box---p1.one {
  border-right-style: none;
  width: 100%;
  max-width: 360px;
}

.table-box---p1.one.price3 {
  max-width: 220px;
}

.table-box---p1.last {
  border-right-style: none;
}

.table-box---p1.price3 {
  max-width: 286px;
}

.table-box---p2 {
  border-right: 1px #141414;
  width: 100%;
  max-width: 360px;
}

.table-box---p2.price3 {
  max-width: 286px;
}

.table-body {
  border-bottom: 1px solid rgba(27, 27, 27, .2);
  height: 72px;
  padding-top: 24px;
  padding-bottom: 20px;
  padding-left: 36px;
}

.table-body.middle {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.table-body.middle.bb {
  border-bottom-color: #2c2c2c;
  height: 90px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.table-body.middle.bb.prem {
  background-color: #2a2a2a;
  border-bottom-color: #373737;
}

.table-body.middle.bb.price2 {
  justify-content: flex-start;
  height: 72px;
}

.table-body.middle.bb.price2.color-one {
  background-color: #2a2a2a;
}

.table-body.middle.bb.price3 {
  background-color: #fff;
  border-bottom-style: none;
  height: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-body.middle.br {
  border-bottom-color: #2c2c2c;
  border-right: 1px #141414;
  height: 90px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.table-body.middle.br.price2 {
  justify-content: flex-start;
  height: 72px;
}

.table-body.middle.br.price2.color-one {
  background-color: #2a2a2a;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.table-body.middle.br.price3 {
  background-color: #fff;
  border-bottom-style: none;
  height: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-body.lb {
  border-bottom-color: #141414;
  border-left: 1px solid #141414;
  padding-left: 32px;
}

.table-body.lb._w-360 {
  border-bottom-color: #2c2c2c;
  border-left-style: none;
  width: 360px;
  height: 90px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.table-body.lb._w-360.price2 {
  align-items: center;
  height: 72px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.table-body.lb._w-360.price2.color-one {
  background-color: #2a2a2a;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.table-body.lb._w-360.price3 {
  border-bottom-style: none;
  width: 236px;
  height: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.table-body.btn {
  border-bottom-style: none;
  border-left: 1px solid #fff;
  justify-content: center;
  height: auto;
  padding-left: 0;
  display: flex;
}

.table-body.btn.prem {
  background-color: #2a2a2a;
  border-left-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.table-wrap-p1 {
  margin-top: 64px;
}

.table-wrap-p1.price2 {
  margin-top: 0;
}

.table-head-p22 {
  height: 80px;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 36px;
}

.table-head-p22.two {
  text-align: center;
  background-color: #2a2a2a;
  border-bottom: 1px #141414;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.table-head-p22.two.last {
  border-right: 1px solid #141414;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.table-head-p22.two.last.price3 {
  border-right-style: none;
}

.table-head-p22.two.price2 {
  background-color: #242424;
  align-items: flex-start;
  height: 174px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
}

.table-head-p22.two.price3 {
  background-color: #fff;
  height: 120px;
  padding-top: 64px;
  padding-bottom: 24px;
}

.table-head-p22.two.price33 {
  text-align: left;
  background-color: #2a2a2a;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  align-items: flex-start;
  height: auto;
  padding: 46px 34px 34px;
}

.table-head-p22.two.price33.yellowbg {
  background-color: #fef699;
}

.table-head-p22.two.pr2 {
  background-color: #242424;
  align-items: flex-start;
  height: 174px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
}

.table-body-icon {
  width: 24px;
  height: 24px;
}

.table---p1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px #141414;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.table---p1.price01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
}

.table-head-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.table-head-text.price2 {
  letter-spacing: -.8px;
  font-size: 40px;
  line-height: 48px;
}

.table-head-p2 {
  height: 80px;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 36px;
}

.table-head-p2.one {
  background-color: #2a2a2a;
  border-bottom: 1px #141414;
  border-left: 1px #141414;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 360px;
  padding-top: 25px;
  padding-bottom: 27px;
  padding-left: 40px;
}

.table-head-p2.one.price2 {
  background-color: #242424;
  height: 174px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.table-head-p2.one.price3 {
  background-color: #f5f5f1;
  width: 236px;
  height: 120px;
  padding-top: 64px;
  padding-bottom: 24px;
  padding-left: 0;
}

.table-head-p2.one.price33 {
  background-color: #242424;
  width: 236px;
  height: 120px;
  padding-top: 64px;
  padding-bottom: 24px;
  padding-left: 0;
}

.pricing-content-01 {
  overflow: auto;
}

.head-wrap.price3 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.head-wrap.pe {
  margin-bottom: 60px;
}

.card-top-pr {
  margin-bottom: 30px;
}

.card-top-text.body-01 {
  margin-top: 10px;
}

.card-top-text.body-01.black-text.price3, .card-top-text.body-01.white-text.price3 {
  margin-top: 14px;
}

.include-text-card.body-01-medium.black-text {
  margin-bottom: 8px;
}

.price-tab-menu-02 {
  border-radius: 6px;
  padding: 4px;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.price-tab-menu-02.white-bg {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.price-tab-link-02 {
  color: #242424;
  background-color: rgba(221, 221, 221, 0);
  border-radius: 6px;
  padding: 4px 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.price-tab-link-02.w--current {
  color: #fff;
  background-color: #242424;
}

.table-wrap-p1-hide {
  margin-top: 64px;
  display: none;
}

.table-wrap-p1-price3 {
  margin-top: 64px;
}

.table-wrap-p1-price3.hide-on-desktop {
  display: none;
  overflow: visible;
}

.table-wrap-pr3 {
  margin-top: 0;
}

.table-wrap-pr3.hide {
  display: none;
}

.table-wrap-pr33 {
  margin-top: 0;
}

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

.btn-icon-wrap {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.icon-wrap {
  position: relative;
}

.butons-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.showcase-gellary {
  width: 100%;
  margin-top: 110px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -204px;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.gallary-item {
  border-radius: 10px;
  flex: none;
  width: 100%;
  max-width: 652px;
  height: 408px;
  margin-right: 30px;
  overflow: hidden;
}

.gallary-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.showcase-head {
  text-align: center;
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.showcase-head._01 {
  max-width: 100%;
}

.showcase-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.showcase-list._02 {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.showcase-item-title {
  text-align: center;
}

.showcase-item-title.sub-heading-05.black-text {
  z-index: 1;
  position: relative;
}

.showcase-thumb-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
}

.showcase-thumb-wrap {
  width: 100%;
  height: 410px;
  margin-bottom: 26px;
  position: relative;
  overflow: hidden;
}

.showcase-thumb-wrap._02 {
  height: 180px;
}

.showcase {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.showcase._01 {
  padding-top: 367px;
}

.container-custom {
  width: 100%;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.showcase-item {
  background-color: #fff;
  border-radius: 12px;
  padding: 28px;
  position: relative;
}

.shocase-heead {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.galary-item-list {
  flex: none;
  display: flex;
}

.showcasee-title {
  letter-spacing: -1.8px;
  width: 100%;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
}

.showcasee-title.black-text._01 {
  max-width: 100%;
}

.thumb-page-wrap {
  background-image: url('../images/Rectangle-42281.svg');
  background-position: 50% 100%;
  background-size: auto;
  width: 100%;
  height: 180px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.vacanc-head {
  border-bottom: 1px solid #e3e3e3;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 50px;
  display: flex;
}

.job-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.job-card-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.buttn-link {
  text-decoration: none;
  display: block;
}

.products-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.quantity, .field-label {
  display: none;
}

.footer-first-block {
  max-width: 280px;
  margin-right: 40px;
}

.footer-second-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cart-quantity {
  display: none;
}

.icon-2 {
  color: #000;
  background-color: #f5f5f1;
  width: 26px;
  height: 26px;
  margin-right: 0;
}

.cart-button {
  background-color: #fff;
  padding: 0;
}

.cart {
  margin-right: 20px;
}

.showcase-thumb-page {
  width: 100%;
  height: 280px;
  margin-bottom: 26px;
  overflow: hidden;
}

.link-home, .feature-link-h1, .faq-link {
  color: var(--black);
  text-decoration: none;
}

.plan-list {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 174px 174px 174px;
  grid-auto-columns: 1fr;
  margin-top: 72px;
  display: none;
}

.plan-body-text {
  font-weight: 400;
}

.plan-type {
  display: none;
}

.plan-money-body---item {
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plan-item {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 174px 174px 174px;
  grid-auto-columns: 1fr;
  display: grid;
}

.plan-item.border-bottom---plan {
  border-bottom: 1px solid #d3d3d3;
  margin-left: 40px;
}

.plan-money-body-text {
  font-weight: 400;
}

.plan-body---item {
  padding: 34px 40px 34px 0;
}

.plan-items {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 174px 174px 174px;
  grid-auto-columns: 1fr;
  display: grid;
}

.plan-items.border-bottom---plan {
  border-bottom: 1px solid #d3d3d3;
  margin-left: 40px;
}

@media screen and (min-width: 1440px) {
  .arrow.right {
    right: 114px;
  }
}

@media screen and (min-width: 1920px) {
  .white-bg.border-r {
    border-radius: 12px;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .color-list-01 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .colors-guide {
    padding-bottom: 120px;
  }

  .heading-01 {
    font-size: 64px;
    line-height: 72px;
  }

  .fonts-guide {
    padding-bottom: 120px;
  }

  .primary-button.op70._01 {
    background-color: var(--black);
    color: var(--white);
  }

  .buttons-guide {
    padding-bottom: 120px;
  }

  .dropdown-5 {
    border-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, .05);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-6 {
    border-bottom: 1px solid #5b5f62;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-title-01.black-text, .hero-title-01.white-text {
    font-size: 56px;
    line-height: 64px;
  }

  .hero-guide.color-bg {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #1e1e1e;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .menu-button-2.w--open {
    color: #000;
    background-color: #ededed;
  }

  .nav-menu-light-2 {
    background-color: #fff;
    width: 100%;
    padding-left: 29.5px;
    padding-right: 29.5px;
  }

  .nav-link-2.body-02 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
  }

  .footer-top {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .footer-top-head {
    max-width: 480px;
  }

  .footer-top-title.white-text {
    font-size: 56px;
    line-height: 64px;
  }

  .curve-svg {
    width: 260px;
  }

  .curve-svg.c3 {
    width: 180px;
    right: 61%;
  }

  .curve-svg.b3 {
    width: 240px;
    right: 46%;
  }

  .curve-svg.b3.a01 {
    width: 175px;
    right: 44%;
  }

  .curve-svg.b3._03 {
    right: 45%;
  }

  .curve-svg.hero3 {
    right: 36%;
  }

  .curve-svg.pr1 {
    width: 220px;
  }

  .curve-svg.pr2 {
    width: 240px;
    right: 47%;
  }

  .curve-svg.pr3 {
    width: 220px;
    right: 11%;
  }

  .curve-svg._01 {
    width: 140px;
  }

  .curve-svg._03 {
    width: 250px;
  }

  .footer-bottom {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-copyright {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .license-image.one, .license-image.two {
    max-width: 100%;
  }

  .license-images {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    display: grid;
  }

  .license {
    padding-bottom: 120px;
  }

  .license-content {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .changelog-title.black-text {
    font-size: 56px;
    line-height: 64px;
  }

  .changelog {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .download-options {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .downalod-head {
    max-width: 480px;
  }

  .download-title {
    font-size: 56px;
    line-height: 64px;
  }

  .download-title.a01 {
    font-size: 42px;
    line-height: 52px;
  }

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

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

  .form-group.c2 {
    width: 100%;
  }

  .ratings._02 {
    padding-top: 120px;
  }

  .ratings.price2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .rating-content {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .career-title {
    font-size: 56px;
    line-height: 64px;
  }

  .career-title.f3.white-text {
    max-width: 470px;
    font-size: 48px;
    line-height: 58px;
  }

  .career-title.f3.black-text {
    max-width: 470px;
  }

  .career-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .job-item.one, .job-item.two {
    max-width: 100%;
  }

  .job-item.two.white-bg {
    height: auto;
  }

  .jobs-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    display: grid;
  }

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

  .integration-tabs {
    flex-direction: column;
  }

  .integration-tab-menus {
    flex-flow: wrap;
    max-width: 100%;
  }

  .integration-tab-content {
    margin-top: 40px;
    margin-left: 0;
  }

  .integration-options {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .contact-01 {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .contact-01.black-bg {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .contact-address-01 {
    grid-template-columns: 1fr 1fr;
  }

  .brances-section {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .branch-head {
    max-width: 500px;
  }

  .branch-title {
    font-size: 56px;
    line-height: 64px;
  }

  .branch-title.black-text.a01 {
    width: 100%;
    max-width: 100%;
  }

  .branch-title.black-text.t01 {
    max-width: 460px;
  }

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

  .faqs-description {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .faqs-description._02 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .faq-01 {
    padding-bottom: 120px;
  }

  .contact-section-02 {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .contact-head, .contact-head.b3.h2 {
    max-width: 480px;
  }

  .contact-form-03.white-bg {
    max-width: 100%;
    margin-top: 60px;
  }

  .contact-title-03 {
    font-size: 56px;
    line-height: 64px;
  }

  .contact-content-03 {
    flex-direction: column;
    align-items: flex-start;
  }

  .from-block-03 {
    max-width: 100%;
  }

  .map-wrap-location {
    height: auto;
  }

  .faq-02 {
    padding-bottom: 120px;
  }

  .faq-content-02 {
    flex-direction: column;
  }

  .blog-01 {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .blog-head-01 {
    max-width: 480px;
  }

  .blog-head-01.price3 {
    max-width: 410px;
  }

  .blog-head-01._01 {
    max-width: 490px;
  }

  .blog-title-01 {
    font-size: 56px;
    line-height: 64px;
  }

  .blog-item {
    height: 400px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-item-body.white-bg {
    margin-left: 100px;
    margin-right: 100px;
  }

  .blog-item-title-01.black-text {
    font-size: 22px;
    line-height: 32px;
  }

  .blog-item-title-01.b3.black-text.nxt {
    font-size: 32px;
    line-height: 42px;
  }

  .blog-item-title-01.b5.black-text {
    font-size: 56px;
    line-height: 64px;
  }

  .blog-item-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .blog-item-info.single.white-bg {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .blog-content---details.vacancy {
    margin-top: 60px;
    padding: 50px;
  }

  .blog-details {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .details-text-wrap.white-bg {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .big-thumb-wrap {
    height: 400px;
  }

  .arrow.left {
    left: 8px;
  }

  .arrow.right {
    right: 8px;
  }

  .subscribe-01 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .subscribe-content-01.black-bg {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    padding-left: 80px;
    padding-right: 60px;
  }

  .subscribe-left, .subscribe-right {
    max-width: 100%;
  }

  .blog-02 {
    padding-bottom: 120px;
  }

  .blog-02.b4 {
    padding-top: 120px;
  }

  .blog-head-02 {
    max-width: 550px;
  }

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

  .blog-list-02.b4 {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }

  .blog-item-02.b5 {
    flex-direction: column-reverse;
  }

  .blog-item-head-02 {
    height: 280px;
  }

  .blog-item-head-02.b5 {
    border-radius: 12px;
    max-width: 100%;
    height: 450px;
    overflow: hidden;
  }

  .blog-item-body-02.white-bg {
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }

  .blog-item-body-02.b5 {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
  }

  .blog-03 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .blog-list-03 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    margin-top: 60px;
  }

  .blog-tabs-04.f3 {
    flex-direction: column-reverse;
  }

  .blog-tab-menu-04 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom-style: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .blog-tab-menu-04.f3 {
    align-items: flex-start;
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

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

  .about-top {
    padding-right: 0;
  }

  .about-top-img-wrap {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .about-top-text.body-01.black-text {
    font-size: 16px;
    line-height: 26px;
  }

  .partner-01 {
    padding-bottom: 120px;
  }

  .partner-content {
    flex-direction: column;
  }

  .part-left-01 {
    border-bottom: 1px solid #d9d9d9;
    border-right-style: none;
    max-width: 100%;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .part-right-01 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: row;
    justify-content: flex-start;
    max-width: 100%;
  }

  .companies {
    max-width: 100%;
  }

  .feature-01.black-bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .feature-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .feature-item {
    flex-direction: row;
    justify-content: space-between;
  }

  .feature-video {
    height: auto;
  }

  .team {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .hero-02 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .hero-02.home3 {
    padding-bottom: 120px;
  }

  .hero-content-02._02 {
    flex-direction: column;
    align-items: center;
  }

  .customer {
    padding-top: 120px;
  }

  .customer.pr1 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .pricing-01-container.auto {
    flex: 0 auto;
    width: 100%;
    overflow: visible;
  }

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

  .pricing-01-card {
    max-width: 500px;
  }

  .pricing-01-card.price1 {
    width: 100%;
    max-width: 100%;
  }

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

  .pricing-01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-01.price3 {
    width: 100%;
    padding-top: 80px;
  }

  .customers-logos {
    width: 100%;
    max-width: 630px;
    margin-right: 0;
  }

  .proof-marquee {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

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

  .review-slider {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }

  .review-profile {
    margin-top: 40px;
  }

  .pricing-01-compare {
    margin-bottom: 120px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .feature-list-02.white-bg {
    flex-direction: column-reverse;
    padding: 40px;
  }

  .feature-conent-02 {
    max-width: 100%;
  }

  .feature-img-02 {
    max-width: 100%;
    height: auto;
  }

  .feature-03.black-bg, .feature-04 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .feature-list-04.f07 {
    grid-template-columns: 1fr 1fr;
  }

  .feature-05 {
    padding-bottom: 120px;
  }

  .feature-item-05, .feature-item-05.last-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-item-05.home3.white-bg {
    flex-direction: column;
    padding: 60px;
  }

  .feature-item-05.home3.white-bg.middle {
    flex-direction: column-reverse;
    padding-left: 60px;
  }

  .feature-item-left.home3 {
    max-width: 100%;
  }

  .feature-item-right {
    height: auto;
  }

  .feature-item-right.home3 {
    max-width: 100%;
  }

  .feature-item-left-title.heading-01.black-text {
    font-size: 36px;
    line-height: 46px;
  }

  .feature-06 {
    padding-bottom: 120px;
  }

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

  .success-story {
    padding-bottom: 120px;
  }

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

  .success-item-head._01 {
    height: auto;
  }

  .hero-content-left-03 {
    max-width: 100%;
  }

  .hero-content-right-03 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    max-width: 100%;
    margin-top: 40px;
  }

  .hero-right-first {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .feature-07 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .arrow-2 {
    top: 790px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .arrow-2.right, .arrow-2.left {
    top: 900px;
  }

  .testimonial-text.black-text {
    margin-bottom: 60px;
  }

  .testimonial-2 {
    padding-bottom: 120px;
  }

  .testimonial-2.home3 {
    padding-top: 120px;
  }

  .testimonial-2.home3.pr3 {
    padding-bottom: 120px;
  }

  .testimonial-wrap {
    flex-direction: column;
  }

  .testimonial-wrap.home3.buue-bg {
    padding-bottom: 56px;
  }

  .feature-08 {
    padding-bottom: 120px;
  }

  .feature-item-08.white-bg {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-banner-02 {
    height: auto;
    margin-top: 100px;
  }

  .partner-section {
    padding-bottom: 120px;
  }

  .partner-content-02 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .partner-left-02 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .partner-left-text.black-text {
    max-width: 100%;
  }

  .arrow-3 {
    top: 790px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .arrow-3.right, .arrow-3.left {
    display: none;
    top: 900px;
  }

  .table-body-btn-p2.yellow-bg.black-text {
    padding-left: 28px;
    padding-right: 28px;
  }

  .table-box---p1 {
    width: 360px;
    max-width: 100%;
  }

  .table-box---p1.one {
    width: 360px;
  }

  .table-box---p1.one.price3, .table-box---p1.price3 {
    flex: none;
  }

  .table-box---p2 {
    width: 360px;
    max-width: 100%;
  }

  .table-box---p2.price3 {
    flex: none;
  }

  .table-body {
    width: 300px;
  }

  .table-body.middle.bb, .table-body.middle.br {
    width: auto;
  }

  .table-body.lb._w-360 {
    width: 300px;
  }

  .table-wrap-p1 {
    width: 100%;
    overflow: visible;
  }

  .table-head-p22 {
    width: 300px;
  }

  .table-head-p22.two.pr2 {
    width: 100%;
    margin-bottom: 0;
  }

  .table-head-p22.two.pr2._03 {
    background-color: rgba(36, 36, 36, 0);
  }

  .table---p1, .table---p1.price01 {
    display: none;
  }

  .table-head-p2, .table-head-p2.one {
    width: 300px;
  }

  .table-head-p2.one.price33.hide {
    opacity: 0;
  }

  .pricing-content-01 {
    padding-left: 40px;
    overflow: visible;
  }

  .pricing-content-01.p1 {
    padding-left: 0;
  }

  .table-wrap-p1-hide {
    width: 100%;
    overflow: auto;
  }

  .table-wrap-p1-hide.hide-on-desktop {
    display: block;
    overflow: visible;
  }

  .table-wrap-p1-price3 {
    width: 100%;
    display: none;
    overflow: auto;
  }

  .table-wrap-p1-price3.hide-on-desktop {
    display: block;
  }

  .table-wrap-pr3 {
    width: 100%;
    overflow: auto;
  }

  .table-wrap-pr3.hide {
    display: none;
  }

  .table-wrap-pr33 {
    width: 100%;
    overflow: auto;
  }

  .pricing-head, .hide-on-desktop {
    display: none;
  }

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

  .showcase {
    padding-bottom: 120px;
  }

  .showcase._01 {
    padding-top: 310px;
  }

  .shocase-heead {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .showcasee-title {
    font-size: 56px;
    line-height: 64px;
  }

  .products-list.p-p-list {
    flex-flow: column;
  }

  .footer-second-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cart {
    margin-right: 0;
  }

  .plan-list {
    width: 100%;
    display: block;
  }

  .plan-list.p1 {
    margin-top: 0;
  }

  .plan-type {
    color: var(--white);
    background-color: #2a2a2a;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 0;
    padding: 8px 16px;
    display: block;
  }

  .plan-money-body---item.off-white-bg {
    grid-row-gap: 10px;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
  }

  .plan-item.border-bottom---plan {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 40px;
    margin-left: 0;
    padding: 16px;
  }

  .plan-body---item {
    color: var(--black);
    background-color: #f4f4f4;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 22px 23px;
  }

  .plan-body---item._01 {
    background-color: #fef699;
  }

  .plan-items.border-bottom---plan {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
    margin-left: 0;
    padding: 16px;
  }

  .plan-card-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 60px;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 40px;
    font-size: 28px;
    line-height: 38px;
  }

  .color-title-01.black-text {
    font-size: 48px;
    line-height: 58px;
  }

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

  .colors-guide {
    padding-bottom: 100px;
  }

  .heading-01 {
    font-size: 56px;
    line-height: 64px;
  }

  .fonts-guide, .buttons-guide {
    padding-bottom: 100px;
  }

  .hero-title-01.black-text, .hero-title-01.white-text {
    font-size: 48px;
    line-height: 58px;
  }

  .hero-guide.color-bg {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .nav-container-4 {
    grid-template-columns: max-content max-content max-content;
    justify-content: space-between;
  }

  .nav-menu-light-2 {
    background-color: #fff;
  }

  .log-infos-2 {
    display: none;
  }

  .log-infos-2.inside {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 24px;
    display: flex;
  }

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

  .footer-top-head {
    max-width: 400px;
  }

  .footer-top-title.white-text {
    font-size: 48px;
    line-height: 58px;
  }

  .curve-svg {
    width: 210px;
  }

  .curve-svg.c3 {
    width: 150px;
  }

  .curve-svg.b3 {
    width: 210px;
  }

  .curve-svg.b3.a01 {
    width: 200px;
    right: 46%;
  }

  .curve-svg.pr1 {
    width: 180px;
  }

  .curve-svg.pr2 {
    width: 200px;
    right: 12%;
  }

  .curve-svg.pr3 {
    width: 181px;
    right: 23%;
  }

  .curve-svg._01 {
    width: 120px;
  }

  .curve-svg._03 {
    width: 210px;
  }

  .footer-bottom {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-copyright {
    grid-row-gap: 16px;
    flex-direction: column;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-social-content {
    justify-content: space-between;
  }

  .footer-section {
    padding-top: 100px;
  }

  .license-image.one, .license-image.two {
    height: 280px;
  }

  .license-images {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .license-title.black-text {
    font-size: 48px;
    line-height: 58px;
  }

  .license {
    padding-bottom: 100px;
  }

  .license-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .changelog-title.black-text {
    font-size: 48px;
    line-height: 58px;
  }

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

  .heading-text---changelog.black-text {
    font-size: 48px;
    line-height: 58px;
  }

  .download-options {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .downalod-head {
    max-width: 400px;
  }

  .download-title, .download-title.a01 {
    font-size: 48px;
    line-height: 58px;
  }

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

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

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

  .ratings.black-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ratings._02 {
    padding-top: 100px;
  }

  .ratings.price2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rating-content {
    grid-column-gap: 20px;
  }

  .career-title, .career-title.white-text.b1 {
    font-size: 48px;
    line-height: 58px;
  }

  .career-title.f3.white-text {
    max-width: 420px;
    font-size: 42px;
    line-height: 52px;
  }

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

  .job-item.one {
    height: 280px;
  }

  .job-item.one.white-bg {
    height: auto;
  }

  .job-item.two {
    height: 280px;
  }

  .job-tags-wrap {
    flex-wrap: wrap;
  }

  .jobs-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .integration-options {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .form-2 {
    grid-template-columns: 1fr;
  }

  .card-head---contact {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-01 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .contact-01.black-bg {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .contact-head-01 {
    margin-bottom: 40px;
  }

  .contact-address-01 {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .branch-head {
    max-width: 430px;
  }

  .branch-title {
    font-size: 48px;
    line-height: 58px;
  }

  .branch-title.black-text.faq-01-title {
    font-size: 42px;
    line-height: 52px;
  }

  .branch-title.black-text.a01 {
    font-size: 48px;
    line-height: 58px;
  }

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

  .down-caret-icon {
    width: 26px;
    height: 26px;
  }

  .faq-01 {
    padding-bottom: 100px;
  }

  .faqs-content {
    margin-top: 40px;
  }

  .question-title {
    font-size: 18px;
    font-weight: 600;
  }

  .contact-section-02 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .contact-head {
    max-width: 400px;
  }

  .contact-head.b3 {
    max-width: 380px;
  }

  .contact-form-02.white-bg, .contact-form-03.white-bg {
    flex-direction: column;
  }

  .contact-title-03 {
    font-size: 48px;
    line-height: 58px;
  }

  .faq-02 {
    padding-bottom: 100px;
  }

  .blog-01 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .blog-head-01 {
    max-width: 400px;
  }

  .blog-head-01.price2 {
    max-width: 320px;
  }

  .blog-head-01.price3 {
    max-width: 400px;
  }

  .blog-title-01 {
    font-size: 48px;
    line-height: 58px;
  }

  .blog-item {
    max-width: 100%;
    height: auto;
  }

  .blog-item-thumb {
    border-radius: 12px 12px 0 0;
  }

  .blog-item-body.white-bg {
    margin-left: 0;
    margin-right: 0;
    padding-right: 36px;
    position: static;
  }

  .blog-item-title-01.black-text {
    font-size: 24px;
    line-height: 34px;
  }

  .blog-item-title-01.b3.white-text {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-item-title-01.b5.black-text {
    font-size: 48px;
    line-height: 58px;
  }

  .blog-item-info.single.white-bg {
    padding: 30px 30px 26px;
  }

  .details-title {
    font-size: 42px;
    line-height: 52px;
  }

  .blog-content---details.vacancy {
    margin-top: 40px;
    padding: 40px;
  }

  .blog-details {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .details-text-wrap.white-bg {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .big-thumb-wrap {
    height: 300px;
  }

  .blog-maks-01 {
    width: 100%;
    max-width: 100%;
  }

  .arrow.left, .arrow.right {
    display: none;
  }

  .subscribe-01 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .subscribe-content-01.black-bg {
    padding: 60px 40px;
  }

  .blog-02 {
    padding-bottom: 100px;
  }

  .blog-02.b4 {
    padding-top: 100px;
  }

  .blog-head-02 {
    max-width: 460px;
  }

  .blog-head-02.f3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-list-02, .blog-list-02.b4 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .blog-item-head-02.b3 {
    height: 280px;
  }

  .blog-item-head-02.b5 {
    height: 350px;
  }

  .blog-item-body-02.white-bg {
    margin-left: 0;
    margin-right: 0;
    padding-right: 30px;
    position: static;
  }

  .blog-03 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .blog-02-title-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-tab-menu-04 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .about-top {
    flex-direction: column;
  }

  .about-top-content {
    max-width: 100%;
  }

  .partner-01 {
    padding-bottom: 100px;
  }

  .part-left-01 {
    padding-bottom: 40px;
  }

  .companies {
    justify-content: center;
  }

  .growth-title-a01, .growth-title-a01.black-text {
    font-size: 42px;
    line-height: 52px;
  }

  .feature-01.black-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .feature-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 40px;
  }

  .feature-item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .feature-item.middle {
    height: 400px;
  }

  .play-button-f {
    width: 80px;
    height: 80px;
  }

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

  .team-head {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .hero-02 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .hero-02.black-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-02.home3 {
    padding-bottom: 100px;
  }

  .hero-02.s1.black-bg {
    height: 560px;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .hero-content-02.home2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-arrow-02 {
    display: none;
  }

  .banner-content {
    grid-template-columns: 1fr 1fr;
  }

  .customer {
    padding-top: 100px;
  }

  .customer.pr1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .pricing-01-grid.price2.another {
    margin-top: 120px;
  }

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

  .pricing-01 {
    padding-top: 50px;
  }

  .switch-div.price3 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    margin-left: 0;
    margin-right: auto;
  }

  .customers-logos {
    max-width: 480px;
  }

  .marquee-logo {
    height: 100px;
  }

  .pricing-01-compare {
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature-imag-02 {
    object-fit: cover;
  }

  .feature-03.black-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .feature-img-wrap-03 {
    height: 350px;
  }

  .feature-04 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .feature-05 {
    padding-bottom: 100px;
  }

  .feature-item-05 {
    border-top-style: none;
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .feature-item-05.last-item {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-item-05.home3.white-bg {
    padding: 40px;
  }

  .feature-item-05.home3.white-bg.middle {
    padding-left: 40px;
  }

  .feature-item-left-title.heading-01.black-text {
    font-size: 42px;
    line-height: 52px;
  }

  .feature-item-left-title.heading-02.black-text {
    font-size: 36px;
    line-height: 46px;
  }

  .feature-06 {
    padding-bottom: 100px;
  }

  .feature-list-06 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .success-story {
    padding-bottom: 100px;
  }

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

  .success-item-head._01, .success-item-head._02 {
    height: 260px;
  }

  .hero-content-right-03 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 520px;
  }

  .hero-right-first {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .feature-07 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .feature-list-07 {
    flex-direction: column;
  }

  .arrow-2 {
    top: 826px;
  }

  .arrow-2.right, .arrow-2.left {
    display: none;
  }

  .testimonial-2 {
    padding-bottom: 100px;
  }

  .testimonial-2.home3 {
    padding-top: 100px;
  }

  .testimonial-2.home3.pr3, .feature-08 {
    padding-bottom: 100px;
  }

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

  .feature-item-08.white-bg {
    flex-direction: row;
    align-items: center;
  }

  .hero-banner-02 {
    margin-top: 80px;
  }

  .partner-section {
    padding-bottom: 100px;
  }

  .arrow-3 {
    top: 826px;
  }

  .arrow-3.right, .arrow-3.left {
    display: none;
  }

  .head-wrap.price3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-tab-menu-02.white-bg {
    top: 40px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .showcase-gellary {
    margin-top: 0;
    position: absolute;
    bottom: -180px;
  }

  .gallary-item {
    max-width: 400px;
    height: 300px;
    margin-right: 30px;
  }

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

  .showcase-thumb-wrap {
    height: 500px;
  }

  .showcase {
    padding-bottom: 100px;
  }

  .showcase._01 {
    padding-top: 290px;
  }

  .showcasee-title {
    font-size: 48px;
    line-height: 58px;
  }

  .footer-second-div {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .plan-type {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 26px;
  }

  .plan-item.border-bottom---plan {
    grid-template-columns: 1fr 1fr;
  }

  .plan-body---item {
    text-align: center;
    background-color: #f4f4f4;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 23px;
  }

  .plan-items.border-bottom---plan {
    grid-template-columns: 1fr 1fr;
  }

  .plan-card-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 30px;
    font-size: 26px;
    line-height: 36px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  .custom-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .color-title-01.black-text {
    font-size: 36px;
    line-height: 46px;
  }

  .color-list-01 {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 40px;
  }

  .colors-guide {
    padding-bottom: 80px;
  }

  .heading-01 {
    font-size: 36px;
    line-height: 46px;
  }

  .body-02 {
    font-size: 16px;
    line-height: 26px;
  }

  .fonts-guide {
    padding-bottom: 80px;
  }

  .button-list-01 {
    flex-direction: column;
  }

  .primary-button.black-bg.white-text {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .primary-button.white-bg.black-text._05 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .primary-button.home3.black-bg.white-text {
    border-radius: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .buttons-guide {
    padding-bottom: 80px;
  }

  .dropdown-5, .dropdown-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-content-01.white-bg {
    padding: 30px;
  }

  .licenses-text.body-01.black-text {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-title-01.black-text, .hero-title-01.white-text {
    font-size: 36px;
    line-height: 46px;
  }

  .hero-guide.color-bg {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .nav-container-4 {
    min-height: 78px;
    margin-left: 20px;
    margin-right: 20px;
    display: grid;
    justify-content: space-between;
    grid-auto-columns: auto;
    grid-column-gap: 0px;
  }

  .nav-link-2.body-02.op70.black-text{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-top {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .footer-top-title.white-text {
    font-size: 36px;
    line-height: 46px;
  }

  .footer-top-text.body-01.white-text {
    font-size: 16px;
    line-height: 26px;
  }

  .curve-svg {
    width: 150px;
  }

  .curve-svg.c3 {
    width: 105px;
  }

  .curve-svg.b3 {
    width: 150px;
    right: 40%;
  }

  .curve-svg.b3.a01 {
    width: 150px;
    display: none;
    right: 41%;
  }

  .curve-svg.b3._03 {
    right: 37%;
  }

  .curve-svg.pr1 {
    width: 130px;
  }

  .curve-svg.pr2 {
    width: 150px;
    right: 15%;
  }

  .curve-svg._1 {
    display: none;
  }

  .curve-svg._01 {
    width: 80px;
    display: none;
  }

  .curve-svg._03 {
    display: none;
  }

  .footer-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-copyright {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .footer-social-content {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-section {
    width: 100%;
    padding-top: 80px;
  }

  .footer-social-wrap.t01 {
    margin-left: 0;
  }

  .license-images {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .license-title.black-text {
    font-size: 36px;
    line-height: 46px;
  }

  .license {
    padding-bottom: 80px;
  }

  .license-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .body-text---changelog.body-01.black-text {
    font-size: 16px;
    line-height: 26px;
  }

  .changelog-title.black-text {
    font-size: 36px;
    line-height: 46px;
  }

  .changelog {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .changelog-body.white-bg {
    margin-top: 40px;
    padding: 40px 20px;
  }

  .heading-text---changelog.black-text {
    font-size: 36px;
    line-height: 46px;
  }

  .download-options {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .download-title, .download-title.a01 {
    font-size: 36px;
    line-height: 46px;
  }

  .option-item-text.black-text {
    font-size: 16px;
    line-height: 28px;
  }

  .review-list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .review-item.white-bg {
    padding: 25px 20px;
  }

  .review-owner-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .login-socials {
    flex-direction: column;
    align-items: center;
  }

  .form {
    grid-column-gap: 0px;
  }

  .form-group.first {
    flex-direction: column;
    align-items: stretch;
  }

  .submit-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .ratings._02 {
    padding-top: 60px;
  }

  .ratings.price2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .rating-item {
    width: 200px;
    height: auto;
  }

  .career-title, .career-title.white-text.b1, .career-title.f3.white-text {
    font-size: 36px;
    line-height: 46px;
  }

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

  .job-item.one.white-bg {
    height: auto;
    overflow: visible;
  }

  .job-adress-wrap {
    flex-direction: column;
  }

  .jobs-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .integration-list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .integration-item-text.black-text {
    font-size: 16px;
    line-height: 28px;
  }

  .integration-tab-menus {
    justify-content: center;
    align-items: center;
  }

  .integration-tab-link {
    padding-right: 28px;
  }

  .integration-options {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .card-head---contact {
    flex-direction: row;
    align-items: center;
  }

  .contact-01 {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .contact-01.black-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .submit-wrap-2 {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 14px;
  }

  .contact-form {
    padding: 30px 20px;
  }

  .input-field-2.input-text-area.body-03.black-text {
    height: 140px;
  }

  .contact-address-01 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

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

  .branch-head {
    max-width: 260px;
  }

  .branch-title {
    font-size: 34px;
    line-height: 44px;
  }

  .branch-title.black-text.faq-01-title {
    font-size: 34px;
    line-height: 46px;
  }

  .branch-title.black-text.a01 {
    font-size: 36px;
    line-height: 46px;
  }

  .branch-list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .branch-item-text.black-text {
    font-size: 16px;
    line-height: 28px;
  }

  .faq-question-answer, .faq-question-answer.first {
    padding-top: 20px;
    padding-bottom: 12px;
    padding-right: 20px;
  }

  .faqs-description {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .faqs-description._02 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-01 {
    padding-bottom: 80px;
  }

  .question-title {
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .faq-answer {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-section-02 {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .contact-head.b3 {
    max-width: 250px;
  }

  .contact-form-02 {
    padding: 30px 20px;
  }

  .map-img-wrap {
    height: 240px;
  }

  .input-field-3.c3.h3.body-02 {
    border-radius: 10px;
  }

  .contact-form-03 {
    padding: 30px 20px;
  }

  .contact-form-03.white-bg {
    margin-top: 40px;
  }

  .contact-title-03 {
    font-size: 36px;
    line-height: 46px;
  }

  .contact-left-text-03.body-01 {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-another-title-03._01 {
    margin-top: 25px;
  }

  .contact-another-title-03._03 {
    margin-top: 30px;
  }

  .faq-02 {
    padding-bottom: 80px;
  }

  .blog-01 {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .blog-head-01.price2 {
    max-width: 240px;
  }

  .blog-title-01 {
    font-size: 36px;
    line-height: 46px;
  }

  .blog-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-item-thumb {
    height: 180px;
  }

  .blog-item-body.white-bg {
    padding: 20px;
  }

  .blog-item-title-01.black-text {
    font-size: 22px;
    line-height: 32px;
  }

  .blog-item-title-01.b3.white-text {
    font-size: 26px;
    line-height: 36px;
  }

  .blog-item-title-01.b3.black-text.nxt {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-item-title-01.b5.black-text {
    font-size: 36px;
    line-height: 46px;
  }

  .blog-item-info.single.white-bg {
    padding: 20px 20px 16px;
  }

  .blog-item-info.single.white-bg.vacancy {
    padding-top: 40px;
  }

  .date-and-time-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .date-and-time-wrap.b5 {
    flex-direction: row;
  }

  .details-title {
    font-size: 36px;
    line-height: 46px;
  }

  .blog-content---details.vacancy {
    padding: 30px 20px;
  }

  .blog-details {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .blog-info-wrap-02 {
    flex-direction: column;
    align-items: flex-start;
  }

  .details-text-wrap.white-bg {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-thumb-wrap {
    height: 240px;
  }

  .subscribe-01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .subscribe-content-01.black-bg {
    padding: 40px 20px;
  }

  .subscribe-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .primary-button-subscribe.yellow-bg {
    border-radius: 12px;
    width: 100%;
  }

  .subs-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .sub-text.body-01.white-text {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-02 {
    padding-bottom: 80px;
  }

  .blog-02.b4 {
    padding-top: 80px;
  }

  .blog-head-02.f3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 40px;
    padding-left: 20px;
  }

  .blog-item-head-02 {
    height: 220px;
  }

  .blog-item-head-02.b3 {
    height: 200px;
  }

  .blog-item-head-02.b4 {
    height: 240px;
  }

  .blog-item-body-02.white-bg, .blog-item-body-02.b4 {
    padding: 20px;
  }

  .blog-03 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .blog-tab-link-04.f3 {
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-text-05.body-01.black-text {
    font-size: 16px;
    line-height: 26px;
  }

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

  .about-bottom, .about-top-img-wrap {
    flex-direction: column;
  }

  .img-wrap-01 {
    max-width: 100%;
    height: 240px;
  }

  .img-wrap-01._02, .bottom-img-wrap {
    height: 240px;
  }

  .partner-01 {
    padding-bottom: 80px;
  }

  .part-right-01 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .companies {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .growth-title-a01, .growth-title-a01.black-text {
    font-size: 36px;
    line-height: 46px;
  }

  .partner-text-01.body-01 {
    font-size: 16px;
    line-height: 26px;
  }

  .feature-01.black-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature-item.middle {
    height: 240px;
  }

  .feature-innter {
    max-width: 100%;
  }

  .play-button-f {
    width: 60px;
    height: 60px;
  }

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

  .team-head {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .team-item-top {
    height: 280px;
  }

  .team-item-body.white-bg {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 25px;
  }

  .hero-02 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .hero-02.black-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-02.home3 {
    padding-bottom: 80px;
  }

  .hero-02.s1.black-bg {
    height: 600px;
    padding-top: 60px;
  }

  .banner-content {
    grid-template-columns: 1fr;
  }

  .customer {
    padding-top: 80px;
  }

  .customer.pr1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .customer-head {
    max-width: 100%;
    padding-left: 20px;
  }

  .pricing-01-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pricing-01-card.price1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-01 {
    padding-top: 40px;
  }

  .customers-logos {
    max-width: 100%;
  }

  .customers-logos-content {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .marquee-logo {
    height: 80px;
  }

  .review-box {
    padding: 40px 20px;
  }

  .testimonial-01.mt-28 {
    font-size: 18px;
    line-height: 28px;
  }

  .review-left-arrow, .review-right-arrow {
    display: none;
  }

  .review-profile {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .pricing-01-compare {
    margin-bottom: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feature-list-02.white-bg {
    margin-top: 40px;
    padding: 20px;
  }

  .feature-title-03.heading-02.black-text {
    font-size: 34px;
    line-height: 44px;
  }

  .feature-tick-text.body-01-medium {
    font-size: 16px;
    line-height: 26px;
  }

  .feature-03.black-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feature-menu-title.sub-heading-01 {
    font-size: 26px;
    line-height: 36px;
  }

  .feature-menu-text.body-01 {
    font-size: 16px;
    line-height: 26px;
  }

  .feature-img-wrap-03 {
    height: 280px;
  }

  .feature-04 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature-list-04, .feature-list-04.f07 {
    grid-template-columns: 1fr;
  }

  .feature-item-04.white-bg.f7 {
    padding: 30px;
  }

  .feature-05 {
    padding-bottom: 80px;
  }

  .feature-list-05 {
    margin-top: 40px;
  }

  .feature-item-05 {
    padding-bottom: 40px;
  }

  .feature-item-05.home3.white-bg {
    padding: 30px;
  }

  .feature-item-05.home3.white-bg.middle {
    padding-left: 30px;
  }

  .feature-item-left.home3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-item-left-title.heading-01.black-text {
    font-size: 32px;
    line-height: 42px;
  }

  .feature-item-left-title.heading-02.black-text {
    font-size: 30px;
    line-height: 40px;
  }

  .feature-06, .success-story {
    padding-bottom: 80px;
  }

  .success-item-head._01, .success-item-head._02 {
    height: 200px;
  }

  .hero-content-right-03 {
    height: 290px;
  }

  .rating-title.black-text {
    font-size: 28px;
    line-height: 36px;
  }

  .feature-07 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature-list-07 {
    margin-top: 40px;
  }

  .feature-item-07.white-bg {
    padding: 30px;
  }

  .arrow-2 {
    display: none;
  }

  .testimonial-text.black-text {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
  }

  .testimonial-text.home3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-2 {
    padding-bottom: 80px;
  }

  .testimonial-2.home3 {
    padding-top: 80px;
  }

  .testimonial-2.home3.pr3 {
    padding-bottom: 80px;
  }

  .quote-mark {
    width: 200px;
    height: 64px;
  }

  .testimonial-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .testimonial-wrap.home3.buue-bg {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 30px;
  }

  .testimonial-slider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-08 {
    padding-bottom: 80px;
  }

  .feature-item-08.white-bg {
    flex-direction: column;
    align-items: flex-start;
  }

  .subscribe-form {
    margin-bottom: 0;
  }

  .form-subscribe {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .hero-banner-02 {
    margin-top: 60px;
  }

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

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

  .partner-left-text.black-text {
    font-size: 20px;
    line-height: 28px;
  }

  .arrow-3 {
    display: none;
  }

  .table-body {
    width: 250px;
  }

  .table-wrap-p1 {
    padding-left: 20px;
  }

  .table-wrap-p1.price2.pr2 {
    padding-left: 0;
  }

  .table-wrap-p1.p1 {
    margin-top: 40px;
    padding-left: 0;
  }

  .table-head-p22, .table-head-p2 {
    width: 250px;
  }

  .pricing-content-01, .table-wrap-p1-hide, .table-wrap-p1-price3, .table-wrap-pr3 {
    padding-left: 20px;
  }

  .table-wrap-pr33 {
    padding-left: 0;
  }

  .butons-wrap {
    flex-direction: column;
  }

  .showcase-gellary {
    bottom: -110px;
  }

  .gallary-item {
    max-width: 280px;
    height: 200px;
  }

  .showcase-list {
    margin-top: 40px;
  }

  .showcase-item-title.sub-heading-03.black-text {
    font-size: 22px;
    line-height: 32px;
  }

  .showcase-thumb-wrap {
    height: 340px;
  }

  .showcase {
    padding-bottom: 80px;
  }

  .showcase._01 {
    padding-top: 180px;
  }

  .container-custom {
    margin-left: 20px;
    margin-right: 20px;
  }

  .showcase-item {
    padding: 22px;
  }

  .showcase-item._01 {
    padding: 20px;
  }

  .shocase-heead {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .showcasee-title {
    font-size: 36px;
    line-height: 46px;
  }

  .vacanc-head {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .plan-list {
    margin-top: 40px;
  }

  .plan-money-body---item.off-white-bg {
    margin-bottom: 16px;
  }

  .plan-item.border-bottom---plan {
    border-style: solid;
    grid-template-columns: 1fr;
  }

  .plan-body---item {
    margin-bottom: 20px;
  }

  .plan-items.border-bottom---plan {
    border-style: solid;
    grid-template-columns: 1fr;
  }

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

#w-node-_8ad71c7c-755f-d328-93cb-2088466d5ac0-b0bc6446, #w-node-_85158308-78bf-33ed-fae4-258cdaedb7bd-b0bc6446, #w-node-_965370c7-406b-881b-ada1-5a9b6acab184-b0bc6446, #w-node-_6313fa5e-119d-9765-781f-3b28c33ef0e2-b0bc6446, #w-node-d10c663d-0c45-f9c4-5617-51420681b5e4-b0bc6446, #w-node-_25c70326-838f-eeb5-18f7-8d9a5eaa3667-b0bc6446, #w-node-_8f8acd46-4ac5-e480-8c9e-1bb9f4258f74-b0bc6446, #w-node-_8f8acd46-4ac5-e480-8c9e-1bb9f4258f7b-b0bc6446, #w-node-_8f8acd46-4ac5-e480-8c9e-1bb9f4258f82-b0bc6446, #w-node-ac758f72-fd2f-a3fb-1255-55503b1350eb-b0bc6446, #w-node-_179dfd62-83ed-0825-4424-031e974082c1-b0bc6446, #w-node-_179dfd62-83ed-0825-4424-031e974082c8-b0bc6446, #w-node-_179dfd62-83ed-0825-4424-031e974082cf-b0bc6446, #w-node-_3fb5dfd7-03e2-685d-c8eb-7efa5ba6eaa8-b0bc6446, #w-node-a10392d8-fc57-61d4-147e-f8b3ceb41f84-b0bc6446, #w-node-_62c012de-8df8-b56b-37c6-4c6eb60402a0-b0bc6446, #w-node-d84b9633-783c-43ea-3134-bdd1648c2953-b0bc6446, #w-node-d84b9633-783c-43ea-3134-bdd1648c295a-b0bc6446, #w-node-d84b9633-783c-43ea-3134-bdd1648c2961-b0bc6446, #w-node-d84b9633-783c-43ea-3134-bdd1648c2968-b0bc6446, #w-node-d84b9633-783c-43ea-3134-bdd1648c2976-b0bc6446, #w-node-_1f0ac1b1-85e7-eec1-5102-3c0c2114e471-b0bc6446 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_188f1b30-0d6b-d98b-1e3a-e5afcb98a931-cb98a92f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-_188f1b30-0d6b-d98b-1e3a-e5afcb98a933-cb98a92f, #w-node-_20a5129b-3ae4-d01a-7ec3-a4c2e144fc6a-cb98a92f, #w-node-_188f1b30-0d6b-d98b-1e3a-e5afcb98a9a9-cb98a92f {
  align-self: center;
  justify-self: center;
}

#w-node-fb68f950-806f-cbc2-1f95-192eef07ce50-b0bc6451 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-be734182-42b0-a070-98d3-bfe0a08fd5d3-b0bc6451, #w-node-_825107d4-9a82-08a9-7987-757ac30d4cad-b0bc6455 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8632cc5d-a546-d0b2-137d-1e81afc50442-b0bc6455, #w-node-_8632cc5d-a546-d0b2-137d-1e81afc50448-b0bc6455, #w-node-c0ec9ce3-bad2-c8d8-6f04-08381af8cefc-b0bc6456, #w-node-_015159c5-24ac-3c4b-802c-5f3c22a84b8d-b0bc6456, #w-node-_10eeacdf-0899-5e7e-d6b8-096a02ab6302-b0bc6456, #w-node-_015159c5-24ac-3c4b-802c-5f3c22a84b91-b0bc6456, #w-node-_13125949-86ff-7cc8-65e2-b74eb4b04b92-b0bc6457, #w-node-_5a344ca1-ffd8-14d0-a6d6-d4d768eb332b-b0bc6457, #w-node-_13125949-86ff-7cc8-65e2-b74eb4b04ba1-b0bc6457, #w-node-_13125949-86ff-7cc8-65e2-b74eb4b04ba6-b0bc6457, #w-node-_13125949-86ff-7cc8-65e2-b74eb4b04baa-b0bc6457 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1eb1a450-3215-3c01-e615-cbe05f532020-b0bc645a {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_1eb1a450-3215-3c01-e615-cbe05f532035-b0bc645a, #w-node-b4f69b91-b4e5-89eb-1d20-1703cb66bf54-b0bc645c, #w-node-c79a116b-8abf-ea6f-35eb-dc65f0ea68c4-b0bc645e, #w-node-e5d45008-d7d9-7265-92bd-0b4542d55b15-b0bc6460, #w-node-e5d45008-d7d9-7265-92bd-0b4542d55b3f-b0bc6460, #w-node-e5d45008-d7d9-7265-92bd-0b4542d55b69-b0bc6460, #w-node-a961a3b9-eb08-cf2a-122c-62a5cdc54070-b0bc6460, #w-node-a961a3b9-eb08-cf2a-122c-62a5cdc5409a-b0bc6460, #w-node-a961a3b9-eb08-cf2a-122c-62a5cdc540c4-b0bc6460, #w-node-_1b1826f6-ea7c-25e1-6346-816e63a6dfd1-b0bc6464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4dee18e-151a-ec5c-5654-11831bf7e04e-b0bc6466 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-a8bb81cb-8e6e-b92e-f0d4-67e38946a1a0-8946a19c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a8bb81cb-8e6e-b92e-f0d4-67e38946a1b1-8946a19c, #w-node-_8cfabcd8-f0ea-22a8-da5a-219e237c4b69-8946a19c, #w-node-a8bb81cb-8e6e-b92e-f0d4-67e38946a1d6-8946a19c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_188f1b30-0d6b-d98b-1e3a-e5afcb98a9a9-cb98a92f {
    justify-self: end;
  }

  #w-node-_188f1b30-0d6b-d98b-1e3a-e5afcb98a9b4-cb98a92f {
    align-self: center;
    justify-self: center;
  }

  #w-node-_93d834d5-b990-7669-c78c-d0ee129205f3-b0bc645f, #w-node-ec4c8a72-45b5-01cb-7350-54c3c78c5bf7-b0bc645f, #w-node-bfe3fdd2-3d91-adb2-c327-78a223dacbea-b0bc645f, #w-node-_6ee7cf71-44be-b962-e259-aa2e014bd249-b0bc645f, #w-node-ff05481f-aa41-cfa3-21b1-d68929e821a4-b0bc645f, #w-node-_9334e5fa-4363-cdf1-e312-d9335301000a-b0bc645f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e5d45008-d7d9-7265-92bd-0b4542d55b5d-b0bc6460, #w-node-a961a3b9-eb08-cf2a-122c-62a5cdc540b8-b0bc6460 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a3ccdc49-d33f-aefa-a50d-f3f2c5db10f4-b0bc6460, #w-node-_504fabac-3d5b-d236-3235-d60170285366-b0bc6460, #w-node-f41bfbfc-3f05-6e00-bad9-b50ba099d507-b0bc6460, #w-node-_41b994bd-7a34-db6a-5bff-0739f9937132-b0bc6460, #w-node-ef8be3e3-fc77-42e5-2296-329337652a04-b0bc6460, #w-node-_824a7fae-1aaf-6974-bc94-c36552fe281c-b0bc6460, #w-node-_73818167-0c35-0306-d5b2-944fbed0964c-b0bc6460, #w-node-_43c71d75-4e06-8382-a8c1-1b52aa2b4d17-b0bc6461, #w-node-_43c71d75-4e06-8382-a8c1-1b52aa2b4d2a-b0bc6461, #w-node-_43c71d75-4e06-8382-a8c1-1b52aa2b4d3a-b0bc6461, #w-node-_43c71d75-4e06-8382-a8c1-1b52aa2b4d4a-b0bc6461, #w-node-_43c71d75-4e06-8382-a8c1-1b52aa2b4d5a-b0bc6461, #w-node-_40454741-27c5-7474-e939-3edb25a6a2cd-b0bc6461, #w-node-_40454741-27c5-7474-e939-3edb25a6a2e0-b0bc6461, #w-node-_40454741-27c5-7474-e939-3edb25a6a2f0-b0bc6461, #w-node-_40454741-27c5-7474-e939-3edb25a6a300-b0bc6461, #w-node-_40454741-27c5-7474-e939-3edb25a6a310-b0bc6461 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_34a06f64-0111-b42a-108b-4918f11794c9-b0bc64a3, #w-node-_34a06f64-0111-b42a-108b-4918f11794de-b0bc64a3, #w-node-_34a06f64-0111-b42a-108b-4918f11794f4-b0bc64a3, #w-node-_34a06f64-0111-b42a-108b-4918f1179509-b0bc64a3, #w-node-_34a06f64-0111-b42a-108b-4918f117951f-b0bc64a3, #w-node-_34a06f64-0111-b42a-108b-4918f1179534-b0bc64a3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a8bb81cb-8e6e-b92e-f0d4-67e38946a1a0-8946a19c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8632cc5d-a546-d0b2-137d-1e81afc50442-b0bc6455, #w-node-_8632cc5d-a546-d0b2-137d-1e81afc50448-b0bc6455 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_015159c5-24ac-3c4b-802c-5f3c22a84b8d-b0bc6456, #w-node-_015159c5-24ac-3c4b-802c-5f3c22a84b91-b0bc6456, #w-node-_13125949-86ff-7cc8-65e2-b74eb4b04ba1-b0bc6457, #w-node-_13125949-86ff-7cc8-65e2-b74eb4b04baa-b0bc6457 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c79a116b-8abf-ea6f-35eb-dc65f0ea68c4-b0bc645e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93d834d5-b990-7669-c78c-d0ee129205f3-b0bc645f, #w-node-ec4c8a72-45b5-01cb-7350-54c3c78c5bf7-b0bc645f, #w-node-bfe3fdd2-3d91-adb2-c327-78a223dacbea-b0bc645f, #w-node-_6ee7cf71-44be-b962-e259-aa2e014bd249-b0bc645f, #w-node-ff05481f-aa41-cfa3-21b1-d68929e821a4-b0bc645f, #w-node-_9334e5fa-4363-cdf1-e312-d9335301000a-b0bc645f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e5d45008-d7d9-7265-92bd-0b4542d55b5d-b0bc6460, #w-node-a961a3b9-eb08-cf2a-122c-62a5cdc540b8-b0bc6460 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3ccdc49-d33f-aefa-a50d-f3f2c5db10f4-b0bc6460, #w-node-_504fabac-3d5b-d236-3235-d60170285366-b0bc6460, #w-node-f41bfbfc-3f05-6e00-bad9-b50ba099d507-b0bc6460, #w-node-_41b994bd-7a34-db6a-5bff-0739f9937132-b0bc6460, #w-node-ef8be3e3-fc77-42e5-2296-329337652a04-b0bc6460, #w-node-_824a7fae-1aaf-6974-bc94-c36552fe281c-b0bc6460, #w-node-_73818167-0c35-0306-d5b2-944fbed0964c-b0bc6460, #w-node-_43c71d75-4e06-8382-a8c1-1b52aa2b4d17-b0bc6461, #w-node-_43c71d75-4e06-8382-a8c1-1b52aa2b4d2a-b0bc6461, #w-node-_43c71d75-4e06-8382-a8c1-1b52aa2b4d3a-b0bc6461, #w-node-_43c71d75-4e06-8382-a8c1-1b52aa2b4d4a-b0bc6461, #w-node-_43c71d75-4e06-8382-a8c1-1b52aa2b4d5a-b0bc6461, #w-node-_40454741-27c5-7474-e939-3edb25a6a2cd-b0bc6461, #w-node-_40454741-27c5-7474-e939-3edb25a6a2e0-b0bc6461, #w-node-_40454741-27c5-7474-e939-3edb25a6a2f0-b0bc6461, #w-node-_40454741-27c5-7474-e939-3edb25a6a300-b0bc6461, #w-node-_40454741-27c5-7474-e939-3edb25a6a310-b0bc6461 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1b1826f6-ea7c-25e1-6346-816e63a6dfd1-b0bc6464 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b4dee18e-151a-ec5c-5654-11831bf7e04e-b0bc6466 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_34a06f64-0111-b42a-108b-4918f11794c9-b0bc64a3, #w-node-_34a06f64-0111-b42a-108b-4918f11794de-b0bc64a3, #w-node-_34a06f64-0111-b42a-108b-4918f11794f4-b0bc64a3, #w-node-_34a06f64-0111-b42a-108b-4918f1179509-b0bc64a3, #w-node-_34a06f64-0111-b42a-108b-4918f117951f-b0bc64a3, #w-node-_34a06f64-0111-b42a-108b-4918f1179534-b0bc64a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a8bb81cb-8e6e-b92e-f0d4-67e38946a1a0-8946a19c, #w-node-a8bb81cb-8e6e-b92e-f0d4-67e38946a1d6-8946a19c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_015159c5-24ac-3c4b-802c-5f3c22a84b7f-b0bc6456, #w-node-_296894ab-b2f2-f736-e8ff-f6a7592854df-b0bc6456, #w-node-_13125949-86ff-7cc8-65e2-b74eb4b04b92-b0bc6457, #w-node-_5a344ca1-ffd8-14d0-a6d6-d4d768eb332b-b0bc6457 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_93d834d5-b990-7669-c78c-d0ee129205f3-b0bc645f, #w-node-ec4c8a72-45b5-01cb-7350-54c3c78c5bf7-b0bc645f, #w-node-bfe3fdd2-3d91-adb2-c327-78a223dacbea-b0bc645f, #w-node-_6ee7cf71-44be-b962-e259-aa2e014bd249-b0bc645f, #w-node-ff05481f-aa41-cfa3-21b1-d68929e821a4-b0bc645f, #w-node-_9334e5fa-4363-cdf1-e312-d9335301000a-b0bc645f, #w-node-a3ccdc49-d33f-aefa-a50d-f3f2c5db10f4-b0bc6460, #w-node-_504fabac-3d5b-d236-3235-d60170285366-b0bc6460, #w-node-f41bfbfc-3f05-6e00-bad9-b50ba099d507-b0bc6460, #w-node-_41b994bd-7a34-db6a-5bff-0739f9937132-b0bc6460, #w-node-ef8be3e3-fc77-42e5-2296-329337652a04-b0bc6460, #w-node-_824a7fae-1aaf-6974-bc94-c36552fe281c-b0bc6460, #w-node-_73818167-0c35-0306-d5b2-944fbed0964c-b0bc6460, #w-node-_43c71d75-4e06-8382-a8c1-1b52aa2b4d17-b0bc6461, #w-node-_43c71d75-4e06-8382-a8c1-1b52aa2b4d2a-b0bc6461, #w-node-_43c71d75-4e06-8382-a8c1-1b52aa2b4d3a-b0bc6461, #w-node-_43c71d75-4e06-8382-a8c1-1b52aa2b4d4a-b0bc6461, #w-node-_43c71d75-4e06-8382-a8c1-1b52aa2b4d5a-b0bc6461, #w-node-_40454741-27c5-7474-e939-3edb25a6a2cd-b0bc6461, #w-node-_40454741-27c5-7474-e939-3edb25a6a2e0-b0bc6461, #w-node-_40454741-27c5-7474-e939-3edb25a6a2f0-b0bc6461, #w-node-_40454741-27c5-7474-e939-3edb25a6a300-b0bc6461, #w-node-_40454741-27c5-7474-e939-3edb25a6a310-b0bc6461, #w-node-_1b1826f6-ea7c-25e1-6346-816e63a6dfca-b0bc6464, #w-node-_34a06f64-0111-b42a-108b-4918f11794c9-b0bc64a3, #w-node-_34a06f64-0111-b42a-108b-4918f11794de-b0bc64a3, #w-node-_34a06f64-0111-b42a-108b-4918f11794f4-b0bc64a3, #w-node-_34a06f64-0111-b42a-108b-4918f1179509-b0bc64a3, #w-node-_34a06f64-0111-b42a-108b-4918f117951f-b0bc64a3, #w-node-_34a06f64-0111-b42a-108b-4918f1179534-b0bc64a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska Variable';
  src: url('../fonts/Boska-Variable.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.ttf') format('truetype'), url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}