:root {
  --campushub-navy: #2b4165;
  --black: black;
  --white: white;
  --campushub-blue: #00aeef;
}

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-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-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--campushub-navy);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Archivo Black, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Archivo Black, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  position: static;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Archivo Black, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Archivo Black, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Archivo Black, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Archivo Black, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

a {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.style-guide-section {
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.style-head {
  text-align: center;
  margin: 40px auto;
  font-size: 24px;
}

.style-guide-container {
  background-color: var(--white);
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 10px;
  padding: 100px;
  box-shadow: 1px 1px 9px -4px #d4d4d4;
}

.change-log-container {
  background-color: var(--white);
  padding: 55px;
  box-shadow: 1px 1px 6px -2px #ddd;
}

.changelog-paragraph {
  margin-left: auto;
  margin-right: auto;
}

.licensing-container {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 60%;
  max-width: none;
  margin: 20px auto 10px;
  padding: 46px;
  display: flex;
  box-shadow: 1px 1px 9px -4px #d4d4d4;
}

.licensing-link {
  font-family: Open Sans, sans-serif;
}

.source {
  color: #333;
  margin-right: 20px;
  font-family: Archivo Black, sans-serif;
  text-decoration: none;
}

.link {
  color: #333;
  font-family: Archivo Black, sans-serif;
  text-decoration: none;
}

.utility-page-wrap {
  flex-direction: column;
  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: auto;
  display: flex;
}

.underlined-link {
  color: var(--campushub-navy);
  font-family: Archivo Black, sans-serif;
  font-size: 16px;
}

.heading {
  color: var(--campushub-blue);
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 300;
}

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

.navbar {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.footer {
  text-align: center;
  background-color: #dfdede;
  align-items: flex-start;
  padding: 60px 41px 40px;
  display: flex;
}

.footer-flex-container {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  display: grid;
}

.footer-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Archivo Black, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.footer-link {
  color: var(--black);
  margin-bottom: 10px;
  margin-left: auto;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: color .4s ease-in-out, transform .4s ease-in-out;
  display: block;
  position: relative;
  right: 0;
}

.footer-link:hover {
  color: #479d9c;
  text-decoration: underline;
  transform: translate(5px);
}

.footer-link.news-letter {
  color: var(--white);
  text-align: right;
  margin-top: 60px;
  font-size: 14px;
}

.footer-link.pricing, .footer-link.about, .footer-link.blog, .footer-link.contact {
  display: none;
}

.nav-wrap {
  flex-direction: row-reverse;
  align-items: center;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.primary-cart-button {
  background-color: #0000;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.search {
  z-index: 5;
  cursor: default;
  background-color: #fff;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px 10px 20px 30px;
  font-family: Archivo Black, sans-serif;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.search-input {
  z-index: 999;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #469d9c;
  flex: 1;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  display: block;
  position: relative;
}

.search-button {
  z-index: 8888;
  color: #000;
  background-color: #0000;
  font-family: Archivo Black, sans-serif;
  transition: background-color .4s ease-in-out;
  display: block;
  position: relative;
}

.search-button:hover {
  background-color: #469d9c;
}

.link-nav {
  color: var(--campushub-navy);
  background-color: #0000;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  transition: color .2s ease-in-out;
  position: relative;
}

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

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

.link-nav.blog, .link-nav.about, .link-nav.pricing {
  display: none;
}

.section {
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.section.intro {
  justify-content: center;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.section.features {
  background-color: #dfdede;
  height: auto;
  padding: 220px 0;
}

.section.blog {
  margin-top: 0;
  padding: 220px 20px 300px;
  display: none;
  overflow: hidden;
}

.section.product {
  height: auto;
}

.section.blog-page {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section.course-page {
  align-items: flex-end;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.shop {
  padding-top: 164px;
  padding-bottom: 164px;
}

.section.no-padding {
  align-items: center;
  padding-top: 0;
}

.container {
  width: 85%;
  max-width: 1300px;
  height: auto;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.container.count {
  justify-content: center;
  display: flex;
}

.container.hero {
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 80px;
  display: flex;
}

.container.hero.alto {
  height: 100%;
}

.container.home {
  display: flex;
}

.container.home.no-padding {
  width: 90%;
  padding-top: 0;
}

.container.review {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
}

.container.footer {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1400px;
  height: auto;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.blog-page {
  background-color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  left: 0;
}

.container.blog-page.no-relative {
  height: 500px;
  padding-top: 106px;
  position: static;
}

.container.blog-page.no-relative.auto {
  align-items: center;
  width: 90%;
  max-width: 90%;
  height: 90%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 74px;
  position: absolute;
  left: auto;
  right: auto;
}

.container.blog-page-flex {
  justify-content: space-between;
  width: 75%;
  display: flex;
}

.container.blog {
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.container.post {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container.bg {
  background-color: #eee;
  justify-content: flex-end;
  align-items: stretch;
  width: 90%;
  max-width: none;
  height: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 60px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.container.bg.color {
  z-index: 1;
  background-color: #dfdede;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  padding-top: 0;
  display: flex;
}

.container.bg.auto {
  z-index: 0;
  background-color: #0000;
  justify-content: flex-start;
  width: 85%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 240px;
  padding-bottom: 0;
  padding-left: 0;
  bottom: 0;
}

.container.bg.contact {
  background-color: #fcfcfc;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-top: 107px;
  padding-bottom: 107px;
  padding-left: 0;
}

.container.faq {
  flex-direction: column;
  width: 100%;
  max-width: none;
  padding-bottom: 100px;
  display: flex;
}

.container.faq-page {
  padding-top: 150px;
  overflow: visible;
}

.container.about {
  flex-direction: column;
}

.hero-heading {
  color: var(--black);
  text-align: left;
  width: auto;
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.hero-heading.count {
  color: var(--campushub-navy);
  text-align: left;
  background-color: #0000;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 500;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-heading.count.sticky {
  opacity: 1;
  color: #fff;
  font-family: Archivo Black, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  position: static;
}

.hero-heading.count.sticky.yellow-second {
  opacity: 1;
  color: #f6ee9a;
}

.hero-heading.count.sticky.yellow-third {
  opacity: 1;
  color: #e9e080;
}

.hero-heading.count.sticky.yellow-fourth {
  opacity: 1;
  color: #dcd36f;
}

.hero-heading.count.sticky.pink-second {
  color: #fd74ad;
}

.hero-heading.count.sticky.pink-third {
  color: #e75391;
}

.hero-heading.count.sticky.pink-fourth {
  color: #d43678;
}

.hero-heading.count.sticky.orange-second {
  color: #f6c17b;
}

.hero-heading.count.sticky.orange-third {
  color: #f1b15b;
}

.hero-heading.count.sticky.orange-fourth {
  color: #eba445;
}

.hero-heading.count.view {
  display: block;
}

.main-paragraph {
  color: var(--black);
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
}

.main-paragraph.regular {
  color: var(--black);
  width: 40%;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.main-paragraph.regular.white {
  color: var(--black);
  width: auto;
  margin-right: 0;
  font-size: 30px;
  font-weight: 300;
}

.main-paragraph.card {
  color: var(--white);
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.main-paragraph.description {
  text-align: justify;
  background-color: #0000;
  width: auto;
  padding-left: 0;
  font-size: 18px;
}

.main-paragraph.white {
  color: var(--black);
  width: auto;
  line-height: 1.2;
}

.main-paragraph.white.regular {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  font-size: 22px;
  font-weight: 300;
}

.main-paragraph.hero {
  color: var(--campushub-navy);
  width: auto;
  margin-left: 0;
  font-weight: 300;
}

.main-paragraph.hero.contact {
  margin-top: 0;
}

.main-paragraph.hero.grid {
  margin-top: 20px;
  margin-bottom: 0;
}

.main-paragraph.intro {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}

.main-paragraph.intro.animated {
  color: var(--campushub-navy);
  font-size: 40px;
}

.main-paragraph.intro.semibold {
  color: var(--white);
  font-size: 34px;
  font-weight: 300;
  line-height: 1.2;
}

.main-paragraph.courses {
  color: var(--campushub-navy);
  width: auto;
  font-weight: 300;
}

.main-paragraph.grid {
  width: 70%;
  margin-top: 0;
  margin-left: 0;
  font-size: 20px;
  font-weight: 300;
}

.main-paragraph.absolute {
  color: var(--white);
  text-align: center;
  width: auto;
  margin-top: 60px;
  font-size: 14px;
  position: absolute;
}

.main-paragraph.mail {
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Archivo Black, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.main-paragraph.address {
  color: var(--white);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.main-paragraph.icon {
  color: var(--campushub-navy);
  width: 65%;
  margin-top: 0;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 300;
}

.main-paragraph.review {
  color: var(--campushub-navy);
  text-align: center;
  width: auto;
  font-size: 40px;
  font-weight: 300;
}

.count-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: auto;
  margin: 40px 0;
  display: block;
}

.wrap-grid {
  flex-direction: column;
  justify-content: flex-end;
  height: 120px;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.text {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text.count {
  color: var(--campushub-navy);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.main-heading {
  color: var(--black);
  width: auto;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 70px;
  line-height: 1;
}

.main-heading.second {
  margin-top: 0;
  margin-bottom: 100px;
}

.main-heading.first {
  margin-bottom: 0;
}

.main-heading.first.hero {
  color: var(--campushub-navy);
  margin-bottom: 0;
  font-size: 50px;
}

.main-heading.first.hero.contact {
  margin-bottom: 100px;
  font-size: 48px;
}

.main-heading.first.hero.contact.box {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 2vw;
}

.main-heading.first.hero.grid, .main-heading.first.hero.product {
  font-size: 2.5vw;
}

.main-heading.first.hero-courses {
  font-size: 50px;
  line-height: 1.2;
}

.main-heading.first.hero-courses.last {
  margin-bottom: 40px;
  line-height: 1.2;
  text-decoration: underline;
}

.main-heading.first.hero-courses.pre {
  font-size: 45px;
}

.main-heading.first.container-hero-heading {
  margin-bottom: 0;
  font-size: 38px;
}

.main-heading.page-product {
  color: #000;
  margin-bottom: 0;
  font-size: 2.5vw;
  line-height: 1.2;
  display: block;
}

.main-heading.price-product {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  display: block;
}

.main-heading.hero {
  color: var(--campushub-navy);
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1.2;
}

.main-heading.blog-post {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.1;
}

.main-heading.intro {
  z-index: 1;
  color: var(--campushub-navy);
  border-left: 5px solid #38f000;
  width: 65%;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 0;
  font-size: 30px;
  position: relative;
}

.main-heading.intro.second {
  border-left-color: #f04000;
}

.main-heading.intro.fifth {
  z-index: 1;
  border-left-width: 5px;
  border-left-color: var(--campushub-navy);
  position: relative;
}

.main-heading.intro.third {
  border-left-color: #b800f0;
  width: 65%;
}

.main-heading.intro.fourth {
  z-index: 1;
  border-left-width: 5px;
  border-left-color: var(--campushub-blue);
  padding-left: 10px;
  position: relative;
}

.main-heading.intro.sixth {
  z-index: 1;
  border-left-width: 5px;
  border-left-color: var(--campushub-blue);
  position: relative;
}

.main-heading.intro.courses {
  border: 1px #000;
  width: auto;
  margin-bottom: 10px;
  margin-right: auto;
  padding-left: 0;
  font-size: 50px;
  line-height: 1;
  left: 0;
}

.main-heading.product {
  margin-bottom: 10px;
  font-size: 40px;
}

.main-heading.post-page {
  width: 70%;
  font-size: 50px;
}

.main-heading.post-page.second {
  text-align: center;
}

.main-heading.card-team {
  color: var(--white);
  text-align: center;
  margin-bottom: auto;
  font-family: Archivo Black, sans-serif;
  font-size: 18px;
  position: absolute;
  inset: auto;
}

.wrapper-bg-absolute {
  z-index: -1;
  background-color: #f7f7f7;
  width: 100%;
  height: 55%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bg-image {
  background-image: url('../images/20.jpg');
  background-position: 50%;
  background-size: cover;
  width: 85%;
  height: 600px;
  margin-left: auto;
  margin-right: 60px;
}

.text-block {
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}

.container-menu {
  display: flex;
}

.magnify-glass {
  cursor: pointer;
  margin-right: 20px;
  padding-left: 0;
}

.close-wrap {
  z-index: 9;
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: fixed;
  inset: 20px auto auto 20px;
}

.first-line {
  background-color: #469d9c;
  width: 25px;
  height: 2px;
  margin-top: 1px;
  transform: translate(0, 1px)rotate(-45deg);
}

.second-line {
  background-color: #469d9c;
  width: 25px;
  height: 2px;
  margin-bottom: 0;
  transform: translate(0, -1px)rotate(45deg);
}

.close {
  z-index: 0;
  cursor: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.container-search {
  z-index: 999999;
  cursor: none;
  background-color: #f5f5f5f0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.dropdown-__text {
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.dropdown-toggle {
  padding-right: 40px;
}

.dropdown-list {
  background-color: #fff;
  padding: 10px 40px;
  left: -40px;
  box-shadow: 0 6px 5px #d8d8d8;
}

.dropdown-list.w--open {
  box-shadow: none;
  padding: 20px 60px 20px 40px;
  left: -40px;
}

.section-product-page {
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  margin-top: 0;
  padding: 100px 40px 0;
  display: flex;
}

.main-product-grid {
  grid-column-gap: 50px;
  grid-row-gap: 66px;
  grid-template: "Go-Back Image-Area Image-Area" 1fr
                 "Main Image-Area Image-Area" 3fr
                 "Price Image-Area Image-Area" 1fr
                 "Add-To-Cart Image-Area Image-Area"
                 / 1fr 1fr 1fr;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin-top: auto;
}

.grid-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-left: 60px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.grid-wrap.bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.grid-wrap.center {
  justify-content: center;
  padding-left: 40px;
}

.grid-wrap.due {
  justify-content: flex-start;
  padding-left: 40px;
  display: flex;
}

.grid-wrap.back {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
}

.text-page-product {
  color: var(--black);
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-page-product.margin {
  margin-bottom: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-page-product.top {
  margin-left: 74px;
}

.text-page-product.top.drop {
  margin-left: 35px;
  font-weight: 700;
}

.text-page-product.top.drop.back {
  margin-bottom: 4px;
  margin-left: 0;
  font-size: 18px;
  font-weight: 700;
}

.text-span {
  color: #d0c65f;
}

.quantity-input {
  background-color: #ececec;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  display: flex;
}

.button-add-to-cart {
  background-color: #d0c65f;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-family: Archivo Black, sans-serif;
  transition: background-color .2s ease-in-out;
}

.button-add-to-cart:hover {
  background-color: #469d9c;
}

.button-add-to-cart.blue {
  background-color: #469d9c;
  display: flex;
}

.button-add-to-cart.blue:hover {
  background-color: #d0c65f;
}

.add-to-cart----default-state {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
}

.primary-add-to-cart {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.hidden-label {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: none;
  position: static;
}

.dropdown-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.dropdown-section.content-dropdown {
  justify-content: center;
  height: auto;
  padding-bottom: 220px;
}

.dropdown-home {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  min-height: 70px;
  margin-top: 20px;
  margin-left: 0;
  padding-right: 100px;
  display: flex;
}

.dropdown-home.testimonials {
  display: flex;
}

.dropdown-home.features {
  display: none;
}

.body {
  justify-content: center;
  display: block;
}

.toggle-dropdown {
  border: 1px #000;
  border-bottom: 5px solid #e1942d;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.toggle-dropdown.w--open {
  border-bottom: 5px solid #e1942d;
  align-items: center;
}

.toggle-dropdown.second {
  border-bottom-color: var(--campushub-blue);
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.toggle-dropdown.third {
  border-bottom-style: solid;
  border-bottom-color: #38f000;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.toggle-dropdown.fourth {
  border-bottom-color: #b800f0;
  align-items: center;
  margin-top: 0;
}

.toggle-dropdown.first {
  border-bottom-color: #f04000;
  align-items: center;
}

.text-dropdown {
  color: var(--campushub-navy);
  text-transform: uppercase;
  font-family: Archivo Black, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.text-dropdown.product {
  z-index: 1;
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 5px;
  font-size: 20px;
  position: relative;
}

.container-text-dropdown {
  border-bottom: 5px #bf185e;
  flex: 0 auto;
  justify-content: flex-end;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.container-text-dropdown.first {
  border-bottom: 5px #e1942d;
  padding-bottom: 5px;
}

.container-text-dropdown.second {
  border-bottom: 5px #469d9c;
  padding-bottom: 5px;
}

.container-text-dropdown.third {
  border-bottom: 5px #d0c65f;
  padding-bottom: 5px;
}

.orizzontal-line {
  background-color: var(--campushub-navy);
  width: 17px;
  height: 4px;
}

.container-selector {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

.vertical-line {
  background-color: var(--campushub-navy);
  width: 4px;
  height: 17px;
  position: relative;
  left: -10px;
}

.dopdown-content {
  background-color: #0000;
  margin-bottom: auto;
  position: static;
}

.dropdown-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr 1fr .4fr;
}

.dropdown-grid.second {
  grid-template-columns: 1fr .4fr .4fr 1fr;
}

.background-image {
  background-image: url('../images/7.jpg');
  background-position: 50%;
  background-size: cover;
}

.background-image.second {
  background-image: url('../images/4.jpg');
}

.background-image.second.six {
  background-image: url('../images/g.jpg');
}

.background-image.third {
  background-image: url('../images/5.jpg');
}

.background-image.fourth {
  background-image: url('../images/8.jpg');
}

.background-image.fifth {
  background-image: url('../images/i.jpg');
}

.background-image.seven {
  background-image: url('../images/24.jpg');
}

.background-image.eight {
  background-image: url('../images/h.jpg');
}

.dropdown-content {
  background-color: #0000;
}

.dropdown-content.w--open {
  background-color: #0000;
  height: 70vh;
  position: static;
}

.dropdown-content.close {
  cursor: default;
  width: 100%;
  height: auto;
}

.hero-section {
  align-items: center;
  height: 100vh;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-wrapper {
  margin-left: auto;
}

.step-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.block {
  color: #fff;
  background-color: #7946f3;
  align-items: stretch;
  min-height: 400px;
  margin-bottom: 100px;
  padding: 48px 50px 56px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
  position: sticky;
}

.block._2 {
  background-color: #f1b15b;
  width: 500px;
  top: 26%;
}

.block._2.orange {
  width: 900px;
  padding: 0;
}

.block._2.yellow {
  background-color: #e9e080;
  width: 900px;
  padding: 0;
}

.block._2.pink {
  background-color: #e75391;
  width: 900px;
  padding: 0;
}

.block._2.blue {
  background-color: #538ed1;
  width: 900px;
  padding: 0;
}

.block._2.petroil {
  background-color: #54b9b8;
  width: 900px;
  padding: 0;
}

.block._3 {
  background-color: #eba445;
  width: 500px;
  top: 30%;
}

.block._3.orange {
  width: 900px;
  padding: 0;
}

.block._3.yellow {
  background-color: #dcd36f;
  width: 900px;
  padding: 0;
}

.block._3.pink {
  background-color: #d43678;
  width: 900px;
  padding: 0;
}

.block._3.blue {
  background-color: #4982c2;
  width: 900px;
  padding: 0;
}

.block._3.petroil {
  background-color: #47a8a7;
  width: 900px;
  padding: 0;
}

.block._1 {
  background-color: #fd74ad;
  width: 900px;
  padding: 0;
  top: 22%;
}

.block._1.yellow {
  background-color: #f6ee9a;
  padding: 0;
}

.block._1.orange {
  background-color: #f6c17b;
}

.block._1.blue {
  background-color: #629ad9;
  width: 900px;
}

.block._1.petroil {
  background-color: #6dd5d4;
  width: 900px;
}

.block._4 {
  color: var(--black);
  background-color: #d0c65f;
  width: 900px;
  margin-bottom: 100px;
  padding: 0;
  top: 0;
  bottom: auto;
}

.block._4.orange {
  background-color: #e1942d;
}

.block._4.pink {
  background-color: #bf185e;
  width: 900px;
}

.block._4.blue {
  background-color: #4982c2;
  width: 900px;
}

.block._4.petroil {
  background-color: #469d9c;
  width: 900px;
}

.col-right {
  flex-direction: column;
  flex: 1;
  margin-top: 60px;
  display: flex;
}

.grid-home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  justify-items: start;
  width: auto;
  margin-right: auto;
}

.feature-tiles-wrap {
  background-color: var(--campushub-blue);
  width: 300px;
  max-width: 500px;
  height: 300px;
  max-height: 500px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 50px;
  line-height: 1;
  text-decoration: none;
  transition: transform .4s ease-in-out;
  position: relative;
}

.feature-tiles-wrap:hover {
  z-index: 1;
  transform: scale(1.1);
}

.feature-tiles-wrap.second {
  background-color: #f04000;
  padding-right: 62px;
}

.feature-tiles-wrap.third {
  background-color: #b800f0;
}

.feature-tiles-wrap.fourth {
  background-color: #38f000;
}

.feature-tiles-wrap.fifth {
  background-color: #3c73b1;
  position: relative;
}

.text-container {
  flex: 1;
  width: auto;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 0;
}

.video-background {
  background-image: url('../images/17.jpg');
  background-position: 0 100%;
  background-size: cover;
  align-self: stretch;
  width: 50%;
  height: 75%;
  margin-left: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.wrap-text-hero {
  flex-direction: column;
  justify-content: center;
  width: 45%;
  height: 75%;
  margin-top: auto;
  padding-right: 59px;
  display: flex;
}

.wrap-text-hero.contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.button-tab {
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.button-tab.w--current {
  background-color: #0000;
  margin-right: 0;
  left: 0;
}

.tab-button-two {
  background-color: #0000;
  flex-direction: row-reverse;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.tab-button-two.w--current {
  background-color: #0000;
}

.text-button-tabs {
  color: var(--campushub-navy);
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.button-tabs {
  border: 1px solid var(--campushub-navy);
  background-color: #0000;
  border-radius: 50px;
  flex: 0 auto;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.button-tabs.current {
  border-style: solid;
}

.blog-tabs {
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  width: 80%;
  max-width: 1400px;
  display: flex;
}

.blog-tabs.auto {
  width: 100%;
  margin-top: 172px;
  position: static;
}

.collection-list-one {
  grid-column-gap: 35px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  margin-left: 0;
  margin-right: auto;
  display: grid;
}

.wrapper-card {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.bg-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.tab {
  background-color: #d0c65f;
  width: 50%;
  height: 100%;
  margin-right: auto;
  padding: 60px 20px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.tab.blue {
  background-color: #469d9c;
}

.tab.orange {
  background-color: #d0c65f;
}

.tab.four {
  background-color: var(--campushub-blue);
}

.tab-button-four {
  clear: none;
  background-color: #0000;
  flex-flow: row-reverse wrap;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: static;
}

.tab-button-four.w--current {
  background-color: #0000;
}

.collection-list-wrap-one {
  width: 100%;
}

.background-video {
  z-index: 1;
  height: 100%;
}

.tab-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: auto;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: auto;
  display: grid;
}

.tab-one {
  padding-top: 0;
}

.empty-state {
  background-color: #bf185e;
}

.checkout-form {
  padding-top: 86px;
}

.order-summary-wrapper {
  top: 72px;
}

.checkout-container {
  font-family: Open Sans, sans-serif;
}

.checkout-place-order {
  background-color: #e1942d;
  font-family: Open Sans, sans-serif;
  transition: transform .4s ease-in-out;
}

.checkout-place-order:hover {
  transform: translate(0, -5px);
}

.paypal-checkout-form {
  padding-top: 95px;
}

.order-confirmation {
  padding-top: 97px;
}

.cart-item__title {
  font-family: Archivo Black, sans-serif;
}

.cart-item__price {
  color: #469d9c;
  font-family: Open Sans, sans-serif;
}

.cart-item__remove {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.cart-list, .remove-button {
  text-decoration: none;
}

.cart-quantity, .cart-line-item {
  font-family: Open Sans, sans-serif;
}

.checkout-button {
  background-color: #e1942d;
  font-family: Open Sans, sans-serif;
}

.error-state {
  background-color: #ce4949;
}

.message {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.grid-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1600px;
  height: auto;
}

.container-icon {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  padding: 105px 0;
  display: flex;
  position: relative;
}

.container-icon.second, .container-icon.fourth {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-icon.fifth {
  padding-top: 105px;
  padding-bottom: 105px;
}

.container-icon.courses {
  background-image: none;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-card-price {
  z-index: 1;
  color: var(--campushub-navy);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  position: relative;
}

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

.product-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  max-width: 1500px;
}

.product-first-card {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  padding-top: 59px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  top: 0;
  bottom: auto;
  overflow: hidden;
}

.product-first-card.second {
  background-image: none;
  padding-left: 66px;
}

.product-first-card.shop {
  height: 50vh;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.wrap-card-info {
  z-index: 1;
  opacity: .93;
  background-color: #dfdede;
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: auto 40px 40px auto;
  padding: 64px 38px;
  position: relative;
  right: 0;
}

.wrap-card-info.first {
  opacity: .84;
  width: auto;
}

.button-product {
  background-color: var(--black);
  flex-direction: row-reverse;
  width: auto;
  height: auto;
  margin-right: 0;
  padding: 16px 30px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.text-arrow {
  color: #fff;
  margin-bottom: 0;
  font-size: 35px;
  line-height: .5;
}

.text-arrow.second-card {
  color: var(--black);
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  font-size: 50px;
  font-weight: 400;
}

.text-arrow.second-card.color {
  color: #469d9c;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  line-height: 1;
}

.text-arrow.second-card.color.second {
  color: var(--black);
  margin-left: 4px;
  font-size: 20px;
  line-height: 16px;
}

.text-arrow.second-card.color.secondary {
  color: #333;
  text-align: center;
  font-size: 16px;
}

.text-arrow.black {
  color: var(--white);
  font-size: 45px;
  position: static;
  bottom: 20px;
  right: 20px;
}

.shop-wrap {
  z-index: 1;
  flex: 0 auto;
  padding-top: 30px;
  display: block;
  position: absolute;
  top: 0;
}

.container-text-card {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: static;
}

.container-text-card.second {
  padding: 13px 20px 13px 21px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container-text-card.secondary {
  padding: 10px;
  font-family: Open Sans, sans-serif;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-product-text {
  color: var(--white);
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.wrap-card-image {
  flex: 1;
  margin-top: auto;
  position: absolute;
  inset: 0 0% auto;
}

.wrap-card__description {
  width: auto;
  font-weight: 300;
}

.product-main-image {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.review-slider {
  background-color: #0000;
  width: auto;
  height: 100%;
}

.first-slide-review {
  padding: 40px;
}

.slide-nav {
  display: none;
}

.review-sign {
  color: var(--campushub-navy);
  text-align: center;
  margin-top: 20px;
  margin-bottom: auto;
  font-family: Open Sans, sans-serif;
  font-style: italic;
}

.second-slide-review, .fifth-slide-review, .fourth-slide-review, .third-slide-review {
  padding: 40px;
}

.left-arrow {
  height: auto;
  inset: auto 14% 0% auto;
}

.icon-text {
  color: var(--campushub-navy);
}

.right-arrow {
  inset: auto 0% 0% auto;
}

.blog-heading {
  color: var(--campushub-navy);
  text-align: left;
  width: 80%;
  max-width: 1400px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 50px;
}

.primary-footer {
  color: var(--black);
  text-align: center;
  background-color: #fcfcfc;
  align-items: flex-start;
  margin-top: 220px;
  padding: 60px 97px 40px;
  position: relative;
}

.bold-text {
  font-family: Open Sans, sans-serif;
  font-size: 9px;
}

.wrap-footer {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.link-block-social {
  transition: transform .4s ease-in-out;
  display: none;
}

.link-block-social:hover {
  transform: translate(5px);
}

.copyright-links-wrapper {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.newsletter-wrapper {
  background-color: #b800f0;
  width: 50%;
  max-width: 750px;
  height: auto;
  padding: 40px 97px 40px 60px;
  position: absolute;
  top: -36%;
  right: 0;
}

.footer-links-wrapper {
  width: 50%;
}

.copyright {
  margin-left: 20px;
  text-decoration: none;
}

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

.newsletter-input {
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: black black var(--white);
  background-color: #0000;
  flex: 1;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.newsletter-label {
  color: var(--white);
  align-self: flex-end;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.newsletter-submit {
  color: var(--white);
  background-color: #0000;
  align-self: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 40px;
  transition: transform .4s ease-in-out;
}

.newsletter-submit:hover {
  transform: translate(5px);
}

.footer__paragraph {
  text-align: left;
  font-family: Archivo Black, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.privacy-policy {
  text-decoration: underline;
}

.social-image, .social-icon {
  margin-right: 10px;
}

.section-blog {
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-blog.related {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 400px;
  padding-bottom: 85px;
  padding-left: 20px;
  bottom: auto;
}

.section-blog.related.blog-page {
  padding-top: 150px;
  padding-bottom: 150px;
}

.blog-featured-image {
  width: 70%;
  max-width: none;
  position: relative;
  bottom: -.8vh;
}

.rich-text-block {
  width: 100%;
}

.collection-list-wrapper {
  width: 90%;
  position: static;
  inset: 0%;
}

.collection-list-wrapper.absolute {
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.published-date {
  width: auto;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
}

.info-wrapper {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  padding-bottom: 40px;
  display: flex;
}

.divider {
  background-color: var(--black);
  width: 150px;
  height: 2px;
  margin-right: 20px;
}

.course-featured-image {
  width: auto;
  margin-left: auto;
  padding-top: 0;
  padding-left: 0;
  position: static;
  inset: 0% 0% auto auto;
}

.features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: auto;
  margin-top: 60px;
}

.features-grid__label {
  text-align: center;
  align-self: center;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  display: block;
}

.features-grid__icon {
  margin-bottom: 5px;
}

.wrap-test-courses {
  z-index: 1;
  border-left: 5px solid #d0c65f;
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  width: 45%;
  height: auto;
  margin-top: 40px;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.wrap-test-courses.sevice-design {
  border-left-color: #bf185e;
}

.wrap-test-courses.research {
  border-left-color: #469d9c;
}

.wrap-test-courses.facilitating {
  border-left-color: #e1942d;
}

.wrap-test-courses.leadership {
  border-left-color: #3c73b1;
}

.main-button {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-main-button {
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.text-main-button.arrow {
  font-size: 28px;
}

.link-hero {
  color: var(--black);
  margin-top: auto;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  display: block;
}

.subtitle {
  z-index: 1;
  color: #000;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  position: relative;
}

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

.teachers-subtitle {
  border: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-top: 0;
  padding-bottom: 60px;
  display: block;
}

.wrapper-image {
  z-index: 1;
  width: 55%;
  position: relative;
}

.input-field {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #000;
  padding-left: 0;
  font-weight: 300;
}

.textarea {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #000;
  padding-left: 0;
  font-weight: 300;
}

.request-information-form {
  color: #000;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 40px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.form-block {
  color: #000;
  width: 40%;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.request-information-submit-button {
  color: var(--black);
  background-color: #0000;
  margin-top: 40px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.faq-div {
  width: 69%;
  margin-left: 0;
  margin-right: auto;
}

.faq-div.page {
  width: auto;
  margin-top: 100px;
  line-height: 1.2em;
}

.faq-div.page.staff {
  display: block;
}

.faq-div.contact {
  margin-left: auto;
}

.faq-dropdown {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dropdown-toggle-faq {
  border-bottom: 1px solid #d0c65f;
  width: 100%;
  padding: 0 10px 2px;
}

.dropdown-toggle-faq.faq {
  border-bottom-width: 1px;
  border-bottom-color: #dbdbdb;
}

.dropdown-toggle-faq.faq.page {
  border-bottom-width: 3px;
}

.dropdown-toggle-faq.service {
  border-bottom-width: 1px;
  border-bottom-color: #bf185e;
}

.dropdown-toggle-faq.research {
  border-bottom-color: #469d9c;
}

.dropdown-toggle-faq.facilitating {
  border-bottom-color: #e1942d;
}

.dropdown-toggle-faq.leadership {
  border-bottom-color: #3c73b1;
}

.faq-text {
  color: var(--black);
  white-space: normal;
  margin-bottom: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4em;
}

.dropdown-icon--faq {
  color: #d0c65f;
  margin-right: 10px;
}

.dropdown-icon--faq.faq {
  color: #000;
}

.dropdown-icon--faq.sevice {
  color: #bf185e;
}

.dropdown-icon--faq.research {
  color: #469d9c;
}

.dropdown-icon--faq.facilitating {
  color: #e1942d;
}

.dropdown-icon--faq.leadership {
  color: #3c73b1;
}

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

.list-dropdown-faq.w--open {
  background-color: #0000;
  padding-top: 20px;
  padding-left: 9px;
}

.dropdown-list-faq {
  background-color: #0000;
}

.dropdown-list-faq.w--open {
  padding-top: 20px;
  padding-left: 10px;
  position: static;
}

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

.faq-dropdown-list.w--open {
  background-color: #0000;
  padding-top: 20px;
  padding-left: 10px;
}

.third-dropdown-list-faq {
  position: static;
}

.third-dropdown-list-faq.w--open {
  background-color: #0000;
  padding-top: 20px;
  padding-left: 10px;
}

.last-dropdown-list-faq {
  position: static;
}

.last-dropdown-list-faq.w--open {
  background-color: #0000;
  padding-top: 20px;
  padding-left: 10px;
}

.section-sticky__outer-wrap {
  width: 100vw;
  position: relative;
}

.section-sticky {
  width: 100vw;
  position: relative;
  overflow: visible;
}

.card-wrapper {
  cursor: default;
  background-color: #d0c65f;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.card-wrapper.service {
  background-color: #bf185e;
}

.card-wrapper.research {
  background-color: #469d9c;
}

.card-wrapper.facilitating {
  background-color: #e1942d;
}

.card-wrapper.leadership {
  background-color: #3c73b1;
}

.image-team {
  z-index: 1;
  display: block;
  position: relative;
}

.image-team.freddie, .image-team.gerrit, .image-team.jeff {
  display: block;
}

.faq-container {
  flex-direction: column;
  width: 45%;
  height: 50vh;
  display: flex;
  position: sticky;
  top: 100px;
}

.faq-link-text {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.faqs-links {
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.faqs-sections {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: normal;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  width: 55%;
  display: grid;
  overflow: visible;
}

.products-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.underlined-span {
  text-decoration: underline;
}

.grid-contact {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
  display: none;
  position: absolute;
  bottom: 20px;
}

.grid-contact-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.grid-contact__image {
  z-index: 99;
  display: block;
  position: absolute;
  inset: 0%;
}

.contact-form-page {
  width: 69%;
  font-family: Open Sans, sans-serif;
}

.form-page-contact {
  width: 69%;
  margin-left: auto;
  margin-right: auto;
}

.name-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  background-color: #0000;
  font-family: Open Sans, sans-serif;
}

.email-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  background-color: #0000;
}

.textarea-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  color: #000;
  background-color: #0000;
}

.contact-button {
  color: #000;
  background-color: #0000;
  padding-left: 12px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.arrow-text {
  color: #000;
  margin-left: 5px;
  font-size: 25px;
}

.read-more {
  background-color: #0000;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: auto;
  height: auto;
  margin-right: auto;
  padding: 13px 0;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 0;
  right: 0;
}

.read-more__text {
  color: var(--white);
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.read-more__icon {
  color: var(--white);
  margin-bottom: 0;
  font-size: 35px;
  line-height: .5;
}

.submit-password-button {
  background-color: #479d9c;
  font-family: Archivo Black, sans-serif;
}

.menu__dropdown-link {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  transition: color .4s ease-in-out;
}

.menu__dropdown-link:hover {
  color: #d0c65f;
}

.gallery-arrow {
  display: none;
}

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

.request-information-image {
  width: 50%;
  margin-left: auto;
}

.terms-and-conditions-checkbox {
  margin-top: 40px;
}

.back-to-home-icon {
  color: var(--black);
  margin-right: 11px;
  font-size: 45px;
  text-decoration: none;
  transform: rotate(-180deg);
}

.back-to-shop-link {
  flex-direction: row-reverse;
  margin-left: -35px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: flex;
}

.gallery-mask, .content-video {
  height: 100%;
}

.grid-partners {
  flex: 1;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.grid-wrap-icon {
  padding: 60px 40px;
  display: flex;
}

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

.button-form {
  align-items: center;
  display: flex;
}

.second-dropdown-list-faq {
  position: static;
}

.second-dropdown-list-faq.w--open {
  background-color: #0000;
  padding-top: 20px;
  padding-left: 10px;
}

.fourth-dropdown-list-faq {
  position: static;
}

.fourth-dropdown-list-faq.w--open {
  background-color: #0000;
  padding-top: 20px;
  padding-left: 10px;
}

.navbar-mobile {
  display: none;
  position: fixed;
}

.burger-menu-mobile {
  display: none;
}

.bold {
  font-weight: 400;
}

.search-close {
  display: flex;
  position: absolute;
}

.add-to-cart {
  color: #489d9b;
  background-color: #0000;
  justify-content: flex-start;
  align-self: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Archivo Black, sans-serif;
  font-size: 2.5vw;
  display: block;
}

.add-to-cart.second {
  color: var(--black);
  padding-top: 0;
  padding-right: 5px;
  font-size: 20px;
}

.add-to-cart.secondary {
  color: #333;
  padding-right: 0;
  font-size: 14px;
}

.default-state {
  margin-bottom: 0;
}

.newsletter-input-wrapper {
  flex: 1;
  display: flex;
}

.out-of-stock {
  background-color: #3c73b1;
}

.hidden-quantity {
  display: none;
}

.search-results-container {
  margin-top: 140px;
}

.card-add-to-cart {
  margin-bottom: 0;
}

.search-results-link {
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.search-results-link:hover {
  color: #d0c65f;
}

.shop-product-list {
  width: 100%;
}

.main {
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.products-tabs {
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  width: 80%;
  max-width: 1400px;
  display: flex;
}

.search-result-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

.search-result-item {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px;
}

.search-result-paragraph {
  font-size: 14px;
}

.section--full-page {
  height: 100vh;
}

.slider-wrapper {
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.slider-wrapper__left-col {
  background-color: #f5f5f5;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.course-slider__subtitle {
  color: #333;
  margin-bottom: 0;
  font-family: Archivo Black, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.course-slider__title {
  margin-top: 5px;
  font-size: 65px;
  line-height: 1;
}

.course-slider__text {
  flex: 1;
  margin-top: -80px;
  margin-left: 20px;
  padding: 50px;
}

.slider-wrapper__right-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 70%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.course-slider__nav {
  display: none;
}

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

.course-slider__arrow {
  cursor: pointer;
  width: 100px;
  inset: auto 0% 12% auto;
}

.course-slider__arrow.reverse {
  transform-style: preserve-3d;
  left: 365px;
  right: auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.hidden {
  display: none;
}

.slide-information-wrapper {
  z-index: 10;
  align-items: center;
  width: 360px;
  padding: 22px 20px;
  display: flex;
  position: absolute;
  inset: auto auto 10% 0%;
}

.slide-information-wrapper.service-design {
  color: var(--white);
  background-color: #bf185e;
  align-items: center;
  width: 360px;
  padding-top: 20px;
  padding-bottom: 20px;
  left: 0%;
}

.slide-information-wrapper.immersive-webdesigns {
  background-color: #d0c65f;
  align-items: center;
  width: 360px;
  padding-top: 26px;
  padding-bottom: 26px;
  left: 0%;
}

.slide-information-wrapper.facilitating {
  background-color: #e1942d;
}

.slide-information-wrapper.visual-arts {
  background-color: #3c73b1;
}

.slide-information-wrapper.ux {
  background-color: #469d9c;
}

.slide {
  overflow: visible;
}

.mask {
  overflow: hidden;
}

.slide-number {
  color: var(--white);
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Archivo Black, sans-serif;
  font-size: 40px;
  line-height: 2;
}

.slider-info {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
}

.blog-container {
  width: 85%;
  max-width: 1300px;
  height: auto;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.blog-container.blog-page {
  background-color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  left: 0;
}

.slider-image {
  object-fit: cover;
  width: 85%;
  height: 380px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.step-card-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
}

.newsletter-footer__form-block {
  background-color: #0000;
}

.success-message-wrapper {
  background-color: #fff3;
  font-family: Archivo Black, sans-serif;
}

.error-message {
  background-color: #ff6d6d;
  font-family: Archivo Black, sans-serif;
  font-size: 12px;
}

.text-field {
  font-family: Open Sans, sans-serif;
}

.headin-password-page {
  color: #469d9c;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.empty-state-navbar {
  flex-direction: column;
}

.empty-state-wrapper {
  font-family: Archivo Black, sans-serif;
}

.noitems-label {
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}

.field-label, .field-label-2, .field-label-3 {
  font-size: 12px;
}

.image {
  margin-right: auto;
}

.icons-wrapper {
  width: 65%;
  margin-bottom: 10px;
  padding-left: 15px;
}

.discounts {
  color: #000;
  background-color: #fff;
  border-style: solid;
  margin-bottom: 20px;
}

.field-label-5 {
  color: #000;
}

.submit-button-2 {
  color: #990711;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #990711;
  font-weight: 700;
  transition: background-color .4s ease-in-out, color .4s ease-in-out;
}

.submit-button-2:hover {
  color: #fff;
  background-color: #990711;
}

.newsletter__paragraph {
  color: var(--white);
  text-align: left;
  font-family: Archivo Black, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.logo-section {
  padding: 120px 3%;
}

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

.logo-grid {
  grid-template-rows: 129px;
  grid-template-columns: 1fr 1fr 1fr;
}

.h2-title {
  color: #171846;
  text-align: left;
  max-width: 600px;
  margin-top: 100px;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2em;
}

.text-span-3 {
  color: #0ae6ae;
  line-height: 1.2em;
}

.container-3 {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1944px;
  line-height: 1.5;
  display: flex;
  overflow: visible;
}

.paragraph {
  color: #171846;
  margin-bottom: 40px;
  line-height: 1.8;
}

.text-container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-container-2.right {
  align-items: flex-start;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  overflow: hidden;
}

.feature-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.feature-grid._2 {
  grid-column-gap: 15px;
  grid-template-columns: .7fr .5fr;
}

.paragraph-2 {
  overflow: hidden;
}

.author {
  width: auto;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
}

.section-3 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-3.hero-home {
  padding-top: 60px;
  padding-bottom: 50px;
}

.container-default {
  max-width: 1175px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.grid-2-columns.hero-top {
  grid-column-gap: 40px;
  grid-template-columns: 1.8fr 1fr;
}

.empty-state-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #0000001f;
}

.blog-card-heading-wrapper {
  border-bottom: 1px solid #d5d5d5;
}

.blog-card-heading-wrapper:last-child {
  border-bottom-width: 0;
}

.blog-grid {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1.1fr 1fr;
  width: 100%;
  margin-bottom: 40px;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.blog-collection-item {
  width: 33%;
  margin-bottom: 40px;
}

.post-collection-title {
  margin-bottom: 0;
  padding: 10px;
}

.post-collection-short {
  margin-bottom: 30px;
}

.blog-collection-list {
  flex-wrap: wrap;
  display: flex;
}

.feature-wrap {
  padding-right: 20px;
}

.news-section {
  margin-top: 100px;
  padding: 60px 3% 100px;
}

.post-collection__most-recent {
  margin-top: 0;
  margin-bottom: 20px;
}

.latest-posts {
  width: 100%;
}

.link-block {
  color: #2d3958;
  text-decoration: none;
}

.link-block:hover {
  opacity: .9;
}

.paragraph-3 {
  color: #16184599;
}

.author-detail-text {
  color: #16184599;
  padding-left: 10px;
  padding-right: 4px;
  text-decoration: none;
}

.text-block-82 {
  color: #690fc9;
}

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

.post-link:hover {
  opacity: .9;
}

.post-link.post-flex {
  text-decoration: none;
  display: flex;
}

.post-link.post-flex:hover {
  opacity: .9;
}

.post-heading {
  color: #2d3958;
  text-decoration: none;
}

.feature-image-wrap {
  border-radius: 6px;
}

.post-category {
  color: #690fc9;
  border: 1px #000;
  font-size: 16px;
  text-decoration: none;
}

.feature-post-content {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 100px;
}

.feature-post-image {
  border: 1px solid #1618451a;
  border-radius: 6px;
  width: 100%;
  padding: 10px;
}

.author-avatar {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100px;
  width: 55px;
  max-width: none;
  height: 55px;
  display: block;
}

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

.post-image-wrap {
  object-fit: cover;
  border: 1px solid #1618451a;
  border-radius: 6px;
  width: 160px;
  min-width: 160px;
  height: 160px;
  margin-right: 20px;
  padding: 4px;
}

.post-image {
  object-fit: cover;
  border: 1px #16184599;
  border-radius: 6px;
  width: 160px;
  height: 160px;
  margin-right: 20px;
  padding: 4px;
}

@media screen and (min-width: 1280px) {
  .news-section {
    padding-top: 60px;
  }

  .latest-posts {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    top: 0;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-wrap {
    flex: 1;
    align-items: center;
    position: static;
  }

  .primary-cart-button {
    padding-right: 0;
  }

  .search {
    width: 50%;
  }

  .link-nav {
    margin-left: 0;
    left: 0;
    right: 0;
  }

  .section {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.features, .section.blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.shop {
    padding: 100px 20px;
  }

  .container {
    width: auto;
    padding-left: 40px;
    padding-right: 55px;
  }

  .container.hero {
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-right: 80px;
  }

  .container.hero.alto {
    flex-direction: column-reverse;
    padding-top: 60px;
  }

  .container.home {
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 82px;
    padding-right: 84px;
    display: flex;
  }

  .container.review {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .container.footer {
    flex-direction: column;
    align-items: flex-start;
    width: 95%;
  }

  .container.blog-page.no-relative {
    margin-bottom: auto;
    position: absolute;
    bottom: -354px;
  }

  .container.blog-page.no-relative.auto {
    width: 80%;
    top: 0;
    bottom: auto;
  }

  .container.blog-page-flex {
    width: auto;
  }

  .container.post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.bg {
    flex-direction: column;
    width: 100%;
    left: auto;
  }

  .container.bg.color {
    flex-direction: column;
    width: 100%;
  }

  .container.bg.auto, .container.bg.contact {
    width: 100%;
  }

  .hero-heading.count {
    font-size: 40px;
  }

  .main-paragraph {
    width: 70%;
  }

  .main-paragraph.regular {
    width: 60%;
  }

  .main-paragraph.card {
    font-size: 2vw;
  }

  .main-paragraph.description {
    font-size: 18px;
  }

  .main-paragraph.intro, .count-grid {
    width: auto;
  }

  .main-heading.first.hero {
    font-size: 5vw;
  }

  .main-heading.first.hero.contact.box {
    font-size: 4vw;
  }

  .main-heading.first.container-hero-heading {
    font-size: 30px;
  }

  .main-heading.page-product {
    font-size: 4vw;
  }

  .main-heading.hero {
    font-size: 5vw;
  }

  .main-heading.blog-post {
    font-size: 2.5vw;
  }

  .bg-image {
    height: 400px;
    margin-right: auto;
  }

  .menu-button {
    flex: none;
    padding: 10px;
    display: none;
  }

  .menu-burger {
    background-color: var(--black);
    width: 25px;
    height: 2.3px;
  }

  .menu-burger.center {
    width: 25px;
    height: 2.4px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .menu-burger.bottom {
    width: 16px;
  }

  .text-block {
    font-family: Open Sans, sans-serif;
  }

  .container-menu {
    background-color: #0000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: static;
    inset: 0% 0% auto;
  }

  .magnify-glass {
    display: none;
  }

  .section-product-page {
    height: auto;
  }

  .main-product-grid {
    grid-row-gap: 44px;
    grid-template: "Area-7 . ."
                   "Area Area Area"
                   "Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2"
                   "Area-4 Area-4 Area-4"
                   "Area-5 Area-5 Area-5"
                   "Area-8 Area-8 Area-8"
                   "Area-8 Area-8 Area-8"
                   "Area-8 Area-8 Area-8"
                   / 1fr;
    display: block;
  }

  .grid-wrap.bg {
    height: 500px;
  }

  .grid-wrap.center {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .grid-wrap.due {
    padding: 15px 0;
  }

  .quantity-input {
    width: 100%;
    margin-bottom: 0;
    display: block;
  }

  .button-add-to-cart {
    background-color: #d0c65f;
    display: block;
  }

  .add-to-cart----default-state {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .4fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: grid;
  }

  .primary-add-to-cart {
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hidden-label {
    display: none;
  }

  .dropdown-section.content-dropdown, .hero-section {
    height: auto;
  }

  .block-wrapper {
    width: auto;
    max-width: 100%;
  }

  .block {
    top: 28%;
  }

  .block._2.orange, .block._2.yellow, .block._2.pink, .block._2.blue, .block._2.petroil, .block._3.orange, .block._3.yellow, .block._3.pink, .block._3.blue, .block._3.petroil {
    width: 100%;
  }

  .block._1 {
    width: 100%;
    min-height: 400px;
  }

  .block._1.blue, .block._1.petroil, .block._4, .block._4.pink, .block._4.blue, .block._4.petroil {
    width: 100%;
  }

  .col-right {
    align-self: center;
    align-items: center;
    width: 100%;
    margin-top: 24px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: visible;
  }

  .grid-home {
    margin-left: auto;
  }

  .text-container {
    width: auto;
    padding-left: 0;
  }

  .video-background {
    width: 100%;
    height: 300px;
    margin-top: 0;
    margin-bottom: 40px;
    margin-right: auto;
    position: static;
  }

  .wrap-text-hero {
    width: auto;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .text-button-tabs {
    font-size: 30px;
  }

  .blog-tabs {
    width: 100%;
  }

  .collection-list-one {
    grid-column-gap: 26px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .tab-menu {
    grid-template-columns: auto auto;
  }

  .grid-icon {
    grid-template-columns: 1fr 1fr;
  }

  .product-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .product-first-card {
    border: 11px #eee;
    border-radius: 0;
    justify-content: flex-start;
    padding-bottom: 60px;
  }

  .product-first-card.second {
    display: none;
  }

  .product-first-card.shop {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .shop-wrap {
    padding-top: 0;
    position: absolute;
    top: auto;
    bottom: 20px;
  }

  .container-text-card {
    padding-top: 0;
  }

  .wrap-card-image {
    display: none;
  }

  .blog-heading {
    margin-left: 0;
  }

  .primary-footer {
    flex-direction: column-reverse;
    margin-top: 100px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .copyright-links-wrapper {
    justify-content: flex-start;
    align-self: stretch;
    margin-top: 20px;
  }

  .newsletter-wrapper {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .footer-links-wrapper {
    width: 100%;
  }

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

  .newsletter-label {
    margin-right: auto;
  }

  .section-blog.related {
    margin-top: 100px;
  }

  .section-blog.related.blog-page {
    align-items: center;
    padding-left: 0;
  }

  .collection-list-wrapper.absolute {
    position: relative;
    top: 0%;
    bottom: 0%;
  }

  .course-featured-image {
    max-width: 100%;
  }

  .wrap-test-courses {
    border-left-style: none;
    width: auto;
  }

  .wrap-test-courses.sevice-design, .wrap-test-courses.research {
    border-left-style: none;
  }

  .content-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .teachers-subtitle {
    width: 60%;
  }

  .wrapper-image {
    width: auto;
  }

  .form-block {
    width: 100%;
    padding-bottom: 20px;
  }

  .faq-dropdown {
    width: 100%;
  }

  .section-sticky {
    overflow: visible;
  }

  .products-list {
    grid-template-columns: 1fr 1fr;
  }

  .grid-contact-section {
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
  }

  .grid-contact__image {
    opacity: 0;
    display: none;
  }

  .contact-form-page {
    width: auto;
  }

  .collection-list-wrapper-product-last, .collection-list-product {
    display: none;
  }

  .request-information-image, .grid-partners {
    width: 100%;
  }

  .grid-wrap-icon {
    flex-direction: column;
  }

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

  .burger-menu-mobile {
    display: block;
  }

  .add-to-cart {
    font-size: 30px;
  }

  .newsletter-input-wrapper {
    display: flex;
  }

  .option-list {
    display: block;
  }

  .products-tabs {
    width: 100%;
  }

  .course-slider__text {
    padding-left: 0;
  }

  .slide-information-wrapper.service-design {
    align-items: center;
  }

  .slide-number {
    line-height: 2;
  }

  .slider-info {
    line-height: 1.5;
  }

  .blog-container {
    width: auto;
    padding-left: 40px;
    padding-right: 55px;
  }

  .noitems-label {
    font-family: Open Sans, sans-serif;
  }

  .h2-title {
    font-size: 42px;
  }

  .container-3 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .text-container-2 {
    align-items: flex-start;
    width: 100%;
  }

  .text-container-2.right {
    height: auto;
  }

  .section-2 {
    padding: 75px 30px;
  }

  .feature-grid {
    grid-template-columns: 1fr 1.3fr;
  }

  .feature-grid._2 {
    grid-template-columns: 1.3fr 1fr;
  }

  .section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .grid-2-columns.hero-top {
    grid-template-columns: 1.3fr;
  }

  .blog-collection-item {
    width: 50%;
  }

  .post-collection-feature {
    margin-bottom: 10px;
  }

  .feature-wrap {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .licensing-container {
    width: 100%;
  }

  .navbar {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .nav-wrap {
    flex: 1;
  }

  .search {
    width: 70%;
  }

  .brand.w--current {
    z-index: 9999999;
    overflow: auto;
  }

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

  .section.blog {
    padding-bottom: 100px;
  }

  .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container.hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hero.alto {
    padding-top: 100px;
  }

  .container.home {
    padding-left: 0;
    padding-right: 0;
  }

  .container.review {
    width: 100%;
    max-width: none;
  }

  .container.blog-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.blog-page-flex {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.bg {
    width: auto;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.bg.color {
    padding-right: 40px;
  }

  .container.bg.auto {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.bg.contact {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.faq-page {
    flex-direction: column;
    align-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.about {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-paragraph {
    width: auto;
  }

  .main-paragraph.card {
    align-self: center;
    font-size: 3vw;
  }

  .main-paragraph.courses {
    text-align: left;
  }

  .main-paragraph.grid {
    width: auto;
  }

  .count-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .main-heading.first.hero {
    text-align: left;
    font-size: 6vw;
  }

  .main-heading.first.hero.contact.box {
    font-size: 5vw;
  }

  .main-heading.first.hero.grid {
    font-size: 3vw;
  }

  .main-heading.first.hero-courses, .main-heading.first.hero-courses.last {
    text-align: left;
    padding-left: 0;
  }

  .main-heading.first.hero-courses.pre {
    text-align: center;
    padding-left: 0;
  }

  .main-heading.first.container-hero-heading {
    text-align: left;
    font-size: 6vw;
  }

  .main-heading.page-product {
    font-size: 5vw;
  }

  .main-heading.hero {
    text-align: left;
    font-size: 6vw;
  }

  .main-heading.blog-post {
    font-size: 5vw;
  }

  .main-heading.post-page {
    width: auto;
  }

  .bg-image {
    width: 100%;
  }

  .menu-button {
    z-index: 9999;
    flex-direction: column;
    display: none;
  }

  .container-menu {
    z-index: 5;
    background-color: var(--white);
    flex-direction: column;
    width: 0;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: static;
    inset: 0%;
  }

  .dropdown-__text {
    color: var(--black);
    font-family: Archivo Black, sans-serif;
    font-size: 38px;
    line-height: 1;
  }

  .dropdown-toggle {
    margin-top: 20px;
    padding: 0 40px;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .dropdown-menu {
    z-index: 999;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .grid-wrap.back {
    padding-left: 0;
  }

  .dropdown-home {
    padding-right: 36px;
  }

  .block-wrapper {
    align-self: center;
  }

  .step-wrapper {
    margin-left: auto;
  }

  .block {
    margin-bottom: 40px;
  }

  .block._2.orange {
    width: 90%;
    min-height: 50vh;
    margin-left: auto;
    margin-right: auto;
  }

  .block._2.yellow {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .block._2.pink, .block._2.blue, .block._2.petroil, .block._3.orange {
    width: 90%;
    min-height: 50vh;
    margin-left: auto;
    margin-right: auto;
  }

  .block._3.yellow {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .block._3.pink {
    width: 90%;
    min-height: 50vh;
    margin-left: auto;
    margin-right: auto;
  }

  .block._3.blue {
    width: 90%;
    min-height: 50vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .block._3.petroil, .block._1 {
    width: 90%;
    min-height: 50vh;
    margin-left: auto;
    margin-right: auto;
  }

  .block._1.yellow {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .block._1.orange {
    width: 90%;
    min-height: 50vh;
    margin-left: auto;
    margin-right: auto;
  }

  .block._1.blue {
    width: 90%;
  }

  .block._1.petroil {
    width: 90%;
    min-height: 50vh;
    margin-left: auto;
    margin-right: auto;
  }

  .block._4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .block._4.pink {
    min-height: 50vh;
    top: 30%;
  }

  .block._4.blue {
    width: 90%;
    min-height: 50vh;
  }

  .grid-home {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .text-container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-tabs {
    width: 100%;
  }

  .collection-list-one {
    grid-template-columns: 1fr;
  }

  .tab-menu {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .grid-icon {
    grid-template-columns: 1fr;
  }

  .container-icon {
    background-size: 40vw;
  }

  .container-icon.second {
    background-size: 42vw;
  }

  .container-icon.third {
    background-size: 40vw;
  }

  .container-icon.fourth, .container-icon.fifth {
    background-size: 50vw;
  }

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

  .product-first-card {
    border-style: solid;
    height: 500px;
    padding: 20px;
  }

  .product-first-card.second {
    display: none;
  }

  .product-first-card.shop {
    height: 500px;
  }

  .shop-wrap {
    display: block;
  }

  .primary-footer {
    margin-top: 100px;
    padding: 0 0 40px;
  }

  .section-blog.related.blog-page {
    padding-top: 0;
  }

  .blog-featured-image {
    width: 90%;
  }

  .rich-text-block, .info-wrapper {
    width: auto;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .teachers-subtitle {
    width: auto;
  }

  .form-block {
    width: 100%;
  }

  .faq-div {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .faq-container {
    position: static;
  }

  .faqs-sections {
    width: auto;
  }

  .products-list {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-contact-section {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .contact-form-page, .form-page-contact {
    width: 100%;
  }

  .menu__dropdown-link {
    padding-left: 30px;
  }

  .back-to-shop-link {
    margin-left: 0;
  }

  .navbar-mobile {
    z-index: 0;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-left: 0;
    display: none;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .mobile-link {
    color: #000;
    text-decoration: none;
  }

  .burger-menu-mobile {
    z-index: 999;
    flex-direction: column;
    padding: 20px 10px;
    display: flex;
    position: relative;
  }

  .add-to-cart {
    padding-top: 0;
  }

  .dropdown-icon {
    inset: 0% 0% 0% auto;
  }

  .collection-list-wrapper-first {
    height: 500px;
    display: none;
  }

  .products-tabs {
    width: 100%;
  }

  .course-slider__title {
    font-size: 45px;
  }

  .course-slider__arrow {
    bottom: 2%;
  }

  .course-slider__arrow.reverse {
    left: auto;
    right: 100px;
  }

  .blog-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-container.blog-page {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .h2-title {
    margin-bottom: 15px;
    font-size: 36px;
  }

  .paragraph {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .text-container-2.right {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }

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

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

  .section-3.hero-home {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-top {
    grid-row-gap: 20px;
  }

  .blog-collection-item {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-container, .licensing-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .footer-link.news-letter {
    text-align: left;
  }

  .primary-cart-button {
    padding-right: 0;
  }

  .search {
    z-index: 1;
    width: 90%;
    position: relative;
  }

  .link-nav {
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 800;
    display: flex;
  }

  .brand.w--current {
    z-index: 100;
  }

  .section {
    align-items: center;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.features {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.product {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .section.contact-page, .container.hero {
    padding-left: 0;
    padding-right: 0;
  }

  .container.hero.alto {
    padding-top: 0;
  }

  .container.home {
    overflow: hidden;
  }

  .container.review {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.footer {
    width: 90%;
  }

  .container.blog-page {
    height: 400px;
    padding-top: 100px;
  }

  .container.blog-page.no-relative {
    height: 500px;
    top: -100%;
    bottom: 0%;
  }

  .container.blog {
    padding-top: 0;
  }

  .container.post {
    padding-left: 0;
    padding-right: 0;
  }

  .container.bg {
    align-self: flex-start;
    align-items: center;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.bg.color {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.bg.auto {
    padding-left: 0;
    padding-right: 0;
  }

  .container.bg.contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.faq {
    padding-bottom: 0;
  }

  .container.faq-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading {
    font-size: 70px;
  }

  .main-paragraph.regular {
    width: auto;
  }

  .main-paragraph.card {
    font-size: 3vw;
  }

  .main-paragraph.description {
    font-size: 16px;
  }

  .main-paragraph.hero {
    text-align: left;
    padding-left: 0;
  }

  .main-paragraph.courses {
    text-align: left;
  }

  .main-paragraph.mail {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .main-paragraph.icon {
    width: auto;
  }

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

  .wrap-grid {
    align-items: flex-start;
  }

  .main-heading, .main-heading.second, .main-heading.first {
    font-size: 50px;
  }

  .main-heading.first.hero {
    text-align: left;
    font-size: 30px;
  }

  .main-heading.first.hero.contact.box {
    font-size: 9vw;
  }

  .main-heading.first.hero.grid {
    font-size: 3vh;
  }

  .main-heading.first.hero-courses {
    text-align: left;
    padding-left: 0;
    font-size: 30px;
  }

  .main-heading.first.hero-courses.last {
    font-size: 30px;
  }

  .main-heading.first.container-hero-heading {
    text-align: left;
    font-size: 28px;
  }

  .main-heading.page-product {
    font-size: 7vw;
  }

  .main-heading.price-product {
    font-size: 26px;
  }

  .main-heading.hero {
    text-align: left;
    font-size: 30px;
  }

  .main-heading.blog-post {
    font-size: 5vw;
  }

  .main-heading.intro {
    width: 100%;
  }

  .main-heading.intro.second {
    font-size: 30px;
  }

  .main-heading.intro.third {
    width: 100%;
  }

  .main-heading.intro.courses, .main-heading.post-page {
    font-size: 35px;
  }

  .menu-button {
    z-index: 100;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-burger.center {
    height: 2.3px;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .menu-burger.bottom {
    border: 1px #000;
    height: 2.3px;
  }

  .container-menu {
    z-index: 99;
    opacity: 1;
    width: auto;
    display: none;
  }

  .magnify-glass {
    z-index: 99;
    position: relative;
  }

  .close-wrap {
    top: 20px;
    left: 20px;
  }

  .dropdown-__text {
    font-size: 35px;
    line-height: 1;
  }

  .dropdown-toggle {
    margin-left: 0;
    padding-left: 40px;
    left: auto;
  }

  .dropdown-toggle.w--open {
    margin-right: 0;
  }

  .dropdown-menu {
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .section-product-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-wrap {
    align-items: flex-start;
  }

  .grid-wrap.bg {
    height: 250px;
  }

  .grid-wrap.due {
    padding-right: 0;
  }

  .text-page-product.margin {
    font-size: 12px;
  }

  .primary-add-to-cart {
    width: 80%;
  }

  .dropdown-section.content-dropdown {
    padding-bottom: 100px;
  }

  .dropdown-home {
    padding-right: 22px;
  }

  .hero-section {
    padding-top: 100px;
  }

  .block {
    padding: 28px 32px 32px;
    font-size: 24px;
    top: 24%;
  }

  .block._2 {
    top: 24%;
  }

  .block._2.orange {
    width: 100%;
  }

  .block._2.yellow {
    width: 100%;
    min-height: 50vh;
  }

  .block._2.pink, .block._2.blue {
    width: 100%;
  }

  .block._2.petroil {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .block._3 {
    top: 28%;
  }

  .block._3.orange {
    width: 100%;
  }

  .block._3.yellow {
    width: 100%;
    min-height: 50vh;
  }

  .block._3.pink, .block._3.blue {
    width: 100%;
  }

  .block._3.petroil {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .block._1 {
    width: 100%;
    top: 20%;
  }

  .block._1.yellow {
    width: 100%;
    min-height: 50vh;
  }

  .block._1.orange, .block._1.blue, .block._1.petroil {
    width: 100%;
  }

  .block._4 {
    width: 100%;
    min-height: 50vh;
    top: 32%;
  }

  .block._4.blue {
    width: 100%;
  }

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

  .grid-home {
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .text-container, .wrap-text-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-one {
    margin-left: auto;
  }

  .wrapper-card {
    height: 300px;
  }

  .background-video {
    left: 0;
  }

  .tab-menu {
    padding-left: 0;
  }

  .product-grid {
    width: 100%;
  }

  .product-first-card {
    height: 500px;
    padding: 20px;
  }

  .product-first-card.second {
    height: auto;
    overflow: hidden;
  }

  .product-first-card.shop {
    opacity: 1;
  }

  .text-arrow.second-card.color {
    margin-top: auto;
  }

  .first-slide-review, .second-slide-review, .fifth-slide-review, .fourth-slide-review, .third-slide-review {
    padding-left: 0;
    padding-right: 0;
  }

  .primary-footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

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

  .newsletter-form {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsletter-label {
    align-self: flex-start;
  }

  .footer__paragraph {
    font-size: 25px;
  }

  .section-blog {
    height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section-blog.related {
    margin-bottom: 0;
    padding-right: 20px;
  }

  .section-blog.related.blog-page {
    margin-top: 60px;
    padding-top: 40px;
    padding-left: 20px;
  }

  .blog-featured-image, .info-wrapper, .course-featured-image {
    width: 100%;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wrap-test-courses {
    margin-top: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-test-courses.sevice-design {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-test-courses.research {
    margin-top: 0;
  }

  .main-button, .link-hero {
    padding-left: 0;
  }

  .faq-div {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-dropdown {
    width: 100%;
  }

  .faq-text {
    font-size: 3.7vw;
  }

  .products-list {
    grid-template-columns: 1fr;
  }

  .grid-contact {
    grid-column-gap: 31px;
    margin-right: 20px;
    position: static;
  }

  .grid-contact-section {
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-contact__image {
    display: block;
  }

  .form-page-contact {
    width: 100%;
  }

  .primary-cart {
    z-index: 100;
  }

  .read-more__text {
    font-size: 14px;
  }

  .grid-wrap-icon {
    padding-left: 20px;
    padding-right: 20px;
  }

  .success-message {
    background-color: #d0c65f;
  }

  .navbar-mobile {
    display: none;
    overflow: scroll;
  }

  .burger-menu-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .add-to-cart {
    font-size: 28px;
  }

  .default-state {
    margin-bottom: 0;
  }

  .newsletter-input-wrapper {
    width: 100%;
    display: flex;
  }

  .slider-wrapper__left-col {
    width: 50%;
  }

  .course-slider__text {
    z-index: 999;
    margin-top: 0;
    position: absolute;
    top: 0;
  }

  .slider-wrapper__right-col {
    width: 100%;
  }

  .course-slider__arrow.reverse {
    left: 0;
    right: auto;
  }

  .blog-container.blog-page {
    height: 400px;
    padding-top: 100px;
  }

  .newsletter__paragraph {
    font-size: 25px;
  }

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

  .h2-title {
    font-size: 30px;
  }

  .container-3 {
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .paragraph {
    font-size: 15px;
  }

  .text-container-2.right {
    margin-left: 0;
  }

  .section-2 {
    margin-top: 0;
    padding: 20px;
  }

  .image-10 {
    width: 100%;
  }

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

  .feature-grid._2 {
    grid-template-columns: 1fr;
  }

  .section-3 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-3.hero-home {
    padding-bottom: 0;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-collection-title {
    padding-left: 0;
  }
}

#w-node-_6db29879-0a94-8d89-d5f9-edecf77eb605-1698b428, #w-node-_742c7591-bf27-c288-4b82-19721f3604de-1698b428, #w-node-_9026b7e1-cadb-8e6e-e193-0639c2de67a4-1698b428 {
  place-self: center;
}

#w-node-_27f95c71-612f-3505-5cde-0ded66de46ac-1698b428, #w-node-_03f22680-7937-3f91-6406-48252b5db85b-1698b428, #w-node-_1db024ef-b93c-716e-b157-e84eb320bd52-1698b428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e31da45-d3da-0282-a4ca-defe9887303d-1698b428 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1e31da45-d3da-0282-a4ca-defe9887303e-1698b428 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_1e31da45-d3da-0282-a4ca-defe9887303f-1698b428 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e31da45-d3da-0282-a4ca-defe98873040-1698b428 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e81f5511-2c78-69a9-bfc2-39dfeec01790-1698b428, #w-node-e81f5511-2c78-69a9-bfc2-39dfeec01793-1698b428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42e8e8fe-e2a2-600d-3b88-7d39685cf450-1698b428 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_42e8e8fe-e2a2-600d-3b88-7d39685cf452-1698b428 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_42e8e8fe-e2a2-600d-3b88-7d39685cf453-1698b428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35317fea-d929-114b-af3f-2a2e7562d83d-1698b428, #w-node-cc4c5530-0d4e-b120-3722-0f65aed6466f-1698b428 {
  align-self: center;
}

#w-node-_63349b25-a838-9d78-4a67-85404ad310ad-1698b428 {
  place-self: center;
}

#w-node-_11f8644b-cfa6-8ed8-667b-9d29d9c2e323-1698b428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11536fc5-7a34-d7a2-e64c-e1e452aad5ff-52aad5ee {
  justify-self: center;
}

#w-node-_11536fc5-7a34-d7a2-e64c-e1e452aad607-52aad5ee {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_4715bf58-920c-ad7a-6cc7-5a712eb1eaf7-3198b432, #w-node-_61f634a7-4069-031a-0092-a03a8d9a2bcf-bf98b433 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0890b62f-9721-e446-4382-ed74044bdd4f-f598b434 {
  place-self: center start;
}

#w-node-_128ebba9-ab75-f597-7efd-9fe43118e756-f598b434 {
  align-self: center;
}

#w-node-_21cdc551-282a-df95-ad07-4665d3c7d33a-f598b434, #w-node-de2a76e0-768b-c001-e30b-0bf600c857d3-f598b434, #w-node-_1493025f-fea7-ee4d-0c74-d6c7ac654115-f598b434 {
  place-self: center;
}

#w-node-_8f270c8a-b16c-793f-9265-f9fbe7ff9190-2a98b436 {
  grid-area: Main;
}

#w-node-_1b43cb33-4c3c-f4c1-c1f5-2aa405d23979-2a98b436 {
  grid-area: Image-Area;
}

#w-node-_8692c895-0901-4a75-7a38-df1ae4da55f7-2a98b436 {
  grid-area: Price;
}

#w-node-f3e72485-5776-6443-7736-3888717e7bb5-2a98b436 {
  grid-area: Add-To-Cart;
}

#quantity-b88c928d1fe726c5767d5682f3f6f9c9.w-node-f3e72485-5776-6443-7736-3888717e7bbd-2a98b436 {
  align-self: stretch;
}

#w-node-_99da01b5-92a6-a479-161d-625852c7eb03-2a98b436 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_99da01b5-92a6-a479-161d-625852c7eb14-2a98b436 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-eb0a1902-6e81-a8fb-aee3-c355a1b8f610-d298b43e, #w-node-_8cc109ce-05d0-da87-6f3e-44d1f5bbee80-d298b43e, #w-node-_072a7fde-221e-3889-6cf8-50f8997217c4-d298b43e, #w-node-_1937635f-5074-3929-5de2-775514f3d950-d298b43e, #w-node-a20cb001-5c9d-e945-ab63-ba777ab2f88b-d298b43e, #w-node-eb0a1902-6e81-a8fb-aee3-c355a1b8f610-6a98b440, #w-node-_8cc109ce-05d0-da87-6f3e-44d1f5bbee80-6a98b440, #w-node-_072a7fde-221e-3889-6cf8-50f8997217c4-6a98b440, #w-node-_1937635f-5074-3929-5de2-775514f3d950-6a98b440, #w-node-a20cb001-5c9d-e945-ab63-ba777ab2f88b-6a98b440, #w-node-eb0a1902-6e81-a8fb-aee3-c355a1b8f610-e998b441, #w-node-_8cc109ce-05d0-da87-6f3e-44d1f5bbee80-e998b441, #w-node-_072a7fde-221e-3889-6cf8-50f8997217c4-e998b441, #w-node-_1937635f-5074-3929-5de2-775514f3d950-e998b441, #w-node-a20cb001-5c9d-e945-ab63-ba777ab2f88b-e998b441, #w-node-eb0a1902-6e81-a8fb-aee3-c355a1b8f610-a898b442, #w-node-_8cc109ce-05d0-da87-6f3e-44d1f5bbee80-a898b442, #w-node-_072a7fde-221e-3889-6cf8-50f8997217c4-a898b442, #w-node-_1937635f-5074-3929-5de2-775514f3d950-a898b442, #w-node-a20cb001-5c9d-e945-ab63-ba777ab2f88b-a898b442, #w-node-eb0a1902-6e81-a8fb-aee3-c355a1b8f610-1c98b443, #w-node-_8cc109ce-05d0-da87-6f3e-44d1f5bbee80-1c98b443, #w-node-_072a7fde-221e-3889-6cf8-50f8997217c4-1c98b443, #w-node-_1937635f-5074-3929-5de2-775514f3d950-1c98b443, #w-node-a20cb001-5c9d-e945-ab63-ba777ab2f88b-1c98b443 {
  justify-self: start;
}

#w-node-_6db29879-0a94-8d89-d5f9-edecf77eb605-66e2b996, #w-node-_742c7591-bf27-c288-4b82-19721f3604de-66e2b996, #w-node-_9026b7e1-cadb-8e6e-e193-0639c2de67a4-66e2b996 {
  place-self: center;
}

#w-node-_11f8644b-cfa6-8ed8-667b-9d29d9c2e323-66e2b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_161a37ab-8ea3-dbe0-e8c1-bdb4018a083d-4a85a9ff, #w-node-_161a37ab-8ea3-dbe0-e8c1-bdb4018a0844-4a85a9ff {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_99da01b5-92a6-a479-161d-625852c7eb14-2a98b436 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-eb0a1902-6e81-a8fb-aee3-c355a1b8f610-d298b43e, #w-node-_8cc109ce-05d0-da87-6f3e-44d1f5bbee80-d298b43e, #w-node-_072a7fde-221e-3889-6cf8-50f8997217c4-d298b43e, #w-node-_1937635f-5074-3929-5de2-775514f3d950-d298b43e, #w-node-a20cb001-5c9d-e945-ab63-ba777ab2f88b-d298b43e {
    justify-self: center;
  }

  #w-node-_161a37ab-8ea3-dbe0-e8c1-bdb4018a083d-4a85a9ff {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_161a37ab-8ea3-dbe0-e8c1-bdb4018a0844-4a85a9ff {
    grid-area: span 6 / span 2 / span 6 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_11536fc5-7a34-d7a2-e64c-e1e452aad5ff-52aad5ee {
    justify-self: start;
  }

  #w-node-_99da01b5-92a6-a479-161d-625852c7eb03-2a98b436 {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-_99da01b5-92a6-a479-161d-625852c7eb14-2a98b436 {
    grid-row: 1 / 2;
  }

  #w-node-_99da01b5-92a6-a479-161d-625852c7eb29-2a98b436 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_99da01b5-92a6-a479-161d-625852c7eb3e-2a98b436 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_27f95c71-612f-3505-5cde-0ded66de46ad-1698b428 {
    order: -9999;
  }

  #w-node-_11536fc5-7a34-d7a2-e64c-e1e452aad5ff-52aad5ee {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_11536fc5-7a34-d7a2-e64c-e1e452aad607-52aad5ee {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_419ca55b-cb34-202a-b48b-9dc0463f4cd1-463f4cd0, #w-node-_419ca55b-cb34-202a-b48b-9dc0463f4cf2-463f4cd0 {
    justify-self: start;
  }

  #w-node-eb0a1902-6e81-a8fb-aee3-c355a1b8f610-6a98b440, #w-node-_8cc109ce-05d0-da87-6f3e-44d1f5bbee80-6a98b440, #w-node-_072a7fde-221e-3889-6cf8-50f8997217c4-6a98b440, #w-node-_1937635f-5074-3929-5de2-775514f3d950-6a98b440, #w-node-a20cb001-5c9d-e945-ab63-ba777ab2f88b-6a98b440, #w-node-eb0a1902-6e81-a8fb-aee3-c355a1b8f610-e998b441, #w-node-_8cc109ce-05d0-da87-6f3e-44d1f5bbee80-e998b441, #w-node-_072a7fde-221e-3889-6cf8-50f8997217c4-e998b441, #w-node-_1937635f-5074-3929-5de2-775514f3d950-e998b441, #w-node-a20cb001-5c9d-e945-ab63-ba777ab2f88b-e998b441, #w-node-eb0a1902-6e81-a8fb-aee3-c355a1b8f610-a898b442, #w-node-_8cc109ce-05d0-da87-6f3e-44d1f5bbee80-a898b442, #w-node-_072a7fde-221e-3889-6cf8-50f8997217c4-a898b442, #w-node-_1937635f-5074-3929-5de2-775514f3d950-a898b442, #w-node-a20cb001-5c9d-e945-ab63-ba777ab2f88b-a898b442, #w-node-eb0a1902-6e81-a8fb-aee3-c355a1b8f610-1c98b443, #w-node-_8cc109ce-05d0-da87-6f3e-44d1f5bbee80-1c98b443, #w-node-_072a7fde-221e-3889-6cf8-50f8997217c4-1c98b443, #w-node-_1937635f-5074-3929-5de2-775514f3d950-1c98b443, #w-node-a20cb001-5c9d-e945-ab63-ba777ab2f88b-1c98b443 {
    justify-self: center;
  }
}


