:root {
  --white: white;
  --black: black;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.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-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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #43464d;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.divider.cc-dark-divider {
  background-color: #202020;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.about {
  background-color: var(--white);
  text-align: justify;
  border: 1px solid #0000;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}

.about.cc-store-home-wrap {
  display: none;
}

.about.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.about.cc-product-detail {
  align-items: center;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  background-color: #0000;
  border: 1px solid #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 0;
}

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  background-color: #052a47;
  border: 1px solid #052a47;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.product-name-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  object-fit: fill;
  object-position: 50% 50%;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: #052a47;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 50px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus, .text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 80px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navigation-item {
  opacity: .6;
  color: var(--white);
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: none;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.icon {
  display: block;
}

.logo-image {
  font-size: 20px;
  transition: opacity .2s;
  display: block;
  overflow: auto;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px #00000014;
}

.products-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: block;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/accordo_th_696935188-jpg.jpg');
  background-position: 50%;
  background-size: cover;
  flex-wrap: nowrap;
  place-content: stretch center;
  align-items: center;
  height: 721px;
  margin-bottom: 100px;
  display: flex;
}

.collection-item {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
  margin-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  margin-bottom: 60px;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 60px;
  margin-bottom: 150px;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #245fa6;
  grid-template: ". Area"
  / 2fr;
  grid-auto-columns: 1.75fr;
  place-items: start;
  height: 150px;
  padding-top: 10px;
  padding-bottom: 60px;
  display: block;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

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

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 620px;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  position: absolute;
  inset: auto auto 30px 30px;
}

