:root {
  --light-gray: #d0d0d0;
  --white: #fff;
  --matte: #2f2f2f;
  --primary: #dcf692;
  --black: #1d2025;
  --dark-gray: var(--black);
  --transparent: #0000;
  --border-radius: 20px;
  --primary-blue: #0c5e96;
  --orange: #ff8502;
  --primary-50: #dcf69280;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartquantity {
  -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-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@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: #222;
  letter-spacing: .01em;
  flex-direction: column;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11.11vw;
  font-weight: 500;
  line-height: 8.89vw;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.44vw;
  font-weight: 400;
  line-height: 5vw;
}

h3 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.33vw;
  font-weight: 400;
  line-height: 3.89vw;
}

h4 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.22vw;
  font-weight: 500;
  line-height: 2.78vw;
}

h5 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.11vw;
}

h6 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .89vw;
  font-weight: 400;
  line-height: 1vw;
}

p {
  color: var(--light-gray);
  margin-bottom: 0;
}

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

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

li {
  letter-spacing: .07vw;
  font-weight: 300;
}

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

label {
  margin-bottom: .3125rem;
  font-weight: 100;
  display: block;
}

sup {
  background-image: linear-gradient(0deg, var(--matte), var(--primary) 70%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

blockquote {
  border-left: .3125rem solid var(--primary);
  letter-spacing: .07vw;
  padding: 1.11vw 2.22vw;
  font-weight: 300;
}

figcaption {
  text-align: center;
  margin-top: .3125rem;
  font-weight: 300;
}

.space {
  min-height: 4.4vw;
}

.space-large {
  min-height: 8vw;
  display: block;
}

.space-mid {
  min-height: 3rem;
}

.space-small {
  min-height: 1.7vw;
}

.invert {
  filter: invert();
}

.container-full {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-full.padding-72px {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.container-full.padding-144px {
  padding-left: 9rem;
  padding-right: 9rem;
}

.container-full.padding-216px {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.section {
  width: 100%;
}

.features-image {
  box-shadow: none;
  object-fit: cover;
  min-height: 37.5rem;
  position: absolute;
}

.features-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.title-wrapper-old {
  grid-column-gap: 1.125rem;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.color-black {
  color: var(--black);
}

.centered {
  text-align: center;
}

.space-text {
  min-height: 1.1vw;
}

.space-semi {
  min-height: 2.2vw;
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Background.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  width: 16.25rem;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-flex {
  grid-column-gap: 1.1vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-flex-block {
  justify-content: flex-start;
  align-items: flex-end;
}

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

.gallery-image.min-height {
  min-height: 250px;
  max-height: 250px;
}

.gallery-image.min-height.hide {
  display: none;
}

.nav-tab-law {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: flex;
}

.description-max-width {
  text-align: center;
  white-space: normal;
  max-width: 40.28vw;
  margin-left: auto;
  margin-right: auto;
}

.description-max-width.add-width {
  max-width: 37.5rem;
}

.licenses-wrapper {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.utilities-row {
  flex-wrap: wrap;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utilities-wrapper-full {
  object-fit: fill;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.font-link {
  color: var(--primary);
}

.font-link:hover {
  color: var(--white);
}

.utilities-gallery-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.gallery-one {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.gallery-image-wrapper {
  object-fit: cover;
  background-color: #0006;
  border-radius: .3125rem;
  flex-direction: column;
  width: 100%;
  min-height: 18.75rem;
  max-height: 18.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-image-wrapper:hover {
  background-color: #00000080;
}

.gallery-grid-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.gallery-list-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 100px;
  display: flex;
}

.row-tab-law {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utilities-wrapper {
  text-align: center;
  width: 100%;
  max-width: 55.56vw;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-max-width {
  text-align: center;
  max-width: 29.17vw;
  margin-left: auto;
  margin-right: auto;
}

.color-white {
  color: var(--white);
}

.logo {
  filter: invert(0%);
  white-space: nowrap;
  min-width: 7vw;
  max-width: 7vw;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.3125rem;
}

.product-content-wrapper {
  width: 80%;
  height: auto;
}

.product-image-wrapper {
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  display: flex;
  overflow: hidden;
}

.rich-text-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.categories-product-wrapper {
  width: 100%;
  max-width: 71.25rem;
  min-height: .0625rem;
  margin-left: auto;
  margin-right: auto;
}

.quantity-item {
  color: #070f1f;
}

.space-page-top {
  min-height: 10rem;
}

.product-details {
  grid-row-gap: .5rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.submit-button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .78vw 2.22vw;
  font-weight: 300;
  transition: color .2s, background-color .2s;
  box-shadow: 0 10px 1.25rem -.625rem #0003;
}

.submit-button:hover {
  background-color: var(--primary);
  color: var(--black);
}

.nav-flex {
  z-index: 999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.title-wrap {
  grid-column-gap: 1.125rem;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button {
  background-color: var(--primary);
  color: var(--black);
  letter-spacing: .07vw;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .78vw 2.22vw;
  font-weight: 400;
  text-decoration: none;
  transition: border .25s, color .3s, background-color .3s;
  display: flex;
}

.button:hover {
  border-color: var(--light-gray);
  background-color: var(--white);
  color: var(--black);
}

.button.w--current {
  background-color: var(--primary);
}

.sg-return-to-home-lb {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 8.125rem;
  max-height: 8.125rem;
  margin-top: auto;
  padding: 2rem;
  transition: letter-spacing .25s ease-in-out, background-color .4s;
  display: flex;
}

.sg-return-to-home-lb:hover {
  background-color: var(--matte);
  color: #fff;
}

.sg-return-to-home-lb.show-from-tab {
  display: none;
}

.text-mobile-only {
  color: #3f3023;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.313rem;
}

.text-mobile-only.mobile-only {
  display: none;
}

.sg-anchor-lb {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 2.22vw;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.sg-anchor-lb:hover {
  background-color: var(--matte);
}

.sg-anchor-lb.w--current {
  background-color: var(--matte);
  box-shadow: inset 3px 0 0 0 var(--primary);
}

.sg-anchor-lb.w--current:hover {
  color: var(--primary);
}

.sg-right-bottom-wrapper {
  flex-direction: column;
  width: auto;
  min-height: 100vh;
  margin-left: 18.75rem;
  display: flex;
  position: relative;
}

.sg-outer-wrapper {
  background-color: var(--black);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.h1-utility {
  font-size: 5vw;
  line-height: 5vw;
}

.line-height {
  background-color: #ffc328;
  width: 100%;
  min-height: 1.5625rem;
  position: absolute;
  top: 15.625rem;
  left: -8.125rem;
}

.sg-colour-label-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sg-buttons-grid {
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.sg-button-block {
  border: .03125rem solid #eeeeee80;
  border-radius: .3125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  padding: 4rem 2rem;
  display: flex;
}

.top {
  width: 100%;
  height: 0;
}

.style-guide-line {
  background-color: #4a3f351a;
  min-width: 100%;
  min-height: .0625rem;
  max-height: .0625rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

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

.sg-colours-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 35.9375rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.text {
  color: #fff;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-weight: 300;
}

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

.rtb img {
  filter: invert();
}

.sg-left-top-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18.75rem;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.sg-colour-wrapper {
  border-radius: .3125rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.sg-typography-block {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sg-main-logo {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 8.125rem;
  max-height: 8.125rem;
  display: flex;
}

.sg-main-logo:hover {
  background-color: var(--matte);
}

.global-section {
  width: 100%;
  max-width: 62.5rem;
  padding-top: 7.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.sg-divider {
  background-color: #eeeeee40;
  width: 100%;
  height: .03125rem;
  min-height: .03125rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.sg-anchor-links-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.global-container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-first-letter {
  float: left;
  color: var(--primary);
  margin-top: .25rem;
  margin-right: .5rem;
  font-family: Satoshi, sans-serif;
  font-size: 3.33vw;
  font-weight: 700;
  line-height: 3.33vw;
}

.return-to-top {
  z-index: 100;
  background-color: var(--primary);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .4s;
  display: flex;
  position: fixed;
  inset: auto 1rem 1rem auto;
  box-shadow: 6px 6px 1rem #33333326;
}

.return-to-top:hover {
  background-color: var(--matte);
  color: var(--primary);
}

.sg-colour-swatch {
  border-radius: 50%;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 100%;
}

.sg-colour-swatch.light-gray {
  background-color: var(--light-gray);
}

.sg-colour-swatch.matte {
  background-color: #0c1326;
}

.sg-colour-swatch.matte.border {
  border: .0625rem solid var(--black);
  background-color: var(--matte);
}

.sg-colour-swatch.primary {
  background-color: var(--primary);
}

.sg-colour-swatch.white {
  background-color: #fefeff;
  background-color: var(--white);
  border: .0625rem solid #141a2940;
}

.sg-colour-swatch.black {
  border: .0625rem solid var(--white);
  background-color: var(--black);
}

.sg-colour-swatch.dark-gray {
  border: .0625rem solid var(--white);
  background-color: var(--dark-gray);
}

.utilities-title-wrapper, .utilities-rtb-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: .0625rem;
  margin-bottom: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.utilities-rich-text {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.utilities-rich-text li {
  line-height: 2.22vw;
}

.utilities-rich-text h4 {
  font-size: 2.22vw;
  line-height: 3.33vw;
}

.row-utilities {
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.instructions-wrapper {
  text-align: left;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.instructions-link:hover {
  color: #b3b3b3;
}

.block-header {
  border-color: var(--transparent);
  background-color: var(--matte);
  align-items: baseline;
  padding: 1.1vw 2.2vw;
}

.block-content {
  border-right-color: var(--transparent);
  border-bottom-color: var(--transparent);
  border-left-color: var(--transparent);
  background-color: var(--matte);
  padding: 1.1vw 2.2vw;
}

.email {
  background-color: #0000;
}

.checkout-form {
  background-color: var(--black);
}

.full-name, .street-address, .city, .state-province, .zip-postal-code, .country, .shipping-method, .card-number, .expiration-date, .security-code {
  background-color: #0000;
}

.paypal-checkout-form, .order-confirmation {
  background-color: var(--black);
}

.title-wrapper-hero {
  grid-column-gap: 1.125rem;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.spinner-icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  min-width: 2.5rem;
  max-width: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Material Icons;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
  position: absolute;
}

.body {
  background-color: var(--black);
}

.brands-grid {
  grid-column-gap: 7.8vw;
  grid-row-gap: 7.8vw;
  opacity: .25;
  filter: invert();
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-card {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  border-bottom: 1px solid var(--matte);
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 8.9vw;
  max-height: 8.9vw;
  padding-top: 2.2vw;
  padding-bottom: 2.2vw;
  display: flex;
}

.no-overflow {
  overflow: visible;
}

.caps {
  text-transform: uppercase;
  white-space: normal;
}

.dropdown-toggle {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding-left: 4.4vw;
  padding-right: 4.4vw;
}

.faq-dropdown-title {
  text-align: center;
  white-space: pre-wrap;
  max-width: 60%;
  font-weight: 300;
  position: relative;
}

.faq-flex {
  grid-column-gap: 2.1vw;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.faq-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: center;
  flex-flow: column;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-plus-icon {
  min-width: 2.2vw;
  max-width: 2.2vw;
  min-height: 2.2vw;
  max-height: 2.2vw;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown-description {
  text-align: center;
  width: 70%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-description-wrapper-2 {
  overflow: hidden;
}

.faq-numbers-back {
  z-index: 0;
  position: absolute;
  inset: auto auto auto 0%;
}

.faq-dropdown-accordion {
  border-radius: var(--border-radius);
  background-color: var(--matte);
  border: 1px solid #414141;
  min-width: 100%;
  transition: background-color .25s;
}

.faq-dropdown-accordion:hover {
  background-color: #353535;
}

.services-page {
  margin-left: auto;
  margin-right: auto;
}

.side-bar-left {
  margin-top: 1.25rem;
  position: sticky;
  top: 6.25rem;
}

.package-text-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.row-content {
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brochure-card {
  grid-row-gap: 1rem;
  border-radius: var(--border-radius);
  background-color: var(--matte);
  flex-direction: column;
  padding: 2.25rem 2rem;
  display: flex;
}

.fix-scroll-wrapper {
  position: relative;
}

.package-button-wrapper {
  margin-top: 1.25rem;
}

.page-grid {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.fix-scroll-container-products {
  z-index: 1;
  max-width: 83.33vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.price-card {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  border: 1px solid var(--matte);
  border-radius: var(--border-radius);
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 21vw;
  max-width: 21vw;
  padding: 2.2vw;
  display: flex;
}

.utility-image {
  filter: invert();
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 3.9vw;
  font-weight: 500;
  line-height: 3.9vw;
}

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

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

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

.nav-link.absolute {
  opacity: 0;
  color: var(--white);
  letter-spacing: .13vw;
  font-weight: 300;
  position: absolute;
}

.nav-link.absolute.w--current {
  color: var(--white);
}

.service-flex {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-card-wrapper {
  grid-column-gap: 4.44vw;
  grid-row-gap: 4.44vw;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-image-wrapper {
  z-index: 1;
  border-radius: var(--border-radius);
  object-fit: cover;
  min-width: 35vw;
  max-width: 35vw;
  min-height: 23vw;
  max-height: 23vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.blog-features-image {
  object-fit: cover;
  object-position: 50% 20%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px .3125rem #0003, 0 .5rem .625rem -.3125rem #0003, 0 .3125rem .9375rem -.5rem #0000003d;
}

.blog-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 35vw;
  max-width: 35vw;
  padding-top: 2rem;
  display: flex;
}

.red-font {
  color: red;
}

.select-field {
  color: var(--black);
  min-width: 17.36vw;
  max-width: 17.36vw;
  min-height: 3.47vw;
  max-height: 3.47vw;
  font-size: 1.1vw;
}

.check-box-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
}

.hero-title {
  z-index: 1;
  color: var(--white);
  white-space: nowrap;
  mix-blend-mode: exclusion;
  justify-content: center;
  align-items: flex-start;
  font-family: Satoshi, sans-serif;
  font-size: 13.33vw;
  font-weight: 700;
  line-height: 10vw;
  display: flex;
  position: relative;
}

.max-width-30vw {
  max-width: 30vw;
}

.hero-h5-bottom {
  color: var(--black);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 17vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.services-text {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
  position: relative;
  top: -.7vw;
}

.max-width-20vw {
  max-width: 20vw;
}

.hero-wrapper {
  background-color: var(--white);
  flex-flow: column;
  grid-template-rows: minmax(10%, 10%);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(10%, 10%);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  width: 100%;
  height: 56.7vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  overflow: hidden;
}

.mouse-wrapper {
  z-index: 10000000;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.mouse {
  background-color: var(--primary);
  width: .625rem;
  height: .625rem;
}

.hero-h5 {
  color: #fff;
  mix-blend-mode: exclusion;
  position: absolute;
  top: 4.72vw;
  left: 5.3vw;
}

.hero-image {
  min-width: 55.5vw;
  max-width: 55.5vw;
  min-height: 55.5vw;
  max-height: 55.5vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 4.4vw;
  right: 0;
}

.hero-background {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.hero-title-wrapper {
  justify-content: flex-start;
  align-items: center;
  min-width: 72.22vw;
  max-width: 72.22vw;
  display: flex;
  position: relative;
}

.socials-absolute {
  grid-row-gap: 1.1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-link-wrapper-small {
  justify-content: center;
  align-items: center;
  min-width: 1.1vw;
  max-width: 1.1vw;
  min-height: 1.1vw;
  max-height: 1.1vw;
  display: flex;
  position: relative;
}

.about-card-image {
  z-index: 2;
  border-radius: var(--border-radius);
  min-width: 33.3vw;
  max-width: 33.3vw;
  min-height: 33.3vw;
  max-height: 33.3vw;
  position: relative;
}

.about-card-images {
  justify-content: center;
  align-items: center;
  display: flex;
}

.self-align-right {
  text-align: right;
  align-self: flex-end;
}

.self-align-right.padding-left-1rem {
  padding-left: 1rem;
}

.title-wrapper-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.align-right {
  letter-spacing: normal;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brands-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brands-logo {
  min-width: 7.8vw;
  max-width: 7.8vw;
}

.logo-brand {
  z-index: 998;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  margin-right: auto;
  display: flex;
}

.menu-burger {
  min-width: 3.47vw;
  max-width: 3.47vw;
  min-height: 3.47vw;
  max-height: 3.47vw;
}

.nav-menu {
  z-index: 997;
  background-color: var(--black);
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  min-height: 1000vh;
  padding-top: 5%;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
  position: absolute;
  inset: 0%;
}

.container-nav {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 6.7vw;
  max-height: 6.7vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.menu-burger-wrapper {
  z-index: 998;
  opacity: .7;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 4.17vw;
  max-width: 4.17vw;
  min-height: 4.17vw;
  max-height: 4.86vw;
  margin-left: auto;
  transition: border-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-burger-wrapper:hover {
  border-color: #fff;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 6.7vw;
  max-height: 6.7vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0;
}

.cart {
  font-size: 1.11vw;
  line-height: 1.39vw;
}

.cart-button {
  background-color: var(--transparent);
  opacity: .8;
  color: var(--matte);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.footer-grid {
  border-radius: var(--border-radius);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  padding-top: 2.2vw;
  padding-bottom: 2.2vw;
  display: grid;
  position: relative;
  overflow: hidden;
}

.footer-background {
  z-index: -1;
  background-color: var(--matte);
  position: absolute;
  inset: 0%;
}

.footer-email {
  z-index: 2;
  color: var(--white);
  text-transform: none;
  position: relative;
}

.block-wrapper {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.grid-6-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-12-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.metrics-title {
  color: var(--primary);
  font-size: 7.78vw;
  line-height: 6.67vw;
}

.metrics-text-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  display: grid;
}

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

.team-card {
  cursor: default;
  flex-direction: column;
  align-items: center;
  min-width: 19.4vw;
  max-width: 19.4vw;
  min-height: 25vw;
  max-height: 25vw;
  transition: transform .3s, color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.medium {
  font-weight: 500;
}

.cut-wrapper {
  max-height: 7.78vw;
}

.shadow {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  box-shadow: 0 1.7vw 4.4vw 1.1vw #0003;
}

.nav-block {
  flex-flow: column;
  display: flex;
}

.nav-card-images {
  justify-content: center;
  align-items: center;
  max-width: 50vw;
  display: flex;
}

.nav-card-image {
  z-index: 3;
  border-radius: var(--border-radius);
  min-width: 19.4vw;
  max-width: 19.4vw;
  min-height: 25vw;
  max-height: 25vw;
  position: relative;
}

.nav-card-image.left {
  z-index: 1;
  position: relative;
  top: 2.5vw;
  left: 10vw;
  transform: rotate(-20deg);
}

.nav-card-image.right {
  z-index: 1;
  position: relative;
  top: 2.5vw;
  right: 10vw;
  transform: rotate(20deg);
}

.nav-link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-light {
  filter: invert(0%);
  white-space: nowrap;
  min-width: 7vw;
  max-width: 7vw;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.3125rem;
}

.menu-burger-light {
  filter: invert();
  min-width: 3.47vw;
  max-width: 3.47vw;
  min-height: 3.47vw;
  max-height: 3.47vw;
}

.nav-cart-menu-flex {
  z-index: 999;
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  margin-right: 5%;
  display: flex;
}

.blog-link-block:hover {
  color: var(--white);
}

.cart-icon {
  color: var(--matte);
  margin-right: 0;
  font-size: .56vw;
}

.error-message {
  color: var(--black);
}

.cart-icon-light {
  filter: invert();
  color: var(--matte);
  margin-right: 0;
  font-size: .56vw;
}

.rich-text h1 {
  text-transform: capitalize;
  font-size: 4.44vw;
  line-height: 5.55vw;
}

.rich-text h2 {
  font-size: 3.33vw;
  line-height: 4.44vw;
}

.rich-text h3 {
  font-size: 2.78vw;
  line-height: 3.89vw;
}

.rich-text h4 {
  font-size: 2.22vw;
  line-height: 3.33vw;
}

.rich-text h5 {
  font-size: .89vw;
  line-height: 1.67vw;
}

.rich-text h6 {
  font-size: .78vw;
  line-height: 1.56vw;
}

.rich-text p {
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.rich-text li {
  font-size: 1.11vw;
  line-height: 2.22vw;
}

.cart-container {
  background-color: #ddd;
}

.utilities-max-width {
  text-align: center;
  white-space: normal;
  max-width: 30vw;
  margin-left: auto;
  margin-right: auto;
}

.image-overlay {
  z-index: 100;
  background-color: var(--light-gray);
  display: none;
  position: absolute;
  inset: 0%;
}

.features-description {
  max-width: 33.33vw;
}

.title-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrapper.align-right {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
}

.title-wrapper.gap-half {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
}

.features-image-wrapper {
  z-index: 1;
  border-radius: var(--border-radius);
  min-width: 44.4vw;
  max-width: 44.4vw;
  min-height: 44.4vw;
  max-height: 44.4vw;
  position: relative;
  overflow: hidden;
}

.features-image-01 {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 8px .625rem -.3125rem #0003, 0 .3125rem .9375rem -.5rem #0000003d;
}

.subheading {
  border-radius: var(--border-radius);
  background-color: var(--light-gray);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .6vw .8vw;
  display: flex;
  position: relative;
}

.features-trigger {
  position: absolute;
  inset: 0%;
}

.flex-feature-wrapper {
  grid-column-gap: 4.4vw;
  grid-row-gap: 4.4vw;
  border-radius: .25rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.features-trigger-02 {
  position: absolute;
  inset: 0%;
}

.color-primary {
  color: var(--primary);
}

.reviews-image-circle {
  border-radius: 100%;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: -13% auto auto 3.3vw;
}

.reviews-block {
  margin-top: 1rem;
}

.slide-nav-reviews {
  margin-top: 1.875rem;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: static;
  inset: auto 0% 0%;
}

.reviews-client-wrapper {
  flex-wrap: nowrap;
  display: flex;
}

.quote-icon {
  align-self: flex-start;
  min-height: 5vw;
  max-height: 5vw;
}

.reviews-slide {
  width: 100%;
}

.reviews-container {
  max-width: 100%;
}

.reviews-card {
  background-color: #0c5e960d;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding: 50px 3.3vw 40px;
  display: flex;
  position: relative;
}

.reviews-card.flx-top {
  justify-content: space-around;
  align-items: flex-start;
}

.reviews-icon {
  color: #c9d0da;
  font-size: 1.5625rem;
  font-weight: 900;
}

.stars-wrapper {
  flex-wrap: nowrap;
  display: flex;
  position: relative;
  left: -.375rem;
}

.reviews-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.reviews-wrapper.on, .reviews-wrapper.ovr {
  overflow: hidden;
}

.left-arrow {
  width: 48px;
  position: absolute;
  inset: auto auto -100px 43%;
}

.left-arrow:hover {
  color: #e67e22;
}

.right-arrow {
  width: 48px;
  position: absolute;
  inset: auto 43% -100px auto;
}

.right-arrow:hover {
  color: #eee;
}

.reviews-listing-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 65px;
}

.arrow {
  min-height: 1.67vw;
  max-height: 1.67vw;
  position: relative;
  top: -.07vw;
}

.button-arrow-wrapper {
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 3.33vw;
  max-width: 3.33vw;
  min-height: 3.33vw;
  max-height: 3.33vw;
  display: flex;
  overflow: hidden;
}

.button-with-circle-icon {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border: .1vw solid var(--matte);
  background-color: var(--matte);
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  padding: .14vw 2.22vw .14vw .28vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-circle-icon:hover {
  color: var(--white);
}

.smaller {
  font-size: 6rem;
  line-height: 5rem;
}

.star {
  min-width: 10vw;
  max-width: 10vw;
  min-height: 10vw;
  max-height: 10vw;
  position: relative;
  left: 3.33vw;
}

.line {
  background-color: var(--matte);
  width: 100%;
  min-height: 1px;
  max-height: 1px;
}

.small-icon {
  min-width: 1.1vw;
  max-width: 1.1vw;
}

.about-card-image-left {
  z-index: 1;
  border-radius: var(--border-radius);
  object-position: 30% 50%;
  min-width: 25vw;
  max-width: 25vw;
  min-height: 18.8vw;
  max-height: 18.8vw;
  position: relative;
  top: -11vw;
  left: 4vw;
  transform: rotate(-20deg);
}

.about-card-image-right {
  z-index: 3;
  border-radius: var(--border-radius);
  min-width: 22.2vw;
  max-width: 22.2vw;
  min-height: 16.7vw;
  max-height: 16.7vw;
  position: relative;
  top: 11vw;
  right: 4vw;
  transform: rotate(20deg);
}

.max-width-45vw {
  max-width: 45vw;
}

.title-flex {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-right-2rem {
  padding-right: 2.2vw;
}

.metrics-star {
  filter: invert();
  min-width: 10vw;
  max-width: 10vw;
  min-height: 10vw;
  max-height: 10vw;
  position: relative;
  left: 3.33vw;
}

.metrics-grid {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.metrics-block {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-light-gray {
  color: var(--light-gray);
}

.card-flex {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card {
  border-radius: var(--border-radius);
  background-color: var(--matte);
  transform-origin: 50%;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: space-between;
  min-width: 21.7vw;
  max-width: 21.7vw;
  min-height: 21.7vw;
  max-height: 21.7vw;
  padding: 2.2vw;
  display: flex;
  transform: perspective(100vh)perspective(128px);
}

.card._0-opacity {
  opacity: 0;
}

.image-icon {
  min-width: 3.3vw;
  max-width: 3.3vw;
  min-height: 3.3vw;
  max-height: 3.3vw;
}

.text-small {
  letter-spacing: .14vw;
  text-transform: uppercase;
  font-size: 1vw;
  line-height: 1.11vw;
}

.card-block {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-flow: column;
  display: flex;
}

.card-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-flow: column;
  display: flex;
}

.max-width-32vw {
  max-width: 32vw;
}

.footer-wrapper {
  justify-content: flex-start;
  align-items: center;
  min-width: 72.22vw;
  max-width: 72.22vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.metrics-numbers {
  color: var(--light-gray);
  font-size: 11.11vw;
  line-height: 8.89vw;
}

.footer-h5 {
  color: #fff;
  mix-blend-mode: exclusion;
  position: absolute;
  top: 4.72vw;
  left: 5.3vw;
}

.image-thrids {
  min-width: 33.33%;
  max-width: 33.33%;
  min-height: 50vw;
  max-height: 50vw;
}

.image-thrids.shift-right {
  object-position: 45% 50%;
}

.subheading-feature-flex {
  background-color: #d0d0d0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .6vw .8vw;
  display: flex;
  position: relative;
}

.about-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  opacity: .2;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 5vw;
  margin-right: 5vw;
  padding: 1.11vw 0;
  display: flex;
}

.about-wrapper:hover {
  opacity: .4;
}

.about-wrapper.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.about-description {
  max-width: 80%;
}

.color-black-2 {
  color: #1d2025;
}

.feature-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 50px;
  overflow: hidden;
}

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

.feature-images-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.feature-images-wrapper._02 {
  z-index: 3;
  position: absolute;
}

.feature-images-wrapper._03 {
  z-index: 2;
  position: absolute;
}

.feature-images-wrapper._01 {
  z-index: 4;
  position: absolute;
}

.features-flex {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flex-grid-features {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 500vh;
  display: flex;
}

.feature-item-content {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  padding-left: 4.44vw;
  padding-right: 4.44vw;
  display: flex;
}

.feature-item-content._03, .feature-item-content._02 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.feature-item-content._01 {
  opacity: 1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.careers-flex-icon {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.careers-card {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  border-radius: var(--border-radius);
  background-color: var(--matte);
  border: 1px solid #414141;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.careers-line {
  background-color: var(--primary);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .1vw;
  display: flex;
}

.gap-8px-row {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
}

.flex {
  display: flex;
}

.flex.gap-8px {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
}

.careers-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-direction: column;
  display: flex;
}

.outline-button {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  color: var(--white);
  letter-spacing: .07vw;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .78vw 2.22vw;
  font-weight: 400;
  text-decoration: none;
  transition: border .25s, color .3s, background-color .3s;
  display: flex;
}

.outline-button:hover {
  border-color: var(--light-gray);
  background-color: var(--white);
  color: var(--black);
}

.outline-button.w--current {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.check-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.price-card-title {
  margin-right: 1rem;
  font-size: 3.5rem;
  line-height: 3rem;
}

.nav-tabs {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.pricing-flex {
  grid-column-gap: 2.2vw;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.no-wrap {
  white-space: nowrap;
}

.pricing-grid-half {
  grid-column-gap: 1.7vw;
  grid-row-gap: 2.2vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.button-round {
  white-space: nowrap;
  cursor: pointer;
  background-color: #0000;
  border-radius: 3rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 20px 17px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: box-shadow .4s, transform .4s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
}

.button-round:hover {
  color: #f5f5f5;
  box-shadow: 0 3px 1px -2px #786dff24, 0 10px 10px #786dff33;
}

.button-round.w--current {
  color: #f5f5f5;
}

.tabs-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.horizontal-line {
  background-color: #d5d3db33;
  width: 80%;
  height: .1vw;
  margin-right: auto;
}

.horizontal-line._100, .pricing-link {
  width: 100%;
}

.pricing-link.with-40 {
  width: 40%;
}

.price-flex-highlight {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  border-bottom: 0 solid #1b4ea3;
  align-items: center;
  margin-left: -1rem;
  padding: .6vw 1.1vw;
  display: flex;
}

.price-flex-highlight.highlight {
  border-radius: var(--border-radius);
  background-color: var(--matte);
}

.dollar {
  color: #787885;
  font-size: 2rem;
  line-height: 2rem;
}

.price-card-title-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.price-card-big {
  border: 1px solid var(--matte);
  border-radius: var(--border-radius);
  background-color: var(--matte);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.2vw;
  position: relative;
}

.price-duration {
  align-self: flex-end;
  margin-left: -12px;
  position: relative;
  top: -4px;
}

.features-flex-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.show-section {
  height: 215vh;
  position: relative;
}

.show-section.hide {
  display: none;
}

.show-section-abosolute {
  z-index: 3;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.hide-section {
  position: relative;
}

.hide-section-sticky {
  z-index: -1;
  position: sticky;
  top: 0;
  bottom: auto;
}

.cards-wrapper {
  perspective: 100vh;
  transform-origin: 50%;
}

.footer-title {
  z-index: 1;
  color: var(--white);
  white-space: nowrap;
  mix-blend-mode: exclusion;
  justify-content: center;
  align-items: flex-start;
  font-family: Satoshi, sans-serif;
  font-size: 13.33vw;
  font-weight: 700;
  line-height: 10vw;
  display: flex;
  position: relative;
}

.page-wrapper {
  overflow: visible;
}

.page-wrapper.hide {
  display: none;
}

.page-wrapper.white {
  background-color: #fff;
}

.main-wrapper._800vh {
  z-index: 9999;
  background-color: #fff;
  margin-top: 800vh;
  position: relative;
}

.header {
  z-index: 9999;
  padding-top: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  width: 100%;
  max-width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}

.container.hide {
  display: none;
}

.container.cf {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.br {
  margin-top: 160px;
  margin-bottom: 20px;
}

.container.padding {
  padding-top: 160px;
}

.header-navbar {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand {
  margin-right: auto;
}

.menu-button {
  z-index: 1;
  padding: 0;
}

.menu-button.w--open {
  z-index: 1;
  background-color: var(--transparent);
}

.home-hero-section {
  z-index: 3;
  background-color: #fff;
  background-image: url('../images/01SKILLSZEE_illustration.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 1000px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 11px 26px #0000001a;
}

.home-hero-inner {
  display: none;
}

.hero-social-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.hero-social-box {
  background-color: var(--primary-blue);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  min-width: 54px;
  height: 54px;
  min-height: 54px;
  display: flex;
}

.hero-social-icon {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-about-section {
  width: 100%;
  padding-top: 100px;
  position: relative;
}

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

.section-tag {
  color: var(--primary-blue);
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0c5e961a;
  border-radius: 100px;
  margin-bottom: 32px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.section-tag.less-margin {
  margin-bottom: 24px;
}

.heading-style-h2 {
  color: var(--primary-blue);
  text-transform: none;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.heading-style-h2.no-margin {
  margin-bottom: 0;
}

.heading-style-h2.footer-main-title {
  color: var(--white);
  margin-bottom: 20px;
}

.heading-style-h2.text-color-orange {
  color: #f26722;
}

.heading-style-h2.mob {
  display: none;
}

.heading-style-h2.nw {
  color: var(--black);
  margin-bottom: 24px;
}

.heading-style-h2.lb {
  color: var(--black);
  text-align: center;
  max-width: 900px;
  font-size: 30px;
  font-weight: 400;
}

.heading-style-h2.less-margin {
  margin-bottom: 24px;
}

.heading-style-h2.less-margin.center-align {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.heading-style-h2.cl, .heading-style-h2.cntr-align {
  text-align: center;
}

.about-summary {
  color: #222;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.why-skill-section {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.why-skill-inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.why-skill-left {
  z-index: 1;
  text-align: center;
}

.paragraph-normal {
  color: #222;
  letter-spacing: .02em;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-normal.bl {
  color: var(--primary-blue);
}

.paragraph-normal._600 {
  font-weight: 600;
}

.paragraph-normal.maxw {
  max-width: 550px;
}

.paragraph-normal.maxw.center-align {
  text-align: center;
}

.paragraph-normal.maxw.center-align.copy {
  max-width: 70%;
  font-size: 15px;
}

.paragraph-normal.maxw-copy {
  text-align: center;
  max-width: 800px;
}

.paragraph-normal.maxw-copy.center-align {
  text-align: center;
}

.paragraph-normal.maxw-copy.center-align.copy {
  max-width: 70%;
  font-size: 14px;
}

.paragraph-normal.left-align {
  text-align: left;
}

.paragraph-normal.left-align._10-margin-top {
  text-align: center;
  margin-top: 10px;
}

.paragraph-normal.blue.blog-width {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-normal.blue.blog-width-copy {
  max-width: 350px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-normal._10-margin-top {
  margin-top: 10px;
}

.paragraph-normal.mob {
  display: none;
}

.about-info-section {
  position: relative;
}

.about-info-inner {
  background-color: var(--white);
  border-radius: 20px;
  padding: 64px;
  box-shadow: 0 20px 100px #2222221a;
}

.about-info-title {
  text-align: center;
}

.skillzee-benefit-section {
  position: relative;
}

.skillizee-benefit-image {
  mix-blend-mode: multiply;
  width: 80%;
}

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

.counter-inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: var(--primary-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.counter-number {
  float: none;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

.counter-sub-text {
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 14px;
}

.offering-section {
  padding-bottom: 150px;
  position: relative;
}

.offering-slider {
  margin-top: 80px;
  position: relative;
}

.heading-style-h3 {
  letter-spacing: .02em;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

.heading-style-h3.left-align {
  text-align: left;
}

.heading-style-h3.cntr {
  text-align: center;
}

.offfering-button-wrap {
  text-align: center;
  margin-top: 80px;
}

.button-primary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--primary-blue);
  background-color: var(--primary-blue);
  letter-spacing: 0;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 24px 4px 4px;
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.button-primary.hide {
  display: none;
}

.button-arrow-box {
  color: var(--primary-blue);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.button-arrow-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.key-teaching-section {
  padding-top: 150px;
  padding-bottom: 180px;
  position: relative;
}

.key-teaching-inner {
  text-align: center;
  overflow: hidden;
}

.key-teaching-slider {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 78px;
}

.key-teaching-item {
  background-color: #0c5e961a;
  border-radius: 20px;
  height: 100%;
  padding: 30px;
}

.key-teaching-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
}

.key-teaching-icon {
  letter-spacing: .1em;
  width: 110px;
  margin-left: auto;
  margin-right: auto;
}

.key-teaching-title {
  letter-spacing: 0;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.key-teaching-desc {
  color: #222;
  font-size: 18px;
}

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

.reviews-author-name {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
}

.reviews-author-role {
  color: #0c5e96;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.review-summary {
  color: #222;
  text-align: justify;
  letter-spacing: .01em;
  font-weight: 400;
}

.reviews-top {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
}

.faq-section {
  position: relative;
}

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

.faq-list {
  z-index: 2;
  margin-top: 60px;
  position: relative;
}

.faq-item {
  background-color: #0c5e961a;
  border-radius: 30px;
  margin-bottom: 40px;
  padding: 50px 40px;
}

.faq-question-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-answer-wrap {
  padding-top: 36px;
}

.faq-answer-summary {
  color: var(--white);
  text-align: left;
  letter-spacing: .01em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faq-number {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.faq-minus-image {
  display: none;
}

.faq-button-wrap {
  text-align: center;
  margin-top: 48px;
}

.blogs-section {
  padding-top: 140px;
  padding-bottom: 90px;
  position: relative;
}

.blog-inner-wrap {
  text-align: center;
  position: relative;
}

.blog-list-wrap {
  z-index: 5;
  margin-top: 60px;
  position: relative;
}

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

.home-blog-box {
  cursor: pointer;
  width: 100%;
}

.home-blog-thumbnail {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-content-block {
  color: var(--primary-blue);
}

.blog-desc {
  color: var(--primary-blue);
  width: 80%;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

.home-blog-image-block {
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}

.home-blog-button-wrap {
  text-align: center;
  margin-top: 70px;
}

.blog-shape {
  width: 100px;
  position: absolute;
  top: 38%;
  left: -4%;
}

.blog-shape.hide {
  display: none;
}

.cta-section {
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}

.cta-inner {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cta-title-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.cta-main-title {
  width: 100%;
  max-width: 375px;
}

.footer {
  z-index: 10000;
  background-color: #fff;
  padding-bottom: 65px;
}

.footer-top-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary-blue);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  padding: 60px;
  display: flex;
}

.footer-info-wrap {
  width: 100%;
}

.footer-divider {
  background-color: #fff;
  width: 1px;
  height: 130px;
}

.footer-contact-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  min-width: 250px;
  margin-left: 40px;
  display: flex;
}

.footer-info-text, .text-color-white {
  color: var(--white);
}

.footer-contact-link {
  color: var(--white);
  transition: all .35s ease-in-out;
  display: block;
}

.footer-contact-link:hover {
  text-decoration: underline;
}

.footer-menu-list {
  grid-column-gap: 35px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-menu-link {
  color: var(--primary-blue);
  font-size: 18px;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
}

.footer-menu-link:hover {
  font-weight: 600;
}

.footer-menu-link.hide {
  display: none;
}

.footer-social-media-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.footer-social-item {
  border: 1px solid var(--primary-blue);
  color: var(--primary-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  transition: all .4s ease-in-out;
  display: flex;
}

.footer-social-item:hover {
  background-color: var(--primary-blue);
  color: var(--white);
}

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

.footer-horizontal-line {
  background-color: #00477c33;
  width: 100%;
  height: 1px;
}

.footer-copyright-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
  position: relative;
}

.skillizee-benefit-image-wrap {
  z-index: 1;
  background-color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.skillizee-benefit-image-wrap.is-1 {
  z-index: 4;
  position: absolute;
}

.skillizee-benefit-image-wrap.is-2 {
  z-index: 3;
  position: absolute;
}

.skillizee-benefit-image-wrap.is-3 {
  z-index: 2;
  position: absolute;
}

.skillizee-benefit-content-wrap {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.skillizee-benefit-content-wrap.is-1 {
  z-index: 4;
  position: absolute;
  inset: 0% 0% auto auto;
}

.skillizee-benefit-content-wrap.is-2 {
  z-index: 3;
  position: absolute;
  inset: 0% 0% auto auto;
}

.skillizee-benefit-content-wrap.is-3 {
  z-index: 2;
  position: absolute;
  inset: 0% 0% auto auto;
}

.skillizee-benefit-content-wrap.is-4 {
  z-index: 1;
  position: relative;
}

.skillizee-benefit-item {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.header-nav-menu {
  z-index: 100;
  background-color: var(--white);
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  display: none;
  position: fixed;
  inset: 0%;
  transform: translate(0, -105%);
}

.menu-nav-link {
  color: var(--primary-blue);
  letter-spacing: .02em;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 40px;
  transition: all .4s ease-in-out;
}

.menu-nav-link:hover {
  font-weight: 600;
}

.menu-nav-link.w--current {
  color: var(--primary-blue);
  font-weight: 600;
}

.menu-nav-link.hide {
  display: none;
}

.navigation {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 140px;
  display: flex;
  position: relative;
}

.nav-menu-image-wrap {
  text-align: center;
  width: 550px;
}

.navbar-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.header-shape-1 {
  width: 100px;
  position: absolute;
  inset: 8% auto auto 48%;
}

.header-shape-2 {
  width: 130px;
  position: absolute;
  inset: auto 0% -5% auto;
}

.header-shape-3 {
  width: 130px;
  position: absolute;
  inset: auto auto 5% 0%;
}

.nav-container {
  flex-flow: column;
  width: 100%;
  max-width: 90%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.contact-hero-section {
  background-color: #fff;
  padding-top: 230px;
  padding-bottom: 80px;
  position: relative;
}

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

.contact-info-item {
  word-break: break-all;
  background-color: #0c5e961a;
  border-radius: 28px;
  padding: 30px;
}

.contact-info-tag {
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.contact-info-link {
  color: var(--primary-blue);
  letter-spacing: .01em;
  font-size: 23px;
  font-weight: 600;
  transition: all .4s ease-in-out;
  display: inline-block;
}

.contact-info-link:hover {
  text-decoration: underline;
}

.contact-faq-shape {
  width: 95px;
  position: absolute;
  inset: 65px auto auto 22%;
}

.contact-faq-shape-right {
  width: 100px;
  position: absolute;
  inset: 100px 55px auto auto;
}

.cta-shape {
  width: 110px;
  position: absolute;
  inset: auto auto -7% 42px;
}

.cta-shape.hide {
  display: none;
}

.cta-shape-2 {
  width: 90px;
  position: absolute;
  inset: 64px 5% auto auto;
}

.cta-shape-2.hide {
  display: none;
}

.heading-style-h1 {
  text-transform: none;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h1.blue {
  z-index: 10;
  position: relative;
}

.contact-hero-desc {
  z-index: 10;
  color: var(--primary-blue);
  letter-spacing: .01em;
  width: 420px;
  font-size: 18px;
  position: relative;
}

.contact-hero-shape {
  object-fit: fill;
  width: 100px;
  position: absolute;
  inset: 74px auto auto 48%;
}

.contact-hero-shape.hide {
  display: none;
}

.contact-hero-shape-1 {
  width: 100px;
  position: absolute;
  inset: 220px 150px auto auto;
}

.contact-hero-shape-1.hide {
  display: none;
}

.contact-hero-shape-2 {
  width: 100px;
  position: absolute;
  inset: auto 12% 320px auto;
}

.contact-hero-shape-2.hide {
  display: none;
}

.contact-hero-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.contact-hero-image-wrap {
  width: 40%;
}

.contact-hero-image {
  z-index: 0;
  width: 175%;
  max-width: none;
  position: relative;
  bottom: 60px;
  left: -30%;
}

.contact-form-wrap {
  z-index: 10;
  width: 58%;
  position: relative;
}

.form-block {
  margin-bottom: 0;
}

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

.field-label {
  color: var(--primary-blue);
  letter-spacing: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.text-field {
  color: #000;
  letter-spacing: -.02em;
  border: 1px solid #0c5e9633;
  border-radius: 15px;
  height: 64px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 18px;
  line-height: 1.8;
}

.text-field:focus {
  border-color: var(--primary-blue);
}

.text-field::placeholder {
  color: #888;
}

.select-input-field {
  background-color: var(--transparent);
  color: #61656b;
  letter-spacing: -.02em;
  background-image: url('../images/down-chevron.png');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #0c5e9633;
  border-radius: 15px;
  height: 64px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 18px;
  line-height: 1.8;
}

.select-input-field:focus {
  border-color: var(--primary-blue);
}

.select-input-field::placeholder {
  color: #888;
}

.text-area {
  color: #000;
  letter-spacing: -.02em;
  border: 1px solid #0c5e9633;
  border-radius: 15px;
  height: 130px;
  min-height: 130px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 18px;
  line-height: 1.8;
}

.text-area:focus {
  border-color: var(--primary-blue);
}

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

.form-submit-button {
  border: 2px solid var(--primary-blue);
  background-color: var(--primary-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 16px 34px;
  font-weight: 600;
  transition: all .4s ease-in-out;
}

.form-submit-button:hover {
  background-color: var(--transparent);
  color: var(--primary-blue);
}

.success-message-inner {
  text-align: center;
}

.success-message-image {
  mix-blend-mode: multiply;
  width: 350px;
  margin-bottom: 20px;
}

.success-message-text {
  margin-top: 10px;
  font-size: 18px;
}

.success-message {
  background-color: #0c5e961a;
  border-radius: 24px;
  padding: 30px;
}

.error-message-inner {
  text-align: center;
}

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

.thumb-icon {
  justify-content: center;
  align-items: center;
  margin-bottom: 9px;
  display: flex;
}

.form-error-message {
  margin-top: 20px;
  padding: 20px;
}

.news-section, .about-hero-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.about-hero-inner {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.about-hero-left {
  width: 650px;
}

.about-hero-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 500px;
  margin-top: 220px;
  display: flex;
}

.vision-section {
  padding-top: 180px;
  position: relative;
}

.about-hero-shape {
  width: 140px;
  display: none;
  position: absolute;
  inset: 0% auto auto 48%;
}

.vision-top-wrap {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.vision-left-wrap {
  width: 650px;
}

.vision-right-wrap {
  width: 340px;
}

.vision-image {
  width: 100%;
  margin-bottom: 15px;
}

.vision-shape-1 {
  width: 110px;
  position: absolute;
  inset: -12% 31% auto auto;
}

.vision-content-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vision-shape-2 {
  width: 90px;
  position: absolute;
  inset: -85px auto auto 5%;
}

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

.vision-list {
  width: 65%;
  margin-bottom: 0;
  padding-left: 0;
}

.vision-list-item {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px solid var(--primary-blue);
  color: var(--primary-blue);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  display: flex;
}

.vision-list-item.border-none {
  border-bottom-color: var(--transparent);
}

.vision-list-title {
  letter-spacing: .01em;
  white-space: nowrap;
  min-width: 180px;
  font-size: 24px;
  font-weight: 500;
}

.vision-list-desc {
  color: var(--black);
  text-align: left;
  letter-spacing: .01em;
  width: 470px;
  font-weight: 400;
  line-height: 1.6;
}

.vision-list-dot {
  background-color: var(--primary-blue);
  border-radius: 50%;
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
}

.vision-list-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vision-shape-3 {
  width: 90px;
  position: absolute;
  inset: auto auto -100px 52px;
}

.mentors-section {
  padding-top: 80px;
  padding-bottom: 140px;
  position: relative;
}

.mentors-inner {
  text-align: center;
  position: relative;
}

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

.mentors-item {
  padding-bottom: 54px;
  position: relative;
}

.mentors-image {
  object-fit: contain;
  border-radius: 10px;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  box-shadow: 0 2px 20px #0003;
}

.mentors-content-box {
  background-color: var(--primary-blue);
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 24px 10px;
  position: absolute;
  inset: auto 0% -80px;
}

.mentors-name {
  color: var(--white);
  letter-spacing: .01em;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.mentors-role {
  color: var(--white);
  letter-spacing: 0;
  font-size: 15px;
}

.mentors-shape-1 {
  width: 110px;
  position: absolute;
  inset: -40px auto auto 18%;
}

.mentors-shape-2 {
  width: 85px;
  position: absolute;
  inset: 0% 56px auto auto;
}

.client-section.hide {
  display: none;
}

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

.client-list-wrap {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-logo-item {
  margin-left: 30px;
  margin-right: 30px;
}

.metrics-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.metrics-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.metrics-left-wrap {
  width: 46%;
}

.metrics-right-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 45%;
  margin-top: 40px;
  display: flex;
}

.metrics-divider {
  background-color: var(--primary-blue);
  width: 100%;
  height: 1px;
}

.metrics-summary {
  margin-top: 80px;
}

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

.metrics-shape-1 {
  width: 110px;
  position: absolute;
  inset: 65px -50px auto auto;
}

.metrics-shape-2 {
  width: 100px;
  position: absolute;
  inset: auto auto -150px 115px;
}

.client-left-gradient {
  background-image: linear-gradient(45deg, #fff 62%, #ffffffb5);
  width: 120px;
  position: absolute;
  inset: 0% auto 0% -2%;
}

.client-right-gradient {
  background-image: linear-gradient(-45deg, #fff, #ffffffb5);
  width: 120px;
  position: absolute;
  inset: 0% -2% 0% auto;
}

.blogs-list-section {
  padding-bottom: 90px;
  position: relative;
}

.gallery-section {
  padding-top: 180px;
  padding-bottom: 100px;
  position: relative;
}

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

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

.gallery-grid-wrap.is-load-more, .gallery-image-box.hide {
  display: none;
}

.gallery-button-wrap {
  margin-top: 60px;
}

.gallery-shape-1 {
  width: 90px;
  position: absolute;
  inset: 300px 3% auto auto;
}

.gallery-shape-2 {
  width: 90px;
  position: absolute;
  inset: auto auto 230px 0%;
}

.blog-main-shape {
  width: 80px;
  position: absolute;
  inset: 170px auto auto 230px;
}

.blog-main-shape.hide {
  display: none;
}

.blog-main-shape-1 {
  width: 95px;
  position: absolute;
  inset: 220px 250px auto auto;
}

.blog-main-shape-1.hide {
  display: none;
}

.news-short-desc {
  color: var(--primary-blue);
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.news-release-date {
  color: var(--primary-blue);
  margin-top: 30px;
  display: inline-block;
}

.latest-post-section {
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
}

.news-details-section {
  padding-top: 200px;
  position: relative;
}

.news-main-image-box {
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.news-main-image {
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
}

.news-details-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.news-details-left {
  width: 100%;
}

.news-details-right {
  z-index: 3;
  background-color: var(--primary-blue);
  border-radius: 40px;
  width: 400px;
  min-width: 400px;
  padding: 40px;
  position: relative;
  box-shadow: 0 10px 10px #0000000d;
}

.author-image {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-bottom: 24px;
  overflow: hidden;
}

.author-name {
  color: var(--white);
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.author-role {
  color: var(--white);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
}

.author-bio {
  color: var(--white);
  letter-spacing: .02em;
  margin-top: 24px;
  line-height: 1.5;
}

.author-divider {
  border-top: 1px dashed #ffffff80;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}

.share-post-text {
  color: var(--white);
  letter-spacing: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.share-post-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border: 1px solid #4e4e4e1a;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  display: flex;
  box-shadow: 0 1px 4px #00000014;
}

.share-post-social-item {
  transition: all .4s ease-in-out;
}

.share-post-social-item:hover {
  transform: translate(0, -8px);
}

.share-post-divider {
  background-color: #eaeaea;
  width: 1.5px;
  height: 32px;
}

.news-details-shape {
  width: 80px;
  position: absolute;
  inset: 556px 370px auto auto;
}

.news-details-shape-2 {
  width: 90px;
  position: absolute;
  inset: auto 0% 250px auto;
}

.news-post-body {
  color: #444;
  text-align: left;
}

.news-post-body h2 {
  color: #222;
  letter-spacing: .02em;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.news-post-body p {
  color: #444;
  letter-spacing: .01em;
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 1.5;
}

.news-post-body h3, .news-post-body h4 {
  color: #222;
  letter-spacing: .02em;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

.news-post-body h1 {
  color: #222;
  letter-spacing: .02em;
  text-transform: none;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.news-post-body li {
  margin-bottom: 8px;
}

.news-post-body ol, .news-post-body ul {
  margin-bottom: 24px;
  padding-left: 32px;
}

.news-post-body blockquote {
  border-left-color: var(--primary-blue);
  font-weight: 400;
}

.news-post-body a {
  color: var(--primary-blue);
  text-decoration: underline;
}

.footer-highlight-link {
  color: var(--primary-blue);
  font-weight: 700;
  text-decoration: none;
}

.cta-sub-text {
  color: var(--white);
  letter-spacing: .02em;
  font-size: 20px;
  font-weight: 700;
}

.cta-main-para {
  color: var(--orange);
  letter-spacing: 0;
  text-transform: none;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.h2-normal {
  color: #222;
  font-weight: 400;
}

.review-title-wrap {
  text-align: center;
  margin-bottom: 120px;
}

.text-color-black {
  color: #222;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide.hide {
  display: none;
}

.reviews-slider-arrows {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.review-left-arrow, .review-right-arrow {
  cursor: pointer;
}

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

.teaching-left-arrow, .teaching-right-arrow {
  cursor: pointer;
}

.client-marquee-section {
  background-color: #fff;
}

.client-marquee-inner {
  background-color: #0000;
  margin-top: 18px;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 17px 85px #2222221a;
}

.client-marquee-list {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  display: flex;
}

.client-marquee-row {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-marquee-box {
  width: 160px;
}

.client-marquee-box._300 {
  width: 300px;
}

.client-marquee-logo.square {
  min-width: 300px;
  height: 300px;
}

.offering-slide {
  position: relative;
}

.offering-image {
  object-position: 50% 15%;
  border-radius: 25px;
  width: 100%;
  min-height: 440px;
  max-height: 440px;
}

.offering-content-box {
  text-align: center;
  background-color: #00477c99;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 150px;
  padding: 30px 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.offering-content-box.red {
  background-color: #671c1d99;
}

.offering-content-box.purple {
  background-color: #00217c99;
}

.offering-content-box.yellow {
  background-color: #6f5304e6;
}

.offering-item-name {
  color: var(--white);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}

.offering-slider-arrows {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%);
}

.offering-right-arrow {
  cursor: pointer;
  margin-right: -6%;
}

.offering-left-arrow {
  cursor: pointer;
  margin-left: -6%;
}

.about-main-title {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1.3;
}

.about-bold-blue {
  color: var(--primary-blue);
  font-weight: 600;
}

.font-weight-600 {
  font-weight: 600;
}

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

.promise-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.promise-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0c5e961a;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  overflow: hidden;
}

.promise-circle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  height: 150px;
  min-height: 150px;
  display: flex;
}

.promise-text {
  color: #222;
  font-weight: 500;
}

.promise-counter {
  color: var(--primary-blue);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  display: none;
}

.promise-sub-text {
  color: var(--primary-blue);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
}

.promise-circle-fill {
  border: 12px solid #24ae61;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: -12px auto auto -12px;
}

.promise-circle-fill.orange {
  border-color: #ff8500;
}

.promise-circle-fill.blue {
  border-color: var(--primary-blue);
}

.promise-circle-fill.yellow {
  border-color: #f0c33e;
}

.promise-headline {
  text-align: center;
  margin-top: 80px;
}

.award-section {
  background-color: #fff;
  padding-top: 85px;
  padding-bottom: 75px;
  box-shadow: 0 -20px 100px #2222220d, 0 20px 100px #2222220d;
}

.award-section.contactpg {
  background-color: #0000;
}

.about-logo-image {
  width: 300px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.award-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.award-inner-block {
  border-bottom: 1px solid #0003;
  padding-bottom: 60px;
}

.award-inner-block.ct-no-border {
  border-bottom-style: none;
}

.award-bottom-block {
  border-bottom: 1px solid #0003;
  padding-top: 60px;
}

.award-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.award-logo.iim {
  width: 64px;
}

.award-logo.iit {
  width: 140px;
}

.award-logo.bits {
  width: 180px;
}

.award-logo.sttem {
  width: 80px;
}

.why-skill-content-list {
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 32px;
}

.why-skill-content-text {
  color: #222;
  letter-spacing: .02em;
  margin-bottom: 8px;
  font-weight: 400;
}

.skillizee-cover-section {
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.skillizee-cover-title-wrap {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.text-color-orange {
  color: #f26722;
}

.skillizee-cover-summary {
  width: 77%;
  margin-left: auto;
  margin-right: auto;
}

.skillizee-maruee-list {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.skillizee-maruee-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-color: #0c5e961a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  min-width: 300px;
  margin-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.skillizee-maruee-icon {
  width: 75px;
}

.heading-style-h4 {
  color: var(--primary-blue);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.heading-style-h4.center-align {
  text-align: center;
}

.heading-style-h4.center-align.white {
  color: var(--white);
}

.heading-style-h4.center-align.white.caps {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.heading-style-h4.center-align.white.caps.max2 {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h4.center-align.nrm {
  text-transform: none;
}

.skillizee-maruee-row {
  margin-top: 40px;
  display: flex;
}

.skillizee-benefit-title-wrap {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.skillizee-benefit-title {
  color: var(--primary-blue);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

.benefit-content-list {
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 32px;
}

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

.fill-circle {
  object-fit: fill;
  width: 220px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.counter-progress {
  width: 200px;
}

.scrub-section {
  z-index: -1;
  width: 100vw;
  height: 800vh;
  display: block;
  position: relative;
}

.scrub-section.mobile {
  display: none;
}

.spacer {
  z-index: 100;
  background-image: linear-gradient(#fff, #ffffffd1 53%, #fff0);
  height: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-element {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.announcement-header {
  z-index: 200;
  background-color: #fec51b;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.announcement-text {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.embed {
  width: 100%;
  height: 100%;
}

.lottie-animation {
  z-index: 9999;
  width: 64px;
}

.lottie-mouse {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.mouse-down {
  cursor: pointer;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: auto 75px 3% auto;
}

.header-button-wrap {
  margin-right: 40px;
}

.header-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--primary-blue);
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  transition: all .4s ease-in-out;
  display: flex;
}

.header-button:hover {
  color: var(--orange);
}

.header-button.hide, .header-button.desk-hide {
  display: none;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.text-color-blue {
  color: var(--primary-blue);
}

.text-decoration-strikethrough {
  text-decoration: line-through;
  -webkit-text-decoration-color: var(--orange);
  text-decoration-color: var(--orange);
}

.preloader-div {
  z-index: 99999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.lottie-animation-2 {
  z-index: 100;
  max-width: 800px;
  position: sticky;
  top: 0;
}

.bld {
  font-weight: 600;
}

.bld.orange {
  color: var(--orange);
}

.vision-shape-2-copy {
  width: 90px;
  position: absolute;
  inset: 0 25% auto auto;
}

.orange {
  color: var(--orange);
}

.blue {
  color: var(--primary-blue);
}

.vision-left-wrap-2 {
  width: 30%;
  padding-top: 60px;
}

.bold {
  font-weight: 600;
}

.mavericks-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.mavericks-div {
  width: 100%;
  min-height: 420px;
  max-height: 420px;
  position: relative;
}

.mavericks-image {
  object-position: 50% 40%;
  border-radius: 25px;
  width: 100%;
  min-height: 420px;
  max-height: 420px;
  margin-bottom: 15px;
}

.mavericks-heading-container {
  background-color: #00477c99;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 140px;
  padding: 10px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.mavericks-heading-container.color1 {
  background-color: #6c5107db;
}

.mavericks-heading-container.color2 {
  background-color: #a0493cd9;
}

.mavericks-heading-container.color3 {
  background-color: #00217c99;
}

.mavericks-heading-container.color5 {
  background-color: #960c4cc2;
}

.mavericks-heading-container.color6 {
  background-color: #526b0dc4;
}

.mavericks-heading-container.color7 {
  background-color: #00217c99;
}

.mavericks-heading-container.color8 {
  background-color: #7d5c17cf;
}

.white-mentor-div {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  max-height: 55px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.mentor-logo {
  object-fit: contain;
  width: 120px;
  height: 30px;
}

.mentor-logo._1 {
  object-fit: contain;
  width: 130px;
  height: 40px;
}

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

.about-video-grid {
  grid-template-rows: auto;
  width: 100%;
  max-width: 1100px;
  margin-top: 40px;
}

.about-video-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-video-image {
  border-radius: 30px;
  min-height: 280px;
  max-height: 280px;
}

.about-video-para-div {
  margin-top: 40px;
}

.about-video-button-wrap {
  margin-top: 20px;
}

.breadcrumb-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.br-link {
  color: #929292;
}

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

.br-slash {
  color: #929292;
}

.blog-banner-image {
  border-radius: 30px;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}

.rich-text-block-2 {
  color: var(--black);
  text-align: left;
  margin-top: 60px;
}

.rich-para-blog {
  color: #444;
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-para-blog.list-para {
  padding-left: 20px;
}

.rich-text-heading {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.25;
}

.rich-text-image {
  border-radius: 30px;
  margin-top: 20px;
}

.about-slider-section {
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

.client-marquee-inner-copy {
  background-color: #0000;
  margin-top: 18px;
  padding-top: 0;
  padding-bottom: 60px;
  overflow: hidden;
}

.faq-section-new {
  padding-top: 180px;
  padding-bottom: 100px;
  position: relative;
}

.play-button {
  z-index: 20;
  pointer-events: none;
  width: 60px;
  height: 60px;
  position: absolute;
}

.about-video-relative-div {
  cursor: pointer;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-overlay {
  pointer-events: none;
  background-image: linear-gradient(#00000040, #00000040);
  position: absolute;
  inset: 0%;
}

.contact-form-item-copy {
  display: none;
}

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

.btn-nxt-new {
  z-index: 20;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.image-22 {
  filter: invert();
  width: 44px;
}

.image-22.invert {
  width: 25px;
  margin-left: 4px;
}

.image-22.invert.left {
  margin-left: -4px;
}

.swiper-wrapper-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-wrapper-2._500px {
  height: 400px;
}

.overlay {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#00000040, #00000040);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.relative-slider {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.hover-div {
  z-index: 25;
  background-color: #098d99;
  min-height: 110px;
  padding: 15px 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.invert-play-button {
  filter: invert();
  pointer-events: none;
  width: 40px;
}

.arrow-circle {
  filter: invert();
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.swiper-slide-2 {
  flex: none;
  width: 100%;
}

.relative-lightbox {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-component {
  width: 100%;
  position: relative;
}

.swiper-component.slider1.pill {
  cursor: grab;
  padding-right: 0;
  overflow: hidden;
}

.text-size-regular {
  letter-spacing: -1px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 30.6px;
}

.text-size-regular.is-newcolor {
  color: #bababa;
}

.text-size-regular.is-newcolor.is-diff {
  color: #000;
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 10px;
  padding-right: 40px;
  font-size: 1rem;
  line-height: 120%;
}

.text-size-regular.is-newcolor.is-diff.copy {
  color: #fff;
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  font-weight: 500;
}

.swiper-2 {
  width: 100%;
}

.btn-prev-new {
  z-index: 20;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.slider-btn-flx {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.swiper-slide {
  flex: none;
  width: 100%;
}

.bold-text {
  font-weight: 600;
}

.lottie-info {
  text-align: right;
  position: fixed;
  bottom: 10px;
  right: 30px;
}

@media screen and (min-width: 1280px) {
  .show-section-sticky {
    top: 50px;
  }

  .heading-style-h2 {
    font-size: 36px;
  }

  .about-summary {
    width: 67%;
  }

  .why-skill-section {
    padding-top: 150px;
  }

  .paragraph-normal {
    font-size: 18px;
  }

  .paragraph-normal.maxw.center-align.copy {
    font-size: 16px;
  }

  .about-info-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-info-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-inner {
    width: 80%;
  }

  .contact-info-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .contact-info-item {
    width: 100%;
  }

  .contact-info-link {
    word-break: break-all;
  }

  .contact-hero-shape-1 {
    right: 110px;
  }

  .contact-hero-shape-2 {
    bottom: 350px;
  }

  .field-label {
    color: var(--primary-blue);
  }

  .text-field, .select-input-field, .text-area {
    border-color: #00477c33;
  }

  .vision-top-wrap {
    margin-bottom: 90px;
  }

  .news-short-desc, .author-bio {
    font-size: 18px;
  }

  .news-details-shape {
    width: 100px;
  }

  .client-marquee-box {
    width: 200px;
  }

  .promise-box {
    padding-left: 32px;
    padding-right: 50px;
  }

  .promise-circle {
    width: 180px;
    min-width: 180px;
    height: 180px;
    min-height: 180px;
  }

  .promise-text {
    font-size: 20px;
  }

  .promise-counter {
    font-size: 56px;
  }

  .promise-sub-text {
    font-size: 16px;
  }

  .promise-circle-fill {
    width: 180px;
    height: 180px;
  }

  .about-logo-image {
    width: 400px;
  }

  .award-logo.iim {
    width: 80px;
  }

  .why-skill-content-text {
    font-size: 18px;
  }

  .skillizee-cover-title-wrap {
    width: 52%;
  }

  .skillizee-benefit-title-wrap {
    width: 45%;
  }

  .skillizee-benefit-title {
    font-size: 30px;
  }

  .counter-progress {
    width: 250px;
  }

  .header-button {
    font-size: 20px;
  }

  .button-arrow {
    width: 55px;
    height: 55px;
  }

  .about-video-image {
    min-height: 320px;
    max-height: 320px;
  }
}

@media screen and (min-width: 1440px) {
  .gallery-list-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .reviews-listing-wrapper {
    padding-top: 70px;
  }

  .show-section {
    height: 220vh;
  }

  .container {
    max-width: 85%;
  }

  .home-hero-section {
    background-size: 1200px;
  }

  .hero-about-section {
    padding-top: 140px;
  }

  .heading-style-h2 {
    font-size: 40px;
  }

  .about-summary {
    width: 70%;
    font-size: 18px;
  }

  .paragraph-normal {
    font-size: 20px;
  }

  .paragraph-normal.maxw.center-align.copy {
    font-size: 17px;
  }

  .about-info-inner {
    padding-left: 90px;
    padding-right: 40px;
  }

  .about-info-title {
    width: 85%;
  }

  .counter-number {
    font-size: 64px;
  }

  .counter-sub-text {
    font-size: 16px;
  }

  .key-teaching-item {
    padding-top: 50px;
    padding-bottom: 38px;
  }

  .review-summary, .faq-answer-summary {
    font-size: 18px;
  }

  .blog-shape {
    width: 110px;
  }

  .cta-inner {
    width: 85%;
  }

  .cta-main-title {
    max-width: 450px;
  }

  .footer-contact-wrap {
    margin-left: 60px;
  }

  .footer-menu-link {
    font-size: 20px;
  }

  .menu-nav-link {
    font-size: 42px;
  }

  .navigation {
    padding-left: 200px;
  }

  .nav-menu-image-wrap {
    width: 600px;
  }

  .navbar-inner {
    padding-right: 50px;
  }

  .nav-container {
    max-width: 85%;
  }

  .contact-info-tag {
    font-size: 20px;
  }

  .contact-faq-shape {
    left: 24%;
  }

  .contact-faq-shape-right {
    top: 110px;
    right: 100px;
  }

  .cta-shape {
    left: 70px;
  }

  .cta-shape-2 {
    right: 8%;
  }

  .heading-style-h1 {
    font-size: 90px;
  }

  .contact-hero-desc {
    width: 480px;
    font-size: 20px;
  }

  .contact-hero-shape-1 {
    width: 125px;
  }

  .contact-hero-shape-2 {
    width: 120px;
    bottom: 380px;
  }

  .contact-form-grid {
    grid-column-gap: 48px;
  }

  .about-hero-left {
    width: 750px;
  }

  .about-hero-shape {
    width: 160px;
  }

  .vision-top-wrap {
    margin-bottom: 100px;
  }

  .vision-left-wrap {
    width: 750px;
  }

  .vision-right-wrap {
    width: 300px;
  }

  .vision-shape-1 {
    width: 140px;
  }

  .vision-shape-2 {
    top: -120px;
  }

  .vision-list-title {
    font-size: 28px;
  }

  .vision-list-desc {
    width: 520px;
    font-size: 18px;
  }

  .vision-shape-3 {
    width: 100px;
    bottom: -125px;
  }

  .mentors-item {
    padding-bottom: 60px;
  }

  .mentors-image {
    min-height: 350px;
  }

  .mentors-content-box {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .mentors-name {
    font-size: 24px;
  }

  .mentors-role {
    font-size: 16px;
  }

  .mentors-shape-2 {
    width: 95px;
  }

  .client-logo-item {
    margin-left: 40px;
    margin-right: 40px;
  }

  .metrics-right-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .metrics-summary {
    margin-top: 100px;
  }

  .metrics-shape-1 {
    right: -80px;
  }

  .metrics-shape-2 {
    width: 120px;
    bottom: -180px;
    left: 130px;
  }

  .gallery-grid-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gallery-shape-1 {
    width: 110px;
    right: 5%;
  }

  .gallery-shape-2 {
    right: 5%;
  }

  .blog-main-shape-1 {
    width: 100px;
  }

  .news-short-desc {
    font-size: 20px;
  }

  .news-details-right {
    width: 430px;
    min-width: 430px;
  }

  .author-name {
    font-size: 28px;
  }

  .share-post-text {
    font-size: 20px;
  }

  .share-post-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .news-post-body h2 {
    font-size: 36px;
  }

  .news-post-body p {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 18px;
  }

  .news-post-body h3 {
    font-size: 32px;
  }

  .cta-sub-text {
    font-size: 22px;
  }

  .cta-main-para {
    font-size: 37px;
  }

  .offering-item-name {
    font-size: 28px;
  }

  .about-main-title {
    font-size: 37px;
  }

  .promise-inner, .promise-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .promise-circle {
    width: 200px;
    min-width: 200px;
    height: 200px;
    min-height: 200px;
  }

  .promise-counter {
    font-size: 64px;
  }

  .promise-circle-fill {
    width: 200px;
    height: 200px;
  }

  .award-list {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .award-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .award-logo.iim {
    width: auto;
  }

  .why-skill-content-text {
    font-size: 20px;
  }

  .skillizee-cover-summary {
    width: 80%;
  }

  .skillizee-maruee-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 350px;
    min-width: 350px;
    margin-right: 40px;
  }

  .heading-style-h4 {
    font-size: 28px;
  }

  .skillizee-benefit-title {
    font-size: 36px;
  }

  .header-button {
    font-size: 22px;
  }

  .vision-shape-2-copy {
    top: -120px;
  }

  .hover-div {
    min-height: 90px;
  }

  .text-size-regular {
    color: #000;
    font-weight: 300;
  }

  .text-size-regular.is-newcolor {
    font-size: 1.4rem;
  }

  .text-size-regular.is-newcolor.is-diff {
    color: #363636;
    text-transform: none;
    margin-top: 10px;
    font-weight: 400;
    line-height: 120%;
  }
}

@media screen and (min-width: 1920px) {
  .gallery-image.min-height {
    min-height: 300px;
    max-height: 300px;
  }

  .quote-icon {
    min-height: 5vw;
    max-height: 5vw;
  }

  .reviews-card {
    padding-top: 65px;
  }

  .left-arrow {
    right: 4%;
  }

  .reviews-listing-wrapper {
    padding-top: 75px;
  }

  .flex-grid-features {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    max-width: 1520px;
  }

  .about-inner {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-style-h2 {
    font-size: 44px;
  }

  .about-summary {
    width: 78%;
    font-size: 22px;
    line-height: 1.5;
  }

  .paragraph-normal {
    font-size: 22px;
  }

  .paragraph-normal.maxw.center-align.copy {
    font-size: 20px;
  }

  .paragraph-normal.blue.blog-width {
    max-width: 450px;
  }

  .about-info-title {
    width: 72%;
  }

  .counter-number {
    font-size: 80px;
  }

  .offering-slider {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .heading-style-h3 {
    font-size: 38px;
  }

  .button-primary {
    font-size: 20px;
  }

  .key-teaching-icon {
    width: 148px;
  }

  .key-teaching-title {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }

  .key-teaching-desc {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .review-summary {
    font-size: 20px;
  }

  .faq-answer-summary {
    font-size: 22px;
  }

  .faq-number {
    font-size: 72px;
  }

  .home-blog-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .blog-desc {
    width: 75%;
    font-size: 18px;
  }

  .blog-shape {
    width: 140px;
  }

  .cta-main-title {
    max-width: 500px;
  }

  .footer-contact-wrap {
    margin-left: 118px;
  }

  .footer-copyright-box {
    font-size: 20px;
  }

  .footer-copyright-icon {
    top: 8%;
    left: 120px;
  }

  .skillizee-benefit-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-nav-link {
    font-size: 48px;
  }

  .navigation {
    padding-left: 250px;
  }

  .nav-menu-image-wrap {
    width: 680px;
  }

  .header-shape-2 {
    bottom: 8%;
  }

  .header-shape-3 {
    bottom: 4%;
  }

  .nav-container {
    max-width: 1520px;
  }

  .contact-info-tag {
    font-size: 22px;
  }

  .contact-faq-shape {
    width: 120px;
    top: 48px;
    left: 30%;
  }

  .contact-faq-shape-right {
    width: 120px;
    top: 100px;
    right: 190px;
  }

  .cta-shape {
    width: 140px;
    left: 160px;
  }

  .cta-shape-2 {
    width: 110px;
    top: 78px;
  }

  .heading-style-h1 {
    font-size: 110px;
  }

  .contact-hero-desc {
    width: 520px;
    font-size: 22px;
  }

  .contact-hero-shape {
    width: 120px;
  }

  .contact-hero-shape-1 {
    right: 130px;
  }

  .contact-hero-shape-2 {
    width: 125px;
    right: 13%;
  }

  .contact-hero-image {
    width: 140%;
    bottom: 40px;
    left: -20%;
  }

  .about-hero-left {
    width: 820px;
  }

  .about-hero-right {
    width: 750px;
  }

  .about-hero-shape {
    width: 180px;
  }

  .vision-left-wrap {
    width: 900px;
  }

  .vision-right-wrap {
    width: 380px;
  }

  .vision-shape-1 {
    width: 160px;
    right: 32%;
  }

  .vision-shape-2 {
    width: 120px;
    top: -140px;
  }

  .vision-list-title {
    font-size: 32px;
  }

  .vision-list-desc {
    width: 580px;
    font-size: 20px;
  }

  .vision-shape-3 {
    width: 120px;
    bottom: -150px;
    left: 65px;
  }

  .mentors-content-box {
    margin-left: 32px;
    margin-right: 32px;
  }

  .mentors-role {
    font-size: 18px;
  }

  .mentors-shape-1 {
    width: 125px;
  }

  .mentors-shape-2 {
    width: 110px;
  }

  .metrics-right-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .metrics-shape-1 {
    width: 125px;
    top: 80px;
  }

  .metrics-shape-2 {
    width: 140px;
  }

  .gallery-shape-1 {
    width: 130px;
    right: 8%;
  }

  .gallery-shape-2 {
    width: 120px;
    left: 2%;
  }

  .blog-main-shape {
    width: 110px;
    left: 360px;
  }

  .blog-main-shape-1 {
    width: 120px;
    right: 350px;
  }

  .news-short-desc {
    width: 520px;
  }

  .news-details-block {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .news-details-right {
    width: 480px;
    min-width: 480px;
    padding: 48px;
  }

  .news-details-shape {
    width: 120px;
  }

  .news-details-shape-2 {
    width: 100px;
  }

  .news-post-body h2 {
    font-size: 42px;
  }

  .news-post-body h3 {
    font-size: 36px;
  }

  .news-post-body h4 {
    font-size: 30px;
  }

  .news-post-body h1 {
    font-size: 56px;
  }

  .cta-main-para {
    font-size: 40px;
  }

  .client-marquee-box {
    width: 220px;
  }

  .offering-image {
    min-height: 460px;
    max-height: 460px;
  }

  .about-main-title {
    font-size: 44px;
  }

  .promise-box {
    padding-right: 70px;
  }

  .promise-circle {
    border-width: 16px;
    width: 240px;
    min-width: 240px;
    height: 240px;
    min-height: 240px;
  }

  .promise-text {
    font-size: 26px;
  }

  .promise-counter {
    font-size: 72px;
  }

  .promise-circle-fill {
    border-width: 16px;
    width: 240px;
    height: 240px;
    top: -16px;
    left: -16px;
  }

  .award-logo.iit {
    width: 160px;
  }

  .award-logo.bits {
    width: 200px;
  }

  .award-logo.sttem {
    width: 100px;
  }

  .why-skill-content-text {
    font-size: 22px;
  }

  .skillizee-cover-title-wrap {
    width: 48%;
  }

  .skillizee-maruee-box {
    width: 400px;
    min-width: 400px;
  }

  .skillizee-benefit-title-wrap {
    width: 40%;
  }

  .counter-progress {
    width: 280px;
  }

  .mouse-down {
    bottom: 2%;
  }

  .lottie-animation-2 {
    width: 100vw;
  }

  .vision-shape-2-copy {
    width: 120px;
    top: -140px;
  }

  .mavericks-div {
    min-height: 460px;
  }

  .mavericks-image {
    object-position: 50% 35%;
    min-height: 460px;
    max-height: 460px;
  }

  .about-video-grid {
    max-width: 1180px;
  }

  .btn-nxt-new {
    width: 75px;
  }

  .swiper-wrapper-2._500px {
    height: 450px;
  }

  .relative-slider {
    max-width: 1700px;
  }

  .btn-prev-new {
    width: 75px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 8rem;
    line-height: 7rem;
  }

  h2 {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  h3 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h4 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h5 {
    letter-spacing: .125rem;
    font-size: .9rem;
    line-height: 1rem;
  }

  h6 {
    letter-spacing: .125rem;
    font-size: .8rem;
    line-height: .9rem;
  }

  li {
    letter-spacing: .0625rem;
  }

  blockquote {
    letter-spacing: .0625rem;
    padding: 1rem 2rem;
  }

  .space {
    min-height: 4rem;
  }

  .space-large {
    min-height: 7rem;
  }

  .space-small {
    min-height: 1.5rem;
  }

  .container-full.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-full.padding-144px {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container-full.padding-216px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .features-text-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .space-text {
    min-height: 1rem;
  }

  .space-semi {
    min-height: 2rem;
  }

  .footer-flex {
    grid-column-gap: 1rem;
  }

  .description-max-width {
    max-width: 36.25rem;
  }

  .utilities-row {
    width: 100%;
  }

  .utilities-wrapper-full {
    flex-direction: column;
    display: flex;
  }

  .gallery-image-wrapper {
    min-height: 25rem;
    max-height: 25rem;
  }

  .gallery-grid-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 60px;
  }

  .row-tab-law {
    grid-row-gap: .9375rem;
    flex-wrap: wrap;
  }

  .utilities-wrapper {
    max-width: 50rem;
  }

  .paragraph-max-width {
    max-width: 26.25rem;
  }

  .logo {
    min-width: 6rem;
    max-width: 6rem;
  }

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

  .categories-product-wrapper {
    width: 100%;
  }

  .submit-button {
    letter-spacing: .0625rem;
    padding: .7rem 2rem;
  }

  .nav-flex {
    z-index: 10000;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .button {
    letter-spacing: .0625rem;
    padding: .7rem 2rem;
  }

  .sg-return-to-home-lb.hide-on-tab {
    display: none;
  }

  .sg-return-to-home-lb.show-from-tab {
    display: flex;
  }

  .text-mobile-only {
    color: #fff;
  }

  .text-mobile-only.mobile-only {
    display: block;
  }

  .sg-anchor-lb {
    flex: none;
    justify-content: center;
    width: auto;
    min-width: 25%;
    padding: 1rem 2rem;
  }

  .sg-anchor-lb.w--current {
    box-shadow: inset 0 -3px 0 0 var(--primary);
    width: auto;
  }

  .sg-right-bottom-wrapper {
    width: 100%;
    min-height: auto;
    margin-left: 0;
  }

  .sg-outer-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .h1-utility {
    font-size: 4rem;
    line-height: 4rem;
  }

  .sg-left-top-wrapper {
    z-index: 5;
    width: 100%;
    min-height: auto;
    position: sticky;
    top: -8.125rem;
  }

  .sg-anchor-links-wrapper {
    z-index: 1;
    background-color: var(--dark-gray);
    flex-flow: wrap;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    inset: 0 0% -9.375rem;
  }

  .blog-post-first-letter {
    font-size: 3rem;
    line-height: 3rem;
  }

  .return-to-top {
    width: 3.5rem;
    height: 3.5rem;
  }

  .utilities-title-wrapper, .utilities-rtb-wrapper {
    width: 90%;
  }

  .utilities-rich-text li {
    line-height: 2rem;
  }

  .utilities-rich-text h4 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .row-utilities {
    width: 100%;
  }

  .instructions-wrapper {
    max-width: 35.4375rem;
  }

  .block-header, .block-content {
    padding: 1rem 2rem;
  }

  .brands-grid {
    grid-column-gap: 8rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
  }

  .services-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 8rem;
    max-height: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .dropdown-toggle {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .faq-dropdown-title {
    text-align: left;
    max-width: 70%;
  }

  .faq-flex {
    grid-column-gap: 1.875rem;
    justify-content: space-between;
  }

  .faq-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .faq-plus-icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .faq-numbers-back {
    margin-left: 0;
    font-size: 8.6875rem;
    display: none;
  }

  .side-bar-left {
    position: static;
  }

  .row-content {
    width: 100%;
  }

  .products-title {
    white-space: normal;
  }

  .page-grid {
    flex-direction: column;
    display: flex;
  }

  .fix-scroll-container-products {
    max-width: 75rem;
  }

  .price-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    padding: 2rem;
  }

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

  .nav-link {
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
  }

  .service-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .blog-card-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .blog-image-wrapper {
    min-width: 36.25rem;
    max-width: 36.25rem;
    min-height: 23.75rem;
    max-height: 23.75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-features-image {
    min-width: 100%;
    max-width: 100%;
  }

  .blog-text-wrapper {
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .select-field {
    min-width: 15.63rem;
    max-width: 15.63rem;
    min-height: 3.13rem;
    max-height: 3.13rem;
    font-size: 1rem;
  }

  .hero-title {
    font-size: 8rem;
    line-height: 6.3rem;
  }

  .max-width-30vw {
    max-width: 22.5rem;
  }

  .hero-h5-bottom {
    width: 15rem;
    position: relative;
  }

  .max-width-20vw {
    max-width: 17.5rem;
  }

  .hero-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: 100%;
    height: 100svh;
  }

  .mouse-wrapper {
    display: none;
  }

  .hero-h5 {
    top: 2.8rem;
    left: 1.6rem;
  }

  .hero-image {
    min-width: 70vw;
    max-width: 70vw;
    min-height: 70vw;
    max-height: 70vw;
    top: auto;
    bottom: 0;
  }

  .hero-background {
    height: 100vh;
  }

  .hero-title-wrapper {
    justify-content: center;
    align-items: center;
    min-width: 43.4rem;
    max-width: 43.4rem;
  }

  .socials-absolute {
    grid-row-gap: 1rem;
    bottom: auto;
    left: auto;
  }

  .social-link-wrapper-small {
    min-width: 1rem;
    max-width: 1rem;
    min-height: 1rem;
    max-height: 1rem;
  }

  .about-card-image {
    min-width: 27rem;
    max-width: 27rem;
    min-height: 27rem;
    max-height: 27rem;
  }

  .self-align-right.padding-left-1rem {
    text-align: center;
    padding-left: 0;
  }

  .title-wrapper-2 {
    width: 90%;
  }

  .align-right {
    justify-content: center;
    align-items: center;
  }

  .brands-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .brands-logo {
    min-width: 8rem;
    max-width: 8rem;
  }

  .logo-brand {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-burger {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding: 8.25rem 4rem 0;
    display: flex;
    position: fixed;
    top: 0;
    left: auto;
  }

  .container-nav {
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    min-height: 6rem;
    max-height: 6rem;
    position: absolute;
    top: 0;
  }

  .menu-burger-wrapper {
    min-width: 3.75rem;
    max-width: 3.75rem;
    min-height: 3.75rem;
    max-height: 3.75rem;
  }

  .navbar {
    min-height: 6rem;
    max-height: 6rem;
  }

  .cart {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .footer-grid {
    grid-row-gap: 2rem;
    border-radius: 4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 2rem 4rem;
    box-shadow: inset 0 1.5rem 4rem 1rem #0006;
  }

  .block-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-6-columns {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 90%;
    max-width: 90%;
  }

  .grid-12-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 90%;
    max-width: 90%;
  }

  .metrics-title {
    font-size: 7rem;
    line-height: 5rem;
  }

  .metrics-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .team-card {
    min-width: 17.5rem;
    max-width: 17.5rem;
    min-height: 22.5rem;
    max-height: 22.5rem;
  }

  .cut-wrapper {
    max-height: 6.3rem;
  }

  .shadow {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    box-shadow: 0 24px 4rem 1rem #0003;
  }

  .nav-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .nav-card-images {
    max-width: 100%;
  }

  .nav-card-image {
    min-width: 17.5rem;
    max-width: 17.5rem;
    min-height: 22.5rem;
    max-height: 22.5rem;
  }

  .logo-light {
    min-width: 6rem;
    max-width: 6rem;
  }

  .menu-burger-light {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
  }

  .nav-cart-menu-flex {
    z-index: 10000;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
  }

  .cart-icon {
    font-size: .5rem;
    line-height: 1.5rem;
  }

  .hide-on-mobile {
    display: block;
  }

  .cart-icon-light {
    font-size: .5rem;
    line-height: 1.5rem;
  }

  .rich-text h1 {
    font-size: 4rem;
    line-height: 5rem;
  }

  .rich-text h2 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .rich-text h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .rich-text h4 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .rich-text h5 {
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .rich-text h6 {
    font-size: .7rem;
    line-height: 1.4rem;
  }

  .rich-text p {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .rich-text li {
    font-size: 1rem;
    line-height: 2rem;
  }

  .utilities-max-width {
    max-width: 27rem;
  }

  .features-description {
    max-width: 30rem;
  }

  .title-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrapper.align-right {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .title-wrapper.gap-half {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .features-image-wrapper {
    min-width: 40rem;
    max-width: 40rem;
    min-height: 40rem;
    max-height: 40rem;
    margin-left: auto;
    margin-right: auto;
  }

  .subheading {
    padding: .5rem .75rem;
  }

  .flex-feature-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .flex-feature-wrapper.reverse-on-tab {
    flex-flow: column-reverse;
  }

  .reviews-image-circle {
    width: 90px;
    height: 90px;
    left: 3rem;
  }

  .reviews-block {
    grid-row-gap: .5rem;
  }

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

  .quote-icon {
    min-height: 4vw;
    max-height: 4vw;
  }

  .reviews-card {
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .left-arrow {
    right: 6%;
  }

  .reviews-listing-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .arrow {
    min-height: 1.5rem;
    max-height: 1.5rem;
    top: -.0625rem;
  }

  .button-arrow-wrapper {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    top: 2.75rem;
    left: 2.75rem;
  }

  .button-with-circle-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    padding: .125rem 2rem .125rem .25rem;
  }

  .smaller {
    font-size: 6rem;
    line-height: 5rem;
  }

  .star {
    min-width: 9rem;
    max-width: 9rem;
    min-height: 9rem;
    max-height: 9rem;
    left: auto;
  }

  .centered-on-tab {
    text-align: center;
  }

  .small-icon {
    min-width: 1rem;
    max-width: 1rem;
  }

  .about-card-image-left {
    min-width: 16.87rem;
    max-width: 16.87rem;
    min-height: 12.67rem;
    max-height: 12.67rem;
    top: -9rem;
    left: 20%;
  }

  .about-card-image-right {
    min-width: 15rem;
    max-width: 15rem;
    min-height: 11.25rem;
    max-height: 11.25rem;
    top: 9rem;
    right: 20%;
  }

  .max-width-45vw {
    max-width: 22.5rem;
  }

  .title-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .metrics-star {
    min-width: 6rem;
    max-width: 6rem;
    min-height: 6rem;
    max-height: 6rem;
    left: auto;
  }

  .metrics-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .metrics-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .card {
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 19.5rem;
    max-height: 19.5rem;
    padding: 2rem;
  }

  .card._0-opacity {
    display: none;
  }

  .image-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .text-small {
    letter-spacing: .125rem;
    font-size: .9rem;
    line-height: 1rem;
  }

  .card-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .max-width-32vw {
    max-width: 22.5rem;
  }

  .footer-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    min-width: 100%;
    max-width: 100%;
  }

  .metrics-numbers {
    font-size: 10rem;
    line-height: 8rem;
  }

  .footer-h5 {
    position: static;
    top: -1rem;
    left: 0;
  }

  .image-thrids {
    object-position: 70% 50%;
    min-height: 22.5rem;
    max-height: 22.5rem;
  }

  .subheading-feature-flex {
    padding: .5rem .75rem;
  }

  .about-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .about-description {
    max-width: 30rem;
  }

  .feature-block {
    position: static;
  }

  .feature-images-wrapper {
    width: 100%;
    height: 50svh;
  }

  .features-flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100svh;
  }

  .flex-grid-features {
    height: auto;
  }

  .feature-item-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    height: 50svh;
    padding-left: 4rem;
    padding-right: 4rem;
    inset: auto 0% 0%;
  }

  .feature-item-content._03, .feature-item-content._02, .feature-item-content._01 {
    inset: auto 0% 0%;
  }

  .careers-flex-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .careers-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding: 2rem;
  }

  .careers-line {
    height: .1rem;
  }

  .gap-8px-row, .flex.gap-8px {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .careers-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .outline-button {
    letter-spacing: .0625rem;
    padding: .7rem 2rem;
  }

  .price-card-title {
    font-size: 3.5rem;
    line-height: 3rem;
  }

  .nav-tabs {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .pricing-flex {
    grid-column-gap: 2rem;
  }

  .pricing-grid-half {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .horizontal-line {
    height: .1rem;
  }

  .pricing-link.with-40 {
    width: 100%;
  }

  .price-flex-highlight {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: .5rem 1rem;
  }

  .price-card-title-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .price-card-big {
    padding: 2rem;
    display: flex;
  }

  .footer-title {
    font-size: 8rem;
    line-height: 6.3rem;
  }

  .header {
    padding-top: 30px;
  }

  .container {
    max-width: 95%;
  }

  .header-logo {
    width: 180px;
  }

  .home-hero-section {
    background-position: 50% 40%;
    height: 890px;
    padding-top: 400px;
    padding-bottom: 340px;
  }

  .hero-social-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-social-box {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
  }

  .hero-social-icon {
    width: 22px;
  }

  .section-tag {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .heading-style-h2 {
    margin-bottom: 24px;
    font-size: 28px;
  }

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

  .why-skill-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .why-skill-left {
    text-align: left;
  }

  .why-skill-image {
    width: 200%;
  }

  .paragraph-normal {
    font-size: 14px;
  }

  .paragraph-normal.mob {
    display: block;
  }

  .paragraph-normal.desk {
    display: none;
  }

  .paragraph-normal.ct.tb {
    text-align: center;
  }

  .about-info-inner {
    padding: 50px 30px;
  }

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

  .skillizee-benefit-image {
    width: 50%;
  }

  .skillizee-benefit-image.is-2 {
    width: 70%;
  }

  .skillizee-benefit-image.is-3, .skillizee-benefit-image.is-4 {
    width: 75%;
  }

  .counter-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .counter-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .counter-number {
    font-size: 36px;
  }

  .offering-section {
    padding-bottom: 100px;
  }

  .heading-style-h3 {
    font-size: 22px;
  }

  .offfering-button-wrap {
    margin-top: 60px;
  }

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

  .key-teaching-slider {
    z-index: 5;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    position: relative;
  }

  .key-teaching-item {
    border-radius: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .key-teaching-top {
    margin-bottom: 30px;
  }

  .key-teaching-icon {
    width: 75px;
  }

  .key-teaching-title {
    font-size: 24px;
  }

  .key-teaching-desc {
    font-size: 16px;
  }

  .testimonial-section {
    padding-bottom: 100px;
  }

  .reviews-author-name {
    width: 90%;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2;
  }

  .reviews-author-role {
    font-size: 14px;
    line-height: 1.4;
  }

  .review-summary {
    font-size: 14px;
    line-height: 1.5;
  }

  .reviews-top {
    margin-bottom: 24px;
  }

  .faq-item {
    margin-bottom: 32px;
    padding: 30px 40px;
  }

  .faq-answer-wrap {
    padding-top: 30px;
  }

  .faq-number {
    font-size: 56px;
  }

  .faq-plus-image, .faq-minus-image {
    width: 40px;
  }

  .blogs-section {
    padding-top: 100px;
  }

  .home-blog-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .home-blog-thumbnail {
    border-radius: 18px;
  }

  .blog-desc {
    width: 100%;
  }

  .home-blog-image-block {
    border-radius: 18px;
  }

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

  .footer {
    padding-bottom: 48px;
  }

  .footer-top-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 30px;
  }

  .footer-contact-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: 200px;
    min-width: 200px;
    margin-left: 20px;
  }

  .footer-social-media-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .skillizee-benefit-image-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .skillizee-benefit-image-wrap.is-1, .skillizee-benefit-image-wrap.is-2, .skillizee-benefit-image-wrap.is-3, .skillizee-benefit-image-wrap.is-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .skillizee-benefit-content-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .skillizee-benefit-content-wrap.is-1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
    position: static;
  }

  .skillizee-benefit-content-wrap.is-2, .skillizee-benefit-content-wrap.is-3, .skillizee-benefit-content-wrap.is-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    position: static;
  }

  .skillizee-benefit-item {
    flex-flow: column;
    margin-bottom: 60px;
  }

  .header-nav-menu {
    padding-top: 30px;
  }

  .menu-nav-link {
    font-size: 36px;
  }

  .navigation {
    padding-left: 40px;
  }

  .nav-menu-image-wrap {
    width: 55%;
  }

  .nav-menu-image {
    width: 100%;
  }

  .header-shape-1 {
    width: 85px;
  }

  .header-shape-2 {
    width: 100px;
    bottom: 0%;
  }

  .header-shape-3 {
    width: 80px;
  }

  .nav-container {
    max-width: 95%;
  }

  .contact-hero-section {
    padding-top: 200px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .contact-hero-inner {
    position: relative;
  }

  .contact-info-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 80px;
  }

  .contact-info-item {
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .contact-info-tag.blue.nl {
    text-align: center;
    word-break: normal;
    width: 100%;
  }

  .contact-info-link {
    text-align: center;
    font-size: 22px;
  }

  .contact-faq-shape {
    width: 80px;
  }

  .contact-faq-shape-right {
    width: 80px;
    top: -60px;
    right: 80px;
  }

  .cta-shape {
    width: 90px;
    bottom: -9%;
    left: -4px;
  }

  .cta-shape-2 {
    width: 70px;
    top: -75px;
  }

  .heading-style-h1 {
    font-size: 64px;
  }

  .contact-hero-shape {
    width: 80px;
  }

  .contact-hero-shape-1 {
    display: none;
  }

  .contact-hero-list {
    flex-flow: column;
    margin-top: 60px;
  }

  .contact-hero-image-wrap {
    text-align: right;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .contact-hero-image {
    bottom: 80px;
  }

  .contact-form-wrap {
    width: 100%;
  }

  .field-label {
    font-size: 18px;
  }

  .success-message-text {
    margin-top: 12px;
  }

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

  .about-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-hero-inner {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .about-hero-left, .about-hero-right {
    width: 400px;
  }

  .vision-top-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-bottom: 80px;
  }

  .vision-left-wrap {
    width: 500px;
  }

  .vision-shape-1 {
    width: 70px;
    top: -2%;
    right: 37%;
  }

  .vision-content-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .vision-shape-2 {
    width: 70px;
  }

  .vision-bottom-wrap {
    width: 100%;
  }

  .vision-list-title {
    font-size: 22px;
  }

  .vision-list-desc {
    width: 420px;
  }

  .vision-shape-3 {
    width: 70px;
    display: none;
  }

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

  .mentors-list {
    grid-column-gap: 60px;
    grid-row-gap: 120px;
    grid-template-columns: 1fr 1fr;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .mentors-shape-1 {
    width: 80px;
    left: 12%;
  }

  .mentors-shape-2 {
    width: 75px;
    right: 40px;
  }

  .client-logo {
    width: 130px;
  }

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

  .metrics-inner {
    flex-flow: column;
  }

  .metrics-left-wrap {
    width: 100%;
  }

  .metrics-right-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    width: 100%;
  }

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

  .metrics-shape-2 {
    width: 85px;
    left: 65px;
  }

  .gallery-section {
    padding-top: 160px;
  }

  .gallery-inner {
    z-index: 3;
    position: relative;
  }

  .gallery-grid-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .gallery-button-wrap {
    margin-top: 50px;
  }

  .gallery-shape-1 {
    top: 220px;
  }

  .gallery-shape-2 {
    width: 70px;
    bottom: 100px;
  }

  .blog-main-shape {
    width: 75px;
    top: 130px;
    left: 140px;
  }

  .blog-main-shape-1 {
    width: 85px;
    top: 140px;
    right: 100px;
  }

  .news-short-desc {
    width: 450px;
  }

  .latest-post-section {
    padding-top: 100px;
  }

  .news-details-section {
    padding-top: 160px;
  }

  .news-details-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .news-details-right {
    border-radius: 24px;
    width: 300px;
    min-width: 300px;
    padding: 32px 24px;
  }

  .author-image {
    width: 120px;
    height: 120px;
  }

  .author-divider {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .news-details-shape {
    width: 75px;
    top: 480px;
    right: 280px;
  }

  .news-details-shape-2 {
    width: 70px;
    bottom: 170px;
  }

  .news-post-body h2 {
    font-size: 28px;
  }

  .news-post-body h3 {
    font-size: 24px;
  }

  .news-post-body h4 {
    font-size: 22px;
  }

  .news-post-body h1 {
    font-size: 42px;
  }

  .news-post-body blockquote {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta-main-para {
    font-size: 28px;
  }

  .reviews-slider-arrows {
    margin-top: 60px;
  }

  .client-marquee-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .client-marquee-box {
    width: 130px;
  }

  .offering-content-box {
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .offering-item-name {
    font-size: 22px;
  }

  .about-main-title {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .promise-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .promise-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .promise-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
  }

  .promise-counter {
    font-size: 34px;
  }

  .promise-sub-text {
    font-size: 13px;
  }

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

  .award-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-logo-image {
    width: 250px;
    margin-bottom: 30px;
  }

  .award-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .award-bottom-block {
    padding-top: 40px;
  }

  .award-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .award-logo.iit {
    width: 130px;
  }

  .award-logo.bits {
    width: 160px;
  }

  .award-logo.sttem {
    width: 60px;
  }

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

  .skillizee-cover-title-wrap {
    width: 70%;
  }

  .skillizee-cover-maruee {
    margin-top: 40px;
  }

  .skillizee-maruee-box {
    border-radius: 16px;
    width: 260px;
    min-width: 260px;
    margin-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .skillizee-maruee-icon {
    width: 60px;
  }

  .heading-style-h4 {
    font-size: 22px;
  }

  .skillizee-maruee-row {
    margin-top: 20px;
  }

  .skillizee-benefit-title {
    text-align: center;
    font-size: 24px;
  }

  .benefit-content-list {
    align-self: center;
  }

  .scrub-section {
    display: none;
  }

  .scrub-section.mobile {
    display: block;
  }

  .mouse-down {
    right: 55px;
  }

  .header-button-wrap {
    margin-right: 24px;
  }

  .header-button {
    font-size: 16px;
  }

  .button-arrow {
    width: 42px;
    height: 42px;
  }

  .vision-shape-2-copy {
    width: 70px;
  }

  .about-video-grid {
    grid-template-columns: 1fr;
  }

  .client-marquee-inner-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faq-section-new {
    padding-top: 160px;
  }

  .relative-slider {
    max-width: 700px;
  }

  .hover-div {
    min-height: 110px;
  }

  .swiper-slide-2 {
    width: 50%;
  }

  .swiper-component.slider1.pill {
    padding-right: 6vw;
  }

  .lottie-info {
    right: 20px;
  }

  .div-block-105 {
    width: 100vw;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 6rem;
    line-height: 5rem;
  }

  h4 {
    white-space: normal;
  }

  .container-full.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer-flex {
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .description-max-width {
    max-width: 25rem;
  }

  .gallery-item {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .utilities-gallery-row {
    justify-content: center;
  }

  .gallery-grid-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

  .gallery-list-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 50px;
  }

  .row-tab-law {
    justify-content: center;
    align-items: stretch;
  }

  .product-content-wrapper {
    padding-left: 0;
  }

  .submit-button:hover {
    background-color: var(--primary);
  }

  .sg-anchor-lb {
    min-width: 25%;
    max-width: 25%;
  }

  .h1-utility {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .sg-colour-label-wrapper {
    align-items: flex-start;
  }

  .sg-buttons-grid {
    grid-template-columns: 1fr;
  }

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

  .sg-colour-wrapper {
    flex-direction: row;
  }

  .global-section {
    padding: 4rem 2.5rem;
  }

  .sg-colour-swatch {
    width: 25%;
    margin-bottom: 0;
    margin-right: 1rem;
    padding-top: 25%;
  }

  .instructions-wrapper {
    max-width: 29.8125rem;
  }

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

  .services-card {
    text-align: center;
    flex-flow: column;
    min-height: auto;
    max-height: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq-flex {
    padding-right: 0;
  }

  .faq-plus-icon, .side-bar-left {
    position: static;
  }

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

  .flip-animation {
    white-space: normal;
  }

  .nav-link {
    font-size: 2rem;
    line-height: 2rem;
  }

  .service-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .blog-image-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .blog-text-wrapper {
    min-width: 90%;
    max-width: 90%;
  }

  .hero-title {
    font-size: 5rem;
    line-height: 4.3rem;
  }

  .hero-h5-bottom {
    width: 30vw;
    left: 4.44vw;
  }

  .services-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .max-width-20vw {
    max-width: 12rem;
  }

  .hero-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    height: 100svh;
  }

  .hero-h5 {
    top: -1rem;
    left: 0;
  }

  .hero-image {
    min-width: 70vw;
    max-width: 70vw;
    min-height: 70vw;
    max-height: 70vw;
  }

  .hero-title-wrapper {
    min-width: 28rem;
    max-width: 28rem;
  }

  .about-card-image {
    min-width: 20rem;
    max-width: 20rem;
    min-height: 20rem;
    max-height: 20rem;
  }

  .about-card-images {
    position: relative;
  }

  .brands-wrapper {
    border-radius: 8rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .logo-brand {
    justify-content: center;
    align-items: center;
    padding-right: .625rem;
  }

  .nav-menu {
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-grid {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .grid-6-columns {
    flex-flow: column wrap;
    margin-bottom: 0;
  }

  .grid-12-columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .cut-wrapper {
    max-height: 4.6rem;
  }

  .nav-card-images, .hide-on-mobile {
    display: none;
  }

  .features-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: 32rem;
    max-height: 32rem;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-feature-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .reviews-image-circle {
    width: 80px;
    height: 80px;
    top: -10%;
    left: 1.5rem;
  }

  .slide-nav-reviews {
    padding-top: 4%;
    bottom: -8%;
  }

  .reviews-card {
    min-width: 100%;
    max-width: 100%;
    padding-top: 45px;
  }

  .left-arrow {
    width: 38px;
    right: 7%;
  }

  .right-arrow {
    width: 38px;
  }

  .reviews-listing-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .star {
    min-width: 6rem;
    max-width: 6rem;
    min-height: 6rem;
    max-height: 6rem;
  }

  .about-card-image-left {
    min-width: 11.25rem;
    max-width: 11.25rem;
    min-height: 8.45rem;
    max-height: 8.45rem;
    position: absolute;
    inset: -20% auto auto 0%;
  }

  .about-card-image-right {
    min-width: 10rem;
    max-width: 10rem;
    min-height: 7.5rem;
    max-height: 7.5rem;
    position: absolute;
    inset: auto 0% -20% auto;
  }

  .padding-right-2rem {
    padding-right: 4rem;
  }

  .footer-h5 {
    top: -1rem;
    left: 0;
  }

  .image-thrids {
    min-width: 100%;
    max-width: 100%;
    min-height: 30rem;
    max-height: 30rem;
  }

  .feature-block {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    height: auto;
    position: static;
  }

  .feature-images-wrapper._02, .feature-images-wrapper._03, .feature-images-wrapper._01 {
    position: static;
  }

  .features-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    height: auto;
  }

  .flex-grid-features {
    grid-template-columns: 1fr;
    height: auto;
  }

  .feature-item-content {
    opacity: 1;
    height: auto;
  }

  .feature-item-content._03, .feature-item-content._02, .feature-item-content._01 {
    position: static;
  }

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

  .pricing-flex {
    flex-direction: column;
  }

  .features-flex-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .show-section {
    height: auto;
  }

  .show-section-abosolute {
    position: static;
  }

  .footer-title {
    font-size: 5rem;
    line-height: 4.3rem;
  }

  .container {
    max-width: 95%;
  }

  .container.br {
    margin-top: 120px;
  }

  .header-logo {
    width: 160px;
  }

  .home-hero-section {
    position: static;
  }

  .hero-social-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-about-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section-tag {
    letter-spacing: .08em;
  }

  .heading-style-h2 {
    font-size: 26px;
  }

  .heading-style-h2.mob {
    text-align: center;
    display: block;
  }

  .heading-style-h2.mob-hide {
    display: none;
  }

  .heading-style-h2.nw {
    text-align: center;
  }

  .heading-style-h2.lb {
    font-size: 20px;
  }

  .heading-style-h2.less-margin.ct {
    text-align: center;
  }

  .about-summary {
    width: 90%;
  }

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

  .why-skill-inner {
    grid-template-columns: 1fr;
  }

  .why-skill-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .paragraph-normal._600, .paragraph-normal.left-align._10-margin-top, .paragraph-normal.ct {
    text-align: center;
  }

  .about-info-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-info-title {
    width: 100%;
  }

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

  .counter-inner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .counter-sub-text {
    font-size: 11px;
  }

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

  .offering-slider {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .heading-style-h3.left-align {
    text-align: center;
  }

  .key-teaching-slider {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .key-teaching-item {
    border-radius: 18px;
    padding: 24px;
  }

  .key-teaching-icon {
    width: 70px;
  }

  .key-teaching-title {
    font-size: 22px;
  }

  .key-teaching-desc {
    font-size: 16px;
  }

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

  .faq-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-number {
    font-size: 48px;
  }

  .blogs-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .blog-list-wrap {
    margin-top: 40px;
  }

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

  .home-blog-image-block {
    margin-bottom: 24px;
  }

  .home-blog-button-wrap {
    margin-top: 60px;
  }

  .blog-shape {
    top: 20%;
    left: -6%;
  }

  .cta-section {
    padding-bottom: 60px;
  }

  .cta-inner {
    width: 100%;
  }

  .cta-title-flex {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-main-title {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-top-wrap {
    text-align: center;
    flex-flow: column;
    padding: 40px;
  }

  .footer-divider {
    width: 100%;
    height: 1px;
  }

  .footer-contact-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100px;
  }

  .footer-social-media-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-copyright-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .skillizee-benefit-image-wrap {
    width: 100%;
  }

  .skillizee-benefit-image-wrap.is-1, .skillizee-benefit-image-wrap.is-2, .skillizee-benefit-image-wrap.is-3 {
    position: static;
  }

  .skillizee-benefit-content-wrap {
    opacity: 1;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .skillizee-benefit-content-wrap.is-1, .skillizee-benefit-content-wrap.is-2, .skillizee-benefit-content-wrap.is-3 {
    position: static;
  }

  .skillizee-benefit-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .header-nav-menu {
    padding-bottom: 0;
  }

  .menu-nav-link {
    font-size: 32px;
  }

  .navigation {
    padding-left: 20px;
  }

  .nav-menu-image-wrap {
    pointer-events: none;
    width: 35%;
    position: absolute;
    right: 10%;
  }

  .header-shape-1 {
    width: 65px;
    left: 52%;
  }

  .header-shape-2 {
    width: 85px;
  }

  .header-shape-3 {
    width: 65px;
  }

  .nav-container {
    justify-content: center;
    align-items: flex-start;
    max-width: 95%;
  }

  .contact-faq-section {
    padding-bottom: 100px;
  }

  .contact-hero-section {
    padding-top: 160px;
  }

  .contact-info-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .contact-info-item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 32px 24px;
    display: flex;
  }

  .contact-info-tag {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .contact-info-link {
    font-size: 16px;
  }

  .contact-faq-shape {
    width: 70px;
  }

  .contact-faq-shape-right {
    width: 70px;
    top: -70px;
    right: 50px;
  }

  .cta-shape-2 {
    width: 60px;
  }

  .heading-style-h1 {
    font-size: 56px;
  }

  .contact-hero-desc {
    width: 350px;
    margin-top: 15px;
  }

  .contact-hero-shape {
    width: 70px;
    display: none;
  }

  .contact-hero-shape-2 {
    width: 85px;
    bottom: 260px;
    right: 8%;
  }

  .contact-form-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .field-label {
    font-size: 16px;
  }

  .text-field, .select-input-field, .text-area {
    padding: 12px 18px;
    font-size: 16px;
  }

  .success-message-text {
    margin-top: 8px;
  }

  .news-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-hero-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .about-hero-inner {
    flex-flow: column;
  }

  .about-hero-left {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .about-hero-right {
    width: 100%;
    margin-top: 0;
  }

  .vision-section {
    padding-top: 140px;
  }

  .vision-top-wrap {
    flex-flow: column;
  }

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

  .vision-right-wrap {
    width: 100%;
  }

  .vision-shape-1 {
    top: 20%;
    right: 10%;
  }

  .vision-content-box {
    justify-content: center;
    align-items: center;
  }

  .vision-shape-2 {
    display: none;
  }

  .vision-bottom-wrap {
    flex-flow: column;
  }

  .vision-list {
    width: 100%;
  }

  .vision-list-item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .vision-list-title {
    font-size: 20px;
  }

  .vision-list-desc {
    width: 260px;
  }

  .vision-list-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .mentors-section {
    padding-top: 70px;
  }

  .mentors-list {
    grid-column-gap: 30px;
    grid-row-gap: 120px;
    grid-template-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .mentors-role {
    font-size: 12px;
  }

  .mentors-shape-1 {
    width: 75px;
    left: 6%;
  }

  .mentors-shape-2 {
    width: 65px;
    right: 20px;
  }

  .client-logo {
    width: 120px;
  }

  .client-logo-item {
    margin-left: 24px;
    margin-right: 24px;
  }

  .metrics-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .metrics-right-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .metrics-shape-1 {
    width: 80px;
    top: -40px;
    right: 30px;
  }

  .gallery-section {
    padding-top: 140px;
  }

  .gallery-grid-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .gallery-button-wrap {
    margin-top: 40px;
  }

  .gallery-shape-1 {
    width: 80px;
    top: 180px;
  }

  .blog-main-shape {
    width: 65px;
    left: 80px;
  }

  .blog-main-shape-1 {
    width: 70px;
    right: 50px;
  }

  .news-release-date {
    margin-top: 20px;
  }

  .latest-post-section {
    padding-top: 70px;
  }

  .news-main-image-box {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .news-main-image {
    border-radius: 24px;
  }

  .news-details-block {
    flex-flow: column;
  }

  .news-details-right {
    width: 100%;
    min-width: 100%;
    padding: 40px 48px;
  }

  .news-details-shape {
    width: 65px;
    left: 80px;
  }

  .news-details-shape-2 {
    width: 60px;
  }

  .review-title-wrap {
    margin-bottom: 0;
  }

  .swiper-slide.hd-mob {
    display: none;
  }

  .reviews-slider-arrows {
    margin-top: 50px;
  }

  .client-marquee-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .offering-image {
    border-radius: 15px;
    width: 100%;
  }

  .offering-content-box {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 85px;
    padding: 10px 24px;
  }

  .offering-item-name {
    font-size: 18px;
  }

  .offering-right-arrow {
    margin-right: 0%;
  }

  .offering-left-arrow {
    margin-left: 0%;
  }

  .about-main-title {
    font-size: 24px;
  }

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

  .promise-box {
    border-radius: 16px;
    padding: 24px 20px;
  }

  .award-inner-block {
    padding-bottom: 40px;
  }

  .award-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .award-logo.iit, .award-logo.bits {
    width: 100px;
  }

  .award-logo.sttem {
    object-fit: contain;
    width: 100px;
    height: 75px;
  }

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

  .skillizee-cover-title-wrap {
    width: 85%;
  }

  .skillizee-cover-summary {
    width: 90%;
  }

  .skillizee-maruee-box {
    width: 240px;
    min-width: 240px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-style-h4 {
    font-size: 20px;
  }

  .skillizee-benefit-title-wrap {
    width: 80%;
  }

  .skillizee-benefit-title {
    text-align: center;
    width: 100%;
  }

  .counter-progress {
    width: 180px;
  }

  .announcement-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .announcement-text {
    font-size: 1rem;
  }

  .mouse-down {
    right: auto;
  }

  .header-button-wrap, .vision-shape-2-copy {
    display: none;
  }

  .vision-left-wrap-2 {
    width: 100%;
    padding-top: 0;
  }

  .mavericks-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .mavericks-div {
    width: 100%;
  }

  .about-video-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .breadcrumb-container {
    justify-content: center;
    align-items: center;
  }

  .rich-text-block-2 {
    text-align: center;
  }

  .rich-text-heading {
    font-size: 32px;
  }

  .client-marquee-inner-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-section-new {
    padding-top: 140px;
  }

  .relative-slider {
    max-width: 550px;
  }

  .swiper-slide-2 {
    width: 100%;
  }

  .swiper-component.slider1.pill {
    padding-right: 0;
  }

  .lottie-info {
    text-align: center;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 17vw;
    line-height: 16vw;
  }

  h2 {
    font-size: 15vw;
    line-height: 17.5vw;
  }

  h3 {
    font-size: 12.5vw;
    line-height: 15vw;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .space.smaller-on-mobile {
    min-height: 2.5rem;
  }

  .container-full.padding-144px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-full.padding-216px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .features-image {
    min-width: 16.25rem;
    max-width: 16.25rem;
    min-height: 16.25rem;
    max-height: 16.25rem;
  }

  .features-text-wrapper {
    text-align: center;
    align-items: center;
  }

  .title-wrapper-old {
    flex-direction: column;
    max-width: 15rem;
  }

  .footer-flex {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    line-height: 2;
  }

  .nav-tab-law {
    padding-left: 0;
    padding-right: 0;
  }

  .description-max-width {
    max-width: 15rem;
  }

  .description-max-width.add-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .utilities-row {
    justify-content: center;
    align-items: center;
  }

  .utilities-wrapper-full {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-image-wrapper {
    min-height: 25rem;
  }

  .gallery-grid-list {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .product-content-wrapper {
    width: 100%;
  }

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

  .button {
    font-size: 1rem;
  }

  .sg-anchor-lb {
    min-width: 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-utility {
    font-size: 10vw;
    line-height: 2rem;
  }

  .sg-button-block {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
  }

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

  .sg-left-top-wrapper {
    overflow: hidden;
  }

  .global-section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    overflow: hidden;
  }

  .sg-colour-swatch {
    margin-bottom: 0;
  }

  .utilities-title-wrapper, .utilities-rtb-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .utilities-rich-text h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .row-utilities {
    align-items: center;
  }

  .instructions-wrapper {
    max-width: 18.75rem;
  }

  .block-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .title-wrapper-hero {
    flex-direction: column;
    max-width: 15rem;
  }

  .services-card {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-toggle {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-plus-icon {
    position: absolute;
    top: 51%;
    right: -4%;
  }

  .dropdown-description {
    width: 90%;
    max-width: 90%;
  }

  .faq-numbers-back {
    font-size: 8.125rem;
    inset: 0%;
  }

  .services-page {
    padding-left: 0;
    padding-right: 0;
  }

  .product_total {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .package-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .row-content {
    align-items: center;
  }

  .products-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .brochure-card {
    max-width: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .side-bar-right {
    max-width: 100%;
  }

  .fix-scroll-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .fix-scroll-container-products {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .utility-image {
    max-width: 50%;
  }

  .nav-link {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .service-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .blog-text-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .select-field {
    min-width: 12.5rem;
    max-width: 12.5rem;
  }

  .hero-title {
    font-size: 15vw;
    line-height: 15vw;
  }

  .max-width-30vw {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-h5-bottom {
    text-align: center;
    flex-direction: column;
    width: 15rem;
    position: relative;
    left: auto;
  }

  .max-width-20vw {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 35%;
    display: flex;
  }

  .order-item {
    flex-flow: column;
  }

  .hero-h5 {
    position: static;
  }

  .hero-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 35vh;
    max-height: none;
    position: relative;
    right: auto;
  }

  .hero-background {
    height: 100%;
  }

  .hero-title-wrapper {
    flex-flow: column;
    min-width: 18rem;
    max-width: 18rem;
  }

  .socials-absolute {
    grid-column-gap: 2rem;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .about-card-image {
    min-width: 10rem;
    max-width: 10rem;
    min-height: 10rem;
    max-height: 10rem;
  }

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

  .title-wrapper-2 {
    flex-direction: column;
  }

  .logo-brand {
    z-index: 998;
    margin-left: 1rem;
    position: relative;
  }

  .nav-menu {
    z-index: 997;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30%;
    overflow: hidden;
  }

  .menu-burger-wrapper {
    z-index: 998;
  }

  .cart {
    z-index: 999;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding: 4rem 2rem;
    display: flex;
  }

  .footer-email {
    font-size: 7.5vw;
    line-height: 1.5rem;
  }

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

  .grid-6-columns {
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .grid-12-columns {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .metrics-text-wrapper {
    flex-flow: column;
    display: flex;
  }

  .cut-wrapper {
    max-height: none;
    margin-bottom: 7rem;
  }

  .shadow {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .nav-block {
    flex-flow: column;
    display: flex;
  }

  .nav-card-image {
    min-width: 8.75rem;
    max-width: 8.75rem;
    min-height: 11.25rem;
    max-height: 11.25rem;
  }

  .nav-cart-menu-flex {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .line-item {
    flex-flow: column;
  }

  .utilities-max-width {
    max-width: 15rem;
  }

  .features-description {
    max-width: 100%;
  }

  .title-wrapper {
    align-items: center;
  }

  .title-wrapper.align-right {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .centered-on-mobile-small {
    text-align: center;
  }

  .features-image-wrapper {
    min-height: 16rem;
    max-height: 16rem;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-feature-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .reviews-image-circle {
    top: -3rem;
    left: auto;
  }

  .reviews-block {
    justify-content: center;
    align-items: center;
  }

  .slide-nav-reviews {
    padding-top: 8%;
    bottom: -6%;
  }

  .quote-icon {
    align-self: center;
    min-width: 42px;
    height: 42px;
    min-height: auto;
    max-height: 100%;
  }

  .reviews-card {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .reviews-card.border {
    width: 100%;
  }

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

  .reviews-listing-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .smaller {
    font-size: 3rem;
    line-height: 3rem;
  }

  .star {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-subtitle {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .about-card-image-left {
    min-width: 8.43rem;
    max-width: 8.43rem;
    min-height: 6.33rem;
    max-height: 6.33rem;
  }

  .about-card-image-right {
    min-width: 7.5rem;
    max-width: 7.5rem;
    min-height: 5.62rem;
    max-height: 5.62rem;
  }

  .padding-right-2rem {
    padding-right: 0;
  }

  .metrics-grid {
    flex-flow: column;
    display: flex;
  }

  .card {
    min-width: 100%;
    max-width: 100%;
  }

  .max-width-32vw {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .metrics-numbers {
    font-size: 8rem;
    line-height: 6rem;
  }

  .image-thrids {
    min-height: 15rem;
    max-height: 15rem;
  }

  .subheading-feature-flex {
    justify-content: space-around;
    align-items: center;
    margin-top: .625rem;
    padding-bottom: .625rem;
  }

  .about-description {
    max-width: 100%;
  }

  .feature-item-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .careers-flex-icon {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
  }

  .careers-card {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .careers-line {
    display: none;
  }

  .gap-8px-row {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .center-on-mobile {
    align-self: center;
    margin-left: 0;
  }

  .outline-button {
    font-size: 1rem;
  }

  .price-card-title {
    font-size: 3rem;
    line-height: 2.5rem;
  }

  .nav-tabs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

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

  .tabs-content {
    width: 90%;
  }

  .features-flex-wrapper {
    text-align: center;
  }

  .footer-title {
    font-size: 15vw;
    line-height: 3rem;
  }

  .package-title {
    font-size: 13vw;
  }

  .container {
    max-width: 100%;
  }

  .container.ovr {
    overflow: hidden;
  }

  .header-logo {
    width: 150px;
  }

  .home-hero-section {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-about-section {
    padding-top: 60px;
  }

  .section-tag {
    margin-bottom: 20px;
    padding: 10px 20px;
  }

  .heading-style-h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .heading-style-h2.mob {
    text-align: center;
    display: block;
  }

  .heading-style-h2.lb {
    font-size: 14px;
  }

  .heading-style-h2.less-margin.ct {
    text-align: center;
  }

  .about-summary {
    width: 100%;
  }

  .why-skill-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .why-skill-image {
    margin-bottom: 20px;
  }

  .paragraph-normal.maxw.center-align.copy {
    max-width: none;
    font-size: 14px;
  }

  .paragraph-normal.ct {
    text-align: center;
  }

  .skillizee-benefit-image {
    width: 100%;
  }

  .counter-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .counter-inner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .counter-number {
    font-size: 34px;
  }

  .counter-sub-text {
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
  }

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

  .heading-style-h3 {
    font-size: 22px;
  }

  .button-primary {
    padding-right: 20px;
    font-size: 16px;
  }

  .button-arrow-box {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .key-teaching-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .key-teaching-slider {
    grid-template-columns: 1fr;
  }

  .testimonial-section {
    padding-bottom: 70px;
  }

  .reviews-author-name {
    text-align: left;
    font-size: 16px;
  }

  .reviews-author-role, .review-summary {
    text-align: left;
  }

  .faq-item {
    border-radius: 20px;
  }

  .faq-question-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: left;
  }

  .faq-answer-wrap {
    padding-top: 20px;
  }

  .faq-answer-summary {
    text-align: left;
    word-break: normal;
  }

  .faq-number {
    display: none;
  }

  .faq-icon-box {
    width: 40px;
    min-width: 40px;
  }

  .home-blog-button-wrap {
    margin-top: 40px;
  }

  .cta-section {
    padding-top: 40px;
  }

  .cta-title-flex {
    width: 100%;
  }

  .cta-title-shape {
    display: none;
  }

  .cta-main-title {
    max-width: 100%;
  }

  .footer {
    padding-bottom: 40px;
  }

  .footer-top-wrap {
    padding: 30px 20px;
  }

  .footer-contact-wrap {
    text-align: center;
    margin-left: 0;
  }

  .footer-menu-list {
    grid-row-gap: 24px;
    width: 100%;
  }

  .footer-menu-link {
    font-size: 16px;
  }

  .footer-copyright-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-copyright-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 14px;
  }

  .footer-copyright-icon {
    width: 18px;
    top: 7%;
    left: 85px;
  }

  .skillizee-benefit-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .menu-nav-link {
    font-size: 28px;
  }

  .navigation {
    width: 100%;
    margin-top: -24px;
  }

  .nav-menu-image-wrap {
    right: 5%;
  }

  .header-shape-1 {
    width: 55px;
    top: 17%;
    left: 59%;
  }

  .header-shape-2 {
    display: none;
  }

  .nav-container {
    max-width: 100%;
  }

  .contact-faq-section {
    padding-bottom: 30px;
  }

  .contact-hero-section {
    padding-bottom: 80px;
  }

  .contact-hero-inner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .contact-info-item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-info-tag.blue {
    text-align: center;
  }

  .contact-info-link {
    text-align: center;
    font-size: 20px;
  }

  .contact-faq-shape {
    width: 60px;
    left: 15%;
  }

  .contact-faq-shape-right {
    display: none;
    right: 40px;
  }

  .cta-shape-2 {
    width: 60px;
    top: -30px;
  }

  .heading-style-h1 {
    font-size: 48px;
  }

  .contact-hero-desc {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .contact-hero-shape {
    width: 60px;
  }

  .contact-hero-shape-2 {
    width: 65px;
    bottom: 400px;
  }

  .contact-hero-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 50px;
  }

  .contact-hero-image-wrap {
    text-align: left;
    width: 100%;
    position: static;
  }

  .contact-hero-image {
    width: 140%;
    left: -15%;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .success-message-text {
    font-size: 14px;
  }

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

  .about-hero-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .about-hero-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .about-hero-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .vision-top-wrap {
    margin-bottom: 50px;
  }

  .vision-shape-1 {
    top: 22%;
  }

  .vision-content-box {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .vision-list-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-left: 15px;
  }

  .vision-list-desc {
    width: 100%;
  }

  .mentors-section {
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .mentors-list {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 50px;
  }

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

  .mentors-role {
    font-size: 14px;
  }

  .mentors-shape-1 {
    width: 65px;
    left: 2%;
  }

  .mentors-shape-2 {
    top: -3%;
    right: 0;
  }

  .metrics-section {
    padding-top: 20px;
  }

  .metrics-right-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .metrics-shape-1 {
    width: 70px;
  }

  .metrics-shape-2 {
    width: 70px;
    bottom: -110px;
    left: 20px;
  }

  .blogs-list-section {
    padding-bottom: 60px;
  }

  .gallery-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .gallery-grid-wrap {
    grid-template-columns: 1fr;
  }

  .gallery-shape-1 {
    width: 65px;
  }

  .gallery-shape-2 {
    width: 58px;
  }

  .blog-main-shape {
    width: 55px;
    top: 120px;
    left: 24px;
  }

  .blog-main-shape-1 {
    width: 60px;
    display: none;
    right: 20px;
  }

  .news-short-desc {
    width: 100%;
  }

  .latest-post-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .news-details-section {
    padding-top: 140px;
  }

  .news-main-image {
    border-radius: 18px;
  }

  .news-details-right {
    padding: 30px 24px;
  }

  .news-details-shape {
    width: 55px;
    top: 120px;
    left: 24px;
  }

  .news-details-shape-2 {
    width: 60px;
    top: -30px;
  }

  .review-title-wrap {
    margin-bottom: 30px;
  }

  .reviews-slider-arrows {
    margin-top: 40px;
  }

  .review-left-arrow, .review-right-arrow, .teaching-left-arrow, .teaching-right-arrow {
    width: 36px;
  }

  .client-marquee-inner {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .client-marquee-box {
    width: 100px;
  }

  .client-marquee-box._300 {
    width: 200px;
  }

  .client-marquee-logo.square {
    min-width: 200px;
    height: 200px;
  }

  .offering-image {
    min-height: 350px;
    max-height: 350px;
  }

  .offering-right-arrow, .offering-left-arrow {
    width: 36px;
  }

  .about-main-title {
    margin-bottom: 20px;
  }

  .promise-section {
    padding-bottom: 40px;
  }

  .promise-inner {
    grid-template-columns: 1fr;
  }

  .promise-counter {
    font-size: 36px;
  }

  .about-logo-image {
    width: 85%;
  }

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

  .award-logo.iit {
    width: 100%;
    max-width: 90px;
  }

  .award-logo.bits {
    object-fit: contain;
    width: 100%;
    height: 100px;
  }

  .award-logo.sttem {
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
    height: 80px;
  }

  .skillizee-cover-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .skillizee-cover-title-wrap, .skillizee-cover-summary {
    width: 100%;
  }

  .heading-style-h4.center-align.nrm {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .skillizee-benefit-title {
    text-align: center;
    width: 100%;
    font-size: 22px;
  }

  .counter-progress {
    width: 200px;
  }

  .announcement-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .announcement-text {
    font-size: .8rem;
  }

  .header-button.desk-hide {
    display: flex;
  }

  .header-button.desk-hide.hide {
    display: none;
  }

  .mavericks-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 20px;
  }

  .mavericks-div, .mavericks-image {
    min-height: 350px;
    max-height: 350px;
  }

  .mavericks-heading-container {
    min-height: auto;
  }

  .mentor-logo {
    width: 48%;
    height: 35px;
  }

  .mentor-logo._1 {
    height: 45px;
  }

  .about-video-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-video-image {
    min-height: 180px;
    max-height: 180px;
  }

  .breadcrumb-container {
    justify-content: center;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rich-text-block-2 {
    text-align: center;
    margin-top: 40px;
  }

  .rich-para-blog {
    margin-top: 15px;
  }

  .rich-text-heading {
    font-size: 24px;
  }

  .about-slider-section {
    padding-top: 60px;
  }

  .client-marquee-inner-copy {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .faq-section-new {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .btn-nxt-new {
    width: 50px;
  }

  .image-22 {
    width: 32px;
  }

  .swiper-wrapper-2._500px {
    height: 350px;
  }

  .relative-slider {
    max-width: 350px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .hover-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-size-regular.is-newcolor {
    font-size: 1rem;
    line-height: 140%;
  }

  .text-size-regular.is-newcolor.is-diff {
    font-size: 1rem;
  }

  .btn-prev-new {
    width: 50px;
  }
}

#w-node-_7f0a471d-f500-732a-d168-54d573c0ccca-b3f71942 {
  justify-self: center;
}

#w-node-_1bddbdc4-0b6f-5cf8-a761-47c45b14cd74-5b14cd70 {
  grid-area: 8 / 2 / 10 / 13;
  align-self: end;
}

#w-node-b7ca1060-5222-12cb-8a5a-c33d54960aed-5b14cd70 {
  grid-area: 4 / 2 / 7 / 4;
  justify-self: start;
}

#w-node-_4b883b9d-7fa0-f634-12ec-e363a458e7ba-5b14cd70 {
  grid-area: 6 / 4 / 8 / 7;
}

#w-node-_1bddbdc4-0b6f-5cf8-a761-47c45b14cd7c-5b14cd70 {
  grid-area: 4 / 2 / 7 / 4;
}

#w-node-b0e80d3f-6285-c8c4-a178-20b04a063352-b3f71948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e12e-652fe2cd {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e131-652fe2cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e133-652fe2cd {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e138-652fe2cd {
  grid-area: 1 / 10 / 2 / 12;
}

#w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee733-652fe2cd {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee736-652fe2cd {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee739-652fe2cd {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee730-652fe2cd {
  grid-area: 1 / 8 / 2 / 9;
}

#others-div.w-node-_2a5917db-56c4-e22e-dd67-4a4459b6bbfb-b3f7194c, #w-node-_486d13f4-d24e-540a-8815-b0920bbf2b1c-b3f7194c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e2c3a9f7-cf23-16ed-899f-05b5cc9098eb-b3f7194c {
  justify-self: start;
}

#w-node-da8fd718-1d1a-eaa3-d6d5-e44622b5cd61-b3f7194f, #w-node-da8fd718-1d1a-eaa3-d6d5-e44622b5cd6b-b3f7194f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29724-b3f71959 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29726-b3f71959 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_93fcaa5d-5983-8bc2-bf9d-c4c827952bc2-b3f71959 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9dd4390e-9cb1-df22-2e8e-6ebd9f908241-b3f71959 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_9dd4390e-9cb1-df22-2e8e-6ebd9f908242-b3f71959 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_9dd4390e-9cb1-df22-2e8e-6ebd9f908243-b3f71959 {
  grid-area: 2 / 3 / 3 / 9;
}

#w-node-_9dd4390e-9cb1-df22-2e8e-6ebd9f908245-b3f71959 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9dd4390e-9cb1-df22-2e8e-6ebd9f908246-b3f71959 {
  grid-area: 4 / 8 / 5 / 11;
}

#w-node-_9dd4390e-9cb1-df22-2e8e-6ebd9f908248-b3f71959 {
  grid-area: 5 / 1 / 6 / 13;
}

#w-node-_9dd4390e-9cb1-df22-2e8e-6ebd9f908249-b3f71959 {
  grid-area: 6 / 1 / 7 / 11;
}

#w-node-_698fae61-1927-0d61-0991-624f9bb07ca8-b3f71959 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_698fae61-1927-0d61-0991-624f9bb07caf-b3f71959 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_698fae61-1927-0d61-0991-624f9bb07cb6-b3f71959 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_0d1a8cbc-87b1-5d88-26b6-9edb5b054f15-b3f71959 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0d1a8cbc-87b1-5d88-26b6-9edb5b054f1a-b3f71959 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0d1a8cbc-87b1-5d88-26b6-9edb5b054f1f-b3f71959 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0d1a8cbc-87b1-5d88-26b6-9edb5b054f24-b3f71959 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29724-b3f7195a {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29726-b3f7195a {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_93fcaa5d-5983-8bc2-bf9d-c4c827952bc2-b3f7195a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2a2148d3-90b2-3ab9-973e-f7a316d1d9f0-42b7b9f8, #w-node-cd713fae-c02d-f9a0-438a-fced189858f6-42b7b9f8 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-cd713fae-c02d-f9a0-438a-fced18985908-42b7b9f8 {
  grid-area: 3 / 3 / 5 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-_1bddbdc4-0b6f-5cf8-a761-47c45b14cd74-5b14cd70 {
    grid-column: 1 / 10;
    grid-row-start: 8;
    justify-self: center;
  }

  #w-node-b7ca1060-5222-12cb-8a5a-c33d54960aed-5b14cd70 {
    grid-area: 3 / 2 / 5 / 4;
    justify-self: start;
  }

  #w-node-_4b883b9d-7fa0-f634-12ec-e363a458e7ba-5b14cd70 {
    grid-area: 7 / 2 / 8 / 4;
  }

  #w-node-_1bddbdc4-0b6f-5cf8-a761-47c45b14cd7c-5b14cd70 {
    grid-area: 3 / 8 / 5 / 9;
    justify-self: end;
  }

  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e12e-652fe2cd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e133-652fe2cd, #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e138-652fe2cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee733-652fe2cd, #w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee736-652fe2cd, #w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee739-652fe2cd, #w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee730-652fe2cd, #w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29724-b3f71959 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29726-b3f71959 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_9dd4390e-9cb1-df22-2e8e-6ebd9f908241-b3f71959, #w-node-_9dd4390e-9cb1-df22-2e8e-6ebd9f908242-b3f71959, #w-node-_9dd4390e-9cb1-df22-2e8e-6ebd9f908243-b3f71959, #w-node-_9dd4390e-9cb1-df22-2e8e-6ebd9f908245-b3f71959 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9dd4390e-9cb1-df22-2e8e-6ebd9f908246-b3f71959 {
    grid-area: 5 / 2 / 6 / 4;
  }

  #w-node-_9dd4390e-9cb1-df22-2e8e-6ebd9f908248-b3f71959, #w-node-_9dd4390e-9cb1-df22-2e8e-6ebd9f908249-b3f71959, #w-node-_698fae61-1927-0d61-0991-624f9bb07ca8-b3f71959, #w-node-_698fae61-1927-0d61-0991-624f9bb07caf-b3f71959, #w-node-_698fae61-1927-0d61-0991-624f9bb07cb6-b3f71959 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0d1a8cbc-87b1-5d88-26b6-9edb5b054f15-b3f71959 {
    grid-column: 1 / 3;
  }

  #w-node-_0d1a8cbc-87b1-5d88-26b6-9edb5b054f1a-b3f71959 {
    grid-column: 3 / 5;
  }

  #w-node-_0d1a8cbc-87b1-5d88-26b6-9edb5b054f1f-b3f71959 {
    grid-column: 1 / 3;
    grid-row-start: 2;
  }

  #w-node-_0d1a8cbc-87b1-5d88-26b6-9edb5b054f24-b3f71959 {
    grid-column: 3 / 5;
    grid-row-start: 2;
  }

  #w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29724-b3f7195a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29726-b3f7195a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1bddbdc4-0b6f-5cf8-a761-47c45b14cd74-5b14cd70 {
    grid-row: 2 / 4;
    grid-column-end: 6;
  }

  #w-node-b7ca1060-5222-12cb-8a5a-c33d54960aed-5b14cd70 {
    grid-area: 6 / 1 / 8 / 3;
    justify-self: center;
  }

  #w-node-_4b883b9d-7fa0-f634-12ec-e363a458e7ba-5b14cd70 {
    grid-area: 8 / 1 / 11 / 4;
  }

  #w-node-_1bddbdc4-0b6f-5cf8-a761-47c45b14cd7c-5b14cd70 {
    grid-area: 4 / 1 / 6 / 3;
    justify-self: center;
  }

  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e12e-652fe2cd {
    grid-column: span 4 / span 4;
  }

  #w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29724-b3f71959 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29726-b3f71959 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: center;
  }

  #w-node-_9dd4390e-9cb1-df22-2e8e-6ebd9f908246-b3f71959 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29724-b3f7195a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29726-b3f7195a {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1bddbdc4-0b6f-5cf8-a761-47c45b14cd74-5b14cd70 {
    grid-row: 2 / 4;
    grid-column-end: 4;
    align-self: center;
  }

  #w-node-b7ca1060-5222-12cb-8a5a-c33d54960aed-5b14cd70 {
    grid-row: 3 / 5;
    grid-column-end: 4;
    align-self: start;
  }

  #w-node-_4b883b9d-7fa0-f634-12ec-e363a458e7ba-5b14cd70 {
    grid-row: 4 / 5;
    grid-column-end: 4;
    justify-self: center;
  }

  #w-node-_1bddbdc4-0b6f-5cf8-a761-47c45b14cd7c-5b14cd70 {
    grid-row: 5 / 6;
    grid-column-end: 4;
    align-self: start;
  }

  #w-node-ed7bb4e9-8ed0-b528-35ca-6688e476938d-b3f71948 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e12e-652fe2cd, #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e133-652fe2cd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e138-652fe2cd {
    grid-column: span 3 / span 3;
  }

  #others-div.w-node-_2a5917db-56c4-e22e-dd67-4a4459b6bbfb-b3f7194c {
    grid-column: span 1 / span 1;
  }

  #w-node-_486d13f4-d24e-540a-8815-b0920bbf2b1c-b3f7194c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da8fd718-1d1a-eaa3-d6d5-e44622b5cd61-b3f7194f {
    justify-self: center;
  }

  #w-node-_0d1a8cbc-87b1-5d88-26b6-9edb5b054f15-b3f71959, #w-node-_0d1a8cbc-87b1-5d88-26b6-9edb5b054f1a-b3f71959, #w-node-_0d1a8cbc-87b1-5d88-26b6-9edb5b054f1f-b3f71959, #w-node-_0d1a8cbc-87b1-5d88-26b6-9edb5b054f24-b3f71959 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2a2148d3-90b2-3ab9-973e-f7a316d1d9f0-42b7b9f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}