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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus,
.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,
.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;
}

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus,
.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,
.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;
}

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus,
.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-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-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;
}

@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,
  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardexpirationdate,
  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardsecuritycode,
  .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;
  }
}

.shape-16 {
  position: relative;
  left: 50px;
  bottom: 200px;
}

.nav-text {
  margin-bottom: 5px;
  padding-top: 11px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #797979;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}

.nav-text:hover {
  color: #e9178c;
}

.nav-text.rfdxc:hover {
  color: #1ecbfd;
}

.nav-text.rtdfxf {
  color: #797979;
}

.nav-text.rtdfxf:hover {
  color: #fccc59;
}

.shape-4 {
  position: absolute;
  left: -300px;
  bottom: 200px;
  z-index: 1;
  display: inline-block;
  width: 800px;
  height: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(54%, #fff), to(#f7f7f7));
  background-image: linear-gradient(90deg, #fff 54%, #f7f7f7);
}

.shape-4.red-version {
  left: auto;
  top: 193px;
  right: -300px;
  bottom: auto;
  width: 1000px;
  height: 150px;
  border-radius: 100px 0px 0px 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, .1)), color-stop(42%, hsla(0, 0%, 97%, 0)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 97%, 0) 42%);
}

.align-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.align-right.make-flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-text {
  color: #919197;
  font-size: 15px;
  font-weight: 400;
}

.top-text.white-text {
  color: #fff;
}

