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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.w-commerce-commercecartcontainerwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.w-commerce-commercecartheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.w-commerce-commercecartformwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-overflow-scrolling: touch;
}

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

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

.w-commerce-commercecartiteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

.w-commerce-commercecartquantity::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.w-commerce-commercecartquantity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

.w-commerce-commercecartapplepaybutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 8px;
  height: 38px;
  min-height: 30px;
}

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

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

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

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

.w-commerce-commercecartcheckoutbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.w-commerce-commercecartemptystate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #ffdede;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

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

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.w-commerce-commerceaddtocartoptionpill {
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #000;
  border-bottom-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

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

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

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

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

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

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

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

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

.w-commerce-commercebuynowbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 10px;
}

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

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

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

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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  font-family: Onest, sans-serif;
  color: #6e7991;
  font-size: 18px;
  line-height: 1.667em;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #1f2f54;
  font-size: 54px;
  line-height: 1.222em;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #1f2f54;
  font-size: 38px;
  line-height: 1.316em;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #1f2f54;
  font-size: 24px;
  line-height: 1.417em;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1f2f54;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1f2f54;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1f2f54;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
}

p {
  margin-bottom: 16px;
}

a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #ff4363;
  text-decoration: underline;
}

a:hover {
  color: #1f2f54;
}

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

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

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

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

label {
  display: block;
  margin-bottom: 12px;
  color: #1f2f54;
  font-weight: 700;
}

strong {
  color: #1f2f54;
  font-weight: 700;
}

blockquote {
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 86px 90px;
  border: 0px solid #000;
  border-radius: 24px;
  background-color: #3d60de;
  background-image: url('../images/block-quote-bg-left-learnbook-webflow-ecommerce-template.svg'), url('../images/block-quote-bg-right-learnbook-webflow-ecommerce-template.svg');
  background-position: 0% 100%, 100% 0%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
  font-size: 24px;
  line-height: 2.021em;
  text-align: center;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  margin-top: 16px;
  text-align: center;
}

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

.grid-2-columns.style---styleguide-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-columns.form {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}

.grid-2-columns.title-and-categories {
  margin-bottom: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
}

.grid-2-columns.template-page-sidebar {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  -ms-grid-columns: 0.35fr 1fr;
  grid-template-columns: 0.35fr 1fr;
}

.grid-2-columns.changelog-item {
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 60px;
  -ms-grid-columns: 0.4fr 1fr;
  grid-template-columns: 0.4fr 1fr;
  border-bottom: 1px solid #ebeef3;
}

.grid-2-columns.changelog-item.first {
  padding-top: 0px;
  border-bottom-style: none;
}

.grid-2-columns.checkout-page {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 0.4fr;
  grid-template-columns: 1fr 0.4fr;
}

.grid-2-columns.dropdown-pages-left-grid {
  grid-column-gap: 48px;
}

.grid-2-columns.dropdown-pages-main-grid {
  grid-column-gap: 80px;
}

.grid-2-columns._1fr---1-25fr {
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
}

.grid-2-columns.footer-pages-column {
  grid-column-gap: 40px;
  grid-row-gap: 18px;
}

.grid-2-columns._1fr---1-85fr {
  -ms-grid-columns: 1fr 1.85fr;
  grid-template-columns: 1fr 1.85fr;
}

.grid-2-columns._1-15fr---1fr {
  -ms-grid-columns: 1.15fr 1fr;
  grid-template-columns: 1.15fr 1fr;
}

.grid-2-columns.blog-featured-bottom-link {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 274px 1fr;
  grid-template-columns: 274px 1fr;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  text-decoration: none;
}

.grid-2-columns._1fr---2-04fr {
  -ms-grid-columns: 1fr 2.04fr;
  grid-template-columns: 1fr 2.04fr;
}

.grid-2-columns._1-4fr---1fr {
  -ms-grid-columns: 1.4fr 1fr;
  grid-template-columns: 1.4fr 1fr;
}

.grid-2-columns.course-teacher-link {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-columns: 64px 1fr;
  grid-template-columns: 64px 1fr;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  text-decoration: none;
}

.grid-2-columns._1-75fr---1fr {
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
}

.grid-2-columns._1-8fr---1fr {
  -ms-grid-columns: 1.8fr 1fr;
  grid-template-columns: 1.8fr 1fr;
}

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

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

.style---navigation-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  max-height: 100vh;
  box-shadow: 1px 0 14px 0 rgba(20, 20, 43, 0.06);
}

.style---main-wrapper {
  background-color: #fafbfc;
}

.card {
  border-style: solid;
  border-width: 1px;
  border-color: #ebeef3;
  border-radius: 28px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.06);
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

.card.checkout-block.last {
  margin-bottom: 0px;
}

.card.about-details-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.card.tab-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 28px 40px 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  border-radius: 28px;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: transform 300ms cubic-bezier(.222, 1.475, .778, 1.58), color 300ms ease;
  transition: transform 300ms cubic-bezier(.222, 1.475, .778, 1.58), color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card.tab-menu-link:hover {
  -webkit-transform: scale3d(1.04, 1.04, 1.01);
  transform: scale3d(1.04, 1.04, 1.01);
}

.card.tab-menu-link.w--current {
  border-color: #ebeef3;
  background-color: #fff;
}

.card.tab-left-content {
  padding: 68px 64px 74px;
}

.card.cta-left-card {
  position: absolute;
  right: -100px;
  z-index: 1;
  width: 100%;
  max-width: 308px;
  /* padding-right: 64px;
  padding-left: 64px; */
  padding-right: 34px;
  padding-left: 34px;
  text-align: center;
}

.card.cta-left-card.bottom {
  /* bottom: 58px; */
  bottom: 98px;
  padding-top: 44px;
  padding-bottom: 44px;
}

.card.cta-left-card.top {
  /* bottom: 314px; */
  bottom: 414px;
  padding-top: 38px;
  padding-bottom: 38px;
}

.card.testimonials {
  max-width: 410px;
  padding: 40px 32px 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.card.courses-link {
  display: block;
  overflow: hidden;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  text-decoration: none;
}

.card.blog-link {
  display: block;
  overflow: hidden;
  height: 100%;
  border-style: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  text-decoration: none;
}

.card.our-values {
  padding: 62px 36px;
}

.card.our-offices {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 26px;
  padding: 44px 28px 40px;
}

.card.teachers-slider-link {
  overflow: hidden;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  text-decoration: none;
}

.card.contact-link {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 360px;
  min-width: 360px;
  padding: 16px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 72px 1fr;
  grid-template-columns: 72px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 16px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(.222, 1.475, .778, 1.58);
  transition-timing-function: cubic-bezier(.222, 1.475, .778, 1.58);
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card.contact-link:hover {
  -webkit-transform: scale3d(1.06, 1.06, 1.01);
  transform: scale3d(1.06, 1.06, 1.01);
}

.card.contact-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 752px;
  min-height: 698px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 72px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
}

.card.blog-featured-link {
  position: absolute;
  left: 80px;
  bottom: 80px;
  z-index: 1;
  max-width: 606px;
  padding: 58px;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  text-decoration: none;
}

.card.blog-post-author-link {
  display: -ms-grid;
  display: grid;
  padding: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 0.48fr 1fr;
  grid-template-columns: 0.48fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  text-decoration: none;
}

.card.course-link-popular {
  display: -ms-grid;
  display: grid;
  padding: 36px 72px 36px 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  -ms-grid-columns: 1.45fr 1fr;
  grid-template-columns: 1.45fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-decoration: none;
}

.card.course-details-card {
  width: 100%;
  max-width: 486px;
  padding: 64px 52px 68px 48px;
}

.card.course-tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 934px;
  margin-left: auto;
  padding: 80px 56px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.course-review-card {
  padding: 40px 32px;
}

.card.featured-event-card-link {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.15fr 1fr;
  grid-template-columns: 1.15fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  text-decoration: none;
}

.card.events-card-link {
  display: block;
  overflow: hidden;
  min-height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  text-decoration: none;
}

.card.even-agenda {
  padding: 70px 60px;
}

.card.event-info {
  width: 100%;
  max-width: 408px;
  padding: 48px 40px;
}

.card.free-course-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 614px;
  min-height: 646px;
  margin-bottom: 0px;
  padding: 82px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 36px;
}

.card.coming-soon-card {
  max-width: 730px;
  padding: 52px 74px 82px;
  text-align: center;
}

.card.password-protected {
  max-width: 730px;
  margin-right: auto;
  margin-left: auto;
  padding: 106px;
}

.card.search-results-card {
  padding: 48px;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  text-decoration: none;
}

.style---color-block {
  position: relative;
  min-height: 180px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  margin-bottom: 8px;
  color: #1f2f54;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.style---color-block-hex {
  line-height: 20px;
}

.grid-4-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg-accent-1 {
  background-color: #ff4363;
}

.bg-secondary-1 {
  background-color: #ffba07;
}

.bg-secondary-2 {
  background-color: #45bcff;
}

.bg-secondary-3 {
  background-color: #3d60de;
}

.bg-secondary-4 {
  background-color: #2d68ff;
}

.bg-secondary-5 {
  background-color: #fff1f4;
}

.bg-neutral-800 {
  background-color: #1f2f54;
}

.bg-neutral-700 {
  background-color: #454f66;
}

.bg-neutral-600 {
  background-color: #6e7991;
}

.bg-neutral-500 {
  background-color: #a0a9bd;
}

.bg-neutral-400 {
  background-color: #dce0eb;
}

.bg-neutral-300 {
  background-color: #ebeef3;
}

.bg-neutral-200 {
  background-color: #fafbfc;
}

.bg-neutral-100 {
  background-color: #fff;
}

