:root {
  --natural-color-800: #033b62;
  --natural-color-100: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--natural-color-800);
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 98px;
  font-weight: 600;
  line-height: 104px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 78px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

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

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.navbar {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.container {
  z-index: 1;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

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

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

.split-contant.checkout-left {
  z-index: 1;
  flex-grow: 1;
  margin-right: 40px;
}

.split-contant.checkout-right {
  flex-grow: 1;
  flex-shrink: 0;
  top: 130px;
}

.nav-menu-links-wrap {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  align-items: center;
  display: flex;
}

.single-nav-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--natural-color-100);
  letter-spacing: -.36px;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.single-nav-link:hover, .single-nav-link.w--current {
  color: #90ee90;
}

.primary-button {
  z-index: 1;
  background-color: var(--natural-color-800);
  color: var(--natural-color-100);
  letter-spacing: -.36px;
  border-radius: 12px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.primary-button.mg-bottom-0px {
  margin-bottom: 0;
}

.primary-button.courses-single {
  text-align: center;
  width: 100%;
}

.primary-button.mobile {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/Down-Now-CTA.png');
  background-position: 50%;
  background-attachment: scroll;
  width: 207px;
  height: 54px;
}

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

.section.banner {
  background-color: #0ec2ff;
  background-image: url('../images/Hero-BG.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section.home-about-us {
  padding-bottom: 110px;
}

.section.services {
  background-image: url('../images/How-Keydo-Works-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 130px;
  position: relative;
}

.section.courses {
  background-image: url('../images/courses-section-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
  display: none;
}

.section.counter-up {
  background-image: url('../images/counter-section-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: relative;
}

.section.gallery {
  padding-bottom: 90px;
  display: none;
}

.section.event {
  background-image: url('../images/event-section-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 280px;
  display: none;
}

.section.team-member {
  background-color: #00bfff;
  background-image: url('../images/team-member-section-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 1px;
  display: none;
  position: relative;
}

.section.testimonials {
  background-color: #d9f5ff;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 90px;
  position: relative;
}

.section.faq {
  background-color: #d9f5ff;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 100px;
}

.section.faq.apply {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 130px;
}

.section.blog {
  background-color: #d9f5ff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section.cta {
  padding-top: 70px;
  padding-bottom: 350px;
  position: relative;
}

.section.footer {
  background-image: url('../images/footer-bgn.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.inner-banner {
  background-image: url('../images/inner-banner-section-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  padding-top: 105px;
  padding-bottom: 105px;
}

.section.our-story {
  padding-top: 115px;
  padding-bottom: 120px;
}

.section.why-like-us {
  background-image: url('../images/why-like-us-section-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 280px;
  padding-bottom: 381px;
  position: relative;
}

.section.skills {
  margin-top: -250px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.community {
  margin-top: 362px;
}

.section.blogs {
  padding-top: 0;
}

.section.blogs-categories {
  padding-top: 115px;
}

.section.blog-single {
  padding-top: 115px;
  padding-bottom: 74px;
}

.section.teachers {
  padding-top: 115px;
}

.section.team-members {
  padding-top: 0;
}

.section.team-members-single, .section.events {
  padding-top: 115px;
}

.section.service {
  padding-top: 115px;
  padding-bottom: 130px;
}

.section.services-single, .section.events-single, .section.contact-us, .section.pricing {
  padding-top: 115px;
}

.section.how-to-apply, .section.your-application {
  padding-top: 115px;
  padding-bottom: 0;
}

.section.not-found, .section.changelog {
  padding-top: 115px;
}

.section.password {
  margin-bottom: 0;
  padding-top: 115px;
}

.section.license, .section.style-guide, .section.course {
  padding-top: 115px;
}

.section.checkout {
  z-index: 1;
  background-color: var(--natural-color-100);
  min-height: auto;
  padding-top: 115px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section.courses-single, .section.products, .section.products-single {
  padding-top: 115px;
}

.dropdown-icon {
  font-family: "Fa Solid 900", sans-serif;
}

.pages-dropdown-flex {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.nav-link-title {
  color: var(--natural-color-100);
  letter-spacing: -.52px;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.pages-dropdown-list {
  border: 2px dashed pink;
  border-radius: 20px;
  padding: 60px;
}

.page-dropdown-list-flex-wrap {
  grid-column-gap: 80px;
  justify-content: space-between;
  display: flex;
}

.pages-dropdown-link-wrap {
  background-color: var(--natural-color-800);
  border-radius: 30px;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 4px 224px #0000000d;
}

.dropdown-single-nav-link {
  color: #fffc;
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  transition: all .3s;
}

.dropdown-single-nav-link:hover {
  color: #90ee90;
  transform: translate(6px);
}

.dropdown-single-nav-link.w--current {
  color: #90ee90;
}

.dropdown-single-nav-link.more-template {
  color: #90ee90;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
}

.dropdown-single-nav-link.flex {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.pages-dropdown-wrapper {
  background-color: #0000;
  width: 852px;
  padding-top: 20px;
}

.pages-dropdown-wrapper.w--open {
  left: -425px;
}

.dropdown-list-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-link-cms-wrap {
  grid-column-gap: 3px;
  color: #90ee90;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
}

.banner-left-wrap {
  padding-top: 88px;
  position: relative;
}

.banner-contant {
  z-index: 4;
  position: relative;
}

.banner-contant.below-logo {
  display: none;
}

.banner-title {
  color: var(--natural-color-100);
  margin-bottom: 17px;
  font-size: 70px;
  line-height: 84px;
}

.banner-details {
  color: var(--natural-color-100);
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: 400;
}

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

.banner-image-1 {
  z-index: 1;
  margin-left: 60px;
  position: relative;
}

.banner-image-2 {
  z-index: 2;
  position: relative;
}

.banner-image-3 {
  z-index: 0;
  margin-left: -390px;
  margin-right: -340px;
  position: relative;
}

.banner-cloud-wrap {
  z-index: 3;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.banner-cloud {
  object-fit: cover;
  width: 100%;
  height: 135px;
}

.home-about-us-grid {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.home-about-us-left-wrap {
  flex-direction: column;
  position: relative;
}

.home-about-us-image-wrap {
  flex-direction: column;
  display: flex;
}

.home-about-us-single-image-card {
  background-color: var(--natural-color-100);
  border-radius: 30px;
  padding: 10px;
}

.home-about-us-single-image-card._01 {
  border: 10px solid pink;
  align-self: flex-end;
}

.home-about-us-single-image-card._02 {
  background-color: var(--natural-color-100);
  border: 10px solid #90ee90;
  align-self: flex-start;
  margin-top: -100px;
}

.home-about-us-single-img-wrap {
  background-color: var(--natural-color-100);
  border-radius: 20px;
}

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

.home-about-us-shape-1 {
  position: absolute;
  inset: 30% 0 auto auto;
}

.home-about-us-shape-2 {
  width: 100px;
  position: absolute;
  inset: auto auto -20px 50px;
}

.section-title.mg-bottom-16px {
  margin-bottom: 16px;
}

.section-title.natural-color-100 {
  color: var(--natural-color-100);
}

.section-title.natural-color-100.mg-bottom-26px {
  text-align: center;
  margin-bottom: 26px;
  font-size: 62px;
  line-height: 70px;
}

.section-title.mg-bottom-0px {
  margin-bottom: 0;
}

.section-details {
  color: #033b62cc;
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-size: 18px;
}

.section-details.natural-color-100 {
  color: #fffc;
}

.section-details.mg-bottom-30px {
  margin-bottom: 30px;
}

.section-details.mg-bottom-40px {
  margin-bottom: 40px;
}

.section-details.how-keydo-description {
  font-size: 30px;
  line-height: 1.4em;
}

.about-us-details-wrap {
  margin-bottom: 32px;
}

.home-about-us-features-wrap {
  max-width: 632px;
}

.home-about-us-features-grid {
  grid-column-gap: 72px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

.home-about-us-single-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.home-about-us-features-title {
  letter-spacing: -.48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.services-details-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.services-collection-wrapper {
  position: relative;
}

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

.services-single-card {
  background-color: var(--natural-color-100);
  border: 3px solid #000;
  border-radius: 35px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.services-single-card.home {
  border-style: none;
}

.services-card-title {
  color: var(--natural-color-800);
  text-align: center;
  letter-spacing: -.52px;
  min-height: 72px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.services-card-details {
  color: #033b62cc;
  text-align: center;
  letter-spacing: -.36px;
  margin-bottom: 46px;
  font-size: 18px;
  font-weight: 400;
}

.read-more-button {
  color: #033b62;
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.services-cloud-img {
  position: absolute;
  inset: auto 0% 0% auto;
}

.services-card-title-link {
  text-align: left;
  width: 100%;
  margin-bottom: 12px;
  text-decoration: none;
}

.services-shape-1 {
  display: none;
  position: absolute;
  inset: -57px auto auto 50px;
}

.services-shape-2 {
  display: none;
  position: absolute;
  inset: -220px 0% auto auto;
}

.features-details-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.features-contant-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.features-grid {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1.42fr 1fr 1.42fr;
}

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

.features-left-grid.features-right {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

.single-features-contant-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.single-features-contant-flex._01 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.single-features-contant.right-align {
  text-align: right;
}

.features-single-title {
  color: var(--natural-color-800);
  letter-spacing: -.52px;
  max-width: 228px;
  margin-bottom: 12px;
  margin-left: auto;
  font-size: 26px;
}

.features-single-title.features-right-column {
  margin-left: 0;
}

.features-single-details {
  color: #033b62cc;
  max-width: 308px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.features-single-image-wrapper {
  background-image: url('../images/features-circle-dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 116px;
  padding: 0;
  display: flex;
}

.features-single-image-wrapper._02 {
  background-image: url('../images/features-circle-dot-2.svg');
}

.features-single-image-wrapper._03 {
  background-image: url('../images/features-circle-dot-3.svg');
}

.features-single-image-wrapper._04 {
  background-image: url('../images/features-circle-dot-4.svg');
}

.features-single-image-wrap {
  background-color: pink;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.features-single-image-wrap._02 {
  background-color: #81dfff;
}

.features-single-image-wrap._03 {
  background-color: #90ee90;
}

.features-single-image-wrap._04 {
  background-color: #ffa07a;
}

.features-middle-wrap {
  background-image: url('../images/keydo-helps.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  position: relative;
}

.features-image-wrapper {
  background-color: var(--natural-color-100);
  border: 10px solid pink;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.features-image-wrap {
  background-color: var(--natural-color-100);
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

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

.features-cloud-img {
  position: absolute;
  inset: 50px -20px auto auto;
}

.courses-details-wrapper {
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
}

.counter-up-wrapper {
  max-width: 1157px;
  margin-left: auto;
  margin-right: auto;
}

.counter-up-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr 1.1fr 1fr;
}

.single-counter-wrapper {
  text-align: center;
}

.single-counter-wrapper._02 {
  border-left: 2px solid #ffffff1a;
  border-right: 2px solid #ffffff1a;
}

.single-counter-wrapper._03 {
  border-right: 2px solid #ffffff1a;
}

.counter-icon-wrapper {
  border: 2px dashed pink;
  border-radius: 20px;
  width: 106px;
  height: 106px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px;
}

.counter-icon-wrapper._02 {
  border-color: #81dfff;
}

.counter-icon-wrapper._03 {
  border-color: #ffa07a;
}

.counter-icon-wrapper._04 {
  border-color: #90ee90;
}

.counter-icon-wrap {
  background-color: pink;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.counter-icon-wrap._02 {
  background-color: #81dfff;
}

.counter-icon-wrap._03 {
  background-color: #ffa07a;
}

.counter-icon-wrap._04 {
  background-color: #90ee90;
}

.counter-contant-wrap {
  justify-content: center;
  height: 80px;
  display: flex;
  overflow: hidden;
}

.single-counter-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
}

.single-counter-wrap._02 {
  justify-content: flex-end;
}

.number-digit {
  color: var(--natural-color-100);
  font-size: 70px;
  line-height: 80px;
}

.counter-info {
  color: var(--natural-color-100);
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.counter-up-shape-1 {
  position: absolute;
  inset: 100px auto auto 0;
}

.counter-up-shape-2 {
  position: absolute;
  inset: auto 0 100px auto;
}

.gallery-details-wrapper {
  max-width: 532px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-contant-wrapper {
  position: relative;
}

.gallery-contant-flex-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.single-gallery-contant {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.single-gallery-contant.top {
  align-self: flex-start;
}

.single-gallery-contant.right {
  align-items: flex-end;
}

.single-gallery-contant.bottom {
  align-self: flex-end;
}

.gallery-image-wrapper {
  border: 2px dashed #00bfff;
  border-radius: 30px;
  padding: 13px;
}

.gallery-image-wrapper._03 {
  background-color: var(--natural-color-100);
  border: 10px solid #90ee90;
  padding: 10px;
}

.gallery-image-wrapper._04 {
  border-color: pink;
}

.gallery-image-wrapper._09 {
  border-color: gold;
}

.gallery-image-wrapper._10 {
  background-color: var(--natural-color-100);
  border: 10px solid #ffa07a;
  padding: 10px;
}

.gallery-shape-1 {
  position: absolute;
  inset: 112px auto auto 10px;
}

.gallery-shape-2 {
  position: absolute;
  inset: auto auto 25px 165px;
}

.gallery-shape-3 {
  position: absolute;
  inset: auto 320px 10px auto;
}

.event-details-wrapper {
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
}

.events-collection-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.events-single-contant-wrapper.home {
  background-color: var(--natural-color-100);
  border-radius: 30px;
  padding: 10px;
}

.events-collection-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.97fr;
}

.events-collection-grid._01 {
  grid-template-columns: 1fr 2.01fr;
}

.events-collection-grid._02 {
  grid-template-columns: 2.01fr 1fr;
}

.events-single-card {
  background-color: var(--natural-color-100);
  border: 3px solid #000;
  border-radius: 34px;
  padding: 30px 60px 100px 40px;
  position: relative;
}

.events-single-card._01.border-color {
  padding-bottom: 100px;
}

.events-single-card._01.home {
  border-width: 0;
  padding-bottom: 154px;
}

.events-card-title {
  color: var(--natural-color-800);
  letter-spacing: -.52px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.events-card-details {
  color: #033b62cc;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.events-card-details.mg-bottom-24px {
  letter-spacing: -.36px;
  margin-bottom: 24px;
}

.events-cloud-img {
  position: absolute;
  inset: auto auto 0% 0%;
}

.events-shape-1 {
  position: absolute;
  inset: auto 65px 0% auto;
}

.events-shape-1.card-02 {
  inset: auto auto 10px 50px;
}

.events-shape-1.card-03 {
  inset: 50px auto auto 50px;
}

.events-shape-2 {
  position: absolute;
  inset: 30px 30px auto auto;
}

.events-shape-2.card-02 {
  top: 10px;
  right: 10px;
}

.events-shape-2.card-03 {
  inset: auto 40px 10px auto;
}

.events-title-link {
  border-radius: 4px;
  margin-bottom: 20px;
  text-decoration: none;
}

.events-title-link.subtitle {
  padding-left: 12px;
  padding-right: 12px;
}

.events-single-contant-wrap {
  background-color: var(--natural-color-100);
  text-align: center;
  border: 2px dashed #000;
  border-radius: 20px;
  padding: 63px 130px;
  position: relative;
}

.events-single-contant-wrap.home {
  padding-top: 78px;
  padding-bottom: 78px;
}

.single-team-members-card {
  background-color: var(--natural-color-100);
  border: 10px solid #000;
  border-radius: 30px;
}

.team-members-image-link {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  overflow: hidden;
}

.team-members-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.team-members-card-contant {
  padding-top: 12px;
  padding-bottom: 30px;
}

.team-members-divider {
  border: 2px dashed #000;
  margin-bottom: 20px;
}

.team-members-name-wrap {
  text-align: center;
}

.team-members-name {
  color: var(--natural-color-800);
  letter-spacing: -.52px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.team-members-name-link {
  margin-bottom: 8px;
  text-decoration: none;
}

.team-members-designation {
  color: #033b62cc;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.team-members-slider-wrapper {
  margin-bottom: -363px;
  padding-bottom: 84px;
  overflow: hidden;
}

.team-member-slider {
  background-color: #0000;
  height: 100%;
}

.member-slider-mask {
  max-width: 300px;
  overflow: visible;
}

.team-member-slide {
  margin-right: 40px;
}

.team-member-details-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.team-member-left-arrow, .team-member-right-arrow {
  display: none;
}

.team-member-slide-nav {
  height: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  inset: auto auto -85px 50%;
  transform: translate(-50%);
}

.team-member-shape-1 {
  position: absolute;
  inset: 130px auto auto 0%;
}

.team-member-shape-2 {
  position: absolute;
  inset: auto 0% 60px auto;
}

.section-title-wrapper {
  text-align: center;
  margin-bottom: 55px;
  position: relative;
}

.testimonials-details-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-details {
  color: #033b62cc;
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-size: 18px;
}

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

.testimonials-slider-mask {
  overflow: hidden;
}

.testimonials-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.03fr;
  padding-top: 45px;
}

.testimonials-image-wrapper {
  background-image: url('../images/testimonials-image-border.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 59px;
  padding: 0;
  overflow: hidden;
}

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

.testimonials-contant-card {
  background-color: #fff;
  border-radius: 59px;
  padding: 80px 60px;
  display: flex;
  position: relative;
}

.testimonials-quote-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 441px;
  display: flex;
}

.testimonials-quote-number-wrap {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  opacity: 0;
  align-items: center;
  display: flex;
}

.testimonials-quote-number {
  color: #033b624d;
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 400;
}

.testimonials-quote-number._01 {
  color: var(--natural-color-800);
}

.quote-details-wrapper {
  margin-bottom: 0;
}

.quote-details {
  color: #033b62;
  text-align: center;
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5em;
}

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

.testimonials-name {
  letter-spacing: -.52px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.testimonials-designation {
  color: #033b62cc;
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 400;
}

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

.testimonials-left-arrow {
  color: var(--natural-color-800);
  background-color: #0000;
  border: 2.5px solid #81dfff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset: 40px 120px auto auto;
}

.testimonials-right-arrow {
  color: var(--natural-color-800);
  background-color: #0000;
  border: 2.5px solid #81dfff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset: 40px 40px auto auto;
}

.testimonials-arrow {
  font-family: "Fa Solid 900", sans-serif;
}

.testimonials-shape-1 {
  z-index: 1;
  width: 172px;
  position: absolute;
  inset: -20px auto auto -60px;
}

.testimonials-shape-2 {
  z-index: 1;
  position: absolute;
  inset: auto -70px 0 auto;
}

.faq-deails-wrapper {
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
}

.faq-singel-wrapper {
  background-color: var(--natural-color-100);
  border: 2px solid #81dfff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

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

.faq-header {
  z-index: 1;
  cursor: pointer;
  border-bottom: 2px dashed #00bfff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
  position: relative;
}

.faq-question {
  color: var(--natural-color-800);
  letter-spacing: -.52px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.faq-arrow-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-minus {
  background-color: var(--natural-color-800);
  border-radius: 50px;
  width: 24px;
  height: 3px;
}

.faq-plus {
  background-color: var(--natural-color-800);
  border-radius: 50px;
  width: 24px;
  height: 3px;
  position: absolute;
  transform: rotate(90deg);
}

.faq-answer-container {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.faq-answer {
  color: #033b62cc;
  letter-spacing: -.36px;
  max-width: 1066px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
}

.faq-contant-wrapper {
  position: relative;
}

.faq-contant-wrapper.apply {
  position: static;
}

.faq-shape-1 {
  position: absolute;
  inset: 0% auto auto 0;
}

.faq-shape-2 {
  position: absolute;
  inset: auto 0% -124px auto;
}

.blog-details-wrapper {
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.blog-collection-wrapper {
  display: none;
}

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

.blog-single-card {
  border: 2px dashed #000;
  border-radius: 30px;
  padding: 13px;
}

.blog-image-wrap {
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.blog-img {
  object-fit: cover;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  width: 100%;
  height: 250px;
}

.blog-card-contant {
  padding: 30px 40px;
}

.blog-card-name-wrap {
  text-decoration: none;
}

.blog-card-name {
  color: var(--natural-color-800);
  letter-spacing: -.52px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.blog-card-divider {
  background-color: #033b620d;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.blog-single-info-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.blog-info-text {
  color: #033b6299;
  letter-spacing: -.36px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.cta-wrapper {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.cta-contant-card {
  background-color: var(--natural-color-800);
  background-image: url('../images/cta-card-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 10px;
}

.cta-border {
  border: 2px dashed var(--natural-color-100);
  border-radius: 20px;
  padding-left: 102px;
  padding-right: 102px;
}

.cta-contant-wrapper {
  align-items: center;
  margin-top: -80px;
  margin-bottom: -80px;
}

.cta-contant-flex {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.cta-left-wrap {
  z-index: 1;
}

.cta-right-wrap {
  margin-left: -127px;
}

.cta-image-wrapper {
  background-color: var(--natural-color-100);
  border: 0 solid #90ee90;
  border-radius: 30px;
  padding: 0;
}

.cta-image {
  border-radius: 42px;
  width: 600px;
  max-width: none;
}

.cta-image-wrap {
  overflow: hidden;
}

.cta-contant-wrap {
  background-image: url('../images/cta-contant-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 420px;
  max-width: 500px;
  padding: 10px;
  position: relative;
}

.cta-contant {
  border: 2px dashed var(--natural-color-100);
  border-radius: 20px;
  padding: 35px;
}

.footer-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 72px;
}

.footer-logo-wrap {
  margin-bottom: 30px;
}

.footer-details-wrap {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
}

.footer-details {
  color: #fffc;
  letter-spacing: -.36px;
  margin-bottom: 0;
}

.footer-social-media-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.social-media-link {
  color: var(--natural-color-100);
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.social-media-link:hover {
  color: var(--natural-color-800);
  background-color: #90ee90;
  transform: translate(0, -5px);
}

.footer-social-icon {
  font-family: "Fa Brands 400", sans-serif;
}

.footer-newsletter-title {
  color: var(--natural-color-100);
  letter-spacing: -.52px;
  margin-bottom: 30px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.newsletter-from-block {
  margin-bottom: 0;
}

.newsletter-from {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.footer-top-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.input {
  background-color: #0000;
  margin-bottom: 0;
}

.input.newsletter {
  background-color: var(--natural-color-100);
  letter-spacing: -.36px;
  border: 0 #000;
  border-radius: 12px;
  height: 60px;
  padding: 15px 30px;
  font-size: 18px;
}

.input.newsletter::placeholder {
  color: #033b6266;
}

.input.contact-us {
  background-color: var(--natural-color-100);
  color: #033b6266;
  letter-spacing: -.36px;
  border: 2px solid #033b621a;
  border-radius: 12px;
  width: 100%;
  height: 60px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  transition: all .3s;
}

.input.contact-us:hover {
  border-color: #90ee90;
}

.input.contact-us::placeholder {
  color: #033b6266;
  letter-spacing: -.36px;
}

.input.textarea {
  background-color: var(--natural-color-100);
  color: #033b6266;
  letter-spacing: -.36px;
  border: 2px solid #033b621a;
  border-radius: 12px;
  min-width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 100%;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  transition: all .3s;
}

.input.textarea:hover {
  border-color: #90ee90;
}

.input.textarea::placeholder {
  color: #033b6266;
}

.input.password {
  background-color: var(--natural-color-100);
  color: #033b6266;
  border: 2px solid #033b621a;
  border-radius: 12px;
  width: 100%;
  height: 60px;
  margin-bottom: 24px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  transition: all .3s;
}

.input.password:hover {
  border-color: #90ee90;
}

.input.password::placeholder {
  color: #033b624d;
  letter-spacing: -.36px;
}

.input.checkout {
  border-radius: 12px;
  height: 56px;
  margin-bottom: 20px;
  padding: 10px 25px;
}

.input.checkout.mg-bottom-0px {
  background-color: #0000;
  border-color: #033b621a;
  border-radius: 12px;
  margin-bottom: 0;
}

.submit-button {
  padding: 15px 30px;
  font-weight: 500;
}

.submit-button.newsletter {
  color: var(--natural-color-100);
  letter-spacing: -.36px;
  background-color: #00bfff;
  border-radius: 12px;
  font-weight: 500;
  transition: all .3s;
}

.submit-button.newsletter:hover {
  color: var(--natural-color-800);
  background-color: #90ee90;
}

.submit-button.contact-us {
  background-color: var(--natural-color-800);
  color: var(--natural-color-100);
  letter-spacing: -.36px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  transition: all .3s;
}

.submit-button.contact-us:hover {
  color: var(--natural-color-800);
  background-color: #90ee90;
}

.submit-button.password {
  background-color: var(--natural-color-800);
  color: var(--natural-color-100);
  letter-spacing: -.36px;
  border-radius: 12px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  transition: all .3s;
}

.submit-button.password:hover {
  color: var(--natural-color-800);
  background-color: #90ee90;
}

.submit-button.register {
  background-color: var(--natural-color-800);
  letter-spacing: -.36px;
  border-radius: 12px;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  transition: all .3s;
}

.submit-button.register:hover {
  color: var(--natural-color-800);
  background-color: #90ee90;
}

.submit-button.cart {
  background-color: var(--natural-color-800);
  color: var(--natural-color-100);
  letter-spacing: -.36px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  transition: all .3s;
}

.submit-button.cart:hover {
  color: var(--natural-color-800);
  background-color: #90ee90;
}

.submit-button.checkout {
  background-color: var(--natural-color-800);
  border-radius: 12px;
  transition: all .3s;
}

.submit-button.checkout:hover {
  color: var(--natural-color-800);
  background-color: #90ee90;
}

.footer-middle-wrapper {
  padding-top: 66px;
  padding-bottom: 66px;
  position: relative;
}

.footer-middle-grid {
  grid-column-gap: 85px;
  grid-row-gap: 85px;
  grid-template-rows: auto;
  grid-template-columns: 6.65fr 6.65fr;
}

.footer-links-wrapper._02 {
  border-left: 2px dashed pink;
  border-right: 2px dashed pink;
  padding-left: 85px;
}

.footer-links-wrapper._03 {
  border-right: 2px dashed pink;
}

.single-footer-link-title {
  color: var(--natural-color-100);
  margin-bottom: 40px;
  font-family: Rubik, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

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

.footer-single-link {
  color: #fffc;
  letter-spacing: -.36px;
  font-size: 18px;
  text-decoration: none;
  transition: all .4s;
}

.footer-single-link:hover {
  color: #90ee90;
  transform: translate(6px);
}

.footer-single-link.more-template {
  color: #90ee90;
  font-weight: 500;
}

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

.footer-top-divider {
  border-bottom: 2px dashed #81dfff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-bottom-divider {
  border-bottom: 2px dashed #81dfff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-single-info-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.footer-single-info-wrap.mg-bottom-0px {
  margin-bottom: 0;
}

.footer-info-icon {
  margin-top: 7px;
}

.footer-info {
  color: var(--natural-color-100);
  font-size: 18px;
}

.footer-bottom-wrapper {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-copyright {
  color: #fffc;
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 400;
}

.footer-source-link {
  color: #90ee90;
  font-weight: 500;
  text-decoration: underline;
}

.gallery-shape-4 {
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.inner-banner-title {
  color: var(--natural-color-100);
  margin-bottom: 16px;
  font-size: 68px;
}

.breadcrumb-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-breadcrumb-link {
  color: var(--natural-color-100);
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.single-breadcrumb-link.w--current, .single-breadcrumb-link.checkout {
  color: #90ee90;
}

.breadcrumb-divider {
  background-color: var(--natural-color-100);
  border-radius: 20px;
  width: 2px;
  height: 20px;
}

.our-story-details-wrap {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.our-story-details {
  color: #033b62cc;
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-size: 18px;
}

.our-story-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.our-story-image-wrapper {
  border: 2px dashed #90ee90;
  border-radius: 30px;
  padding: 13px;
}

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

.our-story-img {
  object-fit: cover;
  border-radius: 17px;
  width: 100%;
  height: 100%;
}

.our-story-title {
  color: var(--natural-color-800);
  letter-spacing: -.72px;
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.our-story-features-grid {
  grid-column-gap: 54px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.our-story-single-features-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.our-story-features-item {
  color: var(--natural-color-800);
  letter-spacing: -.48px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.our-story-title-wrap {
  max-width: 623px;
  margin-bottom: 32px;
}

.our-story-video-wrap {
  background-color: var(--natural-color-100);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 10px;
  display: flex;
  position: absolute;
}

.our-story-play-icon-wrap {
  border: 2px dashed #ffa07a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.why-like-us-details-wrap {
  max-width: 662px;
  margin-left: auto;
  margin-right: auto;
}

.why-like-us-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.why-like-us-single-card {
  background-color: var(--natural-color-100);
  border-radius: 30px;
  padding: 10px 100px 10px 10px;
}

.why-like-us-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}

.why-like-us-card-image-wrap {
  border: 2px dashed #90ee90;
  border-radius: 20px;
  padding: 13px;
}

.why-like-us-card-image-wrap._02 {
  border-color: #ffa07a;
}

.why-like-us-card-image-wrap._03 {
  border-color: pink;
}

.why-like-us-card-image-wrap._04 {
  border-color: #00bfff;
}

.why-like-us-img {
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.why-like-us-card-title {
  color: var(--natural-color-800);
  letter-spacing: -.48px;
  margin-bottom: 12px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.skills-card-contant-wrap {
  background-color: var(--natural-color-800);
  background-image: url('../images/skills-section-bg.png');
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  padding: 120px 100px;
}

.skills-card-grid {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
}

.skills-details-wrap {
  max-width: 462px;
}

.skills-progress-bar-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.progress-bar-title-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  margin-bottom: 12px;
  display: flex;
}

.progress-bar-title-wrap._02 {
  max-width: 448px;
}

.progress-bar-title-wrap._03 {
  max-width: 392px;
}

.progress-bar-title-wrap._04 {
  max-width: 474px;
}

.progress-bar-title, .progress-bar-number {
  color: var(--natural-color-100);
  letter-spacing: -.4px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.progress-bar-wrap {
  background-color: #ffffff1a;
  border-radius: 1.5px;
  width: 100%;
  height: 3px;
  position: relative;
}

.progress-bar-divider {
  background-color: pink;
  border-radius: 1.5px;
  width: 100%;
  height: 3px;
  position: relative;
}

.progress-bar-divider._01 {
  width: 90%;
}

.progress-bar-divider._02 {
  background-color: #90ee90;
  width: 80%;
}

.progress-bar-divider._03 {
  background-color: #ffa07a;
  width: 70%;
}

.progress-bar-divider._04 {
  background-color: #81dfff;
  width: 85%;
}

.progress-bar-ciecle {
  background-color: pink;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  position: absolute;
  inset: -8px auto auto 0%;
}

.progress-bar-ciecle._01 {
  inset: -9px 0% auto auto;
}

.progress-bar-ciecle._02 {
  background-color: #90ee90;
  inset: -9px 0% auto auto;
}

.progress-bar-ciecle._03 {
  background-color: #ffa07a;
  inset: -9px 0% auto auto;
}

.progress-bar-ciecle._04 {
  background-color: #81dfff;
  inset: -9px 0% auto auto;
}

.excellence-details-wrap {
  max-width: 536px;
  margin-left: auto;
  margin-right: auto;
}

.excellence-contant-wrapper {
  position: relative;
}

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

.excellence-single-card-wrap {
  background-color: var(--natural-color-100);
  text-align: center;
  border: 10px solid pink;
  border-radius: 30px;
  padding: 35px;
}

.excellence-single-card-wrap._02 {
  border-color: #90ee90;
}

.excellence-single-card-wrap._03 {
  border-color: #81dfff;
}

.excellence-card-icon-wrapper {
  border: 2px dashed pink;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 106px;
  height: 106px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px;
  display: flex;
}

.excellence-card-icon-wrapper._02 {
  border-color: #90ee90;
}

.excellence-card-icon-wrapper._03 {
  border-color: #81dfff;
}

.excellence-card-icon-wrap {
  background-color: pink;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.excellence-card-icon-wrap._02 {
  background-color: #90ee90;
}

.excellence-card-icon-wrap._03 {
  background-color: #81dfff;
}

.excellence-card-title {
  color: var(--natural-color-800);
  letter-spacing: -.52px;
  margin-bottom: 12px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.excellence-card-details {
  color: #033b62cc;
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.excellence-shape {
  position: absolute;
  inset: -58px auto auto 50px;
}

.community-contant-wrapper {
  position: relative;
}

.community-contant-wrap {
  border: 2px dashed #00bfff;
  border-radius: 30px;
  padding: 13px;
}

.community-contant-card {
  text-align: center;
  background-image: url('../images/community-card-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 17px;
  padding: 70px 211px;
}

.community-social-icon-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.community-social-link {
  background-color: var(--natural-color-100);
  color: var(--natural-color-800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 116px;
  padding: 10px;
  font-size: 25px;
  text-decoration: none;
  display: flex;
}

.community-social-icon-wrap {
  border: 3px dashed #81dfff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 13px;
  display: flex;
}

.community-social-icon-wrap._02 {
  border-color: #90ee90;
}

.community-social-icon-wrap._03 {
  border-color: pink;
}

.community-social-icon-wrap._04 {
  border-color: #ffa07a;
}

.community-single-icon-wrap {
  background-color: #81dfff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.community-single-icon-wrap._02 {
  background-color: #90ee90;
}

.community-single-icon-wrap._03 {
  background-color: pink;
}

.community-single-icon-wrap._04 {
  background-color: #ffa07a;
}

.community-icon {
  font-family: "Fa Brands 400", sans-serif;
}

.community-shape {
  position: absolute;
  inset: auto 0 -70px auto;
}

.why-like-us-shape {
  position: absolute;
  inset: 260px 0 auto auto;
}

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

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

.blog-cetegory-link {
  color: #033b62cc;
  border: 2px solid #81dfff;
  border-radius: 12px;
  padding: 11px 30px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.blog-cetegory-link.w--current {
  border-color: var(--natural-color-800);
  background-color: var(--natural-color-800);
  color: var(--natural-color-100);
}

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

.blogs-post-single-card {
  border: 3px solid #000;
  border-radius: 30px;
  padding: 13px;
}

.blogs-post-image-wrap {
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.blogs-post-img {
  object-fit: cover;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  width: 100%;
  height: 100%;
}

.blogs-post-contant-wrap {
  padding: 30px 27px 17px;
}

.blogs-post-title-wrap {
  text-decoration: none;
}

.blogs-post-title {
  color: var(--natural-color-800);
  letter-spacing: -.52px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.blogs-post-divider {
  background-color: #033b620d;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-single-title-wrapper {
  margin-bottom: 50px;
}

.blog-single-author-date-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-author-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.blog-author-image-wrap {
  border: 2px dashed #000;
  border-radius: 50%;
  padding: 13px;
}

.blog-author-name {
  color: var(--natural-color-800);
  letter-spacing: -.52px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.blog-author-text {
  color: #033b62cc;
  letter-spacing: -.36px;
  font-size: 18px;
  line-height: 30px;
}

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

.blog-time-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.blog-info {
  color: #033b6299;
  letter-spacing: -.36px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

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

.blog-single-divider {
  background-color: #033b620d;
  width: 100%;
  height: 2px;
  margin-top: 60px;
}

.blog-single-details h3 {
  color: var(--natural-color-800);
  letter-spacing: -.72px;
  margin-top: 50px;
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

.blog-single-details p {
  color: #033b62cc;
  letter-spacing: -.36px;
  margin-bottom: 54px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.blog-single-details blockquote {
  z-index: 4;
  color: var(--natural-color-100);
  background-image: url('../images/blog-quote-icon.svg'), url('../images/quote-bg.png');
  background-position: 50% 70px, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  border-left-style: none;
  border-left-width: 0;
  border-radius: 30px;
  margin-bottom: 55px;
  padding: 152px 200px 80px;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  line-height: 36px;
}

.blog-single-details ul {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: pink;
  -webkit-text-fill-color: transparent;
  background-color: #033b62cc;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.blog-single-details ol {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #033b62cc;
  flex-direction: column;
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.blog-date-divider {
  background-color: #033b6266;
  width: 2px;
  height: 30px;
}

.teachers-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.05fr;
}

.teachers-image-wrapper {
  background-color: var(--natural-color-100);
  border: 10px solid pink;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 13px;
  display: flex;
}

.teachers-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.teachers-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.teachers-video-wrapper {
  background-color: var(--natural-color-100);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 10px;
  display: flex;
  position: absolute;
}

.teachers-vider-icon-wrap {
  border: 2px dashed #ffa07a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.teachers-title-wrap {
  max-width: 560px;
}

.teachers-info-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.teacher-author-image-wrapper {
  border: 2px dashed pink;
  border-radius: 50%;
  justify-content: center;
  width: 116px;
  height: 116px;
  padding: 13px;
  display: flex;
}

.teachers-author-image-wrap {
  width: 100%;
  height: 100%;
}

.teachers-author-name {
  color: var(--natural-color-800);
  letter-spacing: -.52px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.teachers-author-designation {
  color: #033b62cc;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.team-members-details-wrapper {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

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

.team-members-single-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
}

.members-single-image-wrapper {
  background-color: var(--natural-color-100);
  border: 10px solid #ffa07a;
  border-radius: 30px;
  padding: 10px;
}

.members-simgle-image-wrap {
  width: 100%;
}

.members-single-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.members-single-title {
  color: var(--natural-color-800);
  margin-bottom: 16px;
  font-size: 68px;
  line-height: 78px;
}

.members-single-designation-wrap {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.members-single-designation-divider {
  background-color: #033b6299;
  width: 40px;
  height: 2px;
}

.members-single-designation {
  color: #033b62cc;
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.members-social-media-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.members-social-link {
  color: var(--natural-color-800);
  background-color: #033b6214;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.members-social-link:hover {
  color: var(--natural-color-800);
  background-color: #90ee90;
  transform: translate(0, -6px);
}

.members-social-icon {
  font-family: "Fa Brands 400", sans-serif;
}

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

.events-date-wrap.center {
  justify-content: center;
}

.events-date-info {
  color: #033b6299;
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.events-single-details-wrapper {
  max-width: 554px;
  margin-left: auto;
  margin-right: auto;
}

.events-single-top-contant {
  margin-bottom: 55px;
}

.events-single-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2.06fr 1fr;
}

.events-single-details p {
  color: #033b62cc;
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.events-single-details ul {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: pink;
  -webkit-text-fill-color: transparent;
  background-color: #033b62cc;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 54px;
  margin-bottom: 24px;
  padding-left: 20px;
  display: flex;
}

.events-single-details h3 {
  color: var(--natural-color-800);
  letter-spacing: -.72px;
  margin-top: 55px;
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

.events-single-image-wrapper {
  background-color: var(--natural-color-100);
  border: 10px solid pink;
  border-radius: 30px;
  padding: 10px;
}

.events-single-image-wrap {
  width: 100%;
}

.events-single-img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.events-single-contant-card {
  background-color: var(--natural-color-800);
  background-image: url('../images/courses-single-card-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 40px;
}

.events-single-card-contant-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.events-single-info-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.events-info-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.events-info-text, .event-info-text {
  color: var(--natural-color-100);
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.services-single-title-wrapper {
  margin-bottom: 40px;
}

.services-single-image-wrapper {
  background-color: var(--natural-color-100);
  border: 10px solid #81dfff;
  border-radius: 30px;
  margin-bottom: 55px;
  padding: 10px;
}

.services-single-img {
  border-radius: 10px;
}

.single-services-details h3 {
  color: var(--natural-color-800);
  letter-spacing: -.72px;
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

.single-services-details p {
  color: #033b62cc;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.single-services-details ul {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #81dfff;
  -webkit-text-fill-color: transparent;
  background-color: #033b62cc;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.single-services-details ol {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #033b62cc;
  flex-direction: column;
  margin-top: 54px;
  margin-bottom: 24px;
  padding-left: 20px;
  display: flex;
}

.contact-us-grid {
  grid-column-gap: 106px;
  grid-row-gap: 106px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.12fr;
  align-items: center;
}

.contact-us-title-wrap {
  margin-bottom: 40px;
}

.contact-us-info-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.single-contact-info-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.contact-info {
  color: #033b62cc;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.contact-us-from-wrap {
  background-color: var(--natural-color-100);
  border: 10px solid #90ee90;
  border-radius: 30px;
  padding: 40px;
}

.contact-us-title {
  letter-spacing: -.72px;
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

.contact-from-title-wrap {
  margin-bottom: 40px;
}

.contact-from-details {
  color: #033b62cc;
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.contact-us-from-block {
  margin-bottom: 0;
}

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

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

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

.pricing-single-card {
  background-color: var(--natural-color-100);
  border: 10px solid pink;
  border-radius: 30px;
}

.pricing-single-card._02 {
  background-color: var(--natural-color-100);
  border-color: #90ee90;
}

.pricing-single-card._03 {
  border-color: #81dfff;
}

.pricing-name-time-wrapper {
  padding: 30px;
}

.pricing-name {
  color: var(--natural-color-800);
  letter-spacing: -.52px;
  margin-bottom: 12px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.pricing-time-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.pricing-time {
  color: #033b62cc;
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.pricing-time-divider {
  background-color: #033b62cc;
  width: 6px;
  height: 2px;
}

.pricing-divider {
  border: 2px dashed pink;
  width: 100%;
}

.pricing-divider._03 {
  border-color: #81dfff;
}

.pricing-divider._02 {
  border-color: #90ee90;
}

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

.price-text {
  color: var(--natural-color-800);
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.price {
  color: var(--natural-color-800);
  margin-bottom: -5px;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.pricing-line {
  border: 2px solid #033b620d;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-features-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.single-pricing-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.pricing-features-item {
  color: #033b62cc;
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.pricing-card-contant-wrapper {
  padding: 30px;
}

.how-to-apply-details-wrapper {
  max-width: 656px;
  margin-left: auto;
  margin-right: auto;
}

.how-to-apply-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.how-to-apply-card {
  background-color: var(--natural-color-100);
  text-align: center;
  border: 10px solid pink;
  border-radius: 30px;
  padding: 40px;
}

.how-to-apply-card._02 {
  background-color: #fff;
  border-color: #90ee90;
}

.how-to-apply-card._03 {
  border-color: #81dfff;
}

.how-to-apply-number-wrapper {
  background-color: var(--natural-color-100);
  border: 2px dashed pink;
  border-radius: 20px;
  width: 106px;
  height: 106px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px;
}

.how-to-apply-number-wrapper._02 {
  border-color: #90ee90;
}

.how-to-apply-number-wrapper._03 {
  border-color: #81dfff;
}

.how-to-apply-number-wrap {
  background-color: pink;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.how-to-apply-number-wrap._02 {
  background-color: #90ee90;
}

.how-to-apply-number-wrap._03 {
  background-color: #81dfff;
}

.how-to-apply-title {
  color: var(--natural-color-800);
  letter-spacing: -.52px;
  margin-bottom: 12px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.how-to-apply-details {
  color: #033b62cc;
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.your-application-details-wrapper {
  max-width: 558px;
  margin-left: auto;
  margin-right: auto;
}

.your-application-contant-wrapper {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}

.your-application-card {
  background-color: var(--natural-color-100);
  border: 10px solid #90ee90;
  border-radius: 30px;
  padding: 40px;
}

.not-found-wrapper {
  max-width: 1246px;
  margin-left: auto;
  margin-right: auto;
}

.not-found-grid {
  grid-column-gap: 98px;
  grid-row-gap: 98px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.29fr;
  align-items: center;
}

.not-found-contant-wrap {
  text-align: center;
}

.changelog-text-wrapper {
  width: 757px;
  padding-bottom: 80px;
  position: relative;
}

.changelog-text-wrapper.mg-bottom-0px {
  padding-bottom: 0;
}

.changelog-description-wrapper {
  background-color: var(--natural-color-100);
  border: 10px solid #ffa07a;
  border-radius: 30px;
  padding: 40px;
}

.changelog-description-wrapper._02 {
  border-color: #90ee90;
}

.changelog-description-wrapper._03 {
  border-color: pink;
}

.changelog-border {
  z-index: -1;
  border: 2px dashed #00bfff;
  position: absolute;
  inset: 0 auto 0% -84px;
}

.circle-changelog {
  background-color: var(--natural-color-100);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.changelog-single-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.facility-item {
  color: #033b62cc;
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.changelog-wrapper {
  max-width: 1061px;
  margin-left: auto;
  margin-right: auto;
}

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

.facility-circle {
  background-color: #ffa07a;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.facility-circle._02 {
  background-color: #90ee90;
}

.facility-circle._03 {
  background-color: pink;
}

.changelog-date-text-block {
  color: #033b62cc;
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.changelog-circle {
  z-index: 1;
  background-color: #ffa07a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.changelog-circle._02 {
  background-color: #90ee90;
}

.changelog-circle._03 {
  background-color: pink;
}

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

.changelog-date-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 234px;
  display: flex;
}

.password-wrapper {
  text-align: center;
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
}

.password-card {
  background-color: var(--natural-color-100);
  border: 10px solid #81dfff;
  border-radius: 30px;
  padding: 40px;
}

.password-icon {
  margin-bottom: 30px;
}

.password-details {
  color: #033b62cc;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.license-single-wrapper {
  margin-bottom: 115px;
}

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

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

.license-top-wrapper.mg-bottom-55px {
  margin-bottom: 55px;
}

.license-top-wrapper.mg-bottom-32px {
  margin-bottom: 32px;
}

.license-title {
  color: var(--natural-color-800);
  margin-bottom: 16px;
  font-size: 68px;
  font-weight: 600;
  line-height: 78px;
}

.license-details-wrapper {
  max-width: 640px;
}

.license-details-wrapper.max-width-688px {
  max-width: 688px;
}

.license-details-wrapper.max-width-536px {
  max-width: 536px;
}

.license-details {
  color: #033b62cc;
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.license-source-link {
  color: #ffa07a;
  font-weight: 500;
  text-decoration: none;
}

.licence-image-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.license-single-image-wrapper {
  background-color: var(--natural-color-100);
  border: 10px solid pink;
  border-radius: 30px;
  padding: 10px;
}

.license-single-image-wrapper._03 {
  color: #033b62;
  border-color: #81dfff;
}

.license-single-image-wrapper._05 {
  border-color: #ffa07a;
}

.license-single-image-wrapper._07 {
  border-color: #81dfff;
}

.license-single-image-wrapper._02, .license-single-image-wrapper._04, .license-single-image-wrapper._06, .license-single-image-wrapper._08 {
  border: 2px dashed #90ee90;
  padding: 13px;
}

.license-single-image-wrap {
  width: 100%;
}

.license-singme-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.license-singme-img.redius-17-px {
  border-radius: 17px;
}

.license-icon-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.license-single-icon-wrapper {
  background-color: var(--natural-color-100);
  border: 2px dashed pink;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 116px;
  padding: 13px;
  display: flex;
}

.license-single-icon-wrapper._02 {
  border-color: #90ee90;
}

.license-single-icon-wrapper._03 {
  border-color: #00bfff;
}

.license-single-icon-wrapper._04 {
  border-color: #ffa07a;
}

.license-single-icon-wrap {
  background-color: pink;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.license-single-icon-wrap._02 {
  background-color: #90ee90;
}

.license-single-icon-wrap._03 {
  background-color: #81dfff;
}

.license-single-icon-wrap._04 {
  background-color: #ffa07a;
}

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

.license-button {
  color: var(--natural-color-800);
  letter-spacing: -.72px;
  background-color: pink;
  border-radius: 12px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.license-button._02 {
  background-color: #81dfff;
}

.style-guide-single-wrapper {
  margin-bottom: 100px;
  padding-bottom: 100px;
  position: relative;
}

.style-guide-single-wrapper.mg-bottom-0px {
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.style-guide-title {
  color: var(--natural-color-800);
  letter-spacing: -.52px;
  background-color: #81dfff;
  border-radius: 4px;
  padding: 2px 30px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  display: inline-block;
}

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

.style-color-plate-wrapper {
  border: 2px dashed pink;
  border-radius: 20px;
  padding: 13px;
}

.style-color-plate-wrapper._02 {
  border-color: #90ee90;
}

.style-color-plate-wrapper._03 {
  border-color: #ffa07a;
}

.style-color-plate-wrapper._04 {
  border-color: gold;
}

.style-color-plate-wrapper._05 {
  border-color: #033b62;
}

.style-color-plate-wrapper._06 {
  border-color: #00bfff;
}

.style-color-plate-wrapper._07 {
  border-color: #81dfff;
}

.style-color-plate-wrapper._08 {
  border-color: #d9f5ff;
}

.style-color-plate-wrap {
  background-color: pink;
  border-radius: 7px;
  padding: 37px 68px;
}

.style-color-plate-wrap._02 {
  background-color: #90ee90;
}

.style-color-plate-wrap._03 {
  background-color: #ffa07a;
}

.style-color-plate-wrap._04 {
  background-color: gold;
}

.style-color-plate-wrap._05 {
  background-color: #033b62;
}

.style-color-plate-wrap._06 {
  background-color: #00bfff;
}

.style-color-plate-wrap._07 {
  background-color: #81dfff;
}

.style-color-plate-wrap._08 {
  background-color: #d9f5ff;
}

.style-guide-color-code {
  color: var(--natural-color-800);
  letter-spacing: -.36px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

.style-guide-color-code.natural-color-100 {
  color: var(--natural-color-100);
}

.style-guide-divider {
  background-color: #033b620d;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.style-guide-heading-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.style-single-paragraph-wrap {
  margin-bottom: 50px;
}

.style-single-paragraph-wrap.mg-bottom-0px {
  margin-bottom: 0;
}

.style-guide-paragraph-title {
  color: var(--natural-color-800);
  letter-spacing: -.52px;
  margin-bottom: 12px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.style-guide-single-paragraph {
  color: #033b62cc;
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.style-guide-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.secondary-button {
  z-index: 1;
  color: var(--natural-color-800);
  border: 2px solid #81dfff;
  border-radius: 12px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.secondary-button.courses-single {
  text-align: center;
  width: 100%;
}

.style-guide-button {
  color: var(--natural-color-800);
  border: 3px solid #81dfff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.style-button-button-icon {
  font-family: "Fa Solid 900", sans-serif;
}

.register-from-block {
  width: 560px;
  margin-bottom: 0;
}

.register-image-wrap {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.register-from-social-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.register-from-social-text {
  color: #033b62cc;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.register-forgot-link {
  text-decoration: none;
}

.register-forget-text {
  color: #033b62cc;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.section-title-2 {
  color: #090b11;
  letter-spacing: -1.24px;
  margin-bottom: 20px;
}

.register-checkbox-text {
  color: #033b62cc;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.register-input {
  background-color: var(--natural-color-100);
  color: var(--natural-color-800);
  letter-spacing: -.36px;
  border: 2px solid #033b621a;
  border-radius: 12px;
  height: 56px;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  transition: all .3s;
}

.register-input:hover {
  border-color: #90ee90;
}

.register-input::placeholder {
  color: #033b6266;
}

.register-input.password {
  background-image: url('../images/register-password-icon.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
}

.from-right-wrap {
  z-index: 1;
  background-color: var(--natural-color-100);
  color: var(--natural-color-100);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.register-from-text-block {
  color: #033b62cc;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.register-title {
  color: var(--natural-color-800);
  letter-spacing: -.72px;
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

.register-from {
  grid-column-gap: 22px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.register-logo-wrap {
  margin-bottom: 60px;
}

.register-from-tag-text {
  color: #033b62cc;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.register-remember-submit-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.register-top-wrap {
  text-align: center;
  max-width: 560px;
  margin-bottom: 60px;
  position: relative;
}

.register-from-tag-border {
  background-color: #033b620d;
  width: 184px;
  height: 2px;
}

.register-form-wrap {
  flex-direction: column;
}

.register-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.register-social-media-single {
  grid-column-gap: 12px;
  color: #5e5e5e;
  border: 2px solid #033b621a;
  border-radius: 12px;
  align-items: center;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.from-left-wrap {
  background-image: url('../images/sign-in-card-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 60px;
}

.checkbox {
  border: 2px solid #033b6266;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #090909;
  background-size: 13px;
}

.register-from-tag {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.register-from-text-link {
  color: #ffa07a;
  font-weight: 500;
  text-decoration: underline;
}

.from-wrap {
  min-height: 100vh;
  display: flex;
}

.title-color {
  color: pink;
}

.register-shape-1 {
  position: absolute;
  inset: -53px auto auto -20px;
}

.register-shape-2 {
  position: absolute;
  inset: auto 80px -20px auto;
}

.register-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.register-image-wrapper._01 {
  border: 2px dashed #90ee90;
  border-radius: 30px;
  padding: 13px;
}

.register-image-wrapper._02 {
  background-color: var(--natural-color-100);
  border: 10px solid pink;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: -30px -35px auto auto;
}

.register-image-wrapper._03 {
  background-color: var(--natural-color-100);
  border: 10px solid #00bfff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto auto -35px -50px;
}

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

.register-img._02 {
  border-radius: 50%;
}

.register-title-shape-1 {
  position: absolute;
  inset: 0% -20px auto auto;
}

.register-title-shape-2 {
  position: absolute;
  inset: 68px auto auto -24px;
}

.register-text-color {
  color: #ffa07a;
  font-weight: 500;
}

.register-details {
  color: #033b62cc;
  letter-spacing: -.36px;
  max-width: 400px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.course-details-wrapper {
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
}

.courses-single-wrapper.home {
  background-color: var(--natural-color-100);
  border-radius: 30px;
  padding: 10px;
}

.courses-single-card {
  background-color: var(--natural-color-100);
  border: 2px dashed #000;
  border-radius: 30px;
  padding: 13px;
}

.courses-single-card.redius-30-px {
  border-radius: 30px;
}

.courses-card-image-wrapper {
  width: 100%;
  display: block;
}

.courses-card-img {
  object-fit: cover;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  width: 100%;
  height: 100%;
}

.courses-card-contant-wrapper {
  padding: 17px;
}

.courses-card-title {
  color: var(--natural-color-800);
  letter-spacing: -.52px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.courses-card-details {
  color: #033b62cc;
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.courses-divider {
  background-color: #033b620d;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.courses-single-info-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.courses-single-info-wrap.courses-price {
  border-radius: 8px;
  padding: 4px 12px;
}

.courses-info-details {
  color: #033b62cc;
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.courses-info-details.courses-price {
  color: var(--natural-color-800);
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.courses-info-divider {
  background-color: #033b620d;
  width: 2px;
  height: 20px;
}

.card {
  border: 2px dashed pink;
  border-radius: 12px;
  margin-bottom: 40px;
}

.card.checkout.mg-bottom-0px {
  margin-bottom: 0;
}

.checkout-block-header {
  border-style: none;
  border-width: 0;
  border-radius: 12px;
  padding: 35px 40px 20px;
}

.title.checkout {
  color: var(--natural-color-800);
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.checkout-required {
  color: #033b62cc;
  font-size: 18px;
  font-weight: 400;
}

.checkout-block-content {
  background-color: var(--natural-color-100);
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 10px;
  padding: 20px 40px 40px;
}

.checkout-field-label {
  color: var(--natural-color-800);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.shipping-method-list {
  border-left-width: 0;
  border-right-width: 0;
}

.shipping-method {
  background-color: #0000;
  border-bottom-width: 0;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

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

.shipping-method-price {
  font-weight: 500;
}

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

.checkout-checkbox {
  border: 1px solid #033b621a;
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.order-item-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.order-item-img {
  width: 100px;
  height: auto;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-title {
  color: var(--natural-color-800);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.order-item-price {
  color: var(--natural-color-800);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.apple-pay-button {
  border-radius: 12px;
  height: 60px;
}

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

.courses-name-wrapper {
  margin-bottom: 20px;
  text-decoration: none;
}

.courses-single-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.courses-single-title {
  color: var(--natural-color-800);
  margin-bottom: 16px;
  font-size: 68px;
  font-weight: 600;
  line-height: 78px;
}

.courses-single-details {
  color: #033b62cc;
  letter-spacing: -.36px;
  max-width: 562px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.single-teacher-name-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.teacher-info-title {
  color: #033b62cc;
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.teacher-info-name {
  color: #ffa07a;
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

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

.teacher-review {
  color: var(--natural-color-800);
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.courses-single-details-wrap {
  margin-bottom: 55px;
}

.single-courses-details h3 {
  color: var(--natural-color-800);
  letter-spacing: -.72px;
  margin-top: 55px;
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

.single-courses-details p {
  color: #033b62cc;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.single-courses-details ul {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: pink;
  -webkit-text-fill-color: transparent;
  background-color: #033b62cc;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.course-teacher-title {
  color: var(--natural-color-800);
  letter-spacing: -.72px;
  margin-bottom: 24px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

.course-teacher-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.72fr;
  align-items: center;
}

.course-teacher-image-wrapper {
  background-color: var(--natural-color-100);
  border: 10px solid pink;
  border-radius: 30px;
  padding: 10px;
}

.course-teacher-image-wrap {
  width: 100%;
}

.course-teacher-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.course-teacher-name {
  color: var(--natural-color-800);
  letter-spacing: -.52px;
  margin-bottom: 8px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.course-teacher-designation {
  color: #033b62cc;
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.course-teacher-divider {
  background-color: #033b620d;
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.course-teacher-details {
  color: #033b62cc;
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.courses-single-image-wrapper {
  background-color: var(--natural-color-100);
  border: 10px solid pink;
  border-radius: 30px;
  margin-bottom: 40px;
  padding: 10px;
}

.courses-single-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 384px;
}

.courses-single-info-wrapper {
  border: 2px dashed #000;
  border-radius: 30px;
  margin-bottom: 40px;
  padding: 30px;
}

.courses-single-list-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.courses-single-list-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.courses-list-single-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.courses-list-features-name {
  color: #033b62cc;
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.course-list-feature {
  color: #033b62cc;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.courses-price-wrapper {
  border-radius: 16px;
  justify-content: center;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.courses-price-wrap {
  align-items: flex-end;
  display: flex;
}

.courses-price {
  color: var(--natural-color-800);
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.courses-price-info {
  color: var(--natural-color-800);
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.courses-single-button-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.courses-single-price {
  color: var(--natural-color-800);
  margin-bottom: -6px;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.products-details-wrapper {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

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

.products-single-card {
  background-color: var(--natural-color-100);
  border: 10px solid #000;
  border-radius: 30px;
}

.products-image-link-wrapper {
  width: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.products-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

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

.products-card-contant-wrapper {
  padding: 20px 30px 30px;
}

.products-card-contant {
  text-align: center;
}

.products-card-divider {
  border: 2px dashed #000;
  width: 100%;
  margin-top: 12px;
}

.products-card-name {
  color: var(--natural-color-800);
  letter-spacing: -.52px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.products-card-price {
  letter-spacing: -.36px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.products-card-name-link {
  margin-bottom: 8px;
  text-decoration: none;
}

.products-single-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.products-single-image-wrapper {
  background-color: var(--natural-color-100);
  border: 10px solid #000;
  border-radius: 30px;
  padding: 10px;
}

.products-single-image-wrap {
  width: 100%;
}

.products-single-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.products-single-title {
  color: var(--natural-color-800);
  margin-bottom: 16px;
  font-size: 68px;
  font-weight: 600;
  line-height: 78px;
}

.products-single-price {
  letter-spacing: -.72px;
  margin-bottom: 30px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

.add-to-cart-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.add-to-cart-quantity {
  color: #033b62cc;
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.quantity.add-to-cart {
  background-color: var(--natural-color-100);
  color: #033b62cc;
  border-width: 2px;
  border-color: #033b621a;
  border-radius: 12px;
  width: 155px;
  height: 60px;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.quantity.cart-item {
  background-color: var(--natural-color-100);
  color: #033b62cc;
  border-width: 2px;
  border-color: #033b621a;
  border-radius: 12px;
  width: 155px;
  height: 60px;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.quantity.products {
  display: none;
}

.add-to-cart-button {
  background-color: var(--natural-color-800);
  color: var(--natural-color-100);
  border-radius: 12px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  transition: all .3s;
}

.add-to-cart-button:hover {
  color: var(--natural-color-800);
  background-color: #90ee90;
}

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

.quantity-dot {
  color: #033b62cc;
}

.products-single-divider {
  background-color: #033b620d;
  width: 100%;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.products-details-title {
  color: var(--natural-color-800);
  letter-spacing: -.72px;
  margin-bottom: 24px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

.products-single-details {
  color: #033b62cc;
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.cart-wrapper {
  background-color: #033b6299;
}

.cart-button {
  border: 2px solid var(--natural-color-100);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  position: relative;
}

.cart-quantity {
  background-color: var(--natural-color-800);
  color: var(--natural-color-100);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: -3px -6px auto auto;
}

.cart-container {
  background-color: var(--natural-color-100);
  box-shadow: none;
  border-radius: 30px;
  max-width: 750px;
  padding: 10px;
}

.cart-contant-wrapper {
  border: 10px solid #81dfff;
  border-radius: 20px;
}

.cart-header {
  border-bottom-width: 0;
  padding: 20px 30px 0;
  display: block;
}

.cart-title {
  color: var(--natural-color-800);
  letter-spacing: -.72px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.cart-close-button {
  border: 2px solid var(--natural-color-800);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.cart-title-wrap {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.cart-title-divider {
  background-color: #033b620d;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cart-list-wrapper {
  padding: 30px;
}

.cart-item-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 2px solid #033b620d;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 30px;
}

.cart-img {
  border-radius: 8px;
  width: 100px;
  height: auto;
}

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

.cart-item-title-wrap {
  color: var(--natural-color-800);
  letter-spacing: -.72px;
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
}

.cart-quantity-button-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.cart-remove-button {
  border: 2px solid #ffa07a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.cart-item-name {
  font-weight: 500;
}

.cart-item-price {
  color: #00bfff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.cart-footer-wrapper {
  border-top-width: 0;
  padding: 0 30px 30px;
}

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

.cart-subtotal {
  color: var(--natural-color-800);
  letter-spacing: -.52px;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.cart-price {
  color: var(--natural-color-800);
  letter-spacing: -.52px;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.web-payments {
  display: none;
}

.about-us-video-wrap {
  background-color: var(--natural-color-100);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 70px 147px auto;
}

.about-us-play-icon-wrap {
  border: 2px dashed #00bfff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.primary-button-hover {
  z-index: -1;
  background-color: #90ee90;
  border-radius: 50%;
  width: 0;
  height: 0;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.team-members-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.courses-card-img-wrap {
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  display: block;
  overflow: hidden;
}

.secondary-button-hover {
  z-index: -1;
  background-color: var(--natural-color-800);
  border-radius: 50%;
  width: 0;
  height: 0;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

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

.products-cart-button {
  color: var(--natural-color-800);
  letter-spacing: -.36px;
  background-color: #0000;
  border: 2px solid #81dfff;
  border-radius: 12px;
  justify-content: center;
  width: 100%;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  transition: all .3s;
}

.products-cart-button:hover {
  background-color: var(--natural-color-800);
  color: var(--natural-color-100);
}

.preloader-wrapper {
  z-index: 99999;
  background-color: var(--natural-color-800);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.mobile-button {
  display: none;
}

.banner-shape-1 {
  width: 105px;
  position: absolute;
  inset: 180px -60px auto auto;
}

.banner-shape-2 {
  z-index: 10;
  width: 152px;
  position: absolute;
  inset: auto 60px 0 auto;
}

.banner-shape-3 {
  width: 172px;
  position: absolute;
  inset: 100px 0 auto auto;
}

.banner-shape-4 {
  position: absolute;
  inset: auto auto 100px 446px;
}

.collection-item {
  display: flex;
}

.text-block {
  opacity: 0;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0;
}

.image-3 {
  object-fit: cover;
  height: 153px;
  position: absolute;
  bottom: 0;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 227px;
  position: absolute;
  bottom: 0;
}

.testimonials-shape-4 {
  position: absolute;
  inset: -43px auto auto 0%;
}

.banner-details-copy {
  color: var(--natural-color-100);
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: 400;
}

.banner-shape-4-mobile {
  display: none;
  position: absolute;
  inset: auto auto 100px 446px;
}

.services-shape-3 {
  display: none;
  position: absolute;
  inset: -220px 0% auto auto;
}

.image-6 {
  display: none;
}

.features-contant-wrapper-mobile {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.testimonials-shape-3 {
  z-index: 1;
  position: absolute;
  inset: auto -60px 0 auto;
}

.testimonials-shape-5 {
  display: none;
  position: absolute;
  inset: -43px auto auto 0%;
}

.testimonials-img-mobile {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.section-title-wrapper-faq {
  z-index: 1;
  text-align: center;
  margin-bottom: 55px;
  position: relative;
}

.image-7 {
  z-index: 1;
  position: absolute;
  inset: -170px auto auto 20px;
}

.image-8 {
  position: absolute;
  inset: auto -20px -170px auto;
}

@media screen and (min-width: 1920px) {
  .container {
    position: relative;
  }

  .section.testimonials {
    background-color: #d9f5ff;
  }

  .section.faq {
    background-color: #d9f5ff;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner-grid {
    grid-column-gap: 74px;
    grid-row-gap: 74px;
  }

  .banner-title {
    font-size: 98px;
    line-height: 104px;
  }

  .services-shape-2 {
    right: -120px;
  }

  .counter-up-shape-1 {
    left: 100px;
  }

  .counter-up-shape-2 {
    right: 150px;
  }

  .team-member-shape-1 {
    left: 110px;
  }

  .team-member-shape-2 {
    right: 120px;
  }

  .faq-shape-1 {
    top: 60px;
    left: -200px;
  }

  .faq-shape-2 {
    right: -180px;
  }

  .community-shape {
    right: -48px;
  }

  .why-like-us-shape {
    right: 195px;
  }

  .from-left-wrap {
    padding: 200px;
  }

  .register-image-wrapper._02 {
    width: 200px;
    height: 200px;
    right: -68px;
  }

  .register-image-wrapper._03 {
    width: 200px;
    height: 200px;
    left: -72px;
  }

  .banner-shape-1 {
    width: 110px;
    top: 220px;
    right: -100px;
  }

  .banner-shape-4, .banner-shape-4-mobile {
    bottom: 100px;
  }

  .services-shape-3 {
    right: -120px;
  }

  .image-8 {
    position: absolute;
    top: auto;
    left: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
    line-height: 80px;
  }

  h2 {
    font-size: 60px;
    line-height: 69px;
  }

  .container.ceeckout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .split-contant.checkout-left {
    margin-right: 0;
  }

  .nav-menu-wrapper {
    background-color: var(--natural-color-800);
    max-height: 88vh;
    overflow: auto;
  }

  .nav-menu-links-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .section.banner {
    padding-top: 140px;
    padding-bottom: 160px;
  }

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

  .section.services {
    background-image: url('../images/How-Keydo-Works-BG.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.features, .section.courses, .section.gallery {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.event {
    background-image: url('../images/courses-section-bg.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.team-member {
    padding-top: 100px;
    padding-bottom: 0;
  }

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

  .section.faq {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 140px;
    padding-bottom: 100px;
  }

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

  .section.blog {
    padding-top: 0;
    padding-bottom: 220px;
  }

  .section.cta {
    padding-top: 0;
    padding-bottom: 250px;
  }

  .section.inner-banner {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .section.our-story {
    padding-top: 90px;
    padding-bottom: 0;
  }

  .section.why-like-us {
    padding-bottom: 100px;
  }

  .section.skills {
    margin-top: 0;
    padding-top: 100px;
  }

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

  .section.community {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.blogs {
    padding-bottom: 100px;
  }

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

  .section.blog-single {
    padding-top: 100px;
    padding-bottom: 54px;
  }

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

  .section.team-members {
    padding-bottom: 100px;
  }

  .section.team-members-single, .section.events, .section.service, .section.services-single, .section.events-single, .section.contact-us, .section.pricing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.how-to-apply, .section.your-application {
    padding-top: 100px;
  }

  .section.not-found, .section.changelog, .section.password, .section.license, .section.style-guide, .section.course, .section.checkout, .section.courses-single, .section.products, .section.products-single {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nav-dropdown.pages {
    margin-left: 0;
    margin-right: 0;
  }

  .pages-dropdown-flex {
    grid-column-gap: 40px;
  }

  .nav-link-title {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 28px;
  }

  .pages-dropdown-list {
    padding: 30px;
  }

  .page-dropdown-list-flex-wrap {
    grid-column-gap: 40px;
  }

  .pages-dropdown-link-wrap {
    border-radius: 0;
    padding: 0;
  }

  .dropdown-single-nav-link {
    font-size: 17px;
  }

  .pages-dropdown-wrapper {
    position: static;
  }

  .pages-dropdown-wrapper.w--open {
    width: 100%;
    position: static;
    left: 0;
  }

  .banner-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .banner-left-wrap {
    padding-top: 0;
  }

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

  .banner-contant.below-logo {
    margin-top: 40px;
    display: block;
  }

  .banner-title {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 58px;
    line-height: 68px;
  }

  .banner-details {
    max-width: 75%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .banner-image-wrapper {
    justify-content: center;
    align-items: flex-end;
  }

  .banner-image-1 {
    width: 450px;
  }

  .banner-image-2 {
    width: 350px;
  }

  .banner-image-3 {
    width: 300px;
    margin-left: -200px;
    margin-right: -200px;
  }

  .banner-cloud-wrap {
    right: auto;
  }

  .banner-cloud {
    object-fit: cover;
    height: 130px;
  }

  .home-about-us-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
  }

  .home-about-us-left-wrap {
    width: 100%;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-about-us-single-image-card._01, .home-about-us-single-image-card._02 {
    border-radius: 20px;
  }

  .home-about-us-shape-1 {
    top: 35%;
    left: auto;
  }

  .home-about-us-shape-2 {
    width: 180px;
    bottom: 0;
    left: 20px;
  }

  .home-about-us-right-wrap {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-about-us-contant {
    width: 70%;
    margin-left: 15%;
  }

  .section-title {
    font-size: 40px;
    line-height: 50px;
  }

  .section-title.mg-bottom-16px {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }

  .section-title.natural-color-100 {
    font-size: 50px;
    line-height: 60px;
  }

  .section-title.natural-color-100.mg-bottom-26px, .section-title.mg-bottom-0px {
    font-size: 48px;
    line-height: 58px;
  }

  .section-details {
    font-size: 17px;
    line-height: 27px;
  }

  .section-details.mg-bottom-40px {
    margin-bottom: 35px;
  }

  .section-details.how-keydo-description {
    text-align: center;
    font-size: 20px;
  }

  .about-us-details-wrap {
    max-width: 100%;
  }

  .home-about-us-features-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-about-us-single-features {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .home-about-us-check-icon {
    width: 30px;
  }

  .services-collection-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .services-single-card {
    border-radius: 35px;
    padding: 30px 24px;
  }

  .services-single-card.home {
    border-radius: 20px;
  }

  .services-card-details {
    font-size: 16px;
    line-height: 26px;
  }

  .read-more-button {
    font-size: 17px;
    line-height: 27px;
  }

  .services-cloud-img {
    width: 150px;
  }

  .services-shape-1 {
    width: auto;
    display: inline-block;
    top: 50%;
    left: -60px;
    transform: translate(0, -50%);
  }

  .services-shape-2 {
    width: auto;
    display: inline-block;
    top: auto;
    bottom: -50px;
    right: -40px;
  }

  .features-contant-wrapper {
    max-width: 460px;
    display: none;
  }

  .features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .features-left-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .single-features-contant-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
  }

  .single-features-contant-flex._01 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .single-features-contant {
    width: 250px;
  }

  .single-features-contant.right-align {
    text-align: left;
    width: 250px;
  }

  .features-single-title {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .features-single-title.align-right {
    text-align: right;
    max-width: none;
  }

  .features-single-details {
    max-width: none;
    font-size: 14px;
    line-height: 20px;
  }

  .features-single-details.align-right {
    text-align: right;
  }

  .features-single-image-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 132px;
    height: 132px;
    padding: 0;
  }

  .features-single-img {
    width: 30px;
  }

  .features-middle-wrap {
    background-position: 50% 10%;
    height: 400px;
    display: none;
  }

  .features-cloud-img {
    width: 120px;
    right: 0;
  }

  .single-counter-wrapper._02 {
    border-left-width: 0;
    border-right-width: 0;
  }

  .single-counter-wrapper._03 {
    border-right-width: 0;
  }

  .counter-icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    padding: 7px;
  }

  .counter-icon-wrapper._04 {
    border-radius: 12px;
  }

  .counter-icon {
    width: 30px;
  }

  .counter-contant-wrap {
    height: 55px;
  }

  .number-digit {
    font-size: 45px;
    line-height: 55px;
  }

  .counter-info {
    font-size: 17px;
    line-height: 27px;
  }

  .counter-up-shape-1 {
    width: 50px;
    top: 58px;
  }

  .counter-up-shape-2 {
    width: 40px;
    bottom: 45px;
  }

  .gallery-contant-flex-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .gallery-image-wrapper._03, .gallery-image-wrapper._10 {
    border-width: 7px;
  }

  .gallery-shape-1 {
    width: 35px;
    inset: -46px auto auto 0%;
  }

  .gallery-shape-2 {
    inset: auto 0% -30px auto;
  }

  .gallery-shape-3 {
    width: 35px;
    inset: auto auto -41px 0%;
  }

  .events-collection-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .events-collection-grid._01, .events-collection-grid._02 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .events-single-card._01 {
    border-width: 2px;
    padding-right: 40px;
    overflow: hidden;
  }

  .events-single-card._01.border-color {
    border-width: 2px;
  }

  .events-single-card._01.home {
    text-align: center;
    border-radius: 30px;
    padding-right: 40px;
  }

  .events-cloud-img {
    object-fit: cover;
    width: 100%;
    bottom: -37px;
  }

  .events-shape-1 {
    width: 90px;
  }

  .events-shape-1.card-02 {
    width: 50px;
  }

  .events-shape-1.card-03 {
    width: 60px;
    top: 22px;
    left: 23px;
  }

  .events-shape-2.card-02 {
    width: 60px;
  }

  .events-shape-2.card-03 {
    width: 50px;
    right: 20px;
  }

  .events-single-contant-wrap {
    border-width: 2px;
    padding: 60px;
  }

  .single-team-members-card {
    border-radius: 20px;
  }

  .team-members-name {
    font-size: 24px;
    line-height: 34px;
  }

  .team-members-designation {
    font-size: 17px;
    line-height: 27px;
  }

  .team-members-slider-wrapper {
    margin-bottom: 0;
    padding-bottom: 170px;
  }

  .team-member-slide-nav {
    bottom: -70px;
  }

  .team-member-shape-1 {
    width: 55px;
  }

  .team-member-shape-2 {
    inset: 200px 0% auto auto;
  }

  .section-title-wrapper {
    width: 500px;
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-slider-wrapper {
    width: 538px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

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

  .testimonials-img {
    width: 538px;
    height: auto;
    display: none;
  }

  .testimonials-contant-card {
    padding: 50px 30px;
  }

  .testimonials-quote-wrap {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .quote-details-wrapper {
    max-width: 100%;
  }

  .quote-details {
    font-size: 20px;
    line-height: 30px;
    position: relative;
  }

  .testimonials-name {
    font-size: 24px;
    line-height: 34px;
  }

  .testimonials-designation {
    font-size: 17px;
    line-height: 27px;
  }

  .testimonials-left-arrow {
    inset: auto auto -100px 300px;
  }

  .testimonials-right-arrow {
    inset: auto 300px -100px auto;
  }

  .testimonials-shape-1 {
    width: 180px;
    left: 0;
    transform: translate(-40%);
  }

  .testimonials-shape-2 {
    width: 180px;
    display: block;
    inset: 340px 0 auto;
    transform: translate(-50%);
  }

  .faq-question {
    font-size: 22px;
    line-height: 32px;
  }

  .faq-arrow-icon-wrapper {
    width: 20px;
    height: 20px;
  }

  .faq-minus, .faq-plus {
    width: 20px;
  }

  .faq-answer {
    font-size: 16px;
    line-height: 26px;
  }

  .faq-contant-wrapper {
    z-index: 1;
  }

  .faq-shape-1 {
    width: auto;
    top: -120px;
    left: -40px;
  }

  .faq-shape-2 {
    z-index: 10;
    width: 150px;
    bottom: -80px;
    transform: translate(40%);
  }

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

  .blog-single-card {
    border-radius: 15px;
    padding: 20px;
  }

  .blog-image-wrap, .blog-img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .blog-card-contant {
    padding: 20px 0 0;
  }

  .blog-card-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
  }

  .blog-card-info-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .blog-info-text {
    font-size: 17px;
    line-height: 27px;
  }

  .cta-border {
    padding: 24px;
  }

  .cta-contant-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-contant-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .cta-left-wrap {
    width: 100%;
  }

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

  .cta-right-wrap {
    margin-left: 0;
  }

  .cta-image-wrapper {
    background-color: #0000;
    border-radius: 20px;
  }

  .cta-image {
    width: 991px;
    max-width: 100%;
  }

  .cta-contant-wrap {
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
  }

  .cta-contant {
    padding: 30px;
  }

  .footer-top-wrapper {
    margin-bottom: 60px;
  }

  .footer-details-wrap {
    max-width: 100%;
  }

  .footer-details {
    font-size: 27px;
  }

  .footer-shape-wrap {
    display: none;
  }

  .footer-newsletter-title {
    font-size: 24px;
    line-height: 34px;
  }

  .footer-top-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-middle-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-middle-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 3fr 1.75fr;
  }

  .footer-links-wrapper._02 {
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 0;
  }

  .footer-links-wrapper._03 {
    border-right-width: 0;
  }

  .single-footer-link-title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 34px;
  }

  ._2-columns-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .gallery-shape-4 {
    top: -20px;
  }

  .inner-banner-title {
    font-size: 50px;
    line-height: 60px;
  }

  .our-story-details {
    font-size: 18px;
  }

  .our-story-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .our-story-title {
    font-size: 32px;
    line-height: 42px;
  }

  .our-story-features-icon {
    width: 30px;
  }

  .our-story-features-item {
    font-size: 22px;
    line-height: 30px;
  }

  .our-story-title-wrap {
    max-width: 90%;
    margin-bottom: 30px;
  }

  .why-like-us-details-wrap {
    max-width: 70%;
  }

  .why-like-us-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .why-like-us-single-card {
    padding-right: 10px;
  }

  .skills-card-contant-wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 40px;
  }

  .skills-card-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .skills-details-wrap {
    max-width: 100%;
  }

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

  .excellence-single-card-wrap {
    padding: 30px 24px;
  }

  .excellence-card-icon-wrapper {
    border-radius: 15px;
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
    padding: 8px;
  }

  .excellence-icon {
    width: 35px;
  }

  .excellence-card-title {
    font-size: 24px;
    line-height: 34px;
  }

  .excellence-card-details {
    font-size: 16px;
    line-height: 26px;
  }

  .excellence-shape {
    width: 50px;
    top: -37px;
    left: 30px;
  }

  .community-contant-card {
    padding: 60px 40px;
  }

  .community-social-link {
    width: 80px;
    height: 80px;
    font-size: 20px;
  }

  .community-social-icon-wrap {
    padding: 5px;
  }

  .community-shape, .why-like-us-shape {
    width: 70px;
  }

  .contant-top-wrap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .blogs-collection-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .blogs-post-single-card {
    border-radius: 20px;
    padding: 20px;
  }

  .blogs-post-contant-wrap {
    padding: 24px 0 0;
  }

  .blogs-post-title {
    font-size: 24px;
    line-height: 34px;
  }

  .blog-single-title-wrapper {
    margin-bottom: 40px;
  }

  .blog-author-image-wrap {
    padding: 10px;
  }

  .blog-author-img {
    width: 55px;
  }

  .blog-author-name {
    font-size: 24px;
    line-height: 34px;
  }

  .blog-author-text {
    font-size: 17px;
    line-height: 27px;
  }

  .blog-single-divider {
    margin-top: 45px;
  }

  .blog-single-details h3 {
    margin-top: 40px;
    font-size: 32px;
    line-height: 42px;
  }

  .blog-single-details p {
    margin-bottom: 40px;
    font-size: 17px;
  }

  .blog-single-details blockquote {
    text-align: center;
    background-position: 50% 45px, 0 0;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 120px 40px 40px;
    font-size: 21px;
    line-height: 31px;
  }

  .blog-single-details li {
    font-size: 17px;
  }

  .blog-single-details figure {
    margin-bottom: 0;
  }

  .teachers-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .teachers-title-wrap {
    max-width: 100%;
  }

  .team-members-collection-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .team-members-single-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .members-single-title {
    font-size: 48px;
    line-height: 58px;
  }

  .members-single-designation-wrap {
    margin-bottom: 34px;
  }

  .events-single-top-contant {
    margin-bottom: 40px;
  }

  .events-single-grid {
    grid-template-columns: 1fr;
  }

  .events-single-details p {
    font-size: 17px;
    line-height: 27px;
  }

  .events-single-details ul {
    margin-top: 40px;
  }

  .events-single-details li {
    font-size: 17px;
    line-height: 27px;
  }

  .events-single-contant-card {
    border-radius: 20px;
  }

  .services-single-image-wrapper {
    margin-bottom: 40px;
  }

  .single-services-details h3 {
    font-size: 32px;
    line-height: 42px;
  }

  .single-services-details p {
    font-size: 17px;
    line-height: 27px;
  }

  .single-services-details ul {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .single-services-details li {
    font-size: 17px;
    line-height: 27px;
  }

  .single-services-details ol {
    margin-top: 30px;
  }

  .contact-us-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .contact-us-title-wrap {
    margin-bottom: 35px;
  }

  .contact-us-from-wrap {
    padding: 30px;
  }

  .contact-us-title {
    font-size: 32px;
    line-height: 42px;
  }

  .contact-from-title-wrap {
    margin-bottom: 30px;
  }

  .contact-from-details {
    font-size: 17px;
    line-height: 27px;
  }

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

  .pricing-name-time-wrapper {
    padding: 20px;
  }

  .pricing-name {
    font-size: 24px;
    line-height: 34px;
  }

  .pricing-time, .price-text {
    font-size: 17px;
    line-height: 27px;
  }

  .price {
    font-size: 42px;
    line-height: 52px;
  }

  .pricing-line {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .single-pricing-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pricing-features-item {
    font-size: 17px;
    line-height: 27px;
  }

  .pricing-card-contant-wrapper {
    padding: 20px;
  }

  .how-to-apply-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .how-to-apply-card {
    padding: 30px 24px;
  }

  .how-to-apply-number-wrapper {
    border-radius: 15px;
    width: 75px;
    height: 75px;
    margin-bottom: 24px;
    padding: 8px;
  }

  .how-to-apply-number-icon {
    width: 22px;
  }

  .how-to-apply-title {
    font-size: 24px;
    line-height: 34px;
  }

  .how-to-apply-details {
    font-size: 16px;
    line-height: 26px;
  }

  .your-application-card {
    padding: 30px;
  }

  .not-found-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .not-found-image-wrap {
    text-align: center;
  }

  .changelog-text-wrapper {
    width: 100%;
    padding-bottom: 50px;
  }

  .changelog-description-wrapper {
    padding: 30px;
  }

  .changelog-border {
    display: none;
  }

  .changelog-single-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .changelog-circle {
    display: none;
  }

  .changelog-facility-wrap {
    grid-row-gap: 12px;
  }

  .password-card {
    padding: 30px;
  }

  .password-icon {
    width: 70px;
  }

  .license-single-wrapper {
    margin-bottom: 80px;
  }

  .license-top-wrapper.mg-bottom-55px {
    margin-bottom: 40px;
  }

  .license-title {
    font-size: 40px;
    line-height: 50px;
  }

  .license-details-wrapper, .license-details-wrapper.max-width-688px, .license-details-wrapper.max-width-536px {
    max-width: 100%;
  }

  .licence-image-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .license-single-image-wrapper {
    border-radius: 20px;
  }

  .license-icon-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .license-single-icon-wrapper {
    width: 80px;
    height: 80px;
    padding: 10px;
  }

  .license-icon {
    width: 32px;
  }

  .style-guide-single-wrapper {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }

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

  .style-guide-title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .style-guide-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .style-color-plate-wrap {
    text-align: center;
  }

  .style-single-paragraph-wrap {
    margin-bottom: 40px;
  }

  .style-guide-paragraph-title {
    font-size: 24px;
    line-height: 34px;
  }

  .style-guide-single-paragraph {
    font-size: 17px;
    line-height: 27px;
  }

  .register-from-block {
    width: 100%;
  }

  .register-image-wrap {
    width: 570px;
    height: 310px;
    margin-left: auto;
    margin-right: auto;
  }

  .register-from-social-wrapper {
    margin-bottom: 30px;
  }

  .from-contant-wrap {
    width: 100%;
  }

  .section-title-2 {
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
  }

  .from-right-wrap {
    width: 100%;
    padding: 40px;
  }

  .register-from-text-block {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .register-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
  }

  .sign-in-button-wrap {
    margin-top: 0;
  }

  .register-logo-wrap {
    margin-bottom: 20px;
  }

  .register-top-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .register-form-wrap {
    text-align: center;
  }

  .register-contant-wrap {
    border-radius: 40px;
  }

  .from-left-wrap {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    max-width: 100%;
    padding: 40px 40px 75px;
  }

  .register-from-tag {
    grid-column-gap: 16px;
    margin-bottom: 30px;
  }

  .from-wrap {
    flex-direction: column;
    min-height: auto;
  }

  .register-shape-1 {
    width: 50px;
    top: -45px;
  }

  .register-title-shape-1 {
    width: 50px;
  }

  .register-title-shape-2 {
    top: 50px;
  }

  .register-details {
    max-width: 100%;
  }

  .courses-single-card {
    border-radius: 20px;
  }

  .courses-card-contant-wrapper {
    padding: 15px;
  }

  .courses-card-title {
    font-size: 24px;
    line-height: 34px;
  }

  .courses-card-details {
    font-size: 16px;
    line-height: 28px;
  }

  .courses-single-info-wrap.courses-price {
    padding-left: 10px;
    padding-right: 10px;
  }

  .courses-info-details {
    font-size: 17px;
    line-height: 27px;
  }

  .courses-info-details.courses-price {
    font-size: 22px;
  }

  .courses-collection-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .courses-name-wrapper {
    margin-bottom: 16px;
  }

  .courses-single-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .courses-single-title {
    font-size: 40px;
    line-height: 50px;
  }

  .courses-single-details {
    max-width: 100%;
    font-size: 17px;
    line-height: 29px;
  }

  .teacher-info-title {
    font-size: 17px;
    line-height: 29px;
  }

  .teacher-info-name, .teacher-review {
    font-size: 17px;
  }

  .courses-single-details-wrap {
    margin-bottom: 40px;
  }

  .single-courses-details h3 {
    margin-top: 35px;
    font-size: 35px;
    line-height: 45px;
  }

  .single-courses-details p {
    font-size: 16px;
    line-height: 28px;
  }

  .single-courses-details ul {
    font-size: 17px;
  }

  .course-teacher-title {
    font-size: 35px;
    line-height: 45px;
  }

  .course-teacher-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .course-teacher-name {
    font-size: 24px;
    line-height: 34px;
  }

  .course-teacher-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .course-teacher-details {
    font-size: 17px;
    line-height: 29px;
  }

  .courses-price-info {
    font-size: 16px;
    line-height: 26px;
  }

  .courses-single-price {
    font-size: 40px;
    line-height: 50px;
  }

  .products-details-wrapper {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .products-collection-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .products-card-contant-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .products-card-name {
    font-size: 24px;
    line-height: 34px;
  }

  .products-card-price {
    font-size: 17px;
    line-height: 27px;
  }

  .products-single-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .products-single-title {
    font-size: 48px;
    line-height: 58px;
  }

  .products-single-price, .products-details-title {
    font-size: 32px;
    line-height: 42px;
  }

  .about-us-video-wrap {
    width: 100px;
    height: 100px;
    bottom: 160px;
    right: 210px;
  }

  .products-cart-button {
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 25px;
  }

  .button-wrapper {
    display: none;
  }

  .hamburger-menu-wrapper {
    background-color: var(--natural-color-800);
    border-radius: 12px;
    width: 58px;
    min-width: 58px;
    height: 58px;
    min-height: 58px;
    padding: 0;
    overflow: hidden;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: var(--natural-color-800);
  }

  .hamburger-menu-lines {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .hamburger-menu-bar {
    background-color: var(--natural-color-100);
    width: 30px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .banner-shape-1 {
    width: 130px;
    top: 200px;
    left: 0;
    right: 15px;
  }

  .banner-shape-2 {
    width: 160px;
    inset: auto auto 80px 0;
  }

  .banner-shape-3 {
    display: inline-block;
    inset: 300px -30px auto auto;
  }

  .banner-shape-4 {
    display: none;
  }

  .image-2 {
    height: 120px;
  }

  .testimonials-shape-4 {
    display: none;
    left: auto;
    right: -40px;
  }

  .button-wrapper-copy {
    display: block;
  }

  .banner-details-copy {
    max-width: 450px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 40px;
    display: block;
  }

  .banner-shape-4-mobile {
    display: inline-block;
    bottom: 40px;
    left: auto;
    right: -40px;
  }

  .services-shape-3 {
    width: auto;
    display: inline-block;
    top: auto;
    bottom: 25%;
    right: 50%;
    transform: translate(50%);
  }

  .image-6 {
    margin-top: 80px;
    display: inline-block;
  }

  .features-contant-wrapper-mobile {
    max-width: 460px;
    display: block;
  }

  .testimonials-shape-3 {
    width: 120px;
    display: block;
    top: -60px;
    bottom: auto;
    right: -150px;
  }

  .testimonials-shape-5 {
    z-index: 10;
    display: inline-block;
    top: 220px;
    left: auto;
    right: -60px;
  }

  .testimonials-img-mobile {
    width: 538px;
    height: auto;
    display: inline-block;
  }

  .section-title-wrapper-faq {
    width: auto;
    max-width: 100%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-7 {
    z-index: 10;
    top: -80px;
  }

  .image-8 {
    bottom: -190px;
    right: 20px;
  }

  .image-9 {
    width: 295px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h2 {
    font-size: 50px;
    line-height: 60px;
  }

  h3 {
    font-size: 40px;
    line-height: 50px;
  }

  h4 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .container {
    z-index: 1;
  }

  .navbar-logo-wrapper {
    padding-left: 0;
  }

  .navbar-logo {
    width: 160px;
  }

  .primary-button {
    font-size: 16px;
    line-height: 22px;
  }

  .primary-button.mobile {
    display: block;
  }

  .section.banner {
    padding-top: 130px;
    padding-bottom: 160px;
  }

  .section.home-about-us {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.features, .section.courses, .section.counter-up, .section.gallery, .section.event {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.team-member {
    padding-top: 80px;
  }

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

  .section.faq, .section.faq.apply {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.cta {
    padding-bottom: 200px;
  }

  .section.footer {
    padding-top: 80px;
  }

  .section.inner-banner {
    margin-top: 104px;
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .section.our-story {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .section.why-like-us {
    background-color: #d9f5ff;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.skills {
    padding-top: 80px;
  }

  .section.excellence, .section.community {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  .section.blog-single {
    padding-top: 80px;
    padding-bottom: 34px;
  }

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

  .section.team-members {
    padding-bottom: 80px;
  }

  .section.team-members-single, .section.events, .section.service, .section.services-single, .section.events-single, .section.contact-us, .section.pricing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.how-to-apply, .section.your-application {
    padding-top: 80px;
  }

  .section.not-found, .section.changelog, .section.password, .section.license, .section.style-guide, .section.course, .section.checkout, .section.courses-single, .section.products, .section.products-single {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-dropdown.pages {
    width: auto;
  }

  .pages-dropdown-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .nav-link-title {
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 26px;
  }

  .pages-dropdown-list {
    padding: 24px 20px;
  }

  .page-dropdown-list-flex-wrap {
    grid-column-gap: 24px;
    justify-content: flex-start;
  }

  .pages-dropdown-link-wrap {
    padding: 0;
  }

  .cms-text {
    font-size: 16px;
  }

  .dropdown-single-nav-link {
    font-size: 18px;
    line-height: 18px;
  }

  .pages-dropdown-wrapper.w--open {
    width: 100%;
  }

  .dropdown-list-wrapper {
    grid-row-gap: 30px;
  }

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

  .banner-title {
    max-width: 100%;
    font-size: 48px;
    line-height: 58px;
  }

  .banner-details {
    max-width: 83%;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
  }

  .banner-image-1 {
    width: 300px;
    margin-left: 0;
  }

  .banner-image-2 {
    width: 250px;
  }

  .banner-image-3 {
    width: 250px;
    margin-left: -170px;
    margin-right: -170px;
  }

  .banner-cloud {
    height: 130px;
  }

  .home-about-us-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .home-about-us-left-wrap {
    max-width: 480px;
  }

  .home-about-us-image-wrap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .home-about-us-single-image-card._01, .home-about-us-single-image-card._02 {
    border-radius: 20px;
    max-width: 300px;
  }

  .home-about-us-shape-1 {
    width: 120px;
  }

  .home-about-us-shape-2 {
    width: 120px;
    bottom: 19px;
  }

  .home-about-us-right-wrap {
    max-width: 480px;
  }

  .home-about-us-contant {
    width: 80%;
    margin-left: 10%;
  }

  .section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .section-title.mg-bottom-16px {
    font-size: 34px;
    line-height: 44px;
  }

  .section-title.natural-color-100 {
    font-size: 35px;
    line-height: 45px;
  }

  .section-title.natural-color-100.mg-bottom-26px, .section-title.natural-color-100.mg-bottom-16px {
    font-size: 30px;
    line-height: 40px;
  }

  .section-title.mg-bottom-0px {
    font-size: 35px;
    line-height: 45px;
  }

  .section-details {
    font-size: 15px;
    line-height: 25px;
  }

  .section-details.mg-bottom-30px {
    margin-bottom: 25px;
  }

  .section-details.mg-bottom-40px {
    margin-bottom: 24px;
  }

  .section-details.how-keydo-description {
    font-size: 18px;
  }

  .about-us-details-wrap {
    margin-bottom: 30px;
  }

  .home-about-us-features-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .home-about-us-single-features {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .home-about-us-check-icon {
    width: 28px;
  }

  .services-collection-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .services-single-card.home {
    border-radius: 24px;
  }

  .services-card-title {
    font-size: 24px;
    line-height: 34px;
  }

  .services-card-details {
    margin-bottom: 35px;
  }

  .services-cloud-img {
    width: 130px;
  }

  .services-shape-1, .services-shape-2 {
    display: inline-block;
  }

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

  .features-left-grid {
    grid-template-columns: 1fr;
  }

  .single-features-contant-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .single-features-contant-flex._01 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .features-cloud-img {
    display: none;
  }

  .counter-up-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .counter-icon-wrapper {
    border-radius: 15px;
  }

  .counter-up-shape-1, .counter-up-shape-2 {
    display: none;
  }

  .gallery-contant-flex-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .single-gallery-contant, .single-gallery-contant.right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .single-gallery-contant.bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    align-items: flex-start;
  }

  .gallery-image-wrapper._03 {
    border-radius: 20px;
  }

  .gallery-image-wrapper._02, .gallery-image-wrapper._04 {
    border-radius: 20px;
    padding: 10px;
  }

  .gallery-image-wrapper._09, .gallery-image-wrapper._10 {
    border-radius: 20px;
  }

  .gallery-shape-1 {
    width: 30px;
    top: 0;
    left: 0;
  }

  .gallery-shape-2 {
    inset: auto 0% -30px auto;
  }

  .gallery-shape-3 {
    width: 35px;
    inset: auto auto 0% 0%;
  }

  .events-single-card._01 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .events-single-card._01.home {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .events-card-title {
    font-size: 24px;
    line-height: 34px;
  }

  .events-card-details {
    font-size: 16px;
    line-height: 26px;
  }

  .events-cloud-img {
    bottom: 0;
  }

  .events-shape-1 {
    width: 60px;
    right: 40px;
  }

  .events-shape-1.card-02 {
    width: 40px;
    left: 20px;
  }

  .events-shape-1.card-03 {
    width: 45px;
    left: 20px;
  }

  .events-shape-2 {
    width: 30px;
    top: 20px;
  }

  .events-shape-2.card-02 {
    width: 45px;
  }

  .events-shape-2.card-03 {
    width: 33px;
    right: 10px;
  }

  .events-title-link.home {
    margin-bottom: 16px;
  }

  .events-single-contant-wrap {
    padding: 40px 24px;
  }

  .events-single-contant-wrap.home {
    padding: 40px 20px;
  }

  .team-members-card-contant {
    padding-bottom: 25px;
  }

  .team-members-name {
    font-size: 22px;
    line-height: 32px;
  }

  .team-members-designation {
    font-size: 16px;
    line-height: 26px;
  }

  .team-members-slider-wrapper {
    padding-bottom: 140px;
  }

  .team-member-slide {
    margin-right: 30px;
  }

  .team-member-slide-nav {
    bottom: -60px;
  }

  .team-member-shape-1, .team-member-shape-2 {
    display: none;
  }

  .section-title-wrapper {
    margin-bottom: 35px;
  }

  .testimonials-details-wrapper {
    max-width: 90%;
  }

  .testimonials-details {
    font-size: 16px;
    line-height: 28px;
  }

  .testimonials-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .testimonials-contant-card {
    padding: 40px 24px;
  }

  .testimonials-quote-wrap {
    margin-bottom: 30px;
  }

  .testimonials-quote-icon {
    width: 70px;
  }

  .testimonials-name-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .testimonials-name {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonials-designation {
    font-size: 15px;
    line-height: 25px;
  }

  .testimonials-left-arrow {
    width: 55px;
    height: 55px;
    inset: auto auto -90px 165px;
  }

  .testimonials-right-arrow {
    width: 55px;
    height: 55px;
    inset: auto 165px -90px auto;
  }

  .testimonials-shape-1 {
    width: 150px;
    display: inline-block;
  }

  .testimonials-shape-2 {
    display: inline-block;
  }

  .faq-singel-wrapper {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-question {
    font-size: 18px;
    line-height: 28px;
  }

  .faq-arrow-icon-wrapper {
    width: 16px;
    height: 16px;
  }

  .faq-minus, .faq-plus {
    width: 16px;
    height: 2px;
  }

  .faq-answer {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .faq-shape-1 {
    width: 160px;
    display: inline-block;
    top: -80px;
  }

  .faq-shape-2 {
    display: inline-block;
  }

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

  .blog-card-name {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .cta-border {
    border-radius: 15px;
    padding: 20px;
  }

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

  .cta-image-wrapper {
    border-radius: 15px;
  }

  .cta-contant {
    padding: 24px;
  }

  .footer-top-wrapper {
    margin-bottom: 45px;
  }

  .footer-logo-wrap {
    margin-bottom: 25px;
  }

  .footer-details {
    font-size: 22px;
    line-height: 32px;
  }

  .footer-newsletter-title {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 32px;
  }

  .footer-top-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .input.newsletter {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .input.contact-us {
    height: 55px;
    font-size: 16px;
    line-height: 26px;
  }

  .input.textarea {
    min-height: 120px;
    font-size: 16px;
    line-height: 26px;
  }

  .input.password {
    height: 55px;
    font-size: 16px;
    line-height: 26px;
  }

  .submit-button.contact-us {
    font-size: 16px;
    line-height: 24px;
  }

  .submit-button.password {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 30px;
  }

  .footer-middle-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-middle-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
  }

  .single-footer-link-title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .footer-single-link {
    font-size: 17px;
    line-height: 27px;
  }

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

  .footer-copyright {
    font-size: 17px;
    line-height: 27px;
  }

  .gallery-shape-4 {
    width: 30px;
    top: -44px;
  }

  .inner-banner-title {
    font-size: 40px;
    line-height: 50px;
  }

  .single-breadcrumb-link {
    font-size: 17px;
  }

  .our-story-details-wrap {
    max-width: 84%;
  }

  .our-story-details {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .our-story-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .our-story-title {
    font-size: 28px;
    line-height: 38px;
  }

  .our-story-features-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .our-story-single-features-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .our-story-features-icon {
    width: 27px;
  }

  .our-story-features-item {
    font-size: 20px;
  }

  .our-story-title-wrap {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .our-story-video-wrap {
    width: 90px;
    height: 90px;
  }

  .why-like-us-details-wrap {
    max-width: 77%;
  }

  .why-like-us-single-card {
    border-radius: 20px;
    padding: 24px;
  }

  .why-like-us-card-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .why-like-us-card-image-wrap._02 {
    border-radius: 15px;
  }

  .skills-card-contant-wrap {
    border-radius: 15px;
    padding: 30px 24px;
  }

  .skills-card-grid {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
  }

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

  .excellence-single-card-wrap._03 {
    border-radius: 20px;
  }

  .excellence-shape {
    width: 40px;
    top: -28px;
  }

  .community-contant-wrap {
    border-radius: 20px;
    padding: 10px;
  }

  .community-contant-card {
    padding: 40px 24px;
  }

  .community-social-icon-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .community-social-link {
    width: 65px;
    height: 65px;
    padding: 6px;
    font-size: 18px;
  }

  .community-shape {
    width: 60px;
    bottom: -59px;
  }

  .why-like-us-shape {
    width: 50px;
    top: 160px;
  }

  .contant-top-wrap {
    margin-bottom: 35px;
  }

  .category-flex-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .blogs-collection-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .blog-single-author-date-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .blog-author-wrap {
    width: 100%;
  }

  .blog-author-image-wrap {
    padding: 7px;
  }

  .blog-author-img {
    width: 45px;
  }

  .blog-author-name {
    font-size: 22px;
    line-height: 32px;
  }

  .blog-time-date-wrap {
    width: 100%;
  }

  .blog-info {
    font-size: 17px;
  }

  .blog-single-divider {
    margin-top: 35px;
  }

  .blog-single-details h3 {
    margin-top: 35px;
    font-size: 28px;
    line-height: 38px;
  }

  .blog-single-details p {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 28px;
  }

  .blog-single-details blockquote {
    background-position: 50% 35px, 50%;
    margin-bottom: 35px;
    padding: 100px 20px 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .blog-single-details li {
    font-size: 16px;
    line-height: 28px;
  }

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

  .teachers-video-wrapper {
    width: 80px;
    height: 80px;
  }

  .teachers-video-icon {
    width: 25px;
  }

  .teachers-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .teacher-author-image-wrapper {
    width: 80px;
    height: 80px;
    padding: 10px;
  }

  .teachers-author-name {
    font-size: 24px;
    line-height: 34px;
  }

  .teachers-author-designation {
    font-size: 17px;
    line-height: 27px;
  }

  .team-members-collection-grid {
    grid-template-columns: 1fr;
  }

  .team-members-single-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .members-single-image-wrapper {
    border-radius: 20px;
  }

  .members-single-title {
    font-size: 35px;
    line-height: 45px;
  }

  .members-single-designation-wrap {
    margin-bottom: 30px;
  }

  .members-single-designation {
    font-size: 17px;
  }

  .events-date-info {
    font-size: 16px;
    line-height: 26px;
  }

  .events-single-top-contant {
    margin-bottom: 35px;
  }

  .events-single-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .events-single-details p {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .events-single-details ul {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-top: 30px;
  }

  .events-single-details li {
    font-size: 16px;
    line-height: 26px;
  }

  .events-single-image-wrapper {
    border-radius: 20px;
  }

  .events-single-contant-card {
    border-radius: 15px;
    padding: 30px;
  }

  .events-single-card-contant-wrap {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .events-info-text, .event-info-text {
    font-size: 17px;
    line-height: 27px;
  }

  .services-single-title-wrapper {
    margin-bottom: 30px;
  }

  .services-single-image-wrapper {
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .single-services-details h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .single-services-details p, .single-services-details li {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-us-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .contact-us-title-wrap {
    margin-bottom: 30px;
  }

  .single-contact-info-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contact-info-icon {
    width: 35px;
  }

  .contact-info {
    font-size: 17px;
    line-height: 27px;
  }

  .contact-us-from-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-us-title {
    font-size: 25px;
    line-height: 35px;
  }

  .contact-from-title-wrap {
    margin-bottom: 24px;
  }

  .pricing-grid, .how-to-apply-grid {
    grid-template-columns: 1fr;
  }

  .not-found-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .changelog-text-wrapper {
    padding-bottom: 40px;
  }

  .changelog-description-wrapper {
    border-radius: 20px;
    padding: 20px;
  }

  .changelog-single-wrapper {
    grid-row-gap: 16px;
  }

  .facility-item {
    font-size: 15px;
    line-height: 25px;
  }

  .changelog-date-text-block {
    font-size: 17px;
    line-height: 27px;
  }

  .changelog-date-wrapper {
    width: 100%;
  }

  .password-card {
    border-radius: 20px;
    padding: 24px;
  }

  .password-icon {
    width: 60px;
    margin-bottom: 20px;
  }

  .password-details {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
  }

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

  .license-top-wrapper, .license-top-wrapper.mg-bottom-55px {
    margin-bottom: 30px;
  }

  .license-title {
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
  }

  .license-details {
    font-size: 15px;
    line-height: 25px;
  }

  .licence-image-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .license-single-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .license-icon {
    width: 25px;
  }

  .license-button {
    padding: 13px 20px;
  }

  .style-guide-single-wrapper {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .style-guide-title {
    font-size: 20px;
    line-height: 30px;
  }

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

  .style-guide-color-code {
    font-size: 30px;
    line-height: 40px;
  }

  .style-guide-button-wrapper {
    flex-wrap: wrap;
  }

  .secondary-button.courses-single {
    line-height: 22px;
  }

  .register-from-block {
    width: 100%;
  }

  .register-image-wrap {
    width: 387px;
    height: 240px;
    padding-left: 0;
  }

  .register-from-social-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .from-contant-wrap {
    width: 100%;
  }

  .register-from-social-text {
    font-size: 16px;
  }

  .register-forget-text {
    font-size: 16px;
    line-height: 22px;
  }

  .section-title-2 {
    margin-bottom: 12px;
    font-size: 35px;
    line-height: 45px;
  }

  .register-checkbox-text {
    font-size: 16px;
  }

  .register-input {
    height: 52px;
  }

  .from-right-wrap {
    padding: 30px 24px;
  }

  .register-from-text-block {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .register-title {
    font-size: 35px;
    line-height: 45px;
  }

  .register-from {
    grid-row-gap: 22px;
  }

  .sign-in-button-wrap {
    margin-top: 0;
  }

  .register-from-tag-text {
    font-size: 16px;
    line-height: 20px;
  }

  .register-top-wrap {
    margin-bottom: 40px;
  }

  .register-from-tag-border {
    display: none;
  }

  .register-contant-wrap {
    border-radius: 30px;
  }

  .register-social-media-single {
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
    font-size: 18px;
  }

  .from-left-wrap {
    padding: 40px 20px;
  }

  .register-from-tag {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .register-shape-1 {
    width: 40px;
    top: -29px;
  }

  .register-shape-2 {
    width: 75px;
    right: 20px;
  }

  .register-image-wrapper._01 {
    border-radius: 20px;
  }

  .register-image-wrapper._02 {
    border-width: 5px;
    width: 70px;
    height: 70px;
    right: 0;
  }

  .register-image-wrapper._03 {
    border-width: 5px;
    width: 70px;
    height: 70px;
    bottom: -10px;
    left: 0;
  }

  .register-title-shape-1 {
    width: 35px;
  }

  .register-title-shape-2 {
    display: none;
  }

  .register-logo {
    width: 150px;
  }

  .register-details {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .card.checkout {
    margin-bottom: 30px;
  }

  .checkout-block-header {
    padding: 30px 30px 20px;
  }

  .title.checkout {
    font-size: 26px;
    line-height: 36px;
  }

  .checkout-block-content {
    padding: 0 30px 30px;
  }

  .courses-collection-grid {
    grid-template-columns: 1fr;
  }

  .courses-single-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .courses-single-title {
    font-size: 32px;
    line-height: 42px;
  }

  .courses-single-details {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 26px;
  }

  .teacher-info-title, .teacher-info-name, .teacher-review {
    font-size: 16px;
    line-height: 27px;
  }

  .single-courses-details h3 {
    margin-top: 25px;
    font-size: 30px;
    line-height: 40px;
  }

  .single-courses-details p {
    font-size: 15px;
    line-height: 27px;
  }

  .single-courses-details ul {
    font-size: 16px;
    line-height: 27px;
  }

  .course-teacher-title {
    font-size: 30px;
    line-height: 40px;
  }

  .course-teacher-grid {
    grid-template-columns: 1fr;
  }

  .course-teacher-details {
    font-size: 16px;
    line-height: 27px;
  }

  .courses-single-image-wrapper {
    border-radius: 20px;
    margin-bottom: 35px;
  }

  .courses-single-info-wrapper {
    border-radius: 20px;
    margin-bottom: 35px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .courses-single-list-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .courses-price-wrapper {
    margin-bottom: 35px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .courses-single-price {
    font-size: 32px;
    line-height: 42px;
  }

  .products-collection-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .products-single-card {
    border-radius: 20px;
  }

  .products-single-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .products-single-title {
    font-size: 35px;
    line-height: 45px;
  }

  .products-single-price {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 34px;
  }

  .quantity.add-to-cart {
    height: 55px;
  }

  .add-to-cart-button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 26px;
  }

  .products-single-divider {
    margin-top: 30px;
  }

  .products-details-title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .products-single-details {
    font-size: 16px;
    line-height: 26px;
  }

  .cart-quantity {
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
  }

  .about-us-video-wrap {
    width: 80px;
    height: 80px;
    bottom: 90px;
    right: 121px;
  }

  .about-us-video-play-icon {
    width: 24px;
  }

  .hamburger-menu-wrapper {
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px;
  }

  .mobile-button {
    z-index: 1;
    color: var(--natural-color-800);
    background-color: #90ee90;
    border-radius: 12px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .mobile-button-hover {
    z-index: -1;
    background-color: #81dfff;
    border-radius: 50%;
    width: 0;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 50% 0% 0% 50%;
    transform: translate(-50%, -50%);
  }

  .banner-shape-1 {
    width: 100px;
    left: -20px;
    right: 0;
  }

  .banner-shape-2 {
    width: 120px;
    left: -20px;
  }

  .banner-shape-3 {
    width: 142px;
    top: 220px;
    right: 0;
  }

  .image-2, .image-3 {
    height: 100px;
  }

  .image-4 {
    height: 170px;
  }

  .testimonials-shape-4 {
    display: none;
  }

  .banner-details-copy {
    max-width: 400px;
    margin-bottom: 24px;
    font-size: 25px;
    line-height: 35px;
  }

  .banner-shape-4-mobile {
    width: 200px;
  }

  .services-shape-3 {
    display: inline-block;
  }

  .image-6 {
    margin-bottom: 40px;
  }

  .testimonials-shape-3 {
    width: 80px;
    display: inline-block;
    right: -70px;
  }

  .testimonials-shape-5 {
    display: inline-block;
  }

  .section-title-wrapper-faq {
    margin-bottom: 35px;
  }

  .image-7 {
    width: 130px;
  }

  .image-8 {
    width: 150px;
    bottom: -170px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 35px;
    line-height: 45px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 25px;
    line-height: 35px;
  }

  h5 {
    font-size: 22px;
    line-height: 32px;
  }

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

  .split-contant.navbar-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .navbar-logo {
    width: 135px;
  }

  .nav-menu-links-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .single-nav-link {
    font-size: 16px;
    line-height: 26px;
  }

  .primary-button.mobile {
    background-size: contain;
    width: 150px;
    height: 39px;
  }

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

  .section.home-about-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.services {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.features, .section.courses, .section.counter-up, .section.gallery, .section.event {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.team-member {
    padding-top: 60px;
  }

  .section.testimonials {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

  .section.faq.apply {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.blog {
    padding-top: 0;
    padding-bottom: 120px;
  }

  .section.cta {
    padding-bottom: 160px;
  }

  .section.footer {
    padding-top: 60px;
  }

  .section.inner-banner {
    margin-top: 85px;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section.our-story, .section.why-like-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.skills {
    padding-top: 60px;
  }

  .section.excellence, .section.community {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.blogs {
    padding-bottom: 60px;
  }

  .section.blogs-categories {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.blog-single {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .section.teachers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.team-members {
    padding-bottom: 60px;
  }

  .section.team-members-single, .section.events, .section.service, .section.services-single, .section.events-single, .section.contact-us, .section.pricing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.how-to-apply, .section.your-application {
    padding-top: 60px;
  }

  .section.not-found, .section.changelog, .section.password, .section.license, .section.style-guide, .section.course, .section.checkout, .section.courses-single, .section.products, .section.products-single {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pages-dropdown-list {
    padding: 16px;
  }

  .page-dropdown-list-flex-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .dropdown-single-nav-link {
    font-size: 16px;
    line-height: 16px;
  }

  .pages-dropdown-wrapper {
    width: 100%;
  }

  .dropdown-list-wrapper {
    grid-row-gap: 24px;
  }

  .banner-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .banner-title {
    margin-bottom: 16px;
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
  }

  .banner-details {
    max-width: 100%;
    font-size: 15px;
    line-height: 25px;
  }

  .banner-image-1 {
    width: 200px;
  }

  .banner-image-2 {
    width: 180px;
  }

  .banner-image-3 {
    width: 180px;
    margin-left: -130px;
    margin-right: -130px;
  }

  .banner-cloud {
    height: 80px;
  }

  .home-about-us-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .home-about-us-left-wrap {
    max-width: 300px;
  }

  .home-about-us-single-image-card._01, .home-about-us-single-image-card._02 {
    border-width: 7px;
    border-radius: 16px;
    max-width: 200px;
  }

  .home-about-us-shape-1 {
    width: 80px;
  }

  .home-about-us-shape-2 {
    width: 80px;
    bottom: 0;
  }

  .home-about-us-right-wrap {
    max-width: 300px;
  }

  .home-about-us-contant {
    width: 100%;
    margin-left: 0%;
  }

  .section-title {
    font-size: 24px;
    line-height: 34px;
  }

  .section-title.mg-bottom-16px {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 34px;
  }

  .section-title.natural-color-100 {
    font-size: 25px;
    line-height: 35px;
  }

  .section-title.natural-color-100.mg-bottom-26px {
    font-size: 24px;
    line-height: 34px;
  }

  .section-title.natural-color-100.mg-bottom-16px {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .section-title.mg-bottom-0px {
    font-size: 24px;
    line-height: 34px;
  }

  .section-details {
    font-size: 15px;
    line-height: 25px;
  }

  .section-details.how-keydo-description {
    font-size: 17px;
  }

  .about-us-details-wrap {
    margin-bottom: 25px;
  }

  .home-about-us-features-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .home-about-us-check-icon {
    width: 25px;
  }

  .home-about-us-features-title {
    font-size: 20px;
    line-height: 28px;
  }

  .services-collection-grid {
    grid-template-columns: 1fr;
  }

  .services-single-card {
    padding: 24px 20px;
  }

  .services-single-card.home {
    border-radius: 20px;
  }

  .services-card-title {
    font-size: 20px;
    line-height: 30px;
  }

  .services-card-details {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
  }

  .read-more-button {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .services-cloud-img {
    width: 110px;
  }

  .services-shape-1, .services-shape-2 {
    display: inline-block;
  }

  .features-grid, .features-left-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .single-features-contant-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .single-features-contant-flex._01 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: center;
  }

  .single-features-contant {
    width: 100%;
    max-width: 250px;
  }

  .single-features-contant.right-align {
    width: 100%;
    max-width: 240px;
  }

  .features-single-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 30px;
  }

  .features-single-title.features-right-column {
    text-align: left;
    margin-left: auto;
  }

  .features-single-details {
    text-align: left;
    max-width: 100%;
    font-size: 12px;
    line-height: 18px;
  }

  .features-single-image-wrapper {
    width: 80px;
    height: 80px;
  }

  .features-single-img {
    width: 28px;
  }

  .counter-up-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .counter-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
    padding: 5px;
  }

  .counter-icon {
    width: 26px;
  }

  .counter-contant-wrap {
    height: 42px;
  }

  .number-digit {
    font-size: 32px;
    line-height: 42px;
  }

  .counter-info {
    font-size: 14px;
    line-height: 24px;
  }

  .gallery-shape-1 {
    width: 25px;
    top: -20px;
    left: -7px;
  }

  .gallery-shape-3 {
    width: 30px;
  }

  .events-collection-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .events-single-contant-wrapper.home {
    border-radius: 20px;
  }

  .events-collection-grid._01, .events-collection-grid._02 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .events-single-card._01 {
    border-radius: 24px;
    padding: 20px 16px 70px;
  }

  .events-single-card._01.border-color {
    padding-bottom: 70px;
  }

  .events-single-card._01.home {
    border-radius: 20px;
    padding: 20px 16px 60px;
  }

  .events-card-title {
    font-size: 18px;
    line-height: 30px;
  }

  .events-card-details {
    font-size: 15px;
    line-height: 25px;
  }

  .events-card-details.mg-bottom-24px {
    margin-bottom: 20px;
  }

  .events-shape-1 {
    width: 42px;
    display: none;
    right: 20px;
  }

  .events-shape-1.card-02 {
    width: 34px;
    display: none;
    bottom: 6px;
  }

  .events-shape-1.card-03 {
    display: none;
  }

  .events-shape-2 {
    width: 20px;
    display: none;
    right: 20px;
  }

  .events-shape-2.card-02 {
    width: 30px;
    display: none;
  }

  .events-shape-2.card-03 {
    width: 20px;
    display: none;
  }

  .events-title-link {
    margin-bottom: 16px;
  }

  .events-title-link.home {
    margin-bottom: 14px;
  }

  .events-single-contant-wrap, .events-single-contant-wrap.home {
    padding: 20px 16px;
  }

  .team-members-divider {
    margin-bottom: 12px;
  }

  .team-members-name {
    font-size: 20px;
    line-height: 30px;
  }

  .team-members-designation {
    font-size: 15px;
    line-height: 25px;
  }

  .team-members-slider-wrapper {
    padding-bottom: 115px;
  }

  .team-member-slide-nav {
    bottom: -55px;
  }

  .section-title-wrapper {
    margin-bottom: 24px;
  }

  .testimonials-details-wrapper {
    max-width: 100%;
  }

  .testimonials-details {
    font-size: 15px;
    line-height: 26px;
  }

  .testimonials-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 20px;
  }

  .testimonials-image-wrapper {
    border-radius: 30px;
  }

  .testimonials-contant-card {
    border-radius: 53px;
    padding: 30px 16px;
  }

  .testimonials-quote-wrap {
    margin-bottom: 20px;
  }

  .testimonials-quote-icon {
    width: 48px;
  }

  .testimonials-quote-number {
    font-size: 16px;
    line-height: 26px;
  }

  .quote-details-wrapper {
    text-align: center;
  }

  .quote-details {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonials-name-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .testimonials-left-arrow {
    width: 50px;
    height: 50px;
    inset: auto auto -82px 93px;
  }

  .testimonials-right-arrow {
    width: 50px;
    height: 50px;
    inset: auto 93px -82px auto;
  }

  .testimonials-shape-1 {
    width: 120px;
    display: inline-block;
    left: 10px;
  }

  .testimonials-shape-2 {
    width: 120px;
    display: inline-block;
    top: 60vw;
  }

  .faq-deails-wrapper {
    max-width: 100%;
  }

  .faq-singel-wrapper {
    border-radius: 15px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-question {
    font-size: 15px;
    line-height: 25px;
  }

  .faq-arrow-icon-wrapper {
    width: 16px;
    height: 16px;
  }

  .faq-minus, .faq-plus {
    width: 16px;
    height: 2px;
  }

  .faq-answer {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .faq-shape-1 {
    width: 130px;
  }

  .faq-shape-2 {
    width: 110px;
    display: inline-block;
    bottom: -60px;
  }

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

  .blog-single-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-card-name {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-card-divider {
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .blog-card-info-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-single-info-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-info-text {
    font-size: 16px;
    line-height: 26px;
  }

  .cta-border {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-contant-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .cta-contant-wrap {
    padding: 7px;
  }

  .cta-contant {
    padding: 20px 16px;
  }

  .footer-top-wrapper {
    margin-bottom: 35px;
  }

  .footer-logo-wrap {
    margin-bottom: 20px;
  }

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

  .footer-details {
    font-size: 17px;
    line-height: 25px;
  }

  .footer-social-media-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .social-media-link {
    width: 48px;
    height: 48px;
    font-size: 16px;
    line-height: 26px;
  }

  .footer-newsletter-title {
    letter-spacing: 0;
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 30px;
  }

  .newsletter-from {
    flex-direction: column;
  }

  .footer-top-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .input.newsletter {
    height: 50px;
  }

  .input.contact-us {
    height: 52px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    line-height: 23px;
  }

  .input.textarea {
    min-height: 110px;
    padding-left: 15px;
    padding-right: 14px;
    font-size: 13px;
    line-height: 23px;
  }

  .input.password {
    height: 50px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .input.checkout {
    height: 50px;
    font-size: 15px;
  }

  .submit-button.newsletter {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 26px;
  }

  .submit-button.contact-us {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .submit-button.password {
    line-height: 24px;
  }

  .submit-button.register {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
  }

  .footer-middle-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .footer-middle-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .single-footer-link-title {
    font-size: 20px;
    line-height: 30px;
  }

  .single-footer-links-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-single-link {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .footer-info {
    font-size: 16px;
    line-height: 26px;
  }

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

  .footer-copyright {
    font-size: 16px;
    line-height: 26px;
  }

  .gallery-shape-4 {
    top: -15px;
  }

  .inner-banner-title {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
  }

  .single-breadcrumb-link {
    font-size: 15px;
    line-height: 25px;
  }

  .our-story-details-wrap {
    max-width: 100%;
  }

  .our-story-details {
    font-size: 15px;
    line-height: 25px;
  }

  .our-story-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .our-story-image-wrapper {
    border-radius: 20px;
    padding: 10px;
  }

  .our-story-title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 34px;
  }

  .our-story-features-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .our-story-single-features-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .our-story-features-icon {
    width: 24px;
  }

  .our-story-features-item {
    font-size: 18px;
    line-height: 28px;
  }

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

  .our-story-video-wrap {
    width: 70px;
    height: 70px;
  }

  .our-story-play-icon {
    width: 22px;
  }

  .why-like-us-details-wrap {
    max-width: 100%;
  }

  .why-like-us-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .why-like-us-single-card {
    border-radius: 15px;
    padding: 20px 16px;
  }

  .why-like-us-card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .why-like-us-card-title {
    font-size: 20px;
    line-height: 30px;
  }

  .skills-card-contant-wrap {
    padding: 20px 16px;
  }

  .skills-card-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .skills-card-contant {
    text-align: center;
  }

  .progress-bar-title, .progress-bar-number {
    font-size: 18px;
    line-height: 28px;
  }

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

  .excellence-single-card-wrap {
    padding: 20px 16px;
  }

  .excellence-card-icon-wrapper {
    border-radius: 10px;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    padding: 5px;
  }

  .excellence-icon {
    width: 30px;
  }

  .excellence-card-title {
    font-size: 22px;
    line-height: 32px;
  }

  .excellence-card-details {
    font-size: 15px;
    line-height: 25px;
  }

  .excellence-shape {
    display: none;
  }

  .community-contant-wrap {
    border-radius: 15px;
    padding: 7px;
  }

  .community-contant-card {
    border-radius: 12px;
    padding: 20px 16px;
  }

  .community-social-icon-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .community-social-link {
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 26px;
  }

  .community-shape {
    width: 40px;
    bottom: -42px;
  }

  .why-like-us-shape {
    display: none;
  }

  .contant-top-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 30px;
  }

  .category-flex-wrap {
    flex-wrap: wrap;
  }

  .blog-cetegory-link {
    font-size: 16px;
    line-height: 26px;
  }

  .blogs-post-single-card {
    border-radius: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blogs-post-image-wrap, .blogs-post-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .blogs-post-title {
    font-size: 20px;
    line-height: 30px;
  }

  .blogs-post-divider {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .blog-single-title-wrapper {
    margin-bottom: 24px;
  }

  .blog-single-author-date-wrap, .blog-author-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .blog-author-img {
    width: 36px;
  }

  .blog-author-name {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-author-text {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-time-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-info {
    font-size: 16px;
    line-height: 28px;
  }

  .blog-date-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-single-divider {
    margin-top: 25px;
  }

  .blog-single-details h3 {
    margin-top: 24px;
    font-size: 24px;
    line-height: 34px;
  }

  .blog-single-details p {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 26px;
  }

  .blog-single-details blockquote {
    background-position: 50% 30px, 50%;
    background-size: 45px, cover;
    border-radius: 15px;
    margin-bottom: 24px;
    padding: 74px 16px 24px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-single-details li {
    font-size: 15px;
    line-height: 27px;
  }

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

  .teachers-video-wrapper {
    width: 65px;
    height: 65px;
  }

  .teachers-video-icon {
    width: 20px;
  }

  .teacher-author-image-wrapper {
    width: 60px;
    height: 60px;
  }

  .teachers-author-name {
    font-size: 20px;
    line-height: 30px;
  }

  .teachers-author-designation {
    font-size: 16px;
    line-height: 26px;
  }

  .team-members-single-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .members-single-title {
    font-size: 25px;
    line-height: 35px;
  }

  .members-single-designation-wrap {
    margin-bottom: 24px;
  }

  .members-single-designation-divider {
    height: 1px;
  }

  .members-single-designation {
    font-size: 16px;
    line-height: 26px;
  }

  .events-single-top-contant {
    margin-bottom: 30px;
  }

  .events-single-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .events-single-details p {
    font-size: 15px;
    line-height: 25px;
  }

  .events-single-details ul {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .events-single-details li {
    font-size: 14px;
    line-height: 24px;
  }

  .events-single-image-wrapper {
    border-width: 7px;
    border-radius: 15px;
  }

  .events-single-contant-card {
    border-radius: 10px;
    padding: 20px 16px;
  }

  .events-info-text, .event-info-text {
    font-size: 16px;
    line-height: 26px;
  }

  .services-single-title-wrapper {
    margin-bottom: 24px;
  }

  .services-single-image-wrapper {
    border-width: 7px;
    border-radius: 15px;
    margin-bottom: 20px;
  }

  .single-services-details h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .single-services-details p {
    font-size: 15px;
    line-height: 25px;
  }

  .single-services-details ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .single-services-details li {
    font-size: 14px;
    line-height: 24px;
  }

  .contact-us-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-us-title-wrap {
    margin-bottom: 24px;
  }

  .single-contact-info-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .contact-info-icon {
    width: 35px;
  }

  .contact-info {
    font-size: 15px;
    line-height: 25px;
  }

  .contact-us-from-wrap {
    border-width: 6px;
    border-radius: 20px;
    padding: 20px 16px;
  }

  .contact-us-title {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .contact-from-title-wrap {
    text-align: center;
    margin-bottom: 20px;
  }

  .contact-from-details {
    font-size: 16px;
    line-height: 26px;
  }

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

  .pricing-single-card {
    border-width: 7px;
    border-radius: 20px;
  }

  .pricing-name-time-wrapper {
    padding: 16px;
  }

  .pricing-name {
    font-size: 22px;
    line-height: 32px;
  }

  .pricing-time, .price-text {
    font-size: 16px;
    line-height: 26px;
  }

  .price {
    font-size: 32px;
    line-height: 42px;
  }

  .pricing-line {
    border-width: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .single-pricing-features {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pricing-features-item {
    font-size: 15px;
    line-height: 25px;
  }

  .pricing-card-contant-wrapper {
    padding: 16px;
  }

  .how-to-apply-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .how-to-apply-card {
    border-width: 7px;
    border-radius: 20px;
    padding: 20px 16px;
  }

  .how-to-apply-number-wrapper {
    width: 65px;
    height: 65px;
    margin-bottom: 16px;
  }

  .how-to-apply-number-icon {
    width: 18px;
  }

  .how-to-apply-details {
    font-size: 14px;
    line-height: 24px;
  }

  .your-application-card {
    border-width: 7px;
    border-radius: 20px;
    padding: 20px 16px;
  }

  .not-found-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .changelog-text-wrapper {
    padding-bottom: 30px;
  }

  .changelog-description-wrapper {
    border-width: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .facility-item {
    font-size: 14px;
    line-height: 24px;
  }

  .facility-item-wrapper {
    grid-column-gap: 10px;
  }

  .facility-circle {
    width: 10px;
    height: 10px;
  }

  .changelog-date-text-block {
    font-size: 16px;
    line-height: 26px;
  }

  .password-card {
    border-width: 7px;
    border-radius: 15px;
    padding: 20px 16px;
  }

  .password-icon {
    width: 45px;
    margin-bottom: 16px;
  }

  .password-details {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
  }

  .license-single-wrapper {
    margin-bottom: 30px;
  }

  .license-top-wrapper.mg-bottom-55px {
    margin-bottom: 25px;
  }

  .license-title {
    font-size: 24px;
    line-height: 34px;
  }

  .license-details {
    font-size: 14px;
    line-height: 24px;
  }

  .licence-image-grid {
    grid-template-columns: 1fr;
  }

  .license-single-image-wrapper {
    border-width: 7px;
    padding: 7px;
  }

  .license-single-image-wrapper._03 {
    padding: 7px;
  }

  .license-single-image-wrapper._05 {
    border-width: 7px;
    padding: 7px;
  }

  .license-single-image-wrapper._02, .license-single-image-wrapper._04, .license-single-image-wrapper._06, .license-single-image-wrapper._08 {
    padding: 7px;
  }

  .license-icon-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .license-single-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .license-icon {
    width: 20px;
  }

  .license-button-wrapper {
    flex-direction: column;
  }

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

  .style-guide-single-wrapper {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 24px;
  }

  .style-guide-title {
    font-size: 18px;
    line-height: 28px;
  }

  .style-color-plate-wrapper {
    border-radius: 15px;
    padding: 10px;
  }

  .style-guide-color-code {
    font-size: 24px;
    line-height: 34px;
  }

  .style-single-paragraph-wrap {
    margin-bottom: 24px;
  }

  .style-guide-paragraph-title {
    font-size: 20px;
    line-height: 30px;
  }

  .style-guide-single-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .style-guide-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .secondary-button {
    font-size: 16px;
    line-height: 22px;
  }

  .style-guide-button {
    width: 50px;
    height: 50px;
  }

  .register-image-wrap {
    width: 244px;
    height: 160px;
  }

  .register-from-social-wrapper {
    grid-row-gap: 16px;
    margin-bottom: 20px;
  }

  .register-forget-text {
    font-size: 15px;
  }

  .section-title-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .register-checkbox-text {
    font-size: 15px;
  }

  .register-input {
    height: 48px;
    padding: 16px 20px;
    font-size: 15px;
  }

  .from-right-wrap {
    padding: 24px 20px;
  }

  .register-from-text-block {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .register-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 34px;
  }

  .register-from {
    grid-row-gap: 22px;
  }

  .register-logo-wrap {
    margin-bottom: 16px;
  }

  .register-from-tag-text {
    font-size: 16px;
  }

  .register-remember-submit-wrap {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .register-top-wrap {
    margin-bottom: 24px;
  }

  .register-contant-wrap {
    border-radius: 20px;
  }

  .register-social-media-single {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 16px;
  }

  .from-left-wrap {
    padding: 30px 20px;
  }

  .checkbox {
    width: 16px;
    height: 16px;
  }

  .register-from-tag {
    margin-bottom: 20px;
  }

  .register-shape-1 {
    width: 35px;
    display: none;
    top: -25px;
  }

  .register-shape-2 {
    width: 60px;
    bottom: -7px;
  }

  .register-image-wrapper._01 {
    border-radius: 15px;
    padding: 7px;
  }

  .register-image-wrapper._02 {
    border-width: 4px;
    width: 60px;
    height: 60px;
    top: 0;
  }

  .register-image-wrapper._03 {
    border-width: 4px;
    width: 60px;
    height: 60px;
    bottom: 0;
  }

  .register-title-shape-1 {
    width: 29px;
    display: none;
    right: 0;
  }

  .register-logo {
    width: 140px;
  }

  .register-details {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 25px;
  }

  .courses-single-wrapper.home {
    border-radius: 20px;
  }

  .courses-single-card {
    border-radius: 15px;
    padding: 10px;
  }

  .courses-card-contant-wrapper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .courses-card-title {
    font-size: 20px;
    line-height: 30px;
  }

  .courses-card-details {
    font-size: 14px;
    line-height: 24px;
  }

  .courses-divider {
    margin-top: 16px;
  }

  .courses-single-info-wrap.courses-price {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .courses-info-details {
    font-size: 16px;
    line-height: 26px;
  }

  .courses-info-details.courses-price {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .card.checkout {
    margin-bottom: 24px;
  }

  .checkout-block-header {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title.checkout {
    font-size: 18px;
    line-height: 28px;
  }

  .checkout-required {
    font-size: 15px;
    line-height: 25px;
  }

  .checkout-block-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }

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

  .shipping-method {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .shipping-method-wrapper {
    align-items: center;
  }

  .order-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }

  .order-item-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .order-item-img {
    width: 70px;
  }

  .order-item-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .order-item-price {
    font-size: 16px;
  }

  .courses-collection-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .courses-name-wrapper {
    margin-bottom: 14px;
  }

  .courses-single-title {
    font-size: 25px;
    line-height: 35px;
  }

  .courses-single-details {
    margin-bottom: 20px;
  }

  .single-teacher-name-wrap, .single-review-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .courses-single-details-wrap {
    margin-bottom: 24px;
  }

  .single-courses-details h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .single-courses-details ul {
    margin-top: 20px;
    font-size: 15px;
  }

  .course-teacher-title {
    font-size: 24px;
    line-height: 34px;
  }

  .course-teacher-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .course-teacher-image-wrapper {
    border-width: 7px;
    border-radius: 20px;
    padding: 7px;
  }

  .course-teacher-name {
    font-size: 22px;
    line-height: 32px;
  }

  .course-teacher-designation {
    font-size: 16px;
    line-height: 26px;
  }

  .course-teacher-details {
    font-size: 15px;
    line-height: 26px;
  }

  .courses-single-image-wrapper {
    border-width: 7px;
    margin-bottom: 30px;
    padding: 7px;
  }

  .courses-single-info-wrapper {
    margin-bottom: 30px;
    padding: 20px 16px;
  }

  .courses-single-list-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .courses-list-features-name, .course-list-feature {
    font-size: 16px;
    line-height: 26px;
  }

  .courses-price-wrapper {
    margin-bottom: 24px;
  }

  .courses-price-info {
    font-size: 15px;
    line-height: 25px;
  }

  .courses-single-price {
    font-size: 28px;
    line-height: 38px;
  }

  .products-single-card {
    border-width: 7px;
  }

  .products-image-link-wrapper {
    padding: 7px;
  }

  .products-card-contant-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .products-card-name {
    font-size: 22px;
    line-height: 32px;
  }

  .products-card-price {
    font-size: 16px;
    line-height: 26px;
  }

  .products-single-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .products-single-image-wrapper {
    border-width: 7px;
    border-radius: 20px;
  }

  .products-single-title {
    font-size: 25px;
    line-height: 35px;
  }

  .products-single-price {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .add-to-cart-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .add-to-cart-quantity {
    font-size: 16px;
    line-height: 26px;
  }

  .quantity.add-to-cart {
    width: 100%;
  }

  .add-to-cart-button {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .products-details-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 34px;
  }

  .products-single-details {
    font-size: 15px;
    line-height: 25px;
  }

  .cart-button {
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .cart-quantity {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    font-size: 11px;
  }

  .about-us-video-wrap {
    width: 65px;
    height: 65px;
    padding: 7px;
    bottom: 45px;
    right: 72px;
  }

  .about-us-video-play-icon {
    width: 22px;
  }

  .products-cart-button {
    font-size: 17px;
  }

  .hamburger-menu-wrapper {
    border-radius: 10px;
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
  }

  .mobile-button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
  }

  .banner-shape-1 {
    display: inline-block;
    left: -60px;
  }

  .banner-shape-2 {
    display: none;
  }

  .banner-shape-3 {
    width: 100px;
    top: 200px;
    right: -20px;
  }

  .image {
    width: 180px;
  }

  .image-4 {
    height: 120px;
  }

  .banner-details-copy {
    max-width: 100%;
    font-size: 19px;
    line-height: 28px;
  }

  .banner-shape-4-mobile {
    display: none;
  }

  .services-shape-3 {
    display: inline-block;
  }

  .testimonials-shape-3 {
    top: -100px;
    right: -50px;
  }

  .testimonials-shape-5 {
    width: 100px;
    display: inline-block;
    top: 100px;
    right: -40px;
  }

  .section-title-wrapper-faq {
    margin-bottom: 24px;
  }

  .image-7 {
    width: 90px;
    top: -60px;
  }

  .image-8 {
    width: 110px;
    bottom: -120px;
  }
}

#w-node-_574618a0-f17e-0a94-737f-a9fa495a5b51-a4be7c52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02f25408-06a3-1f8d-67c2-8247e0d5ec18-a4be7c52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_36195944-6f06-3c5a-3c2a-5085f15aeeaa-a4be7c52, #w-node-_4a4b088f-e55b-ca5b-a2a1-dcbefd13d6be-a4be7c52, #w-node-_7f8829f2-30d0-21a9-c373-a4b64d6d7759-a4be7c52, #w-node-_676c487d-da84-097b-e394-68a917c13e68-a4be7c52, #w-node-e5f53f09-70b1-480b-df8d-b11759b41a11-a4be7c52, #w-node-daf6b674-162c-77c5-714f-428f3c793edb-a4be7c52, #w-node-a46a699f-5951-e1dc-6133-6e12dbc3a81d-a4be7c52, #w-node-_044c40e9-e32d-c592-892b-4d6c8bf5695f-a4be7c52, #w-node-_1ca30091-b137-b654-2cf4-08a68b9d1aad-a4be7c52, #w-node-_02617546-a9f8-dfdc-e2a2-9ceaeb7feff8-a4be7c52, #w-node-_02617546-a9f8-dfdc-e2a2-9ceaeb7feffa-a4be7c52, #w-node-_02617546-a9f8-dfdc-e2a2-9ceaeb7ff004-a4be7c52, #w-node-_8d514381-8d30-230d-354f-5956b49858f4-a4be7c52, #w-node-_8d514381-8d30-230d-354f-5956b49858f6-a4be7c52, #w-node-_7046cc42-29ed-9665-97ab-6f0c40824d4f-a4be7c52, #w-node-_8d514381-8d30-230d-354f-5956b498590d-a4be7c52, #w-node-fa745447-3572-992d-4d3b-cff72d460249-a4be7c52, #w-node-_8d514381-8d30-230d-354f-5956b498591a-a4be7c52, #w-node-_3b3ad38b-ef7f-8aae-7fc9-1a990fcab16c-a4be7c52, #w-node-_3fcb480d-2d56-b5cf-d01a-8e02e556cebe-a4be7c52, #w-node-_32f33d10-3603-fa9a-da0c-8ff80446085b-a4be7c52, #w-node-f3a77914-c694-1043-1ded-14835a551d8d-a4be7c52, #w-node-_3e9474d1-d5fc-185b-30d2-a736d576b2a4-a4be7c52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4781bfca-51df-55a3-8f6e-9759cd419dce-a4be7c52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_11d86867-4942-73a8-0251-d53600488648-a4be7c52, #w-node-_11d86867-4942-73a8-0251-d5360048864a-a4be7c52, #w-node-_2c182bb1-f0a6-d66f-e35f-03a73c448a6a-a4be7c52, #w-node-_2c182bb1-f0a6-d66f-e35f-03a73c448a6c-a4be7c52, #w-node-_6b018e3c-cc19-bee0-aa7d-9fecae30d4f7-ae30d4ce, #w-node-_6b018e3c-cc19-bee0-aa7d-9fecae30d50a-ae30d4ce, #w-node-_6b018e3c-cc19-bee0-aa7d-9fecae30d52e-ae30d4ce, #w-node-_6b018e3c-cc19-bee0-aa7d-9fecae30d541-ae30d4ce, #w-node-_931d3849-4150-3c8a-8b96-6ae3324859bc-a4be7c5b, #w-node-_9c89bff7-68c3-f5fd-da2c-5756a7e8db66-a4be7c5b, #w-node-_11d095db-8d64-40f7-2a73-13f220fdaa7d-a4be7c5c, #w-node-a7db4903-0499-538c-33be-8259638525c2-a4be7c5c, #w-node-a18c8378-4539-cd5b-78d6-dcc202b845f7-a4be7c5c, #w-node-_7d0fdfbf-9c2d-1233-a878-7c692310c54a-a4be7c5c, #w-node-_7d0fdfbf-9c2d-1233-a878-7c692310c54c-a4be7c5c, #w-node-e05d59e0-54ba-df37-3715-ad01a917a962-a4be7c5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecdbad01-9ee0-727d-c42a-63b7b74d99c2-a4be7c5c, #w-node-_7d0fdfbf-9c2d-1233-a878-7c692310c550-a4be7c5c, #w-node-_7d0fdfbf-9c2d-1233-a878-7c692310c552-a4be7c5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c4e05bf-6c98-b736-0a14-32532d172846-a4be7c5d, #w-node-f958a06f-fa75-34b0-4249-b68395e95eaf-a4be7c5d, #w-node-_57c92c3c-f843-a284-d1c7-7503874b8f48-a4be7c5d, #w-node-_48b809d7-3483-6894-fba5-3eb7545c3926-a4be7c5d, #w-node-d89f1b15-ad12-6efa-c078-0c05cedc2ce0-a4be7c5d, #w-node-_860d2d44-aa1e-9a7e-f6f1-26ba6735e729-a4be7c5d, #w-node-_6a1f7c70-e151-4c35-e693-5092d2f5fdaf-a4be7c5d, #w-node-_3ea0a406-90fd-303a-8014-5d49b3c99279-a4be7c5d, #w-node-d3dcfe7d-6c6c-69a1-5e7e-4517ce6633f7-a4be7c5d, #w-node-a9e69207-a42b-8c9a-2112-498034bb81af-a4be7c5d, #w-node-_4affb726-baeb-d27c-bb1f-6d1f379789a8-a4be7c5d, #w-node-_4affb726-baeb-d27c-bb1f-6d1f379789ab-a4be7c5d, #w-node-_4affb726-baeb-d27c-bb1f-6d1f379789ae-a4be7c5d, #w-node-_8b3835f8-1878-f5fc-21ae-1be66bc5c0db-a4be7c5d, #w-node-_8b3835f8-1878-f5fc-21ae-1be66bc5c0de-a4be7c5d, #w-node-_8b3835f8-1878-f5fc-21ae-1be66bc5c0e1-a4be7c5d, #w-node-_1c4a394c-e55b-328b-c037-812ded979926-a4be7c5d, #w-node-_1c4a394c-e55b-328b-c037-812ded979929-a4be7c5d, #w-node-_1c4a394c-e55b-328b-c037-812ded97992c-a4be7c5d, #w-node-c44bfc7e-3069-0365-173a-49d01d1e135e-a4be7c5d, #w-node-_50ab53fb-f052-36e0-1d32-dc6631d72b30-a4be7c5d, #w-node-_66c34f5a-74a2-dc4f-e374-2ec467cf55d2-a4be7c5d, #w-node-_2dc8f218-4b32-1d46-a5bf-cc30c6e1ee19-a4be7c5d, #w-node-bc97939b-564f-7008-d922-ff80870978c6-a4be7c5d, #w-node-_5a8a0cb4-06f0-12a1-5c6a-8d32231c122d-a4be7c5d, #w-node-_1aca0518-ebbd-7f28-39e9-832059165eee-a4be7c62, #w-node-_0bbd6264-8530-b46a-b7a9-4caed47e67d4-a4be7c62, #w-node-_58effbe9-a7e0-8821-aab0-450fea139848-a4be7c62, #w-node-a24e03ea-afe8-ffbb-9d1d-b535d16d80be-a4be7c62, #w-node-_12d5294b-3331-f3cf-a0d3-f5f2f9fbc4e9-a4be7c62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_782ca16a-2424-0b99-790e-1de21ac5ed19-a4be7c62, #w-node-e6389df2-1a8c-0ffc-bc4d-f41111a8e2eb-a4be7c62, #w-node-_61e4a3d7-d598-479f-a164-c3e661af1896-a4be7c62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0de9ab44-f274-b3c8-98bc-f61a6c27c22e-a4be7c67, #w-node-_951d51a0-3aee-20a6-c541-c48136abfbe1-a4be7c67, #w-node-_335b670f-7493-4955-a597-3cd07b233713-a4be7c67, #w-node-_32b4c43c-5883-cb28-91e0-8fb8811f3bf8-a4be7c67, #w-node-_1a5112e3-0f4c-5b9c-4300-558a19501813-a4be7c68, #w-node-_1a5112e3-0f4c-5b9c-4300-558a19501817-a4be7c68, #w-node-ff73bf1e-4f70-2d48-6505-3affea461b3c-a4be7c69, #w-node-_4d9384e3-c7a5-a0c0-5286-416f5d77d8cf-a4be7c69, #w-node-_23a5b150-c3c3-6ea8-5c75-5d38730526b0-a4be7c69, #w-node-_47d0640f-0738-8347-4933-9519dfd49660-a4be7c6c, #w-node-ad1177c0-053c-be57-4dc0-c914526ce013-a4be7c6c, #w-node-ec0b56ed-20e3-c766-5ab9-a63341872149-a4be7c6e, #w-node-efabbac9-fad3-3cf5-4305-4d17e5fa2e87-a4be7c6f, #w-node-d949b2df-f776-0e4c-fc6b-97c6b91444bb-a4be7c6f, #w-node-_5648b6f3-815b-3875-1dc0-9be8878e85d7-a4be7c6f, #w-node-_747d388c-e2cf-5173-a966-8827e70b8216-a4be7c6f, #w-node-_2428a46c-de26-34af-366a-984d2bb85e82-a4be7c6f, #w-node-_1f40d279-9dd4-83e2-3b06-ba27be3cde4b-a4be7c6f, #w-node-_64651ad3-566c-65d4-821e-11585811d2c8-a4be7c6f, #w-node-_461e8e63-c1dc-9c61-1eb8-9bafce17a045-a4be7c6f, #w-node-_30369bbd-336f-f498-abc5-72d4364172d4-a4be7c6f, #w-node-_31434d06-8eb4-4f2d-6b94-0bfb4b6aa788-a4be7c72, #w-node-_2c9a80ef-ad13-d23e-f1ad-6037c6af2c97-a4be7c72, #w-node-ce43de5b-eaa6-d1bd-9f5d-8ea7bba19ea5-a4be7c72, #w-node-f8c148cf-e6c6-e90b-72d7-f124b6f25982-a4be7c74, #w-node-_4c8b1cd7-2736-818e-e389-55554acf5c93-a4be7cad, #w-node-_4c8b1cd7-2736-818e-e389-55554acf5c9b-a4be7cad, #w-node-cdfdd375-86b3-4f36-788d-448a7b90e115-a4be7cae, #w-node-cdfdd375-86b3-4f36-788d-448a7b90e11d-a4be7cae, #w-node-b09d7173-005d-6ee6-7e78-81f0d1724934-a4be7caf, #w-node-_9446e175-3239-19de-ac1f-53916d99f15e-a4be7caf, #w-node-_6f4aeb63-c917-af4b-a787-c8d1dd5c3862-a4be7caf, #w-node-d7309db1-fe21-6568-1465-322b127caa8e-a4be7caf, #w-node-_4fc77efc-d959-c743-62f0-2e50e115e836-a4be7caf, #w-node-_1e5c9b7a-9e50-e581-5d50-173fc208f7bb-a4be7caf, #w-node-_933cf7c8-e46e-78d4-7ea1-ea253252f7ca-a4be7caf, #w-node-_2ed83f22-75eb-6b75-1a51-4faaf53b3e9b-a4be7caf, #w-node-c8cdc165-176b-684f-eabe-21599411d389-a4be7cb0, #w-node-_9ff33d94-bcbb-ac02-47b3-76686eb431c4-a4be7cb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1ca30091-b137-b654-2cf4-08a68b9d1aad-a4be7c52 {
    order: 9999;
  }

  #w-node-_71ef920e-45c0-5c91-00bc-c79ab459eb5b-b459eb57, #w-node-_71ef920e-45c0-5c91-00bc-c79ab459eb70-b459eb57, #w-node-_6b018e3c-cc19-bee0-aa7d-9fecae30d4d2-ae30d4ce, #w-node-_6b018e3c-cc19-bee0-aa7d-9fecae30d4e7-ae30d4ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6b018e3c-cc19-bee0-aa7d-9fecae30d541-ae30d4ce {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-db9151f4-4ef0-848f-ed27-4fdf3fd92372-a4be7c52 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6b018e3c-cc19-bee0-aa7d-9fecae30d50a-ae30d4ce {
    grid-column: span 2 / span 2;
  }

  #w-node-_6b018e3c-cc19-bee0-aa7d-9fecae30d52e-ae30d4ce {
    grid-column: span 3 / span 3;
  }

  #w-node-a24e03ea-afe8-ffbb-9d1d-b535d16d80be-a4be7c62, #w-node-_12d5294b-3331-f3cf-a0d3-f5f2f9fbc4e9-a4be7c62 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6b018e3c-cc19-bee0-aa7d-9fecae30d4f7-ae30d4ce, #w-node-_6b018e3c-cc19-bee0-aa7d-9fecae30d50a-ae30d4ce {
    grid-column: span 3 / span 3;
  }

  #w-node-_7d0fdfbf-9c2d-1233-a878-7c692310c54a-a4be7c5c, #w-node-_7d0fdfbf-9c2d-1233-a878-7c692310c54c-a4be7c5c, #w-node-e05d59e0-54ba-df37-3715-ad01a917a962-a4be7c5c {
    grid-column: span 2 / span 2;
  }

  #w-node-_7d0fdfbf-9c2d-1233-a878-7c692310c54e-a4be7c5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ecdbad01-9ee0-727d-c42a-63b7b74d99c2-a4be7c5c {
    grid-column: span 2 / span 2;
  }

  #w-node-_7e072d8c-9e4e-e0cc-77d2-b035438958ad-a4be7c5d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}