.banner {
  position: relative;
  height: 100vh;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.banner.four {
  overflow: hidden;
  height: 110vh;
  background-image: url('../images/shape-20.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown-toggle {
  padding: 15px 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

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

.dropdown-toggle.white-version {
  color: #49412c;
}

.circle-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/right-arrow-7.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

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

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

.mouse-dots {
  width: 2px;
  height: 2px;
  margin-top: 6px;
  border-radius: 100%;
  background-color: #fc493e;
}

.dropdown-list.w--open {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  box-shadow: 5px 6px 20px 5px rgba(0, 0, 0, .02);
}

.button {
  display: inline-block;
  min-width: 160px;
  padding: 15px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #fc493e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #fd6960;
}

.button.with-arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  padding-right: 34px;
  padding-left: 34px;
  -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;
  background-color: #fff;
  color: #464646;
}

.button.with-arrow:hover {
  background-color: #e4e4e4;
  color: #fff;
}

.button.with-arrow.secondtype {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e9178c;
}

.container {
  display: block;
  max-width: 1200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.container.center {
  position: relative;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container.center.fourth-banner {
  top: 53%;
}

.container.absolute {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  z-index: 3;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}

.nav-menu.dark {
  font-family: 'Varela Round', sans-serif;
}

.top-wrapper {
  margin-top: -150px;
}

.logo-image {
  width: 200px;
  margin-right: 15px;
}

.white {
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 54px;
  letter-spacing: 0px;
}

.logo-image-red {
  position: absolute;
  width: 75px;
  opacity: 0;
}

.flex-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-line {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background-color: #fc493e;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

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

.social-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 5px;
}

.dropdown-link {
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #818187;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-link:hover {
  color: #272b3a;
}

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

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
}

.navigation.version-2 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #fff;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .2);
}

.nav-link {
  position: relative;
  padding: 15px 10px 15px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 30px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #272b3a;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: #fc493e;
}

.nav-link.white-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -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;
  color: #49412c;
}

.nav-link.no-padding {
  overflow: visible;
  padding: 0px;
}

.nav-link.no-padding:hover {
  color: #fc493e;
}

.paragraph-white {
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #fff;
  letter-spacing: 2px;
}

.mouse-scroll {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 30px;
  margin-left: 10px;
  -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;
  border: 1px solid #fc493e;
  border-radius: 12px;
}

.brand {
  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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section {
  display: none;
  height: auto;
}

.div-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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}

.text-block.erfdsfsced {
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #353535;
  font-size: 13px;
  letter-spacing: 3px;
}

.heading-a {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #4e4e4e;
}

.heading-a.hh1 {
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-top: 115px;
  -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;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -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;
  color: #7a7a7a;
}

.div-block-3 {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 28px;
}

.features-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 120px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-bottom: 12px;
  -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-image: url('../images/shape-6.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.features-wrapper {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.top-title-text {
  position: relative;
  width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #aeb6b8;
  font-size: 16px;
  font-weight: 500;
}

.top-title-text.no-rotate {
  display: inline-block;
  width: 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;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.top-title-text.no-rotate {
  display: inline-block;
  width: 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;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.top-title-text.no-rotate.gray {
  background-color: #f5f5f7;
}

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

.line-title.second {
  top: 50%;
  width: 100%;
  height: 1px;
}

.line-title.second {
  top: 50%;
  width: 100%;
  height: 1px;
}

.top-title {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 50%;
  margin-top: auto;
  margin-bottom: 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;
}

.top-title.horizontal {
  position: relative;
  display: block;
  width: 25%;
  height: auto;
  margin: 108px auto 0px;
  text-align: center;
}

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

.heading-2 {
  margin-bottom: 20px;
  color: #4e4e4e;
  font-size: 25px;
}

.paragraph-2 {
  width: 400px;
  float: right;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #7a7a7a;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-3 {
  width: 400px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #7a7a7a;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-4 {
  width: 400px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #7a7a7a;
  font-size: 20px;
  line-height: 32px;
  text-align: right;
}

.paragraph-5 {
  width: 400px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #7a7a7a;
  font-size: 20px;
  line-height: 32px;
}

.heading-3 {
  margin-bottom: 20px;
  float: right;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  color: #4e4e4e;
  font-size: 25px;
}

.heading-4 {
  margin-bottom: 20px;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  color: #4e4e4e;
  font-size: 25px;
}

.heading-5 {
  margin-bottom: 20px;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  color: #4e4e4e;
  font-size: 25px;
}

.team-wrapper {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.social-wrapper {
  position: relative;
  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;
}

.social-wrapper.in-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.work-text {
  color: #919197;
  font-size: 15px;
}

.section-2 {
  position: relative;
  padding: 150px 20px;
  background-color: #fff;
}

.section-2.gray {
  background-color: #f5f5f7;
}

.section-2.gray.top-shape {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url('../images/shape-15.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-2.gray.top-shape.white-below {
  background-image: url('../images/shape-25.png');
}

.section-2.gray.top-shape.white-below {
  background-image: url('../images/shape-25.png');
}

.link-block {
  width: 30px;
  height: 30px;
  background-image: url('../images/font-awesome_4-7-0_facebook_300_0_919197_none.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

.link-block.insta {
  background-image: url('../images/font-awesome_4-7-0_instagram_300_0_919197_none.png');
  background-size: 16px;
}

.social-text-2 {
  margin-bottom: 0px;
  line-height: 15px;
}

.line-social {
  width: 20px;
  height: 1px;
  margin-right: 5px;
  margin-left: 10px;
  background-color: #fc493e;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -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: #f8f8f8;
}

.heading-6 {
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  font-size: 30px;
  text-align: center;
}

.paragraph-7 {
  width: 600px;
  margin-bottom: 25px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 2px;
}

.row-8 {
  display: block;
  width: 70vw;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: auto;
  padding-bottom: 129px;
  -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: 20px;
  box-shadow: 0 0 19px 2px rgba(0, 0, 0, .15);
}

.image-17 {
  width: 320px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.paragraph-9 {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, .56);
  font-size: 10px;
  text-align: center;
  letter-spacing: 7px;
}

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

.div-block-15 {
  display: block;
  width: 80px;
  height: 3px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  background-image: linear-gradient(315deg, rgba(52, 152, 231, .87), #b2ece5);
}

.heading-8 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.paragraph-8 {
  margin-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.heading-10 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.image-18 {
  display: inline-block;
  margin-right: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-13 {
  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-8 {
  padding: 0px 26px 0px 0px;
}

.link {
  margin-bottom: 45px;
  padding: 13px 92px;
  border-radius: 3px;
  background-image: linear-gradient(315deg, rgba(52, 152, 231, .87), #b2ece5);
  font-family: 'Open Sans', sans-serif;
}

.text-span {
  font-size: 30px;
  font-weight: 200;
}

.div-block-16 {
  padding-right: 0px;
  padding-left: 22px;
}

.div-block-16.dfxgch {
  margin-left: -29px;
  padding-left: 23px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: auto;
  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: 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: transparent;
  box-shadow: 0 0 19px 2px rgba(0, 0, 0, .15);
}

.heading-9 {
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}

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

.paragraph-10 {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #4d4d4d;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 0px;
}

.container-4 {
  width: auto;
  max-width: 90%;
}

.heading-7 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  padding-top: 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;
}

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

.brand-2.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-link-3 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
}

.nav-link-3:hover {
  color: #e4e4e4;
}

.nav-link-3.w--current {
  color: #fff;
}

.nav-link-3.w--current:hover {
  color: #e4e4e4;
}

.nav-link-3.w--current:active {
  color: #fff;
}

.nav-link-3.w--current:focus {
  color: #fff;
}

.nav-link-3.w--current:visited {
  color: #fff;
}

.heading-11 {
  margin-bottom: 44px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -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;
  background-image: linear-gradient(315deg, rgba(52, 152, 231, .98), rgba(178, 236, 229, .53)), url('../images/adventure-beach-beautiful-681793.jpg');
  background-position: 0px 0px, 50% 44%;
  background-size: auto, cover;
  box-shadow: 120px 10px 0 18px #abebff;
}

.navbar-2 {
  width: 100%;
  background-color: transparent;
}

.navbar-2.transparentnavbar {
  background-color: transparent;
}

.paragraph-11 {
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.heading-21 {
  color: #fff;
  font-size: 32px;
  font-weight: 100;
  letter-spacing: 1px;
}

.nav-menu-2 {
  padding-top: 9px;
}

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

.heading-22 {
  font-family: 'Open Sans', sans-serif;
  color: #858585;
  font-size: 22px;
  font-weight: 300;
}

.text-span-2 {
  font-family: 'Open Sans', sans-serif;
  color: hsla(339.47368421052636, 24.10%, 46.74%, 1.00);
  font-weight: 400;
}

.bold-text {
  font-family: 'Open Sans', sans-serif;
  color: #585858;
  font-weight: 800;
}

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

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 60vh;
  max-width: 1000px;
  margin-top: -34px;
  padding-top: 0px;
  padding-bottom: 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;
  font-family: 'Open Sans', sans-serif;
}

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

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

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 60vh;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 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;
  font-family: 'Open Sans', sans-serif;
}

.column-15 {
  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-18 {
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  text-align: right;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 60vh;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 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;
  font-family: 'Open Sans', sans-serif;
}

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

.column-17 {
  top: -30px;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 60vh;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 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;
  font-family: 'Open Sans', sans-serif;
}

.column-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-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;
  text-align: right;
}

.paragraph-13 {
  width: 700px;
  margin-bottom: -20px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #8f8f8f;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0px;
}

.text-span-3 {
  color: #5c5c5c;
  font-weight: 400;
}

.div-block-19 {
  float: right;
}

.bold-text-2 {
  color: #c7d8e4;
}

.bold-text-3 {
  color: #cbdbe6;
}

.bold-text-4 {
  color: #fff;
}

.bold-text-5 {
  color: #4e4e4e;
}

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

.bold-text-6 {
  color: #7c7c7c;
}

.bold-text-7 {
  color: #6e6e6e;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 43px;
  padding-bottom: 43px;
  -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;
}

.faq-plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  -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;
}

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

.pricing-h1.faq-h2 {
  margin-bottom: 50px;
}

.pricing-h1.faq-h2 {
  margin-bottom: 50px;
  color: #515c67;
  font-size: 42px;
}

.faq-plus-l {
  position: absolute;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  background-color: #2aa8ff;
}

.faq-plus {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: #2aa8ff;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

.container-9 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}

.container-9.faq-container {
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, .5);
  box-shadow: 0 0 50px 0 rgba(45, 62, 80, .06);
}

.container-9.faq-container {
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
  border-style: none;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .07);
  border-radius: 5px;
  background-color: transparent;
  box-shadow: none;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  color: #515c67;
}

.link-2 {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: 16px;
}

.faq-answer {
  overflow: hidden;
  padding-left: 45px;
  border-bottom: 1px solid rgba(45, 62, 80, .12);
}

.faq-answer.last-faq-answer {
  border-bottom-width: 0px;
}

.mobile {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: rotateX(33deg) rotateY(13deg) rotateZ(-37deg);
  transform: rotateX(33deg) rotateY(13deg) rotateZ(-37deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-top {
  position: absolute;
  left: 0px;
  top: -1px;
  right: 0px;
  display: block;
  width: 50px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px 0px 8px 8px;
  background-color: #f5f6f9;
}

.phone-shape {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 92px;
  height: 188px;
  border-radius: 10px;
  background-color: #f5f6f9;
  -webkit-transform: translate(0px, 0px) scale(0.97);
  -ms-transform: translate(0px, 0px) scale(0.97);
  transform: translate(0px, 0px) scale(0.97);
}

.phone-shape._12 {
  background-color: #f3f3f3;
  -webkit-transform: translate3d(0px, 0px, -5px);
  transform: translate3d(0px, 0px, -5px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-shape._14 {
  background-color: #f5f5f5;
  -webkit-transform: translate3d(0px, 0px, -7px) scale(0.99);
  transform: translate3d(0px, 0px, -7px) scale(0.99);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-shape._3 {
  background-color: #f4f4f4;
  -webkit-transform: translate3d(0px, 0px, -1px) scale(0.99);
  transform: translate3d(0px, 0px, -1px) scale(0.99);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-shape._15 {
  -webkit-transform: translate3d(0px, 0px, -8px) scale(0.98);
  transform: translate3d(0px, 0px, -8px) scale(0.98);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-shape._2 {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.phone-shape._10 {
  background-color: #f1f1f1;
  -webkit-transform: translate3d(0px, 0px, -4px);
  transform: translate3d(0px, 0px, -4px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-shape._7 {
  background-color: #f0f0f0;
  -webkit-transform: translate3d(0px, 0px, -3px);
  transform: translate3d(0px, 0px, -3px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-shape._13 {
  background-color: #f4f4f4;
  -webkit-transform: translate3d(0px, 0px, -6px);
  transform: translate3d(0px, 0px, -6px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-shape._9 {
  background-color: #f0f0f0;
  -webkit-transform: translate3d(0px, 0px, -4px);
  transform: translate3d(0px, 0px, -4px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-shape.shadow {
  z-index: 0;
  display: none;
  background-color: #000;
  opacity: 0.35;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  -webkit-transform: translate3d(0px, 0px, -8px);
  transform: translate3d(0px, 0px, -8px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-shape._4 {
  background-color: #f3f3f3;
  -webkit-transform: translate3d(0px, 0px, -1px);
  transform: translate3d(0px, 0px, -1px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-shape._8 {
  background-color: #dbdbdb;
  -webkit-transform: translate3d(0px, 0px, -3px);
  transform: translate3d(0px, 0px, -3px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-shape._6 {
  background-color: #f1f1f1;
  -webkit-transform: translate3d(0px, 0px, -2px);
  transform: translate3d(0px, 0px, -2px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-shape._5 {
  background-color: #f2f2f2;
  -webkit-transform: translate3d(0px, 0px, -2px);
  transform: translate3d(0px, 0px, -2px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-shape._16 {
  -webkit-transform: translate3d(0px, 0px, -8px) scale(0.97);
  transform: translate3d(0px, 0px, -8px) scale(0.97);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-shape._11 {
  background-color: #f2f2f2;
  -webkit-transform: translate3d(0px, 0px, -5px);
  transform: translate3d(0px, 0px, -5px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.mobile-screen-shape {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 85px;
  height: 178px;
  border-radius: 10px;
  background-image: url('../images/IMG_8063.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.mobile-phone {
  position: relative;
  z-index: 1;
  display: block;
  width: 92px;
  height: 188px;
  -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-perspective: 1400px;
  perspective: 1400px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}

.mobile-phone-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(180deg, transparent, #000);
  opacity: 0.4;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  -webkit-transform: rotateX(-45deg) rotateY(10deg) rotateZ(-45deg) translate(-50px, 40px);
  transform: rotateX(-45deg) rotateY(10deg) rotateZ(-45deg) translate(-50px, 40px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.mobile-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92px;
  height: 188px;
  -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;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.play-button {
  position: absolute;
  top: 20px;
  z-index: 10;
  padding: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

.text-block-2 {
  color: #3a3a3a;
}

.background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: radial-gradient(circle farthest-corner at 56% 69%, #ff9068, #fd746c);
}

.background._7 {
  background-color: #d7d7d7;
  background-image: linear-gradient(135deg, #4acad2, #2a5298);
}

.heading-23 {
  position: absolute;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: rgba(51, 51, 51, .1);
  font-size: 250px;
  font-weight: 800;
  text-align: center;
}

.mobile-screen-shape-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 85px;
  height: 178px;
  border-radius: 10px;
  background-image: url('../images/IMG_8063.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

._3d-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 80vh;
  -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;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 127px;
  padding-bottom: 127px;
  -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;
  background-color: #fff;
}

.heading-24 {
  display: block;
}

.heading-24.hh1 {
  margin-bottom: 20px;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  color: #4e4e4e;
  text-align: center;
}

.image-20 {
  width: 150px;
  padding-top: 8px;
}

.div-block-20 {
  width: 900px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin-bottom: 45px;
  -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-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 400px;
  -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-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .14);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
}

.column-19 {
  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-23 {
  width: 300px;
  height: 200px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .14);
  background-color: #fff;
}

.heading-25 {
  font-family: 'Open Sans', sans-serif;
  color: #4e4e4e;
  font-size: 22px;
  font-weight: 700;
}

.div-block-24 {
  width: 100%;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .14);
}

.heading25 {
  font-family: 'Open Sans', sans-serif;
  color: #4e4e4e;
  font-size: 35px;
  font-weight: 700;
}

.text-span-4 {
  font-weight: 300;
}

.pricing-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 500px;
  padding: 30px 35px 25px;
  -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-radius: 5px;
  background-color: #f1f9ff;
}

.pricing-column.full-width {
  width: 80%;
  min-height: 450px;
  padding: 0px 0px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .14);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, .04);
  font-family: 'Open Sans', sans-serif;
  color: #4e4e4e;
}

.pricing-column.full-width.wt4efsdvzcx {
  background-color: #21d2ed;
  color: #fff;
}

.pricing-column.full-width.efvdsc {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .14);
  background-color: #21d2ed;
  color: #fff;
}

.price-name {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  font-size: 72px;
  line-height: 130%;
  font-weight: 700;
}

.pricing-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
}

.pricing-features-list {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 0px;
}

._wf-outline-button {
  padding: 17px 48px;
  border: 2px solid #2699fb;
  border-radius: 4px;
  background-color: transparent;
  color: #2699fb;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

._wf-outline-button:hover {
  background-color: #2699fb;
  color: #fff;
}

._wf-outline-button:active {
  border-color: #007feb;
  background-color: #007feb;
  color: #fff;
}

._wf-outline-button.white-outline {
  border-color: #727272;
  background-color: #fff;
  color: #2e2e2e;
}

._wf-outline-button.white-outline.rfeds {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  padding-top: 30px;
  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: 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-span-5 {
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  font-weight: 400;
  letter-spacing: -3px;
}

.heading-26 {
  margin-bottom: 0px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #21d2ed;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 9px;
}

.heading-26.refdsvx {
  color: #fff;
}

.heading-26.rtdvc {
  color: #fff;
}

.columns-6 {
  width: 500px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .14);
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
}

.columns-6.evfdsc {
  border-color: hsla(0, 0%, 100%, .46);
}

.heading-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 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-size: 16px;
  font-weight: 800;
}

.heading-28 {
  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: 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: 16px;
  font-weight: 800;
}

.paragraph-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px auto 14px;
  -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: 12px;
  letter-spacing: 6px;
}

.button-2 {
  width: auto;
  padding: 11px 47px;
  border: 0.5px solid #21d2ed;
  border-radius: 30px;
  background-color: #fff;
  color: #21d2ed;
}

.button-2.tgfdv {
  border-color: #fff;
  background-color: #21d2ed;
  color: #fff;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -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: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .14);
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -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: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .14);
}

.button-3 {
  padding: 11px 47px;
  border-radius: 30px;
  background-color: #21d2ed;
}

.button-3.trgfd {
  background-color: #fff;
  color: #21d2ed;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  border-radius: 20px 20px 0px 0px;
  background-color: #f4f4f4;
}

.div-block-27 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .36) hsla(0, 0%, 100%, .7) hsla(0, 0%, 100%, .46);
  border-radius: 20px 20px 0px 0px;
  background-color: #1cbdd6;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: auto;
  padding-top: 40px;
  padding-bottom: 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-8.diff {
  margin-top: -28px;
  margin-bottom: 0px;
  padding-top: 81px;
  padding-bottom: 25px;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
}

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

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 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: 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;
}

.columns-8 {
  width: 90%;
  max-width: 1000px;
}

.div-block-10 {
  position: relative;
  top: -136px;
  width: 90%;
  height: 200px;
  max-width: 1000px;
  margin-bottom: -30px;
  padding: 0px 44px;
  border-radius: 4px;
  background-color: #515c67;
}

.heading-29 {
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: 20px;
}

.paragraph-15 {
  padding-right: 0px;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
}

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

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 108px;
  padding-bottom: 149px;
  -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;
}

.italic-text-4 {
  font-style: normal;
}

.button-4 {
  width: 200px;
  padding: 19px 33px;
  border-radius: 4px;
  background-color: #fff;
  color: #515c67;
  font-size: 18px;
  text-align: center;
}

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

.paragraph-16 {
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #787878;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding-right: 50px;
  padding-left: 50px;
  -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-29 {
  padding-top: 25px;
  padding-bottom: 71px;
}

.div-block-29.t4ersdfs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding-top: 0px;
  padding-right: 23px;
  padding-left: 23px;
  -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-30 {
  color: #fff;
  font-size: 28px;
  line-height: 35px;
}

.heading-31 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  color: #515c67;
  font-size: 42px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
}

.image-21 {
  border-radius: 100%;
}

.paragraph-17 {
  color: #707070;
  font-size: 18px;
  line-height: 26px;
}

.italic-text-15 {
  background-color: #fff6e3;
  color: #2c2c2c;
  font-style: normal;
}

.columns-9 {
  width: 90%;
  max-width: 1100px;
  padding-top: 0px;
  padding-bottom: 50px;
}

.paragraph-18 {
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  font-size: 18px;
}

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

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 72px;
  padding-bottom: 41px;
  -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;
  background-color: #f8f8f8;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
}

.div-block-30 {
  width: 100%;
  margin-top: 1px;
  margin-bottom: 19px;
  padding: 60px 43px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, .04);
}

.italic-text-7 {
  font-style: normal;
  text-decoration: none;
}

.heading-32 {
  display: inline-block;
  padding-top: 7px;
  padding-left: 15px;
  font-size: 18px;
}

.heading-33 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  font-size: 42px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
}

.text-span-6 {
  color: #707070;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -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;
}

.footer-column.seo-info {
  width: 33%;
  margin-right: 0px;
  padding: 15px 28px 0px;
  background-color: transparent;
}

.footer-column.email-culumn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-22 {
  width: 35px;
  margin-right: 14px;
}

.footer-link-2 {
  display: block;
  margin-top: 10px;
  margin-right: 5px;
  padding-bottom: 0px;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 160%;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #308ce4;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
}

.footer-container.footer-container-3 {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span-8 {
  font-weight: 500;
}

.heading {
  display: block;
  margin-top: 11px;
  -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;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5px;
}

.heading.tyfgcv {
  display: inline-block;
  color: #fff;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 60px;
  padding-bottom: 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: #fff;
  background-image: none;
  background-position: 0px 0px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .04);
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
}

.features-text {
  margin-top: 0px;
  margin-bottom: 14px;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 160%;
  font-weight: 300;
  text-align: center;
}

.text-span-7 {
  color: #4e4e4e;
  font-weight: 500;
  text-decoration: underline;
}

.footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-links-wrapper.on-footer-3 {
  width: 500px;
  min-width: 40%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  color: #4e4e4e;
  text-align: left;
}

.image-23 {
  position: relative;
  left: -5px;
  margin-bottom: 10px;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: auto;
  padding: 7px 3px;
  -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;
  border-radius: 5px;
  background-color: #3c68e3;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, .06);
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: -32px;
  margin-bottom: -37px;
  padding-left: 34px;
  -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-32.tyrdgfc {
  margin-bottom: 0px;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 575px;
  -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;
}

.div-block-33 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid rgba(0, 0, 0, .12);
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 90px;
  -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;
  background-color: #f8f8f8;
}

.heading-34 {
  margin-bottom: 0px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: hsla(0, 0%, 44%, .96);
  font-size: 16px;
  letter-spacing: 0.5px;
}

.heading-34.rtdfd {
  margin-top: 0px;
  padding: 8px 13px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: hsla(0, 0%, 100%, .96);
  line-height: 22px;
  font-weight: 400;
}

.image-13 {
  width: 18px;
  margin-bottom: -11px;
  margin-left: 0px;
  padding: 4px;
  border-radius: 30px;
  background-color: #3c68e3;
}

.image-16 {
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 7px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-24 {
  position: relative;
  left: -606px;
  top: -71px;
}

.heading-13 {
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: hsla(0, 0%, 44%, .9);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.columns-10 {
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;
  margin-bottom: 30px;
  -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;
}

.columns-10._222 {
  margin-top: -81px;
}

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 10px;
  padding-left: 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;
  background-color: transparent;
}

.image-25 {
  position: relative;
  left: 586px;
  top: -274px;
  margin-bottom: -154px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 135px;
  margin-bottom: 19px;
  padding-top: 0px;
  padding-bottom: 9px;
  -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-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
}

.div-block-34.rtgfdx {
  height: 100%;
  border-radius: 5px;
}

.text-span-9 {
  padding-right: 6px;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  color: #000;
  font-size: 30px;
}

.heading-35 {
  display: inline-block;
  padding-top: 0px;
  padding-left: 14px;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  font-size: 18px;
}

.heading-35.rtedfs {
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: hsla(0, 0%, 44%, .9);
  font-weight: 400;
}

.heading-35.fdg {
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: hsla(0, 0%, 44%, .9);
  font-weight: 500;
}

.heading-35.rtdfgrgg {
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: hsla(0, 0%, 44%, .9);
  font-weight: 400;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -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;
}

.div-block-36 {
  width: 400px;
  height: 650px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 7px;
  border-radius: 5px;
  background-color: #fff;
}

.div-block-36.rtdf {
  height: 575px;
}

.text-span-10 {
  position: relative;
  top: -6px;
  padding-right: 5px;
}

.button-5 {
  width: 80%;
  padding: 17px 0px;
  border-radius: 30px;
  background-color: #1fd659;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.3px;
}

.image-14 {
  padding-top: 15px;
  padding-left: 11px;
}

.div-block-37 {
  padding-top: 80px;
  padding-bottom: 71px;
}

.div-block-37.notttt {
  display: inline-block;
}

.image-15 {
  display: block;
  margin-right: 12px;
  padding-top: 11px;
  padding-right: 0px;
}

.text-span-11 {
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: hsla(0, 0%, 44%, .9);
  font-weight: 400;
}

.heading-14 {
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: hsla(0, 0%, 44%, .9);
  font-size: 17px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.heading-36 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  font-size: 42px;
  font-weight: 900;
  text-align: center;
}

.heading-36.efsdfce {
  color: #333;
}

.heading-12 {
  display: inline-block;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  font-size: 35px;
}

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

.textarea {
  min-height: 150px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.submit-button-3 {
  width: 100%;
  padding: 15px 1px;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3b69e3), to(#3b69e3));
  background-image: linear-gradient(180deg, #3b69e3, #3b69e3);
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.form-block-3 {
  width: 500px;
  margin-top: 34px;
}

.form-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-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-field-4 {
  margin-bottom: 20px;
  border-radius: 5px;
}

.heading-37 {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  text-align: center;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: auto;
  margin-top: 55px;
  padding-top: 25px;
  padding-bottom: 25px;
  -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: 5px;
  background-color: hsla(0, 0%, 100%, .92);
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, .04);
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
}

.paragraph-19 {
  width: 500px;
  margin-bottom: 0px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.section-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 15px;
  padding-bottom: 129px;
  -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: #f8f8f8;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -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;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
}

.tab-link-tab-1 {
  width: 140px;
  height: 45px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 13px 37px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 89%, .65);
  text-align: center;
}

.tab-link-tab-1.w--current {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #3b69e3;
  color: #fff;
}

.tab-link-tab-2 {
  width: 140px;
  height: 45px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 89%, .65);
  text-align: center;
}

.tab-link-tab-2.w--current {
  width: 140px;
  margin-right: 5px;
  padding: 13px 26px;
  background-color: #3b69e3;
  color: #fff;
  text-align: center;
}

.tab-link-tab-3 {
  width: 140px;
  height: 45px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 13px 37px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 89%, .65);
  text-align: center;
}

.tab-link-tab-3.w--current {
  width: 140px;
  height: 45px;
  padding: 13px 37px;
  border-radius: 5px;
  background-color: #3b69e3;
  color: #fff;
  text-align: center;
}

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

.image-26 {
  position: relative;
  left: 63px;
  top: -43px;
  width: 200px;
  min-width: 80px;
}

.text-span-12 {
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  color: #3a3a3a;
  font-size: 22px;
  text-decoration: underline;
}

.heading-38 {
  padding-top: 6px;
  padding-right: 14px;
  font-size: 22px;
}

.link-block-2 {
  width: auto;
}

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

.section-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 132px;
  padding-bottom: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textarea-3 {
  height: auto;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
}

.image-42 {
  position: relative;
  left: 5px;
  top: 5px;
  opacity: 0.19;
}

.image-42._4refds {
  top: -1px;
}

.text-field-9 {
  height: 50px;
  margin-bottom: 50px;
  border-radius: 5px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #515c67;
}

.creative-target-3 {
  display: inline-block;
  width: 45%;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
}

.creative-target-3.ntgrfetr {
  width: 100%;
  height: 50px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 0px 0px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .2);
  color: #515c67;
}

.creative-target-3.ntgrfetr.rtfgd {
  margin-bottom: 50px;
}

.bold-text-24 {
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
}

.div-block-63 {
  width: 700px;
}

.paragraph-30 {
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.checkbox-field-5 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #515c67;
  text-align: left;
}

.checkbox-label-3 {
  font-size: 14px;
}

.div-block-58 {
  width: 80%;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-40 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  color: #515c67;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-40.rfsdfhdf {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
  letter-spacing: 1px;
}

.text-field-10 {
  height: 50px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #515c67;
}

.checkbox-label-2 {
  color: #4d4d4d;
  font-size: 16px;
}

.submit-button-5 {
  display: block;
  width: 100%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 53px;
  border-radius: 5px;
  background-color: #e9178c;
  background-image: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.checkbox {
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-57 {
  position: static;
  top: -129px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 42px;
  padding-bottom: 42px;
  -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-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: none;
}

.bold-text-9 {
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  color: #515c67;
  font-size: 14px;
}

.bold-text-23 {
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
}

.select-field {
  height: 50px;
  margin-bottom: 40px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #515c67;
}

.success-message-3 {
  background-color: transparent;
}

.checkbox-field-3 {
  font-family: 'Open Sans', sans-serif;
}

.heading-42 {
  display: block;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  color: #3d3d3d;
  text-align: center;
}

.heading-41 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  color: #505050;
  font-size: 22px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-25 {
  margin-bottom: 10px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #515c67;
  font-size: 14px;
  letter-spacing: 0px;
}

.paragraph-25.rewdderwdq {
  margin-top: 1px;
  margin-bottom: 40px;
  padding-top: 0px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #515c67;
}

.paragraph-25._6ytrfgd {
  margin-bottom: 10px;
  color: #515c67;
}

.paragraph-25._6ytrfgd.tdfgedxgfedf {
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
}

.paragraph-25.erfds {
  margin-bottom: 20px;
  text-align: center;
}

.form-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 800px;
  -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;
}

.paragraph-26 {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: rgba(81, 92, 103, .59);
  font-size: 12px;
}

.form-5 {
  width: 650px;
  color: #802f2f;
}

.textarea-4 {
  margin-bottom: 30px;
  border-radius: 5px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
}

.textarea-4.trgfd {
  margin-bottom: 30px;
}

.radio-button-field {
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #515c67;
}

.radio-button-label {
  color: #515c67;
}

.radio-button-label-2 {
  color: #515c67;
}

.radio-button-field-2 {
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #515c67;
}

.radio-button-field-3 {
  margin-bottom: 39px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #515c67;
}

.image-43 {
  display: block;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;
}

.button-8 {
  margin-bottom: 25px;
  padding: 15px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .16);
  border-radius: 5px;
  background-color: #f9f9f9;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #9f9f9f;
  font-size: 15px;
}

.form-8 {
  width: 600px;
}

.heading-43 {
  margin-bottom: -12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
}

.heading-43.rfsdfhdf {
  margin-top: 0px;
  margin-bottom: 33px;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  color: #515c67;
  font-size: 38px;
  text-align: center;
  letter-spacing: 0px;
}

.paragraph-28 {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #b6b6b6;
  font-size: 14px;
  letter-spacing: 0px;
}

.paragraph-28.rewdderwdq {
  margin-top: 1px;
  margin-bottom: 29px;
  padding-top: 12px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #515c67;
  font-size: 16px;
  line-height: 23px;
}

.bold-text-26 {
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  font-weight: 400;
}

.div-block-61 {
  position: static;
  top: -129px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 42px;
  padding-bottom: 25px;
  -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-style: none;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .14);
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: none;
}

.section-24 {
  padding-top: 121px;
  padding-bottom: 52px;
}

.bold-text-18 {
  color: #515c67;
  font-size: 30px;
}

.bold-text-19 {
  color: #515c67;
}

.section-18 {
  padding-top: 101px;
  padding-bottom: 60px;
  background-color: #fafafa;
}

.faq-question-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  line-height: 24px;
  font-weight: 800;
  cursor: pointer;
}

.faq-plus-l-2 {
  position: absolute;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  background-color: #fd545b;
}

.bold-text-21 {
  color: #515c67;
}

.faq-answer-text-2 {
  margin-bottom: 30px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: rgba(81, 92, 103, .73);
  font-size: 22px;
  line-height: 28px;
}

.faq-answer-2 {
  overflow: hidden;
  padding-left: 45px;
  border-bottom: 1px solid rgba(45, 62, 80, .12);
  font-size: 19px;
}

.faq-q-text-2 {
  color: #464646;
}

.faq-plus---2 {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: #fd545b;
}

.form-9 {
  margin-bottom: 30px;
}

.section-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 92px;
  padding-bottom: 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;
  background-color: #fafafa;
}

.form-block-5 {
  width: 500px;
}

.text-field-3 {
  height: 60px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .18);
  border-radius: 5px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #515c67;
}

.div-block-56 {
  width: 500px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 900px;
  margin-top: 50px;
  padding-top: 4px;
  padding-bottom: 30px;
  -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-style: none;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .14);
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: none;
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
}

.paragraph-24 {
  margin-top: 5px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #515c67;
  font-size: 16px;
  text-align: center;
}

.submit-button-2 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: #e9178c;
  font-size: 14px;
  letter-spacing: 3px;
}

.textarea-2 {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .18);
  border-radius: 5px;
  font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
  color: #515c67;
}

.heading-39 {
  margin-bottom: 0px;
  color: #515c67;
  font-size: 40px;
  text-align: center;
}

.heading-44 {
  font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  font-size: 20px;
}

.text-span-13 {
  color: #5587ec;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .icon-2 {
    display: none;
  }
  .imac-image {
    display: block;
    width: 50%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .banner {
    height: 1000px;
  }
  .banner.four {
    background-position: 0% 101%;
    background-size: contain;
  }
  .container.absolute {
    bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-menu {
    background-color: #fff;
  }
  .nav-menu.dark {
    background-color: #272b3a;
  }
  .top-wrapper {
    margin-top: 0px;
    text-align: center;
  }
  .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-row.make-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row.make-vertical.reverse-first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .icon {
    margin-right: 30px;
  }
  .navigation {
    position: absolute;
    height: 80px;
  }
  .nav-link {
    display: block;
    padding-right: 20px;
    float: none;
    text-align: left;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-button.w--open {
    background-color: transparent;
    opacity: 0.5;
  }
  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .features-wrapper {
    margin-bottom: 50px;
  }
  .top-title.horizontal {
    width: 40%;
  }
  .team-wrapper {
    margin-bottom: 50px;
  }
  .pricing-column {
    width: 40%;
  }
  .pricing-features-list {
    font-size: 14px;
  }
  .footer-column {
    width: 20%;
  }
  .footer-link-2 {
    font-size: 14px;
  }
  .brand-3 {
    padding-left: 18px;
  }
  .features-text {
    max-width: 500px;
    font-size: 14px;
  }
  .footer-links-wrapper.on-footer-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .banner {
    height: 950px;
  }
  .banner.four {
    height: 800px;
  }
  .top-title.horizontal {
    width: 60%;
  }
  .social-wrapper {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-2.gray.top-shape.white-below {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .section-2.gray.top-shape.white-below {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pricing-h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .pricing-column {
    width: 80%;
    margin-bottom: 105px;
  }
  .pricing-column.full-width {
    width: 100%;
  }
  .pricing-grid {
    width: 100%;
  }
  .footer-column {
    width: 80%;
    margin-bottom: 60px;
  }
  .footer-container {
    -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;
  }
  .footer-container.footer-container-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-links-wrapper {
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .nav-text {
    font-family: Varela, sans-serif;
    color: #fff;
    letter-spacing: 5px;
  }
  .imac-image {
    width: 100%;
  }
  .banner {
    height: 850px;
  }
  .banner.four {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #c6dcee;
    background-image: url('../images/shape-20.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .dropdown-toggle.white-version {
    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;
  }
  .top-margin.more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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: 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;
  }
  .button.with-arrow {
    width: auto;
    padding: 20px 42px;
    background-color: #fff;
  }
  .button.with-arrow:hover {
    background-color: #fccc59;
  }
  .button.with-arrow.secondtype {
    background-color: #515c67;
  }
  .container.flex {
    padding-top: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .container.center.fourth-banner {
    margin-top: 0px;
  }
  .nav-menu.dark {
    background-color: #515c67;
    color: #fff;
  }
  .logo-image {
    width: 180px;
    margin-right: 10px;
  }
  .white {
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
  }
  .flex-row.make-vertical.reverse-first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .icon {
    color: #fff;
  }
  .navigation {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .navigation.version-2 {
    position: static;
    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;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
  }
  .nav-link.white-nav {
    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;
    background-color: transparent;
  }
  .menu-button {
    color: rgba(182, 28, 28, .85);
  }
  .paragraph-white {
    color: #fff;
  }
  .brand {
    left: 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section {
    display: block;
    height: auto;
  }
  .image {
    color: #b6a5a5;
  }
  .text-block {
    font-family: Varela, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .heading-a {
    font-family: 'Open Sans', sans-serif;
    color: #93abbf;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 10px;
  }
  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    -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;
  }
  .paragraph {
    font-family: Varela, sans-serif;
    color: #99a5b0;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
  }
  .div-block-3 {
    margin-bottom: -31px;
    padding: 32px 15px;
  }
  .column {
    margin-top: 0px;
  }
  .margin-page {
    margin-top: 100px;
  }
  .top-title-text.no-rotate {
    font-family: Varela, sans-serif;
    color: #aabecf;
    font-size: 12px;
    letter-spacing: 4px;
  }
  .line-title.second {
    background-color: #aabecf;
  }
  .top-title {
    height: 80%;
  }
  .top-title.horizontal {
    width: 100%;
  }
  .heading-2 {
    font-family: 'Open Sans', sans-serif;
    color: #515c67;
    font-size: 22px;
    font-weight: 600;
  }
  .paragraph-2 {
    width: auto;
    font-family: Varela, sans-serif;
    color: #64727e;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .paragraph-3 {
    width: auto;
    font-family: Varela, sans-serif;
    color: #64727e;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .paragraph-4 {
    width: auto;
    font-family: Varela, sans-serif;
    color: #64727e;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .paragraph-5 {
    width: auto;
    font-family: Varela, sans-serif;
    color: #64727e;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .heading-3 {
    font-family: 'Open Sans', sans-serif;
    color: #515c67;
    font-weight: 600;
  }
  .heading-4 {
    font-family: 'Open Sans', sans-serif;
    color: #515c67;
    font-weight: 600;
  }
  .heading-5 {
    font-family: 'Open Sans', sans-serif;
    color: #515c67;
    font-weight: 600;
  }
  .image-2 {
    margin-bottom: 25px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .image-3 {
    margin-bottom: 24px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .image-4 {
    margin-bottom: 11px;
    padding-right: 52px;
    padding-left: 52px;
  }
  .column-2 {
    margin-bottom: 29px;
  }
  .column-3 {
    position: static;
    margin-bottom: 20px;
  }
  .image-5 {
    margin-bottom: 15px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .column-4 {
    margin-bottom: 20px;
  }
  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-2.gray.top-shape.white-below {
    background-image: url('../images/shape-25.png');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section-2.gray.top-shape.white-below {
    position: relative;
    margin-top: 39px;
    padding-top: 152px;
    background-color: #d2d2d6;
    background-image: url('../images/shape-25.png');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    -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;
    background-image: url('../images/tresdfsd.png');
    background-position: 50% 0px;
    background-size: cover;
  }
  .heading-6 {
    margin-bottom: 17px;
    font-family: 'Open Sans', sans-serif;
    color: #515c67;
    font-size: 35px;
    line-height: 39px;
    letter-spacing: 0px;
  }
  .div-block-4 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .paragraph-6 {
    font-family: Varela, sans-serif;
    letter-spacing: 2px;
  }
  .column-5 {
    margin-bottom: 50px;
  }
  .paragraph-7 {
    width: auto;
    margin-bottom: 20px;
    font-family: Varela, sans-serif;
    color: #aabecf;
    text-align: center;
    letter-spacing: 2px;
  }
  .div-block-13 {
    padding-bottom: 41px;
  }
  .image-17 {
    width: auto;
    margin-bottom: 12px;
  }
  .paragraph-9 {
    margin-bottom: 15px;
    color: #515c67;
    font-size: 12px;
    letter-spacing: 3px;
  }
  .section-5 {
    padding-top: 0px;
  }
  .div-block-15 {
    background-image: linear-gradient(180deg, #515c67, #515c67), linear-gradient(315deg, rgba(52, 152, 231, .87), #b2ece5);
    color: #515c67;
  }
  .heading-8 {
    color: #515c67;
  }
  .paragraph-8 {
    color: #515c67;
    line-height: 25px;
    letter-spacing: 1px;
  }
  .heading-10 {
    color: #515c67;
  }
  .column-13 {
    padding-top: 57px;
  }
  .container-8 {
    color: #515c67;
  }
  .link {
    width: 90%;
    padding: 18px 21px;
    border-radius: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#aabecf), to(#aabecf));
    background-image: linear-gradient(180deg, #aabecf, #aabecf);
    font-size: 16px;
    text-align: center;
  }
  .div-block-16 {
    padding-left: 0px;
  }
  .heading-9 {
    color: #515c67;
  }
  .paragraph-10 {
    color: #515c67;
  }
  .container-4 {
    margin-left: 0px;
  }
  .heading-7 {
    margin-bottom: 15px;
    color: #64727e;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  .div-block-12 {
    width: auto;
    margin-bottom: 19px;
  }
  .brand-2 {
    padding-left: 10px;
  }
  .nav-link-3 {
    padding-top: 28px;
    padding-bottom: 28px;
    font-family: 'Open Sans', sans-serif;
    color: #7c7c7c;
    text-align: center;
  }
  .nav-link-3:hover {
    color: #3a3a3a;
  }
  .nav-link-3.w--current {
    color: #7c7c7c;
  }
  .nav-link-3.w--current:hover {
    color: #636363;
  }
  .nav-link-3.w--current:active {
    color: #636363;
  }
  .nav-link-3.w--current:focus {
    color: #636363;
  }
  .nav-link-3.w--current:visited {
    color: #636363;
  }
  .menu-button-2 {
    left: 23px;
    top: 8px;
  }
  .menu-button-2.w--open {
    background-color: transparent;
  }
  .heading-11 {
    margin-bottom: 18px;
  }
  .section-4 {
    height: auto;
    padding-top: 57px;
    background-image: none;
    background-position: 0px 0px;
    box-shadow: none;
  }
  .icon-3 {
    padding-top: 8px;
    color: #fff;
  }
  .paragraph-11 {
    margin-bottom: 35px;
    padding-right: 33px;
    padding-left: 33px;
    color: #7b8c9b;
    font-size: 13px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
  .heading-21 {
    padding-left: 8px;
    font-size: 30px;
  }
  .nav-menu-2 {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, .35);
    color: #636363;
  }
  .paragraph-12 {
    margin-bottom: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #515c67;
    font-size: 10px;
    letter-spacing: 7px;
  }
  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 64px;
    padding-bottom: 64px;
    -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;
  }
  .twitter {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .facebook {
    position: static;
    display: block;
    margin-top: 20px;
    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: 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;
  }
  .cart {
    margin-top: 22px;
  }
  .map {
    margin-top: 49px;
  }
  ._4stepsdesktop {
    display: none;
  }
  .paragraph-13 {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-9.faq-container {
    margin-bottom: -118px;
    padding-top: 11px;
    padding-bottom: 80px;
  }
  .section-8 {
    padding-top: 24px;
  }
  .heading-24.hh1 {
    margin-bottom: 15px;
    font-size: 32px;
  }
  .image-20 {
    position: relative;
    left: -30px;
    padding-top: 0px;
  }
  .div-block-21 {
    width: 100%;
  }
  .pricing-column {
    width: 100%;
    min-height: 400px;
  }
  .pricing-column.full-width {
    width: 90%;
    min-height: auto;
  }
  .price-name {
    font-size: 50px;
  }
  .pricing-grid {
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    -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;
  }
  .pricing-features-list {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .div-block-25 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-6 {
    width: auto;
  }
  .text-block-3 {
    text-align: center;
  }
  .text-block-4 {
    text-align: center;
  }
  .div-block-8.diff {
    margin-top: -7px;
    padding-top: 0px;
  }
  .columns-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-10 {
    height: auto;
    margin-bottom: -29px;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .heading-29 {
    line-height: 29px;
    text-align: center;
  }
  .column-9 {
    margin-top: 18px;
  }
  .button-4 {
    width: 90%;
    padding-right: 2px;
    padding-left: 2px;
    text-align: center;
  }
  .div-block-9 {
    width: auto;
    margin-bottom: 29px;
    padding-right: 18px;
    padding-left: 18px;
  }
  .div-block-29 {
    margin-bottom: 26px;
  }
  .div-block-29.t4ersdfs {
    width: auto;
  }
  .heading-30 {
    font-size: 22px;
    line-height: 32px;
  }
  .heading-31 {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 34px;
  }
  .heading-33 {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 34px;
  }
  .footer-column {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-column.seo-info {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .footer-column.email-culumn {
    width: 100%;
  }
  .footer-link-2 {
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
    text-align: left;
  }
  .footer-link-2.w--current {
    margin-bottom: 5px;
  }
  .footer-container.footer-container-3 {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .features-text {
    text-align: center;
  }
  .footer-links-wrapper {
    min-width: 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;
  }
  .footer-links-wrapper.on-footer-3 {
    width: auto;
    min-width: 100%;
    margin-top: -30px;
    margin-bottom: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-31 {
    width: 80%;
    background-color: rgba(255, 107, 71, .87);
  }
  .column-22 {
    height: 100%;
    margin-top: -34px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .heading-34.rtdfd {
    padding-right: 0px;
    padding-left: 28px;
    text-align: left;
  }
  .columns-10 {
    width: 100%;
  }
  .columns-10._222 {
    margin-top: -158px;
  }
  .image-25 {
    display: none;
  }
  .div-block-36 {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .div-block-36.rtdf {
    height: 170px;
    margin-top: 45px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-37 {
    margin-bottom: 26px;
  }
  .div-block-37.notttt.rtedfs {
    padding-top: 69px;
    padding-bottom: 11px;
  }
  .heading-36 {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 34px;
  }
  .textarea {
    font-family: 'Open Sans', sans-serif;
  }
  .form-block-3 {
    width: 90%;
  }
  .text-field-4 {
    font-family: 'Open Sans', sans-serif;
  }
  .div-block-38 {
    width: 90%;
  }
  .paragraph-19 {
    padding-right: 18px;
    padding-left: 18px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
  }
  .section-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 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;
  }
  .textarea-3 {
    height: auto;
    min-height: 200px;
  }
  .image-42._4refds {
    top: 0px;
    background-color: rgba(235, 31, 31, 0);
    opacity: 0.34;
    color: #3f1c1c;
  }
  .creative-target-3 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .creative-target-3.ntgrfetr {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .17);
  }
  .div-block-63 {
    width: 95%;
  }
  .paragraph-30 {
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Fontsfree net proxima nova reg webfont', sans-serif;
    font-size: 16px;
    text-align: center;
  }
  .heading-40 {
    margin-bottom: 17px;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
  .heading-40.rfsdfhdf {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
  .submit-button-5 {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 90%;
    margin-bottom: 10px;
    background-color: #fd545b;
  }
  .div-block-57 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    box-shadow: none;
  }
  .bold-text-23 {
    font-family: 'Fontsfree net proxima nova webfont', sans-serif;
  }
  .heading-42 {
    margin-bottom: 10px;
    padding-right: 17px;
    padding-left: 17px;
    color: #444;
    font-size: 40px;
    line-height: 44px;
  }
  .heading-41 {
    color: #4b4b4b;
    font-size: 16px;
    text-align: left;
  }
  .paragraph-25.rewdderwdq {
    margin-bottom: 10px;
  }
  .form-block-4 {
    width: 90%;
  }
  .form-5 {
    width: 100%;
  }
  .form-8 {
    width: 100%;
  }
  .heading-43.rfsdfhdf {
    line-height: 30px;
  }
  .div-block-61 {
    width: 95%;
    border-radius: 0px;
  }
  .bold-text-18 {
    font-size: 18px;
  }
  .bold-text-19 {
    font-size: 18px;
  }
  .faq-question-2 {
    line-height: 27px;
  }
  .faq-answer-text-2 {
    font-size: 16px;
  }
  .faq-answer-2 {
    border-bottom-style: solid;
  }
  .faq-q-text-2 {
    font-size: 18px;
  }
  .section-15 {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .form-block-5 {
    width: 100%;
  }
  .div-block-56 {
    width: 100%;
  }
  .div-block-55 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding: 29px 16px 0px;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: none;
  }
  .paragraph-24 {
    font-size: 18px;
    line-height: 27px;
  }
  .textarea-2 {
    margin-bottom: 20px;
    border-style: solid;
  }
  .heading-39 {
    margin-bottom: 20px;
    line-height: 60px;
  }
}

@font-face {
  font-family: 'Heading pro smallcase trial';
  src: url('../fonts/Heading-Pro-Smallcase-Extrabold-trial.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Heading pro smallcase trial';
  src: url('../fonts/Heading-Pro-Smallcase-Thin-trial.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Fontsfree net proxima nova reg webfont';
  src: url('../fonts/FontsFree-Net-proxima_nova_reg-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontsfree net proxima nova webfont';
  src: url('../fonts/FontsFree-Net-proxima_nova_bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Fontsfree net proxima nova';
  src: url('../fonts/FontsFree-Net-Proxima-Nova-Bold.otf') format('opentype'), url('../fonts/FontsFree-Net-Proxima-Nova-Xbold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Fontsfree net proxima nova';
  src: url('../fonts/FontsFree-Net-Proxima-Nova-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Fontsfree net proxima nova it';
  src: url('../fonts/FontsFree-Net-Proxima-Nova-Bold-It.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Fontsfree net proxima nova cond';
  src: url('../fonts/FontsFree-Net-Proxima-Nova-Cond-Xbold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Fontsfree net proxima nova';
  src: url('../fonts/FontsFree-Net-Proxima-Nova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}