.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-commercecartopenlinkicon {
  margin-right: 8px;
}

.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-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-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-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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

@media screen and (max-width: 767px) {
  .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;
  }

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

@media screen and (max-width: 479px) {
  .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-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Italiana, sans-serif;
  font-size: 150px;
  line-height: 130px;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
  font-family: Arimo, sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.ths13-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 60px;
  padding-left: 60px;
  -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;
  background-image: url('../images/quantum-home-page-receptionist.webp');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  font-family: Italiana, sans-serif;
}

.ths13-header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 60px 40px;
  -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;
  font-size: 14px;
}

.ths13-header.contact-us {
  padding-bottom: 30px;
  background-color: #000;
  opacity: 1;
}

.ths13-header.about-us {
  position: -webkit-sticky;
  position: sticky;
}

.ths13-header.black {
  background-color: #000;
}

.ths13-header.new-class {
  background-color: #000;
}

.ths13-menu-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  cursor: pointer;
}

.ths13-menu-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  -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-style: solid;
  border-width: 2px;
  border-color: #f2f2f2;
  border-radius: 50%;
  opacity: 1;
  font-size: 15px;
}

.ths13-menu-icon-bar-top {
  width: 18px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #f2f2f2;
}

.ths13-menu-link-text-wrapper {
  position: relative;
  overflow: hidden;
  opacity: 1;
  font-family: Arimo, sans-serif;
  color: #f2f2f2;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ths13-nav-link {
  position: relative;
  overflow: hidden;
  font-family: Arimo, sans-serif;
  color: #f2f2f2;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.ths13-brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.ths13-logo {
  display: inline-block;
  width: 68%;
  max-width: 68%;
  margin-top: 10px;
  margin-right: 0px;
  padding-top: 0px;
  text-align: center;
}

.ths13-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -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;
  background-color: #000;
  font-family: Italiana, sans-serif;
  mix-blend-mode: soft-light;
}

.ths13-heading-h1 {
  border-radius: 0px;
  opacity: 1;
  color: #f2f2f2;
  text-align: center;
}

.ths13-hero-section-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66666666666667%;
  height: 90px;
  padding-left: 60px;
  -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;
  opacity: 1;
}

.ths13-social-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ths13-social-link {
  margin-right: 45px;
  opacity: 0.65;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.ths13-social-link:hover {
  opacity: 1;
}

.ths13-social-icon {
  width: 22px;
}

.ths13-social-links-divider {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  font-family: Arimo, sans-serif;
  color: #ffc000;
  font-size: 20px;
  font-weight: 700;
}

.ths13-hero-footer-scroll-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  -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;
}

.ths13-scroll-line-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 15px;
  margin-right: 50px;
  margin-left: 50px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.8;
  text-align: left;
}

.ths13-scroll-line-wrapper.top {
  margin-top: 0px;
  margin-bottom: 35px;
}

.ths13-scroll-line-wrapper.bottom {
  margin-top: 35px;
}

.ths13-scroll-line-wrapper.bottom.one {
  margin-top: 0px;
  margin-bottom: 10px;
}

.ths13-scroll-line-wrapper.bottom.one.two {
  margin-bottom: 45px;
}

.ths13-hero-footer-scroll-text-wrapper {
  overflow: hidden;
  opacity: 0.8;
  font-family: Arimo, sans-serif;
  color: #f2f2f2;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ths13-hero-slider {
  width: 100%;
  min-height: 100vh;
  background-color: transparent;
  font-family: Italiana, sans-serif;
}

.ths13-hero-slider-arrow {
  display: none;
}

.ths13-hero-slide {
  opacity: 1;
  font-family: Italiana, sans-serif;
}

.ths13-hero-slider-nav {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: auto;
  -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;
  font-family: Varela, sans-serif;
}

.ths13-hero-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1234px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.ths13-heading-h1-wrapper {
  overflow: hidden;
  font-family: Italiana, sans-serif;
}

.ths13-slide-number-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 63.5px;
  height: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Varela, sans-serif;
  font-size: 17.5px;
}

.ths13-hero-slide-number {
  font-family: Varela, sans-serif;
  color: #f2f2f2;
  font-size: 17.5px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
}

.ths13-hero-slide-number-divider {
  margin-top: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  font-family: Arimo, sans-serif;
  color: #ffc000;
  font-size: 19px;
  line-height: 20px;
  font-weight: 700;
}

.ths13-silde-number-inner-wrapper {
  overflow: hidden;
}

.ths13-scroll-line {
  width: 2px;
  height: 50px;
  background-color: #f2f2f2;
}

.ths13-scroll-line.about {
  height: 40px;
}

.ths13-nav-link-hover-text {
  position: absolute;
  font-size: 15px;
}

.ths13-nav-link-text {
  font-size: 15px;
}

.ths13-menu-link-text {
  font-size: 15px;
}

.ths13-menu-link-hover-text {
  position: absolute;
  font-size: 15px;
}

.ths13-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-right: 60px;
  padding-left: 60px;
  -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;
  background-color: #000;
  opacity: 1;
}

.ths13-menu-nav-links-wrapper {
  display: block;
  overflow: visible;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 1;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
  font-size: 14px;
}

.ths13-menu-nav-link-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  opacity: 1;
  font-family: Italiana, sans-serif;
  color: #f2f2f2;
  font-size: 100px;
  line-height: 125px;
  font-weight: 400;
  text-decoration: none;
}

.ths13-menu-nav-link-text {
  font-size: 90px;
  line-height: 95px;
  text-align: center;
  letter-spacing: 3px;
}

.ths13-menu-nav-link-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  font-family: Italiana, sans-serif;
  color: #f2f2f2;
  font-size: 100px;
  line-height: 125px;
  font-weight: 400;
  text-decoration: none;
}

.ths13-menu-nav-link-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  font-family: Italiana, sans-serif;
  color: #f2f2f2;
  font-size: 100px;
  line-height: 125px;
  font-weight: 400;
  text-decoration: none;
}

.ths13-menu-nav-link-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  font-family: Italiana, sans-serif;
  color: #f2f2f2;
  font-size: 100px;
  line-height: 125px;
  font-weight: 400;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.ths13-menu-icon-bar-bottom {
  width: 18px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #f2f2f2;
}

.ths13-hero-slide-total-number {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Varela, sans-serif;
  color: #f2f2f2;
  font-size: 17.5px;
  line-height: 30px;
  font-weight: 400;
}

.ths13-menu-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 1;
}

.ths13-menu-contact-info {
  overflow: hidden;
  width: 50%;
  -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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 1;
}

.ths13-contact-address {
  margin-bottom: 10px;
  font-family: Arimo, sans-serif;
  color: #f2f2f2;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  text-align: right;
}

.ths13-menu-contact-link {
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  font-family: Arimo, sans-serif;
  color: hsla(0, 0%, 94.9%, 0.65);
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
}

.ths13-menu-contact-link:hover {
  color: #f2f2f2;
}

.ths13-menu-contact-link.ths13-no-margin-bottom {
  margin-bottom: 0px;
}

.ths13-menu-contact-info-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 1;
}

.section {
  background-color: #000;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 75px;
  padding-top: 32px;
  padding-bottom: 35px;
  -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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 0px 15px;
  border-color: #000 #000 #000 #000;
  border-radius: 0px;
  background-color: #fff;
  text-align: right;
  text-decoration: none;
}

.cart {
  background-color: transparent;
  color: #000;
  text-align: left;
}

.cart:hover {
  background-color: #3898ec;
}

