:root {
  --white: white;
  --dim-grey: #4f555e;
  --light-slate-grey: #7b8597;
  --black: black;
  --charcoal-black: #171717;
  --12c2e9: #12c2e9;
  --orchid: #c471ed;
  --f64f59: #f64f59;
  --chartreuse: #7cff01;
}

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

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

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

.w-users-usersignupverificationmessage {
  display: none;
}

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

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

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

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--white);
  cursor: default;
  background-color: #0c0c0c;
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  display: flex;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 3.052em;
  line-height: 1.1;
}

h2 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.441em;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.953em;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.563em;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  color: var(--white);
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

p {
  margin-bottom: 20px;
}

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

a:hover {
  text-decoration: underline;
}

ul {
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

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

label {
  margin-bottom: 8px;
  font-size: 1em;
  font-weight: 400;
  display: block;
}

strong {
  color: var(--white);
  font-weight: 600;
}

blockquote {
  background-image: url('../images/format_quote_white_24dp.svg'), url('../images/format_quote_white_24dp.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 24px;
  border: 1px #000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 24px 40px;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.7;
}

figcaption {
  color: #dbe5f4;
  text-align: center;
  margin-top: 5px;
}

.navbar {
  z-index: 1000;
  width: 100%;
  box-shadow: 0 1px 0 0 var(--dim-grey);
  background-color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container.no-limits {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.brand {
  color: #141721;
  text-transform: uppercase;
  flex: 1;
  align-items: center;
  padding-left: 0;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.brand:hover {
  text-decoration: none;
}

.brand.footer {
  flex: 0 auto;
  margin-bottom: 20px;
}

.navbar-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.nav-link {
  color: var(--light-slate-grey);
  text-align: center;
  align-items: center;
  margin-left: 0;
  padding: 12px 24px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--white);
  text-decoration: none;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.button {
  z-index: 5;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--charcoal-black);
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button:hover {
  border-color: var(--light-slate-grey);
  background-color: var(--light-slate-grey);
  color: var(--white);
  text-decoration: none;
}

.button.secondary {
  border: 1px solid var(--dim-grey);
  box-shadow: none;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.secondary:hover {
  border-color: var(--light-slate-grey);
  background-color: var(--dim-grey);
  color: var(--white);
}

.button.in-nav {
  color: var(--white);
  background-color: #333;
  border-style: none;
  margin-left: 32px;
}

.button.in-nav:hover {
  background-color: var(--dim-grey);
}

.button.save-cancel {
  box-shadow: none;
  color: var(--white);
  background-color: #333;
  border-style: none;
  margin-right: 0;
  padding: 12px 20px;
  font-size: .9em;
}

.button.save-cancel:hover {
  background-color: var(--dim-grey);
}

.button.subscribe {
  font-size: 14px;
}

.section {
  width: 100%;
  flex: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.footer {
  border-top: 1px solid var(--dim-grey);
  color: #dbe5f4;
  flex: 0 auto;
  margin-top: auto;
}

.section._404 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section.top-padding-80 {
  padding-top: 80px;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.course-hero {
  padding-top: 0;
  padding-bottom: 0;
}

.section.coming-soon {
  border-top: 1px solid var(--dim-grey);
  background-color: var(--charcoal-black);
  background-image: linear-gradient(135deg, var(--12c2e9), var(--orchid) 50%, var(--f64f59));
}

.section.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.section.contact-hero {
  border-bottom: 1px solid var(--dim-grey);
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/course-preview-1-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.paragraph.tiny {
  font-size: .75em;
}

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

.client-logo {
  max-height: 40px;
  flex: 0 auto;
}

.block-title {
  width: 100%;
  max-width: 400px;
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-block {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 400px) minmax(auto, 800px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.width-100 {
  width: 100%;
}

.secondary-button {
  background-color: var(--white);
  color: #0056e1;
  text-align: center;
  text-transform: capitalize;
  border-radius: 2px;
  flex: none;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 32px;
  font-family: Roboto Condensed;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.secondary-button:hover {
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}

.contact-ribbon-wrapper {
  width: 100%;
  border-bottom: 2px solid #0056e1;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.blog-cli {
  width: 100%;
  flex: none;
  transition: all .4s;
}

.blog-cli:hover {
  transform: scale(1.0125);
}

.flex-vertical {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-vertical.align-center {
  text-align: center;
  align-items: center;
}

.email-subscription-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.field-label {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 600;
}

.text-field {
  min-height: 50px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dim-grey);
  background-color: rgba(23, 23, 23, 0);
  margin-bottom: 20px;
  padding: 12px 0;
  transition: all .2s;
}

.text-field:hover {
  border-bottom-color: var(--light-slate-grey);
  background-color: var(--charcoal-black);
}

.text-field:focus {
  border-bottom-color: var(--white);
  background-color: var(--charcoal-black);
}

.text-field::-ms-input-placeholder {
  color: var(--light-slate-grey);
}

.text-field::placeholder {
  color: var(--light-slate-grey);
}

.form-row {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-row-wrapper {
  width: 100%;
}

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

.checkbox {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-color: #dbe5f4;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.checkbox.w--redirected-checked {
  background-color: #141721;
  border-color: #dbe5f4;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--12c2e9);
}

.checkbox-label {
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.3;
}

.footer-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-columns-wrap {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  display: grid;
}

.footer-link {
  color: var(--light-slate-grey);
  text-transform: none;
  margin-top: 24px;
  font-size: .8em;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.footer-column {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.breadcrumbs-wrapper {
  color: var(--light-slate-grey);
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-title {
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-title-indent {
  width: 100%;
  max-width: 800px;
  text-indent: 200px;
  margin-top: 0;
  margin-bottom: 0;
}

.brand-logo {
  z-index: 6;
  width: 100%;
  max-width: 178px;
  flex: none;
}

.homepage-hero-image {
  width: 100%;
  height: 100%;
  max-width: 840px;
  object-fit: cover;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.projects-cli {
  width: 100%;
}

.ratio-image-wrap {
  width: 100%;
  color: #141721;
  flex: none;
  padding-top: 66.66%;
  position: relative;
  overflow: hidden;
}

.testimonials-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  margin-top: 40px;
  overflow: hidden;
}

.subheading {
  width: 100%;
  max-width: 80ch;
}

.margin-b40 {
  margin-bottom: 40px;
}

.team-photo-link-block {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

._404-text-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.devices-cli {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.founder-link-block {
  width: 100%;
  height: 500px;
  max-width: 800px;
  border-radius: 20px;
  overflow: hidden;
}

.style-guide-block {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.style-guide-block-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
}

.photography-link {
  width: 100%;
  height: 260px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

._2-column-grid.bottom-margin-40 {
  margin-bottom: 40px;
}

._2-column-grid.no-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

._3-column-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-item {
  text-align: left;
}

.partner-logo {
  width: 100%;
  max-height: 170px;
  max-width: 170px;
  opacity: .5;
}

.max-width-40ch {
  max-width: 40ch;
}

.paragraph-smaller {
  font-size: .8em;
}

.paragraph-smaller.bottom-margin-40 {
  margin-bottom: 40px;
}

.paragraph-smaller.text-under-button {
  max-width: 40ch;
  margin-top: 12px;
  margin-bottom: 0;
}

.socials-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  margin-bottom: 16px;
  display: grid;
}

.socials-wrap.in-footer {
  grid-auto-flow: column;
  margin-top: 24px;
  margin-bottom: 0;
}

.social-icon {
  width: 20px;
}

.social-link {
  padding: 1px;
  transition: all .3s;
}

.social-link:hover {
  transform: scale(1.1);
}

.tag {
  color: var(--light-slate-grey);
  letter-spacing: .1em;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 16px;
  font-size: .75em;
  line-height: 1;
  display: block;
}

.review-avatar {
  width: 100%;
  object-fit: cover;
  flex: none;
}

.review-avatar.smaller {
  width: 80px;
  height: 80px;
  border: 1px solid var(--charcoal-black);
  border-radius: 50%;
  margin-left: -12px;
}

.faq-wrap {
  z-index: 1;
  width: 100%;
  border-top: 1px solid var(--dim-grey);
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.faq-dropdown {
  width: 100%;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dim-grey);
}

.faq-dropdown-toggle {
  width: 100%;
  color: var(--white);
  padding: 20px 40px 20px 24px;
}

.faq-dropdown-list {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-dropdown-list-wrap {
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
}

.success-message {
  background-color: var(--charcoal-black);
  text-align: left;
  padding: 20px;
}

.error-message {
  color: var(--f64f59);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: .8em;
  position: relative;
  top: 0%;
}

.absolute-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.newsletter-form-block {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 32px;
}

.newsletter-form {
  width: 100%;
  border: 1px none var(--dim-grey);
  background-color: var(--white);
  align-items: stretch;
  display: flex;
}

.newsletter-email-input-field {
  height: 54px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.newsletter-email-input-field::-ms-input-placeholder {
  color: var(--dim-grey);
}

.newsletter-email-input-field::placeholder {
  color: var(--dim-grey);
}

.form-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  margin-top: 24px;
  font-size: .9em;
}

.form-footer.top-margin-12 {
  margin-top: 12px;
}

.login-signup-wrapper {
  width: 100%;
  height: auto;
  max-width: 640px;
  margin-right: 0;
  padding: 80px 40px;
}

.login-signup-wrapper.centred {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

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

.user-account-wrapper {
  min-height: auto;
  border: 1px solid var(--dim-grey);
  background-color: rgba(0, 0, 0, 0);
  padding: 32px;
}

.my-accont-wrap {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block-header {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0;
}

.review-card {
  z-index: 1;
  width: 100%;
  max-width: 400px;
  border: 1px solid var(--dim-grey);
  text-align: left;
  background-color: #000;
  flex-direction: column;
  flex: none;
  margin-right: 24px;
  display: flex;
  position: relative;
}

.block-content {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: 0;
}

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

.update-password-block, .reset-password-form-block, .log-in-form-block, .sign-up-form-block {
  width: 100%;
  max-width: 400px;
  padding-left: 0;
  padding-right: 0;
}

.success-state {
  width: 100%;
  text-align: center;
}

.success-state.in-profile {
  text-align: left;
  margin-top: 20px;
}

.sign-up-verification {
  text-align: center;
}

.font-color-green {
  color: var(--chartreuse);
}

.user-log-in-log-out {
  color: var(--white);
  background-color: #333;
  padding: 12px 32px;
  font-weight: 600;
}

.user-log-in-log-out:hover {
  background-color: var(--dim-grey);
}

.max-15ch {
  max-width: 15ch;
}

.gradient-text {
  background-image: linear-gradient(135deg, var(--12c2e9), var(--orchid) 50%, var(--f64f59));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.review-avatars-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 12px;
  display: flex;
  position: relative;
}

.trusted-by-users-wrap {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.review-author {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dim-grey);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: auto;
  display: grid;
}

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

.ratings-wrap {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 40px;
  display: grid;
}

.rating-card {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--charcoal-black);
  text-align: center;
  text-transform: capitalize;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-size: .75em;
  display: flex;
}

.small-logo {
  height: 28px;
  max-width: 100px;
}

.small-logo.absolute {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 20px;
}

.hero-stacked {
  width: 100%;
  text-align: center;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-wrap {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-wrap.no-bottom-margin {
  margin-bottom: 0;
}

.course-card-info {
  width: 100%;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.course-details-wrap {
  width: 100%;
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: .8em;
}

.course-details-wrap.no-bottom-margin {
  margin-bottom: 0;
}

.course-image-wrap {
  width: 100%;
  padding-top: 56.66%;
  position: relative;
  overflow: hidden;
}

.faq-wrapper {
  width: 100%;
  max-width: 70ch;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.coming-soon-wrap {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-column-paragraph {
  column-count: 2;
  column-gap: 80px;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logos-wrap {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
}

.work-dropdown {
  width: 100%;
  overflow: hidden;
}

.trusted-by-wrap {
  width: 100%;
}

.coming-soon-heading-wrap {
  z-index: 1;
  position: relative;
}

.hero-heading-wrap {
  z-index: 1;
  width: 100%;
  max-width: 80%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.utility-page-content {
  width: 100%;
  max-width: 320px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.margins-8px {
  flex: none;
  margin-left: 8px;
  margin-right: 8px;
}

.course-h1 {
  margin-top: 0;
  margin-bottom: 20px;
}

.courses-clw {
  width: 100%;
}

.courses-cl {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.courses-cl.on-home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.courses-cl.related {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.courses-cl.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}

.courses-cli {
  width: 100%;
  flex: none;
  transition: all .4s;
}

.courses-cli:hover {
  transform: scale(1.0125);
}

.icon {
  width: 24px;
  margin-right: 0;
}

.breadcrumbs-link {
  line-height: 1;
  text-decoration: none;
}

.breadcrumbs-link.w--current {
  text-decoration: none;
}

.courses-wrap {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10%;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
  position: relative;
}

.course-wrap {
  z-index: 1;
  width: 100%;
  max-width: 30em;
  flex: none;
  position: absolute;
}

.course-wrap:hover {
  z-index: 2;
}

.course-wrap._1 {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.course-wrap._2 {
  position: relative;
}

.course-wrap._3 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.avatar {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 1px solid #00012a;
  border-radius: 50%;
  margin-left: -16px;
}

.join-wrap {
  text-align: left;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 16px;
  font-size: .8em;
  display: flex;
}

.join-text {
  max-width: 20ch;
  text-align: left;
  margin-left: 12px;
}

.hero-video-wrap {
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.play-icon {
  width: 20px;
  height: 20px;
  flex: none;
  margin-left: 4px;
}

.about-course-card {
  text-align: center;
  border-right: 1px solid #000;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.text-under-about-course-block {
  width: 100%;
  border-top: 1px solid var(--dim-grey);
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.centred-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.course-details-block {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--charcoal-black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.course-length {
  background-image: url('../images/schedule_white_24dp-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 20px;
  display: inline-block;
}

.course-hero-content {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.short-description {
  max-width: 40ch;
  margin-bottom: 20px;
}

.outline-clw {
  width: 100%;
}

.outline-cli {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--dim-grey);
}

.outline-cli:last-child {
  border-bottom-style: solid;
  border-bottom-color: var(--dim-grey);
}

.video-lesson-link-block {
  width: 100%;
  background-image: url('../images/play_circle_outline_white_24dp.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 8px 20px 8px 44px;
  text-decoration: none;
  transition: all .3s;
}

.video-lesson-link-block:hover {
  background-color: var(--charcoal-black);
  text-decoration: none;
}

.video-lesson-link-block.w--current {
  background-color: var(--dim-grey);
}

.summary-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.course-image, .course-summary {
  margin-bottom: 24px;
}

.marquee-wrap {
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

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

.review-paragraph {
  flex: 1;
  margin-bottom: 0;
  padding: 24px;
}

.review-author-credentials {
  width: 100%;
  height: 100%;
  border-left: 1px solid var(--dim-grey);
  flex-direction: column;
  justify-content: center;
  padding: 8px 20px;
  display: flex;
  position: relative;
}

.outline-wrap {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.footer-column-heading {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
}

.course-links-grid {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.course-link {
  width: 100%;
  border: 1px solid var(--dim-grey);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  transition: all .2s;
  display: flex;
}

.course-link:hover {
  background-color: var(--charcoal-black);
}

.course-link.accent {
  background-image: linear-gradient(135deg, var(--12c2e9), var(--orchid) 50%, var(--f64f59));
  border-style: none;
}

.course-card {
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid var(--dim-grey);
  text-align: left;
  background-color: #000;
  flex-direction: column;
  flex: none;
  display: flex;
  position: relative;
}

.heading-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.newsletter-subscription-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.video-lessons-wrap {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.lesson-video {
  width: 100%;
  margin-bottom: 40px;
}

.lesson-h1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 400;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: var(--dim-grey);
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-in-course-details {
  display: inline-block;
}

.contact-form {
  width: 100%;
  margin-bottom: 0;
}

.form-text-field {
  width: 100%;
  height: 50px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dim-grey);
  color: var(--charcoal-black);
  background-color: rgba(23, 23, 23, 0);
  margin-bottom: 20px;
  padding: 16px 0;
  transition: all .2s;
}

.form-text-field:hover {
  border-bottom-color: var(--light-slate-grey);
}

.form-text-field:focus {
  border-bottom-color: var(--white);
}

.form-text-field::-ms-input-placeholder {
  color: var(--light-slate-grey);
}

.form-text-field::placeholder {
  color: var(--light-slate-grey);
}

.form-text-field.area {
  height: auto;
  min-height: 100px;
}

.follow-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.enrolled-courses-list {
  width: 100%;
  margin-top: 40px;
}

.course-table {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.course-table.head {
  border-bottom: 1px solid var(--dim-grey);
  color: var(--light-slate-grey);
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dashboard-wrap {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.course-details {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  background-color: var(--charcoal-black);
  padding: 20px;
}

.user-account-form-block {
  margin-top: 40px;
}

.form-header {
  text-align: left;
  margin-bottom: 32px;
}

.text-under-faq {
  margin-top: 40px;
  margin-bottom: 0;
}

.hero-heading {
  max-width: 22ch;
  margin-top: 0;
}

._3-columns-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

._3-columns-grid.bottom-margin-80px {
  margin-bottom: 80px;
}

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

.section-divider {
  height: 1px;
  max-width: 1280px;
  background-color: var(--dim-grey);
  margin-left: 40px;
  margin-right: 40px;
}

.feature-icon {
  max-height: 36px;
  max-width: 36px;
}

.feature-icon-wrap {
  width: 60px;
  height: 60px;
  background-color: var(--charcoal-black);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.feature-card {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.feature-heading {
  margin-top: 0;
  font-size: 1em;
  line-height: 1.4;
}

.start-course-button-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fixed-full-width-image {
  width: 100%;
  height: 50vh;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.footer-links-cl {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

.footer-links-cli {
  display: flex;
}

.blog-page-image {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.blogs-clw {
  width: 100%;
}

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

.blog-cl.related {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.newsletter-sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.blog-item-page-wrap {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.pagination {
  margin-top: 40px;
}

.image-in-login-signup {
  width: 100%;
  height: 100%;
  position: relative;
}

.login-sign-block {
  border-right: 1px solid var(--dim-grey);
}

@media screen and (min-width: 1280px) {
  .button.in-nav {
    margin-left: 30px;
  }

  .grid-block {
    grid-column-gap: 80px;
    grid-template-columns: minmax(auto, 400px) minmax(auto, 800px);
  }
}

@media screen and (min-width: 1440px) {
  .homepage-hero-image {
    max-width: 920px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 3em;
  }

  .homepage-hero-image {
    max-width: 1080px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.75em;
  }

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

  .nav-link {
    width: 100%;
    border-top: 1px solid var(--dim-grey);
    justify-content: center;
  }

  .nav-link:hover {
    transform: none;
  }

  .nav-menu {
    background-color: var(--black);
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
  }

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

  .button.in-nav {
    width: 100%;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    margin-left: 0;
  }

  .client-logo {
    max-height: 32px;
  }

  .grid-block {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .email-subscription-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-columns-wrap {
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .menu-button {
    z-index: 1;
    width: 50px;
    height: 50px;
    flex: none;
    margin-left: 12px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .homepage-hero-image {
    max-height: 40vh;
    border-radius: 0 0 25px 25px;
    margin-bottom: 80px;
    position: static;
  }

  .team-photo-link-block {
    height: 400px;
    margin-bottom: 20px;
  }

  .founder-link-block {
    margin-bottom: 20px;
  }

  .photography-link {
    height: 180px;
  }

  ._2-column-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .menu-lottie {
    display: flex;
  }

  .login-signup-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .my-accont-wrap {
    grid-template-columns: 1fr;
  }

  .ratings-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-auto-flow: row;
  }

  .course-wrap:hover {
    transform: none;
  }

  .course-hero-content {
    padding-bottom: 0;
  }

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

  .section-divider {
    margin-left: 20px;
    margin-right: 20px;
  }

  .feature-icon-wrap {
    margin-bottom: 20px;
  }

  .feature-card {
    flex-direction: column;
  }

  .blog-cl {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  p, a {
    font-size: 14px;
  }

  blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.1em;
  }

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

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

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

  .paragraph {
    font-size: 14px;
  }

  .block-title {
    font-size: 28px;
  }

  .form-row {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .hero-title-indent {
    font-size: 40px;
  }

  .team-photo-link-block {
    height: 300px;
  }

  .founder-link-block {
    height: 400px;
  }

  .socials-wrap.in-footer {
    grid-auto-flow: column;
  }

  .faq-dropdown-toggle {
    padding-left: 20px;
  }

  .faq-dropdown-list-wrap, .login-signup-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .my-accont-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .log-in-form-block, .sign-up-form-block {
    margin-left: auto;
    margin-right: auto;
  }

  .ratings-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .faq-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .coming-soon-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  ._2-column-paragraph {
    column-count: 1;
  }

  .hero-heading-wrap {
    max-width: 100%;
  }

  .courses-cl {
    grid-template-columns: 1fr;
  }

  .courses-cl.related {
    grid-auto-flow: row;
  }

  .course-wrap {
    max-width: 20em;
  }

  .outline-wrap {
    position: relative;
    top: 0;
  }

  .course-links-grid {
    grid-template-columns: 1fr;
  }

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

  .video-lessons-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._3-columns-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .feature-card {
    flex-direction: row;
  }

  .blog-cl {
    grid-template-columns: 1fr 1fr;
  }

  .blog-item-page-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-in-login-signup {
    padding-top: 100%;
  }

  .login-sign-block {
    border-bottom: 1px solid var(--dim-grey);
    border-right-style: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h2 {
    margin-bottom: 20px;
  }

  .container.nav-bar {
    padding-right: 12px;
  }

  .navbar-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button {
    justify-content: center;
  }

  .button.save-cancel {
    min-width: auto;
    padding: 10px 16px;
  }

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

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

  .grid-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .secondary-button {
    width: 100%;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact-ribbon-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

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

  .footer-columns-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-column {
    max-width: none;
  }

  .breadcrumbs-wrapper {
    padding-bottom: 20px;
    display: block;
  }

  .hero-title-indent {
    text-indent: 0;
    font-size: 36px;
  }

  .menu-button {
    margin-left: 8px;
  }

  .homepage-hero-image {
    margin-bottom: 40px;
  }

  .testimonials-slider {
    margin-top: 0;
  }

  .team-photo-link-block {
    height: 400px;
    margin-top: 20px;
  }

  .photography-link {
    height: 150px;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
  }

  .partner-logo {
    width: auto;
    max-height: 120px;
    max-width: 100%;
    margin-bottom: 24px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .faq-dropdown-toggle {
    white-space: normal;
  }

  .newsletter-form {
    padding: 4px 4px 4px 16px;
  }

  .user-account-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-card {
    max-width: 300px;
    margin-right: 12px;
  }

  .rating-card {
    padding: 20px;
  }

  .small-logo {
    height: 24px;
    max-width: 90px;
  }

  .course-card-info {
    grid-template-columns: 1fr;
  }

  ._2-column-paragraph {
    column-count: 1;
  }

  .logos-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: start;
    justify-items: start;
    display: block;
  }

  .trusted-by-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .margins-8px {
    display: inline-block;
  }

  .courses-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    display: grid;
  }

  .course-wrap {
    max-width: 100%;
  }

  .course-wrap._1, .course-wrap._2, .course-wrap._3 {
    position: static;
  }

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

  .course-details-block, .course-table {
    grid-template-columns: 1fr;
  }

  .course-table.head {
    display: none;
  }

  .div-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  ._3-columns-grid {
    grid-row-gap: 20px;
  }

  .feature-icon-wrap {
    margin-right: 20px;
  }

  .fixed-full-width-image {
    height: 30vh;
    background-attachment: scroll;
  }

  .blog-cl {
    grid-template-columns: 1fr;
  }

  .blog-cl.related {
    grid-auto-flow: row;
  }
}

#w-node-bfd1c455-22a9-6b7a-90a9-98013e8db38a-28dbe0fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fd55a64-814b-85a9-415e-e54ecb97cfdf-28dbe0fa {
  align-self: center;
}

#w-node-_973437a2-b3ef-69d8-0d76-58f73ac5c152-28dbe0fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78d3ce91-c87e-34ee-e113-2525334bb759-28dbe0fa {
  align-self: start;
  justify-self: end;
}

#w-node-_9ae99984-a787-07ab-233a-8196ef352208-28dbe0fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ae99984-a787-07ab-233a-8196ef352209-28dbe0fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9ae99984-a787-07ab-233a-8196ef35220e-28dbe0fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_9ae99984-a787-07ab-233a-8196ef35221c-28dbe0fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ae99984-a787-07ab-233a-8196ef352222-28dbe0fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_9ae99984-a787-07ab-233a-8196ef352230-28dbe0fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ae99984-a787-07ab-233a-8196ef352236-28dbe0fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_464be21e-b7fa-c8c8-19ca-fe384f8525a2-28dbe0fa, #w-node-dfcb9b71-63cf-6367-e7ad-eae597b216ba-28dbe0fa, #w-node-dfcb9b71-63cf-6367-e7ad-eae597b216bb-28dbe0fa, #w-node-dfcb9b71-63cf-6367-e7ad-eae597b216bc-28dbe0fa, #w-node-dfcb9b71-63cf-6367-e7ad-eae597b216bd-28dbe0fa, #w-node-dfcb9b71-63cf-6367-e7ad-eae597b216be-28dbe0fa, #w-node-a8849f51-fde1-cdc0-14df-bc725d11d9c3-5d11d9bd, #w-node-a8849f51-fde1-cdc0-14df-bc725d11d9cb-5d11d9bd, #w-node-a8849f51-fde1-cdc0-14df-bc725d11d9d3-5d11d9bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d996e02b-b650-04c1-3ff2-6a3983a8a6a4-05c2b223 {
  align-self: center;
}

#w-node-_4aa01a68-a647-797b-c95f-d99d261f32e3-261f32e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4aa01a68-a647-797b-c95f-d99d261f32f4-261f32e3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c52665b9-07b3-1f8c-5447-b522d1ae0939-28dbe100, #w-node-_2d2c52da-282e-76f1-4646-c07fbc41cdb0-28dbe100, #w-node-cf63989b-e7b9-0e84-f86b-551504a6fdbf-28dbe100, #w-node-_37ca1cb7-ffcd-5799-6ae1-962a263310e5-28dbe100, #w-node-a4aabb29-fb94-e9ae-9265-7497f2d0676e-28dbe100, #w-node-_28a40984-e693-948c-645c-4d88ce9d67a1-28dbe100, #w-node-ab66fd4b-983b-fda1-1537-29ea2526a4ed-28dbe100, #w-node-e544a1c4-abaf-ce87-fecd-9fd9b17d9cd9-28dbe100, #w-node-d1415af2-ab9d-072c-31a8-000ad7076e4f-28dbe109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1415af2-ab9d-072c-31a8-000ad7076e52-28dbe109 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d1415af2-ab9d-072c-31a8-000ad7076e50-28dbe109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_82025898-ec0a-8a85-8db7-746f916c0388-28dbe109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82025898-ec0a-8a85-8db7-746f916c038e-28dbe109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_076b0845-edc2-10da-bcc3-b35ad8a13fc3-28dbe109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_076b0845-edc2-10da-bcc3-b35ad8a13fc9-28dbe109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-b90592fb-b37f-e0b7-b7cb-5161c4e465d3-28dbe109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90592fb-b37f-e0b7-b7cb-5161c4e465d9-28dbe109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-b5d95fde-02eb-e701-3556-646a72bab325-72bab316 {
  align-self: start;
}

#w-node-_264a61dd-0a5e-a357-a7d6-d3fb3aede8e9-28dbe10a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57933152-d777-f3c0-b7af-feff6abfbbc6-28dbe10a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_78104e07-e990-78df-327d-7a852db57fb8-28dbe10b, #w-node-f6955c67-3c3d-de4e-9339-8d1fd2c888df-28dbe10b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9516074-8f10-6e8c-4194-bb3eed9080f9-28dbe10b {
  align-self: center;
  justify-self: end;
}

#w-node-b8afbcfc-bc74-69fd-9bd3-e852a5ac2773-28dbe10b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8afbcfc-bc74-69fd-9bd3-e852a5ac2774-28dbe10b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8afbcfc-bc74-69fd-9bd3-e852a5ac2779-28dbe10b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-b5940eee-b407-1baa-64a5-cdc864beed7a-28dbe10c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5102c097-6103-b497-bc20-6e07cb724927-28dbe10c {
  align-self: end;
}

#w-node-d905f7c5-4a84-ef5a-4fb4-95cf3374ad3e-28dbe10c, #w-node-a64d8786-7c67-be16-fe89-180840439fdc-28dbe10c, #w-node-a64d8786-7c67-be16-fe89-180840439fe2-28dbe10c, #w-node-a64d8786-7c67-be16-fe89-180840439fe8-28dbe10c, #w-node-_271639ce-02a6-8132-3288-3b93555693ac-28dbe10c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ab3df67-4f35-0414-5055-48c707af176e-28dbe10c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_107e5a0c-825f-a64e-d25f-2cd92f16299b-28dbe10c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_107e5a0c-825f-a64e-d25f-2cd92f16299c-28dbe10c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_107e5a0c-825f-a64e-d25f-2cd92f1629a1-28dbe10c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_7ffb5712-0e52-82b2-1538-968f0c4e1583-28dbe112, #w-node-_1767940a-9be6-3735-743c-b3f47766c744-28dbe119, #w-node-a8c2729e-9661-544a-80e2-ce61080cb033-28dbe11d, #w-node-cf75c418-615c-351b-440a-32b5687fdbec-28dbe11d, #w-node-_7181180f-f3f3-c2c3-2878-0088847beea8-28dbe11d, #w-node-aba5f04d-fbdb-fa22-60ad-ec4df764b17a-28dbe11d, #w-node-_8b219fb3-0568-abd4-ce06-fe65bc0bcd3e-28dbe11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-d996e02b-b650-04c1-3ff2-6a3983a8a6a4-05c2b223 {
    align-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-a8c2729e-9661-544a-80e2-ce61080cb033-28dbe11d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-dadbcdc8-3a97-37ca-8066-bf10a86a4cb1-c7a35215, #w-node-_60df5893-d137-44ae-ea3f-3ca95a3ff2e1-c7a35215 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5102c097-6103-b497-bc20-6e07cb724927-28dbe10c, #w-node-bc8073d5-beaf-a68a-f4ec-cd81e3ddcc0a-28dbe10c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b1506bd9-5358-2284-fd62-7f7ed624fe06-28dbe0fa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_464be21e-b7fa-c8c8-19ca-fe384f8525a2-28dbe0fa {
    grid-column: span 2 / span 2;
  }

  #w-node-dadbcdc8-3a97-37ca-8066-bf10a86a4cb1-c7a35215, #w-node-_60df5893-d137-44ae-ea3f-3ca95a3ff2e1-c7a35215 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d996e02b-b650-04c1-3ff2-6a3983a8a6a4-05c2b223, #w-node-_748e89b8-a0eb-a3fb-3908-8d9305c2b229-05c2b223, #w-node-b5d95fde-02eb-e701-3556-646a72bab325-72bab316, #w-node-_6c169550-cd4e-123d-eac1-dd1e6e45bf07-28dbe112 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7ffb5712-0e52-82b2-1538-968f0c4e1583-28dbe112 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1a153a3e-77b4-7a9b-9e57-e6edf84a5973-28dbe116, #w-node-_28f80895-f1bf-7c1d-0f6a-433491bd200c-28dbe116 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1767940a-9be6-3735-743c-b3f47766c744-28dbe119 {
    grid-column: span 2 / span 2;
  }

  #w-node-b62a6a23-0976-0fe5-9387-04acccc66d69-28dbe119 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9ae99984-a787-07ab-233a-8196ef352209-28dbe0fa {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9ae99984-a787-07ab-233a-8196ef35220e-28dbe0fa, #w-node-_9ae99984-a787-07ab-233a-8196ef352222-28dbe0fa, #w-node-_9ae99984-a787-07ab-233a-8196ef352236-28dbe0fa {
    justify-self: stretch;
  }

  #w-node-b1506bd9-5358-2284-fd62-7f7ed624fe06-28dbe0fa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dadbcdc8-3a97-37ca-8066-bf10a86a4cb1-c7a35215, #w-node-_60df5893-d137-44ae-ea3f-3ca95a3ff2e1-c7a35215 {
    grid-column: span 1 / span 1;
  }

  #w-node-d996e02b-b650-04c1-3ff2-6a3983a8a6a4-05c2b223, #w-node-_748e89b8-a0eb-a3fb-3908-8d9305c2b229-05c2b223 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d1415af2-ab9d-072c-31a8-000ad7076e52-28dbe109 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d1415af2-ab9d-072c-31a8-000ad7076e50-28dbe109, #w-node-_82025898-ec0a-8a85-8db7-746f916c038e-28dbe109, #w-node-_076b0845-edc2-10da-bcc3-b35ad8a13fc9-28dbe109, #w-node-b90592fb-b37f-e0b7-b7cb-5161c4e465d9-28dbe109 {
    justify-self: stretch;
  }

  #w-node-e9516074-8f10-6e8c-4194-bb3eed9080f9-28dbe10b {
    justify-self: start;
  }

  #w-node-b8afbcfc-bc74-69fd-9bd3-e852a5ac2774-28dbe10b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b8afbcfc-bc74-69fd-9bd3-e852a5ac2779-28dbe10b {
    justify-self: stretch;
  }

  #w-node-_8484aaa8-a8ce-e4b2-b9d7-d6ac0fdf4f78-28dbe10c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9ab3df67-4f35-0414-5055-48c707af176e-28dbe10c {
    grid-column: span 2 / span 2;
  }

  #w-node-_107e5a0c-825f-a64e-d25f-2cd92f16299c-28dbe10c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_107e5a0c-825f-a64e-d25f-2cd92f1629a1-28dbe10c {
    justify-self: stretch;
  }
}