.product-price-text {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.about-quote {
  text-align: center;
  width: 70%;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.picture-placeholder {
  background-color: #f4f4f4;
  background-image: url('../images/Placeholder-1_1.svg');
  background-position: 45%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 460px;
}

.picture-placeholder.cc-about-2 {
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  height: 620px;
}

.picture-placeholder.cc-about-3 {
  background-image: url('../images/placeholder-2.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-size: cover;
}

.about-pictures-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 150px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.support-link {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: opacity .2s;
}

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

.support-link:active {
  opacity: .8;
}

.contacts-section {
  text-align: center;
  margin-bottom: 100px;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

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

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.add-to-cart {
  margin-top: 30px;
}

.product-image {
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 700px;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-cta-wrap {
  margin-top: 0;
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
}

.checkbox-label {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 14px;
  line-height: 26px;
}

.billing-address-toggle {
  align-items: center;
  margin-bottom: 20px;
}

.checkbox {
  margin-top: 0;
  margin-bottom: 4px;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.option {
  margin-bottom: 25px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

.order-wrap {
  flex-basis: 750px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.checkbox-2 {
  margin-top: 2px;
}

.cc-quantity-field-label {
  margin-bottom: 0;
}

.text-span {
  background-color: var(--white);
}

.why-us {
  filter: blur();
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #e68c25;
  background-clip: border-box;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  display: none;
}

.body {
  height: 721px;
}

.heading {
  text-align: justify;
  font-size: 20px;
}

.bold-text, .bold-text-2 {
  font-size: 24px;
}

.heading-2 {
  text-align: center;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

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

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.team-circles-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.team-member-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.partners {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  display: none;
  position: relative;
}

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: none;
}

.clients-image-three {
  max-width: 400px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.footer-dark {
  background-color: #052a47;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template: "."
  / 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.text-block {
  padding: 10px;
}

.paragraph {
  margin-bottom: 0;
  padding: 10px;
}

.heading-3 {
  margin-right: 0;
  padding-right: 0;
}

.faq-list {
  margin-bottom: 40px;
}

.faq-item {
  border: 1px #000;
  border-radius: 30px;
  margin: 10px;
  box-shadow: 2px 2px 5px #0003;
}

.faq-wrap {
  padding: 10px 20px;
  box-shadow: 0 2px 5px #0003;
}

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

.question {
  font-size: 18px;
  font-weight: 700;
}

.plus-wrap {
  background-image: url('../images/arrow2Icon.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 12px;
  display: flex;
}

.plus-horizontal {
  width: 100px;
  height: 2px;
}

.plus-vertical {
  background-color: #131212;
  width: 2px;
  height: 100px;
}

.plus-horizontal-copy {
  width: 2px;
  height: 100px;
}

.faq-question-wrapp {
  color: #052a47;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plus-wrapp {
  background-image: url('../images/arrow2Icon.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 13px;
  display: flex;
}

.answer {
  color: #052a47;
  display: none;
}

.heading-4 {
  color: #052a47;
  text-align: center;
  align-items: center;
  padding: 20px;
  font-size: 30px;
  font-weight: 700;
  display: block;
}

.heading-5 {
  color: #052a47;
  text-align: center;
  text-transform: none;
  font-size: 30px;
  font-weight: 700;
}

.columns {
  margin-top: 40px;
  display: flex;
}

.image-4 {
  float: none;
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  padding-left: 80px;
  padding-right: 80px;
  position: static;
  right: 10px;
}

.text-block-2 {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.text-block-3, .text-block-4 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.batch-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-8 {
  color: #052a47;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.section-3 {
  background-image: url('../images/BKK.5a21a114-r-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-9 {
  direction: ltr;
  color: #052a47;
  text-align: center;
  letter-spacing: 5px;
  text-indent: 0;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 86px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.button-5 {
  color: #052a47;
  text-align: center;
  background-image: linear-gradient(#fedb9f, #f89d5c 63%, #d5262f);
  border-radius: 20px;
  width: 162px;
  height: 40.5px;
  font-size: 14px;
  font-weight: 600;
}

.image-7 {
  text-align: center;
  margin-top: 0;
  margin-left: 250px;
  margin-right: 250px;
}

.container-5 {
  display: none;
}

.div-block-3 {
  text-align: center;
  border-radius: 14px;
  margin: 86px auto 140px;
  position: static;
}

.header {
  background-image: url('../images/banner-3-1.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-4 {
  text-align: justify;
  margin-top: 140px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 60px;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
  font-weight: 500;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.heading-15 {
  color: #052a47;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.text-block-13 {
  color: #052a47;
  max-width: 550px;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.container-10 {
  max-width: none;
  margin-left: auto;
  padding-top: 160px;
  padding-bottom: 160px;
}

.button-7 {
  color: #fff;
  background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 40px;
  font-size: 10px;
  font-weight: 600;
  display: flex;
}

.text-block-14 {
  color: #052a47;
  background-color: #fedb9f;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  font-weight: 600;
  display: flex;
}

.text-block-15 {
  color: #052a47;
  text-align: center;
  background-color: #fccb8b;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  font-weight: 600;
  display: flex;
}

.text-block-16 {
  color: #052a47;
  text-align: center;
  background-color: #f89d5c;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  font-weight: 600;
  display: flex;
}

.button-8 {
  color: #fff;
  text-transform: capitalize;
  background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
  border-radius: 10px;
  width: 110px;
  height: 40px;
  font-size: 10px;
  font-weight: 600;
}

.div-block-9 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

.program-timeline {
  margin-top: 60px;
  display: none;
}

.flex-block-2 {
  margin-bottom: 0;
  padding: 40px 20px;
}

.container-11 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-18 {
  color: #052a47;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
}

.container-12 {
  justify-content: center;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.button-9 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
  border-radius: 10px;
  width: 110px;
  height: 40px;
  padding-top: 5px;
  font-size: 10px;
  font-weight: 600;
}

.div-block-12 {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text-6 {
  color: #052a47;
  text-align: center;
  text-transform: none;
  font-size: 30px;
}

.heading-16 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
}

.container-13 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-14 {
  max-width: none;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-17 {
  text-align: center;
  padding-top: 20px;
  font-size: 40px;
  line-height: 30px;
}

.heading-18 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 20px;
}

.div-block-13 {
  text-align: center;
  margin-top: 60px;
}

.button-10 {
  color: #fff;
  text-transform: capitalize;
  background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
  border-radius: 10px;
  width: 110px;
  height: 40px;
  padding-top: 5px;
  font-size: 10px;
  font-weight: 600;
}

.columns-4 {
  max-width: 900px;
}

.text-block-19, .text-block-20, .text-block-21 {
  color: #052a47;
  text-align: center;
  background-color: #f89d5c;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  font-weight: 600;
  display: flex;
}

.bold-text-7 {
  color: #052a47;
  text-transform: none;
  width: auto;
  max-width: none;
  font-size: 25px;
  line-height: 20px;
}

.bold-text-8 {
  color: #052a47;
  text-align: center;
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.container-16 {
  max-width: 640px;
}

.button-11 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
  border-radius: 10px;
  width: 110px;
  height: 40px;
  padding-top: 5px;
  font-size: 10px;
  font-weight: 600;
}

.div-block-19 {
  text-align: center;
}

.div-block-20 {
  border-radius: 20px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 20px;
}

.container-18 {
  max-width: none;
  margin-top: 20px;
  padding: 10px 40px;
}

.heading-20 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 40px;
}

.heading-21 {
  margin-top: 0;
  font-size: 28px;
  line-height: 30px;
}

.bold-text-9 {
  color: #e68c25;
  text-transform: capitalize;
  font-size: 25px;
  line-height: 25px;
}

.button-12, .button-13 {
  background-color: #e68c25;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 500;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 150px;
  height: auto;
  margin-bottom: 16px;
}

.pricing-card-text {
  color: #052a47;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.bold-text-10 {
  color: #052a47;
  text-transform: capitalize;
  font-size: 25px;
  line-height: 25px;
}

.image-11 {
  border-radius: 50px;
}

.footer-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #052a47;
  grid-template: ". Area"
  / 2fr;
  grid-auto-columns: 1.75fr;
  place-items: start;
  padding-top: 120px;
  padding-bottom: 60px;
}

.div-block-23 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-24 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.flex-block-4 {
  display: none;
}

.text-block-25 {
  color: #fff;
  font-weight: 500;
}

.link-3 {
  background-color: #c34141;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #f36e2f;
  background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
  border-radius: 10px;
  width: 110px;
  height: 40px;
  margin-top: 10px;
  padding: 5px 0 10px;
  font-size: 10px;
  font-weight: 600;
}

.nav-link-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #f36e2f;
  background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
  border-radius: 10px;
  width: 160px;
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 10px;
  font-weight: 600;
}

.nav-link-3 {
  display: none;
}

.navbar {
  background-color: #fff;
  height: 65px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-20 {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: block;
}

.image-12 {
  margin-top: -5px;
  padding-top: 0;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: block;
}

.text-block-27 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.link-5, .link-6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.flex-block-6 {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-top: -10px;
}

.image-13 {
  max-width: 300px;
}

.text-block-28 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.about-thai-acc {
  background-image: url('../images/Untitled-2.png');
  background-position: 50%;
  background-size: cover;
}

.text-block-29 {
  color: #052a47;
  text-align: justify;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.container-21 {
  max-width: 540px;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-span-3 {
  color: #245fa6;
}

.button-14 {
  text-align: center;
  text-transform: capitalize;
  background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
  border-radius: 10px;
  width: 110px;
  height: 40px;
  padding-top: 5px;
  font-size: 10px;
  font-weight: 600;
}

.div-block-28 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.join-us {
  background-image: url('../images/Rectangle-22-1.png');
  background-position: 0%;
  background-size: cover;
}

.joining-thai-acc {
  margin-bottom: 40px;
}

.pricing-grid-copy {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.flex-block-2-copy {
  margin-bottom: 0;
  padding: 40px 20px;
}

.pricing-overview-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.container-22 {
  width: 80%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description-2 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-2 {
  object-fit: cover;
  width: 150px;
  height: 150px;
  margin-bottom: 0;
}

.pricing-card-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.heading-23 {
  min-width: 0;
  font-size: 15px;
  line-height: 25px;
}

.heading-24, .heading-25 {
  font-size: 15px;
  line-height: 25px;
}

.bold-text-12 {
  color: #052a47;
  font-size: 30px;
}

.pricing-card-three-2-copy {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-26 {
  text-align: center;
}

.image-20 {
  width: 100px;
  height: 100px;
}

.flex-block-8 {
  align-items: center;
}

.div-block-35, .div-block-36 {
  height: 150px;
}

.flex-block-9 {
  width: 840px;
}

.image-21, .image-22 {
  margin-top: 20px;
}

.div-block-37 {
  width: 200px;
}

.program-timeline_1 {
  background-image: url('../images/Group-15-2.png');
  background-position: 50%;
  background-size: cover;
}

.heading-27 {
  color: #052a47;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-39, .div-block-40 {
  width: 200px;
}

.text-block-30, .text-block-31, .text-block-32 {
  color: #052a47;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.program-timeline_2 {
  display: none;
}

.clients-wrapper-three-copy {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.faqq {
  display: none;
}

.text-link-arrow-3 {
  color: #052a47;
  justify-content: flex-start;
  align-items: center;
  margin-top: 58px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.text-link-arrow-4 {
  color: #052a47;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-link-arrow-5 {
  color: #052a47;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow-6 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-slider-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-weight: 400;
  display: none;
  position: relative;
}

.container-25 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-6 {
  color: #052a47;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  border-radius: 20px;
  margin-bottom: 18px;
  box-shadow: 5px 2px 5px #0003;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-7 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.slider {
  background-color: #ddd0;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: 70px;
  margin-right: 70px;
}

.slide-nav {
  display: none;
}

.icon-4, .icon-5 {
  color: #052a47;
}

.left-arrow {
  margin-left: -70px;
}

.right-arrow {
  margin-right: -70px;
}

.team-circles-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
  overflow: visible;
}

.container-26 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-7 {
  color: #052a47;
  text-align: center;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 700;
}

.centered-subheading-5 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 23px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .75fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
}

.team-member-name-3 {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
  font-size: 11px;
}

.pricing-overview-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 0;
  display: none;
  position: relative;
}

.container-27 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-8 {
  color: #052a47;
  text-align: center;
  margin-bottom: 16px;
  font-weight: 700;
}

.pricing-description-3 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-3 {
  grid-column-gap: 14px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-3 {
  object-fit: cover;
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
}

.pricing-card-text-3 {
  color: #052a47;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 14px;
}

.text-link-arrow-8 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-5 {
  margin-left: 2px;
  display: flex;
}

.heading-29 {
  color: #052a47;
  font-size: 15px;
  font-weight: 500;
}

.heading-30 {
  color: #052a47;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.heading-31 {
  color: #052a47;
  font-size: 15px;
  font-weight: 500;
}

.container-28 {
  flex-flow: column;
  max-width: 640px;
  max-height: none;
  display: flex;
}

.dropdown, .dropdown-list, .text-block-36, .dropdown-toggle {
  max-width: 640px;
}

.dropdown-2 {
  flex-flow: row;
  width: 22.7893%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-flex;
}

.dropdown-toggle-2 {
  width: 640px;
  display: block;
}

.dropdown-1, .dropdown-4, .dropdown-5 {
  color: #052a47;
  border-radius: 10px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-toggle-3 {
  color: #052a47;
  border-radius: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-3.w--open {
  box-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-4 {
  border-radius: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-4.w--open {
  box-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-5 {
  border-radius: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-6 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.dropdown-list-2 {
  position: static;
}

.dropdown-list-2.w--open {
  background-color: #fff;
}

.dropdown-list-3 {
  position: static;
}

.dropdown-list-3.w--open {
  background-color: #fff;
}

.dropdown-list-4 {
  position: static;
}

.dropdown-list-4.w--open {
  background-color: #fff;
}

.dropdown-link {
  display: none;
  position: relative;
}

.paragraph-2 {
  text-align: left;
  white-space: normal;
  word-break: normal;
  background-color: #fffefe;
  margin-bottom: 0;
  padding: 10px 20px;
  font-weight: 500;
}

.dropdown-link-2, .dropdown-link-3 {
  display: none;
}

.text-block-37 {
  font-size: 18px;
  font-weight: 700;
}

.text-block-38, .text-block-39 {
  color: #052a47;
  font-size: 18px;
  font-weight: 700;
}

.text-block-40, .text-block-41, .text-block-42, .text-block-43, .text-block-44, .text-block-45, .text-block-46 {
  font-size: 18px;
  font-weight: 700;
}

.image-28 {
  display: block;
}

.section-7 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-item-2 {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.list-item-3 {
  background-color: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.list-item-4 {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.list-item-5 {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.list-item-6 {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.list-item-7, .list-item-8 {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.list-item-9, .list-item-10 {
  color: #052a47;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15 {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.list, .list-2, .list-3, .list-4, .list-5, .list-6, .list-7, .list-8, .list-9, .list-10 {
  margin-top: 0;
  margin-bottom: 20px;
}

.base-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.base-section.top-section {
  margin-top: 70px;
}

.info-para-wrap {
  background-color: #f2f2f2;
  border: 1px solid silver;
  padding: 10px;
}

.more-info-link, .less-info-link {
  color: #fff;
  background-color: #a000cb;
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
}

@media screen and (min-width: 1440px) {
  a {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .container {
    display: none;
  }

  .navigation-items {
    margin-right: 0;
  }

  .navigation {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-item {
    display: none;
  }

  .intro-header {
    background-image: url('../images/accordo_th_696935188-jpg.jpg');
  }

  .footer {
    background-color: #245fa6;
    grid-template-columns: 2fr;
    grid-template-areas: ". Area";
    height: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .why-us {
    display: none;
  }

  .team-circles {
    border: 1px #000;
    position: static;
  }

  .team-member-image {
    width: 200px;
    height: 200px;
    max-height: none;
  }

  .team-member-name {
    text-decoration: none;
  }

  .button-3 {
    float: none;
    clear: none;
    direction: ltr;
    text-align: center;
    word-break: normal;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border: 1px #000;
    border-radius: 16px;
    display: inline-block;
    position: sticky;
    inset: auto auto 0% 0%;
  }

  .button-4 {
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .partners {
    border: 1px #000;
    display: none;
  }

  .clients-wrapper-three {
    margin-top: 60px;
    margin-bottom: 0;
    display: none;
  }

  .clients-image-three {
    max-width: none;
  }

  .image-2 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block;
    position: static;
    top: auto;
  }

  .image-3 {
    float: none;
    display: block;
  }

  .comparison-row {
    grid-template-columns: 1fr;
  }

  .faq-list {
    background-color: #fff;
  }

  .faq-item {
    border-style: none;
    border-radius: 30px;
    box-shadow: 2px 2px 5px #0003;
  }

  .question {
    font-size: 22px;
  }

  .answer {
    font-size: 20px;
  }

  .heading-4 {
    font-size: 40px;
  }

  .heading-5 {
    color: #052a47;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
  }

  .heading-6 {
    font-size: 20px;
  }

  .heading-7 {
    font-size: 0;
  }

  .batch-1 {
    max-width: 1100px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-8 {
    color: #052a47;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 40px;
    font-weight: 700;
  }

  .container-5 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    display: none;
  }

  .header {
    background-image: url('../images/banner-3-1.png');
    background-position: 50%;
    background-size: cover;
  }

  .text-block-10 {
    color: #fff;
    padding-top: 0;
    display: block;
  }

  .footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 60px;
    display: flex;
  }

  .footer-legal-block, .footer-legal-link {
    color: #fff;
  }

  .heading-15 {
    color: #052a47;
    text-align: center;
    letter-spacing: .5px;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
  }

  .text-block-13 {
    color: #052a47;
    max-width: 700px;
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
  }

  .container-10 {
    max-width: none;
    margin-left: auto;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .button-7 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 10px;
    width: 160px;
    height: 50px;
    font-size: 15px;
    font-weight: 600;
  }

  .text-block-14 {
    color: #052a47;
    background-color: #ffebc7;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 100px;
    font-size: 22px;
    font-weight: 600;
    display: flex;
  }

  .text-block-15 {
    color: #052a47;
    text-align: center;
    background-color: #fccb8b;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 100px;
    font-size: 22px;
    font-weight: 600;
    display: flex;
  }

  .text-block-16 {
    color: #052a47;
    text-align: center;
    background-color: #f89d5c;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 100px;
    font-size: 22px;
    font-weight: 600;
    display: flex;
  }

  .button-8 {
    color: #fff;
    text-transform: capitalize;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 10px;
    width: 160px;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
  }

  .div-block-9 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .program-timeline {
    padding-top: 60px;
  }

  .flex-block-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-11 {
    max-width: 1100px;
  }

  .text-block-18 {
    text-transform: none;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
  }

  .container-12 {
    max-width: 1100px;
    max-height: 1100px;
  }

  .button-9 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 10px;
    width: 160px;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
  }

  .div-block-12 {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .bold-text-6 {
    color: #052a47;
    text-transform: none;
    font-size: 40px;
  }

  .heading-16 {
    text-align: center;
    text-transform: capitalize;
    margin-top: 60px;
    font-size: 40px;
  }

  .container-13 {
    max-width: 1200px;
    margin-top: 0;
    margin-bottom: 100px;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .we-offers-exclusive {
    background-image: url('../images/Group-6.png');
    background-position: 50%;
    background-size: cover;
  }

  .container-14 {
    max-width: none;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-17 {
    text-align: center;
    padding-top: 20px;
  }

  .heading-18 {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 400;
    line-height: 25px;
  }

  .div-block-13 {
    text-align: center;
    margin-top: 60px;
  }

  .button-10 {
    color: #feffff;
    text-transform: capitalize;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 10px;
    justify-content: flex-end;
    align-items: flex-end;
    width: 160px;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
  }

  .columns-4 {
    width: auto;
    max-width: 1300px;
  }

  .text-block-19, .text-block-20, .text-block-21 {
    color: #052a47;
    text-align: center;
    background-color: #f89d5c;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 120px;
    font-size: 22px;
    font-weight: 600;
    display: flex;
  }

  .bold-text-7 {
    color: #052a47;
    text-align: left;
    text-transform: none;
    width: 40px;
    font-size: 35px;
    line-height: 50px;
  }

  .bold-text-8 {
    color: #052a47;
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 15px;
  }

  .div-block-18 {
    background-image: none;
  }

  .container-16 {
    max-width: 800px;
  }

  .mentors {
    display: none;
  }

  .button-11 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 10px;
    width: 160px;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
  }

  .div-block-19 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .div-block-20 {
    background-image: none;
    border-radius: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-18 {
    max-width: none;
    margin-top: 0;
    font-weight: 600;
  }

  .heading-20 {
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 38px;
    line-height: 40px;
  }

  .heading-21 {
    margin-top: 0;
    font-size: 38px;
    line-height: 40px;
  }

  .bold-text-9 {
    color: #e68c25;
    text-transform: capitalize;
    max-width: 500px;
    font-size: 40px;
  }

  .button-12, .button-13 {
    background-color: #e68c25;
    border-radius: 15px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 600;
  }

  .pricing-grid {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-image {
    width: 200px;
    height: auto;
  }

  .pricing-card-text {
    text-transform: none;
    font-size: 20px;
    font-weight: 400;
  }

  .bold-text-10 {
    color: #052a47;
    text-transform: capitalize;
    font-size: 40px;
  }

  .column-4 {
    text-align: center;
    padding-right: 10px;
    display: inline-block;
  }

  .image-11 {
    text-align: center;
    border-radius: 50px;
    margin-right: 17px;
  }

  .footer-copy {
    height: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding-top: 60px;
    display: flex;
  }

  .text-block-25 {
    color: #fff;
    font-weight: 500;
  }

  .nav-link {
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize;
    background-color: #f36e2f;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 10px;
    width: 160px;
    height: 50px;
    margin-top: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 600;
  }

  .nav-link-2 {
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize;
    background-color: #f36e2f;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 10px;
    width: 220px;
    height: 50px;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 600;
  }

  .nav-link-3 {
    display: none;
  }

  .navbar {
    text-transform: uppercase;
    background-color: #fff;
    max-width: none;
    height: 100px;
  }

  .container-20 {
    max-width: 1350px;
    margin-top: 10px;
    padding-top: 10px;
    display: block;
  }

  .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-27 {
    color: #fff;
    text-transform: none;
    font-size: 16px;
  }

  .link-5 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 16px;
    text-decoration: none;
  }

  .link-6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
  }

  .flex-block-6 {
    justify-content: space-between;
    align-items: center;
    margin-top: -5px;
  }

  .image-13 {
    max-width: 350px;
  }

  .text-block-28 {
    color: #fff;
    text-transform: uppercase;
  }

  .about-thai-acc {
    background-image: url('../images/Untitled-2.png');
    background-position: 0 0;
    background-size: cover;
  }

  .text-block-29 {
    color: #052a47;
    text-align: justify;
    text-transform: none;
    align-items: center;
    max-width: 800px;
    margin: 10px auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    display: block;
  }

  .container-21 {
    max-width: 750px;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-span-3 {
    color: #245fa6;
  }

  .button-14 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 10px;
    width: 160px;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
  }

  .div-block-28 {
    justify-content: center;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .join-us {
    background-image: url('../images/Rectangle-22-1.png');
    background-position: 0%;
    background-size: cover;
    margin-top: -100px;
  }

  .pricing-grid-copy {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .batch_1 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-block-2-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-overview-2 {
    display: none;
  }

  .container-22 {
    width: 80%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-grid-2 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1.75fr 1fr 1.75fr 1fr;
  }

  .pricing-card-three-2 {
    flex-wrap: wrap;
    place-content: center flex-start;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 0;
  }

  .pricing-image-2 {
    width: auto;
    height: auto;
    margin: 0 -30px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .heading-22 {
    text-align: center;
  }

  .bold-text-11 {
    font-size: 40px;
  }

  .heading-23, .heading-24 {
    margin-top: 5px;
    font-size: 20px;
  }

  .heading-25 {
    margin-top: 20px;
    font-size: 20px;
  }

  .bold-text-12 {
    text-transform: capitalize;
    font-size: 40px;
  }

  .pricing-card-three-2-copy {
    flex-wrap: wrap;
    place-content: center flex-start;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 0;
    padding-left: 0;
  }

  .heading-26 {
    font-size: 40px;
  }

  .div-block-33 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .div-block-34 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-20 {
    width: 150px;
    height: 150px;
  }

  .div-block-35, .div-block-36 {
    height: 150px;
  }

  .flex-block-9 {
    text-align: center;
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    max-width: 1200px;
  }

  .container-23 {
    text-align: center;
    width: auto;
    max-width: none;
    height: auto;
  }

  .image-21 {
    width: 400px;
    margin-top: 30px;
  }

  .image-22 {
    width: 400px;
    margin-top: 30px;
    padding-top: 0;
  }

  .program-timeline_1 {
    background-image: url('../images/Group-15-2.png');
    background-position: 50%;
    background-size: cover;
    margin-top: 100px;
  }

  .heading-27 {
    color: #052a47;
    margin-top: 100px;
    margin-bottom: 60px;
    font-size: 40px;
    font-weight: 700;
  }

  .div-block-38 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .text-block-30, .text-block-31, .text-block-32 {
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-44 {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .clients-wrapper-three-copy {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .text-link-arrow-3 {
    color: #052a47;
    font-size: 19px;
    font-weight: 400;
  }

  .text-link-arrow-4, .text-link-arrow-5 {
    font-size: 19px;
    font-weight: 400;
  }

  .team-slider-2 {
    background-color: #fff;
  }

  .centered-heading-6 {
    color: #052a47;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
  }

  .team-member-image-two-2 {
    box-shadow: 5px 2px 5px #0003;
  }

  .slider {
    margin-left: 100px;
    margin-right: 100px;
  }

  .left-arrow {
    margin-left: -80px;
  }

  .right-arrow {
    margin-right: -80px;
  }

  .team-member-image-3 {
    width: 150px;
    height: 150px;
    max-height: none;
  }

  .pricing-overview-3 {
    margin-top: 0;
    display: none;
  }

  .container-27 {
    max-width: 1000px;
  }

  .pricing-image-3 {
    width: 130px;
    height: 130px;
  }

  .pricing-card-text-3 {
    margin-top: -20px;
  }

  .container-28 {
    max-width: 800px;
  }

  .section-7 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1920px) {
  img {
    float: left;
  }

  .about {
    color: #dd0101;
  }

  .about.cc-store-home-wrap {
    background-image: url('../images/BG.jpg');
    background-position: 50%;
    background-size: auto;
    max-width: none;
    display: none;
  }

  .container {
    float: left;
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    max-width: 1500px;
    margin: 40px 200px 80px;
    padding-left: 0;
    display: block;
  }

  .logo-link.w--current {
    flex: 1;
    display: block;
  }

  .navigation-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    pointer-events: auto;
    color: #fff;
    cursor: grab;
    margin-right: 0;
    font-weight: 500;
    line-height: 30px;
  }

  .navigation {
    height: 80.5px;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 80px;
  }

  .navigation-item {
    pointer-events: auto;
    color: var(--white);
    flex-wrap: nowrap;
    font-size: 15px;
    transition: opacity .2s;
    display: none;
    position: relative;
  }

  .logo-image {
    display: block;
  }

  .intro-header {
    background-image: url('../images/accordo_th_696935188-jpg.jpg');
    background-size: cover;
  }

  .footer {
    background-color: #245fa6;
    border: 1px #000;
    max-width: none;
    height: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .why-us {
    pointer-events: auto;
    font-size: 15px;
    display: none;
  }

  .heading {
    float: left;
    color: #052a47;
    letter-spacing: 1px;
    text-indent: 0;
    text-transform: uppercase;
    max-width: 700px;
    margin: 40px 220px;
    padding-right: 0;
  }

  .team-circles {
    float: none;
    color: #0a0a0a;
    border: 1px #000;
    justify-content: flex-end;
    align-items: center;
    padding-top: 60px;
    display: block;
  }

  .team-grid {
    grid-column-gap: 64px;
    grid-row-gap: 56px;
    flex: 0 auto;
    grid-template: "."
                   "."
                   / 2fr 2fr 2fr 2fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: grid;
  }

  .team-card {
    display: flex;
  }

  .team-member-image {
    width: auto;
    height: auto;
  }

  .team-member-name {
    color: #fff;
    text-transform: uppercase;
  }

  .team-member-position {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
  }

  .partners {
    display: block;
  }

  .clients-wrapper-three {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: row;
    place-content: flex-end center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .clients-image-three {
    margin-top: 10px;
    margin-left: 30px;
  }

  .footer-dark {
    background-color: #052a47;
    padding-top: 15px;
    position: static;
  }

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

  .image {
    direction: ltr;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-3 {
    float: none;
    clear: none;
    width: 1922px;
    height: 250px;
    position: relative;
  }

  .container-3 {
    display: block;
  }

  .centered-heading-2 {
    color: #e71a1a;
    font-size: 23px;
  }

  .faq-list-wrapper {
    color: #052a47;
  }

  .faq-list {
    border-radius: 0;
  }

  .faq-item {
    outline-offset: 0px;
    background-color: #f80f0f00;
    border-style: none;
    border-radius: 30px;
    outline: 3px #fff0;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 2px 2px 5px #0003;
  }

  .faq-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .question {
    font-size: 25px;
    font-weight: 600;
  }

  .plus-wrap {
    cursor: pointer;
    background-position: 0 0;
    width: 20px;
    height: 13px;
  }

  .plus-wrapp {
    cursor: pointer;
    align-items: center;
    width: 23px;
    height: 15px;
    display: block;
    position: static;
  }

  .answer {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .heading-4 {
    color: #052a47;
    margin-top: -42px;
    margin-bottom: 0;
    padding-top: 40px;
    font-size: 40px;
  }

  .heading-5 {
    color: #052a47;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
  }

  .columns {
    max-height: 600px;
    margin: 60px auto;
    padding-bottom: 40px;
  }

  .image-4 {
    max-height: 500px;
  }

  .text-block-2 {
    color: #052a47;
    margin-top: 60px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
  }

  .text-block-3, .text-block-4 {
    color: #052a47;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 60px;
    font-size: 20px;
  }

  .container-4 {
    max-width: 1200px;
  }

  .image-5 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    display: none;
  }

  .batch-1 {
    max-width: 1500px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-8 {
    color: #052a47;
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 36px;
    font-weight: 700;
  }

  .flex-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .text-block-5 {
    text-align: center;
  }

  .text-block-6 {
    text-align: center;
    justify-content: space-between;
    display: block;
  }

  .div-block {
    margin-right: 0;
    padding-right: 220px;
  }

  .text-block-7 {
    text-align: center;
  }

  .section-2 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/BKK.5a21a114-r-1.jpg');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
  }

  .image-6 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: none;
  }

  .div-block-2 {
    max-width: 550px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .section-3 {
    background-image: url('../images/BKK.5a21a114-r-1.jpg');
    background-position: 0 0;
    background-size: auto;
    width: 1636px;
    min-width: 1636px;
    max-width: 1636px;
    height: 1173px;
    min-height: 1173px;
    max-height: 1173px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .heading-9 {
    clear: none;
    direction: ltr;
    text-align: center;
    text-indent: 0;
    text-transform: uppercase;
    white-space: normal;
    word-break: normal;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    display: none;
  }

  .button-5 {
    color: #052a47;
    text-align: center;
    letter-spacing: 0;
    text-indent: 0;
    text-transform: uppercase;
    background-image: linear-gradient(#fedb9f, #f89d5c 58%, #d5262f);
    border-radius: 20px;
    width: 200px;
    height: 50px;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 45px;
    position: static;
    left: auto;
  }

  .image-7 {
    margin-left: 240px;
    margin-right: 240px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-5 {
    text-align: left;
    padding-bottom: 140px;
    display: none;
    position: relative;
  }

  .div-block-3 {
    text-align: center;
    margin: 86px 0 60px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .header {
    background-image: url('../images/banner-3-1.png');
    background-position: 0 0;
    background-size: cover;
    padding-top: 0;
  }

  .image-8, .section-4 {
    display: none;
  }

  .heading-10 {
    color: #d30404;
    font-size: 20px;
    font-weight: 700;
  }

  .div-block-4 {
    margin-top: 100px;
    padding-top: 40px;
    display: none;
  }

  .why-wrap {
    border-bottom: 1px solid #000;
    margin-bottom: 0;
    margin-left: 0;
    padding: 20px;
  }

  .why-question-wrap {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .questionn {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .why-question-wrap-copy {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-block-8 {
    display: block;
  }

  .why-answer-wrapp {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .why-question-wrapp {
    border: 1px #000;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-block-9 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .arrows {
    background-image: url('../images/arrow2Icon.svg');
    background-position: 50%;
    background-size: auto;
    align-items: center;
    width: 20px;
    min-width: 0;
    max-width: 0;
    height: 12px;
    min-height: 0;
    max-height: 0;
    display: flex;
  }

  .questionnn {
    font-size: 20px;
    font-weight: 600;
  }

  .arrow {
    text-align: left;
    cursor: pointer;
    background-image: url('../images/arrow2Icon.svg');
    background-size: 30px 24px;
    width: 20px;
    max-width: 0;
    height: 23px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 30px;
    font-size: 16px;
  }

  .heading-11 {
    font-size: 15px;
  }

  .heading-12 {
    color: #d5262f;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    display: block;
  }

  .section-5 {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .container-6 {
    max-width: 1100px;
    margin-top: 300px;
    padding-right: 0;
  }

  .text-block-10 {
    color: #fff;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    display: flex;
  }

  .text-block-11 {
    display: flex;
  }

  .text-block-12 {
    color: #fff;
  }

  .columns-2 {
    clear: none;
    pointer-events: auto;
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
    left: 150px;
  }

  .link {
    pointer-events: auto;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    left: 333px;
  }

  .link-2 {
    pointer-events: auto;
    color: #fff;
    cursor: auto;
    text-decoration: none;
  }

  .container-7 {
    display: block;
  }

  .column-2 {
    pointer-events: auto;
    left: -76px;
    right: 134px;
  }

  .footer-subscribe {
    background-color: #052a47;
    height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-bottom {
    color: #fff;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 1700px;
    font-weight: 500;
    display: none;
  }

  .footer-legal-block {
    color: #fff;
    font-size: 20px;
  }

  .footer-legal-link {
    color: #fff;
  }

  .container-9 {
    max-width: 1200px;
    padding-top: 0;
  }

  .heading-13 {
    text-align: left;
  }

  .heading-14 {
    letter-spacing: 3px;
  }

  .heading-15 {
    color: #052a47;
    letter-spacing: .5px;
    text-indent: 0;
    max-width: none;
    margin-bottom: 20px;
    font-size: 65px;
    font-weight: 700;
    line-height: 85px;
  }

  .text-block-13 {
    color: #052a47;
    letter-spacing: 1px;
    word-break: normal;
    max-width: 1050px;
    max-height: none;
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
  }

  .container-10 {
    text-align: center;
    max-width: 1300px;
    margin-left: auto;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .button-6 {
    justify-content: center;
    align-items: center;
  }

  .button-7 {
    color: #fff;
    text-align: center;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 15px;
    width: 220px;
    height: 70px;
    font-size: 20px;
    font-weight: 500;
  }

  .div-block-5 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .columns-3 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 60px;
    display: none;
  }

  .div-block-6, .div-block-7, .div-block-8 {
    background-color: #f89d5c;
    width: 270px;
    height: 100px;
  }

  .text-block-14 {
    color: #052a47;
    background-color: #ffebc7;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 150px;
    font-size: 25px;
    font-weight: 600;
    display: flex;
  }

  .text-block-15 {
    color: #052a47;
    text-align: center;
    background-color: #fccb8b;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 150px;
    font-size: 25px;
    font-weight: 600;
    display: flex;
  }

  .text-block-16 {
    color: #052a47;
    text-align: center;
    background-color: #f89d5c;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 150px;
    font-size: 25px;
    font-weight: 600;
    display: flex;
  }

  .button-8 {
    color: #fff;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
  }

  .div-block-9 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .program-timeline {
    background-color: #fdbbbb05;
    background-image: url('../images/Group-15-2.png');
    background-position: 50%;
    background-size: cover;
    margin-top: 0;
    margin-bottom: -40px;
    padding-top: 60px;
    padding-bottom: 40px;
    display: none;
  }

  .flex-block-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .div-block-10, .div-block-11 {
    height: 100px;
  }

  .container-11 {
    max-width: 1300px;
  }

  .text-block-17 {
    text-align: right;
    font-weight: 600;
  }

  .text-block-18 {
    color: #052a47;
    letter-spacing: 2px;
    text-transform: none;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 25px;
    font-weight: 400;
  }

  .container-12 {
    width: auto;
    max-width: none;
    margin-bottom: 0;
  }

  .bold-text-3 {
    color: #052a47;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 20px;
  }

  .button-9 {
    color: #fff;
    text-align: center;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
  }

  .div-block-12 {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .bold-text-4, .bold-text-5 {
    color: #052a47;
  }

  .bold-text-6 {
    color: #052a47;
    text-align: center;
    text-transform: none;
    font-size: 40px;
  }

  .heading-16 {
    text-align: center;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-13 {
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .our-partners-also-believe {
    margin-top: 0;
  }

  .we-offers-exclusive {
    background-image: url('../images/Group-6.png');
    background-position: 50%;
    background-size: cover;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 25px;
  }

  .container-14 {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 140px;
    display: flex;
  }

  .heading-17 {
    text-align: center;
    text-transform: uppercase;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
  }

  .heading-18 {
    text-align: left;
    text-transform: uppercase;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
  }

  .div-block-13 {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }

  .button-10 {
    color: #fff;
    text-align: center;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
  }

  .columns-4 {
    width: auto;
    max-width: 1600px;
  }

  .div-block-14, .div-block-15, .div-block-16, .div-block-17 {
    width: auto;
    height: auto;
  }

  .text-block-19 {
    color: #052a47;
    text-align: center;
    background-color: #f89d5c;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 150px;
    font-size: 25px;
    font-weight: 600;
    display: flex;
  }

  .text-block-20 {
    color: #052a47;
    background-color: #f89d5c;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 150px;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 25px;
    font-weight: 600;
    display: flex;
  }

  .text-block-21 {
    color: #052a47;
    background-color: #f89d5c;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 150px;
    font-size: 25px;
    font-weight: 600;
    display: flex;
  }

  .bold-text-7 {
    color: #052a47;
    text-align: left;
    text-transform: none;
    font-size: 40px;
  }

  .bold-text-8 {
    color: #052a47;
    text-transform: none;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
  }

  .div-block-18 {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-10 {
    float: none;
  }

  .hero-heading-left {
    color: #dd010100;
    background-color: #f5f7fa00;
    border: 1px #000;
  }

  .hero-wrapper {
    max-width: 1500px;
  }

  .shadow-two {
    color: #dd010100;
  }

  .container-16 {
    max-width: 940px;
    font-size: 20px;
  }

  .button-11 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 70px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
  }

  .div-block-19 {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 0;
    display: flex;
  }

  .heading-19 {
    margin-top: 0;
    font-size: 200px;
    line-height: 20px;
  }

  .div-block-20 {
    background-color: #f89d5c00;
    background-image: none;
    border-radius: 20px;
    padding: 0 20px;
  }

  .container-17 {
    max-width: 1100px;
    margin-top: 300px;
  }

  .div-block-21 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .container-18 {
    max-width: none;
    padding-top: 0;
  }

  .flex-block-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1700px;
    margin-left: 150px;
    display: block;
  }

  .text-span-2 {
    font-size: 150px;
  }

  .heading-20 {
    color: #052a47;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 50px;
  }

  .heading-21 {
    color: #f89d5c;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 50px;
  }

  .div-block-22 {
    line-height: 23px;
  }

  .bold-text-9 {
    color: #e68c25;
    text-transform: capitalize;
    font-size: 40px;
  }

  .button-12 {
    background-color: #e68c25;
    border-radius: 15px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 500;
    display: block;
  }

  .button-13 {
    background-color: #e68c25;
    border-radius: 15px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .column-3 {
    height: 500px;
  }

  .pricing-grid {
    grid-column-gap: 64px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: ".";
    justify-content: stretch;
    max-width: 1500px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-image {
    width: 250px;
    height: auto;
    margin-bottom: 20px;
  }

  .pricing-card-text {
    text-transform: none;
    font-size: 25px;
    font-weight: 400;
  }

  .bold-text-10 {
    text-transform: capitalize;
    font-size: 40px;
  }

  .column-4 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-11 {
    border-radius: 50px;
  }

  .batch-1-copy {
    max-width: 1500px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .footer-copy {
    height: 350px;
    padding-top: 60px;
    display: block;
  }

  .div-block-24 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .flex-block-4 {
    display: none;
  }

  .text-block-25 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
  }

  .flex-block-5 {
    margin-left: 220px;
    margin-right: 220px;
    display: none;
  }

  .text-block-26 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    font-weight: 600;
    display: flex;
  }

  .link-block {
    background-color: #fa0707;
    border-radius: 15px;
    width: 150px;
    height: 40px;
    margin-right: 10px;
    text-decoration: none;
  }

  .link-block-2 {
    color: #fff;
    text-align: center;
    background-color: #ff2d2d;
    border-radius: 15px;
    width: 150px;
    height: 40px;
    font-weight: 600;
    text-decoration: none;
  }

  .nav-link {
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize;
    background-color: #f36e2f;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 15px;
    width: 220px;
    max-width: none;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
  }

  .nav-link-2 {
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background-color: #f36e2f;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 15px;
    width: 250px;
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 500;
  }

  .nav-link-3 {
    display: none;
  }

  .navbar {
    text-transform: capitalize;
    background-color: #fff;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    max-width: none;
    height: 120px;
    display: flex;
    position: fixed;
  }

  .container-20 {
    text-align: left;
    text-transform: uppercase;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: 1900px;
    max-width: 1900px;
    height: 100px;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-12 {
    margin-right: 20px;
    padding-right: 0;
  }

  .brand {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 40px;
    padding-left: 0;
    display: block;
  }

  .nav-menu {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-4 {
    text-align: left;
  }

  .text-block-27 {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 100px;
    font-size: 16px;
    font-weight: 600;
  }

  .link-5 {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }

  .link-6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }

  .div-block-25 {
    text-align: left;
    align-items: center;
    margin-left: 0;
    display: block;
  }

  .div-block-26 {
    margin-left: 60px;
  }

  .flex-block-6 {
    justify-content: space-around;
    align-items: center;
    height: 100px;
    max-height: none;
    margin-top: 0;
  }

  .div-block-27 {
    text-align: left;
    flex: 0 auto;
    justify-content: space-around;
    align-items: flex-start;
    display: block;
  }

  .text-block-28 {
    color: #fff;
    font-weight: 600;
    display: block;
  }

  .about-thai-acc {
    background-image: url('../images/Untitled-2.png');
    background-position: 0 0;
    background-size: auto;
    width: auto;
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 0;
  }

  .text-block-29 {
    color: #052a47;
    text-align: justify;
    letter-spacing: 2px;
    text-transform: none;
    justify-content: space-between;
    max-width: 1000px;
    margin: 20px 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
  }

  .container-21 {
    max-width: 900px;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-span-3 {
    color: #245fa6;
  }

  .button-14 {
    text-align: center;
    text-transform: capitalize;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 70px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .div-block-28 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 40px;
    display: flex;
  }

  .join-us {
    background-image: url('../images/Rectangle-22-1.png');
    background-position: 0%;
    background-size: cover;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-29 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "Area Area-2 Area-3 Area-4"
    / 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pricing-grid-copy {
    grid-column-gap: 64px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: ".";
    place-content: space-between;
    place-items: center end;
    max-width: 1300px;
    margin: 60px auto;
  }

  .batch_1 {
    color: #2c3691;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 60px;
    display: block;
  }

  .flex-block-2-copy {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .image-14 {
    width: 300px;
  }

  .div-block-31, .div-block-32 {
    width: 300px;
    height: 130px;
  }

  .image-15 {
    margin-top: 20px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .image-16 {
    margin-top: 20px;
  }

  .flex-block-7 {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-17 {
    padding-left: 0;
  }

  .image-18 {
    margin-left: auto;
  }

  .pricing-overview-2 {
    background-image: url('../images/Group-15-2.png');
    background-position: 50%;
    background-size: cover;
    padding: 140px 60px;
    display: none;
  }

  .container-22 {
    width: 90%;
    max-width: none;
    margin-left: 100px;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .pricing-card-three-2 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .pricing-image-2 {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .heading-22 {
    color: #1a1b1f;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
  }

  .bold-text-11 {
    color: #052a47;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-23, .heading-24 {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 500;
  }

  .heading-25 {
    margin-top: 40px;
    font-size: 25px;
    font-weight: 500;
  }

  .pricing-card-three-2-copy {
    flex-wrap: nowrap;
    margin-left: -100px;
    margin-right: -100px;
  }

  .image-19 {
    margin-top: 10px;
  }

  .div-block-33 {
    justify-content: center;
    display: flex;
  }

  .div-block-34 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-20 {
    text-align: center;
    display: block;
  }

  .flex-block-8 {
    align-items: center;
  }

  .div-block-35, .div-block-36 {
    width: auto;
    height: 250px;
  }

  .flex-block-9 {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1400px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-23 {
    width: auto;
    max-width: none;
    height: 500px;
  }

  .image-21, .image-22 {
    width: 500px;
    margin-top: 40px;
    padding-top: 0;
  }

  .div-block-37 {
    padding-left: 0;
    padding-right: 0;
  }

  .program-timeline_1 {
    background-image: url('../images/Group-15-2.png');
    background-position: 50%;
    background-size: cover;
  }

  .heading-27 {
    color: #052a47;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
    font-weight: 700;
  }

  .div-block-38 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-30, .text-block-31, .text-block-32 {
    width: 300px;
    font-size: 25px;
    font-weight: 400;
  }

  .div-block-44 {
    text-align: center;
    margin-top: 0;
  }

  .clients-wrapper-three-copy {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: row;
    place-content: flex-end center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .faqq {
    display: none;
  }

  .text-link-arrow-3, .text-link-arrow-4, .text-link-arrow-5 {
    color: #052a47;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
  }

  .team-member-image-two {
    width: auto;
    max-width: 300px;
    max-height: 200px;
  }

  .team-slider-2 {
    background-color: #fff;
    border: 1px #000;
    font-weight: 700;
    display: none;
  }

  .centered-heading-6 {
    color: #052a47;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 700;
  }

  .team-member-image-two-2 {
    border-radius: 20px;
    box-shadow: 5px 2px 5px #0003;
  }

  .team-slider-arrow-2 {
    display: none;
  }

  .icon-3 {
    display: block;
  }

  .slider {
    background-color: #ddd0;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 100px;
    margin-right: 100px;
  }

  .slide-nav {
    display: none;
  }

  .left-arrow {
    margin-left: -90px;
    display: block;
  }

  .right-arrow {
    margin-right: -90px;
  }

  .team-member-image-3 {
    width: 150px;
    height: 150px;
  }

  .pricing-overview-3 {
    display: none;
  }

  .container-27 {
    max-width: 1300px;
  }

  .pricing-image-3 {
    width: 140px;
    height: 140px;
  }

  .container-28 {
    max-width: 940px;
  }

  .text-block-37, .text-block-38, .text-block-39, .text-block-40, .text-block-41, .text-block-42, .text-block-43, .text-block-44, .text-block-45, .text-block-46 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .section-7 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .list-item-15, .list, .list-2, .list-3, .list-4, .list-5, .list-6, .list-7, .list-8, .list-9 {
    font-size: 23px;
  }
}

@media screen and (max-width: 991px) {
  .about.cc-product-detail {
    flex-direction: column;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    color: #fff;
    text-transform: uppercase;
    background-color: #fff0;
    font-weight: 600;
    text-decoration: none;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .text-field.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
    display: none;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .footer {
    height: 150px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    flex-basis: 320px;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 150px;
    height: 150px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

  .clients-wrapper-three {
    max-width: 900px;
    max-height: 1500px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .clients-image-three {
    max-width: 400px;
    margin-bottom: 30px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-3 {
    max-width: 728px;
  }

  .batch-1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-8 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .heading-15 {
    line-height: 45px;
  }

  .button-7 {
    border-radius: 15px;
    font-size: 14px;
  }

  .text-block-14, .text-block-15, .text-block-16 {
    width: 190px;
  }

  .button-8 {
    text-transform: capitalize;
    border-radius: 15px;
    width: 140px;
    font-size: 14px;
  }

  .program-timeline {
    display: none;
  }

  .flex-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-18 {
    font-size: 13px;
  }

  .container-12 {
    max-width: 800px;
  }

  .button-9 {
    text-align: center;
    text-transform: capitalize;
    border-radius: 15px;
    width: 140px;
    font-size: 14px;
  }

  .div-block-12 {
    text-align: left;
  }

  .container-13 {
    margin-bottom: auto;
  }

  .container-14 {
    margin-left: auto;
  }

  .div-block-13 {
    margin-top: 40px;
  }

  .button-10 {
    border-radius: 15px;
    width: 140px;
    font-size: 14px;
  }

  .columns-4 {
    max-width: 750px;
  }

  .text-block-20 {
    margin-top: 10px;
  }

  .bold-text-7 {
    line-height: 20px;
  }

  .bold-text-8 {
    font-size: 14px;
    font-weight: 600;
  }

  .container-15 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .button-11 {
    text-transform: capitalize;
    border-radius: 15px;
    width: 140px;
    font-size: 14px;
  }

  .div-block-20 {
    padding-left: 0;
  }

  .container-18 {
    margin-top: 0;
    padding-top: 0;
  }

  .heading-20, .heading-21 {
    line-height: 25px;
  }

  .bold-text-9 {
    font-size: 25px;
  }

  .button-12, .button-13 {
    display: block;
  }

  .container-19 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .pricing-card-text {
    text-transform: none;
    font-size: 13px;
  }

  .bold-text-10 {
    font-size: 25px;
  }

  .column-4 {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .div-block-23 {
    max-height: 1000px;
  }

  .text-block-25 {
    color: #fff;
    font-weight: 500;
  }

  .link-3 {
    color: #fff;
    width: 140px;
    height: 50px;
  }

  .nav-link {
    background-color: #fa500000;
    background-image: none;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #f36e2f00;
    background-image: none;
    justify-content: center;
    align-items: center;
    margin-left: 285px;
    margin-right: 285px;
    display: block;
  }

  .navbar {
    background-color: #fff;
    height: 100px;
    font-size: 16px;
  }

  .container-20 {
    max-width: none;
    margin-top: 10px;
  }

  .image-12 {
    margin-top: 0;
    margin-left: 40px;
  }

  .nav-menu {
    background-color: #245fa6;
    margin-right: 0;
  }

  .icon-2 {
    color: #000;
  }

  .menu-button-2 {
    margin-right: 40px;
    font-size: 35px;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c800;
  }

  .link-5, .link-6 {
    font-size: 12px;
  }

  .flex-block-6 {
    margin-top: -10px;
    padding-top: 0;
  }

  .image-13 {
    max-width: 300px;
  }

  .text-block-28 {
    font-size: 12px;
  }

  .text-block-29 {
    color: #052a47;
    font-size: 14px;
  }

  .container-21 {
    max-width: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-14 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 15px;
    width: 140px;
    height: 50px;
    font-size: 14px;
  }

  .joining-thai-acc {
    margin-bottom: 40px;
  }

  .pricing-grid-copy {
    grid-column-gap: 30px;
  }

  .flex-block-2-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-22 {
    max-width: 728px;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

  .heading-26 {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .text-block-30, .text-block-31, .text-block-32 {
    font-size: 13px;
    font-weight: 500;
  }

  .program-timeline_2 {
    display: none;
  }

  .div-block-44 {
    max-width: none;
  }

  .clients-wrapper-three-copy {
    max-width: 900px;
    max-height: 1500px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-link-arrow-3, .text-link-arrow-4, .text-link-arrow-5 {
    color: #052a47;
    font-size: 12px;
  }

  .container-24 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-25 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .team-member-image-two-2 {
    border-radius: 20px;
  }

  .slider {
    background-color: #ddd0;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 70px;
    margin-right: 70px;
  }

  .slide-nav {
    display: none;
  }

  .left-arrow {
    margin-left: -70px;
  }

  .right-arrow {
    margin-right: -70px;
  }

  .container-26 {
    max-width: 728px;
  }

  .team-grid-3 {
    grid-column-gap: 40px;
  }

  .team-member-image-3 {
    width: 190px;
    height: 190px;
  }

  .container-27 {
    max-width: 800px;
  }

  .centered-heading-8 {
    font-size: 30px;
  }

  .pricing-grid-3 {
    grid-column-gap: 0px;
  }
}

@media screen and (max-width: 767px) {
  .about, .about.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger, .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .logo-link.w--current {
    margin-top: 19px;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .menu-icon {
    text-align: center;
    display: block;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-items {
    background-color: #fff0;
    align-items: center;
    position: static;
    inset: 0%;
    overflow: visible;
  }

  .navigation {
    padding: 20px 30px;
    position: static;
  }

  .text-field.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .cart-container {
    min-width: 360px;
  }

  .intro-content {
    width: 80%;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: 150px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

  .logo-footer {
    margin-top: 10px;
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .partners {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-top: 0;
    margin-bottom: 0;
  }

  .clients-image-three {
    max-width: 300px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .features-table {
    padding: 60px 15px;
  }

  .question {
    font-size: 16px;
  }

  .answer {
    font-size: 14px;
  }

  .heading-4, .heading-5 {
    font-size: 26px;
  }

  .header {
    background-position: 50% 0;
  }

  .text-block-10 {
    color: #fff;
    margin-top: -172px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    justify-content: center;
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-15 {
    text-align: center;
    margin-top: 60px;
    font-size: 30px;
  }

  .text-block-13 {
    text-align: center;
    font-weight: 400;
  }

  .container-10 {
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-7 {
    text-align: center;
  }

  .div-block-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .program-timeline, .flex-block-2 {
    display: none;
  }

  .text-block-18 {
    font-size: 14px;
  }

  .div-block-12 {
    text-align: center;
  }

  .bold-text-6 {
    font-size: 26px;
  }

  .container-14 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-18 {
    font-size: 40px;
    font-weight: 300;
    line-height: 14px;
  }

  .text-block-21 {
    margin-top: 10px;
  }

  .bold-text-7 {
    font-size: 26px;
    line-height: 18px;
  }

  .bold-text-8 {
    font-size: 14px;
    font-weight: 600;
    line-height: 8px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .container-16 {
    max-width: 500px;
  }

  .div-block-20 {
    padding-right: 0;
  }

  .container-18 {
    width: 500px;
    max-width: 900px;
  }

  .flex-block-3 {
    margin-top: -101px;
    padding-top: 0;
  }

  .heading-20, .bold-text-9 {
    text-transform: capitalize;
    font-size: 26px;
  }

  .button-12 {
    clear: left;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: block;
    position: relative;
    inset: 0% 0 11px 0%;
    overflow: visible;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .pricing-grid {
    display: block;
  }

  .pricing-card-three {
    margin-top: 10px;
  }

  .pricing-image {
    width: 200px;
    margin-bottom: 0;
  }

  .pricing-card-text {
    width: 300px;
    font-size: 14px;
  }

  .bold-text-10 {
    text-transform: capitalize;
    font-size: 26px;
  }

  .footer-copy {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-5 {
    padding: 20px;
  }

  .flex-block-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-22 {
    color: #052a47;
    text-align: center;
    background-color: #f89d5c;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100px;
    font-weight: 600;
    display: flex;
  }

  .text-block-23 {
    color: #052a47;
    text-align: center;
    background-color: #fccb8b;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100px;
    font-weight: 600;
    display: flex;
  }

  .text-block-24 {
    color: #052a47;
    background-color: #fedb9f;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100px;
    font-weight: 600;
    display: flex;
  }

  .nav-link {
    background-color: #f36e2f00;
  }

  .nav-link-2 {
    background-color: #f36e2f00;
    margin-left: 185px;
    margin-right: 185px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2.w--open {
    margin-top: -12px;
  }

  .link-5, .link-6 {
    font-size: 10px;
  }

  .div-block-25 {
    margin-right: -50px;
  }

  .div-block-26 {
    margin-left: -50px;
  }

  .flex-block-6 {
    align-items: flex-start;
  }

  .image-13 {
    max-width: 150px;
  }

  .text-block-28 {
    font-size: 10px;
    display: block;
  }

  .about-thai-acc {
    background-position: 50% 100%;
  }

  .text-block-29 {
    text-align: justify;
    margin-right: auto;
    font-size: 14px;
    display: flex;
  }

  .container-21 {
    max-width: 400px;
    margin-left: auto;
  }

  .pricing-grid-copy, .flex-block-2-copy {
    display: block;
  }

  .pricing-overview-2 {
    padding: 60px 15px;
  }

  .bold-text-12 {
    font-size: 26px;
  }

  .image-20 {
    width: 50px;
    height: 50px;
  }

  .div-block-35, .div-block-36 {
    height: 100px;
  }

  .container-23 {
    width: 500px;
  }

  .image-21 {
    margin-top: 10px;
  }

  .program-timeline_1 {
    display: none;
  }

  .heading-28 {
    color: #052a47;
    text-align: center;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 700;
  }

  .div-block-41 {
    text-align: left;
    display: flex;
  }

  .div-block-42 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-block-10 {
    justify-content: center;
    align-items: center;
  }

  .flex-block-11 {
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .flex-block-12 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-block-13 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .text-block-33, .text-block-34, .text-block-35 {
    color: #052a47;
    font-size: 14px;
    font-weight: 400;
  }

  .program-timeline_2 {
    background-image: url('../images/Group-15-2.png');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
  }

  .button-15 {
    text-align: center;
    text-transform: capitalize;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 15px;
    width: 140px;
    height: 50px;
    font-weight: 600;
  }

  .div-block-43 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .clients-wrapper-three-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .faqq {
    display: none;
  }

  .text-link-arrow-3, .text-link-arrow-4 {
    color: #052a47;
    margin-top: 0;
    font-size: 13px;
  }

  .text-link-arrow-5 {
    color: #052a47;
    font-size: 13px;
  }

  .team-slider, .team-slider-2 {
    padding: 60px 15px;
  }

  .centered-heading-6 {
    color: #052a47;
    font-size: 26px;
    font-weight: 700;
  }

  .team-member-image-two-2 {
    border-radius: 20px;
    box-shadow: 5px 2px 5px #0003;
  }

  .slider {
    background-color: #ddd0;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 60px;
    margin-right: 60px;
  }

  .slide-nav {
    display: none;
  }

  .mask {
    background-color: #0000;
  }

  .left-arrow {
    margin-left: -70px;
  }

  .right-arrow {
    margin-left: auto;
    margin-right: -60px;
  }

  .team-circles-3 {
    padding: 60px 15px;
  }

  .team-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-overview-3 {
    padding: 60px 15px;
  }

  .centered-heading-8 {
    font-size: 26px;
  }

  .container-28 {
    max-width: 500px;
  }

  .text-block-37, .text-block-38, .text-block-39, .text-block-40, .text-block-41, .text-block-42, .text-block-43, .text-block-44, .text-block-45, .text-block-46 {
    font-size: 14px;
  }

  .list, .list-2, .list-3, .list-4, .list-5, .list-6, .list-7, .list-8, .list-9, .list-10 {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .about.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cart-container {
    min-width: 320px;
  }

  .form-block {
    width: 100%;
    max-width: none;
  }

  .footer {
    width: auto;
    max-width: none;
    height: 200px;
    margin-left: -15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-quote, .get-in-touch-form-wrap, .blog-item, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid, .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin: 0 10px;
    display: none;
  }

  .clients-image-three {
    width: auto;
    max-width: 200px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .faq-wrap {
    max-width: none;
  }

  .question {
    font-size: 14px;
  }

  .answer {
    font-size: 12px;
  }

  .heading-4 {
    font-size: 20px;
  }

  .heading-5 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px;
  }

  .batch-1 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .heading-8 {
    font-size: 20px;
  }

  .header {
    background-image: none;
  }

  .container-8 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .heading-15 {
    margin: 40px 5px;
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-13 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 12px;
    font-weight: 500;
  }

  .container-10 {
    background-image: url('../images/banner-3-1.png');
    background-position: 50%;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-7 {
    width: 120px;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
  }

  .button-8 {
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 30px;
    font-size: 12px;
    display: flex;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .program-timeline {
    display: block;
  }

  .container-11 {
    padding-top: 0;
  }

  .text-block-18 {
    font-size: 12px;
  }

  .button-9 {
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-6 {
    text-transform: none;
    font-size: 20px;
  }

  .heading-16 {
    margin-bottom: 0;
    line-height: 28px;
  }

  .container-13 {
    max-width: 300px;
    margin-top: 0;
    padding-top: 20px;
  }

  .container-14 {
    max-width: 290px;
    margin-left: auto;
    padding-right: 0;
  }

  .heading-17 {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 30px;
  }

  .heading-18 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    line-height: 10px;
  }

  .div-block-13 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-10 {
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
  }

  .text-block-19 {
    width: 140px;
    height: 80px;
    margin-bottom: -15px;
    margin-right: 0;
    font-size: 12px;
  }

  .text-block-20, .text-block-21 {
    width: 140px;
    height: 80px;
    margin-top: 0;
    font-size: 12px;
  }

  .bold-text-7 {
    text-transform: none;
    font-size: 15px;
    line-height: 12px;
  }

  .bold-text-8 {
    font-size: 12px;
    line-height: 8px;
  }

  .container-15 {
    max-width: none;
  }

  .container-16 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .button-11 {
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
  }

  .div-block-19 {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-20 {
    padding-bottom: 40px;
    padding-right: 0;
  }

  .container-18 {
    width: auto;
    max-width: 479px;
  }

  .bold-text-9 {
    font-size: 20px;
  }

  .container-19 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
    display: block;
  }

  .pricing-image {
    width: 150px;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .pricing-card-text {
    width: 250px;
    font-size: 12px;
  }

  .bold-text-10 {
    font-size: 20px;
  }

  .div-block-24 {
    margin-top: 25px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-22, .text-block-23, .text-block-24 {
    width: 140px;
    height: 80px;
    font-size: 12px;
  }

  .nav-link-2 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .container-20 {
    margin-top: 10px;
  }

  .image-12 {
    max-width: 130px;
    margin-top: 20px;
    margin-left: 20px;
    padding-left: 0;
    display: block;
  }

  .menu-button-2 {
    margin-top: 10px;
    margin-right: 20px;
  }

  .menu-button-2.w--open {
    margin-right: 20px;
  }

  .link-5 {
    max-width: none;
    margin-bottom: 0;
  }

  .link-6 {
    max-width: 300px;
    margin-right: -135px;
    padding-left: 5px;
    position: relative;
  }

  .div-block-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 300px;
    max-width: none;
    margin-top: 55px;
    margin-left: -170px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    line-height: 20px;
    display: flex;
    position: relative;
    inset: 117px auto auto -196px;
  }

  .div-block-26 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    display: flex;
  }

  .flex-block-6 {
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    height: auto;
    max-height: none;
    margin-top: auto;
    margin-left: auto;
    padding-left: 0;
    font-weight: 400;
  }

  .image-13 {
    mix-blend-mode: normal;
    margin-top: -12px;
    display: block;
    position: relative;
    left: 70px;
  }

  .div-block-27 {
    justify-content: center;
    width: auto;
    max-width: none;
    margin-top: 15px;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: relative;
    top: 58px;
    right: 190px;
  }

  .text-block-28 {
    max-width: none;
    padding-left: 0;
    line-height: 20px;
    position: relative;
    top: auto;
    left: 103px;
    right: auto;
  }

  .text-block-29 {
    justify-content: center;
    align-items: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    display: flex;
  }

  .container-21 {
    max-width: none;
  }

  .button-14 {
    width: 120px;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
  }

  .join-us {
    background-position: 40%;
  }

  .pricing-grid-copy {
    grid-template-columns: 1fr;
    margin-top: 0;
    display: block;
  }

  .batch_1 {
    display: block;
  }

  .container-22 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

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

  .pricing-image-2 {
    width: 80px;
  }

  .heading-22 {
    font-size: 17px;
  }

  .heading-23, .heading-24 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-25 {
    font-size: 15px;
  }

  .bold-text-12 {
    font-size: 24px;
  }

  .heading-26 {
    font-size: 18px;
  }

  .image-19 {
    width: 80px;
    height: 80px;
  }

  .heading-28 {
    font-size: 20px;
  }

  .image-23, .image-24, .image-25 {
    width: 100px;
  }

  .image-26, .image-27 {
    height: 150px;
  }

  .button-15 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    background-image: linear-gradient(#198ac4, #24519e 50%, #2c3691);
    border-radius: 15px;
    width: 120px;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
  }

  .div-block-43 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .div-block-44 {
    text-align: left;
  }

  .clients-wrapper-three-copy {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin: 0 10px;
    display: flex;
  }

  .faqq {
    display: none;
  }

  .text-link-arrow-3 {
    color: #052a47;
    font-size: 11px;
  }

  .text-link-arrow-4, .text-link-arrow-5 {
    color: #052a47;
    font-size: 12px;
  }

  .container-24 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-slider-2 {
    display: none;
  }

  .container-25 {
    max-width: none;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 5%;
  }

  .team-block-2 {
    background-color: #fff0;
    padding-left: 12px;
  }

  .slider {
    background-color: #ddd0;
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .slide-nav {
    display: none;
  }

  .mask {
    text-align: center;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .left-arrow {
    margin-left: -55px;
    margin-right: auto;
  }

  .right-arrow {
    margin-left: auto;
    margin-right: -55px;
  }

  .div-block-45 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-26 {
    max-width: none;
  }

  .centered-heading-7 {
    margin-bottom: 24px;
  }

  .team-grid-3 {
    grid-template-columns: 1fr;
  }

  .container-27 {
    max-width: none;
    margin-left: 0;
  }

  .centered-heading-8 {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .pricing-grid-3 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 400px;
    margin-left: 30px;
  }

  .pricing-card-three-3 {
    max-width: 400px;
  }

  .pricing-card-text-3 {
    font-size: 12px;
  }

  .heading-29, .heading-30, .heading-31 {
    font-size: 13px;
  }

  .link-block-3 {
    display: flex;
  }

  .link-block-3.w--current {
    justify-content: center;
    padding-left: 0;
    display: block;
  }

  .container-28 {
    max-width: 300px;
  }

  .text-block-37, .text-block-38, .text-block-39, .text-block-40, .text-block-41, .text-block-42, .text-block-43, .text-block-44, .text-block-45, .text-block-46 {
    font-size: 13px;
  }

  .list-item-2, .list-item-3, .list-item-5, .list-item-12, .list-2, .list-5, .list-6, .list-7, .list-8, .list-9, .list-10 {
    font-size: 12px;
  }
}

#w-node-_640a1827-838d-cecb-adf1-369edd0b619c-5f88f734, #w-node-_640a1827-838d-cecb-adf1-369edd0b61a6-5f88f734, #w-node-_640a1827-838d-cecb-adf1-369edd0b61b0-5f88f734, #w-node-_0b2f7494-9d1b-3fd3-854b-a66ee77ca3aa-5f88f734, #w-node-_8ae7cd62-3b43-883f-93f4-6356d8abdb84-5f88f734, #w-node-bd828036-dbac-a33e-2eb6-93efe08d4bfc-5f88f734, #w-node-dd3e66fa-70d7-1c44-6f7e-e3c5550a4635-5f88f734, #w-node-b01cb502-cc7d-66a5-f7f4-722f0573a51c-5f88f734, #w-node-def66ae3-d004-f6dd-dad8-a674dbf1e058-5f88f734, #w-node-_366c8f3d-d100-e5bf-5917-20062b1a09a4-5f88f734, #w-node-cf951aca-1260-0623-5244-fee1e95bd015-5f88f734, #w-node-_0977dfed-165b-5cb3-b936-0061b4235ef1-5f88f734, #w-node-af892486-3a84-8028-e316-c3b56583f52d-5f88f734, #w-node-c8b882d4-1cd2-cf98-1687-6480c8b930e9-5f88f734, #w-node-_34e65b37-df3a-ba74-c3bd-b44042d454b7-5f88f734, #w-node-_7b97f6db-5680-432a-3263-5a8f8b94f26f-5f88f734, #w-node-_40d99a03-0f9e-696d-5727-33309497da12-5f88f734, #w-node-_641726a3-148e-420b-8df1-e972c0752f4d-5f88f734, #w-node-a74defd9-c82c-fb34-6448-c56985e4ce2f-5f88f734, #w-node-_57ceb027-7815-713f-e003-e69363378927-5f88f734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4408105-b061-b912-a15e-9356c6a79373-5f88f734 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4b7666ce-9784-7472-11dd-513a76c85628-5f88f734, #w-node-_4b7666ce-9784-7472-11dd-513a76c8562c-5f88f734, #w-node-_4b7666ce-9784-7472-11dd-513a76c85630-5f88f734, #w-node-_22f4d2ae-cd50-d58e-0fc2-2564dd83755b-5f88f734, #w-node-_3c4d9fe1-cb99-f4f8-bf07-ec613500c84b-5f88f734, #w-node-_3c4d9fe1-cb99-f4f8-bf07-ec613500c855-5f88f734, #w-node-_3c4d9fe1-cb99-f4f8-bf07-ec613500c85f-5f88f734, #w-node-_99a4097b-82fd-9c75-39e0-093583f102de-5f88f734, #w-node-_0ede9741-f12a-0f84-8ff0-1c7c37146e06-5f88f734, #w-node-_71bad446-0fd8-4d2e-62c4-5919c403d65a-5f88f734, #w-node-_71bad446-0fd8-4d2e-62c4-5919c403d664-5f88f734, #w-node-_71bad446-0fd8-4d2e-62c4-5919c403d66e-5f88f734, #w-node-b27eba2b-4443-9ea4-7f12-11fb7d121a37-5f88f737, #w-node-b27eba2b-4443-9ea4-7f12-11fb7d121a3f-5f88f737, #w-node-b27eba2b-4443-9ea4-7f12-11fb7d121a47-5f88f737, #w-node-b27eba2b-4443-9ea4-7f12-11fb7d121a4f-5f88f737, #w-node-b27eba2b-4443-9ea4-7f12-11fb7d121a57-5f88f737, #w-node-b27eba2b-4443-9ea4-7f12-11fb7d121a5f-5f88f737, #w-node-b27eba2b-4443-9ea4-7f12-11fb7d121a67-5f88f737, #w-node-b27eba2b-4443-9ea4-7f12-11fb7d121a6f-5f88f737, #w-node-_65867507-d00f-f58a-3eec-84459f394032-5f88f737, #w-node-_8f1afded-7703-a85d-4122-fa438778da82-5f88f737, #w-node-af4ffdc7-7870-0c0e-5c3e-f18eedc0c57f-5f88f737, #w-node-c5291203-fded-255a-c587-821d9b4f2808-5f88f737, #w-node-_5e36bfaf-7dd4-8e08-6120-eec0a0a6db0f-5f88f737, #w-node-_8db2bcbb-35be-eda3-fa40-5477d691b003-5f88f737, #w-node-_226f61c4-a45d-eb84-fe88-cc085b2e24ac-5f88f737, #w-node-_4d453271-d175-0adb-2065-abfe2a4e56cf-5f88f737, #w-node-_1b358c39-5646-be00-94e4-da1d15249ff8-5f88f737, #w-node-_7f81d760-64ba-517c-06c7-e3fcfeebb71f-5f88f737, #w-node-dab6227f-268d-5f9c-1dff-c9a31e1d9cd4-5f88f737, #w-node-a31e117f-21c0-684d-d4cb-2c40cc290e78-5f88f737, #w-node-a2edf382-11a8-6a9e-a946-8a218462bd21-5f88f737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_22f4d2ae-cd50-d58e-0fc2-2564dd83755b-5f88f734, #w-node-_3c4d9fe1-cb99-f4f8-bf07-ec613500c855-5f88f734, #w-node-_99a4097b-82fd-9c75-39e0-093583f102de-5f88f734, #w-node-_0ede9741-f12a-0f84-8ff0-1c7c37146e06-5f88f734, #w-node-_71bad446-0fd8-4d2e-62c4-5919c403d65a-5f88f734, #w-node-b27eba2b-4443-9ea4-7f12-11fb7d121a57-5f88f737, #w-node-b27eba2b-4443-9ea4-7f12-11fb7d121a5f-5f88f737, #w-node-_65867507-d00f-f58a-3eec-84459f394032-5f88f737, #w-node-_8f1afded-7703-a85d-4122-fa438778da82-5f88f737, #w-node-af4ffdc7-7870-0c0e-5c3e-f18eedc0c57f-5f88f737, #w-node-c5291203-fded-255a-c587-821d9b4f2808-5f88f737, #w-node-_5e36bfaf-7dd4-8e08-6120-eec0a0a6db0f-5f88f737, #w-node-_8db2bcbb-35be-eda3-fa40-5477d691b003-5f88f737, #w-node-_226f61c4-a45d-eb84-fe88-cc085b2e24ac-5f88f737, #w-node-_4d453271-d175-0adb-2065-abfe2a4e56cf-5f88f737 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1b358c39-5646-be00-94e4-da1d15249ff8-5f88f737 {
    grid-area: Area;
  }

  #w-node-_7f81d760-64ba-517c-06c7-e3fcfeebb71f-5f88f737, #w-node-dab6227f-268d-5f9c-1dff-c9a31e1d9cd4-5f88f737, #w-node-a31e117f-21c0-684d-d4cb-2c40cc290e78-5f88f737, #w-node-a2edf382-11a8-6a9e-a946-8a218462bd21-5f88f737 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_3c4d9fe1-cb99-f4f8-bf07-ec613500c855-5f88f734 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_99a4097b-82fd-9c75-39e0-093583f102de-5f88f734, #w-node-b27eba2b-4443-9ea4-7f12-11fb7d121a3f-5f88f737, #w-node-b27eba2b-4443-9ea4-7f12-11fb7d121a47-5f88f737, #w-node-b27eba2b-4443-9ea4-7f12-11fb7d121a67-5f88f737, #w-node-b27eba2b-4443-9ea4-7f12-11fb7d121a6f-5f88f737 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f4408105-b061-b912-a15e-9356c6a79373-5f88f734 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