.style---color-block-text-example {
  position: absolute;
  left: auto;
  top: 16px;
  right: 16px;
  bottom: auto;
  padding: 10px 14px;
  border-radius: 40px;
  background-color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.style---color-block-text-example.badge-dark {
  background-color: #1f2f54;
}

.color-accent-1 {
  color: #ff4363;
}

.color-secondary-1 {
  color: #ffba07;
}

.color-secondary-2 {
  color: #45bcff;
}

.color-secondary-3 {
  color: #3d60de;
}

.color-secondary-4 {
  color: #2d68ff;
}

.color-secondary-5 {
  color: #fff1f4;
}

.color-secondary-6 {
  color: #05C168;
}

.color-neutral-800 {
  color: #1f2f54;
}

.color-neutral-700 {
  color: #454f66;
}

.color-neutral-600 {
  color: #6e7991;
}

.color-neutral-600.link {
  text-decoration: none;
}

.color-neutral-600.link:hover {
  color: #ff4363;
}

.color-neutral-500 {
  color: #a0a9bd;
}

.color-neutral-300 {
  color: #ebeef3;
}

.color-neutral-200 {
  color: #fafbfc;
}

.color-neutral-100 {
  color: #fff;
}

.bg-green-400 {
  background-color: #11845b;
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: #086cd9;
}

.color-blue-400 {
  color: #086cd9;
}

.bg-blue-300 {
  background-color: #1d88fe;
}

.color-blue-300 {
  color: #1d88fe;
}

.bg-blue-200 {
  background-color: #8fc3ff;
}

.bg-blue-100 {
  background-color: #eaf4ff;
}

.color-blue-100 {
  color: #eaf4ff;
}

.color-neutral-400 {
  color: #dce0eb;
}

.bg-green-300 {
  background-color: #05c168;
}

.color-green-300 {
  color: #05c168;
}

.bg-green-200 {
  background-color: #7fdca4;
}

.color-green-200 {
  color: #7fdca4;
}

.color-green-100 {
  color: #def2e6;
}

.bg-green-100 {
  background-color: #def2e6;
}

.bg-red-400 {
  background-color: #dc2b2b;
}

.color-red-400 {
  color: #dc2b2b;
}

.bg-red-300 {
  background-color: #ff5a65;
}

.color-red-300 {
  color: #ff5a65;
}

.bg-red-200 {
  background-color: #ffbec2;
}

.color-red-200 {
  color: #ffbec2;
}

.bg-red-100 {
  background-color: #ffeff0;
}

.color-red-100 {
  color: #ffeff0;
}

.bg-orange-400 {
  background-color: #d5691b;
}

.color-orange-400 {
  color: #d5691b;
}

.bg-orange-300 {
  background-color: #ff9e2c;
}

.color-orange-300 {
  color: #ff9e2c;
}

.bg-orange-200 {
  background-color: #ffd19b;
}

.color-orange-200 {
  color: #ffd19b;
}

.bg-orange-100 {
  background-color: #fff3e4;
}

.color-orange-100 {
  color: #fff3e4;
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  margin-bottom: 64px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dce0eb;
}

.divider {
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #dce0eb;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.top-44px---bottom-32px {
  margin-top: 44px;
  margin-bottom: 32px;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  -ms-grid-columns: minmax(auto, 320px) 1fr;
  grid-template-columns: minmax(auto, 320px) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style---content-block {
  margin-bottom: 100px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

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

.mg-bottom-32px {
  margin-bottom: 32px;
}

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

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-bottom-72px {
  margin-bottom: 72px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-40px {
  margin-top: 40px;
}

.mg-top-48px {
  margin-top: 48px;
}

.mg-top-56px {
  margin-top: 56px;
}

.mg-top-72px {
  margin-top: 72px;
}

.mg-top-80px {
  margin-top: 80px;
}

.mg-left-64px {
  margin-left: 64px;
}

.mg-right-8px {
  margin-right: 8px;
}

.mg-right-24px {
  margin-right: 24px;
}

.mg-right-56px {
  margin-right: 56px;
}

.text-200 {
  line-height: 1.111em;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.color-neutral-600.link {
  text-decoration: none;
}

.text-200.color-neutral-600.link:hover {
  color: #ff4363;
}

.display-1 {
  color: #1f2f54;
  font-size: 66px;
  line-height: 1.212em;
  font-weight: 500;
}

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

.grid-1-column.dropdown-link-column {
  justify-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
}

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
}

.grid-1-column.blog-title-and-categories {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.gap-32px {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

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

.gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-column-48px {
  grid-column-gap: 48px;
}

.gap-row-16px {
  grid-row-gap: 16px;
}

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

.gap-row-48px {
  grid-row-gap: 48px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: #1f2f54;
  font-size: 46px;
  line-height: 1.304em;
  font-weight: 500;
}

.display-2.color-accent-1 {
  color: #ff4363;
}

.display-2.color-neutral-100 {
  color: #fff;
}

.display-2.color-secondary-2 {
  color: #45bcff;
}

.display-2.color-secondary-1 {
  color: #ffba07;
}

.display-2.color-secondary-3 {
  color: #3d60de;
}

.display-3 {
  color: #1f2f54;
  font-size: 38px;
  line-height: 1.316em;
  font-weight: 500;
}

.display-4 {
  color: #1f2f54;
  font-size: 26px;
  line-height: 1.269em;
  font-weight: 500;
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

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

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

.text-400.medium {
  font-weight: 500;
}

.text-400.bold {
  font-weight: 700;
}

.text-400.text-uppercase {
  letter-spacing: 0.06em;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.footer-title {
  margin-bottom: 40px;
  color: #1f2f54;
}

.text-300.text-uppercase {
  letter-spacing: 0.06em;
}

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.bold {
  font-weight: 700;
}

.text-100.text-uppercase {
  letter-spacing: 0.06em;
}

.text-bold {
  color: #1f2f54;
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

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

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns.gap-row-64px {
  grid-row-gap: 64px;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.gap-row-40px {
  grid-row-gap: 40px;
}

.grid-3-columns.gap-column-48px {
  grid-column-gap: 48px;
}

.style---shadow-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 220px;
  padding: 32px 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: #fff;
  text-align: center;
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 rgba(20, 20, 43, 0.1);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 rgba(20, 20, 43, 0.14);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 rgba(20, 20, 43, 0.16);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 rgba(20, 20, 43, 0.24);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.06);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 rgba(74, 58, 255, 0.08);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 rgba(74, 58, 255, 0.08);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 rgba(20, 20, 43, 0.04);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 rgba(20, 20, 43, 0.06);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 rgba(20, 20, 43, 0.1);
}

.style---heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56vh;
  margin-bottom: 30px;
  padding: 72px 4vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(20, 20, 43, 0.08);
}

.inner-container._740px {
  max-width: 740px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-right: auto;
  margin-left: auto;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._864px {
  max-width: 864px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._1012px {
  max-width: 1012px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._45 {
  max-width: 45%;
}

.inner-container._514px {
  max-width: 514px;
}

.inner-container._724px {
  max-width: 724px;
}

.inner-container._47 {
  max-width: 47%;
}

.inner-container._516px {
  max-width: 516px;
}

.inner-container._736px {
  max-width: 736px;
}

.inner-container._64px {
  max-width: 64px;
}

.inner-container._342px {
  max-width: 342px;
}

.inner-container._576px {
  max-width: 576px;
}

.inner-container._578px {
  max-width: 578px;
}

.inner-container._412px {
  max-width: 412px;
}

.inner-container._614px {
  max-width: 614px;
}

.inner-container._520px {
  max-width: 520px;
}

.inner-container._596px {
  max-width: 596px;
}

.inner-container._492px {
  max-width: 492px;
}

.inner-container._506px {
  max-width: 506px;
}

.inner-container._550px {
  max-width: 550px;
}

.inner-container._660px {
  max-width: 660px;
}

.inner-container._850px {
  max-width: 850px;
}

.inner-container._580px {
  max-width: 580px;
}

.inner-container._590px {
  max-width: 590px;
}

.inner-container._294px {
  max-width: 294px;
}

.inner-container._600px {
  max-width: 600px;
}

.style---content-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(20, 20, 43, 0.08);
}

.style---heading-icon-wrapper {
  margin-right: 18px;
  border-radius: 24px;
  background-color: #ff4363;
}

.mg-bottom-0 {
  margin-bottom: 0px;
}

.style---content-wrapper {
  padding-top: 40px;
  padding-right: 4vw;
  padding-left: 4vw;
}

.border-radius-4px {
  border-radius: 4px;
}

.border-radius-16px {
  border-radius: 16px;
}

.border-radius-48px {
  border-radius: 48px;
}

.style---card-wrapper {
  border-style: solid;
  border-width: 1px;
  border-color: #ebeef3;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.06);
}

.style---components-wrapper {
  border-radius: 24px;
  background-color: #fff;
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  padding: 48px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background-color: #1f2f54;
}

.btn-primary {
  padding: 26px 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #ff4363;
  -webkit-transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: background-color 300ms ease, transform 300ms cubic-bezier(.222, 1.475, .778, 1.58), color 300ms ease;
  transition: background-color 300ms ease, transform 300ms cubic-bezier(.222, 1.475, .778, 1.58), color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  color: #fff;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-primary:hover {
  background-color: #3d60de;
  -webkit-transform: scale3d(1.06, 1.06, 1.01);
  transform: scale3d(1.06, 1.06, 1.01);
  color: #fff;
}

.btn-primary.small {
  padding: 18px 24px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 24px;
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0px;
}

.btn-primary.small.inside-input {
  top: 8px;
  right: 8px;
  bottom: 8px;
}

.btn-primary.small.newsletter-cta-button {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
}

.btn-primary.small.coming-soon-button {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
}

.btn-primary.large {
  padding: 26px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-primary.white {
  background-color: #fff;
  color: #ff4363;
}

.btn-primary.white:hover {
  background-color: #ffba07;
  color: #1f2f54;
}

.btn-primary.inside-input {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-primary.inside-input.default {
  top: 8px;
  right: 8px;
  bottom: 8px;
  padding: 16px 24px;
}

.btn-primary.button-row {
  margin-right: 28px;
}

.btn-primary.download-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn-primary.hover-white:hover {
  background-color: #fff;
  color: #1f2f54;
}

.btn-primary.next-button {
  margin-right: 12px;
  margin-left: 12px;
  border-style: none;
  font-size: 18px;
}

.btn-secondary {
  padding: 26px 38px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebeef3;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(20, 20, 43, 0.04);
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: border-color 300ms ease, transform 300ms cubic-bezier(.222, 1.475, .778, 1.58), background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, transform 300ms cubic-bezier(.222, 1.475, .778, 1.58), background-color 300ms ease, color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  color: #1f2f54;
  line-height: 1.111em;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-secondary:hover {
  border-color: #ff4363;
  background-color: #ff4363;
  -webkit-transform: scale3d(1.06, 1.06, 1.01);
  transform: scale3d(1.06, 1.06, 1.01);
  color: #fff;
}

.btn-secondary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 14px;
}

.btn-secondary.large {
  padding: 26px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-secondary.white {
  background-color: transparent;
  color: #fff;
}

.btn-secondary.white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #1f2f54;
}

.btn-secondary.header-search-button {
  margin-left: 16px;
  padding: 14px;
  border-radius: 12px;
  font-family: 'Line Rounded Icons', sans-serif;
  font-size: 24px;
  line-height: 1em;
}

.btn-secondary.courses-tab-menu-button {
  display: -ms-grid;
  display: grid;
  padding: 20px 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 64px 1fr;
  grid-template-columns: 64px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  opacity: 0.4;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 500;
}

.btn-secondary.courses-tab-menu-button:hover {
  border-color: #ebeef3;
  background-color: #fff;
  opacity: 0.75;
  color: #1f2f54;
}

.btn-secondary.courses-tab-menu-button.w--current {
  border-color: #ebeef3;
  background-color: #fff;
  opacity: 1;
}

.btn-secondary.previous-button {
  margin-right: 12px;
  margin-left: 12px;
  font-size: 18px;
}

.btn-secondary.tab-menu-left-button {
  padding: 18px 24px;
  font-weight: 500;
}

.btn-secondary.tab-menu-left-button.w--current {
  border-color: #ff4363;
  background-color: #ff4363;
  color: #fff;
}

.btn-secondary.tab-menu-left-button.w--current:hover {
  border-color: #3d60de;
  background-color: #3d60de;
}

.badge-primary {
  display: inline-block;
  padding: 18px 28px;
  border-radius: 12px;
  background-color: #ff4363;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.badge-primary.white {
  background-color: #fff;
  color: #ff4363;
}

.badge-primary.light {
  background-color: #ebeef3;
  color: #1f2f54;
}

.badge-primary.small {
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 18px;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary {
  display: inline-block;
  padding: 18px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #dce0eb;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: none;
  color: #1f2f54;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.badge-secondary.white {
  border-color: #fff;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}

.badge-secondary.light {
  border-width: 0px;
  background-color: #fafbfc;
  box-shadow: none;
}

.badge-secondary.small {
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 18px;
}

.badge-secondary.small.bg-neutral-300 {
  border-color: #ebeef3;
  background-color: #ebeef3;
}

.badge-secondary.small.bg-secondary-1 {
  border-color: #ffba07;
  background-color: #ffba07;
}

.badge-secondary.small.bg-secondary-2 {
  border-color: #45bcff;
  background-color: #45bcff;
}

.badge-secondary.small.bg-accent-1 {
  border-color: #ff4363;
  background-color: #ff4363;
}

.badge-secondary.small.link-bg-secondary-1 {
  border-color: #ffba07;
  background-color: #ffba07;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: border-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: border-color 300ms ease, background-color 300ms ease, transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: border-color 300ms ease, background-color 300ms ease, transform 300ms cubic-bezier(.222, 1.475, .778, 1.58), -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.badge-secondary.small.link-bg-secondary-1:hover {
  border-color: #1f2f54;
  background-color: #1f2f54;
  -webkit-transform: scale3d(1.06, 1.06, 1.01);
  transform: scale3d(1.06, 1.06, 1.01);
}

.badge-secondary.small.link-bg-accent-1 {
  border-color: #ff4363;
  background-color: #ff4363;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: background-color 300ms ease, border-color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: background-color 300ms ease, border-color 300ms ease, transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: background-color 300ms ease, border-color 300ms ease, transform 300ms cubic-bezier(.222, 1.475, .778, 1.58), -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.badge-secondary.small.link-bg-accent-1:hover {
  border-color: #1f2f54;
  background-color: #1f2f54;
  -webkit-transform: scale3d(1.06, 1.06, 1.01);
  transform: scale3d(1.06, 1.06, 1.01);
}

.badge-secondary.small.link-bg-secondary-2 {
  border-color: #45bcff;
  background-color: #45bcff;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: border-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: border-color 300ms ease, background-color 300ms ease, transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: border-color 300ms ease, background-color 300ms ease, transform 300ms cubic-bezier(.222, 1.475, .778, 1.58), -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.badge-secondary.small.link-bg-secondary-2:hover {
  border-color: #1f2f54;
  background-color: #1f2f54;
  -webkit-transform: scale3d(1.06, 1.06, 1.01);
  transform: scale3d(1.06, 1.06, 1.01);
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary.category-badges {
  margin-left: 24px;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: transform 300ms cubic-bezier(.222, 1.475, .778, 1.58), border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: transform 300ms cubic-bezier(.222, 1.475, .778, 1.58), border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.badge-secondary.category-badges:hover {
  border-color: #ff4363;
  background-color: #ff4363;
  -webkit-transform: scale3d(1.06, 1.06, 1.01);
  transform: scale3d(1.06, 1.06, 1.01);
  color: #fff;
}

.badge-secondary.category-badges.w--current {
  border-color: #ff4363;
  background-color: #ff4363;
  color: #fff;
  cursor: default;
}

.badge-secondary.category-badges.w--current:hover {
  border-color: #3d60de;
  background-color: #3d60de;
}

.badge-secondary.category-badges.blog-badge {
  margin-left: 0px;
}

.badge-secondary.courses-price-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 12px 18px;
  border-color: #ebeef3;
  border-radius: 12px;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.badge-secondary.courses-price-badge.featured-course-badge {
  border-style: none;
  font-size: 18px;
  line-height: 1.111em;
}

.input {
  min-height: 72px;
  margin-bottom: 0px;
  padding: 16px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebeef3;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.08);
  -webkit-transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  font-size: 18px;
  line-height: 20px;
}

.input:hover {
  border-color: #a0a9bd;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.1);
}

.input:focus {
  border-color: #ff4363;
  color: #1f2f54;
}

.input.-wfp-focus {
  border-color: #ff4363;
  color: #1f2f54;
}

.input::-webkit-input-placeholder {
  color: #6e7991;
  font-size: 18px;
}

.input:-ms-input-placeholder {
  color: #6e7991;
  font-size: 18px;
}

.input::-ms-input-placeholder {
  color: #6e7991;
  font-size: 18px;
}

.input::placeholder {
  color: #6e7991;
  font-size: 18px;
}

.input.small {
  min-height: 46px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small:-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small.mg-bottom-8px {
  margin-bottom: 8px;
}

.input.large {
  min-height: 76px;
}

.input.button-inside {
  padding-right: 132px;
}

.input.input-subscribe-footer {
  margin-bottom: 0px;
}

.input.mg-bottom-16px {
  margin-bottom: 16px;
}

.input.cart-quantity-input {
  width: 60px;
  min-height: 32px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 8px;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium:-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0px;
}

.input.newsletter-cta-input {
  padding-right: 160px;
}

.input.dropdown-wrapper {
  padding-top: 0px;
  padding-right: 14px;
  padding-bottom: 0px;
}

.input.dropdown {
  padding: 0px;
  border-style: none;
  border-radius: 0px;
  box-shadow: none;
  color: #6e7991;
}

.position-relative {
  position: relative;
}

.text-area {
  min-height: 144px;
  margin-bottom: 0px;
  padding: 16px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebeef3;
  border-radius: 22px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.08);
  -webkit-transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  font-size: 18px;
  line-height: 28px;
}

.text-area:hover {
  border-color: #a0a9bd;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.1);
}

.text-area:focus {
  border-color: #ff4363;
  color: #1f2f54;
}

.text-area::-webkit-input-placeholder {
  color: #6e7991;
  font-size: 18px;
}

.text-area:-ms-input-placeholder {
  color: #6e7991;
  font-size: 18px;
}

.text-area::-ms-input-placeholder {
  color: #6e7991;
  font-size: 18px;
}

.text-area::placeholder {
  color: #6e7991;
  font-size: 18px;
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.small:-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.small::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.checkbox-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  border-width: 1px;
  border-color: #dce0eb;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(20, 20, 43, 0.06);
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
}

.checkbox:hover {
  border-color: #ff4363;
}

.checkbox.w--redirected-checked {
  margin-top: 0px;
  margin-left: 0px;
  border-color: #ff4363;
  background-color: #ff4363;
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-height: 28px;
  min-width: 28px;
}

.checkbox.small {
  min-height: 22px;
  min-width: 22px;
  border-radius: 5px;
}

.radio-button-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  border-color: #dce0eb;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(20, 20, 43, 0.06);
  -webkit-transition: border-color 300ms ease, border-width 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, border-width 300ms ease, background-color 300ms ease;
}

.radio-button:hover {
  border-color: #ff4363;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #ff4363;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-height: 28px;
  min-width: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-height: 22px;
  min-width: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fit, 290px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.avatar-circle {
  overflow: hidden;
  width: 100%;
  border-radius: 50%;
}

.avatar-circle._01 {
  width: 32px;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
}

.avatar-circle._02 {
  width: 48px;
  height: 48px;
  max-height: 48px;
  max-width: 48px;
}

.avatar-circle._03 {
  width: 64px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
}

.avatar-circle._04 {
  width: 80px;
  height: 80px;
  max-height: 80px;
  max-width: 80px;
}

.avatar-circle._05 {
  width: 120px;
  height: 120px;
  max-height: 120px;
  max-width: 120px;
}

.avatar-circle._06 {
  width: 160px;
  height: 160px;
  max-height: 160px;
  max-width: 160px;
}

.avatar-circle._07 {
  width: 240px;
  height: 240px;
  max-height: 240px;
  max-width: 240px;
}

.avatar-circle._08 {
  width: 380px;
  height: 380px;
  max-height: 380px;
  max-width: 380px;
}

.avatar-circle.top-section-review-avatar {
  max-height: 48px;
  max-width: 48px;
  min-height: 48px;
  min-width: 48px;
  margin-right: -12px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.avatar-circle.top-section-review-avatar.last {
  margin-right: 0px;
}

.avatar-circle.top-section-review-avatar.first {
  border-style: none;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fit, 72px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fit, 36px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-icon-font {
  font-family: 'Social Icons Font', sans-serif;
  line-height: 21px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-font.testimonial-card-icon {
  color: #1f2f54;
  font-size: 28px;
  line-height: 1em;
}

.social-icon-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff1f4;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  text-decoration: none;
}

.social-icon-square:hover {
  background-color: #ff4363;
  color: #fff;
}

.social-icon-square.size-10px {
  width: 10px;
}

.line-rounded-icon {
  font-family: 'Line Rounded Icons', sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  display: inline-block;
  margin-left: 6px;
}

.line-rounded-icon.link-icon-left {
  display: inline-block;
  margin-right: 6px;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.success-message-check {
  color: #ff4363;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.icon-top {
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1em;
}

.line-rounded-icon.accordion-icon {
  color: #1f2f54;
  font-size: 28px;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fit, 20px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.line-square-icon {
  font-family: 'Line Square Icons', sans-serif;
}

.filled-icons {
  font-family: 'Filled Icons', sans-serif;
}

.rich-text img {
  width: 100%;
  border-radius: 28px;
}

.rich-text p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text h2 {
  margin-bottom: 10px;
  font-size: 46px;
  line-height: 1.304em;
}

.rich-text h3 {
  margin-bottom: 10px;
}

.rich-text figure {
  width: 100%;
  max-width: 100%;
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text ul {
  margin-top: 24px;
  margin-bottom: 40px;
  padding-left: 40px;
}

.rich-text ol {
  margin-top: 24px;
  margin-bottom: 32px;
  padding-left: 40px;
}

.rich-text h6 {
  margin-top: 32px;
}

.rich-text h5 {
  margin-top: 32px;
}

.rich-text h4 {
  margin-top: 0px;
}

.rich-text strong {
  color: #454f66;
  font-weight: 400;
}

.rich-text li {
  margin-bottom: 12px;
  padding-left: 4px;
}

.rich-text blockquote {
  margin-top: 32px;
  margin-bottom: 40px;
}

.style---dropdown-wrapper-sidebar {
  overflow: hidden;
  width: 100%;
}

.style---dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 18px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebeef3;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.style---dropdown-toggle:hover {
  color: #ff4363;
}

.style---dropdown-toggle.w--open {
  color: #ff4363;
}

.buttons-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttons-row.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.style---dropdown-list-sidebar {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ebeef3;
  background-color: #fff;
}

.style---dropdown-link-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px 12px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 4px solid transparent;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #6e7991;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: #3d60de;
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: #3d60de;
  background-color: #ff4363;
  color: #fff;
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
  border-radius: 8px;
  background-color: #3d60de;
}

.style---sidebar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style---logo-wrapper {
  width: 100%;
  padding: 38px 22px;
  border-bottom: 1px solid #ebeef3;
  background-color: #fafbfc;
  color: #6e7991;
  text-align: center;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-right: 20px;
  padding-left: 20px;
}

.container-default {
  max-width: 1338px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-default.order-confirmation {
  display: block;
}

.section {
  /* padding-top: 250px;
  padding-bottom: 250px; */
  padding-top: 100px;
  padding-bottom: 50px;
}

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

.section.template-pages-hero {
  padding-top: 148px;
  padding-bottom: 148px;
  background-color: #1f2f54;
}

.section.template-pages-hero.short {
  padding-top: 248px;
  padding-bottom: 100px;
}

.section.slider-right-section {
  position: relative;
  overflow: hidden;
  background-color: #fafbfc;
}

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

.section.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.link-wrapper {
  display: inline-block;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #1f2f54;
}

.link-wrapper:hover {
  color: #ff4363;
}

.link-wrapper.color-primary {
  color: #ff4363;
}

.link-wrapper.color-primary:hover {
  color: #1f2f54;
}

.link-wrapper.white {
  color: #fff;
}

.link-wrapper.white:hover {
  color: #45bcff;
}

.link-text {
  display: inline-block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.heading-h1-size {
  color: #1f2f54;
  font-size: 54px;
  line-height: 1.222em;
  font-weight: 500;
}

.heading-h2-size {
  color: #1f2f54;
  font-size: 38px;
  line-height: 1.316em;
  font-weight: 500;
}

.heading-h3-size {
  color: #1f2f54;
  font-size: 24px;
  line-height: 1.417em;
  font-weight: 500;
}

.heading-h4-size {
  color: #1f2f54;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 500;
}

.heading-h5-size {
  color: #1f2f54;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 700;
}

.heading-h6-size {
  color: #1f2f54;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
}

.header-wrapper {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  z-index: 6;
  background-color: transparent;
}

.header-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(20, 20, 43, 0.08);
}

.header-nav-menu-list {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.header-nav-link {
  padding: 0px;
  color: #1f2f54;
}

.header-nav-link:hover {
  color: #ff4363;
}

.header-nav-link.w--current {
  color: #1f2f54;
}

.header-nav-link.w--current:hover {
  color: #ff4363;
}

.header-nav-list-item {
  margin-bottom: 0px;
  padding-left: 32px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.left {
  padding-right: 24px;
  padding-left: 0px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.dropdown-toggle:hover {
  color: #ff4363;
}

.dropdown-column-wrapper {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #ebeef3;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.dropdown-link {
  width: 100%;
  padding: 0px;
  color: #6e7991;
  line-height: 20px;
}

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

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

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

.dropdown-link.bold {
  font-weight: 700;
}

.dropdown-link.bold.special {
  padding-bottom: 6px;
  border-bottom: 3px solid #ff4363;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  color: #ff4363;
}

.dropdown-link.bold.special:hover {
  border-bottom-color: #1f2f54;
  color: #1f2f54;
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.pd-48px {
  padding: 48px;
}

.header-logo {
  max-width: 200px;
}

.header-logo-link {
  padding-left: 0px;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: transform 300ms cubic-bezier(.222, 1.475, .778, 1.58), color 300ms ease;
  transition: transform 300ms cubic-bezier(.222, 1.475, .778, 1.58), color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.header-logo-link:hover {
  -webkit-transform: scale3d(1.06, 1.06, 1.01);
  transform: scale3d(1.06, 1.06, 1.01);
}

.header-logo-link.left {
  padding-right: 40px;
}

.hamburger-menu-wrapper {
  padding: 0px;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: transform 300ms cubic-bezier(.222, 1.475, .778, 1.58), -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hamburger-menu-wrapper:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.01);
  transform: scale3d(1.1, 1.1, 1.01);
}

.hamburger-menu-wrapper.w--open {
  background-color: transparent;
}

.hamburger-menu-bar {
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 20px;
  background-color: #1f2f54;
}

.header-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-circle-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ff4363;
  -webkit-transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms cubic-bezier(.023, 2.311, .819, 2.276);
  transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms cubic-bezier(.023, 2.311, .819, 2.276);
  transition: transform 300ms cubic-bezier(.023, 2.311, .819, 2.276), background-color 300ms ease, color 300ms ease;
  transition: transform 300ms cubic-bezier(.023, 2.311, .819, 2.276), background-color 300ms ease, color 300ms ease, -webkit-transform 300ms cubic-bezier(.023, 2.311, .819, 2.276);
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-circle-primary:hover {
  background-color: #ffba07;
  -webkit-transform: scale3d(1.06, 1.06, 1.01);
  transform: scale3d(1.06, 1.06, 1.01);
  color: #fff;
}

.btn-circle-primary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 22px;
}

.btn-circle-primary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-primary.white {
  background-color: #fff;
  color: #ff4363;
}

.btn-circle-primary.white:hover {
  background-color: #45bcff;
  color: #ff4363;
}

.btn-circle-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ebeef3;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms cubic-bezier(.023, 2.311, .819, 2.276);
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms cubic-bezier(.023, 2.311, .819, 2.276);
  transition: border-color 300ms ease, transform 300ms cubic-bezier(.023, 2.311, .819, 2.276), background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, transform 300ms cubic-bezier(.023, 2.311, .819, 2.276), background-color 300ms ease, color 300ms ease, -webkit-transform 300ms cubic-bezier(.023, 2.311, .819, 2.276);
  color: #1f2f54;
  font-size: 26px;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-circle-secondary:hover {
  border-color: #ff4363;
  background-color: #ff4363;
  -webkit-transform: scale3d(1.06, 1.06, 1.01);
  transform: scale3d(1.06, 1.06, 1.01);
  color: #fff;
}

.btn-circle-secondary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-secondary.white {
  border-color: #fff;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}

.btn-circle-secondary.white:hover {
  border-color: #ff4363;
  background-color: #ff4363;
}

.btn-circle-secondary.slider-arrow {
  margin-top: 0px;
  margin-bottom: 0px;
  border-color: #ff4363;
  border-radius: 14px;
  background-color: #ff4363;
  color: #fff;
  font-size: 28px;
  line-height: 1em;
}

.btn-circle-secondary.slider-arrow:hover {
  border-color: #3d60de;
  background-color: #3d60de;
}

.btn-circle-secondary.slider-arrow.slider-right---left-arrow {
  left: -16px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-circle-secondary.slider-arrow.slider-right---left-arrow:hover {
  -webkit-transform: scale3d(1.06, 1.06, 1.01) translate(0px, -50%);
  transform: scale3d(1.06, 1.06, 1.01) translate(0px, -50%);
}

.btn-circle-secondary.slider-arrow.slider-right---right-arrow {
  top: 50%;
  right: -16px;
  bottom: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-circle-secondary.slider-arrow.slider-right---right-arrow:hover {
  -webkit-transform: scale3d(1.06, 1.06, 1.01) translate(0px, -50%);
  transform: scale3d(1.06, 1.06, 1.01) translate(0px, -50%);
}

.utility-page-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 80vh;
  padding-top: 248px;
  padding-bottom: 248px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 640px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-content.max-width-842px {
  max-width: 842px;
}

.utility-page-content.max-width-780px {
  max-width: 780px;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hidden-on-desktop {
  display: none;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-horizontal.start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top: 1px solid #ebeef3;
  background-color: #fff;
}

.footer-logo-wrapper {
  margin-bottom: 24px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(.222, 1.475, .778, 1.58);
  transition-timing-function: cubic-bezier(.222, 1.475, .778, 1.58);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-logo-wrapper:hover {
  -webkit-transform: scale3d(1.06, 1.06, 1.01);
  transform: scale3d(1.06, 1.06, 1.01);
}

.footer-logo-wrapper.mg-bottom-0 {
  margin-bottom: 0px;
}

.footer-list-wrapper {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: none;
}

.footer-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-link {
  color: #6e7991;
  line-height: 1.111em;
  text-decoration: none;
}

.footer-link:hover {
  color: #ff4363;
}

.footer-link.social-media-footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
}

.footer-link.bold {
  font-weight: 700;
}

.footer-link.bold.especial {
  padding-bottom: 6px;
  border-bottom: 3px solid #ff4363;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  color: #ff4363;
}

.footer-link.bold.especial:hover {
  border-bottom-color: #1f2f54;
  color: #1f2f54;
}

.footer-top {
  padding-top: 132px;
  /* padding-bottom: 132px; */
  padding-bottom: 10px;
}

.footer-middle {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-middle.pd-top-0---bottom-32px {
  padding-top: 0px;
  padding-bottom: 64px;
}

.grid-subscribe-form-button-left {
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.success-message {
  padding: 0px;
  background-color: transparent;
}

.error-message {
  margin-top: 20px;
  padding: 20px 24px;
  border-radius: 16px;
  background-color: #ffeff0;
  color: #ff5a65;
  text-align: center;
}

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

.grid-footer-2-column---form---icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 120px;
  -ms-grid-columns: 1.1fr 1fr;
  grid-template-columns: 1.1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.floating-item {
  position: absolute;
}

.floating-item.image-bg-shape-bottom-left {
  left: -238px;
  bottom: -146px;
  z-index: -1;
  width: 80%;
}

.floating-item.contact-shape-top-left {
  top: 0px;
  right: 0px;
  z-index: -1;
  width: 29%;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.floating-item.contact-shape-bottom-left {
  left: 0px;
  bottom: 0px;
  z-index: -1;
  width: 32%;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.floating-item.newsletter-cta-bg-shape {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 46%;
  height: 100%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.floating-item.blog-posts-shape-left {
  left: 0px;
  top: 38%;
  z-index: -1;
  width: 10%;
  max-width: 136px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.floating-item.blog-posts-shape-right {
  right: 0px;
  bottom: 24%;
  z-index: -1;
  width: 22%;
  max-width: 310px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.floating-item.course-single-top-shape {
  top: 0px;
  right: 0px;
  z-index: -1;
  width: 34%;
  max-width: 490px;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.floating-item.free-course-bg {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 34%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.floating-item.utility-page-bg-bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  min-height: 518px;
  -o-object-fit: cover;
  object-fit: cover;
}

.floating-item._404-page-bottom-shape {
  left: 0px;
  bottom: 0px;
  z-index: -1;
  width: 18%;
  max-width: 260px;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.floating-item._404-page-top-shape {
  top: 0px;
  right: 0px;
  z-index: -1;
  width: 28%;
  max-width: 404px;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.play-button-large {
  border-radius: 28px;
  box-shadow: 0 6px 24px 0 rgba(31, 47, 84, 0.26);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: transform 300ms cubic-bezier(.222, 1.475, .778, 1.58), -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.play-button-large:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.01);
  transform: scale3d(1.1, 1.1, 1.01);
}

.bg-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-overlay.blue {
  background-color: rgba(22, 23, 26, 0.45);
}

.overflow-hidden {
  overflow: hidden;
}

.video-bg-image.page {
  width: 100%;
}

.lightbox-video-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subtitle {
  margin-bottom: 10px;
  color: #ff4363;
  line-height: 1.111em;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.slider-wrapper {
  height: 100%;
  background-color: transparent;
}

.slider-wrapper.slider-right {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-mask {
  height: 100%;
}

.slider-mask.slider-right-mask {
  overflow: visible;
  max-width: 410px;
  margin-right: 96px;
}

.accordion-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 48px 64px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebeef3;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.accordion-item-wrapper:hover {
  -webkit-transform: scale3d(0.96, 0.96, 1.01);
  transform: scale3d(0.96, 0.96, 1.01);
}

.accordion-item-wrapper.v2 {
  margin-bottom: -1px;
  padding: 56px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-width: 1px 0px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
}

.accordion-item-wrapper.v2:hover {
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
}

.accordion-item-wrapper.v2.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.acordion-body {
  overflow: hidden;
  width: 100%;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-btn-line {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 20px;
  background-color: #1f2f54;
}

.accordion-btn-line.vertical {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-btn-line.v2 {
  width: 28px;
}

.accordion-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.accordion-content-wrapper.v2 {
  max-width: 740px;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-right: 0px;
  margin-left: 24px;
}

.accordion-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-title {
  margin-bottom: 0px;
}

.empty-state {
  padding: 26px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebeef3;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
  text-align: center;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

.overflow-visible {
  overflow: visible;
}

.slide-item-mg {
  margin-right: 30px;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.height-100 {
  height: 100%;
}

.categories-badges-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.categories-badges-item-wrapper.blog-badges-item-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.categories-badges-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.categories-badges-wrapper.blog-badges {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

._404-not-found {
  margin-bottom: -72px;
  color: #ebeef3;
  font-size: 292px;
  line-height: 1.329em;
  font-weight: 700;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.template-pages---nav-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #6e7991;
  text-decoration: none;
}

.template-pages---nav-item-link:hover {
  background-color: #fafbfc;
  color: #1f2f54;
}

.template-pages---nav-item-link.w--current {
  background-color: #ff4363;
  color: #fff;
  font-weight: 700;
}

.template-pages---phography-wrapper {
  overflow: hidden;
  border-radius: 16px;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: transform 300ms cubic-bezier(.222, 1.475, .778, 1.58), color 300ms ease;
  transition: transform 300ms cubic-bezier(.222, 1.475, .778, 1.58), color 300ms ease, -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.template-pages---phography-wrapper:hover {
  -webkit-transform: scale3d(1.06, 1.06, 1.01);
  transform: scale3d(1.06, 1.06, 1.01);
}

.cart-button {
  padding: 0px;
  background-color: transparent;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #1f2f54;
}

.cart-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-width: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  color: #1f2f54;
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 400;
}

.cart-container {
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(20, 20, 43, 0.24);
}

.cart-header {
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom-color: #fafbfc;
}

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

.apple-pay-btn {
  border-radius: 90px;
}

.apple-pay-btn.order-summary {
  height: 50px;
}

.checkout-form {
  min-height: auto;
  padding: 0px;
  background-color: transparent;
}

.checkout-col-left {
  margin-right: 0px;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  padding: 0px 0px 15px;
  border-width: 0px 0px 1px;
  border-bottom-color: #ebeef3;
  background-color: transparent;
}

.checkout-block-content {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: 0px solid #000;
  background-color: transparent;
}

.shipping-list {
  border: 0px solid #000;
}

.shipping-method {
  padding: 31px 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #ebeef3;
}

.shipping-price {
  color: #1f2f54;
  font-weight: 700;
}

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

.order-item {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ebeef3;
}

.order-list-price {
  color: #1f2f54;
  font-weight: 700;
}

.order-list-title {
  margin-bottom: 8px;
  color: #1f2f54;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.order-item-image {
  border-radius: 14px;
}

.order-option-item {
  padding-left: 0px;
}

.order-item-bold {
  color: #1f2f54;
  font-weight: 700;
}

.order-summary-price {
  color: #1f2f54;
}

.discounts-wrapper {
  margin-top: 32px;
  padding: 32px 0px 0px;
  border-width: 1px 0px 0px;
  border-top-color: #ebeef3;
}

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

.full-width-image-right---section {
  position: relative;
  overflow: hidden;
  padding-top: 312px;
  padding-bottom: 234px;
}

.full-width-image-right---section.v2 {
  padding-top: 280px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex.align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.children-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mg-right-20px {
  margin-right: 20px;
}

.full-width-image-right---image-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 80px;
}

.full-width-image-right---image-wrapper.v2 {
  top: -104px;
  right: -122px;
  bottom: -140px;
  width: 58%;
  max-width: 834px;
  border-radius: 0px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.full-width-image-right---bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.full-width-image-right---bg.v2 {
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.full-width-image-right---bottom-shape {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  min-height: 48px;
  background-color: #fafbfc;
}

.mg-bottom-10px {
  margin-bottom: 10px;
}

.mg-bottom-6px {
  margin-bottom: 6px;
}

.img-and-bg---section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 96px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-and-bg---section.v2 {
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.img-and-bg---image {
  position: absolute;
  left: -96px;
  width: 104%;
  border-radius: 48px;
}

.tabs-menu-right-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1.35fr 1fr;
  grid-template-columns: 1.35fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-vertical-menu-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mg-left-auto {
  margin-left: auto;
}

.mg-top-12px {
  margin-top: 12px;
}

.border-radius-28px {
  border-radius: 28px;
}

.border-radius-28px.overflow-hidden {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.section-cta {
  position: relative;
  overflow: hidden;
  padding-top: 230px;
  padding-bottom: 230px;
  background-color: #3d60de;
}

.full-width-image-left---image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.position-relative---z-index-1 {
  position: relative;
  z-index: 1;
}

.line-height-1-4em {
  line-height: 1.4em;
}

.full-width-image-left---image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.mg-right-10px {
  margin-right: 10px;
}

.mg-bottom-20px {
  margin-bottom: 20px;
}

.testimonials-cards-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.testimonials-cards-row.bottom {
  margin-top: 30px;
  margin-right: 58px;
  margin-bottom: 52px;
}

.testimonial-cards-side-blur {
  position: absolute;
  width: 20%;
  max-width: 308px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
}

.testimonial-cards-side-blur.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}

.testimonial-cards-side-blur.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
}

.footer-newsletter-success-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff4363;
  border-radius: 20px;
  background-color: #fff;
}

.footer-main-grid {
  -ms-grid-columns: 1.25fr 1fr 0.75fr 0.5fr;
  grid-template-columns: 1.25fr 1fr 0.75fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-bottom-shape-image {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.tabs-menu-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.courses-card-link-text-container {
  padding: 40px 32px 48px;
}

.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.blog-card-link-text-container {
  padding: 54px 46px;
}

.top-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 248px;
}

.top-section.pd-bottom-180px {
  padding-bottom: 180px;
}

.top-section.pd-bottom-180px.position-relative---z-index-1 {
  overflow: visible;
}

.top-section.pd-bottom-152px {
  padding-bottom: 152px;
}

.top-section.pd-bottom-230px {
  padding-bottom: 230px;
}

.top-section-bottom-shape {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  max-height: 618px;
  border-bottom-left-radius: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-section-bottom-shape.v2 {
  max-height: 570px;
  border-bottom-left-radius: 0px;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.top-section-bottom-shape.v3 {
  max-height: 518px;
  border-radius: 0px;
  background-color: #fafbfc;
  -o-object-position: 0% 100%;
  object-position: 0% 100%;
}

.top-section-bottom-shape.v4 {
  max-height: 570px;
  border-radius: 0px;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.mg-bottom-130px {
  margin-bottom: 130px;
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.img-and-bg---bg {
  position: absolute;
  right: -124px;
  z-index: -1;
  border-radius: 48px;
}

.dot {
  max-height: 8px;
  max-width: 8px;
  min-height: 8px;
  min-width: 8px;
  border-radius: 100%;
}

.mg-right--4px {
  margin-right: -4px;
}

.slider-right-section-container {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 64px;
}

.teachers-slider-link-text-container {
  padding: 44px 32px 108px;
}

.social-media-link {
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  transition: transform 300ms cubic-bezier(.222, 1.475, .778, 1.58), -webkit-transform 300ms cubic-bezier(.222, 1.475, .778, 1.58);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.social-media-link:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.01);
  transform: scale3d(1.1, 1.1, 1.01);
}

.teachers-card-social-media-container {
  display: -ms-grid;
  display: grid;
  margin: -90px 32px 52px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(auto-fit, 32px);
  -ms-grid-rows: 32px;
  grid-template-rows: 32px;
}

.social-media-links-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, 36px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-media-links-grid.links-right {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.social-media-links-grid.blog-author-grid {
  position: absolute;
  top: 28%;
  width: 100%;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.social-media-links-grid.gap-10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.social-media-links-grid.links-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-media-links-grid.icons-28px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(auto-fit, 28px);
}

.slider-right-text-bg {
  position: absolute;
  left: -5000px;
  top: -250px;
  right: 0%;
  bottom: -250px;
  z-index: 3;
  width: 100%;
  padding-left: 5420px;
  background-color: #fafbfc;
}

.position-relative---z-index-4 {
  position: relative;
  z-index: 4;
}

.blog-featured-image {
  min-height: 758px;
  border-radius: 28px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-featured-bottom---image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 188px;
  border-radius: 28px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.newsletter-cta-section {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-top: 142px;
  padding-bottom: 142px;
  background-color: #3d60de;
}

.newsletter-cta-success-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  border-radius: 20px;
  background-color: #fff;
}

.slider-right-bg {
  position: absolute;
  left: 0%;
  top: -250px;
  right: 0%;
  bottom: -250px;
  z-index: 3;
  background-color: #fafbfc;
  -webkit-transform: translate(-105%, 0px);
  -ms-transform: translate(-105%, 0px);
  transform: translate(-105%, 0px);
}

.mg-right-14px {
  margin-right: 14px;
}

.tabs-menu-left-section-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.275fr 1fr;
  grid-template-columns: 0.275fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-left-menu-container {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.featured-event-card-text-container {
  padding: 115px 100px 115px 78px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #ebeef3;
  border-radius: 0px 28px 28px 0px;
}

.event-card-date-container {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  padding: 10px 24px 16px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.event-card-date-container.featured-card-date {
  padding: 12px 32px 20px;
}

.mg-bottom--8px {
  margin-bottom: -8px;
}

.event-featured-card-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.events-card-link-text-container {
  min-height: 100%;
  padding: 38px 40px 44px;
}

.mg-top-auto {
  margin-top: auto;
}

.full-page-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 248px;
  padding-bottom: 194px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-simple-section {
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 1px solid #ebeef3;
}

.coming-soon-success-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  border-radius: 20px;
  background-color: #fff;
}

.mg-right-auto {
  margin-right: auto;
}

.full-width-image-right---image {
  max-height: 746px;
  min-height: 746px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.loading-bar-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 900000000000000;
  display: none;
}

.loading-bar {
  min-height: 4px;
  background-color: #ff4363;
}

.pd-left-0 {
  padding-left: 0px;
}

.text-capitalize {
  text-transform: capitalize;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    -ms-grid-columns: 0.3fr 1fr;
    grid-template-columns: 0.3fr 1fr;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .style---typography-block-grid {
    -ms-grid-columns: minmax(auto, 380px) 0.8fr;
    grid-template-columns: minmax(auto, 380px) 0.8fr;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    max-width: 46px;
    margin-right: 14px;
    border-radius: 12px;
  }

  .style---logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-footer-2-column---form---icon {
    grid-column-gap: 150px;
    -ms-grid-columns: 1.48fr 1.4fr;
    grid-template-columns: 1.48fr 1.4fr;
  }

  .slider-mask.slider-right-mask {
    margin-right: 364px;
  }

  .slider-right-text-bg {
    padding-left: 5490px;
  }
}

@media screen and (min-width: 1920px) {
  .style---heading {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .style---content-wrapper {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .checkout-col-right {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  blockquote {
    padding-right: 80px;
    padding-left: 80px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-categories {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.gap-40px._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .grid-2-columns._1fr---1-25fr._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1fr---1-85fr._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1fr---2-04fr._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._94fr---1fr._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style---navigation-sidebar {
    position: static;
    max-height: 100%;
    min-height: auto;
    box-shadow: none;
  }

  .card.checkout-block {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.tab-left-content {
    padding-right: 56px;
    padding-left: 56px;
  }

  .card.cta-left-card {
    right: -48px;
  }

  .card.contact-link {
    min-width: 320px;
  }

  .card.contact-page-form {
    min-height: 678px;
    padding: 64px 56px;
  }

  .card.blog-featured-link {
    left: 40px;
    bottom: 40px;
    max-width: 540px;
  }

  .card.blog-post-author-link {
    padding: 40px;
  }

  .card.course-link-popular {
    padding-right: 32px;
  }

  .card.course-details-card {
    padding-right: 40px;
    padding-left: 40px;
  }

  .card.course-tab-content {
    padding: 48px 40px 16px;
  }

  .card.featured-event-card-link {
    -ms-grid-columns: 0.65fr 1fr;
    grid-template-columns: 0.65fr 1fr;
  }

  .card.even-agenda {
    padding: 48px 40px;
  }

  .card.event-info {
    max-width: none;
    padding-right: 32px;
    padding-left: 32px;
  }

  .card.free-course-form {
    max-width: none;
    margin-top: 48px;
    padding: 64px 56px;
  }

  .card.password-protected {
    padding: 80px;
  }

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

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    -ms-grid-columns: minmax(auto, 250px) 1fr;
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

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

  .mg-top-56px {
    margin-top: 40px;
  }

  .display-1 {
    font-size: 58px;
  }

  .grid-1-column.blog-title-and-categories {
    position: static;
    top: 0px;
    margin-bottom: 40px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2 {
    font-size: 42px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 22px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .text-400 {
    font-size: 22px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .grid-3-columns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.gap-column-48px.gap-row-40px._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._100-tablet {
    max-width: 100%;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.large {
    padding-right: 52px;
    padding-left: 52px;
  }

  .btn-secondary.large {
    padding-right: 52px;
    padding-left: 52px;
  }

  .badge-secondary.category-badges {
    margin-right: 24px;
    margin-left: 0px;
  }

  .badge-secondary.category-badges.blog-badge {
    margin-right: 0px;
  }

  .avatar-circle._06 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    height: 160px;
    max-height: 160px;
    max-width: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    height: 280px;
    max-height: 280px;
    max-width: 280px;
  }

  .rich-text h2 {
    font-size: 42px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .section {
    /* padding-top: 180px;
    padding-bottom: 180px; */
    padding-top: 72px;
    padding-bottom: 36px;
  }

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

  .section.template-pages-hero.short {
    padding-top: 226px;
  }

  .section.medium {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.pd-180px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .heading-h1-size {
    font-size: 48px;
  }

  .heading-h2-size {
    font-size: 30px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

  .heading-h4-size {
    font-size: 22px;
  }

  .header-nav-menu-wrapper {
    margin: 24px;
    padding: 36px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(20, 20, 43, 0.06);
  }

  .header-nav-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0px;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.show-in-tablet.mg-bottom-0 {
    margin-bottom: 0px;
  }

  .dropdown-column-wrapper {
    border-width: 0px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-pd {
    padding: 20px 0px 14px;
  }

  .dropdown-pd.pd-48px {
    padding: 48px 0px 32px;
  }

  .hamburger-menu-wrapper {
    margin-left: 24px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: transparent;
  }

  .hamburger-menu-bar {
    width: 40px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-right-side {
    width: auto;
  }

  .btn-circle-secondary.slider-arrow.slider-right---left-arrow {
    left: 0%;
    top: auto;
    right: 96px;
    bottom: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .btn-circle-secondary.slider-arrow.slider-right---left-arrow:hover {
    -webkit-transform: scale3d(1.06, 1.06, 1.01);
    transform: scale3d(1.06, 1.06, 1.01);
  }

  .btn-circle-secondary.slider-arrow.slider-right---right-arrow {
    left: 96px;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .btn-circle-secondary.slider-arrow.slider-right---right-arrow:hover {
    -webkit-transform: scale3d(1.06, 1.06, 1.01);
    transform: scale3d(1.06, 1.06, 1.01);
  }

  .utility-page-wrap {
    padding-top: 226px;
    padding-bottom: 226px;
  }

  .footer-top {
    padding-top: 94px;
    /* padding-bottom: 94px; */
    padding-bottom: 10px;
  }

  .footer-middle {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .error-message.password {
    margin-right: 32px;
    margin-left: 32px;
  }

  .grid-footer-2-column---form---icon {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sticky-top.static-tablet {
    position: static;
    top: 0px;
  }

  .floating-item.image-bg-shape-bottom-left {
    left: -108px;
    bottom: -128px;
  }

  .floating-item.free-course-bg {
    left: 0%;
    top: 64%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }

  .play-button-large {
    max-width: 64px;
    border-radius: 20px;
  }

  .slider-wrapper.slider-right {
    width: 100%;
    padding-bottom: 112px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slider-mask {
    position: static;
  }

  .accordion-item-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .accordion-item-wrapper.v2:hover {
    -webkit-transform: translate(6px, 0px);
    -ms-transform: translate(6px, 0px);
    transform: translate(6px, 0px);
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .categories-badges-item-wrapper.blog-badges-item-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .categories-badges-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .categories-badges-wrapper.blog-badges {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .template-pages---phography-wrapper {
    border-radius: 10px;
  }

  .full-width-image-right---section {
    padding-top: 226px;
    padding-bottom: 0px;
  }

  .full-width-image-right---section.v2 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .full-width-image-right---image-wrapper {
    position: relative;
    width: 100%;
    margin-top: 64px;
    padding-top: 64px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
  }

  .full-width-image-right---image-wrapper.v2 {
    position: static;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    max-width: none;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .full-width-image-right---bg.v2 {
    position: static;
  }

  .img-and-bg---section {
    margin-top: 64px;
  }

  .tabs-menu-right-container {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-cta {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .footer-main-grid {
    grid-auto-columns: 0.75fr;
    grid-column-gap: 56px;
    grid-row-gap: 64px;
    -ms-grid-columns: 2.25fr 1.5fr 1fr;
    grid-template-columns: 2.25fr 1.5fr 1fr;
  }

  .footer-bottom-shape-image {
    right: -92px;
  }

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

  .top-section.pd-bottom-180px {
    padding-bottom: 120px;
  }

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

  .top-section.pd-bottom-230px {
    padding-bottom: 180px;
  }

  .top-section-bottom-shape {
    border-bottom-left-radius: 0px;
  }

  .slider-right-section-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-media-links-grid.blog-author-grid {
    top: 26%;
    grid-template-columns: repeat(auto-fit, 32px);
  }

  .slider-right-text-bg {
    top: -180px;
    bottom: -180px;
    display: none;
  }

  .slider-right-bg {
    display: none;
  }

  .featured-event-card-text-container {
    padding: 64px 48px;
  }

  .full-page-section {
    padding-top: 226px;
  }

  .mg-right-auto.mg-right-0-tablet {
    margin-right: 0px;
  }
}

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

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 64px 32px;
    border-radius: 18px;
    background-size: 32px, 32px;
    font-size: 20px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

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

  .grid-2-columns.title-and-categories {
    margin-bottom: 40px;
  }

  .grid-2-columns.gap-40px {
    grid-column-gap: 32px;
    grid-row-gap: 26px;
  }

  .grid-2-columns.gap-row-48px.gap-row-24px-mbl {
    grid-row-gap: 24px;
  }

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

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

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

  .grid-2-columns.dropdown-pages-left-grid {
    grid-column-gap: 32px;
    grid-row-gap: 18px;
  }

  .grid-2-columns.dropdown-pages-main-grid {
    grid-column-gap: 64px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-2-columns.footer-pages-column {
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .grid-2-columns.blog-featured-bottom-link {
    -ms-grid-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
  }

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

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

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

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

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.tab-menu-link {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card.tab-left-content {
    padding: 48px 32px 56px;
  }

  .card.cta-left-card {
    right: -32px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .card.cta-left-card.bottom {
    bottom: 40px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card.cta-left-card.top {
    bottom: 218px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card.testimonials {
    max-width: 100%;
  }

  .card.our-values {
    padding: 40px 32px 48px;
  }

  .card.contact-link {
    min-width: 290px;
    -ms-grid-columns: 48px 1fr;
    grid-template-columns: 48px 1fr;
  }

  .card.contact-page-form {
    min-height: 572px;
    padding: 48px 32px;
    border-radius: 20px;
  }

  .card.blog-featured-link {
    left: 32px;
    right: 32px;
    max-width: none;
    padding: 40px 32px;
  }

  .card.blog-post-author-link {
    padding-right: 32px;
    padding-bottom: 80px;
    padding-left: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card.course-link-popular {
    padding-right: 32px;
    padding-bottom: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card.course-details-card {
    max-width: none;
    padding: 48px 32px 56px;
  }

  .card.course-tab-content {
    padding-top: 32px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .card.featured-event-card-link {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card.even-agenda {
    padding-right: 32px;
    padding-left: 32px;
  }

  .card.free-course-form {
    min-height: 814px;
    padding: 48px 32px;
    border-radius: 20px;
  }

  .card.coming-soon-card {
    padding: 48px 32px 64px;
  }

  .card.password-protected {
    padding-right: 32px;
    padding-left: 32px;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider.top-44px---bottom-32px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

  .mg-bottom-40px {
    margin-bottom: 32px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .mg-bottom-72px {
    margin-bottom: 64px;
  }

  .mg-top-40px.mg-top-0-mbl {
    margin-top: 0px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

  .mg-top-72px {
    margin-top: 64px;
  }

  .mg-top-80px {
    margin-top: 64px;
  }

  .mg-top-80px.mg-top-0-mbl {
    margin-top: 0px;
  }

  .mg-left-64px.mg-left-0-mbl {
    margin-left: 0px;
  }

  .text-200 {
    font-size: 16px;
  }

  .display-1 {
    font-size: 48px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .display-2 {
    font-size: 40px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-3.mg-bottom--8px {
    margin-bottom: -4px;
  }

  .display-4 {
    font-size: 20px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

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

  .text-300 {
    font-size: 18px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .text-100 {
    font-size: 14px;
  }

  .grid-3-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .grid-3-columns._3-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 56px;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._100-mbl {
    max-width: 100%;
  }

  .inner-container._260px-mbl {
    max-width: 260px;
  }

  .inner-container._80px-mbl {
    max-width: 80px;
  }

  .inner-container._40 {
    max-width: 40%;
  }

  .style---content-heading {
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 18px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
    border-radius: 16px;
  }

  .style---content-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .border-radius-48px.border-radius-32px-mbl {
    border-radius: 32px;
  }

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 20px 28px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.small.inside-input {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .btn-primary.small.newsletter-cta-button {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .btn-primary.small.coming-soon-button {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .btn-primary.large {
    padding: 24px 40px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-primary.mg-bottom-16px.mg-bottom-0-mbl {
    margin-bottom: 0px;
  }

  .btn-secondary {
    padding: 20px 28px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.large {
    padding: 24px 38px;
  }

  .btn-secondary.header-search-button {
    display: none;
  }

  .btn-secondary.courses-tab-menu-button {
    padding: 14px 20px;
    -ms-grid-columns: 48px 1fr;
    grid-template-columns: 48px 1fr;
    font-size: 18px;
  }

  .btn-secondary.tab-menu-left-button {
    padding-right: 32px;
    padding-left: 32px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary.category-badges {
    margin-top: 6px;
    margin-right: 12px;
    margin-bottom: 6px;
  }

  .badge-secondary.category-badges.blog-badge {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .text-area {
    border-radius: 18px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    height: 64px;
    max-height: 64px;
    max-width: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    height: 120px;
    max-height: 120px;
    max-width: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    height: 220px;
    max-height: 220px;
    max-width: 220px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .line-rounded-icon.success-message-check.icon-top {
    margin-bottom: 16px;
    font-size: 48px;
  }

  .line-rounded-icon.accordion-icon {
    font-size: 22px;
    line-height: 24px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .rich-text img {
    border-radius: 20px;
  }

  .rich-text h2 {
    font-size: 30px;
  }

  .rich-text figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .rich-text ul {
    margin-bottom: 24px;
    padding-left: 32px;
  }

  .rich-text ol {
    margin-bottom: 24px;
    padding-left: 32px;
  }

  .rich-text blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

  .section {
    /* padding-top: 120px;
    padding-bottom: 120px; */
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.template-pages-hero.short {
    padding-top: 182px;
  }

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

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

  .heading-h1-size {
    font-size: 38px;
  }

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

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

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .header-content-wrapper {
    padding: 24px;
  }

  .header-nav-menu-wrapper {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .dropdown-pd.pd-48px {
    padding-bottom: 24px;
  }

  .header-logo {
    max-width: 84%;
  }

  .hamburger-menu-wrapper {
    margin-left: 16px;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .btn-circle-primary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-primary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary.slider-arrow.slider-right---left-arrow {
    right: 88px;
  }

  .btn-circle-secondary.slider-arrow.slider-right---right-arrow {
    left: 88px;
  }

  .utility-page-wrap {
    min-height: 60vh;
    padding-top: 182px;
    padding-bottom: 182px;
  }

  .flex-horizontal.vertical-mbl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-list-wrapper {
    grid-row-gap: 8px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .footer-top {
    padding-top: 72px;
    /* padding-bottom: 72px; */
    padding-bottom: 10px;
  }

  .footer-middle {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .error-message.password {
    margin-right: 24px;
    margin-left: 24px;
  }

  .text-center.mg-bottom-130px.mg-bottom-48px-mbl {
    margin-bottom: 48px;
  }

  .text-center.mg-bottom-72px {
    margin-bottom: 40px;
  }

  .text-center.mg-right-56px.mg-bottom-16px-mbl {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .floating-item.newsletter-cta-bg-shape {
    width: 64%;
  }

  .floating-item.course-single-top-shape {
    left: 0px;
    top: auto;
    right: auto;
    bottom: 0px;
    width: 60%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .floating-item.utility-page-bg-bottom {
    min-height: 440px;
  }

  .floating-item._404-page-bottom-shape {
    width: 20%;
  }

  .floating-item._404-page-top-shape {
    width: 30%;
  }

  .video-bg-image.page {
    width: 100%;
  }

  .slider-wrapper.slider-right {
    padding-bottom: 96px;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.v2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-right: 32px;
    padding-left: 32px;
  }

  .categories-badges-item-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .categories-badges-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._404-not-found {
    margin-bottom: -24px;
    font-size: 120px;
  }

  .cart-quantity {
    font-size: 16px;
  }

  .full-width-image-right---section {
    padding-top: 182px;
  }

  .full-width-image-right---section.v2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .flex.align-start.vertical-mbl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .full-width-image-right---image-wrapper {
    margin-top: 48px;
    padding-top: 48px;
    border-radius: 40px;
  }

  .img-and-bg---section {
    margin-top: 48px;
    margin-left: 64px;
  }

  .img-and-bg---section.v2 {
    margin-top: 9%;
    margin-bottom: 9%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .img-and-bg---image {
    left: -64px;
    border-radius: 32px;
  }

  .tabs-menu-right-container {
    grid-row-gap: 48px;
  }

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

  .full-width-image-left---image-wrapper {
    position: relative;
    width: 90%;
    margin-top: 40px;
  }

  .hidden-on-mbl {
    display: none;
  }

  .full-width-image-left---image {
    border-top-right-radius: 32px;
  }

  .testimonials-cards-row {
    display: -ms-grid;
    display: grid;
    padding-right: 20px;
    padding-left: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .testimonials-cards-row.bottom {
    margin-right: 0px;
  }

  .testimonial-cards-side-blur {
    width: 100%;
    max-width: none;
    min-height: 140px;
  }

  .testimonial-cards-side-blur.left {
    left: 0%;
    top: -1%;
    right: 0%;
    bottom: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  }

  .testimonial-cards-side-blur.right {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -1%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  }

  .footer-newsletter-success-message {
    min-height: 60px;
  }

  .footer-main-grid {
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom-shape-image {
    bottom: -76px;
  }

  .tabs-menu-top {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-card-link-text-container {
    padding: 40px 32px;
  }

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

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

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

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

  .top-section-bottom-shape.v3 {
    min-height: 340px;
  }

  .mg-bottom-130px {
    margin-bottom: 80px;
  }

  .img-and-bg---bg {
    right: -32px;
    height: 116%;
    border-radius: 32px;
  }

  .social-media-links-grid.blog-author-grid {
    position: relative;
    top: auto;
    margin-top: -64px;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(auto-fit, 24px);
  }

  .blog-featured-image {
    min-height: 700px;
    border-radius: 20px;
  }

  .blog-featured-bottom---image-container {
    border-radius: 20px;
  }

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

  .newsletter-cta-success-message {
    min-height: 60px;
  }

  .tabs-menu-left-section-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tabs-left-menu-container {
    position: static;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .featured-event-card-text-container {
    padding: 40px 32px;
    border-style: none solid solid;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 28px;
  }

  .event-card-date-container {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .event-card-date-container.featured-card-date {
    padding-right: 24px;
    padding-left: 24px;
  }

  .event-featured-card-image {
    min-height: 400px;
  }

  .events-card-link-text-container {
    padding: 32px;
  }

  .full-page-section {
    padding-top: 182px;
    padding-bottom: 140px;
  }

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

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

  .coming-soon-success-message {
    min-height: 60px;
  }

  .full-width-image-right---image {
    max-height: none;
    min-height: auto;
  }

  .font-size-26px-mbl {
    font-size: 26px;
  }
}

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

  blockquote {
    padding: 48px 24px;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.dropdown-pages-left-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.dropdown-pages-main-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.footer-pages-column {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .grid-2-columns.blog-featured-bottom-link {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card.about-details-card {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.tab-menu-link {
    display: -ms-grid;
    display: grid;
    padding: 24px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    -ms-grid-columns: 40px 1fr;
    grid-template-columns: 40px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .card.tab-menu-link.w--current {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card.tab-left-content {
    padding: 40px 24px 48px;
  }

  .card.cta-left-card {
    right: -24px;
    max-width: 240px;
  }

  .card.cta-left-card.top {
    bottom: 232px;
  }

  .card.testimonials {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.our-values {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.contact-link {
    max-width: none;
    -ms-grid-columns: 40px 1fr;
    grid-template-columns: 40px 1fr;
  }

  .card.contact-page-form {
    min-height: 842px;
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 16px;
  }

  .card.blog-featured-link {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.blog-post-author-link {
    padding-right: 24px;
    padding-bottom: 80px;
    padding-left: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card.course-link-popular {
    padding: 24px 24px 40px;
  }

  .card.course-details-card {
    padding: 40px 24px 48px;
  }

  .card.course-tab-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.course-review-card {
    padding: 32px 24px;
  }

  .card.even-agenda {
    padding: 40px 24px;
  }

  .card.event-info {
    padding: 40px 24px;
  }

  .card.free-course-form {
    margin-top: 32px;
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 16px;
  }

  .card.coming-soon-card {
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

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

  .mg-bottom-56px {
    margin-bottom: 40px;
  }

  .mg-bottom-64px {
    margin-bottom: 40px;
  }

  .mg-top-48px {
    margin-top: 32px;
  }

  .mg-top-80px {
    margin-top: 56px;
  }

  .mg-right-24px.mg-bottom-16px-mbl {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .display-1 {
    font-size: 40px;
  }

  .display-1.font-size-26px-mbl {
    font-size: 26px;
  }

  .display-2 {
    font-size: 36px;
  }

  .display-3 {
    font-size: 24px;
  }

  .grid-3-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 40px;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container._48px-mbp {
    max-width: 48px;
  }

  .inner-container._260px-mbl._180px-mbp {
    max-width: 180px;
  }

  .inner-container._40._100-mbp {
    max-width: 100%;
  }

  .style---content-heading {
    padding-right: 22px;
    padding-left: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    margin-right: 14px;
    border-radius: 16px;
  }

  .border-radius-48px.border-radius-32px-mbl.border-radius-24px-mbp {
    border-radius: 24px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.small.inside-input {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.newsletter-cta-button {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.newsletter-cta-button:hover {
    background-color: #fff;
    color: #1f2f54;
  }

  .btn-primary.small.coming-soon-button {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .btn-primary.next-button {
    margin: 8px 0px;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-secondary.courses-tab-menu-button {
    width: auto;
    -ms-grid-columns: 40px 1fr;
    grid-template-columns: 40px 1fr;
    font-size: 16px;
  }

  .btn-secondary.previous-button {
    margin: 8px 0px;
  }

  .btn-secondary.tab-menu-left-button {
    width: auto;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary.category-badges {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.button-inside {
    margin-bottom: 16px;
    padding-right: 24px;
  }

  .input.newsletter-cta-input {
    padding-top: 0px;
    padding-right: 24px;
    padding-bottom: 0px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-height: 22px;
    min-width: 22px;
  }

  .checkbox.large {
    min-height: 26px;
    min-width: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-height: 22px;
    min-width: 22px;
  }

  .radio-button.large {
    min-height: 26px;
    min-width: 26px;
  }

  .avatar-circle.top-section-review-avatar {
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .social-icon-square {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .line-rounded-icon.success-message-check.icon-top {
    font-size: 40px;
  }

  .line-rounded-icon.accordion-icon {
    font-size: 20px;
  }

  .rich-text img {
    border-radius: 16px;
  }

  .rich-text h2 {
    font-size: 36px;
  }

  .rich-text ul {
    padding-left: 24px;
  }

  .rich-text ol {
    padding-left: 24px;
  }

  .rich-text blockquote {
    font-size: 18px;
  }

  .buttons-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section {
    /* padding-top: 96px;
    padding-bottom: 96px; */
    padding-top: 39px;
    padding-bottom: 19px;
  }

  .section.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 150px;
    padding-bottom: 88px;
  }

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

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

  .heading-h1-size {
    font-size: 32px;
  }

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

  .header-content-wrapper {
    padding: 16px;
  }

  .header-nav-menu-wrapper {
    margin-right: 16px;
    margin-left: 16px;
    padding: 24px 16px;
  }

  .header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dropdown-pd.pd-48px {
    padding-top: 32px;
  }

  .header-logo {
    max-width: 86%;
  }

  .hamburger-menu-bar {
    width: 24px;
  }

  .btn-circle-secondary.slider-arrow {
    width: 48px;
    height: 48px;
    min-height: 48px;
    min-width: 48px;
    font-size: 22px;
  }

  .btn-circle-secondary.slider-arrow.slider-right---left-arrow {
    right: 72px;
  }

  .btn-circle-secondary.slider-arrow.slider-right---right-arrow {
    left: 72px;
  }

  .utility-page-wrap {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .flex-horizontal.start.vertical-mb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-logo-wrapper {
    max-width: 200px;
  }

  .footer-top {
    padding-top: 80px;
    /* padding-bottom: 80px; */
    padding-bottom: 10px;
  }

  .grid-subscribe-form-button-left {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .floating-item.contact-shape-top-left {
    width: 34%;
  }

  .floating-item.contact-shape-bottom-left {
    width: 44%;
  }

  .floating-item.newsletter-cta-bg-shape {
    width: 30%;
  }

  .floating-item._404-page-bottom-shape {
    width: 36%;
  }

  .play-button-large {
    max-width: 56px;
  }

  .slider-wrapper.slider-right {
    padding-bottom: 80px;
  }

  .slider-mask.slider-right-mask {
    max-width: 100%;
    margin-right: 0px;
  }

  .acordion-body {
    width: 118%;
    margin-left: -60px;
  }

  .accordion-content-wrapper.mg-top-12px.mg-top-0-mbl {
    margin-top: 0px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-right: 24px;
    padding-left: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .categories-badges-item-wrapper.blog-badges-item-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .categories-badges-wrapper.blog-badges {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  ._404-not-found {
    margin-bottom: -12px;
    font-size: 100px;
  }

  .cart-container {
    border-radius: 0px;
  }

  .order-item {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

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

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

  .full-width-image-right---section {
    padding-top: 150px;
  }

  .full-width-image-right---section.v2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .full-width-image-right---image-wrapper {
    padding-top: 32px;
    border-radius: 32px;
  }

  .img-and-bg---section {
    margin-left: 24px;
  }

  .img-and-bg---image {
    left: -24px;
    border-radius: 24px;
  }

  .section-cta {
    padding-top: 96px;
  }

  .full-width-image-left---image {
    min-height: 600px;
  }

  .testimonials-cards-row {
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer-newsletter-success-message {
    min-height: 132px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-main-grid {
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom-shape-image {
    right: -130px;
    bottom: -16px;
  }

  .tabs-menu-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .courses-card-link-text-container {
    padding: 32px 24px 40px;
  }

  .blog-card-link-text-container {
    padding: 32px 24px;
  }

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

  .top-section.pd-bottom-180px {
    padding-bottom: 96px;
  }

  .top-section.pd-bottom-152px {
    padding-bottom: 72px;
  }

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

  .img-and-bg---bg {
    border-radius: 24px;
  }

  .slider-right-section-container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .teachers-slider-link-text-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .teachers-card-social-media-container {
    margin-right: 24px;
    margin-left: 24px;
  }

  .social-media-links-grid {
    grid-template-columns: repeat(auto-fit, 24px);
  }

  .social-media-links-grid.links-right.center-mbp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-media-links-grid.blog-author-grid {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .blog-featured-image {
    min-height: 580px;
    border-radius: 16px;
  }

  .blog-featured-bottom---image-container {
    border-radius: 16px;
  }

  .newsletter-cta-success-message {
    min-height: 126px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured-event-card-text-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .event-card-date-container {
    padding: 12px 16px 20px;
  }

  .events-card-link-text-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .full-page-section {
    padding-top: 150px;
    padding-bottom: 120px;
  }

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

  .coming-soon-success-message {
    min-height: 126px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#w-node-_43c8d585-eb9a-8219-018f-62cbf3f7a68c-088305bc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0eee7594-c906-d9fe-21ef-cfae447a76f4-088305bc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f00561e8-3a3d-8c27-e305-f6ad1d26a048-088305bc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f00561e8-3a3d-8c27-e305-f6ad1d26a052-088305bc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0f52c484-4404-dd2a-27d2-15f2e77e3424-088305bc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c6c44780-9b8b-a9f2-1111-8f0c14655c1f-088305bc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e6572511-e847-dae2-d39a-51ff001e8051-088305bc {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3097c55b-ba6f-dc60-3115-2842fe429506-088305bc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e8c4b747-f0c0-3530-f635-60e91653297e-088305bc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e0e0b756-b2a9-cf26-f3c3-4654e5045f99-088305bc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3c7af48f-bd1e-4c8a-eab6-26790604189c-06041898 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_3c7af48f-bd1e-4c8a-eab6-2679060418a6-06041898 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_3c7af48f-bd1e-4c8a-eab6-2679060418aa-06041898 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_3c7af48f-bd1e-4c8a-eab6-2679060418bd-06041898 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_3c7af48f-bd1e-4c8a-eab6-2679060418cd-06041898 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3c7af48f-bd1e-4c8a-eab6-2679060418e6-06041898 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3c7af48f-bd1e-4c8a-eab6-267906041910-06041898 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fd702cdf-d3fb-985c-7121-9d1e4a52119d-4a521182 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fd702cdf-d3fb-985c-7121-9d1e4a5211a1-4a521182 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fd702cdf-d3fb-985c-7121-9d1e4a5211ae-4a521182 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fd702cdf-d3fb-985c-7121-9d1e4a5211b9-4a521182 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_71138788-44c3-56c0-5651-2e20e22a1c3b-4a521182 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5a1d241b-dc5f-2445-0411-55a2e75fe3b5-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_733a82cd-8378-86f1-691e-918a5515bf49-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d092b863-ddbc-7a5e-044d-00595f8f2eea-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d092b863-ddbc-7a5e-044d-00595f8f2eeb-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_12faaf57-aefb-347d-65ee-0fbf0e18c81b-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_12faaf57-aefb-347d-65ee-0fbf0e18c81c-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_12faaf57-aefb-347d-65ee-0fbf0e18c821-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_12faaf57-aefb-347d-65ee-0fbf0e18c822-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_12faaf57-aefb-347d-65ee-0fbf0e18c824-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_12faaf57-aefb-347d-65ee-0fbf0e18c826-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_12faaf57-aefb-347d-65ee-0fbf0e18c82d-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_895f71d1-833e-f3d3-5935-48a15ba18c1c-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9c116e98-05ca-1377-ee2d-0fa4ea2bdbd4-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-de4cb7c7-a96f-7740-5554-5e923bed61bd-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b354b992-fd3b-5908-a25a-e52d9d805683-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-cc74e0d1-5f91-a04f-cbea-fe7fbdf3a278-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_01398c6a-2e22-26ef-03d9-56cdb251ff47-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_82a40730-3e6d-c6b9-111a-455a4a6b95db-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c79535f9-0a1a-4564-7c27-e3ec0b7cb2f9-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6c9f8161-e581-8a45-832a-d835d826a859-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_47e8caff-428f-23c2-6ef4-698a3c62f58b-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f3af646-842f-a2c5-4c4e-e679cd7d2912-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6265de5e-b6e0-56ca-668b-ff019008fbf6-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d18ba56f-c88a-ac0e-6fca-e32c3de0112f-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4fa89bcd-f303-4ac8-dc21-c81598c28500-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e750e0f9-ff61-c002-b100-d1cd98916845-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5fc174e2-0540-451a-edb1-04fdc10350d0-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0911c0ee-961e-6f5f-2530-7219c3183871-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5bd4cc84-464b-8d40-fa16-73183377b35a-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-b9fd1f12-63a0-f8dd-cabc-1b27d92cd559-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ded0dea5-9e44-a1f0-1089-e925d97781be-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_25ff2680-8fb0-cb3e-1240-004294bcf54a-a98305bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_086c9309-2583-a2d4-41c8-98ac6686a4b0-568305c1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-def979a2-7b29-9c0d-2c92-4e7c223a0e5f-568305c1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_5e15deca-4f9d-d8ec-ff83-ffe48493352d-568305c1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a5b7e36c-5c75-99fe-b0f5-f2cfba1d89e2-568305c1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2aada4b2-2270-4649-f822-b2169c8a8134-568305c1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a7d55f4f-3632-438c-2c5d-72bf3ebc4462-568305c1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d19377bf-dab3-bd03-084e-1c15158a1347-568305c1 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c4bfe374-ad25-8044-9ed4-a2c97a419b1e-568305c1 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_156a60c0-959e-8d1f-4d46-d4e0ad51445c-568305c1 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_156a60c0-959e-8d1f-4d46-d4e0ad51445e-568305c1 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_3b3a0232-0e76-3660-8941-a0085f2295e1-648305c7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3b3a0232-0e76-3660-8941-a0085f2295e3-648305c7 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d92055ff-a068-b8b6-22bb-3fb36df2cf39-6df2cf36 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d92055ff-a068-b8b6-22bb-3fb36df2cf3b-6df2cf36 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_46d11028-15eb-bfe1-5ca0-86a7474b12b2-c98305c8 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_46d11028-15eb-bfe1-5ca0-86a7474b12b6-c98305c8 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bcf711de-c07c-79ac-1695-cce8fde1fc13-c98305c8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_066b0fd8-93e6-b1e9-34dc-f3999632919b-ec8305cc {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_7a2089e2-c45a-98fb-9282-338d790e6b2f-ec8305cc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eea914aa-aab0-43dc-516f-69589fb28410-ec8305cc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_109e5390-b83f-25e9-ed44-9ccd6b33caf7-668305cd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffe7cf16-8810-abd8-bfa1-72f1a45fdd36-668305cd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_19f794b6-d383-47e5-6bb3-3289932b5ea9-668305cd {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_141f5c52-b053-4e90-000e-2892de8908bb-1a8305ce {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_141f5c52-b053-4e90-000e-2892de8908c9-1a8305ce {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_141f5c52-b053-4e90-000e-2892de8908cb-1a8305ce {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-aee2f831-cda2-3884-21b2-2ff444793476-198305cf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ef363fb-a3c7-00ed-331c-c43f8e508c62-578305d0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d0d8ef7d-0180-57d6-6d25-c2a1e6b49a9f-578305d0 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_88b329d2-9d46-c94c-5a72-755d5ee04122-578305d0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e804ab8a-0dff-a63c-195b-6e0cbce81ccb-578305d0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_5933421b-7dd6-208e-0286-59cc01c4fd62-578305d0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ac96d83b-51e0-e44f-f921-ee46db522ede-578305d0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_60b99ef5-290b-bc33-73cc-092d3d39f957-578305d0 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-bfde2d6d-6c18-aade-b79e-d8b4f4b78801-fd8305d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9cbcc283-af3f-c309-c117-5afa01b90bdd-fd8305d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_5618f0f7-02a7-11b3-b3a7-a44ae442368f-fd8305d1 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7aeefbd1-394b-5434-4e9f-5b7584573fb8-fd8305d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_676fc01e-6fe4-8343-bdad-b37a16b0e9a4-fd8305d1 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ea3b23c4-505f-580f-aa62-90f453447861-fd8305d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_6756d373-ae48-fa40-ed79-40db61acea09-fd8305d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_47824d5a-929e-ad5b-2652-ec125a26578b-fd8305d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_355ac834-15c1-add6-26ff-d61d2234fe16-fd8305d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_20f3dac4-b710-43df-9f87-cd128ad7e654-fd8305d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7909acf5-9b7f-2370-66e1-505841c0351b-fd8305d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_323d769f-6b88-bd8c-60a9-7ac84feedfe0-228305d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_2b026dde-1b9f-bd57-4e68-5e360af87b95-228305d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4b2556f9-c6b2-ad26-0936-99f1a0e563b1-228305d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7a387ab4-b7a2-dc78-5a50-2bb8057c902f-228305d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1e4cbc6d-1488-d324-bb9b-66deb9db2422-498305d9 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_9263f1f4-279c-824e-6b44-a75a9dc8fec2-498305d9 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-df3ad408-08a1-55f3-a8fd-5bf82a7d233b-3d8305db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_37e4631d-7f86-b751-669f-c6cd77c50879-3d8305db {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_37e4631d-7f86-b751-669f-c6cd77c50890-3d8305db {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-1b830632 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b7e4ada-ef65-78b1-8f4d-9e4804dabb21-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_418d518a-b742-6353-abda-d7547dd2a60d-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d6d90a1b-dcd8-b6fa-da7c-cb475741f02c-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_5aed7435-5615-5fae-916a-4e01b7d59063-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_49b57fc0-d034-6c6a-d37b-cbc08f37bc56-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_1406f113-261f-13a2-b304-71a809553995-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-abce4499-537e-bd42-34b9-4a24d1ecffcf-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_3848439c-616b-3d18-9bce-91e329b3b317-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-bbbe5611-8064-66ee-e3c6-021d06a3de06-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-f98ab8aa-e30a-d8d7-1121-ab6ba5e0c716-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b31f5f96-f3fd-3bda-bb2f-7514137eddd7-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_27ac4d63-2ee8-7a2d-3ef9-6762a346d388-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_6350c873-e3be-4145-fc7f-7f3a29ee5a8f-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c91820be-4df4-e1a5-aff3-f3b03ef1f526-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-f19a17e4-1e4c-d664-5fdd-f5e9060fb758-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_1d7d0f3a-647e-3816-9ad8-d42989174330-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d126ccb2-15ca-2bb3-4cd1-201d181f1605-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_1ffc5bae-65ea-39d0-5405-3c783c0c20f6-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_6dcfee6b-9c34-c221-bea7-ab5e0ab82634-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_3e92a16e-7e7e-4aa6-d02a-788d5c0fbf9f-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_1a3be0ec-08a2-5122-64cf-f3a216e90447-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c73c7c67-35ba-448c-8d49-b8d2d459fbd9-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_1ea0134b-3fe5-eb32-1a99-f823d703e441-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-ee9a4101-2320-313b-95e6-d156d823edc6-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_690e3644-acde-9eb9-7cab-7c25025360ed-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b897a0c3-5682-8b52-9fa6-56da992782e1-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_433052ec-24e2-6824-8e3f-fe608d215954-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_05cc5ae5-0a55-d156-f696-306d4ab30d44-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_390c464f-14aa-27fb-b718-cf18ce803d19-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_5fc67f2f-eb8f-4a3a-24c6-70ec9c8ebb70-1b830632 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_0eee7594-c906-d9fe-21ef-cfae447a76f4-088305bc {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f00561e8-3a3d-8c27-e305-f6ad1d26a048-088305bc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-f00561e8-3a3d-8c27-e305-f6ad1d26a052-088305bc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3c7af48f-bd1e-4c8a-eab6-26790604189c-06041898 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3c7af48f-bd1e-4c8a-eab6-2679060418cd-06041898 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fd702cdf-d3fb-985c-7121-9d1e4a5211b9-4a521182 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5bd4cc84-464b-8d40-fa16-73183377b35a-a98305bf {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f97bc4a5-5ed2-1b1b-80a3-7529787c7a14-668305cd {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e8c4b747-f0c0-3530-f635-60e91653297e-088305bc {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-e0e0b756-b2a9-cf26-f3c3-4654e5045f99-088305bc {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3c7af48f-bd1e-4c8a-eab6-26790604189c-06041898 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3c7af48f-bd1e-4c8a-eab6-2679060418a6-06041898 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3c7af48f-bd1e-4c8a-eab6-2679060418cd-06041898 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3c7af48f-bd1e-4c8a-eab6-2679060418e6-06041898 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_12faaf57-aefb-347d-65ee-0fbf0e18c82d-a98305bf {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-def979a2-7b29-9c0d-2c92-4e7c223a0e5f-568305c1 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d92055ff-a068-b8b6-22bb-3fb36df2cf39-6df2cf36 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d92055ff-a068-b8b6-22bb-3fb36df2cf3b-6df2cf36 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_62da88ab-1222-a95c-589f-26935122da25-668305cd {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ffe7cf16-8810-abd8-bfa1-72f1a45fdd36-668305cd {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_7ef363fb-a3c7-00ed-331c-c43f8e508c62-578305d0 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-d0d8ef7d-0180-57d6-6d25-c2a1e6b49a9f-578305d0 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ac96d83b-51e0-e44f-f921-ee46db522ede-578305d0 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_676fc01e-6fe4-8343-bdad-b37a16b0e9a4-fd8305d1 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_7909acf5-9b7f-2370-66e1-505841c0351b-fd8305d1 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_2b026dde-1b9f-bd57-4e68-5e360af87b95-228305d3 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_7a387ab4-b7a2-dc78-5a50-2bb8057c902f-228305d3 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-1b830632 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3c7af48f-bd1e-4c8a-eab6-26790604189c-06041898 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3c7af48f-bd1e-4c8a-eab6-2679060418a6-06041898 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3c7af48f-bd1e-4c8a-eab6-2679060418bd-06041898 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_46d11028-15eb-bfe1-5ca0-86a7474b12b2-c98305c8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}