.cart-button {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: solid;
  border-width: 2.5px;
  border-color: #fff #000 #fff #fff;
  border-radius: 5px;
  background-color: #000;
  font-size: 16px;
  mix-blend-mode: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.cart-button:hover {
  background-color: #ef780c;
}

.icon {
  margin-right: 9px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

.text-block-2 {
  padding-right: 7.5px;
  padding-left: 2.5px;
  background-color: transparent;
  font-size: 16px;
}

.cart-quantity {
  border-radius: 10px;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.body {
  background-color: #000;
}

.section-20 {
  padding-bottom: 100px;
  border-bottom: 1px none #fff;
  color: #fff;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -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;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  text-align: left;
  text-decoration: overline;
}

.div-block-7 {
  font-size: 55px;
}

.field-label-5 {
  margin-left: 5px;
  font-size: 18px;
}

.form {
  display: block;
  width: 600px;
  padding-top: 40px;
  padding-bottom: 10px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fff;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  line-height: 40px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  padding-left: 40px;
  -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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fff;
  text-align: left;
}

.text-field-2 {
  margin-left: 5px;
}

.form-block {
  display: block;
  width: 450px;
}

.success-message {
  background-color: #089e4b;
  text-align: center;
}

.div-block-8 {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph {
  margin-top: 0px;
  padding-left: 25px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 15px;
  text-align: left;
}

.field-label-6 {
  margin-top: 15px;
  font-size: 18px;
  text-align: left;
}

.submit-1 {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #ff8f5b;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  letter-spacing: normal;
}

.submit-1:hover {
  border-radius: 20px;
}

.textarea {
  width: 100%;
  margin-left: 0px;
}

.field-label-2 {
  color: #fff;
  font-size: 18px;
}

.superscript {
  font-size: 40px;
  font-weight: 400;
}

.section-3.light {
  width: 100%;
  height: 110vh;
  background-color: #fff;
  color: #fff;
}

.section-3.light.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
}

.section-3.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/quantum-receptionist-select-service.webp');
  background-position: 0px 2%;
  background-size: auto;
  mix-blend-mode: normal;
}

.section-3.dark.black {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 5px solid #000;
  background-image: url('../images/quantum-receptionist-select-service.webp');
  background-position: 100% 5%;
  background-size: auto;
}

.testimonial-title {
  color: #fff;
}

.testimonial-card-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #000;
}

.testimonial-info-four {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.testimonial-text-three {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  text-decoration: underline;
}

.testimonial-card-three {
  padding: 60px 40px 80px;
  border-style: none;
  border-width: 2.5px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #131313;
  text-align: center;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.testimonial-card-heading {
  margin-bottom: 24px;
  color: #fff;
  font-size: 31px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

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

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-4 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4.dark {
  min-height: 78vh;
  padding-top: 25px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.body-large {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.project-text {
  position: relative;
  z-index: 2;
}

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

.head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2-white {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
}

.table-row {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding: 20px 0px;
  -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-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 2fr 1fr 1fr;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #fff;
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.table-row:hover {
  border-color: #818181;
  font-weight: 400;
}

.first-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1180px;
  margin-top: 80px;
  margin-bottom: 80px;
  -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;
}

.table-row-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  background-color: #fff;
}

.arrow-up-icon {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  background-image: url('../images/Arrow-up-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link {
  color: #fff;
  font-size: 18.5px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.section-5 {
  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;
  background-color: #000;
}

.service-selection {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.body-2 {
  clear: none;
  background-color: #000;
}

.button {
  font-size: 20px;
}

.button-2 {
  font-size: 20px;
}

.div-block-9 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 2%;
  margin-top: 100px;
  margin-bottom: 75px;
  font-size: 20px;
  text-align: center;
}

.div-block-9.trip {
  position: absolute;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 3%;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
}

.div-block-10 {
  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;
  border-right: 1px none #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

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

.columns-2 {
  position: absolute;
  left: 0%;
  top: 58%;
  right: 0%;
  bottom: 0%;
}

.button-3 {
  margin-bottom: 15px;
  padding: 15px 25px 13px;
  font-size: 22.5px;
}

.button-3.color {
  background-color: #76fa9c;
}

.button-4 {
  margin-bottom: 15px;
  padding: 15px 25px 13px;
  background-color: #3898ec;
  font-size: 22.5px;
}

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

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 20px;
  text-align: center;
}

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

.heading-5 {
  position: absolute;
  left: 0%;
  top: 35%;
  right: 0%;
  bottom: auto;
  color: #fff;
  font-size: 125px;
  text-align: center;
}

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

.text-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-right: 50px;
  padding-left: 50px;
  -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;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.text-block-3.theone {
  color: #000;
}

.text-block-3.theone.tex {
  font-size: 17px;
}

.text-block-3.tex {
  font-size: 17px;
}

.text-block-4 {
  margin-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
  color: #fff;
  font-size: 15px;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding-right: 28px;
  padding-left: 28px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1f;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
}

.button-5.outline {
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1f;
  background-color: transparent;
  color: #1a1a1f;
}

.button-5.outline.white {
  border-color: #fff;
  background-color: #000;
  color: #fff;
}

.button-5.yellow {
  background-color: #fec483;
  color: #1a1a1f;
  font-weight: 600;
}

.bottom-info {
  position: relative;
  z-index: 2;
  margin-right: 80px;
  padding-top: 24px;
  border-top: 1px solid #000;
  color: rgba(0, 0, 0, 0.3);
}

.bottom-info.advice {
  border-top-color: #fff;
}

.check-itme {
  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;
  color: #fff;
  line-height: 24px;
}

.check-itme.receptionist {
  color: #fff;
}

.check-itme.receptionist.two {
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
}

.check-itme.one {
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
}

.check-itme.tre {
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
}

.rig-grid {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1110px;
  min-height: 600px;
  -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-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  background-color: #fff;
}

.rig-grid.advice {
  background-color: #fff;
}

.white {
  color: #fff;
}

.white._24bottom {
  color: #fff;
}

.white._24bottom.advice {
  color: #000;
}

.white.large {
  color: #000;
}

.white.large.receptionist {
  color: #fff;
}

.white.large.big {
  font-size: 30px;
}

.pricing-group-button {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.tabs-content {
  padding-left: 90px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.3);
  background-color: #000;
  text-align: left;
}

.tabs-content.advice {
  background-color: #fff;
}

.base-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.base-section.dark {
  padding-top: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 3px solid #000;
  background-color: #fff;
  color: #000;
}

.base-section.dark.receptionist {
  padding-top: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.base-section.dark.homepage {
  min-height: auto;
  margin-bottom: 125px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.tab-pane {
  height: 100%;
}

.check-list {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.check-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-color: #000;
  background-image: url('../images/Check-Icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #000;
}

.period {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.period.receptionist {
  color: #fff;
}

.head-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1110px;
  margin-bottom: 72px;
  padding-top: 5px;
  padding-bottom: 10px;
  -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: 1px solid #000;
}

.head-container.receptionist {
  border-color: #fff;
}

.head-container.homepage {
  border-width: 2px;
  border-top-style: none;
}

.tab-link {
  margin-bottom: 30px;
  padding: 0px 0px 12px;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
}

.tab-link.w--current {
  border-bottom-color: #fec483;
  background-color: transparent;
}

.tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.tab-content.advice {
  background-color: #fff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 90px;
  padding-bottom: 150px;
  -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;
  background-color: #000;
  color: #fff;
}

.tabs-menu.advice {
  border-right: 1px solid #000;
  background-color: #fff;
}

.text-block-13 {
  color: #000;
}

.text-block-13.receptionist {
  color: #fff;
}

.text-block-13.receptionist.one {
  color: #333;
  font-size: 18px;
}

.text-block-13.receptionist.two {
  font-size: 18px;
}

.text-block-13.original {
  font-weight: 400;
}

.text-block-13.original.bold {
  font-weight: 700;
}

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

.medium {
  font-size: 16px;
  line-height: 28px;
}

.medium.white {
  color: #fff;
  text-align: justify;
}

.medium.white.receptionist {
  color: #fff;
  text-align: justify;
}

.medium.white._100 {
  text-align: justify;
}

.medium.white._200 {
  text-align: justify;
}

.medium.white._300 {
  text-align: justify;
}

.medium.white._800 {
  text-align: justify;
}

.medium.black {
  color: #000;
}

.medium.black.mid {
  text-align: left;
}

.paragraph-3 {
  color: hsla(0, 0%, 100%, 0.3);
}

.div-block-11 {
  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;
  background-color: #000;
}

.anim-wrap {
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: 73.25rem;
  margin-right: auto;
  margin-left: auto;
}

.section-companies {
  background-color: #fff;
}

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

.page-padding {
  display: block;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.heading-6.grey {
  margin-bottom: 25px;
  color: #696984;
  text-align: center;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.companies_grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.companies-logo {
  width: auto;
  opacity: 1;
}

.padding-vertical {
  padding-right: 0rem;
  padding-left: 0rem;
}

.padding-vertical.padding-huge {
  padding-top: 4.5rem;
  padding-bottom: 6rem;
  border-bottom: 6px solid #000;
}

.search {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  -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-bottom: 2px solid #000;
  background-color: #fff;
  opacity: 1;
}

.section-7.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  padding-top: 94px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/pawel-czerwinski-VSu6X0Y986o-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}

.container.column {
  padding: 100px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
}

.cta {
  margin-top: 10px;
  padding: 15px 60px;
  border-radius: 50px;
  background-color: #0c8b67;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.cta:hover {
  background-color: #076349;
}

.wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper.bottom {
  margin-top: auto;
}

.field-container {
  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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.form-block-2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.field-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  font-weight: 200;
  text-align: left;
}

.text-block-14 {
  font-size: 15px;
}

.success {
  border: 1px solid #098b67;
  border-radius: 80px;
  background-color: rgba(9, 139, 103, 0.2);
  color: #fff;
  font-size: 15px;
}

.block {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.field {
  background-color: hsla(0, 0%, 100%, 0);
  color: rgba(0, 0, 0, 0.6);
}

.field:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #098b67;
}

.form-2 {
  width: 100%;
  text-align: right;
}

.margin {
  margin-top: 4px;
}

.logos {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.field-label {
  font-weight: 400;
}

.error-message {
  border-style: solid;
  border-width: 1px;
  border-color: #ff5454;
  background-color: rgba(143, 25, 25, 0.56);
  color: #fff;
}

.heading {
  text-align: left;
}

.label {
  margin-top: auto;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.paragraph-4 {
  width: 450px;
}

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

.div-block-20 {
  width: 72px;
  height: 2px;
  background-image: url('../images/Rectangle-2.1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-15 {
  margin-bottom: 80px;
  margin-left: 100px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}

.text-block-16 {
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
  color: #fbd784;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.heading-7 {
  z-index: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.08;
  color: #fff;
  font-size: 180px;
  line-height: 180px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 163px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-5 {
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #fbd784;
  font-size: 19px;
  font-weight: 600;
}

.text-block-5.bottom {
  margin-right: 0px;
  margin-left: 10px;
  font-size: 19px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
  -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;
  text-decoration: none;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 100px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 65px;
  line-height: 70px;
  font-weight: 400;
}

.div-block-23 {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.div-block-19 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  position: static;
  width: 35px;
  height: 35px;
  clear: none;
  background-image: url('../images/down-arrow-2.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: translate(0px, 0px) rotate(-90deg);
  -ms-transform: translate(0px, 0px) rotate(-90deg);
  transform: translate(0px, 0px) rotate(-90deg);
}

.div-block-22.bottom {
  margin-left: 2.5px;
  -webkit-transform: rotate(180deg) rotate(-90deg);
  -ms-transform: rotate(180deg) rotate(-90deg);
  transform: rotate(180deg) rotate(-90deg);
  font-weight: 400;
}

.div-block-22.right {
  margin-right: 2.5px;
}

.div-block-25 {
  width: 422px;
  height: 600px;
  background-image: url('../images/quantum-receptionist-staff.webp');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-34 {
  position: relative;
  left: 0px;
  top: 107px;
}

.nav__item-bg {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  padding-top: 15px;
  padding-bottom: 5px;
  -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;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 5px;
  border-radius: 40px;
  font-size: 14px;
}

.nav__label {
  margin-top: 4px;
  opacity: 0.75;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav__icon {
  opacity: 0.75;
}

.nav__item {
  position: relative;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.nav__indicator {
  position: absolute;
  top: 100%;
  width: 36px;
  height: 8px;
  border-radius: 4px;
  background-color: #7df124;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.nav__indicator.dribbble {
  background-color: #ea4c89;
}

.nav__indicator.facebook {
  background-color: #4267b2;
}

.nav__indicator.twitter {
  background-color: #1e9bef;
}

.nav__indicator.youtube {
  background-color: red;
}

.social-link-container {
  z-index: 2;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -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;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: 0.25fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-areas: ".";
  -ms-grid-columns: minmax(0px, 0.25fr) 0rem minmax(0px, 0.25fr) 0rem minmax(0px, 0.25fr) 0rem minmax(0px, 0.25fr) 0rem 0.25fr;
  grid-template-columns: minmax(0px, 0.25fr) minmax(0px, 0.25fr) minmax(0px, 0.25fr) minmax(0px, 0.25fr) 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-social_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #000;
}

.social-icon {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 2rem;
  height: 2rem;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}

.social-link {
  position: relative;
}

.padding-global {
  margin-bottom: 220px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.home-social_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 3rem;
  background-color: #f8fdff;
  color: #fff;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.grid-footer-v1---5-column {
  grid-column-gap: 40px;
  -ms-grid-columns: 2.5fr 1.25fr 1.25fr 1.25fr 2.5fr;
  grid-template-columns: 2.5fr 1.25fr 1.25fr 1.25fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo---brix {
  display: block;
  max-width: none;
  margin-top: 25px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-logo---brix:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

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

.footer-top {
  padding-top: 65px;
  padding-bottom: 100px;
  color: #000;
}

.footer-list-item {
  margin-bottom: 20px;
  padding-left: 0px;
  color: #000;
}

.icon-pagraph-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;
  text-align: center;
}

.icon-left---brix {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: rgba(86, 82, 134, 0);
}

.icon-left---brix.address {
  position: relative;
  bottom: -8px;
}

.social-icon---brix {
  background-color: #fff;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.social-icon---brix:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.social-icon---brix.sir {
  border-radius: 0px;
  background-color: transparent;
}

.footer-wrapper---brix {
  position: -webkit-sticky;
  position: sticky;
  border-top: 1px solid #f7f7fc;
  background-color: #fff;
}

.cloneable-container-default {
  min-height: 624px;
  border-radius: 20px;
  background-color: #f7f7fb;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.cloneable-container-default.center {
  min-height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}

.mg-bottom-0 {
  margin-bottom: 0px;
  color: #000;
}

.grid-footer-v1---2-columns {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-footer-v1---2-columns.grid-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-list-wrapper {
  margin-bottom: 0px;
  padding-left: 0px;
  color: #000;
  list-style-type: none;
}

.horizontal-flex {
  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;
}

.horizontal-flex.end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.footer-link:hover {
  color: #4a3aff;
}

.social-media-grid-top {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, 19px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: rgba(255, 192, 0, 0);
  text-align: center;
}

.social-media-grid-top.sir {
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  border-radius: 0px;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

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

.text-300.bold.footer-title {
  margin-bottom: 40px;
  color: #211f54;
  font-size: 25px;
  text-align: right;
}

.text-300.bold.footer-title.add {
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 38px;
}

.text-300.bold.footer-title.add.centre {
  text-align: center;
}

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

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

.link-wrapper:hover {
  color: #4a3aff;
}

.link-wrapper.color-grey {
  display: inline-block;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #6f6c90;
  text-decoration: none;
}

.link-wrapper.color-grey:hover {
  color: #4a3aff;
}

.footer-logo-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;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-logo-wrapper.middle {
  padding-bottom: 30px;
  border-top: 4px solid #131313;
  border-bottom: 4px solid #131313;
}

.mg-bottom-40px {
  margin-top: 75px;
  margin-bottom: 15px;
  text-align: center;
}

.footer-bottom {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #eff0f6;
}

.social-icon-link---brix {
  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;
  border-radius: 20px;
  background-color: #fff;
}

.social-icon-link---brix.purple {
  background-color: #46019b;
}

.social-icon-link---brix.blue {
  background-color: #007efe;
}

.social-icon-link---brix.green {
  background-color: #fef601;
}

.social-icon-link---brix.yellow {
  background-color: #0b0;
}

.social-icon-link---brix.red {
  background-color: #d00;
}

.div-block-35 {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.image {
  float: none;
  clear: none;
  opacity: 0;
}

.div-block-36 {
  background-color: #000;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.div-block-32 {
  position: relative;
  left: -110px;
  top: 119px;
}

.text-block-6 {
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fbd784;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
}

.heading-9 {
  opacity: 0.08;
  color: #000;
  font-size: 180px;
  line-height: 180px;
  text-decoration: underline;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.div-block-37 {
  margin-bottom: 10px;
}

.div-block-30 {
  width: 72px;
  height: 2px;
  background-image: url('../images/Rectangle-2.1.png');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-29 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-33 {
  width: 422px;
  height: 600px;
  margin-left: 0px;
  padding-right: 0px;
  background-image: url('../images/quantum-receptionist-main-page.webp');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-31 {
  margin-left: 30px;
}

.div-block-21-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-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;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(37%, #000), to(#fff));
  background-image: linear-gradient(90deg, #000 37%, #fff);
}

.div-block-21-copy.space {
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: transparent;
}

.div-block-21-copy.space.right {
  margin-top: 5px;
  margin-bottom: 25px;
  border-radius: 0px 20px 20px 0px;
  background-color: #000;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(36%, #000), to(#fff));
  background-image: linear-gradient(270deg, #000 36%, #fff);
  text-decoration: none;
}

.div-block-21-copy.left {
  margin-top: 15px;
  border: 0px solid #000;
  border-radius: 20px 0px 0px 20px;
}

.div-block-21-copy.left.assistance {
  text-decoration: none;
}

.text-block-7 {
  margin-right: 35px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.text-block-7.new.no {
  margin-right: 0px;
  font-size: 17px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 175px;
  padding-bottom: 0px;
  padding-left: 70px;
  -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;
}

.heading-10 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Vollkorn, serif;
  color: #000;
  font-size: 65px;
  line-height: 70px;
  font-weight: 400;
  text-transform: capitalize;
}

.div-block-44 {
  position: relative;
  z-index: 1;
  margin-left: 100px;
}

.div-block-21-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-left: 100px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block-40 {
  width: 422px;
  height: 600px;
  background-image: url('../images/quantum-receptionist-official-staff.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-11 {
  margin-bottom: 0px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 65px;
  line-height: 70px;
  font-weight: 400;
  text-transform: capitalize;
}

.text-block-9 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
  color: #fbd784;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-bottom: 0px;
}

.div-block-38 {
  display: block;
  width: 50%;
  margin-bottom: 150px;
  -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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.heading-12 {
  position: relative;
  left: -12px;
  top: 104px;
  z-index: 0;
  margin-bottom: 0px;
  opacity: 0.08;
  color: #fff;
  font-size: 180px;
  line-height: 180px;
}

.div-block-43 {
  margin-left: 40px;
}

.div-block-41 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-47 {
  padding-top: 35px;
  background-color: #000;
}

.body-3 {
  margin-bottom: 0px;
  background-color: #000;
}

.bold-text {
  font-size: 18.5px;
}

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

.bold-text-3 {
  font-size: 18.5px;
}

.bold-text-4 {
  font-size: 18.5px;
}

.bold-text-5 {
  font-size: 18.5px;
}

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

.body-4 {
  border: 1px none #000;
  background-color: #000;
}

.price-title {
  margin-bottom: 18px;
  color: #8e8e8e;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 2px;
}

.pricing-header {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.03em;
}

.price-container {
  width: 100%;
  max-width: 1200px;
  -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;
}

.price-container.new {
  max-width: 1200px;
}

.price-striked {
  font-size: 24px;
  line-height: 32px;
  text-decoration: line-through;
}

.pricing-line-break {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #575757;
}

.pricing-line-break.deal {
  height: 3px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.price-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  margin-right: 20px;
  padding: 10px;
  -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: 10px;
  background-color: #474747;
}

.price-icon-block.white {
  margin-right: 0px;
  margin-bottom: 15px;
  background-color: #fff;
}

.price-icon-block.white.main {
  margin-right: 15px;
  margin-left: 10px;
}

.price-icon-block.black {
  background-color: #000;
}

.price-icon-block.black.main {
  margin-right: 15px;
  margin-left: 10px;
}

.price-icon-block.main {
  margin-right: 15px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.pricing-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -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: 9px;
  background-color: #76fa9c;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 700;
}

.pricing-button:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.pricing-button.new {
  margin-left: 0px;
  background-color: #76fa9c;
}

.pricing-button.new.epic {
  margin-left: 25px;
}

.pricing-button.read-more {
  background-color: #f2f2f2;
  text-decoration: none;
}

.plan-type {
  color: #fff;
  font-size: 29px;
  line-height: 32px;
  font-weight: 500;
}

.plan-type.main {
  text-align: left;
}

.plan-type.main.special {
  font-size: 31px;
}

.pricing-feature-grid {
  margin-bottom: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.pricing-feature-grid.new.only {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
}

.pricing-feature-grid.special {
  margin-bottom: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 20px;
  text-align: left;
}

.price-type {
  color: #8e8e8e;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.price-title-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.price-title-wrapper.main {
  -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;
}

.price-title-wrapper.main.special {
  -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;
}

.price-card {
  padding: 42px 32px 32px;
  border: 1px solid #2f2f2f;
  border-radius: 20px;
  background-color: #2f2f2f;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  text-decoration: none;
}

.price-card:hover {
  border-color: #76fa9c;
}

.price-card.featured-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 560px;
  padding-top: 42px;
  padding-bottom: 40px;
  -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;
  border-color: #e96911;
  background-color: #131313;
}

.price-card.featured-card:hover {
  border-color: #76fa9c;
}

.price-card.featured-card.new.only {
  min-height: 180px;
  -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;
}

.price-card.featured-card.special {
  padding-right: 75px;
  padding-left: 75px;
}

.pricing-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 100px 5% 125px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px none #131313;
  background-color: #000;
}

.pricing-section.numero-duo {
  padding-top: 0px;
}

.large-price-text {
  margin-bottom: 24px;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  text-align: left;
}

.large-price-text.new {
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.large-price-text.special {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 44px;
  text-align: center;
}

.pricing-feature {
  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;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.pricing-feature.locked {
  color: #666;
}

.price-special {
  color: #ff7f56;
}

.price-special.new.only {
  margin-right: 20px;
  margin-left: 40px;
}

.price-special.special {
  font-size: 44px;
}

.grid-pricing {
  margin-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1.2fr 1fr;
  grid-template-columns: 1fr 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-pricing.new {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-pricing._1 {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1.2fr 1fr;
  grid-template-columns: 1fr 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-pricing.special {
  margin-top: 60px;
  margin-bottom: 100px;
  -ms-grid-columns: 1fr 1.1fr 1fr;
  grid-template-columns: 1fr 1.1fr 1fr;
}

.pricing-detail {
  color: #aaa;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
}

.title-wrapper {
  max-width: 640px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.title-wrapper.new {
  max-width: 640px;
}

.arrow-icon {
  margin-left: 10px;
  font-size: 18px;
}

.arrow-icon.new {
  color: #000;
}

.arrow-icon.new.one {
  max-width: 100%;
}

.section-regular {
  position: relative;
  padding: 92px 5%;
  color: #fff;
}

.detail-small {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-avatar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -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: 100%;
  background-color: #f4f4f6;
}

.testimonial-avatar {
  width: 36px;
  height: 36px;
}

.container-regular {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.title-wrap-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 510px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.h5-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.paragraph-regular {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}

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

.h3-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.testimonial-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
}

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

.testimonial-card-outline {
  padding: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f4f6;
  border-radius: 24px;
}

.paragraph-small {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}

.testimonial-grid {
  margin-top: 64px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.text-block-17 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 15px;
}

.block-quote {
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: transparent;
  box-shadow: 0 0 5px 3px #000;
  color: #000;
  font-size: 19px;
  font-weight: 700;
}

.block-quote-2 {
  margin-top: 25px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px 3px #000;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.block-quote-2.assistance {
  font-size: 21px;
  text-align: left;
}

.icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -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: transparent;
  color: #160042;
}

.div-block-48 {
  background-color: #fff;
}

.list {
  margin-top: 60px;
  margin-bottom: 50px;
  padding-left: 0px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.list-item-3 {
  margin-top: 0px;
  color: #fff;
  font-size: 22px;
  list-style-type: none;
}

.bold-text-10 {
  color: #fff;
  font-size: 22px;
}

.list-item-5 {
  margin-top: 55px;
  margin-bottom: 55px;
  color: #fff;
  font-size: 20px;
  list-style-type: none;
}

.bold-text-12 {
  font-size: 32px;
}

.list-item-7 {
  margin-bottom: 0px;
  font-size: 20px;
  list-style-type: none;
}

.section-8 {
  color: #fff;
}

.block-quote-3 {
  margin-top: 0px;
  border-left-width: 6px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.bold-text-9 {
  font-size: 30px;
}

.div-block-49 {
  margin-top: 20px;
  margin-bottom: 100px;
  color: #fff;
  text-align: center;
}

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

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

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

.button-primary.outline-button {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #1a1b1f;
  color: #1a1b1f;
}

.button-primary.outline-button:hover {
  background-color: #1a1b1f;
  color: #fff;
}

.button-primary.outline-button.talk {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.button-primary.outline-button.talk:hover {
  background-color: #000;
}

.bold-text-13 {
  color: #fff;
  text-decoration: none;
}

.bold-text-14 {
  text-decoration: underline;
}

.image-7 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.block-quote-4 {
  margin-bottom: 75px;
  padding-top: 75px;
  border-left-width: 0px;
  color: #fff;
  font-size: 32px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}

.italic-text {
  font-size: 42.5px;
  line-height: 25px;
  font-style: normal;
  text-decoration: none;
}

.features-metrics {
  position: relative;
  margin-top: 20px;
  padding: 60px 30px;
  border-top: 1px solid #000;
  border-bottom: 7px solid #000;
  background-color: #f5f7fa;
}

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

.features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-block {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.trust {
  border-bottom: 0px none #000;
  border-radius: 0px;
  background-color: #fff;
}

.paragraph-5 {
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: left;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 4px solid #131313;
  border-bottom: 4px solid #131313;
  background-color: #fff;
}

.image-8 {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: transparent;
}

.container-3 {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.body-5 {
  margin-bottom: 60px;
  color: #6f737c;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}

.heading-1 {
  color: #1e2432;
  font-size: 56px;
  line-height: 1.4;
  font-weight: 500;
}

.content-image-block {
  position: relative;
}

.content-grid-2 {
  grid-column-gap: 115px;
  grid-row-gap: 20px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-image {
  position: relative;
  z-index: 2;
}

.orange-rectangle {
  position: absolute;
  left: auto;
  top: auto;
  right: -25%;
  bottom: 30%;
  z-index: 1;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1e2432;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 100px;
  background-color: #fff;
}

.chapter-icon.margin-right-20 {
  margin-right: 20px;
}

.chapters-grid {
  margin-top: 30px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.image-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-51 {
  margin-top: 25px;
  margin-bottom: 60px;
  text-align: center;
}

.navigation-vertical {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 100vh;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #fff;
}

.top-icons {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger {
  width: 28px;
  margin-bottom: 28px;
}

.search-icon {
  width: 24px;
  height: 24px;
}

.nav-text-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-text {
  width: 153px;
  margin-bottom: 0px;
  -webkit-transform: translate(-1px, -60px) rotate(-90deg);
  -ms-transform: translate(-1px, -60px) rotate(-90deg);
  transform: translate(-1px, -60px) rotate(-90deg);
  line-height: 26px;
}

.question-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-2 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-2:hover {
  opacity: 0.7;
}

.nav-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.question {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  margin-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blocs-link {
  margin-right: 40px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.blocs-link:hover {
  opacity: 0.7;
}

.label-2 {
  color: #b4b4b4;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.container-4 {
  width: 100%;
  max-width: 1304px;
  padding-right: 60px;
  padding-left: 60px;
}

.submit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 64px;
  margin-top: 0px;
  padding-right: 45px;
  padding-left: 45px;
  -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: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #141414;
  font-size: 30px;
  font-weight: 500;
  cursor: pointer;
}

.submit-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.input-box {
  margin-bottom: 40px;
}

.text-field {
  height: 60px;
  padding-right: 24px;
  padding-left: 24px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #767676;
  background-color: #141414;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  font-weight: 400;
}

.text-field:active {
  border-bottom-color: #fff;
}

.text-field:focus {
  border-bottom-color: #fff;
}

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

.radio-circle-box {
  position: absolute;
  bottom: 40px;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 100%;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.footer {
  width: 100%;
}

.form-3 {
  background-color: transparent;
}

.success-message-2 {
  padding-top: 68px;
  padding-bottom: 68px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.text {
  font-size: 22px;
}

.logo-line {
  width: 2px;
  height: 16px;
  margin-top: 2px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #fff;
}

.price-calculator {
  margin-top: 8px;
  background-color: #000;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
}

.price-calculator.back {
  margin-top: 20px;
  background-color: #1a1a1a;
  font-size: 30px;
}

.youtube-link {
  margin-right: 40px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.youtube-link:hover {
  opacity: 0.7;
}

.radio-main-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 27px;
  line-height: 31px;
  font-weight: 500;
}

.radio-main-text.smaller-text {
  margin-bottom: 4px;
  font-size: 19px;
  line-height: 24px;
}

.section-header {
  margin-bottom: 32px;
}

.section-header.small-header {
  margin-bottom: 16px;
}

.section-header.medium-header {
  margin-bottom: 40px;
}

.question-center-box {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-left: 74px;
  -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 #fff;
  background-color: #141414;
}

.page {
  position: static;
  top: 0px;
  width: 100%;
}

.weblocs-logo {
  width: 122px;
  margin-top: -4px;
}

.question-center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 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;
}

.checkbox {
  width: 32px;
  height: 32px;
  margin-top: 0px;
  margin-right: 24px;
  margin-left: -32px;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: border-radius 1000ms cubic-bezier(.165, .84, .44, 1), border-color 200ms ease, background-color 200ms ease;
  transition: border-radius 1000ms cubic-bezier(.165, .84, .44, 1), border-color 200ms ease, background-color 200ms ease;
}

.checkbox:hover {
  background-color: rgba(56, 152, 236, 0.07);
}

.checkbox.w--redirected-checked {
  border-color: #fff;
  border-radius: 20px;
  background-color: #f2f2f2;
  background-image: none;
  opacity: 0.95;
}

.radio-sub-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 230px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #949494;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.radio-sub-text.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.radio-sub-text.full {
  max-width: 260px;
}

.radio-input {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #ccc;
  border-radius: 0%;
  background-color: transparent;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease;
}

.radio-input:hover {
  box-shadow: none;
}

.radio-input:active {
  box-shadow: none;
}

.radio-input.w--redirected-checked {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  border-width: 2px;
  border-color: #ffc000;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.03);
  box-shadow: none;
  opacity: 0.65;
}

.checkbox-label {
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 19px;
  line-height: 28px;
}

.checkbox-label.gold {
  color: #ffc000;
  font-size: 20px;
}

.radio-buttons {
  display: -ms-grid;
  display: grid;
  width: auto;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #fff;
}

.radio-buttons.extraclass {
  padding-bottom: 60px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 64px;
  padding-left: 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-left: 1px solid #fff;
  background-color: #232323;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-button:hover {
  background-color: #414141;
}

.question-wrapper {
  position: relative;
}

.section-9 {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}

.price-box {
  position: fixed;
  left: auto;
  top: 40%;
  right: 5%;
  bottom: 45%;
  padding: 32px 40px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #1a1a1a;
  opacity: 1;
  text-align: center;
}

.radio-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 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;
  -webkit-transition: opacity 200ms ease, box-shadow 200ms cubic-bezier(.95, .05, .795, .035);
  transition: opacity 200ms ease, box-shadow 200ms cubic-bezier(.95, .05, .795, .035);
  text-align: center;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.radio-button:hover {
  box-shadow: 1px 0 20px 7px #ffc000;
  opacity: 1;
  -webkit-transform: scale3d(1.12, 1.12, 2);
  transform: scale3d(1.12, 1.12, 2);
  mix-blend-mode: normal;
}

.heading-14 {
  margin-top: 35px;
  margin-bottom: 30px;
  background-color: #fff;
  font-family: Italiana, sans-serif;
  color: #000;
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  text-align: center;
}

.heading-15 {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.heading-15.last-step {
  font-size: 40px;
  line-height: 40px;
}

.paragraph-6 {
  text-align: center;
}

.text-block-18 {
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 15px;
  text-align: center;
}

.heading-16 {
  margin-bottom: 15px;
}

.paragraph-7 {
  font-size: 17px;
}

.icon-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -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;
  color: #fff;
}

.icon-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -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;
  color: #fff;
}

.heading-17 {
  margin-bottom: 15px;
}

.heading-18 {
  margin-bottom: 15px;
}

.heading-19 {
  margin-bottom: 15px;
  text-align: center;
}

.paragraph-8 {
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}

.depth {
  padding-bottom: 0px;
}

.div-block-52 {
  margin-bottom: 50px;
  margin-left: 150px;
  padding-bottom: 25px;
  padding-left: 15px;
  border-left: 1px none #000;
  box-shadow: -2px 2px 0 0 #fff;
}

.wrapper-sectione {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 0px solid #e2e2e2;
}

.image-10 {
  display: block;
  text-align: left;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 50px;
  padding-bottom: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
}

.text-span {
  font-size: 32px;
}

.bold-text-15 {
  font-size: 35px;
  line-height: 35px;
}

.heading-20 {
  margin-bottom: 80px;
  font-family: Italiana, sans-serif;
  font-size: 43px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.text-block-19 {
  font-size: 15px;
  text-align: center;
}

.paragraph-9 {
  font-size: 12.5px;
}

.paragraph-10 {
  font-size: 13.5px;
  text-align: center;
}

.div-block-54 {
  margin-top: 100px;
  padding-top: 10px;
  border-style: solid none;
  border-width: 1px;
  border-color: #fff transparent;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-55 {
  margin-top: 50px;
  margin-bottom: 75px;
}

.image-11 {
  margin-top: 25px;
  margin-bottom: 75px;
}

.div-block-56 {
  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;
}

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

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

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

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

.section-10 {
  min-height: 3px;
  min-width: 100vh;
  background-color: #fff;
}

.div-block-57 {
  top: -100%;
}

.section-11 {
  margin-bottom: 0px;
}

.section-12 {
  min-height: 15vw;
  margin-bottom: 0px;
}

.section-13 {
  background-color: #000;
}

.section-14 {
  min-height: 15vw;
  background-color: #000;
}

.body-6 {
  background-color: #000;
}

.section-15 {
  margin-top: 400px;
}

.heading-21 {
  margin-top: 45px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: 7px;
}

.columns-3 {
  margin-top: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Italiana, sans-serif;
  color: #fff;
  text-align: center;
}

.column-7 {
  margin-bottom: 220px;
  padding-right: 45px;
  padding-left: 45px;
  color: #797979;
}

.paragraph-11 {
  color: #797979;
}

.column-8 {
  padding-right: 45px;
  padding-left: 45px;
}

.columns-4 {
  margin-bottom: auto;
}

.section-16 {
  min-height: 15vw;
  background-color: #000;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-12 {
  margin-right: 60px;
}

.div-block-59 {
  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;
}

.main-wrapper {
  display: block;
  margin-top: 0px;
  -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;
}

.section-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  z-index: auto;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.html-embed {
  position: static;
  overflow: visible;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-5 {
  position: static;
}

.body-7 {
  background-color: #000;
}

.text-block-24 {
  margin-top: 10px;
  padding-right: 50px;
  padding-left: 50px;
  color: #fff;
  font-size: 15px;
}

.text-block-24.tex {
  font-size: 17px;
}

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

.section-21 {
  margin-top: 75px;
}

.div-block-60 {
  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;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -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;
}

.div-block-61.new {
  margin-left: 20px;
}

.div-block-62 {
  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;
}

.div-block-63 {
  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;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.section-22 {
  margin-top: 20px;
  padding-bottom: 40px;
  border-top: 1px solid #76fa9c;
  border-bottom: 1px solid #76fa9c;
}

.heading-22 {
  margin-top: 40px;
  color: #fff;
  text-align: center;
}

.bold-text-16 {
  font-size: 17px;
  font-weight: 700;
}

.div-block-64 {
  padding-right: 10px;
  border-right: 1px solid #000;
  font-size: 15px;
  text-align: right;
}

.div-block-65 {
  padding-right: 10px;
  border-right: 1px solid #000;
  font-size: 15px;
  text-align: right;
}

.div-block-66 {
  padding-right: 10px;
  border-right: 1px solid #000;
  font-size: 15px;
  text-align: right;
}

.div-block-67 {
  font-size: 16px;
  text-align: center;
}

.heading-23 {
  font-family: Italiana, sans-serif;
  font-size: 45px;
}

.container-7 {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.columns-5 {
  position: absolute;
  left: 0%;
  top: 58%;
  right: 0%;
  bottom: 0%;
}

.div-block-68 {
  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;
}

.instructions-wrapper {
  position: absolute;
  left: auto;
  top: -100px;
  right: auto;
  bottom: auto;
  display: block;
  margin-top: auto;
  margin-left: -20px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.d-112-skew-block-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 10%;
  height: 5px;
  margin-top: -5px;
  margin-left: 15%;
  background-color: #1a1a1a;
  -webkit-transform: skew(-25deg, 0deg);
  -ms-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
}

.cons-button-text-wrapper {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  border: 5px solid #ffc000;
  background-color: rgba(0, 255, 255, 0);
  text-decoration: none;
}

.browser-dot {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #fc615d;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.cons-button-text {
  padding: 19px;
  background-color: #000;
  color: #fff;
  font-size: 21px;
  letter-spacing: 2px;
}

.browser-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #e2e2e2;
}

.d-112-skew-block-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 10%;
  height: 5px;
  margin-right: 15%;
  margin-bottom: -5px;
  background-color: #1a1a1a;
  -webkit-transform: skew(25deg, 0deg);
  -ms-transform: skew(25deg, 0deg);
  transform: skew(25deg, 0deg);
}

.browser {
  position: relative;
  display: block;
  overflow: hidden;
  width: 760px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #1a1a1a;
  background-image: none;
}

.demo-wrapper {
  position: absolute;
  left: 0%;
  top: 25%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.demo-p.arrow {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 10px;
  font-size: 19px;
  text-align: left;
}

.image-2 {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
}

.d-116-3d-button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.d-116-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #4d16dd;
}

.d-116-block-4.top {
  -webkit-transform: translate(0px, -100%) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, -100%) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.d-116-block-wrapper-3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-left: -5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.d-116-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #4d16dd;
}

.d-116-block-2.top {
  -webkit-transform: translate(0px, -100%) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, -100%) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.d-116-button-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.d-116-block-wrapper-4 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-left: -5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.d-116-block-wrapper-1 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.d-116-block-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #4d16dd;
}

.d-116-block-1.top {
  -webkit-transform: translate(0px, -100%) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, -100%) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.d-116-block-wrapper-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-left: -5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.d-116-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #4d16dd;
}

.d-116-block-3.top {
  -webkit-transform: translate(0px, -100%) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, -100%) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.column-10 {
  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;
}

.test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 15px 35px;
  -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: 0px;
  background-color: #3898ec;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.test:hover {
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.test.zest.s {
  padding-right: 45px;
  padding-left: 45px;
}

.button-text {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.heading-24 {
  margin-top: 40px;
  margin-bottom: 100px;
  color: #fff;
  text-align: center;
}

.heading-24.explore {
  font-family: Italiana, sans-serif;
  font-size: 150px;
  line-height: 130px;
  font-weight: 400;
}

.heading-24.type {
  font-family: Italiana, sans-serif;
  font-size: 150px;
  line-height: 130px;
  font-weight: 400;
}

.heading-24.level {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: Italiana, sans-serif;
  font-size: 150px;
  line-height: 150px;
  font-weight: 400;
}

.heading-24._111 {
  font-family: Italiana, sans-serif;
  font-size: 150px;
  line-height: 130px;
  font-weight: 400;
}

.test-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 15px 35px;
  -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;
  background-color: #3898ec;
  text-align: center;
  text-decoration: none;
}

.column-11 {
  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;
  border: 1px none #000;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.section-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  margin-bottom: 140px;
  -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;
}

.section-24 {
  margin-top: 25px;
}

.container-9 {
  margin-top: 100px;
}

.heading-25 {
  color: #fff;
  line-height: 140px;
}

.paragraph-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -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;
  color: #fff;
  text-align: center;
}

.paragraph-12.home {
  margin-bottom: 30px;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3 #000 #000;
  text-decoration: none;
}

.image-13 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.arrow-block {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-25 {
  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;
}

.section-26 {
  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;
}

.section-27 {
  margin-top: 225px;
}

.div-block-70 {
  border-bottom: 1px solid #6e6e6e;
}

.div-block-70.one {
  border-top: 1px solid #6e6e6e;
}

.div-block-70.nite {
  padding-bottom: 75px;
}

.div-block-71 {
  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;
  text-decoration: none;
}

.div-block-71.theone {
  margin-top: 40px;
}

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

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

.bold-text-17 {
  font-size: 17px;
}

.bold-text-17._1 {
  font-size: 20px;
}

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

.bold-text-19 {
  font-size: 17px;
}

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

.body-8 {
  background-color: #000;
}

.text-single-200 {
  font-size: 18px;
  line-height: 20px;
}

.text-single-200.medium {
  color: #6f6c90;
  font-weight: 500;
}

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

.cloneable-container-default-2 {
  min-height: 624px;
  border-radius: 20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.cloneable-container-default-2.center {
  min-height: auto;
  padding-top: 144px;
  padding-bottom: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
}

.text-single-300 {
  font-size: 20px;
  line-height: 22px;
}

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

.text-single-300.medium.text-color-600 {
  color: #6f6c90;
}

.list-pricing {
  margin-top: 24px;
  margin-bottom: 0px;
}

.cloneable-header-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  -ms-grid-columns: 1.6fr 1fr;
  grid-template-columns: 1.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-horizontal.start-top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-horizontal.start-top.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.pricing-details-3 {
  display: none;
}

.icon-pricing---brix {
  margin-right: 18px;
  border-radius: 20px;
}

.paragraph-13 {
  color: #000;
  text-align: left;
}

.button-primary-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px 21px;
  -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: 80px;
  background-color: #3898ec;
  box-shadow: 0 3px 12px 0 rgba(74, 58, 255, 0.12);
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button-primary-2:hover {
  background-color: #000;
  box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.heading-size-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

.pricing-details-1 {
  display: block;
}

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

.cloneable-header {
  margin-bottom: 44px;
  padding: 32px;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 3px 14px 0 rgba(74, 58, 255, 0.03), 0 -2px 4px 0 rgba(20, 20, 43, 0.02), 0 12px 24px 0 rgba(20, 20, 43, 0.01);
}

.mg-bottom-2 {
  margin-bottom: 0px;
  font-size: 25px;
}

.container-785px-center {
  max-width: 785px;
  margin-right: auto;
  margin-left: auto;
}

.pricing-card-3 {
  display: none;
}

.pricing-card-1 {
  display: block;
  color: #fff;
}

.calculator-slider {
  margin-top: 28px;
}

.section-28 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-28.cloneables-listing {
  margin-top: 0px;
  padding-top: 50px;
  background-color: transparent;
}

.icon-bullet---brix {
  margin-right: 14px;
  border: 5px solid #000;
  border-radius: 20px;
  background-color: #000;
}

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

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

.list-item-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -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;
}

.float-background-purple {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 47%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f7f7fc;
}

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

.text-uppercase.subtitle {
  margin-bottom: 12px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.pricing-card-slider {
  position: relative;
  overflow: hidden;
  padding: 64px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 20px;
  box-shadow: 1px 1px 12px 0 rgba(20, 20, 43, 0.08);
}

.pricing-card-slider.pricing-card {
  background-color: #fff;
}

.content-pricig-table {
  margin-top: 76px;
}

.content-pricig-table.small {
  margin-top: 44px;
}

.range-slide {
  border: 1px none #000;
}

.pricing {
  margin-top: 40px;
  margin-bottom: 18px;
  color: #170f49;
  font-size: 38px;
  line-height: 66px;
  font-weight: 700;
  text-align: right;
}

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

.pricing.pricing-3 {
  display: none;
}

.bold-text-20 {
  font-size: 18px;
  text-align: left;
}

.grid-two-columns---brix {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.9fr;
  grid-template-columns: 1fr 0.9fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-two-columns---brix.grid-align-center {
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.heading-27 {
  margin-right: 0px;
  padding: 25px 25px 45px;
  background-color: #000;
  color: #fff;
}

.paragraph-14 {
  color: #000;
  font-size: 16px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 23px;
  padding-left: 8px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px 2px 1px 0px;
  border-color: #000;
  border-radius: 0px 5px 5px 0px;
  background-color: #fff;
  box-shadow: 4px 4px 5px 3px #000;
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 100px);
  transform: translate3d(0px, 0px, 100px);
  -webkit-transition: box-shadow 1000ms cubic-bezier(.6, -.28, .735, .045), opacity 600ms ease;
  transition: box-shadow 1000ms cubic-bezier(.6, -.28, .735, .045), opacity 600ms ease;
  color: #000;
  text-indent: 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.dropdown {
  position: fixed;
  left: 0%;
  top: 41%;
  right: auto;
  bottom: 0%;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-27 {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  direction: ltr;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  letter-spacing: normal;
  text-indent: 0px;
  text-transform: capitalize;
  white-space: normal;
}

.icon-5 {
  margin-right: 5px;
  border-left: 1px none transparent;
  font-weight: 700;
}

.dropdown-list {
  background-color: #b28787;
}

.dropdown-list.w--open {
  border-style: solid solid none;
  border-width: 1px;
  border-color: #000;
  background-color: #fff;
  text-align: left;
}

.dropdown-link {
  border-right: 1px none #000;
  border-bottom: 1.5px solid #000;
  font-size: 15px;
  font-weight: 700;
}

.dropdown-link-2 {
  border-bottom: 1.5px solid #000;
  font-size: 15px;
  font-weight: 700;
}

.dropdown-link-3 {
  border-bottom: 1.5px solid #000;
  font-size: 15px;
  font-weight: 700;
}

.div-block-72 {
  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;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-73 {
  display: block;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bold-text-21 {
  color: #000;
  font-size: 18px;
}

.paragraph-15 {
  color: #000;
}

.bold-text-22 {
  color: #000;
  font-size: 18px;
}

.paragraph-16 {
  color: #000;
}

.paragraph-17 {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 18px;
}

.columns-6 {
  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;
}

.columns-6.two {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.paragraph-18 {
  color: #fff;
}

.button-6 {
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 12px 23px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ffc000;
  font-size: 20px;
  font-weight: 700;
}

.heading-28 {
  color: #f2f2f2;
  font-size: 35px;
  text-align: left;
}

.heading-28.like {
  text-align: center;
}

.column-12 {
  margin-top: 25px;
}

.heading-29 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Italiana, sans-serif;
  font-size: 34px;
  text-align: center;
}

.text-block-28 {
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border: 1px none #000;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.container-11 {
  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;
  border-right: 1px none #fff;
}

.container-11.theone {
  margin-top: 40px;
}

.zest {
  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;
  text-decoration: none;
}

.columns-7 {
  position: static;
  left: 0%;
  top: 58%;
  right: 0%;
  bottom: 0%;
  border: 1px none #000;
}

.columns-7.java {
  position: absolute;
  top: 57%;
}

.columns-7.add1 {
  margin-bottom: 100px;
}

.container-12 {
  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;
  border-right: 1px none #fff;
}

.container-12.thing {
  border: 1px none #000;
  border-radius: 0px;
  opacity: 0;
}

.column-13 {
  position: static;
  border-style: none solid none none;
  border-width: 0px 1px 0px 0px;
  border-color: red #fff red red;
}

.test-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 15px 35px;
  -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;
  background-color: #3898ec;
  text-align: center;
  text-decoration: none;
}

.test-3:hover {
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.text-span-2 {
  color: #76fa9c;
  font-size: 20px;
  font-weight: 700;
}

.text-span-3 {
  font-size: 20px;
}

.text-span-4 {
  font-size: 20px;
}

.text-span-5 {
  font-size: 20px;
}

.text-span-6 {
  font-size: 20px;
}

.text-span-7 {
  font-size: 22px;
}

.text-span-8 {
  font-size: 22px;
}

.text-span-9 {
  font-size: 22px;
}

.text-span-10 {
  font-size: 22px;
}

.text-span-11 {
  font-size: 22px;
}

.text-span-12 {
  font-size: 22px;
}

.dropdown-link-4 {
  font-size: 15px;
  font-weight: 700;
}

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

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

.hero-wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  mix-blend-mode: normal;
}

.heading-30 {
  font-family: Italiana, sans-serif;
  font-size: 150px;
  line-height: 130px;
  font-weight: 400;
}

.text-block-29 {
  margin-top: 10px;
  text-align: center;
}

.section-29 {
  padding-bottom: 75px;
}

.bold-text-23 {
  font-size: 17px;
}

.text-block-30 {
  font-size: 17px;
}

.text-block-31 {
  font-size: 17px;
}

.text-block-32 {
  font-size: 17px;
}

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

.bold-text-25 {
  font-size: 17px;
}

.dropdown-link-5 {
  font-size: 15px;
}

.dropdown-link-5.flex {
  border-style: none;
  border-width: 5px;
  border-color: #000;
  border-radius: 0px;
  box-shadow: inset 15px 0 0 3px #000;
  font-size: 16px;
  text-align: center;
}

.body-9 {
  background-color: #000;
}

.section-30 {
  position: static;
  left: 0%;
  top: 25%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 15vw;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-10 {
  background-color: #000;
}

.sector {
  margin-top: 250px;
}

.product-grid {
  position: absolute;
  top: 25%;
  min-height: 70vh;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-image {
  background-image: url('../images/diamond_white_transparent-background.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.heading-31 {
  font-family: Italiana, sans-serif;
  color: #fff;
  letter-spacing: 3px;
}

.price-text {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
}

.pricing-paragraph {
  margin-bottom: 40px;
  color: #fff;
}

.field-label-7 {
  color: #d6d6d6;
  font-size: 12px;
  font-weight: 400;
}

.default-state {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.press-for-pay {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buy-now-button {
  margin-top: 0px;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.quantity {
  width: 50px;
  text-align: center;
}

.add-to-cart-button {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

.heading-32 {
  margin-bottom: 0px;
  color: #fff;
}

.image-14 {
  text-align: left;
}

.paragraph-19 {
  margin-top: 100px;
  color: #fff;
}

.paragraph-20 {
  color: #fff;
  text-align: right;
}

.heading-33 {
  font-size: 125px;
}

.heading-34 {
  margin-top: 50px;
  margin-bottom: 25px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 100px;
  line-height: 140px;
  text-align: center;
}

.heading-34.blk {
  border-top-color: #fff;
  border-bottom-color: #fff;
  color: #fff;
}

.heading-34.blk.blek {
  border-top-color: #000;
  border-bottom-color: #000;
  color: #000;
}

.heading-34.blk.hire {
  text-align: center;
}

.paragraph-21 {
  color: #fff;
  text-align: center;
}

.paragraph-21.blk {
  color: #000;
}

.section-31 {
  min-height: 50px;
}

.section-33 {
  min-height: 15vw;
}

.bold-text-26 {
  padding-left: 25px;
}

.container-14 {
  text-align: center;
}

.section-34 {
  background-color: #000;
}

.body-11 {
  background-color: #000;
}

.section-35 {
  min-height: 15vw;
}

.column-14 {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-74 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.body-12 {
  background-color: #000;
}

.section-36 {
  position: absolute;
  left: 0%;
  top: 40%;
  right: 0%;
  bottom: auto;
}

.heading-35 {
  color: #fff;
}

.paragraph-23 {
  margin-right: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: right;
}

.paragraph-23._1 {
  margin-right: 35px;
}

.section-37 {
  display: block;
  margin-top: 50px;
  -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;
}

.heading-36 {
  display: block;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 100px;
  text-align: center;
}

.heading-36.small {
  font-size: 90px;
}

.section-38 {
  margin-top: 75px;
}

.paragraph-24 {
  color: #fff;
  font-size: 15px;
  text-align: left;
}

.body-13 {
  background-color: #000;
}

.section-39 {
  min-height: 15vw;
}

.section-40 {
  margin-top: 75px;
}

.paragraph-25 {
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.container-15 {
  display: block;
}

.heading-37 {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 100px;
  text-align: center;
}

.header {
  font-size: 20px;
  font-weight: 700;
}

.text-span-13 {
  font-size: 19px;
}

.section-41 {
  margin-top: 100px;
}

.heading-38 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.text-block-36 {
  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;
  color: #fff;
}

.container-16 {
  font-size: 20px;
  text-align: left;
}

.paragraph-26 {
  color: #fff;
}

.paragraph-27 {
  color: #fff;
}

.paragraph-28 {
  color: #fff;
}

.list-2 {
  color: #696969;
  font-size: 25px;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.text-block-37 {
  position: static;
  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;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.div-block-75 {
  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;
}

.div-block-76 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.text-block-38 {
  margin-bottom: 25px;
  color: #fff;
  font-size: 18px;
}

.container-17 {
  margin-top: 100px;
  font-size: 25px;
}

.text-block-39 {
  color: red;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

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

.heading-39 {
  color: #fff;
  text-align: center;
}

.columns-8 {
  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;
  color: #fff;
  text-align: center;
}

.text-block-40 {
  color: #ff7f56;
}

.paragraph-29 {
  margin-top: 40px;
  color: #ff7f56;
  text-align: center;
}

.paragraph-30 {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #919191;
  text-align: center;
}

.text-span-14 {
  font-size: 21px;
}

.text-block-41 {
  font-size: 21px;
}

.text-block-42 {
  font-size: 21px;
}

.text-block-43 {
  font-size: 21px;
}

.text-block-44 {
  font-size: 21px;
}

.text-block-45 {
  font-size: 21px;
}

.list-item-8 {
  margin-bottom: 30px;
  list-style-type: disc;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-9 {
  margin-bottom: 30px;
}

.section-42 {
  min-height: 15vw;
}

.section-43 {
  min-height: 15vw;
}

.section-44 {
  min-height: 15vw;
}

.paragraph-31 {
  text-align: center;
}

.container-18 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.heading-41 {
  margin-bottom: 25px;
  font-family: Italiana, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 100px;
  font-weight: 400;
  text-align: center;
}

.heading-41.assistant {
  margin-top: 0px;
}

.section-45 {
  margin-top: 0px;
  margin-bottom: 85px;
}

.section-45._123 {
  padding-top: 40px;
  border-top: 1px solid #fff;
}

.section-45._123.zer {
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}

.columns-10 {
  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;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-7 {
  padding: 10px 20px;
  -webkit-transition: box-shadow 400ms cubic-bezier(.965, .007, .023, 1.001);
  transition: box-shadow 400ms cubic-bezier(.965, .007, .023, 1.001);
  font-size: 17px;
}

.button-7:hover {
  box-shadow: 1px 1px 10px 6px #3898ec;
}

.button-8 {
  padding: 10px 20px;
  -webkit-transition: box-shadow 400ms cubic-bezier(1, .013, 0, .983);
  transition: box-shadow 400ms cubic-bezier(1, .013, 0, .983);
  font-size: 17px;
}

.button-8:hover {
  box-shadow: -1px 1px 10px 6px #3898ec;
}

.paragraph-32 {
  margin-top: 0px;
  padding-top: 0px;
  color: #a0a0a0;
  text-align: center;
  text-transform: capitalize;
}

.text-span-15 {
  font-size: 19px;
}

.text-span-15.special {
  font-size: 22px;
}

.text-span-16 {
  font-size: 19px;
}

.body-14 {
  background-color: #000;
}

.section-46 {
  min-height: 15vh;
}

.d-116-button-text-2 {
  position: absolute;
  left: 0%;
  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;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.paragraph-33 {
  margin-top: 10px;
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
}

.section-47 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 40%;
  margin-top: 140px;
}

.container-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-42 {
  color: #fff;
  font-size: 100px;
  text-align: center;
}

.button-9 {
  padding: 11px 30px;
}

.button-10 {
  display: block;
  padding: 11px 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns-11 {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-17 {
  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;
}

.column-18 {
  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;
}

.columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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;
}

.container-21 {
  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;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.section-48 {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.button-11 {
  padding: 10px 25px;
  font-size: 18px;
}

.button-12 {
  padding: 10px 25px;
  font-size: 18px;
}

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

.section-49 {
  border-top: 4px solid #131313;
  border-bottom: 4px solid #131313;
}

.image-15 {
  display: block;
  overflow: hidden;
  max-width: 625px;
  text-decoration: none;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.link-block {
  overflow: hidden;
  cursor: pointer;
}

.text-block-46._2 {
  font-size: 18px;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 10px 19px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px none #000;
  border-radius: 6px 0px 0px 6px;
  background-color: #000;
  font-size: 16px;
  text-decoration: none;
}

.div-block-80:hover {
  background-color: #ef780c;
}

.button-13 {
  background-color: #000;
  font-size: 16px;
}

.text-block-51 {
  padding-right: 7.5px;
  padding-left: 2.5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.container-22 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.div-block-81 {
  margin-bottom: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.text-block-52 {
  font-size: 16px;
}

.bold-text-28 {
  font-size: 20px;
}

.bold-text-29 {
  font-size: 20px;
}

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

.bold-text-31 {
  font-size: 20px;
}

.bold-text-32 {
  font-size: 20px;
}

.bold-text-33 {
  font-size: 20px;
}

.bold-text-34 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 25px;
}

.text-block-53 {
  font-size: 15px;
}

.text-block-54 {
  font-size: 15px;
}

.text-block-55 {
  font-size: 15px;
}

.text-block-56 {
  font-size: 15px;
}

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

.text-span-17 {
  font-size: 32px;
}

.text-span-18 {
  font-size: 32px;
}

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

.paragraph-34 {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  text-decoration: none;
}

.paragraph-35 {
  display: inline-block;
  color: #000;
}

.html-embed-2 {
  text-align: center;
}

.section-50 {
  margin-top: 100px;
  margin-bottom: 75px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container-23 {
  margin-top: 140px;
}

.text-span-19 {
  font-size: 20px;
}

.text-span-20 {
  font-size: 20px;
}

.section-51 {
  display: block;
  margin-top: 200px;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.html-embed-3 {
  margin-bottom: 0px;
  text-align: center;
}

.text-span-21 {
  background-color: #fff;
}

.text-span-22 {
  background-color: #fff;
}

.text-span-23 {
  color: #fff;
  font-size: 16px;
}

.text-span-24 {
  color: #fff;
  font-size: 16px;
}

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

.link-5 {
  color: #fff;
  text-decoration: none;
}

.link-6 {
  color: #fff;
}

.link-7 {
  color: #fff;
}

.text-span-25 {
  color: #fff;
}

.text-span-26 {
  color: #fff;
}

.text-span-27 {
  color: #fff;
}

.text-span-28 {
  color: #fff;
}

.text-span-29 {
  color: #fff;
}

.text-span-30 {
  text-align: center;
}

.text-span-31 {
  color: #fff;
}

.text-span-32 {
  color: #fff;
}

.link-8 {
  color: #fff;
}

.link-9 {
  color: #fff;
}

.link-10 {
  color: #fff;
}

.link-11 {
  color: #fff;
}

.link-12 {
  color: #fff;
}

.link-13 {
  color: #fff;
}

.body-15 {
  background-color: #000;
}

.html-embed-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  -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;
  background-color: #fff;
}

.container-24 {
  background-color: transparent;
}

.html-embed-5 {
  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;
  border-radius: 0px;
  background-color: #fff;
}

.body-16 {
  background-color: #000;
}

.columns-13 {
  position: absolute;
  left: 0%;
  top: 57%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.heading-cycle {
  position: absolute;
  left: 0%;
  top: 35%;
  right: 0%;
  bottom: auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 125px;
  text-align: center;
}

.d-112-link-block-wrapper {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  border: 5px solid #ffc000;
  background-color: rgba(0, 255, 255, 0);
  text-decoration: none;
}

.d-112-button-text {
  padding: 19px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
}

.paragraph-36 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 1.5%;
  color: #fff;
  text-align: center;
}

.paragraph-36.special {
  bottom: 1.5%;
  font-size: 14px;
}

.text-block-59 {
  font-size: 17px;
  text-align: center;
}

.body-17 {
  background-color: #000;
}

.section-15vw {
  min-height: 15vw;
}

.section-free {
  min-height: 10vw;
}

.heading-43 {
  overflow: visible;
  margin-bottom: 0px;
  font-family: Italiana, sans-serif;
  color: #fff;
  font-size: 33px;
  text-align: center;
}

.heading-43._1 {
  font-size: 33px;
  text-align: center;
}

.paragraph-37 {
  color: #fff;
}

.section-52 {
  min-height: 2.5vw;
}

.heading-44 {
  font-family: Italiana, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 36px;
  text-align: center;
}

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

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: Italiana, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.grid-2.lib {
  margin-bottom: 100px;
}

.body-18 {
  background-color: #000;
}

.text-block-60 {
  color: #f2f2f2;
  font-size: 19px;
  text-align: center;
}

.html-embed-6 {
  text-align: center;
}

.bold-text-36 {
  font-size: 30px;
}

.bold-text-37 {
  font-size: 30px;
}

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

.container-26 {
  width: 100%;
  max-width: 940px;
  margin: 60px auto;
  color: #fff;
}

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

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

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

.pricing-card-three {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

.text-link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.arrow-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
  color: #fff;
}

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

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

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

.text-block-64 {
  font-size: 18px;
}

.text-block-65 {
  font-size: 18px;
}

.text-block-66 {
  font-size: 18px;
}

.text-block-67 {
  font-size: 18px;
}

.container-27 {
  display: inline-block;
  margin-top: 60px;
  margin-bottom: 100px;
}

.section-53 {
  text-align: center;
}

.text-block-70 {
  color: #fff;
  text-align: center;
}

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

.heading-45 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-size: 25px;
}

.heading-46 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-size: 25px;
}

.heading-47 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-size: 25px;
}

.heading-48 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-size: 25px;
}

.heading-49 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-size: 25px;
}

.heading-50 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-size: 25px;
}

.heading-51 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-size: 25px;
}

.heading-52 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-size: 25px;
}

.body-19 {
  background-color: #000;
}

.heading-53 {
  color: #fff;
}

.paragraph-38 {
  color: #fff;
}

.heading-54 {
  color: #fff;
  text-align: center;
}

.list-item-10 {
  margin-bottom: 20px;
  color: #fff;
}

.list-item-11 {
  margin-bottom: 20px;
  color: #fff;
}

.paragraph-39 {
  margin-bottom: 45px;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.list-item-12 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
}

.paragraph-40 {
  margin-top: 50px;
  color: #fff;
  font-size: 17px;
}

.list-3 {
  padding-bottom: 0px;
  font-size: 16px;
  list-style-type: disc;
}

.image-16 {
  display: block;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  text-align: center;
}

.bold-text-38 {
  font-size: 20px;
}

.bold-text-39 {
  font-size: 20px;
}

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

.bold-text-41 {
  font-size: 20px;
}

.bold-text-42 {
  font-size: 20px;
}

.bold-text-43 {
  font-size: 20px;
}

.bold-text-44 {
  font-size: 20px;
}

.container-28 {
  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;
  text-align: center;
}

.section-54 {
  margin-bottom: 100px;
}

.body-20 {
  background-color: #000;
}

.paragraph-41 {
  color: #fff;
}

.heading-55 {
  color: #fff;
  text-align: center;
}

.section-55 {
  margin-top: 50px;
}

.paragraph-42 {
  color: #fff;
}

.bold-text-45 {
  color: #76fa9c;
  font-size: 20px;
}

.bold-text-46 {
  color: #76fa9c;
  font-size: 20px;
}

.bold-text-47 {
  color: #76fa9c;
  font-size: 20px;
}

.bold-text-48 {
  color: #76fa9c;
  font-size: 20px;
}

.bold-text-49 {
  color: #76fa9c;
  font-size: 20px;
}

.bold-text-50 {
  color: #76fa9c;
  font-size: 20px;
}

.bold-text-51 {
  color: #76fa9c;
  font-size: 20px;
}

.heading-56 {
  color: #fff;
  text-align: center;
}

.paragraph-43 {
  color: #fff;
}

.paragraph-44 {
  color: #fff;
}

.bold-text-52 {
  color: #f2f2f2;
  font-size: 20px;
}

.bold-text-53 {
  font-size: 20px;
}

.bold-text-54 {
  font-size: 20px;
}

.bold-text-55 {
  color: #fff;
  font-size: 20px;
}

.bold-text-56 {
  color: #fff;
  font-size: 20px;
}

.bold-text-57 {
  color: #fff;
  font-size: 20px;
}

.bold-text-58 {
  font-size: 20px;
}

.bold-text-59 {
  font-size: 20px;
}

.bold-text-60 {
  font-size: 20px;
}

.bold-text-61 {
  font-size: 20px;
}

.section-compare {
  margin-top: 50px;
  margin-bottom: 50px;
}

.paragraph-45 {
  color: #fff;
}

.paragraph-46 {
  color: #fff;
}

.paragraph-47 {
  color: #fff;
}

.paragraph-48 {
  color: #fff;
}

.paragraph-49 {
  color: #fff;
}

.paragraph-50 {
  color: #fff;
}

.paragraph-51 {
  color: #fff;
}

.paragraph-52 {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.paragraph-53 {
  color: #fff;
}

.paragraph-54 {
  color: #fff;
}

.heading-57 {
  color: #fff;
}

.heading-58 {
  color: #fff;
}

.paragraph-55 {
  color: #fff;
}

.paragraph-56 {
  color: #fff;
}

.paragraph-57 {
  color: #fff;
}

.paragraph-58 {
  color: #fff;
}

.heading-59 {
  color: #fff;
}

.paragraph-59 {
  color: #fff;
}

.body-21 {
  background-color: #000;
}

.paragraph-60 {
  color: #fff;
}

.heading-60 {
  color: #fff;
}

.paragraph-61 {
  color: #fff;
}

.container-29 {
  margin-top: 60px;
}

.heading-61 {
  color: #fff;
  text-align: center;
}

.paragraph-62 {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

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

.section-59 {
  margin-top: 60px;
  margin-bottom: 10px;
  text-align: center;
}

.body-22 {
  background-color: #000;
}

.paragraph-63 {
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.columns-14 {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.paragraph-64 {
  color: #fff;
  text-align: center;
}

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

.heading-62 {
  color: #fff;
}

.paragraph-65 {
  color: #fff;
}

.container-30 {
  margin-top: 50px;
}

.heading-63 {
  color: #fff;
}

.paragraph-66 {
  color: #fff;
}

.body-23 {
  background-color: #000;
}

.paragraph-67 {
  color: #fff;
}

.text-block-72 {
  margin-top: 50px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.heading-64 {
  color: #f2f2f2;
  text-align: center;
}

.paragraph-68 {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.paragraph-69 {
  color: #fff;
}

.heading-65 {
  color: #76fa9c;
}

.paragraph-70 {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.container-31 {
  margin-top: 50px;
}

.container-32 {
  margin-bottom: 30px;
}

.body-24 {
  background-color: #000;
}

.paragraph-71 {
  color: #fff;
}

.bold-text-62 {
  font-size: 17px;
}

.bold-text-63 {
  font-size: 17px;
}

.heading-66 {
  color: #76fa9c;
}

.heading-66.s {
  color: #fff;
}

.paragraph-72 {
  color: #fff;
}

.container-33 {
  margin-top: 60px;
  margin-bottom: 50px;
}

.section-61 {
  margin-bottom: 100px;
}

.body-25 {
  background-color: #000;
}

.paragraph-73 {
  color: #fff;
}

.bold-text-64 {
  font-size: 17px;
}

.bold-text-65 {
  font-size: 17px;
}

.section-62 {
  margin-top: 75px;
  margin-bottom: 25px;
}

.heading-67 {
  color: #fff;
  text-align: center;
}

.paragraph-74 {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.section-63 {
  margin-top: 40px;
  border: 1px none #000;
}

.section-63.ned {
  margin-top: 25px;
  margin-bottom: 80px;
}

.section-64 {
  margin-top: 125px;
  padding-top: 50px;
  border-top: 1px solid #fff;
  border-radius: 0px;
  opacity: 1;
}

.heading-68 {
  color: #fff;
}

.paragraph-75 {
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
}

.heading-69 {
  color: #fff;
}

.heading-70 {
  color: #fff;
}

.heading-71 {
  color: #fff;
}

.heading-72 {
  color: #fff;
}

.container-34 {
  margin-bottom: 30px;
  text-align: center;
}

.paragraph-76 {
  color: #d3d3d3;
}

.paragraph-77 {
  color: #d3d3d3;
}

.paragraph-78 {
  color: #d3d3d3;
}

.paragraph-79 {
  color: #d3d3d3;
}

.text-block-73 {
  margin-top: 100px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.section-65 {
  margin-bottom: 100px;
}

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

.body-26 {
  background-color: #000;
}

.paragraph-80 {
  margin-bottom: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.bold-text-67 {
  font-size: 17px;
}

.bold-text-68 {
  font-size: 17px;
}

.bold-text-69 {
  font-size: 17px;
}

.columns-15 {
  text-align: center;
}

.column-22 {
  margin-right: auto;
  margin-left: auto;
  border-left: 1px solid #fff;
}

.section-66 {
  margin-top: 60px;
  border-top: 1px solid #6e6e6e;
}

.container-35 {
  margin-bottom: 40px;
  color: #fff;
}

.heading-73 {
  color: #76fa9c;
}

.paragraph-81 {
  color: #fff;
}

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

.text-block-75 {
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.section-67 {
  margin-top: 50px;
}

.text-span-33 {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.link-14 {
  text-decoration: none;
}

.link-15 {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.bold-text-70 {
  font-size: 19px;
}

.section-68 {
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #6e6e6e;
  border-bottom: 1px solid #6e6e6e;
}

.section-69 {
  margin-top: 40px;
}

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

.paragraph-82 {
  text-align: left;
}

.link-block-3 {
  color: #fff;
  text-decoration: none;
}

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

.link-block-5 {
  color: #fff;
  text-decoration: none;
}

.link-block-6 {
  color: #fff;
  text-decoration: none;
}

.link-block-7 {
  color: #fff;
  text-decoration: none;
}

.link-block-8 {
  color: #fff;
  text-decoration: none;
}

.link-block-9 {
  color: #fff;
  text-decoration: none;
}

.link-block-10 {
  color: #fff;
  text-decoration: none;
}

.link-block-10.w--current {
  color: #fff;
}

.container-36 {
  display: inline-block;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.section-70 {
  margin-top: 85px;
  margin-bottom: 75px;
  text-align: center;
}

.text-block-76 {
  font-size: 18px;
}

.list-4 {
  color: #fff;
  font-size: 14px;
  list-style-type: none;
}

.container-37 {
  display: inline-block;
}

.section-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
  text-align: center;
}

.heading-75 {
  display: block;
  overflow: visible;
  font-size: 20px;
  line-height: 20px;
}

.columns-16 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-83 {
  color: #fff;
  text-align: center;
}

.section-72 {
  margin-top: 25px;
}

.section-73 {
  margin-top: 75px;
  margin-bottom: 20px;
  text-align: center;
}

.heading-76 {
  color: #ffc000;
}

.text-block-77 {
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.container-38 {
  margin-top: 40px;
}

.column-23 {
  display: block;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-77 {
  font-size: 20px;
  line-height: 20px;
}

.heading-78 {
  font-size: 20px;
  line-height: 20px;
}

.heading-79 {
  font-size: 20px;
  line-height: 20px;
}

.heading-80 {
  font-size: 20px;
  line-height: 20px;
}

.heading-81 {
  font-size: 20px;
  line-height: 20px;
}

.heading-82 {
  font-size: 20px;
  line-height: 20px;
}

.heading-83 {
  font-size: 20px;
  line-height: 20px;
}

.heading-84 {
  font-size: 20px;
  line-height: 20px;
}

.heading-85 {
  font-size: 20px;
  line-height: 20px;
}

.heading-86 {
  font-size: 20px;
  line-height: 20px;
}

.heading-87 {
  font-size: 20px;
  line-height: 20px;
}

.heading-88 {
  font-size: 20px;
  line-height: 20px;
}

.heading-89 {
  font-size: 20px;
  line-height: 20px;
}

.heading-90 {
  font-size: 20px;
  line-height: 20px;
}

.heading-91 {
  font-size: 20px;
  line-height: 20px;
}

.heading-92 {
  font-size: 20px;
  line-height: 20px;
}

.heading-93 {
  font-size: 20px;
  line-height: 20px;
}

.heading-94 {
  font-size: 20px;
  line-height: 20px;
}

.heading-95 {
  font-size: 20px;
  line-height: 20px;
}

.heading-96 {
  font-size: 20px;
  line-height: 20px;
}

.heading-97 {
  font-size: 20px;
  line-height: 20px;
}

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

.heading-99 {
  font-size: 20px;
  line-height: 20px;
}

.heading-100 {
  font-size: 20px;
  line-height: 20px;
}

.heading-101 {
  font-size: 20px;
  line-height: 20px;
}

.heading-102 {
  font-size: 20px;
  line-height: 20px;
}

.heading-103 {
  font-size: 20px;
  line-height: 20px;
}

.heading-104 {
  font-size: 20px;
  line-height: 20px;
}

.heading-105 {
  font-size: 20px;
  line-height: 20px;
}

.heading-106 {
  font-size: 20px;
  line-height: 20px;
}

.section-74 {
  margin-top: 75px;
  margin-bottom: 100px;
}

.container-39 {
  max-width: 70%;
}

.body-27 {
  background-color: #000;
}

.html-embed-7 {
  text-align: center;
}

.section-75 {
  margin-top: 100px;
  margin-bottom: 125px;
  text-align: center;
}

.bold-text-71 {
  color: #76fa9c;
}

.bold-text-72 {
  color: #76fa9c;
}

.bold-text-73 {
  color: #76fa9c;
}

.mask {
  font-family: Italiana, sans-serif;
}

.columns-17 {
  margin-right: 25px;
  margin-left: 50px;
}

.body-28 {
  background-color: #000;
}

.section-76 {
  min-height: 15vw;
}

.faq-wrapper-dark {
  margin-bottom: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  text-align: left;
}

.faq-wrapper-dark.last-child {
  border: 1px none #000;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-78 {
  font-size: 13px;
}

.tabs-2 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-big {
  font-size: 20px;
  line-height: 1.5;
}

.wrapper-2 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.subtle-text {
  margin-bottom: 32px;
  opacity: 0.8;
}

.tab-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px;
  border-radius: 40px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.tab-dark.w--current {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e40048;
  color: #fff;
}

.pricing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  padding: 64px 4px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.disccount {
  position: absolute;
  left: 44px;
  top: -34px;
  z-index: 9;
  width: 120px;
  margin-top: 80px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #e40048;
  font-size: 14px;
  font-weight: 400;
  cursor: auto;
}

.text-span-34 {
  margin-left: 4px;
  font-size: 16px;
  line-height: 16px;
}

.faq-description {
  overflow: hidden;
  margin-right: 0px;
  padding-top: 8px;
}

.caption-text-dark {
  margin-top: 16px;
  color: #8d8d8d;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.heading-107 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Italiana, sans-serif;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 600;
}

.image-17 {
  margin-right: 8px;
  margin-bottom: 19px;
}

.title-and-arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  cursor: pointer;
}

.spacer {
  height: 120px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.cta-dark {
  width: 100%;
  padding: 8px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #e40048;
  border-radius: 4px;
  background-color: #e40048;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.cta-dark:hover {
  border-color: #c90040;
  background-color: #c90040;
}

.cta-dark.secondary {
  border-style: solid;
  border-color: #e40048;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}

.cta-dark.secondary:hover {
  background-color: rgba(228, 0, 72, 0.08);
}

.text-block-79 {
  max-width: 650px;
  margin-right: auto;
  margin-bottom: 56px;
  margin-left: auto;
}

.text-block-12 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tooltip-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 28px;
  bottom: -6px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tooltip-wrapper {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.features-wrapper-2 {
  margin-bottom: 40px;
}

.tabs-menu-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 40px;
  background-color: #202020;
}

.checkmark {
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-dark {
  padding: 120px 48px;
  background-color: #000;
  color: #fff;
}

.section-dark._1 {
  padding-bottom: 100px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
}

.section-dark._1._2 {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top-style: solid;
  border-top-color: #fff;
}

.plan-wrapper-dark {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33.33%;
  min-height: 300px;
  margin-right: 12px;
  margin-left: 12px;
  padding: 32px;
  -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;
  border-radius: 8px;
  background-color: #222;
  color: #fff;
  text-align: left;
}

.price-text-2 {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}

.tooltip {
  position: absolute;
  left: auto;
  top: auto;
  right: -24px;
  bottom: 32px;
  z-index: 999999;
  display: none;
  min-width: 180px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -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: #fff;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.faqs-wrapper {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.plan-title {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.paragraph-84 {
  margin-bottom: 0px;
  font-size: 22px;
}

.paragraph-small-2 {
  font-size: 18px;
  line-height: 1.5;
}

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

.all-caps-text {
  margin-bottom: 12px;
  color: #8d8d8d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.arrow-faq {
  position: static;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: auto;
  margin-top: 3px;
  margin-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tooltip-dark {
  position: absolute;
  left: auto;
  top: auto;
  right: -24px;
  bottom: 32px;
  z-index: 999999;
  display: none;
  min-width: 180px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -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: #000;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.cta-2 {
  width: 100%;
  padding: 8px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #e40048;
  border-radius: 4px;
  background-color: #e40048;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.cta-2:hover {
  border-color: #c90040;
  background-color: #c90040;
}

.cta-2.secondary {
  border-style: solid;
  border-color: #e40048;
  background-color: #fff;
  color: #000;
}

.cta-2.secondary:hover {
  background-color: rgba(228, 0, 72, 0.08);
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px;
  border-radius: 40px;
  background-color: transparent;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.tab.w--current {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e40048;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.heading-108 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Italiana, sans-serif;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 600;
}

.caption-text {
  margin-top: 16px;
  color: grey;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 40px;
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.faq-wrapper {
  margin-bottom: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
  text-align: left;
}

.faq-wrapper.last-child {
  border: 1px none #000;
}

.tooltip-arro-dark {
  position: absolute;
  left: auto;
  top: auto;
  right: 28px;
  bottom: -6px;
  width: 12px;
  height: 12px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.plan-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33.33%;
  max-width: 480px;
  min-height: 300px;
  margin-right: 12px;
  margin-left: 12px;
  padding: 32px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  text-align: left;
}

.plan-wrapper:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
}

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

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

.paragraph-85 {
  margin-bottom: 0px;
  font-size: 22px;
}

.heading-109 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Italiana, sans-serif;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 600;
}

.paragraph-86 {
  margin-bottom: 0px;
  font-size: 22px;
}

.link-16 {
  color: #fff;
}

.section-77 {
  margin-top: 60px;
  margin-bottom: 60px;
  color: #fff;
}

.link-17 {
  color: #fff;
}

.link-18 {
  color: #333;
}

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

.heading-110 {
  color: #fff;
  text-align: center;
}

.section-78 {
  margin-top: 50px;
}

.heading-111 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
}

.heading-111.white {
  color: #fff;
}

.link-19 {
  color: #000;
}

.section-79 {
  margin-bottom: 30px;
}

html.w-mod-js *[data-ix="ths13-scroll-line-move"] {
  opacity: 1;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

@media screen and (min-width: 1440px) {
  .grid-footer-v1---5-column {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    -ms-grid-columns: 2.5fr 1.25fr 1.25fr 1.25fr 2.5fr;
    grid-template-columns: 2.5fr 1.25fr 1.25fr 1.25fr 2.5fr;
  }

  .cloneable-container-default.center {
    padding-bottom: 0px;
  }

  .float-background-purple {
    width: 49%;
  }

  .grid-two-columns---brix.grid-align-center {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .ths13-hero-section {
    background-image: url('../images/quantum-home-page-receptionist.webp');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: repeat;
  }

  .section-20 {
    padding-bottom: 150px;
  }

  .div-block-8 {
    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: 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;
    text-align: left;
  }

  .columns {
    -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;
    text-align: center;
  }

  .submit-1 {
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-weight: 700;
  }

  .section-3.light {
    color: #000;
  }

  .testimonial-card-content {
    color: #fff;
  }

  .testimonial-card-three {
    background-color: transparent;
  }

  .button-5.outline.white {
    background-color: #000;
    color: #fff;
  }

  .check-itme {
    color: #000;
  }

  .white {
    color: #000;
  }

  .white._24bottom {
    font-size: 24px;
  }

  .white.large {
    font-size: 40px;
  }

  .tabs-content {
    border-left-color: rgba(0, 0, 0, 0.3);
  }

  .base-section.dark {
    background-color: #fff;
  }

  .check-list {
    font-size: 18px;
  }

  .check-icon {
    background-color: #000;
  }

  .head-container {
    margin-bottom: 100px;
    font-size: 35px;
  }

  .text-block-13 {
    color: #000;
  }

  .medium.white {
    font-size: 17px;
    text-align: left;
  }

  .div-block-40 {
    background-image: url('../images/quantum-receptionist-official-staff.webp');
    background-position: 50% 50%;
    background-size: cover;
  }

  .section-14 {
    min-height: 15vw;
  }
}

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

  .ths13-heading-h1 {
    font-size: 115px;
  }

  .ths13-menu-nav-links-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .ths13-menu-nav-link-text {
    font-size: 90px;
    line-height: 100px;
    text-align: center;
  }

  .ths13-menu-contact-info-inner-wrapper {
    opacity: 0;
  }

  .column-4 {
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .columns {
    -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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .superscript {
    position: static;
    line-height: 40px;
  }

  .table-row {
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
  }

  .heading-5 {
    top: 18%;
  }

  .bottom-info {
    margin-right: 30px;
  }

  .bottom-info.advice {
    background-color: #000;
    color: hsla(0, 0%, 100%, 0.3);
  }

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

  .pricing-group-button {
    margin-top: 30px;
  }

  .tabs-content {
    padding-top: 30px;
    padding-left: 0px;
    border-left-style: none;
  }

  .tab-link {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .tabs-menu {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  }

  .tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    background-color: #000;
  }

  .tabs.white {
    background-color: #fff;
  }

  .paragraph-3 {
    background-color: #000;
    color: #fff;
  }

  .margin-bottom.margin-medium {
    position: static;
  }

  .companies_grid {
    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;
    justify-items: center;
    grid-column-gap: 12px;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-7 {
    min-height: 700px;
  }

  .section-7.hero {
    min-height: 430px;
  }

  .container.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block {
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .heading {
    margin-bottom: 10px;
  }

  .paragraph-4 {
    margin-bottom: 25px;
    text-align: left;
  }

  .text-block-15 {
    position: relative;
    z-index: 0;
    opacity: 1;
  }

  .social-link-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid-footer-v1---5-column {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-logo---brix.middle {
    max-width: 100%;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .grid-footer-v1---2-columns.grid-center {
    -ms-grid-columns: 0.6fr;
    grid-template-columns: 0.6fr;
  }

  .horizontal-flex.end.tablet-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .social-media-grid-top.sir {
    opacity: 0;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .text-300.bold.footer-title.add {
    line-height: 38px;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-block-9 {
    position: relative;
  }

  .pricing-section {
    background-position: 0px 0px, 50% 0%;
    background-size: auto, auto;
  }

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

  .grid-pricing.new {
    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;
  }

  .grid-pricing.special {
    -ms-grid-columns: 0.35fr 1.1fr 0.35fr;
    grid-template-columns: 0.35fr 1.1fr 0.35fr;
  }

  .bold-text-10 {
    line-height: 25px;
  }

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

  .features-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading-1 {
    font-size: 48px;
  }

  .content-image-block {
    overflow: visible;
  }

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

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

  .hero {
    overflow: hidden;
  }

  .radio-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -40px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .radio-buttons.extraclass {
    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;
  }

  .text-block-18 {
    text-align: left;
  }

  .div-block-57 {
    top: -100%;
  }

  .section-14 {
    min-height: 20vw;
  }

  .master {
    color: #000;
  }

  .section-2 {
    height: 88%;
  }

  .html-embed {
    overflow: hidden;
  }

  .instructions-wrapper {
    position: relative;
    left: -25px;
    top: 0%;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .cons-button-text-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .browser {
    width: 500px;
    height: 500px;
    margin-bottom: 100px;
    -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;
  }

  .demo-wrapper {
    margin-top: 100px;
    margin-right: 0%;
    margin-bottom: 140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-2 {
    margin-right: 0px;
  }

  .d-116-3d-button-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content-pricig-table {
    margin-top: 60px;
  }

  .heading-27 {
    font-size: 130px;
  }

  .columns-7.java {
    top: 50%;
  }

  .container-13 {
    max-width: 728px;
  }

  .heading-34 {
    font-size: 70px;
  }

  .heading-34.blk {
    font-size: 70px;
  }

  .bold-text-26 {
    font-size: 75px;
    line-height: 60px;
  }

  .heading-cycle {
    top: 18%;
    font-size: 125px;
    line-height: 130px;
  }

  .d-112-link-block-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .container-26 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .pricing-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .section-dark {
    padding-right: 32px;
    padding-left: 32px;
  }

  .plan-wrapper-dark {
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }

  .tabs-content-2 {
    width: 100%;
  }

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

  .plan-wrapper {
    width: 100%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }

  .section-light {
    padding-right: 32px;
    padding-left: 32px;
  }

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

@media screen and (max-width: 767px) {
  .ths13-logo {
    width: 100%;
    max-width: 100%;
  }

  .ths13-heading-h1 {
    font-size: 75px;
    line-height: 100px;
  }

  .ths13-social-links-wrapper {
    opacity: 0;
  }

  .ths13-menu-nav-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ths13-menu-nav-link-text {
    font-size: 70px;
    line-height: 95px;
  }

  .ths13-menu-contact-info-inner-wrapper {
    padding-bottom: 10vh;
    opacity: 0;
  }

  .field-label-5 {
    margin-left: 0px;
    text-align: left;
  }

  .form {
    width: 500px;
  }

  .column-4 {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-field-2 {
    margin-left: 0px;
  }

  .form-block {
    width: 500px;
  }

  .columns {
    -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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph {
    text-align: justify;
  }

  .field-label-2 {
    text-align: left;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .body-large {
    font-size: 14px;
    line-height: 24px;
  }

  .table-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .arrow-up-icon {
    width: 20px;
    height: 20px;
  }

  .heading-5 {
    display: none;
  }

  .rig-grid {
    background-color: #000;
  }

  .tab-link {
    font-size: 18px;
    line-height: 18px;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .tabs-menu.advice {
    border-right-style: none;
  }

  .text-block-13.receptionist {
    font-size: 20px;
    text-align: left;
  }

  .anim-wrap {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .companies_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .companies_grid {
    -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;
    grid-column-gap: 5rem;
    grid-row-gap: 2.3rem;
    font-size: 15px;
    line-height: 15px;
  }

  .companies-logo {
    max-width: 75%;
    opacity: 1;
    line-height: 16px;
  }

  .padding-vertical.padding-huge {
    padding-top: 3.5rem;
    padding-bottom: 6rem;
    line-height: 16px;
  }

  .cta {
    font-size: 11px;
  }

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

  .text-block-15 {
    margin-bottom: 90px;
    margin-left: 25px;
  }

  .text-block-5 {
    position: relative;
    z-index: 9999;
    margin-right: 0px;
  }

  .div-block-25 {
    overflow: visible;
    width: 340px;
  }

  .social-link-container {
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-social_content {
    border-radius: 0rem;
  }

  .padding-global {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .home-social_component {
    padding: 0rem;
  }

  .grid-footer-v1---5-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .grid-footer-v1---2-columns.grid-center {
    -ms-grid-columns: 0.8fr;
    grid-template-columns: 0.8fr;
  }

  .grid-footer-v1---2-columns.grid-center.bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .social-media-grid-top.sir {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    grid-column-gap: 18px;
    grid-row-gap: 15px;
  }

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

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

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

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

  .div-block-37 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .text-block-7.new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .div-block-28 {
    width: 100%;
    margin-bottom: 150px;
    padding-left: 0px;
    -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;
  }

  .heading-10 {
    font-size: 60px;
  }

  .div-block-38 {
    margin-bottom: 140px;
  }

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

  .pricing-button.new.epic {
    margin-right: 20px;
    margin-left: 0px;
  }

  .price-card.featured-card.new.only {
    min-height: 180px;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .price-special.new.only {
    margin-right: 10px;
    margin-left: 10px;
  }

  .grid-pricing.special {
    -ms-grid-columns: 0.25fr 1.1fr 0.25fr;
    grid-template-columns: 0.25fr 1.1fr 0.25fr;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    margin-bottom: -40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .nav-text-wrap {
    display: none;
  }

  .radio-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 24px;
  }

  .nav-button {
    display: none;
  }

  .price-box {
    padding: 25px 10px 0px;
  }

  .div-block-57 {
    top: -100%;
    z-index: 9999;
  }

  .section-11 {
    min-height: 15vh;
    margin-bottom: 0px;
  }

  .section-12 {
    min-height: 15vh;
    margin-bottom: 0px;
  }

  .section-14 {
    min-height: 18vw;
  }

  .section-2 {
    overflow: visible;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .instructions-wrapper {
    margin-left: 0px;
  }

  .browser {
    width: 100%;
    height: 500px;
    margin-right: 110px;
    margin-bottom: 100px;
    margin-left: 110px;
    padding-right: 30px;
    padding-left: 30px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .demo-wrapper {
    margin-top: 100px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .heading-24 {
    font-size: 135px;
  }

  .heading-25 {
    font-size: 100px;
  }

  .paragraph-12.home {
    font-size: 14px;
  }

  .cloneable-header-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-primary-2 {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .float-background-purple {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 42%;
  }

  .pricing-card-slider.pricing-card {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid-two-columns---brix {
    grid-column-gap: 100px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-27 {
    font-size: 97px;
    line-height: 120px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .heading-30 {
    font-size: 125px;
  }

  .heading-34 {
    font-size: 55px;
    line-height: 100px;
  }

  .heading-34.blk {
    font-size: 50px;
    line-height: 100px;
  }

  .text-block-33 {
    font-size: 20px;
  }

  .text-block-34 {
    font-size: 20px;
  }

  .container-14 {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-36 {
    font-size: 80px;
  }

  .heading-cycle {
    font-size: 55px;
    line-height: 100px;
  }

  .bold-text-35 {
    font-size: 18.5px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .paragraph-big {
    font-size: 18px;
  }

  .tab-dark {
    padding: 8px 24px;
  }

  .pricing-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-107 {
    font-size: 36px;
    line-height: 1.2;
  }

  .spacer {
    height: 80px;
  }

  .tabs-menu-dark {
    position: relative;
  }

  .section-dark {
    padding-right: 24px;
    padding-left: 24px;
  }

  .plan-wrapper-dark {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
    padding: 32px;
  }

  .paragraph-small-2 {
    font-size: 18px;
  }

  .tabs-content-2 {
    width: 100%;
  }

  .tab {
    padding: 8px 24px;
  }

  .heading-108 {
    font-size: 36px;
    line-height: 1.2;
  }

  .plan-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
    padding: 32px;
  }

  .section-light {
    padding-right: 24px;
    padding-left: 24px;
  }

  .heading-109 {
    font-size: 36px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 479px) {
  .ths13-hero-section {
    background-size: cover;
  }

  .ths13-header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ths13-logo.bew {
    opacity: 0;
  }

  .ths13-heading-h1 {
    font-size: 35px;
    line-height: 50px;
  }

  .ths13-hero-section-footer {
    padding-left: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 0px;
    opacity: 1;
  }

  .ths13-social-links-wrapper {
    opacity: 0;
  }

  .ths13-hero-footer-scroll-wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ths13-hero-slider-nav {
    right: -30%;
  }

  .ths13-hero-slide-content {
    max-width: 1234px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ths13-menu-nav-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
  }

  .ths13-menu-nav-link-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 50px;
    line-height: 65px;
  }

  .ths13-menu-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    -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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ths13-menu-contact-info {
    width: 100%;
  }

  .ths13-menu-contact-info-inner-wrapper {
    overflow: visible;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 0;
  }

  .field-label-5 {
    text-align: center;
  }

  .form {
    width: 300px;
  }

  .form-block {
    width: 300px;
    text-align: center;
  }

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

  .field-label-6 {
    text-align: center;
  }

  .field-label-2 {
    text-align: center;
  }

  .section-3.dark {
    height: 110vh;
  }

  .testimonial-info-four {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .testimonial-card-three {
    padding-right: 24px;
    padding-left: 24px;
  }

  .body-large {
    line-height: 20px;
  }

  .project-text {
    max-width: 90%;
  }

  .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h2-white {
    margin-bottom: 20px;
  }

  .table-row {
    position: relative;
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 6fr;
    grid-template-columns: 6fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .arrow-up-icon {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-9.trip {
    left: 0%;
    top: 15%;
    right: 0%;
    bottom: auto;
    background-color: #000;
  }

  .heading-5 {
    display: none;
    font-size: 75px;
  }

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

  .white.large {
    font-size: 25px;
    line-height: 30px;
  }

  .white.large.receptionist {
    font-size: 25px;
    line-height: 30px;
  }

  .pricing-group-button {
    margin-bottom: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .check-list {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .tab-link {
    margin-right: 30px;
    margin-bottom: 16px;
  }

  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-block-13.receptionist {
    text-align: left;
  }

  .tabs {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .companies_component {
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .page-padding {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

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

  .section-7.hero {
    min-height: 280px;
    padding-top: 0px;
  }

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

  .container.column {
    padding: 60px 20px;
  }

  .cta {
    font-size: 13px;
  }

  .wrapper.bottom {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .field-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading {
    font-size: 25px;
  }

  .paragraph-4 {
    width: 300px;
  }

  .text-block-15 {
    font-size: 16px;
  }

  .div-block-17 {
    width: 60%;
    padding-bottom: 180px;
  }

  .heading-8 {
    margin-left: auto;
    font-size: 45px;
    line-height: 70px;
  }

  .div-block-19 {
    margin-left: 75px;
  }

  .div-block-25 {
    width: 300px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .social-link-container {
    padding-bottom: 2rem;
  }

  .grid-footer-v1---5-column {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-logo---brix {
    width: 100%;
    max-width: 240px;
  }

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

  .cloneable-container-default.center {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .grid-footer-v1---2-columns.grid-center {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .social-media-grid-top.sir {
    grid-column-gap: 2px;
    grid-row-gap: 15px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .div-block-26 {
    width: 60%;
  }

  .div-block-27 {
    width: 60%;
  }

  .div-block-33 {
    width: 300px;
  }

  .div-block-28 {
    -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;
  }

  .heading-10 {
    font-size: 50px;
    line-height: 40px;
  }

  .div-block-44 {
    margin-left: 0px;
  }

  .div-block-40 {
    width: 350px;
    height: 450px;
    background-position: 32% 50%;
  }

  .heading-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 40px;
    line-height: 50px;
  }

  .text-block-9 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 16px;
  }

  .text-block-8 {
    margin-left: 0px;
  }

  .div-block-38 {
    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;
  }

  .div-block-43 {
    margin-left: 15px;
  }

  .div-block-41 {
    margin-left: 75px;
  }

  .body-4 {
    text-align: center;
  }

  .pricing-button.new.epic {
    margin-top: 60px;
  }

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

  .pricing-feature-grid.new.only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .pricing-feature-grid.special {
    text-align: left;
  }

  .price-card.featured-card.new.only {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price-card.featured-card.special {
    padding-right: 36px;
    padding-left: 36px;
  }

  .pricing-feature {
    text-align: center;
  }

  .pricing-feature._3 {
    text-align: center;
  }

  .pricing-feature._4 {
    text-align: center;
  }

  .block-quote-2.assistance {
    margin-top: 0px;
  }

  .list {
    padding-left: 0px;
  }

  .italic-text {
    line-height: 45px;
  }

  .container-2 {
    max-width: none;
  }

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

  .question {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .price-box {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-bottom: 30px;
  }

  .div-block-57 {
    top: -100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -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: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-14 {
    min-height: 25vw;
  }

  .heading-21 {
    font-size: 90px;
    line-height: 90px;
  }

  .column-7 {
    position: static;
    overflow: visible;
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column-8 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .columns-4 {
    overflow: visible;
    margin-bottom: auto;
  }

  .main-wrapper {
    display: block;
    overflow: visible;
    margin-top: 25px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 100%;
    min-height: auto;
    margin-bottom: 0px;
  }

  .div-block-61.new {
    margin-left: 0px;
  }

  .container-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .instructions-wrapper {
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

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

  .demo-wrapper {
    top: 25%;
    display: inline-block;
    margin-top: 100px;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 14px;
  }

  .image-2 {
    margin-top: 0px;
    margin-right: 0px;
  }

  .heading-24 {
    font-size: 75px;
    line-height: 100px;
  }

  .heading-24.duo.tres {
    font-size: 55px;
    line-height: 75px;
  }

  .heading-24.level {
    font-size: 40px;
    line-height: 60px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-24._111 {
    font-size: 55px;
    line-height: 75px;
  }

  .heading-25 {
    font-size: 50px;
  }

  .div-block-69 {
    font-size: 13px;
  }

  .button-primary-2 {
    padding: 15px 34px 16px;
  }

  .heading-size-3 {
    text-align: center;
  }

  .pricing-card-3 {
    display: none;
  }

  .section-28.cloneables-listing {
    padding-bottom: 50px;
  }

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

  .text-uppercase.subtitle {
    font-size: 14px;
  }

  .pricing-card-slider {
    padding-right: 30px;
    padding-left: 30px;
  }

  .pricing-card-slider.pricing-card {
    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;
  }

  .content-pricig-table.small {
    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;
  }

  .grid-two-columns---brix.grid-align-center {
    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;
  }

  .heading-27 {
    font-size: 50px;
    line-height: 110px;
  }

  .dropdown-toggle {
    padding: 15px 20px 15px 7px;
  }

  .paragraph-17 {
    font-size: 15px;
  }

  .button-6 {
    font-size: 15px;
  }

  .heading-28 {
    font-size: 25px;
  }

  .container-13 {
    max-width: none;
  }

  .hero-image.shadow-two {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-30 {
    font-size: 75px;
  }

  .text-block-30 {
    text-align: left;
  }

  .text-block-31 {
    text-align: left;
  }

  .text-block-32 {
    text-align: left;
  }

  .heading-34.blk.special {
    font-size: 50px;
    line-height: 75px;
  }

  .heading-34.blk.cust {
    font-size: 40px;
    line-height: 75px;
  }

  .heading-34.blk.alex {
    line-height: 75px;
  }

  .bold-text-27 {
    font-size: 60px;
  }

  .paragraph-22 {
    overflow: visible;
    margin-bottom: 0px;
    font-size: 15px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block-35 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 8px;
    text-align: center;
  }

  .heading-35 {
    font-size: 125px;
  }

  .heading-36 {
    font-size: 47px;
    line-height: 80px;
  }

  .columns-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-33 {
    font-size: 14px;
  }

  .heading-42 {
    font-size: 75px;
  }

  .columns-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .column-19 {
    margin-bottom: 25px;
  }

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

  .text-block-46 {
    text-align: left;
  }

  .text-block-46._2 {
    text-align: left;
  }

  .text-block-47 {
    text-align: left;
  }

  .text-block-48 {
    text-align: left;
  }

  .text-block-49 {
    text-align: left;
  }

  .text-block-50 {
    text-align: left;
  }

  .text-block-58 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .heading-cycle {
    font-size: 50px;
    line-height: 80px;
  }

  .d-112-button-text {
    font-size: 14px;
  }

  .paragraph-36 {
    bottom: 2%;
  }

  .grid-2 {
    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;
  }

  .container-26 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .pricing-description {
    font-size: 15px;
  }

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

  .text-block-64 {
    text-align: left;
  }

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

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

  .text-block-68 {
    text-align: left;
  }

  .text-block-69 {
    text-align: left;
  }

  .container-39 {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .mask {
    overflow: hidden;
  }

  .heading-107 {
    font-size: 32px;
  }

  .plan-wrapper-dark {
    padding: 24px;
  }

  .heading-108 {
    font-size: 32px;
  }

  .plan-wrapper {
    padding: 24px;
  }

  .section-light {
    overflow: hidden;
  }

  .heading-109 {
    font-size: 32px;
  }
}

#w-node-ba711d40-4572-36da-87f6-8b194f423535-1eca7d7f {
  -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-node-ba711d40-4572-36da-87f6-8b194f423538-1eca7d7f {
  -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;
}

#w-node-ba711d40-4572-36da-87f6-8b194f42353b-1eca7d7f {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ba711d40-4572-36da-87f6-8b194f42353e-1eca7d7f {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ba711d40-4572-36da-87f6-8b194f423541-1eca7d7f {
  -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-node-ba711d40-4572-36da-87f6-8b194f423544-1eca7d7f {
  -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;
}

#w-node-ba711d40-4572-36da-87f6-8b194f423547-1eca7d7f {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ba711d40-4572-36da-87f6-8b194f42354a-1eca7d7f {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ba711d40-4572-36da-87f6-8b194f42354d-1eca7d7f {
  -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-node-ba711d40-4572-36da-87f6-8b194f423550-1eca7d7f {
  -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;
}

#w-node-ba711d40-4572-36da-87f6-8b194f423553-1eca7d7f {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ba711d40-4572-36da-87f6-8b194f423556-1eca7d7f {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_16d54baa-fd2b-0fec-e9cd-7fe23aa0636a-1eca7d7f {
  -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-node-_16d54baa-fd2b-0fec-e9cd-7fe23aa0636d-1eca7d7f {
  -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;
}

#w-node-_16d54baa-fd2b-0fec-e9cd-7fe23aa06371-1eca7d7f {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_16d54baa-fd2b-0fec-e9cd-7fe23aa06375-1eca7d7f {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ba711d40-4572-36da-87f6-8b194f423559-1eca7d7f {
  -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-node-ba711d40-4572-36da-87f6-8b194f42355c-1eca7d7f {
  -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;
}

#w-node-ba711d40-4572-36da-87f6-8b194f42355f-1eca7d7f {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ba711d40-4572-36da-87f6-8b194f423562-1eca7d7f {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_56c75de4-3731-4763-b3aa-c498f611b789-1eca7d7f {
  -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-node-_56c75de4-3731-4763-b3aa-c498f611b78c-1eca7d7f {
  -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;
}

#w-node-_56c75de4-3731-4763-b3aa-c498f611b790-1eca7d7f {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_56c75de4-3731-4763-b3aa-c498f611b794-1eca7d7f {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ba711d40-4572-36da-87f6-8b194f423565-1eca7d7f {
  -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-node-ba711d40-4572-36da-87f6-8b194f423568-1eca7d7f {
  -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;
}

#w-node-ba711d40-4572-36da-87f6-8b194f42356b-1eca7d7f {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ba711d40-4572-36da-87f6-8b194f42356e-1eca7d7f {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ba711d40-4572-36da-87f6-8b194f42357d-1eca7d7f {
  -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-node-ba711d40-4572-36da-87f6-8b194f423580-1eca7d7f {
  -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;
}

#w-node-ba711d40-4572-36da-87f6-8b194f423583-1eca7d7f {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ba711d40-4572-36da-87f6-8b194f423586-1eca7d7f {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_8ccbc4a9-a037-4b3a-c87d-9ca9c858867d-1eca7d7f {
  -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-_8ccbc4a9-a037-4b3a-c87d-9ca9c858867f-1eca7d7f {
  -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-_8ccbc4a9-a037-4b3a-c87d-9ca9c8588681-1eca7d7f {
  -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-_8a7a334b-78f6-ed5f-6d21-4bcfa1fda2ed-a1fda2e9 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8a7a334b-78f6-ed5f-6d21-4bcfa1fda336-a1fda2e9 {
  -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-_8a7a334b-78f6-ed5f-6d21-4bcfa1fda34d-a1fda2e9 {
  -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-_8a7a334b-78f6-ed5f-6d21-4bcfa1fda350-a1fda2e9 {
  -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-ff25d9d2-cef9-d59b-d9f3-fdff7016d3b1-9aca7d8e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ff25d9d2-cef9-d59b-d9f3-fdff7016d3b4-9aca7d8e {
  -ms-grid-row-align: center;
  align-self: center;
  -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-node-ff25d9d2-cef9-d59b-d9f3-fdff7016d3be-9aca7d8e {
  -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-d239695b-9faa-9eb0-ffbf-1c35ce425a21-9aca7d8e {
  -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-d239695b-9faa-9eb0-ffbf-1c35ce425a22-9aca7d8e {
  -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-d239695b-9faa-9eb0-ffbf-1c35ce425a24-9aca7d8e {
  -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-d239695b-9faa-9eb0-ffbf-1c35ce425a25-9aca7d8e {
  -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-d239695b-9faa-9eb0-ffbf-1c35ce425a27-9aca7d8e {
  -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-d239695b-9faa-9eb0-ffbf-1c35ce425a28-9aca7d8e {
  -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-d239695b-9faa-9eb0-ffbf-1c35ce425a2a-9aca7d8e {
  -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-d239695b-9faa-9eb0-ffbf-1c35ce425a2b-9aca7d8e {
  -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-d239695b-9faa-9eb0-ffbf-1c35ce425a2d-9aca7d8e {
  -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-d239695b-9faa-9eb0-ffbf-1c35ce425a2e-9aca7d8e {
  -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-d239695b-9faa-9eb0-ffbf-1c35ce425a30-9aca7d8e {
  -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-d239695b-9faa-9eb0-ffbf-1c35ce425a31-9aca7d8e {
  -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-d239695b-9faa-9eb0-ffbf-1c35ce425a33-9aca7d8e {
  -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-d239695b-9faa-9eb0-ffbf-1c35ce425a34-9aca7d8e {
  -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-d239695b-9faa-9eb0-ffbf-1c35ce425a36-9aca7d8e {
  -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-d239695b-9faa-9eb0-ffbf-1c35ce425a37-9aca7d8e {
  -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-_3bbbe27d-4ac9-78b1-aea1-c46375dc58bb-deca7d8f {
  -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-_3bbbe27d-4ac9-78b1-aea1-c46375dc58bc-deca7d8f {
  -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-_3bbbe27d-4ac9-78b1-aea1-c46375dc58be-deca7d8f {
  -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-_3bbbe27d-4ac9-78b1-aea1-c46375dc58bf-deca7d8f {
  -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-_3bbbe27d-4ac9-78b1-aea1-c46375dc58c1-deca7d8f {
  -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-_3bbbe27d-4ac9-78b1-aea1-c46375dc58c2-deca7d8f {
  -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-_3bbbe27d-4ac9-78b1-aea1-c46375dc58c4-deca7d8f {
  -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-_3bbbe27d-4ac9-78b1-aea1-c46375dc58c5-deca7d8f {
  -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-_3bbbe27d-4ac9-78b1-aea1-c46375dc58c7-deca7d8f {
  -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-_3bbbe27d-4ac9-78b1-aea1-c46375dc58c8-deca7d8f {
  -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-_3bbbe27d-4ac9-78b1-aea1-c46375dc58ca-deca7d8f {
  -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-_3bbbe27d-4ac9-78b1-aea1-c46375dc58cb-deca7d8f {
  -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-_3bbbe27d-4ac9-78b1-aea1-c46375dc58cd-deca7d8f {
  -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-_3bbbe27d-4ac9-78b1-aea1-c46375dc58ce-deca7d8f {
  -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-_3bbbe27d-4ac9-78b1-aea1-c46375dc58d0-deca7d8f {
  -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-_3bbbe27d-4ac9-78b1-aea1-c46375dc58d1-deca7d8f {
  -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-_07db22ff-f813-4f98-f86f-69e45771e320-57ca7d97 {
  -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-_65d33ba5-f3b3-1a7a-0ea7-6435033fa5be-57ca7d97 {
  -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-ed1c8661-01e5-4558-0883-eff6add9ecb2-8eca7da0 {
  -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: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_218fc4c0-a63d-3fdc-37f6-c96ce054b5d8-daca7db7 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_218fc4c0-a63d-3fdc-37f6-c96ce054b5d9-daca7db7 {
  -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-node-_218fc4c0-a63d-3fdc-37f6-c96ce054b5e6-daca7db7 {
  -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;
}

#w-node-_218fc4c0-a63d-3fdc-37f6-c96ce054b6a7-daca7db7 {
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_92ff58ba-cf6d-6d8d-98e6-e19808812df9-8dca7dcb {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_92ff58ba-cf6d-6d8d-98e6-e19808812dfa-8dca7dcb {
  -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-node-_92ff58ba-cf6d-6d8d-98e6-e19808812e07-8dca7dcb {
  -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;
}

#w-node-_92ff58ba-cf6d-6d8d-98e6-e19808812ec8-8dca7dcb {
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-e20c3da6-4e94-059d-5351-fa618748f1d5-b6ca7dcc {
  -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-b6818ceb-18b8-7e6e-883f-7452acfdb101-b6ca7dcc {
  -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-b6818ceb-18b8-7e6e-883f-7452acfdb11c-b6ca7dcc {
  -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-b6818ceb-18b8-7e6e-883f-7452acfdb136-b6ca7dcc {
  -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-b6818ceb-18b8-7e6e-883f-7452acfdb150-b6ca7dcc {
  -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-b6818ceb-18b8-7e6e-883f-7452acfdb16d-b6ca7dcc {
  -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-b6818ceb-18b8-7e6e-883f-7452acfdb18a-b6ca7dcc {
  -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-f5dc3f1e-cf54-6237-5699-77aa5d60544e-373ffec2 {
  -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-f5dc3f1e-cf54-6237-5699-77aa5d60544f-373ffec2 {
  -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-f5dc3f1e-cf54-6237-5699-77aa5d605451-373ffec2 {
  -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-f5dc3f1e-cf54-6237-5699-77aa5d605452-373ffec2 {
  -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-f5dc3f1e-cf54-6237-5699-77aa5d605454-373ffec2 {
  -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-f5dc3f1e-cf54-6237-5699-77aa5d605455-373ffec2 {
  -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-f5dc3f1e-cf54-6237-5699-77aa5d605457-373ffec2 {
  -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-f5dc3f1e-cf54-6237-5699-77aa5d605458-373ffec2 {
  -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-f5dc3f1e-cf54-6237-5699-77aa5d60545a-373ffec2 {
  -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-f5dc3f1e-cf54-6237-5699-77aa5d60545b-373ffec2 {
  -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-f5dc3f1e-cf54-6237-5699-77aa5d60545d-373ffec2 {
  -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-f5dc3f1e-cf54-6237-5699-77aa5d60545e-373ffec2 {
  -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-f5dc3f1e-cf54-6237-5699-77aa5d605460-373ffec2 {
  -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-f5dc3f1e-cf54-6237-5699-77aa5d605461-373ffec2 {
  -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-f5dc3f1e-cf54-6237-5699-77aa5d605463-373ffec2 {
  -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-f5dc3f1e-cf54-6237-5699-77aa5d605464-373ffec2 {
  -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-d680d5eb-d582-b013-930e-f0f98eeae01a-b8049b85 {
  -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-d680d5eb-d582-b013-930e-f0f98eeae01b-b8049b85 {
  -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-d680d5eb-d582-b013-930e-f0f98eeae01d-b8049b85 {
  -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-d680d5eb-d582-b013-930e-f0f98eeae01e-b8049b85 {
  -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-d680d5eb-d582-b013-930e-f0f98eeae020-b8049b85 {
  -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-d680d5eb-d582-b013-930e-f0f98eeae021-b8049b85 {
  -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-d680d5eb-d582-b013-930e-f0f98eeae023-b8049b85 {
  -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-d680d5eb-d582-b013-930e-f0f98eeae024-b8049b85 {
  -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-d680d5eb-d582-b013-930e-f0f98eeae026-b8049b85 {
  -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-d680d5eb-d582-b013-930e-f0f98eeae027-b8049b85 {
  -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-d680d5eb-d582-b013-930e-f0f98eeae029-b8049b85 {
  -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-d680d5eb-d582-b013-930e-f0f98eeae02a-b8049b85 {
  -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-d680d5eb-d582-b013-930e-f0f98eeae02c-b8049b85 {
  -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-d680d5eb-d582-b013-930e-f0f98eeae02d-b8049b85 {
  -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-d680d5eb-d582-b013-930e-f0f98eeae02f-b8049b85 {
  -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-d680d5eb-d582-b013-930e-f0f98eeae030-b8049b85 {
  -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-_8ea65cb2-4dba-e97e-c939-e1605d714e99-59f42ab5 {
  -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-_8ea65cb2-4dba-e97e-c939-e1605d714e9a-59f42ab5 {
  -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-_8ea65cb2-4dba-e97e-c939-e1605d714e9c-59f42ab5 {
  -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-_8ea65cb2-4dba-e97e-c939-e1605d714e9d-59f42ab5 {
  -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-_8ea65cb2-4dba-e97e-c939-e1605d714e9f-59f42ab5 {
  -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-_8ea65cb2-4dba-e97e-c939-e1605d714ea0-59f42ab5 {
  -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-_8ea65cb2-4dba-e97e-c939-e1605d714ea2-59f42ab5 {
  -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-_8ea65cb2-4dba-e97e-c939-e1605d714ea3-59f42ab5 {
  -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-_8ea65cb2-4dba-e97e-c939-e1605d714ea5-59f42ab5 {
  -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-_8ea65cb2-4dba-e97e-c939-e1605d714ea6-59f42ab5 {
  -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-_8ea65cb2-4dba-e97e-c939-e1605d714ea8-59f42ab5 {
  -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-_8ea65cb2-4dba-e97e-c939-e1605d714ea9-59f42ab5 {
  -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-_8ea65cb2-4dba-e97e-c939-e1605d714eab-59f42ab5 {
  -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-_8ea65cb2-4dba-e97e-c939-e1605d714eac-59f42ab5 {
  -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-_8ea65cb2-4dba-e97e-c939-e1605d714eae-59f42ab5 {
  -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-_8ea65cb2-4dba-e97e-c939-e1605d714eaf-59f42ab5 {
  -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-_077d7fcd-0f90-5bb3-3601-01318c678558-778ec333 {
  -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-_077d7fcd-0f90-5bb3-3601-01318c678559-778ec333 {
  -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-_077d7fcd-0f90-5bb3-3601-01318c67855b-778ec333 {
  -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-_077d7fcd-0f90-5bb3-3601-01318c67855c-778ec333 {
  -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-_077d7fcd-0f90-5bb3-3601-01318c67855e-778ec333 {
  -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-_077d7fcd-0f90-5bb3-3601-01318c67855f-778ec333 {
  -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-_077d7fcd-0f90-5bb3-3601-01318c678561-778ec333 {
  -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-_077d7fcd-0f90-5bb3-3601-01318c678562-778ec333 {
  -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-_077d7fcd-0f90-5bb3-3601-01318c678564-778ec333 {
  -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-_077d7fcd-0f90-5bb3-3601-01318c678565-778ec333 {
  -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-_077d7fcd-0f90-5bb3-3601-01318c678567-778ec333 {
  -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-_077d7fcd-0f90-5bb3-3601-01318c678568-778ec333 {
  -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-_077d7fcd-0f90-5bb3-3601-01318c67856a-778ec333 {
  -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-_077d7fcd-0f90-5bb3-3601-01318c67856b-778ec333 {
  -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-_077d7fcd-0f90-5bb3-3601-01318c67856d-778ec333 {
  -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-_077d7fcd-0f90-5bb3-3601-01318c67856e-778ec333 {
  -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-bbfe418a-d6a3-e7e5-26d0-889b76cea300-32943df9 {
  -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-bbfe418a-d6a3-e7e5-26d0-889b76cea301-32943df9 {
  -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-bbfe418a-d6a3-e7e5-26d0-889b76cea303-32943df9 {
  -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-bbfe418a-d6a3-e7e5-26d0-889b76cea304-32943df9 {
  -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-bbfe418a-d6a3-e7e5-26d0-889b76cea306-32943df9 {
  -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-bbfe418a-d6a3-e7e5-26d0-889b76cea307-32943df9 {
  -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-bbfe418a-d6a3-e7e5-26d0-889b76cea309-32943df9 {
  -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-bbfe418a-d6a3-e7e5-26d0-889b76cea30a-32943df9 {
  -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-bbfe418a-d6a3-e7e5-26d0-889b76cea30c-32943df9 {
  -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-bbfe418a-d6a3-e7e5-26d0-889b76cea30d-32943df9 {
  -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-bbfe418a-d6a3-e7e5-26d0-889b76cea30f-32943df9 {
  -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-bbfe418a-d6a3-e7e5-26d0-889b76cea310-32943df9 {
  -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-bbfe418a-d6a3-e7e5-26d0-889b76cea312-32943df9 {
  -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-bbfe418a-d6a3-e7e5-26d0-889b76cea313-32943df9 {
  -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-bbfe418a-d6a3-e7e5-26d0-889b76cea315-32943df9 {
  -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-bbfe418a-d6a3-e7e5-26d0-889b76cea316-32943df9 {
  -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-_1da329f8-79a9-d714-bc85-11f536552949-b80d2816 {
  -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-_1da329f8-79a9-d714-bc85-11f53655294a-b80d2816 {
  -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-_1da329f8-79a9-d714-bc85-11f53655294c-b80d2816 {
  -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-_1da329f8-79a9-d714-bc85-11f53655294d-b80d2816 {
  -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-_1da329f8-79a9-d714-bc85-11f53655294f-b80d2816 {
  -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-_1da329f8-79a9-d714-bc85-11f536552950-b80d2816 {
  -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-_1da329f8-79a9-d714-bc85-11f536552952-b80d2816 {
  -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-_1da329f8-79a9-d714-bc85-11f536552953-b80d2816 {
  -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-_1da329f8-79a9-d714-bc85-11f536552955-b80d2816 {
  -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-_1da329f8-79a9-d714-bc85-11f536552956-b80d2816 {
  -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-_1da329f8-79a9-d714-bc85-11f536552958-b80d2816 {
  -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-_1da329f8-79a9-d714-bc85-11f536552959-b80d2816 {
  -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-_1da329f8-79a9-d714-bc85-11f53655295b-b80d2816 {
  -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-_1da329f8-79a9-d714-bc85-11f53655295c-b80d2816 {
  -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-_1da329f8-79a9-d714-bc85-11f53655295e-b80d2816 {
  -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-_1da329f8-79a9-d714-bc85-11f53655295f-b80d2816 {
  -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-db10e2d3-1eef-e882-0ce5-03448254b5f2-d7d802c3 {
  -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-db10e2d3-1eef-e882-0ce5-03448254b5f3-d7d802c3 {
  -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-db10e2d3-1eef-e882-0ce5-03448254b5f5-d7d802c3 {
  -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-db10e2d3-1eef-e882-0ce5-03448254b5f6-d7d802c3 {
  -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-db10e2d3-1eef-e882-0ce5-03448254b5f8-d7d802c3 {
  -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-db10e2d3-1eef-e882-0ce5-03448254b5f9-d7d802c3 {
  -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-db10e2d3-1eef-e882-0ce5-03448254b5fb-d7d802c3 {
  -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-db10e2d3-1eef-e882-0ce5-03448254b5fc-d7d802c3 {
  -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-db10e2d3-1eef-e882-0ce5-03448254b5fe-d7d802c3 {
  -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-db10e2d3-1eef-e882-0ce5-03448254b5ff-d7d802c3 {
  -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-db10e2d3-1eef-e882-0ce5-03448254b601-d7d802c3 {
  -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-db10e2d3-1eef-e882-0ce5-03448254b602-d7d802c3 {
  -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-db10e2d3-1eef-e882-0ce5-03448254b604-d7d802c3 {
  -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-db10e2d3-1eef-e882-0ce5-03448254b605-d7d802c3 {
  -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-db10e2d3-1eef-e882-0ce5-03448254b607-d7d802c3 {
  -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-db10e2d3-1eef-e882-0ce5-03448254b608-d7d802c3 {
  -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-c332e944-ba3d-6e3d-a377-214084b3d75b-b1c9cddf {
  -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-a6a2cbfe-d009-1b3c-1441-e68e64e7e1d7-b1c9cddf {
  -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-_02c4968d-f402-217b-9adc-a4ec69f1372c-b1c9cddf {
  -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-a6a2cbfe-d009-1b3c-1441-e68e64e7e1d9-b1c9cddf {
  -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-e89d5762-0cfa-bb91-c664-700db2a4fd75-b1c9cddf {
  -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-a6a2cbfe-d009-1b3c-1441-e68e64e7e1db-b1c9cddf {
  -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-_286b0659-9a60-acbc-ea7d-32bbfb61654b-b1c9cddf {
  -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-a6a2cbfe-d009-1b3c-1441-e68e64e7e1dd-b1c9cddf {
  -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-_1f2a3e9f-0de8-1425-6984-c02735d57180-b1c9cddf {
  -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-a6a2cbfe-d009-1b3c-1441-e68e64e7e1df-b1c9cddf {
  -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-e447567e-dfa0-7280-b28e-0993609cfd09-b1c9cddf {
  -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-a6a2cbfe-d009-1b3c-1441-e68e64e7e1e1-b1c9cddf {
  -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-c11fb86f-3728-864a-f68a-1b1fbff58dc6-b1c9cddf {
  -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-a6a2cbfe-d009-1b3c-1441-e68e64e7e1e3-b1c9cddf {
  -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-_0825c1b6-8897-88fb-6031-5f4d5253deaa-b1c9cddf {
  -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-a6a2cbfe-d009-1b3c-1441-e68e64e7e1e5-b1c9cddf {
  -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-d5094a9a-a0f6-7fcb-6580-b463d3c7f9ec-6de0b22e {
  -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-d5094a9a-a0f6-7fcb-6580-b463d3c7f9ed-6de0b22e {
  -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-d5094a9a-a0f6-7fcb-6580-b463d3c7f9ef-6de0b22e {
  -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-d5094a9a-a0f6-7fcb-6580-b463d3c7f9f0-6de0b22e {
  -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-d5094a9a-a0f6-7fcb-6580-b463d3c7f9f2-6de0b22e {
  -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-d5094a9a-a0f6-7fcb-6580-b463d3c7f9f3-6de0b22e {
  -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-d5094a9a-a0f6-7fcb-6580-b463d3c7f9f5-6de0b22e {
  -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-d5094a9a-a0f6-7fcb-6580-b463d3c7f9f6-6de0b22e {
  -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-d5094a9a-a0f6-7fcb-6580-b463d3c7f9f8-6de0b22e {
  -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-d5094a9a-a0f6-7fcb-6580-b463d3c7f9f9-6de0b22e {
  -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-d5094a9a-a0f6-7fcb-6580-b463d3c7f9fb-6de0b22e {
  -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-d5094a9a-a0f6-7fcb-6580-b463d3c7f9fc-6de0b22e {
  -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-d5094a9a-a0f6-7fcb-6580-b463d3c7f9fe-6de0b22e {
  -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-d5094a9a-a0f6-7fcb-6580-b463d3c7f9ff-6de0b22e {
  -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-d5094a9a-a0f6-7fcb-6580-b463d3c7fa01-6de0b22e {
  -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-d5094a9a-a0f6-7fcb-6580-b463d3c7fa02-6de0b22e {
  -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;
}

@media screen and (min-width: 1920px) {
  #w-node-_8a7a334b-78f6-ed5f-6d21-4bcfa1fda2ed-a1fda2e9 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8a7a334b-78f6-ed5f-6d21-4bcfa1fda2ed-a1fda2e9 {
    -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-ff25d9d2-cef9-d59b-d9f3-fdff7016d3b4-9aca7d8e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_218fc4c0-a63d-3fdc-37f6-c96ce054b5d8-daca7db7 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_218fc4c0-a63d-3fdc-37f6-c96ce054b5e6-daca7db7 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_218fc4c0-a63d-3fdc-37f6-c96ce054b6a7-daca7db7 {
    -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: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_92ff58ba-cf6d-6d8d-98e6-e19808812df9-8dca7dcb {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_92ff58ba-cf6d-6d8d-98e6-e19808812e07-8dca7dcb {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_92ff58ba-cf6d-6d8d-98e6-e19808812ec8-8dca7dcb {
    -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: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8a7a334b-78f6-ed5f-6d21-4bcfa1fda2ed-a1fda2e9 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8a7a334b-78f6-ed5f-6d21-4bcfa1fda2ed-a1fda2e9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

