:root {
  --white: white;
  --steel-blue: #05738f7a;
  --stone-yellow: #af9419;
  --dim-grey-2: #414147;
  --orange: var(--highlight);
  --lt-orange: var(--lt-stone);
  --lt-stone: #553319a6;
  --dk-grey: #212127;
  --id-green: #9aaf19;
  --highlight: #c58319c9;
  --dim-grey: #727277;
  --courses-back: #21212791;
  --bright-orange: var(--orange);
  --trans: #a78f2500;
  --bright-orange2: #fccf07;
  --dim-grey-3: #414147e0;
  --black: var(--dk-grey);
  --stone: #6e603c;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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: #212127;
  background-color: #f5f5f7;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

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

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

p {
  color: #919197;
  margin-bottom: 10px;
  font-weight: 500;
}

a {
  color: #919197;
  text-decoration: underline;
}

figure {
  margin-top: 30px;
  margin-bottom: 10px;
}

.page-content {
  background-color: var(--white);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner {
  background-color: #fff;
  height: 100vh;
  padding: 0 30px;
  font-family: Lato, sans-serif;
}

.banner.sub {
  height: auto;
  padding-top: 0;
}

.section {
  background-color: #fff;
  padding: 120px 15px;
}

.section.less {
  background-image: none;
  background-position: 0 0;
  padding: 100px 30px;
  font-family: Lato, sans-serif;
  display: block;
}

.section.less._3 {
  background-image: linear-gradient(#1f1103f2, #00000047), url('../images/Monks.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 30px solid #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.less._3._2 {
  background-image: linear-gradient(#0000, #0000), linear-gradient(#696969cc, #5a1b1b59), url('../images/courses.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.section.less._3._2-copy {
  background-image: linear-gradient(#000000ad, #632a2a5c), url('../images/Course-July-2024_1.7.1.jpg'), url('../images/us.jpg');
  background-position: 0 0, 50% 100%, 0 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
}

.section.less-space {
  background-color: #2121270d;
  background-image: linear-gradient(#63351696, #63351696), url('../images/Hands.jpg'), url('../images/bust.jpg');
  background-position: 0 0, 50%, 50% 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding-top: 81px;
  padding-bottom: 70px;
  font-family: Lato, sans-serif;
  display: block;
}

.section.image {
  background-image: linear-gradient(#fff9, #753e3e85), url('../images/Course-July-2024_1.5.1.jpg'), url('../images/Outside-2.jpg');
  background-position: 0 0, 50% 0, 0 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
  height: 100%;
  padding-top: 101px;
  font-family: Lato, sans-serif;
}

.container {
  text-align: center;
  max-width: 1200px;
}

.container.center {
  z-index: 2;
  justify-content: flex-start;
  max-width: 90%;
  padding-top: 96px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  inset: 40% 0% 0%;
  transform: translate(0, -50%);
}

.container.center.provacy {
  top: 18%;
}

.navbar {
  border-bottom: 1px solid var(--stone-yellow);
  background-color: #fff;
  justify-content: space-around;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  position: fixed;
}

.nav-menu {
  float: none;
  text-align: center;
  flex-wrap: nowrap;
  place-content: flex-start flex-end;
  align-items: center;
  display: flex;
}

.brand {
  float: left;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-banner {
  text-align: center;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-link {
  color: var(--dim-grey-2);
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.nav-link:hover, .nav-link:focus {
  color: var(--orange);
}

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

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

.nav-link.w--current:focus {
  color: var(--lt-stone);
}

.nav-link.dropdown {
  z-index: 1;
  float: left;
  display: none;
}

.nav-link.in-footer {
  color: #fff;
  text-decoration: none;
}

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

.logo-title {
  color: #919197;
  margin-bottom: 0;
  margin-left: 10px;
}

.cart-button {
  color: #212127;
  background-color: #0000;
  display: block;
}

.cat-text {
  color: #919197;
  font-weight: 500;
}

.cart {
  margin-right: 3px;
}

.top-icon-flex {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  text-decoration: none;
  display: flex;
}

.top-icon-flex:active {
  background-color: #72727726;
}

.top-icon-flex.no-space {
  margin-left: 0;
}

.top-icon-flex._5px-space {
  margin-left: 5px;
}

.top-icon-flex.mail {
  display: block;
}

.top-text {
  color: var(--orange);
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.top-text.white-text {
  color: #fff;
  margin-left: 0;
  margin-right: 10px;
  font-size: 15px;
  font-style: italic;
}

.top-text.mail {
  display: none;
}

.logo-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.banner-second {
  background-color: #0000;
  height: 100%;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
}

.banner-second.normal {
  border: 1px solid var(--white);
  background-color: #212127;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/karndean-luxury-vinyl-tile-rl01-spring-oak-1.jpg');
  background-position: 0 0, 0 30%;
  background-repeat: repeat, no-repeat;
  width: 50%;
  height: 100vh;
  padding-top: 10px;
  position: relative;
}

.banner-second.normal.privacy-2 {
  background-image: linear-gradient(#0000, #0000), url('../images/Stone-Carving.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 30%;
  height: 1400px;
}

.banner-second.right {
  background-color: #ffffffba;
  background-image: none;
  width: 50%;
  height: 100vh;
  padding-top: 10px;
  inset: 0% 0% 0% auto;
}

.banner-second.right.privacy {
  width: 60%;
  height: auto;
  margin-top: 0;
  padding-top: 124px;
  padding-left: 0;
  position: absolute;
}

.categories-wrapper {
  color: #212127;
  background-color: #f1f1f7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  position: relative;
}

.category-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  position: absolute;
  bottom: 20px;
  right: 25px;
}

.icon {
  margin-top: 24px;
  margin-right: 5px;
  font-size: 12px;
}

.dropdown-list {
  margin-top: 0;
}

.dropdown-list.w--open {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.dropdown-link {
  color: #919197;
  background-color: #fff;
  width: 100%;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.dropdown-link:hover {
  color: #212127;
}

.dropdown-link.w--current {
  color: #414147;
}

.dropdown-link.no-left-padding {
  padding-left: 0;
}

.dropdown-link.no-left-padding.biger {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
}

.top-title {
  text-align: center;
  margin-bottom: 42px;
}

.top-title-text {
  color: var(--dk-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.top-title-text.smaller {
  color: var(--orange);
  text-align: left;
  margin-bottom: 14px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
}

.top-title-text.smaller.white {
  color: var(--white);
  text-align: center;
  background-color: #fff0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 0;
  font-size: 38px;
  line-height: 46px;
}

.top-title-text.l {
  font-size: 28px;
}

.top-title-text.l._2 {
  font-size: 26px;
}

.top-title-text.w {
  color: var(--white);
}

.divider {
  background-color: var(--orange);
  width: 50px;
  height: 1px;
  margin: 20px auto 14px;
  display: block;
}

.margin-page {
  margin-top: 120px;
}

.logo-wrapper {
  justify-content: center;
  display: flex;
}

.client-logo {
  text-align: center;
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 0 14px;
  display: flex;
  position: relative;
}

.align-center {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 32px;
}

.align-center.p {
  height: auto;
  padding-top: 67px;
  padding-left: 0;
  padding-right: 58px;
}

.heading-banner {
  color: #fff;
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 66px;
}

.heading-banner.smaller {
  font-size: 50px;
  line-height: 60px;
}

.heading-banner.smaller.p {
  padding-right: 68px;
}

.top-margin {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.button {
  color: #212127;
  background-color: #212127;
  padding: 15px 20px;
  font-weight: 500;
}

.button:hover {
  background-color: #3e3e49;
}

.button.white {
  border: 1px none var(--dk-grey);
  background-color: var(--id-green);
  background-image: linear-gradient(to bottom, var(--highlight), var(--highlight));
  color: var(--white);
  background-position: 0 0;
  padding-left: 76px;
  padding-right: 76px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
}

.button.white:hover {
  background-color: var(--dim-grey-2);
  background-image: linear-gradient(to bottom, var(--highlight), var(--highlight)), linear-gradient(to bottom, var(--stone-yellow), var(--stone-yellow)), linear-gradient(to bottom, var(--lt-stone), var(--lt-stone));
  color: var(--white);
  border-color: #fff;
  font-weight: 700;
}

.button.white.dark {
  color: #212127;
  background-color: #fff;
}

.button.white.full {
  text-align: center;
  width: 100%;
  display: block;
}

.footer {
  z-index: 2;
  background-color: var(--dim-grey);
  background-image: linear-gradient(to bottom, var(--courses-back), var(--courses-back));
  padding: 50px 30px 30px;
  font-family: Lato, sans-serif;
  position: relative;
}

.subscribe-flex {
  justify-content: center;
  align-items: center;
  padding-top: 22px;
  display: flex;
}

.subscribe-text {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 17px;
  font-style: italic;
  display: none;
}

.form-block {
  width: 800px;
  margin-bottom: 0;
  display: none;
}

.text-field {
  float: left;
  border-style: solid none solid solid;
  border-top-width: 1px;
  border-top-color: #ededed;
  border-bottom-width: 1px;
  border-bottom-color: #ededed;
  border-left-width: 1px;
  border-left-color: #ededed;
  width: 100%;
  height: 50px;
  margin-top: 13px;
  margin-bottom: 0;
  margin-right: 9px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.text-field.full {
  float: none;
  color: var(--dk-grey);
  border: 1px solid #ededed;
  width: 100%;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
}

.text-field.full.area {
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 90px;
}

.text-field.full.add-space {
  margin-top: 15px;
  margin-bottom: 5px;
}

.text-field.full.noborder {
  border-style: none;
  align-items: center;
  padding-top: 0;
  padding-left: 12px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.text-field.message {
  height: 80px;
  margin-bottom: 0;
}

.submit-button {
  float: left;
  background-color: var(--id-green);
  text-align: center;
  width: 100%;
  height: 50px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: var(--dim-grey-2);
  color: var(--id-green);
}

.submit-button.normal {
  float: none;
  width: 100%;
}

.submit-button.normal.center {
  text-align: center;
  justify-content: center;
}

.submit-button.auto {
  width: auto;
}

.product-wrapper {
  color: #212127;
  text-align: center;
  text-decoration: none;
}

.product-wrapper.with-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.product-image {
  margin-bottom: 20px;
}

.price {
  color: #bdbdc3;
  font-size: 22px;
  line-height: 30px;
}

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

.flex-row.make-vertical {
  align-items: flex-start;
}

.footer-left-part {
  justify-content: flex-end;
  display: flex;
}

.footer-left-part.right-now {
  display: none;
}

.social-icon {
  margin-right: 12px;
}

.copyright {
  color: var(--white);
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.copyright.r {
  color: #ffffffd1;
  text-align: left;
  padding-left: 0;
}

.link-2 {
  color: var(--white);
  text-decoration: none;
}

.link-2:hover {
  color: var(--stone-yellow);
}

.align-right {
  text-align: right;
}

.stripe-image {
  opacity: 1;
  background-color: #7a7a7a;
  background-image: url('../images/white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 30px;
  width: 80px;
  height: 35px;
  display: none;
}

.preloader {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: minmax(200px, 1fr) auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.top-title-text-2 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  position: relative;
}

.top-title-text-2.in-left {
  padding-left: 0;
}

.footer-top-title {
  align-items: center;
  height: 60px;
}

.footer-column {
  width: 90%;
}

.footer-column.add-top-margin {
  margin-top: 40px;
}

.line-title {
  background-color: #e1e1e1;
  width: 100%;
  height: 1px;
  position: absolute;
}

.top-title-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.top-title-2.zero-margin {
  margin-bottom: 0;
}

.top-title-2.zero-margin.left {
  justify-content: flex-start;
}

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

.success-message {
  color: #fff;
  background-color: #2121278c;
}

.error-message {
  color: #9e0000;
  text-align: center;
}

.form-block-2 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 500px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cart-order-value {
  font-size: 17px;
  font-weight: 400;
}

.remove-button {
  margin-top: 4px;
}

.text-block {
  color: #818187;
  font-size: 16px;
}

.cart-product-name {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 400;
}

.field-label {
  color: #919197;
  font-weight: 400;
}

.right-padding {
  padding-left: 50px;
}

.product-item {
  flex: 1;
  min-height: 510px;
}

.menu-button {
  display: none;
}

.cart-container {
  min-width: 420px;
}

.rich-text-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-3 {
  color: #515157;
}

.algin-center {
  text-align: center;
  position: relative;
}

.paragraph-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-wrapper {
  text-align: center;
  padding: 40px;
}

.button-wrapper.with-color {
  background-color: #212127;
}

.licens-image {
  width: 100%;
}

.licens-image.with-icon {
  width: 25%;
  margin-bottom: 10px;
  margin-right: 10px;
}

.link-4 {
  color: #818187;
  text-decoration: none;
}

.empty-state {
  text-align: center;
  background-color: #f5f5f7;
}

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

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

.text-block-2 {
  font-size: 20px;
  font-weight: 400;
}

.order-confirmation-container {
  background-color: #0000;
  min-height: auto;
}

.cart-quantity {
  color: #fff;
  background-color: #121217;
  border-radius: 20px;
  min-width: 21px;
  height: 21px;
}

.panel {
  height: 360px;
}

.panel.square {
  height: 240px;
}

.image {
  height: 270px;
}

.link-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  height: 270px;
  position: absolute;
  inset: 0%;
}

.link-block.wood {
  background-image: url('../images/Carving.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-left: 10px;
  margin-right: 10px;
}

.link-block.flooring {
  background-image: url('../images/Geologica-Knightsbridge-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
  margin-right: 10px;
}

.link-block.carpet {
  background-image: url('../images/room-ideas-furniture-bedroom-luxury-bedroom-decor-ideas-with-excellent-gothic_665762be7d6abf25.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-2 {
  background-color: #ffffff82;
  width: 100%;
  height: 60px;
  margin-bottom: 21px;
  padding-top: 0;
  padding-bottom: 13px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading {
  background-color: var(--bright-orange);
  color: var(--white);
  text-align: right;
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 7px 10px 24px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  display: flex;
  position: relative;
  inset: 0 0% 0%;
}

.heading:hover {
  background-color: var(--highlight);
  color: var(--white);
  background-image: none;
}

.collection-list-wrapper-4 {
  display: none;
}

.image-2 {
  position: relative;
  inset: 0% 0% 0% auto;
}

.hero-tile {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-tile:hover {
  text-decoration: none;
}

.project-wrapper {
  filter: none;
  cursor: pointer;
  background-color: #ffffffe8;
  margin-top: -2px;
  margin-bottom: 12px;
  padding: 0;
  transition: background-color .2s;
  position: absolute;
  inset: auto 0% 0%;
}

.project-wrapper:hover {
  background-color: var(--orange);
  color: var(--white);
}

.tile-overlay {
  border: 1px solid var(--orange);
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(to top, #0000 55%, #00000059);
  width: 100%;
  height: 100%;
  padding: 1px;
  transition: opacity .5s;
  display: block;
  position: absolute;
  inset: 0;
}

.tile-overlay:hover {
  opacity: 0;
  filter: hue-rotate(180deg);
}

.bold-text-3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #3765a3;
  padding: 5px 20px;
  font-size: 18px;
  text-decoration: none;
  display: inline;
}

.bold-text-3:hover {
  text-decoration: none;
}

.tile-image {
  background-image: url('../images/06182018-n1-flex-fn-18940-520x260.jpg');
  background-size: cover;
  height: 100%;
  transition: transform .6s;
  position: absolute;
  inset: 0;
}

.tile-image:hover {
  transform: scale(1.1);
}

.tile-image.living {
  filter: none;
  background-image: url('../images/Stone-Carving-2-Mat-25.jpg');
  background-position: 50% 16%;
  background-repeat: no-repeat;
}

.tile-image.living:hover {
  filter: none;
}

.tile-image.dining {
  filter: none;
  background-image: url('../images/Course-July-2024_1.23.1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.tile-image.dining:hover {
  filter: none;
}

.tile-image.bedrooms {
  filter: none;
  background-image: url('../images/Course-July-2024_1.7.1.jpg'), url('../images/us.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.tile-image.bedrooms:hover {
  filter: none;
}

.tile-image.g2 {
  filter: none;
  background-image: url('../images/DSCF2471.jpg');
  background-position: 0 20%;
  background-repeat: no-repeat;
}

.tile-image.g2:hover {
  filter: none;
}

.tile-image.g1 {
  filter: none;
  background-image: url('../images/cd81b7b4bb4a1a9f529063eaff225930.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
}

.tile-image.g3 {
  filter: grayscale(50%);
  background-image: url('../images/Gargolyes_2.16.1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.tile-image.g3:hover {
  filter: none;
}

.tile-image.g4 {
  filter: none;
  background-image: url('../images/Monks-Kirby-3.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.tile-image.g4:hover {
  filter: none;
}

.tile-image.g5 {
  filter: none;
  background-image: url('../images/Table-_5.1.2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.tile-image.g5:hover {
  filter: none;
}

.tile-image.g6 {
  filter: none;
  background-image: url('../images/Close-up-Carve_2.3.1.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
}

.tile-image.g6:hover {
  filter: none;
}

.tile-image.g7 {
  filter: none;
  background-image: url('../images/Arch-2_2.18.1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.tile-image.g7:hover {
  filter: none;
}

.tile-image.g8 {
  filter: grayscale(50%);
  background-image: url('../images/Knightsbridge-SW7.14808d62bcdf9bd9ff3c2c2ac744d7bf.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.tile-image.g8:hover {
  filter: none;
}

.tile-image.g9 {
  filter: none;
  background-image: url('../images/Monks-Kirby-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.tile-image.g9:hover {
  filter: none;
}

.tile-image.g10 {
  filter: none;
  background-image: url('../images/Sky.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.tile-image.g10:hover {
  filter: none;
}

.tile-image.g11 {
  filter: grayscale(50%);
  background-image: url('../images/egerton-gardens-internal-refurbishment-of-luxury-apartment-000-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.tile-image.g11:hover {
  filter: none;
}

.tile-image.g12 {
  filter: none;
  background-image: url('../images/Wide_5.1.1.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
}

.tile-image.g12:hover {
  filter: none;
}

.tile-image.gbig {
  filter: none;
  background-image: url('../images/Monks-Kirby-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.tile-image.gbig:hover {
  filter: none;
}

.tile-image.g1 {
  filter: none;
  background-image: url('../images/Circular-Head_5.1.2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.tile-image.g1:hover {
  filter: none;
}

.tile-text {
  z-index: 20;
  color: #fff;
  letter-spacing: .6px;
  text-transform: none;
  text-shadow: 1px 1px 6px #0000005e;
  margin-right: 0;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  position: absolute;
  bottom: 24px;
  left: 25px;
}

.tile-text.intro {
  background-image: none;
  padding-left: 0;
  padding-right: 59px;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  display: none;
  position: relative;
  top: 20px;
  left: 0;
}

.tile-text-intro {
  z-index: 20;
  color: #fff;
  letter-spacing: .6px;
  text-transform: none;
  text-shadow: 1px 1px 6px #0000005e;
  padding-right: 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  display: none;
  position: absolute;
  bottom: 24px;
  left: 25px;
}

.tag {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
  display: none;
}

.heading-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.straight {
  display: block;
}

.quote {
  text-align: center;
  margin-bottom: 20px;
  padding: 27px 58px 10px;
}

.div-block-3 {
  background-color: var(--trans);
  margin-bottom: 0;
  padding: 50px 59px 80px;
}

.div-block-3.grey {
  background-color: #0000;
  padding-bottom: 30px;
}

.paragraph {
  color: var(--dim-grey);
  margin-bottom: 10px;
  margin-left: 72px;
  margin-right: 72px;
  padding-top: 10px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph.icon-text {
  color: var(--orange);
  margin-bottom: 16px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 24px;
  line-height: 32px;
}

.paragraph.larger {
  margin-bottom: 46px;
  font-size: 20px;
  line-height: 28px;
}

.paragraph.larger.icon {
  color: var(--dim-grey);
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

.paragraph.less {
  color: var(--dim-grey-2);
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
}

.paragraph._2 {
  padding-top: 0;
}

.paragraph.w {
  color: var(--white);
  letter-spacing: .2px;
  font-size: 20px;
}

.paragraph.w.l {
  text-align: left;
  margin-bottom: 6px;
  margin-left: 0;
  margin-right: 6px;
  padding-left: 0;
  padding-right: 0;
  line-height: 38px;
}

.paragraph.w.l.subtext {
  text-align: right;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-style: italic;
  position: static;
  inset: auto auto 0% 0%;
}

.paragraph.w.l.subtext.lightbox {
  padding-left: 85px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.paragraph.w.l.high {
  color: var(--bright-orange2);
  font-weight: 700;
}

.paragraph.w.l.courses {
  text-align: center;
  background-color: #21212700;
  background-image: none;
  border: 1px #000;
  flex-flow: column;
  width: auto;
  margin-bottom: 0;
  padding: 6px 0 12px 14px;
  font-size: 20px;
  line-height: 28px;
}

.paragraph.w.l.courses.top {
  background-color: var(--bright-orange);
  text-align: center;
  letter-spacing: 12px;
  background-image: none;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 14px 5px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph.w.l.insert {
  text-align: center;
  margin-bottom: 29px;
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph.w.l.larger {
  border-bottom: 1px solid var(--bright-orange2);
  margin-bottom: 22px;
  padding-top: 4px;
  padding-bottom: 32px;
  font-size: 24px;
}

.block-quote {
  color: var(--dim-grey-2);
  text-align: left;
  padding-right: 15px;
  line-height: 32px;
  display: block;
}

.div-block-4 {
  display: block;
}

.slider {
  background-color: var(--white);
  height: 100%;
  padding-top: 99px;
}

.slide {
  background-image: linear-gradient(135deg, #ac0d10c2, #eb4a00cc), url('../images/seat.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 170px;
  padding-bottom: 170px;
}

.slide._2 {
  background-image: linear-gradient(170deg, #152f55a6, #0000 73% 92%), url('../images/Header.jpg');
  background-position: 0 0, 50% 72%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 170px;
  padding-bottom: 170px;
  padding-right: 14px;
  font-family: Lato, sans-serif;
}

.slide.red {
  background-color: var(--white);
  background-image: linear-gradient(112deg, #2832647a 32%, #fff0 61%), url('../images/Course-July-2024_1.11.1.jpg'), url('../images/Sky.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
}

.slide.gold {
  background-image: linear-gradient(135deg, #1d1309cf 11%, #ffffff30 51%), url('../images/Carving.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide._3 {
  background-image: linear-gradient(148deg, #0000008c, #afca0b00), url('../images/Course-July-2024_1.1.1.jpg'), url('../images/Classes.jpg');
  background-position: 0 0, 50% 0, 50% 100%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, scroll;
}

.slider-nav {
  opacity: 1;
  padding-top: 5px;
  font-size: 7px;
}

.shape-2 {
  background-color: #0098ff;
  width: 200px;
  height: 200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.shape-2.trainge.down {
  background-color: #2079b5;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-bottom: -34px;
  padding-top: 0;
  padding-left: 0;
  position: static;
  transform: rotate(45deg);
}

.shape-2.trainge.down.top {
  background-color: var(--id-green);
  width: 22px;
  height: 22px;
  margin: -75px auto -24px;
  display: block;
}

.shape-2.trainge.down.top.dk {
  background-color: #afca0bb8;
}

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

.grid._2 {
  display: block;
}

.project-wrapper-copy {
  filter: none;
  cursor: pointer;
  background-color: #ffffffd9;
  margin-top: 14px;
  margin-bottom: 20px;
  padding: 6px 20px 9px 6px;
  transition: background-color .2s;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.project-wrapper-copy:hover {
  background-color: #ffffffd9;
}

.container-3 {
  display: block;
}

.commentary-box {
  margin-bottom: 93px;
}

.div-block-5 {
  background-color: var(--lt-stone);
  background-image: none;
  margin-top: 30px;
  margin-left: 130px;
  margin-right: 130px;
  padding: 8px 26px;
}

.div-block-5.right {
  text-align: right;
  background-image: none;
  margin-left: 52px;
  margin-right: 52px;
}

.block-quote-2 {
  margin-top: 23px;
  margin-bottom: 23px;
}

.name {
  padding-top: 0;
  font-size: 12px;
}

.block-quote-3 {
  border-right: 1px #ffffff8a;
  border-left-color: var(--stone-yellow);
  color: var(--white);
  text-align: left;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-right: 16px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.div-block-6 {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  margin-top: 94px;
  display: flex;
  position: static;
}

.lightbox-link {
  height: 240px;
  position: relative;
  overflow: hidden;
}

.lightbox-link.big {
  height: auto;
}

.youtube {
  text-align: center;
  width: 80%;
}

.div-block-7 {
  text-align: center;
  justify-content: center;
  display: flex;
}

._360px {
  border: 1px solid var(--stone-yellow);
  background-color: var(--dim-grey);
  border-radius: 14px;
  height: 360px;
  display: block;
  position: relative;
  overflow: hidden;
}

.kitchens {
  width: 100px;
  display: none;
}

.section-2 {
  height: auto;
}

.checkbox-field-3 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2px;
  margin-right: 6px;
  padding-top: 20px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.checkbox-2 {
  background-color: var(--white);
  border-width: 2px;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  font-size: 18px;
  display: block;
}

.checkbox-2.w--redirected-checked {
  background-color: #795d0c;
}

.form-hero-2 {
  color: #232323;
  text-align: left;
  background-color: #0000;
  margin-top: -18px;
  margin-bottom: 18px;
  padding: 0 141px 2px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.form-hero-2.gdpr {
  color: #fff;
  margin-top: 0;
  margin-bottom: 7px;
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  display: block;
}

.field-label-5 {
  color: #fff;
  text-align: left;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 9px;
  padding-left: 6px;
  font-family: Playfair Display, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.whitelink {
  color: var(--dk-grey);
}

.whitelink.d {
  color: var(--dk-grey);
  padding-left: 5px;
}

.heading-8 {
  float: left;
  clear: none;
  color: #ededed;
  text-align: center;
  margin-bottom: 18px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  position: relative;
}

.heading-8.privacy {
  color: var(--dk-grey);
  text-align: center;
  margin-left: -12px;
}

.privacy {
  text-align: center;
}

.column-54 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.column-54.r {
  padding-top: 14px;
}

.column-54.r.p {
  padding-top: 0;
}

.white-para {
  float: none;
  color: #ededed;
  text-align: center;
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.white-para.privacy {
  color: var(--dk-grey);
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.privacy-2 {
  padding-left: 0;
  padding-right: 6px;
}

.column-56 {
  background-color: #0000;
  padding: 1px 36px 29px 0;
}

.caption-copy {
  color: #565656;
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.caption-copy.top.ltblue {
  color: #a945ff;
  text-align: right;
  letter-spacing: .2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -18px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.caption-copy.top.ltblue.into {
  text-align: center;
  margin-bottom: 56px;
}

.image-4 {
  color: var(--id-green);
}

.item._2 {
  padding-left: 81px;
  padding-right: 81px;
}

.icon-2 {
  box-shadow: none;
  opacity: .44;
  border: 6px #0000;
  border-radius: 20px;
  width: 120px;
  margin-bottom: 10px;
}

.columns {
  padding-top: 14px;
}

._3-block {
  display: none;
}

.columns-2 {
  padding-top: 0;
}

.phone-number {
  color: var(--lt-orange);
  letter-spacing: 1px;
  text-indent: 1px;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 32px;
  text-decoration: none;
}

.phone-number.white-text {
  color: #fff;
  margin-left: 0;
  margin-right: 10px;
  font-size: 15px;
  font-style: italic;
}

.phone-number.mail {
  display: none;
}

.phone-number.w {
  color: var(--white);
}

.phone-number-holder {
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  margin-left: 20px;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.phone-number-holder.no-space {
  margin-left: 0;
}

.phone-number-holder._5px-space {
  margin-left: 5px;
}

.phone-number-holder.mail {
  display: block;
}

.services {
  background-color: #05738f8f;
  background-image: linear-gradient(#ffffffbd, #ffffff4a), url('../images/dentalfit_14_a.jpeg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 105px;
  padding-bottom: 105px;
}

.services-list {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 20px 24px 0;
  display: flex;
}

.services-list.last {
  padding-bottom: 70px;
}

.column-59 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-txt {
  border: 1px solid var(--id-green);
  color: var(--dim-grey);
  background-color: #ffffffcf;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 90px;
  padding: 0 46px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

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

.mask {
  border: 1px #000;
}

.div-block-11 {
  display: block;
}

.div-block-12 {
  margin-bottom: 20px;
}

.recaptcha {
  margin-top: 12px;
  margin-bottom: 22px;
}

.columns-3 {
  flex: 1;
  margin-bottom: 10px;
}

.quick-stack {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--trans), var(--trans));
  margin-top: 20px;
  margin-bottom: 26px;
  padding: 20px 12px;
}

.inset-text {
  text-align: left;
  margin-bottom: 10px;
  padding: 0 10px 10px 32px;
}

.paragraph-copy {
  color: var(--dim-grey-2);
  text-align: left;
  margin-bottom: 14px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-copy.icon-text {
  color: var(--orange);
  margin-bottom: 16px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 24px;
  line-height: 32px;
}

.paragraph-copy.larger {
  margin-bottom: 46px;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-copy.larger.icon {
  color: var(--dim-grey);
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

.paragraph-copy.less {
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
}

.paragraph-copy._2 {
  padding-top: 0;
}

.paragraph-copy.w {
  color: var(--white);
  font-size: 20px;
}

.para-1 {
  color: var(--dim-grey-2);
  text-align: left;
  border: 1px #000;
  margin-bottom: 6px;
  padding: 3px 0 8px;
  line-height: 30px;
  display: block;
}

.para-1.white {
  color: var(--white);
  letter-spacing: .4px;
  margin-bottom: 10px;
  padding-left: 16px;
}

.image-5 {
  flex: 0 auto;
}

.column-61 {
  padding-left: 0;
  padding-right: 22px;
}

.column-62 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-13 {
  display: none;
}

.columns-4 {
  padding-top: 68px;
}

.column-63 {
  flex-direction: column;
  padding-left: 60px;
  display: flex;
}

.list {
  color: var(--bright-orange2);
  margin-top: 30px;
  font-size: 22px;
}

.image-6 {
  border: 1px solid var(--orange);
  width: auto;
  display: block;
}

.list-item {
  line-height: 26px;
}

.link-block-2 {
  border-radius: 15px;
  height: 360px;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-7 {
  border: 1px solid var(--orange);
  width: 100%;
  height: 100%;
  display: block;
}

.lightbox-link-2 {
  border: 1px solid var(--highlight);
  flex: 1;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex: 0 auto;
}

.paragraph-2 {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-2.l:hover {
  color: var(--stone-yellow);
}

.paragraph-2.r {
  text-align: right;
}

.link-5 {
  color: var(--stone-yellow);
  text-decoration: none;
}

.bold-text-4 {
  font-weight: 900;
}

.tile-overlay-2 {
  border: 1px solid var(--orange);
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(to top, #0000 55%, #00000059);
  width: 100%;
  height: 100%;
  padding: 1px;
  transition: opacity .5s;
  display: block;
  position: absolute;
  inset: 0;
}

.tile-overlay-2:hover {
  opacity: 0;
  filter: hue-rotate(180deg);
}

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

.div-block-14 {
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.youtube-2 {
  border: 1px solid var(--orange);
}

.navbar-less {
  border-bottom: 1px solid var(--stone-yellow);
  background-color: #fff;
  justify-content: space-around;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  position: fixed;
}

.bold-text-5 {
  color: var(--bright-orange2);
  -webkit-text-stroke-color: var(--highlight);
}

.column-69 {
  padding-right: 36px;
}

.columns-5 {
  margin-bottom: 29px;
}

.quick-stack-2 {
  padding-left: 0;
}

.columns-6 {
  align-items: baseline;
  display: flex;
}

.flex-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: baseline;
  margin-top: 7px;
  margin-bottom: 7px;
  display: flex;
}

.link-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.link-block-3:hover {
  color: var(--stone-yellow);
}

.image-8 {
  padding-top: 0;
}

.courses {
  border: 1px solid var(--stone-yellow);
  background-color: var(--trans);
  background-image: linear-gradient(to bottom, var(--courses-back), var(--courses-back));
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 400px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  transform: translate(0);
}

.courses.smaller {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.columns-7 {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: static;
}

.columns-7.tall.new {
  display: none;
}

.button-2 {
  background-color: var(--orange);
  text-align: center;
  border-radius: 4px;
  width: 90%;
  margin-top: 0;
  margin-right: 0;
  padding: 10px 11px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.button-2:hover {
  background-color: var(--stone-yellow);
  background-image: linear-gradient(to bottom, var(--orange), var(--orange));
}

.button-2.fb {
  background-color: var(--steel-blue);
  background-image: url('../images/font-awesome_4-7-0_facebook_300_0_ffffff_none.png'), linear-gradient(#004c92, #004c92);
  background-position: 6%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 28px, auto;
  justify-content: center;
  width: 90%;
  margin-right: 12px;
  padding-left: 42px;
  display: block;
}

.button-2.fb:hover {
  background-image: url('../images/font-awesome_4-7-0_facebook_300_0_ffffff_none.png'), linear-gradient(#0e92ff6e, #0e92ff6e), linear-gradient(#004c92, #004c92);
  background-position: 6%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 32px, auto, auto;
}

.button-2.fb.sq {
  background-image: url('../images/font-awesome_4-7-0_facebook_300_0_ffffff_none.png'), linear-gradient(#2995d8, #2995d8);
  background-position: 50%, 0 0;
  background-size: 24px, auto;
  width: 20px;
  margin-top: 0;
  margin-right: -5px;
  padding: 16px;
  display: inline-block;
}

.button-2.fb.top {
  margin-right: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
  line-height: 18px;
}

.column-71 {
  flex: 0 auto;
}

.columns-8 {
  justify-content: center;
  margin-top: 44px;
  display: block;
}

.column-72 {
  flex-flow: column;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bold-text-6 {
  font-size: 20px;
  line-height: 30px;
}

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

.workshop {
  margin-top: 24px;
  margin-bottom: 33px;
}

.heading-9 {
  color: #fff;
  text-align: left;
  background-color: #fff0;
  margin-top: 4px;
  margin-bottom: 20px;
  padding-right: 329px;
  font-size: 29px;
  line-height: 44px;
}

.bold-text-8 {
  color: var(--bright-orange2);
}

.space {
  margin-left: 20px;
}

.div-block-15 {
  text-align: center;
  justify-content: center;
  margin-bottom: 16px;
  display: flex;
}

.div-block-15.top {
  margin-top: 4px;
  margin-bottom: 10px;
}

.heading-10 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 34px;
}

.link-7 {
  color: var(--bright-orange2);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: none;
}

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

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .page-content {
    width: 100%;
  }

  .banner {
    height: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .banner.sub {
    padding-top: 0;
  }

  .section {
    padding-top: 49px;
  }

  .section.less {
    padding: 0;
  }

  .section.less._3 {
    border-width: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.less._3._2 {
    border-width: 20px;
    padding: 30px 0;
  }

  .section.less._3._2-copy {
    background-image: linear-gradient(#000000b8, #6969693b), url('../images/us.jpg');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.less-space {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.image {
    background-position: 100%;
    background-repeat: no-repeat;
  }

  .container.center {
    flex: none;
    align-items: stretch;
    padding-top: 0;
    padding-left: 0;
    display: block;
    top: 1%;
  }

  .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-menu {
    background-color: #f5f5f7;
    justify-content: center;
    align-items: center;
    margin-top: 1px;
    padding-top: 10px;
    padding-bottom: 0;
    display: flex;
    position: absolute;
  }

  .top-banner {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .nav-link {
    border-bottom: 1px solid #00000021;
    justify-content: center;
    display: flex;
  }

  .nav-link.w--current {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-link.in-footer {
    border-bottom-color: var(--stone-yellow);
    margin-bottom: 9px;
    padding-top: 5px;
    padding-bottom: 12px;
    padding-right: 0;
  }

  .nav-link.in-footer.w--current {
    border-bottom-color: var(--stone-yellow);
  }

  .top-icon-flex {
    text-align: right;
    justify-content: flex-end;
    margin-top: 0;
    padding-left: 0;
    padding-right: 72px;
  }

  .top-icon-flex.no-left {
    margin-left: 0;
  }

  .top-text {
    color: var(--orange);
  }

  .logo-block {
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .banner-second {
    padding-top: 386px;
    padding-left: 40px;
    position: absolute;
    inset: 0%;
  }

  .banner-second.normal {
    padding-left: 30px;
  }

  .banner-second.normal.privacy-2 {
    height: 2000px;
    margin-top: 0;
    display: block;
  }

  .banner-second.right.privacy {
    align-items: flex-start;
    width: 70%;
    margin-top: 141px;
    padding-top: 0;
    padding-left: 20px;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .categories-wrapper {
    height: 340px;
  }

  .top-title {
    margin-bottom: 30px;
  }

  .top-title-text.smaller {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 8px;
    font-size: 32px;
    line-height: 44px;
  }

  .top-title-text.smaller.white {
    color: var(--white);
    margin-bottom: 1px;
    padding-bottom: 13px;
    font-size: 28px;
  }

  .margin-page {
    padding-left: 32px;
    padding-right: 32px;
  }

  .logo-wrapper {
    display: flex;
  }

  .client-logo {
    width: 33.333%;
    margin-bottom: 10px;
  }

  .align-center {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    padding-bottom: 149px;
    padding-left: 0;
    display: block;
  }

  .align-center.p {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 14px;
  }

  .heading-banner {
    width: auto;
    margin-bottom: 1px;
    padding-right: 0;
    font-size: 34px;
    line-height: 56px;
  }

  .heading-banner.smaller.order {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-banner.smaller.p {
    font-size: 48px;
  }

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

  .button.white {
    padding-left: 91px;
    padding-right: 91px;
  }

  .subscribe-flex {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
  }

  .form-block {
    width: auto;
  }

  .text-field, .text-field.l {
    width: 100%;
  }

  .text-field.message {
    float: none;
    margin-bottom: 13px;
  }

  .submit-button {
    width: 100%;
  }

  .flex-row.make-vertical {
    flex-direction: column;
  }

  .footer-left-part.right-now {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .copyright {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 27px;
  }

  .copyright.r {
    text-align: center;
  }

  .link-2 {
    color: var(--id-green);
    font-weight: 700;
    display: block;
  }

  .align-right.make-left {
    text-align: left;
  }

  .stripe-image {
    display: block;
  }

  .sidebar {
    margin-bottom: 40px;
    padding-left: 7.5px;
  }

  .form-block-2 {
    width: 80%;
  }

  .utility-page-content {
    width: 260px;
  }

  .right-padding {
    margin-top: 50px;
    padding-left: 0;
  }

  .category-item {
    width: 100%;
  }

  .product-item {
    width: 50%;
    margin-bottom: 40px;
  }

  .menu-button {
    float: none;
    text-align: right;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    background-color: #212127;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .licens-image {
    margin-bottom: 15px;
  }

  .heading {
    text-align: left;
    padding-left: 12px;
    padding-right: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .hero-tile, .project-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-3 {
    letter-spacing: 1px;
    margin-right: 0;
    padding-right: 21px;
    font-size: 16px;
  }

  .tile-image.living {
    background-position: 35%;
  }

  .tile-image.dining {
    background-position: 50%;
  }

  .tile-image.bedrooms {
    background-position: 60%;
  }

  .tile-image.g10 {
    background-position: 80%;
  }

  .tile-image.g12 {
    background-position: 0%;
  }

  .tile-image.g1 {
    background-position: 50%;
  }

  .tile-text {
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
    bottom: 22px;
    left: 22px;
  }

  .tile-text.intro {
    padding-right: 62px;
    font-size: 16px;
    line-height: 28px;
  }

  .tile-text-intro {
    font-size: 18px;
    line-height: 28px;
    bottom: 22px;
    left: 22px;
  }

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

  .straight {
    display: none;
  }

  .quote {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .div-block-3.grey {
    padding-top: 0;
  }

  .paragraph {
    margin-left: 41px;
    margin-right: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.icon-text {
    margin-bottom: 1px;
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph.larger {
    margin-bottom: 14px;
    margin-left: 22px;
    margin-right: 22px;
  }

  .paragraph.larger.icon {
    margin-top: 10px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph.w.l.courses {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph.w.l.courses.top {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .slider {
    height: 100vh;
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide._2 {
    padding-left: 12px;
  }

  .slide.red {
    background-position: 0 0, 70%;
    margin-bottom: 0;
    padding-bottom: 194px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide._3 {
    background-position: 0 0, 100%;
  }

  .grid {
    display: none;
  }

  .container-3 {
    align-items: center;
    display: flex;
  }

  .logo {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-right: 127px;
  }

  .block-quote-3 {
    font-size: 20px;
  }

  .div-block-6 {
    text-align: center;
    justify-content: center;
    margin-top: 0;
    display: block;
    position: static;
  }

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

  .checkbox-field-3 {
    margin-bottom: 23px;
    padding-top: 20px;
  }

  .checkbox-2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
  }

  .field-label-5 {
    text-align: left;
    font-size: 14px;
  }

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

  .column, .column-2 {
    padding-left: 0;
  }

  .column-54 {
    text-align: center;
    padding-top: 4px;
    padding-left: 0;
  }

  .column-54.r {
    padding-left: 0;
  }

  .column-54.r.p {
    padding-left: 10px;
    padding-right: 10px;
  }

  .privacy-2 {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 0;
  }

  .column-56 {
    padding-left: 0;
    padding-right: 20px;
  }

  .caption-copy {
    line-height: 24px;
  }

  .caption-copy.top.ltblue {
    margin-top: -4px;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .item {
    padding-left: 0;
  }

  .icon-2 {
    width: 36%;
  }

  .columns {
    margin-bottom: 30px;
  }

  ._3-block {
    margin-bottom: 50px;
  }

  .phone-number-holder {
    text-align: right;
    justify-content: center;
    margin-top: -5px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .phone-number-holder.no-left {
    margin-left: 0;
  }

  .services-txt {
    height: 110px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 18px;
    line-height: 22px;
  }

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

  .recaptcha {
    margin-bottom: 24px;
  }

  .quick-stack {
    padding: 0;
  }

  .inset-text {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-copy {
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-copy.icon-text {
    margin-bottom: 1px;
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-copy.larger {
    margin-bottom: 14px;
    margin-left: 22px;
    margin-right: 22px;
  }

  .paragraph-copy.larger.icon {
    margin-top: 10px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 16px;
    line-height: 22px;
  }

  .para-1 {
    margin-bottom: 2px;
  }

  .para-1.white {
    margin-bottom: 8px;
  }

  .image-5 {
    flex: 0 auto;
  }

  .column-61 {
    display: block;
  }

  .columns-4 {
    padding-top: 23px;
  }

  .column-63 {
    padding-top: 34px;
    padding-left: 0;
    padding-right: 0;
  }

  .list {
    padding-left: 24px;
  }

  .column-64, .column-65 {
    padding-left: 0;
  }

  .paragraph-2, .paragraph-2.r {
    text-align: center;
  }

  .div-block-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-less {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .column-69 {
    margin-bottom: 26px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-70 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block {
    text-align: center;
    justify-content: center;
  }

  .courses {
    flex: 0 auto;
    align-items: stretch;
    width: 360px;
    display: block;
  }

  .columns-7 {
    padding-left: 10px;
    display: flex;
  }

  .button-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .button-2.fb.top {
    margin-bottom: 4px;
  }

  .columns-8 {
    flex: 0 auto;
  }

  .column-72 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .column-73 {
    margin-bottom: 0;
    padding-right: 107px;
  }

  .bold-text-6 {
    font-size: 18px;
  }

  .heading-9 {
    margin-top: 6px;
    margin-bottom: 29px;
    padding-right: 169px;
    font-size: 25px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .banner.sub {
    flex-wrap: nowrap;
    height: 120px;
    padding-top: 0;
    display: flex;
  }

  .container.center {
    padding-right: 0;
  }

  .navbar {
    align-items: center;
    padding: 12px 10px 16px 0;
    display: flex;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    width: 280px;
    margin-bottom: 0;
    display: block;
  }

  .top-banner {
    padding-top: 11px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .top-icon-flex {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-left: 2px;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .logo-block {
    flex: 1;
    margin-left: 18px;
    margin-right: 0;
    padding-right: 65px;
    display: flex;
  }

  .banner-second {
    height: auto;
    padding-top: 324px;
    padding-left: 19px;
  }

  .banner-second.normal.privacy-2 {
    height: 3000px;
    display: block;
  }

  .banner-second.right {
    position: absolute;
  }

  .banner-second.right.privacy {
    background-color: #0000;
    flex-wrap: nowrap;
    flex: none;
    align-items: flex-start;
    margin-top: -35px;
  }

  .categories-wrapper {
    height: 280px;
  }

  .top-title-text {
    font-size: 30px;
  }

  .top-title-text.smaller {
    padding-left: 0;
    padding-right: 14px;
    font-size: 28px;
  }

  .client-logo {
    width: 33.333%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 25px;
  }

  .align-center {
    padding-left: 0;
  }

  .align-center.p {
    padding-top: 165px;
  }

  .heading-banner {
    width: auto;
    padding-right: 0;
    font-size: 28px;
    line-height: 42px;
  }

  .heading-banner.smaller {
    font-size: 34px;
    line-height: 46px;
  }

  .heading-banner.smaller.order {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-banner.smaller.p {
    font-size: 32px;
  }

  .footer {
    position: relative;
    inset: auto 0% 0%;
  }

  .subscribe-flex {
    flex-direction: column;
    padding-left: 0;
  }

  .subscribe-text {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .text-field {
    width: 100%;
    margin-bottom: 14px;
  }

  .text-field.full.noborder {
    padding-top: 17px;
    padding-right: 37px;
  }

  .text-field.l {
    float: left;
    width: 100%;
  }

  .submit-button {
    float: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-wrapper.with-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    width: 100%;
    margin-top: 40px;
  }

  .footer-column.no-top-margin {
    margin-top: 0;
  }

  .form-block-2 {
    width: 100%;
  }

  .cart-product-name {
    text-align: left;
  }

  .product-item {
    width: 100%;
    min-height: auto;
  }

  .menu-button {
    align-items: center;
    margin-top: 14px;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-button.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .panel {
    height: 320px;
    margin-bottom: 27px;
  }

  .bold-text-3 {
    font-size: 16px;
    line-height: 26px;
  }

  .tile-image.g1 {
    background-position: 0%;
  }

  .tile-text {
    letter-spacing: .4px;
    font-size: 14px;
    line-height: 18px;
    bottom: 14px;
    left: 17px;
  }

  .tile-text-intro {
    font-size: 20px;
    line-height: 29px;
    bottom: 14px;
    left: 17px;
  }

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

  .quote {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.icon-text {
    margin-bottom: 19px;
  }

  .paragraph.larger.icon {
    margin-top: 8px;
  }

  .paragraph.w.l.courses {
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 26px;
  }

  .paragraph.w.l.courses.top {
    font-size: 16px;
  }

  .slider {
    height: 90vh;
    padding-top: 80px;
  }

  .slide {
    padding: 50px 10px 64px;
  }

  .shape-2.trainge.down.top.dk {
    margin-top: -102px;
  }

  .container-3 {
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .logo {
    flex: 0 auto;
    max-width: 100%;
    padding-right: 53px;
    display: block;
  }

  .div-block-5 {
    margin-left: 46px;
    margin-right: 46px;
  }

  .div-block-6 {
    padding-right: 10px;
  }

  ._360px {
    margin-bottom: 36px;
  }

  .section-2 {
    height: 3000px;
    position: static;
  }

  .checkbox-field-3 {
    justify-content: center;
    padding-top: 0;
  }

  .column-54 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .white-para.privacy {
    margin-bottom: 16px;
  }

  .privacy-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .column-56 {
    margin-bottom: 34px;
    padding-right: 0;
  }

  .caption-copy {
    text-align: center;
  }

  .caption-copy.top.ltblue {
    text-align: right;
    margin-bottom: 6px;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .image-4 {
    width: 22px;
  }

  .column-57, .column-58 {
    padding-right: 10px;
  }

  .item {
    margin-bottom: 38px;
  }

  .icon-2 {
    width: 24%;
    margin-bottom: 5px;
  }

  .columns {
    margin-bottom: 10px;
  }

  .phone-symbol {
    width: 22px;
  }

  .phone-number-holder {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-left: 2px;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .services-list {
    padding-left: 12px;
    padding-right: 12px;
  }

  .column-59 {
    justify-content: center;
  }

  .services-txt {
    color: var(--dk-grey);
    background-color: #ffffffd1;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .columns2 {
    justify-content: center;
  }

  .recaptcha {
    margin-top: 10px;
    margin-bottom: 14px;
  }

  .column-60 {
    justify-content: flex-start;
    padding-left: 0;
    display: flex;
  }

  .inset-text {
    padding-left: 0;
    padding-right: 33px;
  }

  .paragraph-copy.icon-text {
    margin-bottom: 19px;
  }

  .paragraph-copy.larger.icon {
    margin-top: 8px;
  }

  .column-63 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-2 {
    margin-bottom: 18px;
  }

  .navbar-less {
    align-items: center;
    padding: 12px 10px 16px 0;
    display: flex;
  }

  .courses {
    display: block;
  }

  .columns-7 {
    display: flex;
  }

  .button-2 {
    margin-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .column-72 {
    align-items: flex-start;
    padding-right: 0;
    display: flex;
  }

  .column-73 {
    margin-bottom: 0;
    padding-right: 10px;
  }

  .bold-text-6 {
    font-size: 16px;
  }

  .bold-text-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-9 {
    padding-right: 108px;
  }
}

@media screen and (max-width: 479px) {
  .page-content {
    position: relative;
  }

  .banner {
    height: 100vh;
    display: block;
    position: relative;
  }

  .banner.sub {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 40px;
    display: none;
    position: static;
  }

  .section {
    padding: 60px 10px;
  }

  .section.less {
    margin-top: 0;
    margin-bottom: 3px;
    padding: 20px 8px 8px;
  }

  .section.less._3 {
    border-width: 10px;
    padding: 10px;
  }

  .section.less._3._2 {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#696969 1%, #5a1b1b59), url('../images/Course-July-2024_1.23.1.jpg'), url('../images/courses.jpg');
    background-position: 0 0, 0 0, 50%, 0 0;
    background-repeat: repeat, repeat, no-repeat, no-repeat;
    background-size: auto, auto, cover, cover;
    background-attachment: scroll, scroll, fixed, fixed;
    border-width: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.less._3._2-copy {
    background-image: linear-gradient(#000000b8, #6969693b), url('../images/us.jpg');
    background-position: 0 0, 45%;
  }

  .section.less-space {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.image {
    background-position: 100%;
  }

  .container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .container.center {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 289px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    top: 0%;
  }

  .navbar {
    align-items: center;
    height: 56px;
    padding-top: 11px;
    padding-bottom: 6px;
    inset: 0% 0% auto;
  }

  .navbar._2 {
    height: 50px;
    padding-top: 8px;
    padding-bottom: 3px;
  }

  .nav-menu {
    justify-content: center;
    margin-top: 0;
  }

  .brand {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .brand.w--current {
    width: 172px;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .top-banner {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .nav-link {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .top-icon-flex {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 41px;
    margin-right: 36px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .top-text {
    font-size: 15px;
    line-height: 18px;
    display: none;
  }

  .logo-block {
    justify-content: flex-start;
    margin-left: 12px;
    margin-right: 6px;
    padding-right: 0;
    display: flex;
  }

  .banner-second {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    margin-top: 0;
    padding-top: 88px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .banner-second.normal {
    width: 100%;
    height: 800px;
    padding-left: 20px;
    display: block;
    position: static;
  }

  .banner-second.normal.privacy-2 {
    display: none;
  }

  .banner-second.right {
    background-image: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .banner-second.right.privacy {
    object-fit: fill;
    background-image: none;
    width: 100%;
    margin-top: 36px;
    padding-bottom: 385px;
    padding-left: 26px;
    padding-right: 26px;
    display: block;
    position: static;
    top: auto;
  }

  .categories-wrapper {
    height: 200px;
  }

  .top-title {
    margin-bottom: 0;
    display: block;
  }

  .top-title-text, .top-title-text.smaller {
    font-size: 24px;
    line-height: 32px;
  }

  .top-title-text.smaller.white {
    margin-bottom: 32px;
    padding: 12px 16px;
    font-size: 20px;
    line-height: 26px;
  }

  .top-title-text.l {
    font-size: 26px;
  }

  .top-title-text.l._2 {
    font-size: 22px;
  }

  .top-title-text.w {
    color: var(--dim-grey-2);
  }

  .margin-page {
    padding-left: 4px;
    padding-right: 4px;
  }

  .logo-wrapper {
    flex-wrap: wrap;
  }

  .client-logo {
    width: 50%;
    padding: 20px 8px;
    display: flex;
  }

  .align-center {
    flex: 0 auto;
    width: 200px;
    margin-top: 11px;
    padding-bottom: 0;
    padding-left: 0;
    position: absolute;
  }

  .align-center.p {
    justify-content: center;
    align-items: flex-start;
    margin-top: 100px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .heading-banner {
    text-align: left;
    width: auto;
    margin-top: 0;
    margin-bottom: 4px;
    padding-top: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 34px;
  }

  .heading-banner.smaller {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 0;
    padding-right: 0;
  }

  .heading-banner.smaller.order {
    font-size: 24px;
    line-height: 36px;
  }

  .top-margin {
    margin-top: 12px;
    margin-bottom: 18px;
  }

  .button.white {
    text-align: left;
    height: auto;
    padding: 8px 28px;
    font-size: 14px;
  }

  .button.white.w--current {
    padding-left: 28px;
    padding-right: 28px;
  }

  .footer {
    padding-left: 21px;
    padding-right: 21px;
    position: static;
  }

  .subscribe-flex {
    margin-top: 25px;
    padding-left: 0;
  }

  .form-block {
    width: auto;
  }

  .text-field {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.full.area {
    margin-bottom: 9px;
  }

  .text-field.full.noborder {
    flex-flow: wrap;
    align-items: flex-start;
    padding-top: 5px;
    padding-left: 9px;
    padding-right: 0;
    font-size: 12px;
  }

  .text-field.l {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-field.message {
    height: 200px;
    margin-bottom: 8px;
  }

  .submit-button {
    width: 100%;
  }

  .copyright.r {
    text-align: center;
  }

  .menu-button {
    margin-top: 0;
    margin-left: -5px;
    margin-right: 0;
    padding-top: 11px;
    padding-bottom: 10px;
  }

  .cart-container {
    min-width: 320px;
  }

  .hero-tile {
    padding-right: 10px;
  }

  .bold-text-3 {
    margin-left: -20px;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 11px;
    font-size: 15px;
  }

  .tile-image.living {
    background-position: 40%;
  }

  .tile-image.g1 {
    background-position: 50%;
  }

  .tile-text {
    font-size: 16px;
    line-height: 24px;
    bottom: 24px;
    left: 20px;
  }

  .tile-text.intro {
    padding-right: 0;
    position: relative;
    left: 20px;
  }

  .tile-text-intro {
    font-size: 18px;
    line-height: 30px;
    bottom: 24px;
    left: 20px;
  }

  .quote {
    padding-left: 4px;
    padding-right: 4px;
  }

  .div-block-3 {
    padding: 8px 10px 0;
  }

  .div-block-3.grey {
    padding-top: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph.icon-text {
    margin-bottom: 10px;
    padding-top: 6px;
  }

  .paragraph.larger.icon {
    margin-bottom: 16px;
    padding-top: 1px;
  }

  .paragraph.less {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph.w.l {
    padding-left: 5px;
    font-size: 16px;
    line-height: 32px;
  }

  .paragraph.w.l.courses {
    text-align: center;
    margin-bottom: 0;
    margin-right: 3px;
    padding: 0 6px 1px;
    font-size: 10px;
    line-height: 14px;
  }

  .paragraph.w.l.courses.top {
    letter-spacing: 8px;
    background-color: #ababb852;
    margin-bottom: 6px;
    padding: 10px;
    font-size: 12px;
    font-weight: 900;
    line-height: 20px;
  }

  .paragraph.w.l.insert {
    padding-left: 11px;
    padding-right: 11px;
  }

  .slider {
    height: 100vh;
    padding-top: 0;
    display: block;
  }

  .slide._2 {
    background-position: 0 0, 50%;
    padding-top: 0;
  }

  .slide.red {
    background-position: 0 0, 70%;
    background-size: auto, cover;
  }

  .slide.gold {
    padding-top: 54px;
  }

  .slide._3 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slider-nav {
    margin-top: 0;
    display: none;
  }

  .shape-2.trainge.down.top {
    display: none;
  }

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

  .container-3 {
    padding-top: 0;
    display: block;
  }

  .logo {
    max-width: 240px;
    margin-top: 0;
    margin-bottom: 4px;
    padding-right: 52px;
  }

  .div-block-5 {
    background-color: var(--dim-grey-3);
    margin-left: 9px;
    margin-right: 9px;
  }

  .div-block-5.right {
    background-color: var(--dim-grey-3);
    margin-left: -13px;
    margin-right: -13px;
  }

  .block-quote-3 {
    border-left-color: var(--orange);
    padding-right: 0;
    font-size: 17px;
    line-height: 28px;
  }

  .div-block-6 {
    flex-flow: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .lightbox-link {
    height: 160px;
  }

  .lightbox-link.last {
    display: block;
  }

  .youtube {
    width: 100%;
  }

  .div-block-7 {
    align-items: stretch;
  }

  ._360px {
    height: 260px;
    margin-bottom: 16px;
  }

  .section-2 {
    object-fit: fill;
    height: auto;
    margin-top: 100px;
    position: relative;
  }

  .checkbox-field-3 {
    align-items: flex-start;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .checkbox-2 {
    background-color: var(--white);
    width: 30px;
    height: 30px;
  }

  .form-hero-2.gdpr {
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 16px;
  }

  .field-label-5 {
    text-align: left;
    margin-bottom: 12px;
    line-height: 22px;
  }

  .whitelink.d {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .div-block-8 {
    margin-bottom: 13px;
  }

  .column, .column-2 {
    margin-bottom: 0;
    padding-right: 0;
  }

  .heading-8 {
    float: none;
    color: #ededed;
    text-align: left;
    margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 17px;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    text-decoration: none;
  }

  .column-54, .column-54.r.p {
    padding-left: 0;
    padding-right: 0;
  }

  .privacy-2 {
    margin-top: 34px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-56 {
    margin-bottom: 0;
  }

  .div-block-9 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .caption-copy {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
  }

  .caption-copy.top {
    line-height: 26px;
  }

  .caption-copy.top.ltblue {
    text-align: right;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 26px;
    display: none;
  }

  .caption-copy.top.ltblue.into {
    text-align: center;
    margin-bottom: 12px;
    padding-left: 11px;
    display: block;
  }

  .image-4 {
    display: block;
  }

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

  .div-block-10 {
    margin-top: 23px;
  }

  .item {
    margin-bottom: 30px;
  }

  .columns {
    margin-bottom: 0;
  }

  .holder {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .phone-symbol {
    display: block;
  }

  .phone-number {
    font-size: 22px;
    line-height: 18px;
    display: block;
  }

  .phone-number-holder {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .services-list {
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
  }

  .services-txt {
    color: var(--dk-grey);
    background-color: #ffffffd9;
    height: auto;
    margin-bottom: -1px;
    padding: 13px 28px;
  }

  .recaptcha {
    object-fit: fill;
    margin-bottom: 22px;
  }

  .column-60 {
    padding-right: 0;
  }

  .inset-text {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-copy {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-copy.icon-text {
    margin-bottom: 10px;
    padding-top: 6px;
  }

  .paragraph-copy.larger.icon {
    margin-bottom: 16px;
    padding-top: 1px;
  }

  .paragraph-copy.less {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .para-1 {
    margin-bottom: 0;
  }

  .para-1.white {
    padding-left: 0;
    font-size: 16px;
  }

  .column-61 {
    padding-right: 0;
  }

  .columns-4 {
    padding: 6px;
  }

  .column-63 {
    padding-left: 0;
    padding-right: 0;
  }

  .list {
    padding-left: 22px;
  }

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

  .column-64, .column-65 {
    padding-right: 0;
  }

  .paragraph-2.l {
    line-height: 20px;
  }

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

  .div-block-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-66 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .column-67 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-less {
    align-items: center;
    height: 56px;
    padding-top: 11px;
    padding-bottom: 6px;
    inset: 0% 0% auto;
  }

  .column-68 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .courses {
    width: auto;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .columns-7 {
    flex-flow: row;
    margin-bottom: 10px;
    padding-top: 2px;
    padding-bottom: 0;
    padding-left: 7px;
    display: flex;
  }

  .columns-7.tall {
    background-color: #bfc2b97d;
    flex-flow: row;
    align-items: center;
    margin-top: 0;
    margin-bottom: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    display: flex;
  }

  .button-2 {
    margin-top: 0;
    margin-right: 8px;
    padding: 4px 0;
    font-size: 11px;
    line-height: 13px;
  }

  .button-2.fb {
    background-image: url('../images/font-awesome_4-7-0_facebook_300_0_ffffff_none.png'), linear-gradient(#0000, #0000);
    background-size: 18px, auto;
    width: 90%;
    margin-left: 2px;
    padding-left: 21px;
  }

  .button-2.fb:hover {
    background-image: url('../images/font-awesome_4-7-0_facebook_300_0_ffffff_none.png'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-size: 18px, auto, auto;
  }

  .column-71 {
    padding-top: 0;
  }

  .columns-8 {
    flex: 0 auto;
  }

  .column-72 {
    padding-left: 10px;
    padding-right: 0;
  }

  .column-73 {
    padding-top: 8px;
  }

  .bold-text-6 {
    font-size: 14px;
    line-height: 14px;
  }

  .bold-text-7 {
    text-align: center;
    font-size: 12px;
  }

  .workshop {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-9 {
    text-align: left;
    margin-bottom: 14px;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-15.top {
    margin-bottom: 14px;
  }

  .heading-10 {
    font-size: 24px;
    line-height: 38px;
  }

  .bold-text-9 {
    font-size: 20px;
  }

  .column-74, .column-75 {
    padding-left: 0;
    padding-right: 0;
  }

  .youtube-3 {
    margin-bottom: 20px;
  }

  .link-7 {
    background-image: linear-gradient(to bottom, var(--trans), var(--trans));
    justify-content: center;
    font-size: 11px;
    display: flex;
  }
}

#w-node-_13703e7a-2e24-553c-98cc-804aea9b8e81-ac9888fc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  display: none;
}

#w-node-b754aca5-16fd-2286-2e85-78b28ed07a3b-ac9888fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b754aca5-16fd-2286-2e85-78b28ed07a50-ac9888fc {
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-b754aca5-16fd-2286-2e85-78b28ed07a53-ac9888fc {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-dc067e24-d14e-837a-d81b-377a58b600a4-ac9888fc, #w-node-_46393aba-6b62-568f-0a97-a1c79fef1f9c-ac9888fc, #w-node-_5937b96a-958d-f7e3-d6e6-3203cad83d8c-ac9888fc {
  place-self: stretch center;
}

#w-node-ddf70365-5256-1fa3-50ac-15a3a4eace25-ac9888fc, #w-node-_5a864c64-08ee-f044-f813-a9fcb33a3a6f-ac9888fc, #w-node-_14c6f676-cd0f-8dda-168d-f1e762de917e-ac9888fc, #w-node-_2da6dd2a-4cf8-98f2-ca42-fe2f514b5b86-ac9888fc, #w-node-e84d5948-229c-a632-e5af-4efad1b82f37-ac9888fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6e17e802-e08b-4795-314a-a7bcdcf95ce1-ac9888fc {
  grid-area: 2 / 2 / 4 / 3;
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_13703e7a-2e24-553c-98cc-804aea9b8e81-ac9888fc {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-b754aca5-16fd-2286-2e85-78b28ed07a3b-ac9888fc {
    grid-area: 1 / 2 / 2 / 3;
  }
}


