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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

.w-commerce-commercecheckoutshippingsummarywrapper {
  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-commerceaddtocartquantityinput {
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #ce0097;
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #ce0097;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #343e52;
  font-size: 22px;
  line-height: 23px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #ce0097;
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #343e52;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

a {
  color: #ce0097;
  text-decoration: underline;
}

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

li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #ce0097;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px 20px;
  border-left: 3px solid #00b3ac;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
}

.dropdown-list-second {
  width: 500px;
}

.dropdown-list-second.w--open {
  display: block;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
  box-shadow: 4px 4px 18px 0 rgba(46, 50, 60, 0.09);
}

.facts-icon {
  width: 60px;
}

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

.one-side-video {
  position: relative;
  width: 50%;
  height: 600px;
  float: left;
  background-image: url('../images/image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.one-side-video.third {
  overflow: hidden;
  height: 600px;
  background-color: #f5f4f7;
  background-image: none;
}

.lighter-link {
  color: #fff;
  text-decoration: none;
}

.lighter-link:hover {
  text-decoration: underline;
}

.project-wrapper {
  position: relative;
  display: block;
  width: 50%;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 20px;
  border: 1px none #e4e8ee;
  border-radius: 5px;
  background-color: #fff;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.project-wrapper.in-flex {
  width: 100%;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.project-wrapper.big {
  width: 100%;
  height: 710px;
  margin-bottom: 10px;
}

.sponsor-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-top: -1px;
  margin-left: -1px;
  padding: 40px 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #dde1e7;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.sponsor-card:hover {
  background-color: #fcfcfc;
}

.image-block-hidder {
  height: 550px;
}

.image-block-hidder.hide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
}

.image-block-hidder.hide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
}

.check-mark-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99.99384%;
  margin-top: 0px;
}

.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.empty-card {
  border: 1px none #fff;
}

.submit-button {
  width: 20%;
  height: 80px;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #d6d6d6;
  background-color: transparent;
  background-image: url('../images/right-arrow-2.svg');
  background-position: 50% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: transparent;
}

.submit-button:hover {
  background-position: 80% 50%;
}

.submit-button.small {
  height: 50px;
  background-color: #ef3b31;
  background-image: url('../images/Right-arrow.svg');
}

.submit-button.small:hover {
  background-color: #00b3ac;
}

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

.corner-line-horizontal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  width: 50px;
  height: 3px;
  margin-top: -2px;
  margin-left: -2px;
  border-radius: 100px;
  background-color: #000;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.corner-line-horizontal.features-line-righ {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 80%;
  margin: 0px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.corner-line-horizontal.features-line {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 20%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 0px;
  background-color: #ce0097;
}

.logo {
  width: 120px;
  max-width: none;
}

.content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/curve-pink.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Inter, sans-serif;
  text-align: center;
}

.video-one-side {
  width: 100%;
  height: 100%;
}

.social-link-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #9d9e9d;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/icons8-twitter-96-1_1icons8-twitter-96 (1).png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0.65;
}

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

.social-link-link.be {
  border-radius: 0%;
  background-image: url('../images/icons8-behance-96_1icons8-behance-96.png');
  background-size: 16px;
}

.social-link-link.be.line {
  margin-left: 0px;
  background-image: url('../images/icons8-behance-96_2icons8-behance-96.png');
}

.social-link-link.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/icons8-instagram-104-2_1icons8-instagram-104 (2).png');
  background-size: 12px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.social-link-link.instagram.line {
  margin-left: 0px;
  background-image: url('../images/linkedin-svgrepo-white-com.png');
}

.social-link-link.facebook {
  border-radius: 0%;
  background-image: url('../images/icons8-facebook-f-150.png');
  background-size: 14px;
}

.social-link-link.facebook.line {
  margin-left: 0px;
  border-right-style: solid;
  background-image: url('../images/icons8-facebook-f-100_1icons8-facebook-f-100.png');
}

.social-link-link.facebook.last {
  margin-right: 0px;
}

.social-link-link.line {
  margin-right: 0px;
  margin-left: 0px;
  border-style: solid none solid solid;
  background-color: transparent;
  background-image: url('../images/icons8-twitter-90_1icons8-twitter-90.png');
}

.error-message-color {
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ef3b31;
  color: #fff;
  text-align: center;
}

.white {
  color: #fff;
}

.info-service-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  height: auto;
  padding: 40px 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dde1e7;
  background-color: #fff;
  text-align: center;
}

.project-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.footer-social-link {
  position: relative;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #777;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.footer-social-link:hover {
  color: #f44a66;
}

.top-footer {
  width: 100%;
  height: 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(221, 225, 231, 0.15);
}

.project-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.nav-link {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px 20px;
  border-left: 1px none hsla(0, 0%, 89.4%, 0.48);
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  line-height: 23px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  border-radius: 4px;
  color: #fff;
}

.nav-link.w--current {
  padding-right: 20px;
  color: #5231ff;
}

.nav-link.w--open {
  padding-right: 40px;
}

.nav-link.w--open:hover {
  border: 1px none #000;
}

.nav-link.drop-down {
  padding-right: 40px;
}

.dropdown-link-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 12px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #eee #eee #e4ecf6;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 3px 5px -3px rgba(114, 111, 111, 0.2);
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.dropdown-link-second:hover {
  background-color: #ce0097;
  color: #fff;
}

.dropdown-link-second.w--current {
  margin-bottom: 0px;
  color: #343e52;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
}

.dropdown-link-second.w--current:hover {
  background-color: #f4f5f9;
  color: #00b3ac;
}

.check {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.blue-block-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -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: #ce0097;
}

.priject-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.priject-icon.padding {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 20;
  width: 85%;
  height: 60px;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 10px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: #00b3ac;
}

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

.number {
  position: static;
  left: 30px;
  top: 30px;
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 35px;
  line-height: 45px;
}

.flex-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-div.left {
  margin-right: 0px;
  margin-left: 10px;
}

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

.sociablock.footer {
  margin-top: 40px;
}

.learn-more {
  margin-top: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #ce0097;
  font-size: 15px;
  font-weight: 500;
}

.learn-more:hover {
  color: #343e52;
}

.learn-more.white {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: underline;
}

.learn-more.white:hover {
  color: hsla(0, 0%, 100%, 0.78);
}

.service-heading-second {
  margin-top: 0px;
  margin-bottom: 10px;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #ce0097;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-heading-second.white {
  color: #fff;
  text-align: left;
}

.service-heading-second.green {
  color: #3c9c5b;
}

.service-heading-second.blue {
  color: #00b3ac;
}

.text-block-nav {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.lightbox {
  width: 100%;
  height: auto;
}

.project-info-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  padding-right: 0px;
}

.copyright-text {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #677081;
  font-size: 12px;
  text-align: left;
}

.icon-image {
  position: relative;
  left: 0px;
  top: 14px;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 8px;
  background-color: rgba(86, 146, 253, 0.16);
}

.icon-image.interactions {
  background-color: rgba(89, 86, 253, 0.16);
}

.icon-image.interactions.white {
  margin-right: 10px;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
}

.div-block-image-roll {
  position: relative;
  overflow: hidden;
  height: auto;
}

.facts-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #e4e8ee;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.facts-card:hover {
  background-color: transparent;
}

.team {
  width: 100%;
  height: 100%;
}

.list-iteam {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #343e52;
}

.list-iteam.checkbox {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.top-header {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #00b3ac;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.top-header.quote {
  margin-bottom: 20px;
  color: #ce0097;
}

.contact-form-div {
  width: 50%;
  margin-left: 0px;
}

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

.social-wrapper.in-team {
  margin-top: 20px;
}

.social-wrapper.hero-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 20;
  margin-bottom: 20px;
  margin-left: 60px;
}

.social-wrapper.in-form {
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.social-wrapper.hero-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 20;
  margin-bottom: 20px;
  margin-left: 60px;
}

.email-submit {
  width: 80%;
  height: 80px;
  border-right: 1px none #000;
}

.email-submit.small {
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  color: #343e52;
  line-height: 24px;
}

.success-message-color {
  background-color: #ce0097;
  color: #fff;
}

.heading-half-section {
  border-style: none;
  border-width: 0px;
  border-color: #000;
  font-family: Montserrat, sans-serif;
  color: #ce0097;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  text-transform: none;
}

.heading-half-section.white {
  color: #fff;
}

.list {
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #151515;
}

.project-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  float: none;
  clear: none;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.project-info-card {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  padding: 30px 40px;
  border: 1px none #e4e8ee;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/pexels-photo-1571460.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.project-info-card._3 {
  margin-right: 0px;
  border-radius: 0px;
  background-image: url('../images/5d95477e8d2341152f8b3121_minh-pham-7pCFUybP_P8-unsplash-1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.project-info-card._5 {
  border-radius: 0px;
  background-image: url('../images/samantha-gades-BlIhVfXbi9s-unsplash.jpg');
  background-position: 50% 100%;
}

.project-info-card._4 {
  background-image: url('../images/hutomo-abrianto-X5BWooeO4Cw-unsplash.jpg');
}

.project-info-card._2 {
  border-radius: 0px;
  background-image: url('../images/hutomo-abrianto-9ZvuWg8deho-unsplash.jpg');
}

.project-info-card._6 {
  margin-right: 0px;
  border-radius: 0px;
  background-image: url('../images/pexels-photo-3634741.jpg');
  background-position: 50% 50%;
}

.side-content-info {
  height: auto;
  max-width: 570px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5% 10% 5% 5%;
  border-style: none;
  border-width: 2px;
  border-color: #e6e7e9;
  background-color: #fff;
}

.side-content-info.right {
  max-width: 670px;
  padding: 0% 5%;
  border-style: none;
}

.side-content-info.right.black {
  background-color: transparent;
}

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.arrow {
  display: block;
  color: #fff;
}

.bottom-video-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
}

.team-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dde1e7;
  background-color: #000;
}

.image-block-hider {
  height: 550px;
}

.image-block-hider.hide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
}

.image-block-hider.hide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-block-hider.hide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -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;
  color: #aaa;
  font-size: 12px;
  line-height: 22px;
}

.contact-image-div {
  width: 50%;
  margin-left: 0px;
  padding-left: 0px;
}

.button-text {
  position: relative;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-button-div {
  position: static;
  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;
}

.lightbox-link {
  width: 33.333%;
  height: auto;
}

.lightbox-link.big-image {
  width: 50%;
  margin-bottom: 0px;
}

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

.hero {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/Untitleeed-2.jpg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/Untitleeed-2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Lato, sans-serif;
}

.hero.second {
  padding-top: 70px;
  background-image: none;
}

.hero.third {
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/pexels-photo-1571468.jpg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/pexels-photo-1571468.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero.subpage {
  height: 500px;
}

.hero.subpage.blog {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/pexels-photo-1571468.jpg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/pexels-photo-1571468.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, auto;
}

.hero.subpage.works {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/pexels-photo-3214064.jpg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/pexels-photo-3214064.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero.subpage.contact {
  background-image: url('../images/curve-pink.png'), url('../images/hello.jpg');
  background-position: 0% 0%, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.subpage.service {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.7)), to(rgba(10, 43, 60, 0.7))), url('../images/advice-2.jpg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.7), rgba(10, 43, 60, 0.7)), url('../images/advice-2.jpg');
  background-position: 0px 0px, 100% 100%;
}

.hero.subpage.about {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/Untitled-2.jpg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/Untitled-2.jpg');
  background-position: 0px 0px, 50% 0%;
}

.hero.subpage.style-guide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/5d95477e8d2341152f8b3121_minh-pham-7pCFUybP_P8-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/5d95477e8d2341152f8b3121_minh-pham-7pCFUybP_P8-unsplash-1.jpg');
  background-position: 0px 0px, 50% 50%;
}

.hero.subpage.product {
  background-color: #00a39d;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero.subpage.red {
  background-color: #ef3b31;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 51, 41, 0.83)), to(rgba(233, 51, 41, 0.83))), url('../images/pexels-photo-1571468.jpg');
  background-image: linear-gradient(180deg, rgba(233, 51, 41, 0.83), rgba(233, 51, 41, 0.83)), url('../images/pexels-photo-1571468.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.hero.subpage.green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 179, 172, 0.88)), to(rgba(0, 179, 172, 0.88))), url('../images/di_an_h-g_8MrEZAvyE-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 179, 172, 0.88), rgba(0, 179, 172, 0.88)), url('../images/di_an_h-g_8MrEZAvyE-unsplash-1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.subpage.green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 179, 172, 0.9)), to(rgba(0, 179, 172, 0.9))), url('../images/Untitled-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 179, 172, 0.9), rgba(0, 179, 172, 0.9)), url('../images/Untitled-2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.hero.subpage.no-image {
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  background-image: url('../images/curve-pink.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: repeat;
}

.hero.subpage.no-image._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), to(#000)), url('../images/curve-pink.png');
  background-image: linear-gradient(180deg, transparent 76%, #000), url('../images/curve-pink.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.hero.subpage.administration {
  display: block;
  height: 300px;
  padding-top: 70px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  background-image: url('../images/curve-pink.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: repeat;
}

.hero.subpage.administration._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), to(#000)), url('../images/curve-pink.png');
  background-image: linear-gradient(180deg, transparent 76%, #000), url('../images/curve-pink.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.hero.subpage.ttemp {
  display: block;
  height: 300px;
  padding-top: 70px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  background-image: url('../images/curve-pink.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: repeat;
}

.hero.subpage.ttemp._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), to(#000)), url('../images/curve-pink.png');
  background-image: linear-gradient(180deg, transparent 76%, #000), url('../images/curve-pink.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.hero.single-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/pexels-photo-245208.jpg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/pexels-photo-245208.jpg');
  background-position: 0px 0px, 50% 50%;
}

.hero.blog {
  background-image: url('../images/Hero-Image-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.cms {
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/Untitleeed-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.submit-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.submit-field-wrapper.no-padding {
  width: auto;
  margin-top: 0px;
}

.follow-text {
  margin-bottom: 16px;
  color: #343e52;
  font-weight: 500;
}

.hero-div {
  position: relative;
  display: block;
  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;
}

.footer-block {
  width: 25%;
  padding-right: 0px;
  text-align: left;
}

.footer-block.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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-block.about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 5%;
  -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;
}

.white-big-paragraph {
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.white-big-paragraph.allcaps {
  margin-bottom: 20px;
  color: #ce0097;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.side-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #fff;
}

.bermuda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-card {
  position: relative;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 630px;
  margin-left: -71px;
  padding: 75px 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;
  border: 1px solid #dde1e7;
  background-color: #fff;
  text-align: center;
}

.footer-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-heading.white {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.hero-info {
  position: relative;
  z-index: 2;
  width: 600px;
}

.hero-info.second-page {
  position: relative;
  left: auto;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  padding: 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.48);
}

.hero-info.third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -120px;
  -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;
}

.hero-info.top {
  position: relative;
  z-index: 2;
}

.button-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 50px;
  padding-right: 25px;
  padding-left: 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;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: Inter, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-link:hover {
  background-color: #677081;
}

.button-link.download {
  width: 200px;
}

.button-link.contact {
  background-color: #ce0097;
  font-family: Montserrat, sans-serif;
}

.button-link.contact:hover {
  background-color: #677081;
}

.button-link.categorie {
  width: 100%;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px none #dde1e7;
  background-color: transparent;
  box-shadow: 0 0 1px 0 #dde1e7;
  font-family: Inter, sans-serif;
  color: #677081;
  font-weight: 500;
}

.button-link.white {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #00b3ac;
}

.button-link.white.nav {
  width: 125px;
}

.button-link.red {
  background-color: #ef3b31;
}

.button-link.red:hover {
  background-color: #000;
}

.button-link.full {
  overflow: hidden;
  width: auto;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.button-link.grey {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #677081;
  font-family: Lato, sans-serif;
}

.button-link.grey:hover {
  background-color: #d7d9dd;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 50px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

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

.section.sponsor {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.section.facts-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #00b3ac;
  background-image: linear-gradient(184deg, rgba(0, 179, 172, 0.52), #0fc1d4 83%), url('../images/Wave-BAckgrounds.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.no-padding-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  background-color: #000;
}

.section.gray {
  padding-right: 100px;
  padding-left: 100px;
  background-color: #000;
  font-family: Inter, sans-serif;
}

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

.section.features-section {
  position: static;
  padding-bottom: 0px;
}

.section.backgropund {
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/tu-tu-QZGQO3NvsLo-unsplash-p-2600.jpeg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/tu-tu-QZGQO3NvsLo-unsplash-p-2600.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.small-padding {
  height: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
  background-image: url('../images/curve-pink.png'), url('../images/banner2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section.small-padding._2 {
  background-image: url('../images/curve-pink.png'), url('../images/amy-hirschi-JaoVGh5aJ3E-unsplash.jpg');
}

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

.section.no-padding.no-margin {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section.testimonial {
  margin-top: 81px;
  margin-bottom: 81px;
  padding-top: 104px;
  padding-bottom: 104px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/lwDSC03709.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/lwDSC03709.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.testimonial._2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ce0097;
  background-image: none;
}

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

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

.section.contact-us {
  background-image: url('../images/curve-pink.png');
  background-position: 100% 50%;
  background-size: cover;
}

.section.graphic {
  background-image: url('../images/curve-pink.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-scroll-new {
  position: absolute;
  right: 0px;
  bottom: -30px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 60px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ef3b31;
}

.first-three-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.footer-line-divider {
  padding-right: 8px;
  padding-left: 8px;
}

.play-button-text {
  font-size: 13px;
}

.play-button-text.timer {
  padding: 2px 4px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  font-size: 11px;
}

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

.image-video-div {
  width: 100%;
  height: 100%;
  background-image: url('../images/alyssa-strohmann-PlvY-dW5Td0-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-block {
  display: block;
}

.team-image {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  border-radius: 0%;
  background-image: url('../images/DSC03620.jpg');
  background-position: 73% 55%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-image:hover {
  background-image: url('../images/lwDSC036642.jpg');
}

.team-image._4 {
  height: 400px;
  background-image: url('../images/DSC03699.jpg');
  background-position: 48% 12%;
  background-size: cover;
}

.team-image._4:hover {
  background-image: url('../images/DSC03703.jpg');
}

.team-image._3 {
  width: 100%;
  height: 400px;
  background-image: url('../images/lwDSC03768.jpg');
  background-position: 63% 50%;
  background-size: cover;
}

.team-image._3:hover {
  background-image: url('../images/lwDSC037782.jpg');
}

.team-image._2 {
  width: 100%;
  height: 400px;
  background-image: url('../images/lwDSC03486.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-image._2:hover {
  background-image: url('../images/DSC03510.jpg');
}

.team-image._5 {
  height: 500px;
  background-image: url('../images/lwDSC03758.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-image._5:hover {
  background-image: url('../images/DSC03719.jpg');
}

.image-left-contact {
  width: 100%;
  height: 600px;
  background-image: url('../images/5d95477e8d2341152f8b3121_minh-pham-7pCFUybP_P8-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.play-video-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  height: 60px;
  padding-right: 25px;
  padding-left: 25px;
  -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;
  background-color: #00b3ac;
  color: #fff;
}

.brand {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 5px;
  border-color: #ff0004;
  text-decoration: none;
}

.brand.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
}

.footer-form {
  width: 100%;
  margin-bottom: 16px;
}

.submit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 370px;
  -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;
}

.submit-wrapper.blog {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.features-info.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.service-row {
  width: auto;
  margin: 20px 0px 0px;
  padding-right: 0px;
}

.dark-logo {
  position: absolute;
  margin-top: 0px;
}

.footer-sub-link {
  display: block;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.15);
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Inter, sans-serif;
  color: #677081;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.footer-sub-link:hover {
  color: #00b3ac;
}

.footer-sub-link.last {
  border-bottom-style: none;
}

.footer-sub-link.posts {
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-weight: 400;
}

.nav-menu-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lighter-paragraph {
  color: #777;
}

.lighter-paragraph.font {
  font-family: Montserrat, sans-serif;
  color: #677081;
  font-size: 13px;
  line-height: 24px;
}

.hero-big-text {
  position: relative;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.hero-big-text.centre {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.one-side-image {
  position: relative;
  width: 50%;
  height: 600px;
  float: left;
  background-image: url('../images/image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.one-side-image.gray {
  background-color: #f5f5f5;
  background-image: none;
}

.one-side-image.gray.with-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.one-side-image.gray.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.one-side-image.gray.first.left-side {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.one-side-image.gray.first.left-side {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.one-side-image.gray.first.left-side.black {
  width: 60%;
  background-color: #ce0097;
}

.one-side-image.slide-animation {
  overflow: hidden;
  height: auto;
  background-color: #fff;
  background-image: none;
}

.one-side-image._2 {
  width: 40%;
  height: auto;
  background-image: url('../images/amy-hirschi-JaoVGh5aJ3E-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.underline {
  position: absolute;
  left: 0px;
  top: 107px;
  width: 110%;
  height: 5px;
  margin-top: -6px;
  background-color: #f44a66;
  opacity: 0.25;
  -webkit-transform: translate(-105%, 0px);
  -ms-transform: translate(-105%, 0px);
  transform: translate(-105%, 0px);
}

.underline.social-line {
  top: 32px;
  width: 100%;
  height: 5px;
  margin-top: -6px;
  background-color: #f44a66;
}

.container-wrapper {
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
  max-width: 1280px;
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-wrapper.single {
  padding-right: 10%;
  padding-left: 10%;
}

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

.container-wrapper._1280px {
  max-width: 900px;
}

.container-wrapper.contact-us {
  width: 1280px;
  max-width: none;
}

.icon-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 60px;
  -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: #ef3b31;
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 32px 60px;
  -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-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 89.4%, 0.4);
  background-color: rgba(0, 0, 0, 0.71);
}

.team-position {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.team-position.black {
  color: #000;
}

.navigation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-wrapper.product {
  margin-top: 20px;
  -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;
}

.button-wrapper.product.left {
  margin-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 60px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-content.title-in-div {
  margin-bottom: 40px;
  text-align: center;
}

.div-content.title-in-div.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-content.title-in-div.center.subscribe {
  margin-bottom: 20px;
}

.link {
  text-decoration: none;
}

.play-button {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  height: 60px;
  background-color: #ef3b31;
  background-image: url('../images/icons8-play-2.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.link-services-text {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #343e52;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.link-services-text:hover {
  color: #00b3ac;
}

.link-services-text:focus {
  color: #208c96;
}

.heading {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #ce0097;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  text-transform: uppercase;
}

.arrow-button {
  width: 25px;
  height: 25px;
  background-image: url('../images/Right-arrow.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.project-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-review {
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 2px none #fff;
  border-radius: 100%;
  background-color: #ef3b31;
  box-shadow: -3px 3px 8px 0 rgba(0, 0, 0, 0.39);
}

.gray-shade {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 300px;
  background-color: #343e52;
}

.link-cta-wrapper {
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.play-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 0%;
}

.section-scroll {
  position: absolute;
  right: 0px;
  bottom: -30px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 60px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ce0097;
}

.section-scroll.w--current {
  background-color: #ce0097;
}

.section-scroll.green {
  background-color: #00b3ac;
}

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

.overlay-info {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -14px;
  padding: 29px;
  -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: rgba(206, 0, 151, 0.33);
}

.overlay-info._2 {
  background-color: rgba(206, 0, 151, 0.3);
}

.overlay-info._6 {
  background-color: rgba(206, 0, 151, 0.35);
}

.overlay-info._3 {
  background-color: rgba(206, 0, 151, 0.43);
}

.overlay-info._4 {
  background-color: rgba(206, 0, 151, 0.43);
}

.overlay-info._5 {
  background-color: rgba(206, 0, 151, 0.4);
}

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

.features-image {
  position: relative;
  width: 1200px;
  height: 600px;
  margin-bottom: 0px;
  background-image: url('../images/pexels-photo-1457842.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: hue-rotate(346deg) contrast(104%);
  filter: hue-rotate(346deg) contrast(104%);
}

.container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-right-radius: 3px;
}

.container.rich-text {
  padding-right: 10%;
  padding-left: 10%;
}

.image-vertical {
  width: 100%;
  height: 700px;
  background-image: url('../images/5d966121acac813d412b2d19_alyssa-strohmann-PlvY-dW5Td0-unsplash-1-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-vertical.left-image {
  background-image: url('../images/lwDSC03664.jpg');
  background-position: 50% 50%;
}

.image-vertical.left-image.image {
  position: relative;
  height: 400px;
  background-image: url('../images/DSC03819.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.image-vertical.left-image.image:hover {
  background-image: url('../images/DSC03819.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.image-vertical.left-image.image._2 {
  height: 500px;
  background-image: url('../images/17.jpg');
  background-position: 0% 50%;
}

.image-vertical.left-image.home-page {
  background-image: url('../images/lwAlison-Keenan-10.jpg');
  background-position: 50% 0%;
  background-attachment: scroll;
}

.image-vertical.second {
  height: 700px;
  background-image: url('../images/francesca-tosolini-9dyitA0YIHE-unsplash-1.jpg');
}

.image-vertical.third {
  height: 700px;
  background-image: url('../images/5d966025d4a41e12049565a3_micheile-henderson-MG4G0congO0-unsplash-1.jpg');
}

.cta-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 350px;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 80px 16% 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #253f6f;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, rgba(248, 89, 64, 0.72), #ef3b31 100%, #0675ec 0, rgba(239, 59, 49, 0.54)), url('../images/5d95477e8d2341152f8b3121_minh-pham-7pCFUybP_P8-unsplash-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 8px 24px 0 rgba(52, 62, 82, 0.1);
  text-align: center;
}

.cta-card.payments {
  width: 100%;
  max-width: none;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #4cecca, rgba(0, 179, 172, 0.91) 0%, rgba(25, 198, 182, 0.83) 100%, #00b3ac), url('../images/kari-shea-AMyjxxLEHU4-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 8px 24px 0 rgba(52, 62, 82, 0.1);
}

.side-features {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-features.top-algin {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-image {
  margin-left: 3px;
  padding-left: 0px;
}

.image-features {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-image: url('../images/5d966025d4a41e12049565a3_micheile-henderson-MG4G0congO0-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-features.third {
  margin-right: 0px;
  background-image: url('../images/tu-tu-QZGQO3NvsLo-unsplash.jpg');
}

.image-features.second {
  background-image: url('../images/rustic-vegan-zzMb7jacyBc-unsplash.jpg');
}

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

.quote-block {
  height: auto;
  max-width: 570px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5% 7%;
  border-style: none;
  border-width: 2px;
  border-color: #e6e7e9;
  background-color: #fff;
}

.features-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none transparent;
  border-radius: 100%;
  background-color: transparent;
}

.cta-card-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.cta-header {
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.project-info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-info-content.padding {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: auto;
  margin: 13px;
  padding: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.96);
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-info-content.padding:hover {
  background-color: transparent;
}

.quote-square {
  position: absolute;
  top: 25%;
  right: -11px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #e4e8ee;
  border-right: 1px solid #e4e8ee;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.quote-square.left {
  left: -11px;
  right: auto;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.small-services {
  width: 33.333%;
  padding: 20px 30px;
}

.small-services.border {
  padding: 40px;
  border-right: 1px none #e4e8ee;
  border-bottom: 1px solid #dde1e7;
  border-left: 1px solid #dde1e7;
}

.small-services.border.right {
  border-right-style: solid;
  border-right-color: #dde1e7;
  border-left-style: none;
}

.small-services.middle-border {
  padding: 40px;
  border-right: 1px solid #dde1e7;
  border-bottom: 1px solid #dde1e7;
  border-left: 1px solid #dde1e7;
}

.project-card {
  position: relative;
  width: 100%;
  height: 350px;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.promo-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-paragraph {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.cta-paragraph.core-apps {
  margin-bottom: 20px;
}

.project-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 30px 40px;
  background-image: url('../images/20.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-image._5 {
  background-image: url('../images/16.jpg');
  background-position: 0% 0%;
}

.project-image._4 {
  background-image: url('../images/20_1.jpg');
}

.project-image._2 {
  background-image: url('../images/Alison_Keenan-73-CROPPED.jpg');
}

.project-image._6 {
  background-image: url('../images/LwDSC03696.jpg');
  background-position: 50% 0%;
}

.project-image._3 {
  margin-right: 0px;
  background-image: url('../images/Knight-Dragon-43.png');
}

.work-link {
  width: 33.333%;
  height: auto;
}

.feature {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e4e8ee;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.cta-icon {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-bottom: -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dde1e7;
  border-radius: 0%;
  background-color: #fff;
}

.side-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 240px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.review-paragraph {
  position: static;
  left: auto;
  top: 4%;
  right: 33%;
  z-index: 1;
  display: block;
  padding: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.card {
  border-right: 1px none #e4e8ee;
  border-left: 1px none #e4e8ee;
}

.video-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 90vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36));
}

.cta-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.cta-card-wrapper:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.cta-card-wrapper.half {
  width: 50%;
  margin-right: 20px;
  margin-left: 20px;
}

.features-card {
  position: relative;
  left: -34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 300px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
}

.features-card:hover {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.features-card.small {
  left: auto;
  right: 0px;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 150px;
  max-width: none;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.review {
  position: absolute;
  left: auto;
  top: 4%;
  right: 33%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}

.review._1 {
  top: 4%;
  right: 33%;
}

.review._3 {
  top: 59%;
  right: 10%;
}

.review._2 {
  left: 8%;
  top: 67%;
  right: auto;
}

.pricing-slider-color {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 34%;
  min-width: 20px;
  background-color: #00b3ac;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 66.66%;
  margin-right: auto;
  margin-left: 0px;
}

.pricing-slider-groove {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(45, 62, 80, 0.12);
}

.check-text-block {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-top: 0px none #e4e8ee;
  border-bottom: 1px none #e4e8ee;
  font-family: Lato, sans-serif;
  color: #677081;
}

.check-text-block.first {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-style: none;
  border-top-width: 1px;
  color: #677081;
}

.pricing-column {
  padding: 15px;
}

.divider {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(63, 63, 63, 0.1);
}

.tab-pane {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.service-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #343e52;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: none;
}

.testimonial-arrow {
  left: -13%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 48px;
  margin: 0px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 0px;
  background-color: #fff;
  color: #8e98ad;
  font-size: 15px;
  line-height: 24px;
}

.testimonial-arrow:hover {
  border-color: silver;
}

.star-image {
  width: 20px;
  height: 20px;
  margin-right: 0px;
  padding-right: 2px;
  padding-left: 2px;
  background-image: url('../images/icons8-christmas-star.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.star-image.invert {
  -webkit-filter: brightness(200%) grayscale(100%);
  filter: brightness(200%) grayscale(100%);
}

.service-div {
  display: block;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 24px 20px;
  border: 1px solid #e4e8ee;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: box-shadow 40ms ease;
  transition: box-shadow 40ms ease;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.service-div:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.service-div.line {
  border-color: #dbdbdb;
  border-bottom-width: 1px;
  background-color: #fff;
}

.service-div.line.testimonials {
  position: relative;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px;
  border: 1px solid #dde1e7;
  border-radius: 0px;
  -webkit-transition-property: none;
  transition-property: none;
}

.service-div.line.testimonials:hover {
  border-color: silver;
  box-shadow: none;
}

.signature {
  margin-top: 40px;
  opacity: 1;
}

.feature-tab {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  border: 1px solid #dde1e7;
  border-radius: 0px;
  background-color: #f4f5f9;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.feature-tab:hover {
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.feature-tab.w--current {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  border-radius: 0px;
  background-color: #fff;
  text-align: left;
}

.feature-tab.event {
  padding-left: 30px;
  border-color: #dde1e7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.feature-tab.event.w--current {
  width: 100%;
  padding-left: 30px;
}

.price-goove-dot {
  position: relative;
  top: -6px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #dce2e6;
}

.price-goove-dot.dot1 {
  top: -9px;
  border-radius: 0%;
  background-color: #00b3ac;
}

.price-goove-dot.dot4 {
  top: -9px;
  border-radius: 0%;
}

.price-goove-dot.dot2 {
  top: -9px;
  border-radius: 0%;
}

.price-goove-dot.dot3 {
  top: -9px;
  border-radius: 0%;
}

.pricing {
  width: 100.00781%;
}

.pricing.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonials-name {
  margin-bottom: 0px;
  color: #343e52;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.number-font {
  margin-top: 0px;
  color: #ef3b31;
  font-size: 30px;
  font-weight: 600;
}

.image-testimonials {
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.pricing-block {
  display: block;
  padding: 0px 0px 23px;
  border: 1px solid #e4e8ee;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  text-align: center;
}

.pricing-block:hover {
  border-color: silver;
  background-color: #fff;
}

.pricing-block.right {
  border-radius: 0px;
  box-shadow: none;
  opacity: 1;
}

.pricing-block.right:hover {
  box-shadow: none;
}

.pricing-block.middle {
  background-color: #fff;
}

.pricing-handle {
  position: absolute;
  top: -10px;
  right: 32%;
  bottom: 0px;
  z-index: 10;
  width: 22px;
  height: 22px;
  border-style: solid;
  border-width: 5px;
  border-color: #00b3ac;
  border-radius: 0%;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(45, 62, 80, 0.3);
}

.star-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.sponsor-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #ebebeb;
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

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

.sponsor-link.last {
  width: 20%;
  border-right: 1px solid #dde1e7;
}

.sponsor-link.last.darker-line {
  border-right-style: none;
}

.sponsor-link.with-line {
  border-right-color: #dde1e7;
}

.div-sliders-column-wrapper {
  padding-top: 0px;
}

.tiitle-price {
  font-family: Lato, sans-serif;
  color: #677081;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tiitle-price.number {
  position: static;
  left: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #00b3ac;
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}

.tiitle-price.sub {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #677081;
  font-size: 10px;
  line-height: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tiitle-price.top {
  margin-top: 0px;
  margin-bottom: 23px;
  padding-top: 23px;
  padding-bottom: 23px;
  border-top: 1px solid #e4e8ee;
  border-bottom: 1px solid #e4e8ee;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.tiitle-price.top.basic {
  margin-bottom: 30px;
  border-top-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #677081;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

.tiitle-price.top.premium {
  margin-bottom: 30px;
  border-top-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #00b3ac;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

.tiitle-price.top.standart {
  margin-bottom: 30px;
  border-top-style: none;
  border-radius: 0px;
  color: #677081;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

.tiitle-price.check-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: Inter, sans-serif;
  color: #677081;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.tiitle-price.check-text.light {
  color: #c9c9c9;
}

.tiitle-price.sub {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #00b3ac;
  font-size: 10px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tiitle-price.check-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  color: #677081;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.tiitle-price.number {
  position: static;
  left: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #00b3ac;
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}

.tiitle-price.sub {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #677081;
  font-size: 10px;
  line-height: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-collection {
  width: 100%;
}

.flex-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.price-toogle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 24px;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #e4e8ee;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Sign.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-services-card {
  position: relative;
  width: 300px;
  height: 120px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 20px 10px 30px;
  float: right;
  border-style: solid;
  border-width: 5px 2px 2px;
  border-color: transparent;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.26);
  box-shadow: 0 20px 50px -10px rgba(45, 62, 80, 0.2);
  font-size: 12px;
  text-align: center;
}

.hero-services-card.pro-pricing-contain {
  position: relative;
  z-index: 2;
  display: block;
}

.feature-tabs {
  width: 41%;
}

.blue-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -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: #ce0097;
}

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

.mask {
  border: 1px none #000;
}

.image-fifth {
  width: 60px;
}

.quote {
  margin-bottom: 5px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.quote.text {
  background-color: transparent;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 25px;
  font-style: normal;
  letter-spacing: 0px;
}

.quote.name {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #ce0097;
  font-size: 13px;
}

.pricing-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vh;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.pricing-slider-wrap {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 990px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 40px;
}

.hero-bottom-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.features-column {
  padding-right: 10px;
  padding-left: 10px;
}

.clients-wrapper {
  margin-top: 120px;
}

.clients-wrapper.less-padding {
  margin-top: 0px;
}

.center {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #677081;
  font-weight: 400;
  text-align: center;
}

.center.quote {
  width: 70%;
  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;
}

.div-block-sixth {
  display: block;
  margin-left: 10px;
  text-align: center;
}

.left-testimonial-arrow {
  left: 0%;
  top: auto;
  right: -13%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  color: #8e98ad;
  font-size: 15px;
  line-height: 24px;
}

.left-testimonial-arrow:hover {
  border-color: silver;
}

.toogle-dot {
  position: absolute;
  top: auto;
  width: 14px;
  height: 14px;
  padding-top: 0px;
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef3b31), to(#ef3b31));
  background-image: linear-gradient(180deg, #ef3b31, #ef3b31);
}

.sponsor-liks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #ebebeb;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.sponsor-liks.with-line {
  border-style: solid;
  border-color: #dde1e7;
  box-shadow: none;
}

.big-white-paragraph {
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.big-white-paragraph.allcaps {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.big-white-paragraph.allcaps.categorie {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.7);
  letter-spacing: 1px;
}

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

.slider-testimonials {
  height: 530px;
  background-color: transparent;
}

.slide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 48px;
  padding-top: 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;
  border: 1px solid #dbdbdb;
  color: #212121;
  font-size: 10px;
}

.check-list.padding-top-bottom {
  margin-top: 30px;
  margin-bottom: 40px;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #9d9e9d;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/linkedin-svgrepo-white-com.png');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  opacity: 0.65;
}

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

.social-link.facebook {
  border-radius: 0%;
  background-image: url('../images/icons8-facebook-f-150.png');
  background-size: 14px;
}

.social-link.facebook.line {
  margin-left: 0px;
  border-right-style: solid;
  background-image: url('../images/icons8-facebook-f-100_1icons8-facebook-f-100.png');
}

.social-link.facebook.last {
  margin-right: 0px;
}

.social-link.be {
  border-radius: 0%;
  background-image: url('../images/icons8-behance-96_1icons8-behance-96.png');
  background-size: 16px;
}

.social-link.be.line {
  margin-left: 0px;
  background-image: url('../images/icons8-behance-96_2icons8-behance-96.png');
}

.social-link.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/icons8-instagram-104-2_1icons8-instagram-104 (2).png');
  background-size: 12px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.social-link.instagram.line {
  margin-left: 0px;
  background-image: url('../images/linkedin-svgrepo-white-com.png');
}

.social-link.line {
  margin-right: 0px;
  margin-left: 0px;
  border-style: solid none solid solid;
  background-color: transparent;
  background-image: url('../images/icons8-twitter-90_1icons8-twitter-90.png');
}

.social-link.pink {
  background-color: #ce0097;
}

.social-link.green {
  background-color: #20bd57;
}

.social-link.blue {
  background-color: #00b3ac;
}

.social-link.twitter {
  background-image: url('../images/icons8-twitter-90_1icons8-twitter-90.png');
  background-size: 35px 35px;
}

.service-row-second {
  margin: 20px 0px;
  padding-right: 2px;
  padding-left: 2px;
}

.padding-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 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;
}

.hero-big {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0%;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.hero-big.center-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  text-align: left;
}

.big-paragraph {
  color: #000;
  font-size: 17px;
  line-height: 27px;
}

.big-paragraph.in-section {
  color: #677081;
  font-size: 28px;
  line-height: 38px;
}

.big-paragraph.white {
  color: #fff;
}

.icon-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-header.padding-bottom {
  margin-bottom: 20px;
  -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;
}

.icon-header.center {
  position: relative;
  width: 70%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta.image-background {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f9), to(#f4f5f9));
  background-image: linear-gradient(180deg, #f4f5f9, #f4f5f9);
}

.cta.image-background.white {
  background-image: none;
}

.row-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
}

.cta-text {
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.cta-text.white {
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

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

.collection-list-wrapper {
  width: 100%;
}

.blog-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #e4e8ee;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.google-play-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px none hsla(0, 0%, 100%, 0.43);
}

.blog-sides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar-block {
  position: relative;
  width: 33.333%;
  margin-right: 5px;
  margin-bottom: 40px;
  margin-left: 5px;
  padding: 25px;
  border: 1px solid #e4e8ee;
  border-radius: 0px;
  background-color: #fff;
}

.sidebar-block:hover {
  border-color: #e4e8ee;
}

.sidebar-block.full-sidee {
  width: 100%;
  margin-right: 5px;
  margin-left: 5px;
  padding-bottom: 30px;
  border-color: #dde1e7;
  border-radius: 0px;
}

.sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 0px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  text-align: left;
}

.sidebar.on-side-bar {
  width: 350px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.small-text {
  color: #00b3ac;
  font-size: 12px;
  line-height: 24px;
}

.category-header {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.block-singel {
  width: 33.333%;
  padding: 20px 30px;
}

.block-singel.border {
  width: 100%;
  padding: 40px;
  border: 1px solid #dde1e7;
}

.block-singel.border.miidle {
  border-right-style: none;
  border-left-style: none;
}

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

.div-info-rich-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.form {
  padding: 2px 40px;
  border: 1px none #000;
}

.text-field-contact {
  width: 49%;
  height: 48px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #eaeaea #eaeaea #dde1e7;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #343e52;
  font-size: 14px;
  line-height: 24px;
}

.text-field-contact:hover {
  border-bottom-color: #142335;
}

.text-field-contact.full {
  width: 100%;
  color: #677081;
  text-align: center;
}

.columns {
  width: 100%;
}

.paragraph-text.blog {
  margin-bottom: 20px;
}

.paragraph-text.white {
  font-size: 14px;
}

.paragraph-text.larger {
  color: #343e52;
  font-size: 18px;
}

.text-area {
  height: 50px;
  min-height: 150px;
  padding-top: 8px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #dde1e7;
  font-family: Montserrat, sans-serif;
  color: #677081;
}

.text-area:hover {
  border-bottom-color: #142335;
}

.left {
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  color: #343e52;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.flex-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-info {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #343e52;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-form-up {
  width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 47px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e8ee #e4e8ee #dde1e7;
  background-color: #fff;
  text-align: left;
}

.bottom-padding {
  margin-bottom: 30px;
}

.contact-us-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  height: 200px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e4e8ee;
  background-color: #fff;
  text-align: center;
}

.contact-us-wrapper.middle {
  width: 100%;
  height: 200px;
  border-style: none solid solid;
  border-color: #dde1e7 #dde1e7 #e4e8ee;
}

.service-header {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #343e52;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.half-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 570px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 20px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 2px;
  border-color: #e6e7e9;
  background-color: #fff;
}

.side-content-info-border {
  height: auto;
  max-width: 600px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 5%;
  padding-left: 5%;
  border-style: none;
  border-width: 2px;
  border-color: #e6e7e9;
  background-color: #000;
}

.headline-div {
  margin-bottom: 0px;
}

.big-divider {
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-bottom: 0px;
  background-color: rgba(141, 150, 160, 0.3);
}

.column-icons {
  margin-bottom: 10px;
}

.column-icons.no-padding {
  margin-bottom: 0px;
}

.licence-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
}

.licence-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
  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;
}

.licence-link {
  color: #677081;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.licence-link:hover {
  color: #00b3ac;
  text-decoration: underline;
}

.icon-div {
  width: 30px;
  height: 30px;
  background-image: url('../images/mailbox.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.icon-div.third {
  background-image: url('../images/icons8-museum.svg');
}

.icon-div.third.image {
  background-image: url('../images/hutomo-abrianto-9ZvuWg8deho-unsplash.jpg');
}

.icon-div.image {
  width: 50px;
  height: 50px;
  background-image: url('../images/outsite-co-R-LK3sqLiBw-unsplash-1.jpg');
}

.icon-div.fourth {
  background-image: url('../images/icons8-museum3.svg');
}

.icon-div.fourth.image {
  background-image: url('../images/kari-shea-AMyjxxLEHU4-unsplash.jpg');
  background-size: cover;
}

.icon-div.second {
  background-image: url('../images/icons8-museum2.svg');
}

.icon-div.second.image {
  background-image: url('../images/hutomo-abrianto-X5BWooeO4Cw-unsplash.jpg');
  background-position: 50% 50%;
}

.licence-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #717177;
}

.image-div {
  width: 100px;
  height: 100px;
}

.image-div.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dde1e7), to(#dde1e7));
  background-image: linear-gradient(180deg, #dde1e7, #dde1e7);
}

.image-div.icons.video {
  background-image: url('../images/di_an_h-g_8MrEZAvyE-unsplash-1.jpg'), -webkit-gradient(linear, left top, left bottom, from(#dde1e7), to(#dde1e7));
  background-image: url('../images/di_an_h-g_8MrEZAvyE-unsplash-1.jpg'), linear-gradient(180deg, #dde1e7, #dde1e7);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.link-licence {
  color: #343e52;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.link-licence:hover {
  color: #fa7000;
  text-decoration: underline;
}

.div-image {
  width: 100px;
  height: 100px;
  background-image: url('../images/shutterstock_178724276.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-image.logo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background-image: url('../images/5d973d786f21d7da1fd3f9bf_Bermuda-Shodow.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.licence-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-bottom: -24px;
  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;
}

.licence-item-firs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dde1e7;
  border-radius: 0px;
  background-color: #fff;
}

.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;
  background-color: #000;
  background-image: url('../images/curve-pink.png');
  background-position: 0px 0px;
  background-size: auto;
}

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

.icon-image-second {
  position: relative;
  left: 0px;
  top: 14px;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 8px;
  background-color: #5956fd;
}

.icon-image-second.design {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef3b31), to(#ef3b31));
  background-image: linear-gradient(180deg, #ef3b31, #ef3b31);
}

.icon-image-second.interaction {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#e9e9e9));
  background-image: linear-gradient(180deg, #e9e9e9, #e9e9e9);
}

.button-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 270px;
  -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;
}

.blog-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  -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: 10px none #fff;
  background-color: transparent;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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: rgba(10, 43, 60, 0.5);
}

.date-blogger {
  position: absolute;
  left: 20px;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 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;
  border: 5px none #fff;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
}

.date-blogger.orange-block {
  position: relative;
  left: auto;
  top: auto;
  padding: 8px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0px;
  background-color: #ef3b31;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}

.date-blogger.orange-block.blue {
  background-color: #00b3ac;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-blog {
  text-decoration: none;
}

.link-blog:hover {
  color: #00b3ac;
}

.blog-bottom-info {
  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;
}

.blog-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #343e52;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}

.blog-heading:hover {
  color: #171d29;
}

.divider-blog {
  width: auto;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #dde1e7;
}

.icon-blog {
  margin-right: 5px;
}

.blog-description {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 30px;
  border: 1px solid #dde1e7;
  border-radius: 0px;
  background-color: #fff;
}

.date-wrapper {
  position: absolute;
  left: 20px;
  top: 20px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.date-wrapper.header {
  position: relative;
  left: 0px;
  top: 0px;
}

.category-text {
  position: relative;
  display: inline-block;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  border: 1px none #e4ecf6;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Inter, sans-serif;
  color: #343e52;
  font-size: 9px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-text:hover {
  background-color: transparent;
}

.category-text.white {
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.button-texting {
  position: relative;
  margin-left: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-texting.blog {
  font-family: Inter, sans-serif;
  color: #343e52;
  font-size: 10px;
  font-weight: 600;
}

.expand {
  width: 1001%;
  max-width: 1200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.question-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.toggle-big-title {
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}

.image-toogle {
  width: 400px;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.question-box {
  margin-bottom: 10px;
}

.question-box.first {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px none #000;
}

.question-title-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 30px 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-left: 1px solid #009fad;
  background-color: #f3f3f3;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}

.question-title-link.white-background {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none;
  border-width: 1px;
  border-color: #9b9b9b #e4e8ee #9b9b9b;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-content {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  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;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.horizontal {
  position: absolute;
  top: 9px;
  width: 14px;
  height: 2px;
  background-color: #fff;
}

.plus-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.question-box-answer {
  position: relative;
  overflow: hidden;
  margin-top: -2px;
  padding: 0px 30px;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1) #e4e8ee;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.vertical {
  position: absolute;
  width: 14px;
  height: 1.5px;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.category-paragraph {
  position: relative;
  display: inline-block;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  border: 1px none #e4ecf6;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #343e52;
  font-size: 9px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-paragraph:hover {
  background-color: transparent;
}

.category-paragraph.white {
  background-color: transparent;
  font-family: Inter, sans-serif;
  color: #fff;
}

.links {
  text-decoration: none;
}

.overlay-div-blog {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(10, 43, 60, 0.6);
}

.hero-text {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0%;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.submit-button-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -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: #ef3b31;
}

.arrow-button-left {
  width: 25px;
  height: 25px;
  background-image: url('../images/icons8-left.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.white-blog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #ebe6e6;
  background-color: #00b3ac;
  color: #000;
  text-align: left;
}

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

.white-blog-card.image.product {
  height: 500px;
  background-size: cover;
}

.features-name {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #18143b;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}

.features-name.single {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  text-align: left;
}

.grid-shop {
  margin-bottom: 20px;
  grid-column-gap: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.compare-price {
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.51);
  text-decoration: line-through;
}

.compare-price.light {
  color: #677081;
}

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

.price {
  color: #fff;
}

.price.dark {
  color: #000;
}

.grid-cart {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  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;
}

.page-title.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  text-align: left;
}

.quantity {
  height: 50px;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  background-color: #fff;
  color: #30364d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.add-to-cart {
  margin-top: 20px;
}

.button {
  display: inline-block;
  height: 60px;
  padding: 14px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #6a4ee1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.button:hover {
  box-shadow: inset 0 200px 200px 200px rgba(2, 2, 2, 0.11);
}

.button.white {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #fff;
  background-image: none;
  -webkit-transition: background-color 400ms ease, all 400ms ease;
  transition: background-color 400ms ease, all 400ms ease;
  color: #6a4ee1;
}

.button.white:hover {
  border-color: #2e188a;
  background-color: #2e188a;
  box-shadow: none;
  color: #fff;
}

.button.white.cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: 0px;
  padding: 10px;
  border-radius: 0px;
}

.button.white.cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 10px;
  margin-left: 0px;
  padding: 0px;
  border-style: none;
  background-color: transparent;
  font-family: Inter, sans-serif;
}

.form-field {
  height: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px;
  color: #343e52;
}

.order-summery-div {
  font-family: Inter, sans-serif;
  color: #343e52;
}

.block-header {
  font-family: Inter, sans-serif;
  color: #343e52;
}

.checkout-form {
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Inter, sans-serif;
  color: #343e52;
  font-size: 15px;
  line-height: 25px;
}

.apple-pay {
  height: 54px;
  border-radius: 3px;
}

.discount {
  margin-bottom: 20px;
}

.button-apply {
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #ef3b31;
  font-weight: 500;
  text-align: center;
}

.button-apply:hover {
  background-color: #000;
}

.paypal {
  border-radius: 0px;
}

.div-product-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 179, 172, 0.89);
}

.error-state {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 6px;
  background-color: red;
  font-family: Inter, sans-serif;
  color: #fff;
  text-align: center;
}

.cart-line {
  color: #30364d;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}

.cart-quantity {
  margin-left: 0px;
  background-color: #fff;
  color: #343e52;
}

.text-block {
  color: #30364d;
  font-size: 20px;
  font-weight: 500;
}

.empty-state {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-padding {
  margin-top: 24px;
}

.icon-2 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.romove {
  color: #00b3ac;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.romove:hover {
  color: #ef3b31;
}

.apple {
  height: 60px;
  border-radius: 6px;
}

.nav-column.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.name {
  color: #30364d;
  font-size: 18px;
  line-height: 28px;
}

.remove-button {
  text-decoration: none;
  text-transform: none;
}

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

.collection-list {
  width: 100%;
}

.cart-wrapper {
  z-index: 999;
}

.form-block {
  display: block;
  margin-bottom: 0px;
  padding: 20px 0px 0px;
}

.grid-left-paralel {
  position: relative;
  grid-auto-flow: row;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ab-nav-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 46px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.ab-nav-wrapper {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar {
  position: absolute;
  width: 100%;
  padding: 31px 12px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(44%, #000), to(transparent));
  background-image: linear-gradient(180deg, #000 44%, transparent);
}

.brand-2 {
  width: 18%;
}

.image-2 {
  width: auto;
}

.text-span {
  color: #ce0097;
}

.paragraph {
  font-family: Allura, sans-serif;
  color: #ce0097;
  font-size: 30px;
}

.pink-signature {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Allura, sans-serif;
  color: #ce0097;
  font-size: 35px;
  line-height: 40px;
}

.pink-signature.smaller {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.paragraph-2 {
  font-family: Lato, sans-serif;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  color: #ce0097;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.ab-quick-link-titles {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-3 {
  color: #fff;
}

.paragraph-4 {
  color: #fff;
}

.link-2 {
  color: #fff;
}

.section-2 {
  height: 7px;
  background-image: url('../images/band2-2.jpg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.signature-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-right: 20px;
  padding-bottom: 20px;
  float: right;
}

.div-block-8 {
  padding: 15px 2px 2px;
}

.right-content {
  width: 50%;
  margin-right: 90px;
}

.right-content.wider {
  width: 90%;
  margin-right: 0px;
}

.image-column {
  position: relative;
  width: auto;
  height: 450px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-right: 0px;
  border: 4px solid #fff;
  background-image: url('../images/edward-cisneros-415601-unsplash.jpg');
  background-position: 38% 50%;
  background-size: cover;
}

.image-column._2 {
  margin-top: 16px;
  margin-bottom: 0px;
}

.image-column.rachael {
  background-image: url('../images/cheerful-middle-aged-woman-with-curly-hair_1262-20859.jpg');
}

.section-header {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #415055;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.ab-white-paragraph {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-5 {
  color: #fff;
}

.slider {
  display: none;
  width: 100%;
  height: 800px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-2 {
  background-image: url('../images/curve-pink.png'), url('../images/Alison-Keenan-71.jpg');
  background-position: 50% 50%, 50% 0%;
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, scroll;
}

.text-span-2 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-9 {
  position: relative;
  left: 98px;
  top: 360px;
  width: 700px;
  padding: 15px 25px;
  background-color: rgba(0, 0, 0, 0.31);
}

.slide-3 {
  background-image: url('../images/curve-pink.png'), url('../images/banner3.jpg');
  background-position: 50% 50%, 50% 0%;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.slide-4 {
  background-image: url('../images/curve-pink.png'), url('../images/banner2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.banner-text-team {
  position: relative;
  left: -203px;
  top: 70px;
  width: 600px;
  padding: 15px 25px;
  background-color: rgba(0, 0, 0, 0.11);
}

.banner-title-no-background {
  position: relative;
  left: auto;
  top: 86px;
  right: auto;
  width: 100%;
  max-width: none;
  padding: 15px 25px 15px 0px;
  background-color: rgba(0, 0, 0, 0.11);
  text-align: center;
}

.rich-text-block {
  font-family: Lato, sans-serif;
}

.link-3 {
  font-family: Inter, sans-serif;
  color: #fff;
}

.link-3.w--current {
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

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

.link-4 {
  font-family: Inter, sans-serif;
  color: #fff;
}

.link-4:hover {
  color: #fff;
}

.link-4.w--current {
  font-family: Lato, sans-serif;
  line-height: 24px;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.checkbox-label {
  font-family: Montserrat, sans-serif;
}

.paragraph-7 {
  margin-bottom: 0px;
}

.paragraph-8 {
  margin-bottom: 0px;
}

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

.list-white {
  color: #fff;
}

.div-block-11 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.div-block-12 {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

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

.columns-2 {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px 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;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.background-video {
  height: 80vh;
  background-image: url('../images/curve-pink.png');
  background-position: 50% 100%;
  background-size: auto;
}

.div-block-14 {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 10px;
}

.paragraph-9 {
  font-style: italic;
}

.div-block-15 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-5 {
  display: block;
}

.image-6 {
  height: 730px;
}

.div-block-16 {
  display: none;
}

.div-block-17 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 31px;
}

.div-block-18 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .dropdown-list-second.w--open {
    background-color: #fff;
    box-shadow: none;
  }

  .dropdown-list-second.w--open:hover {
    background-color: rgba(228, 236, 246, 0.4);
  }

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

  .one-side-video {
    width: 100%;
  }

  .image-block-hidder.hide {
    overflow: hidden;
  }

  .contact-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-section {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .info-service-wrapper {
    margin-bottom: 20px;
  }

  .top-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link {
    display: block;
    border-bottom: 1px solid #e4ecf6;
    background-color: #fff;
    text-align: left;
  }

  .nav-link:hover {
    background-color: rgba(228, 236, 246, 0.4);
  }

  .dropdown-link-second {
    background-color: rgba(228, 236, 246, 0.4);
    box-shadow: none;
  }

  .dropdown-link-second:hover {
    background-color: rgba(228, 236, 246, 0.8);
  }

  .dropdown-link-second.w--current {
    box-shadow: none;
  }

  .dropdown-link-second.w--current:hover {
    background-color: rgba(228, 236, 246, 0.8);
    color: #00b3ac;
  }

  .priject-icon.padding {
    width: 80%;
  }

  .column {
    margin-bottom: 20px;
  }

  .sociablock.footer {
    margin-top: 40px;
  }

  .service-heading-second {
    font-size: 30px;
  }

  .text-block-nav {
    color: #343e52;
  }

  .lightbox {
    width: 100%;
  }

  .div-block-image-roll {
    height: 600px;
  }

  .contact-form-div {
    width: 100%;
  }

  .social-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .social-wrapper.in-team {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .social-wrapper.hero-bottom {
    margin-left: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .social-wrapper.in-form {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .social-wrapper.hero-bottom {
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .side-content-info {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .side-content-info.right {
    position: relative;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .arrow {
    color: #343e52;
  }

  .team-wrapper {
    height: auto;
  }

  .image-block-hider.hide {
    height: 650px;
  }

  .copyright {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }

  .contact-image-div {
    width: 100%;
  }

  .lightbox-link {
    width: 50%;
  }

  .hero {
    padding-right: 60px;
    padding-left: 60px;
  }

  .hero.third {
    height: 800px;
    padding-top: 0px;
  }

  .hero.subpage.administration {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero.subpage.ttemp {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero.cms {
    height: 1100px;
  }

  .footer-block {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .footer-block.about-us {
    margin-bottom: 20px;
  }

  .side-content {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bermuda {
    width: auto;
    padding: 10px 0px;
  }

  .submit-card {
    max-width: none;
    margin-top: 0px;
    margin-left: 0px;
  }

  .hero-info {
    width: auto;
  }

  .hero-info.second-page {
    left: 79px;
    width: 500px;
  }

  .hero-info.third {
    margin-top: -160px;
  }

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

  .section.sponsor {
    padding-top: 0px;
  }

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

  .section.quote-section {
    padding-bottom: 0px;
  }

  .section.backgropund {
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/tu-tu-QZGQO3NvsLo-unsplash-p-2600.jpeg');
    background-image: linear-gradient(180deg, null, null), url('../images/tu-tu-QZGQO3NvsLo-unsplash-p-2600.jpeg');
  }

  .section.no-bottom {
    padding-bottom: 0px;
  }

  .section.white-background {
    display: block;
  }

  .menu-button {
    padding: 20px;
    color: #343e52;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #333;
  }

  .menu-button.white {
    background-color: #ce0097;
    color: #fff;
  }

  .section-scroll-new {
    margin-right: 60px;
  }

  .first-three-column {
    width: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-line-divider {
    display: inline-block;
  }

  .full-with-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .team-image {
    height: 500px;
  }

  .team-image._3 {
    height: 500px;
  }

  .team-image._2 {
    height: 600px;
  }

  .image-left-contact {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .brand.footer {
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dark-logo.in-colors {
    opacity: 0;
  }

  .nav-menu-second {
    position: absolute;
    display: block;
    height: auto;
    margin-right: 0px;
    border: 1px solid #e7ecf8;
    background-color: #fff;
    color: #000;
  }

  .hero-big-text {
    font-size: 40px;
    line-height: 50px;
  }

  .one-side-image {
    width: 100%;
  }

  .one-side-image.gray {
    width: 100%;
    height: 650px;
    max-height: 700px;
  }

  .one-side-image.gray.with-services {
    height: 500px;
    max-height: 600px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .one-side-image.gray.first {
    height: 600px;
    max-height: 600px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .one-side-image.gray.first.left-side {
    height: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .one-side-image.gray.first.left-side {
    display: block;
    height: auto;
    max-height: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .one-side-image.gray.first.left-side.black {
    width: auto;
  }

  .one-side-image._2 {
    width: auto;
  }

  .container-wrapper {
    text-align: left;
  }

  .container-wrapper.single {
    padding-right: 0%;
    padding-left: 0%;
  }

  .container-wrapper.contact-us {
    width: 100%;
  }

  .icon-wrapper {
    width: 20%;
  }

  .nav-bar {
    position: absolute;
    height: auto;
    padding: 10px 20px;
  }

  .navigation-wrapper {
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-content.title-in-div.center {
    width: 50%;
    text-align: center;
  }

  .section-scroll {
    margin-right: 20px;
  }

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

  .image-vertical {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-vertical.left-image {
    position: relative;
    width: 100%;
    height: 100vh;
  }

  .cta-card {
    width: auto;
    height: 400px;
  }

  .cta-card.payments {
    width: auto;
  }

  .side-features {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-features.top-algin {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-features.top-algin.reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .quote-block {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-bottom: 0px;
    padding-left: 0%;
  }

  .work-link {
    width: 50%;
  }

  .feature {
    height: auto;
    margin-bottom: 20px;
  }

  .side-image {
    width: 100%;
  }

  .side-image._1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .side-image.image {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .features-card {
    margin-bottom: 60px;
  }

  .review._1 {
    top: 4%;
  }

  .review._3 {
    top: 39%;
  }

  .tabs-content {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-column {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-pane {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .testimonial-arrow {
    left: -20%;
    right: 0px;
    bottom: -15%;
  }

  .service-div {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .service-div.line.testimonials {
    height: auto;
  }

  .feature-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.3338%;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .feature-tab.w--current {
    width: 33.333%;
    text-align: center;
  }

  .feature-tab.event {
    width: 33.333%;
  }

  .feature-tab.event.w--current {
    width: 33.333%;
  }

  .div-sliders-column-wrapper {
    padding-top: 20px;
  }

  .hero-services-card {
    width: 45%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-services-card.scale-pricing-contain {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-services-card.startup-pricing-contain {
    margin-top: 0px;
    margin-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-services-card.pro-pricing-contain {
    margin-top: 0px;
    margin-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pricing-row {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .pricing-slider-wrap {
    display: none;
  }

  .center.quote {
    width: 100%;
  }

  .left-testimonial-arrow {
    left: 0px;
    right: -20%;
    bottom: -15%;
  }

  .sponsor-liks {
    height: auto;
  }

  .tab-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .slider-testimonials {
    height: auto;
  }

  .slide-nav {
    bottom: -15%;
    width: 140px;
    margin-top: 0px;
  }

  .service-row-second {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .icon-header.center {
    width: 100%;
  }

  .row-cta {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-text.white {
    width: 100%;
    line-height: 30px;
    text-align: center;
  }

  .column-cta {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog-side {
    width: 100%;
  }

  .blog-sides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sidebar {
    width: 100%;
    padding-right: 20px;
  }

  .sidebar.on-side-bar {
    width: 100%;
    margin-left: 0px;
  }

  .block-singel.border {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-padding {
    width: 100%;
  }

  .columns {
    width: 100%;
  }

  .paragraph-text.larger {
    font-size: 22px;
    line-height: 32px;
  }

  .left {
    font-weight: 500;
  }

  .contact-form-up {
    width: 100%;
    padding: 20px;
  }

  .contact-us-wrapper {
    height: 200px;
  }

  .contact-us-wrapper.middle {
    width: 100%;
    height: 200px;
    border-right-style: none;
    border-left-style: none;
  }

  .half-side {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .side-content-info-border {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .licence-items {
    width: 70%;
  }

  .licence-item {
    width: 80%;
  }

  .image-wrapper {
    height: 400px;
  }

  .blog-card {
    width: 100%;
    height: 550px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .blog-card.last {
    margin-bottom: 20px;
  }

  .blog-bottom-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .question-title {
    font-size: 16px;
  }

  .image-toogle {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .question-title-link.white-background {
    height: auto;
    padding-bottom: 50px;
  }

  .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .question-box-answer {
    margin-top: -1px;
    border-style: none;
    border-color: #000;
  }

  .white-blog-card {
    height: auto;
  }

  .white-blog-card.image {
    height: 400px;
  }

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

  .page-title.left {
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .order-summery-div {
    width: 100%;
  }

  .button-apply {
    width: 15%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    text-align: center;
  }

  .portfolio-checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block {
    width: 100%;
    margin-right: 0px;
  }

  .nav-column.right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

  .navbar {
    padding-right: 30px;
    padding-left: 30px;
  }

  .brand-2 {
    width: 30%;
  }

  .content-wrapp {
    margin-bottom: 48px;
  }

  .right-content {
    width: 100%;
  }

  .slider {
    height: 700px;
  }

  .div-block-9 {
    top: 314px;
    width: 600px;
  }

  .banner-text-team {
    top: 421px;
    width: 400px;
  }

  .banner-title-no-background {
    top: auto;
    display: block;
    width: 100%;
    margin-top: 85px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .background-video {
    height: 80vh;
  }
}

@media screen and (max-width: 767px) {
  .footer-column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .one-side-video {
    height: 700px;
  }

  .one-side-video.third {
    height: 500px;
  }

  .project-wrapper.big {
    height: 350px;
  }

  .image-block-hidder.hide {
    height: auto;
  }

  .image-block-hidder.hide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .social-link-link.line {
    margin-left: 0px;
  }

  .project-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .priject-icon.padding {
    width: 85%;
  }

  .flex-div {
    width: 100%;
    margin-right: 0px;
  }

  .flex-div.left {
    margin-left: 0px;
  }

  .service-heading-second.white {
    font-size: 16px;
    line-height: 26px;
  }

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

  .animation-slide-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-wrapper.hero-bottom {
    margin-left: 20px;
  }

  .social-wrapper.hero-bottom {
    margin-left: 20px;
  }

  .side-content-info {
    padding-right: 5%;
    padding-bottom: 0%;
    padding-left: 5%;
  }

  .image-block-hider.hide {
    height: 500px;
  }

  .image-block-hider.hide {
    height: 500px;
  }

  .image-block-hider.hide {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .copyright {
    text-align: left;
  }

  .lightbox-link.big-image {
    width: 100%;
    margin-bottom: 0px;
  }

  .facts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .hero.third {
    height: 900px;
  }

  .hero.subpage.no-image {
    height: 200px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero.subpage.administration {
    display: block;
    height: 200px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero.subpage.ttemp {
    display: block;
    height: 200px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero.single-page {
    height: 600px;
  }

  .footer-block {
    width: 100%;
  }

  .footer-block.contact {
    width: 100%;
  }

  .footer-block.about-us {
    width: 100%;
    margin-bottom: 20px;
  }

  .side-content {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

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

  .hero-info {
    width: auto;
  }

  .hero-info.second-page {
    left: 72px;
    top: 282px;
    width: 400px;
  }

  .hero-info.third {
    margin-top: -200px;
  }

  .button-link.white.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section.sponsor {
    padding-top: 0px;
  }

  .section.gray.blog-section {
    padding-bottom: 80px;
  }

  .section-scroll-new {
    margin-right: 20px;
  }

  .first-three-column {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .full-with-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .brand.footer {
    width: auto;
    margin-bottom: 10px;
  }

  .service-row {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .nav-menu-second {
    margin-right: 0px;
  }

  .hero-big-text {
    font-size: 25px;
    line-height: 35px;
  }

  .hero-big-text.centre {
    font-size: 28px;
  }

  .one-side-image {
    height: 700px;
  }

  .one-side-image.gray {
    height: 700px;
    max-height: 700px;
  }

  .one-side-image.gray.with-services {
    height: 600px;
    max-height: 600px;
  }

  .one-side-image.gray.first {
    height: 600px;
    max-height: 600px;
  }

  .one-side-image.gray.first.left-side {
    height: 500px;
  }

  .one-side-image.gray.first.left-side {
    height: auto;
  }

  .one-side-image.slide-animation {
    height: auto;
  }

  .container-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon-wrapper {
    width: 15%;
  }

  .div-content.title-in-div {
    padding-left: 20px;
  }

  .div-content.title-in-div.center {
    padding-left: 0px;
  }

  .section-scroll {
    margin-right: 20px;
  }

  .cta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-vertical {
    width: 100%;
    height: 600px;
  }

  .image-vertical.left-image {
    width: 100%;
  }

  .image-vertical.left-image.image {
    height: 300px;
    margin-bottom: 40px;
    padding-bottom: 0px;
  }

  .image-vertical.left-image.image._2 {
    height: 500px;
  }

  .cta-card {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .cta-card.payments {
    width: 100%;
  }

  .side-features {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quote-block {
    padding-bottom: 0%;
  }

  .small-services.border {
    width: 100%;
    border-right-style: solid;
  }

  .small-services.border.right {
    border-left-style: solid;
  }

  .small-services.middle-border {
    width: 100%;
  }

  .work-link {
    width: 100%;
  }

  .feature {
    height: auto;
  }

  .cta-icon {
    margin-right: auto;
    margin-left: auto;
  }

  .video-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/tu-tu-QZGQO3NvsLo-unsplash.jpg');
    background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/tu-tu-QZGQO3NvsLo-unsplash.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .cta-card-wrapper.half {
    width: 100%;
    margin-bottom: 40px;
  }

  .cta-card-wrapper.half.second {
    margin-bottom: 0px;
  }

  .review._1 {
    right: 29%;
  }

  .testimonial-arrow {
    left: -30%;
    bottom: -5%;
  }

  .service-div.line {
    margin-bottom: 20px;
  }

  .service-div.line.testimonials {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .feature-tab {
    width: 100%;
  }

  .feature-tab.w--current {
    width: 100%;
  }

  .feature-tab.event {
    width: 100%;
  }

  .feature-tab.event.w--current {
    width: 1003%;
  }

  .pricing.row-nr1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .pricing-block {
    margin-bottom: 0px;
  }

  .sponsor-link {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #ebebeb;
    border-right-style: solid;
  }

  .sponsor-link.last {
    width: 100%;
    border-right-style: solid;
  }

  .div-sliders-column-wrapper {
    height: auto;
  }

  .hero-services-card {
    width: 50%;
    max-width: none;
    min-width: 35%;
    margin-top: 0px;
    margin-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .hero-services-card.scale-pricing-contain {
    width: 45%;
    margin-top: 0px;
    margin-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .hero-services-card.startup-pricing-contain {
    width: 45%;
  }

  .hero-services-card.pro-pricing-contain {
    width: 50%;
    height: 120px;
    max-width: none;
    min-width: auto;
    margin: 0px 2px 4px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .feature-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quote {
    display: block;
    font-size: 20px;
    line-height: 30px;
  }

  .pricing-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .center.quote {
    width: 100%;
  }

  .left-testimonial-arrow {
    right: -30%;
    bottom: -5%;
  }

  .sponsor-liks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sponsor-liks.with-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-testimonials {
    height: auto;
  }

  .slide-nav {
    bottom: -5%;
    width: 140px;
  }

  .social-link.line {
    margin-left: 0px;
  }

  .service-row-second {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .icon-header.center {
    width: 90%;
  }

  .collection-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta-text.white {
    margin-bottom: 20px;
  }

  .sidebar-block.full-sidee {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sidebar {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .sidebar.on-side-bar {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .category-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-singel.border {
    width: 100%;
    border-right-style: solid;
  }

  .block-singel.border.miidle {
    border-style: none solid;
  }

  .contact-form-up {
    padding: 20px;
  }

  .side-content-info-border {
    padding-bottom: 0%;
  }

  .licence-item-wrapper {
    width: 100%;
  }

  .licence-items {
    width: 100%;
  }

  .licence-item {
    width: 100%;
  }

  .licence-item-firs {
    width: 100%;
  }

  .image-wrapper {
    height: 300px;
  }

  .blog-card {
    width: 100%;
    height: 450px;
  }

  .blog-bottom-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .question-title-link.white-background {
    margin-top: 0px;
  }

  .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .question-box-answer {
    height: auto;
    margin-top: -5px;
    padding-bottom: 5px;
  }

  .white-blog-card {
    height: auto;
  }

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

  .page-title.left {
    margin-bottom: 0px;
  }

  .button-apply {
    width: 20%;
    text-align: center;
  }

  .nav-column.right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .grid-left-paralel {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .brand-2 {
    width: 40%;
  }

  .pink-signature.smaller {
    font-size: 11px;
    line-height: 21px;
    letter-spacing: 0px;
  }

  .image-column {
    margin-top: 30px;
  }

  .slider {
    height: 500px;
  }

  .div-block-9 {
    top: 310px;
    width: 400px;
  }

  .banner-text-team {
    top: 310px;
  }

  .banner-title-no-background {
    margin-top: 43px;
  }

  .background-video {
    height: 70vh;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }

  p {
    display: block;
  }

  .footer-column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .one-side-video.third {
    height: 500px;
  }

  .sponsor-card {
    margin-top: -2px;
  }

  .image-block-hidder.hide {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-block-hidder.hide {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .check-mark-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-service-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .top-footer {
    height: auto;
  }

  .priject-icon.padding {
    width: 80%;
  }

  .learn-more {
    margin-top: 0px;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
  }

  .div-block-image-roll {
    height: 500px;
  }

  .list-iteam.checkbox {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-form-div {
    width: 100%;
    margin-top: 0px;
  }

  .social-wrapper.in-form {
    width: 100%;
  }

  .heading-half-section {
    font-size: 31px;
  }

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

  .project-header {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }

  .project-info-card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .side-content-info {
    padding-right: 5%;
    padding-left: 5%;
  }

  .side-content-info.right {
    padding-bottom: 5%;
  }

  .copyright {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .facts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero.third {
    height: 1300px;
    padding-top: 0px;
  }

  .hero.subpage.contact {
    height: 550px;
  }

  .hero.subpage.no-image {
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero.subpage.no-image._2 {
    height: 250px;
  }

  .hero.subpage.administration {
    padding-top: 56px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero.subpage.administration._2 {
    height: 250px;
  }

  .hero.subpage.ttemp {
    padding-top: 56px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero.subpage.ttemp._2 {
    height: 250px;
  }

  .footer-block {
    margin-bottom: 20px;
  }

  .footer-block.about-us {
    width: 100%;
  }

  .bermuda {
    padding-right: 0px;
    padding-left: 0px;
  }

  .submit-card {
    width: 100%;
    max-width: none;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-info.second-page {
    top: 199px;
    width: auto;
  }

  .hero-info.third {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -600px;
  }

  .button-link.white.nav {
    display: none;
  }

  .section {
    padding-top: 10px;
  }

  .section.sponsor {
    padding-top: 0px;
    padding-bottom: 25px;
  }

  .section.facts-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .first-three-column {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .full-with-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .team-image {
    height: 200px;
  }

  .team-image._4 {
    height: 200px;
  }

  .team-image._3 {
    height: 200px;
  }

  .team-image._2 {
    height: 200px;
  }

  .team-image._5 {
    height: 200px;
  }

  .image-left-contact {
    width: 100%;
    height: 450px;
  }

  .play-video-text {
    width: 88%;
  }

  .submit-wrapper {
    width: 100%;
  }

  .hero-big-text {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-big-text.centre {
    font-size: 20px;
    line-height: 30px;
  }

  .one-side-image.gray {
    height: 850px;
    max-height: 850px;
  }

  .one-side-image.gray.with-services {
    height: auto;
    max-height: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .one-side-image.gray.first {
    height: 750px;
    max-height: 750px;
  }

  .one-side-image.slide-animation {
    height: auto;
  }

  .container-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .icon-wrapper {
    width: 20%;
  }

  .button-wrapper {
    width: auto;
  }

  .div-content {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .div-content.title-in-div.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    text-align: center;
  }

  .play-button {
    width: 21%;
  }

  .heading {
    font-size: 29px;
    line-height: 39px;
    text-align: center;
  }

  .cta-wrapper {
    width: auto;
  }

  .features-image {
    height: 700px;
  }

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

  .image-vertical {
    height: 350px;
  }

  .image-vertical.left-image {
    width: 100%;
    height: 400px;
  }

  .image-vertical.left-image.image {
    height: 150px;
    margin-bottom: 10px;
  }

  .image-vertical.left-image.image._2 {
    height: 300px;
  }

  .image-vertical.second {
    height: 400px;
  }

  .cta-card {
    width: auto;
    height: auto;
  }

  .side-features {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .quote-block {
    padding-right: 5%;
    padding-left: 5%;
  }

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

  .feature {
    height: auto;
  }

  .cta-icon {
    margin-right: auto;
    margin-left: auto;
  }

  .review-paragraph {
    width: 100%;
  }

  .cta-card-wrapper.half {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .cta-card-wrapper.half.second {
    width: auto;
  }

  .features-card.small {
    width: auto;
    height: auto;
  }

  .review._1 {
    top: 4%;
    right: 10%;
  }

  .review._3 {
    right: 0%;
  }

  .tab-pane {
    width: 100%;
  }

  .testimonial-arrow {
    left: -50%;
    bottom: -5%;
  }

  .service-div {
    width: 100%;
  }

  .service-div.line.testimonials {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing.row {
    display: block;
    width: 100%;
  }

  .colum {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-block {
    margin-bottom: 0px;
  }

  .div-sliders-column-wrapper {
    position: static;
  }

  .flex-services {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-services-card {
    width: 100%;
    height: auto;
    max-width: 400px;
    min-width: 0px;
  }

  .hero-services-card.scale-pricing-contain {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-services-card.startup-pricing-contain {
    width: 100%;
    max-width: none;
  }

  .hero-services-card.pro-pricing-contain {
    width: 100%;
    height: auto;
  }

  .slide {
    width: auto;
  }

  .quote {
    display: block;
    font-size: 18px;
    line-height: 20px;
  }

  .quote.text {
    font-size: 20px;
    line-height: 30px;
  }

  .pricing-row {
    padding-right: 10px;
    padding-left: 10px;
  }

  .center.quote {
    width: 100%;
  }

  .left-testimonial-arrow {
    right: -50%;
    bottom: -5%;
  }

  .sponsor-liks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .big-white-paragraph {
    display: block;
  }

  .slider-testimonials {
    height: auto;
  }

  .slide-nav {
    bottom: -5%;
    width: 80px;
    margin-top: 0px;
  }

  .service-row-second {
    width: auto;
  }

  .hero-big {
    font-size: 32px;
    line-height: 42px;
  }

  .icon-header.center {
    width: 100%;
  }

  .row-cta {
    width: 100%;
  }

  .cta-text.white {
    margin-bottom: 20px;
    text-align: center;
  }

  .sidebar {
    padding-left: 0px;
  }

  .form {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .text-field-contact {
    width: 100%;
  }

  .paragraph-text.larger {
    font-size: 18px;
  }

  .flex-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form-up {
    display: block;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .contact-us-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-us-wrapper.middle {
    border-right-style: none;
    border-left-style: none;
  }

  .half-side {
    padding-right: 0%;
    padding-left: 0%;
  }

  .side-content-info-border {
    padding-right: 5%;
    padding-left: 5%;
  }

  .licence-item-wrapper {
    width: auto;
    padding: 15px 15px 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .licence-link {
    margin-right: 10px;
  }

  .licence-links-wrapper {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-div {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-licence {
    margin-right: 10px;
  }

  .div-image {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .licence-item-firs {
    width: auto;
    padding: 15px 15px 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-wrapper {
    height: 285px;
  }

  .blog-card {
    width: auto;
    margin-bottom: 40px;
  }

  .blog-bottom-info.div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-description {
    bottom: 0%;
  }

  .category-text.in {
    margin-right: 0px;
  }

  .question-title {
    font-size: 14px;
    text-align: left;
  }

  .toggle-big-title {
    font-size: 28px;
    line-height: 38px;
  }

  .image-toogle {
    width: auto;
    height: 300px;
  }

  .question-title-link.white-background {
    height: auto;
    margin-top: 0px;
    padding: 30px 20px;
  }

  .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .info-content {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .question-box-answer {
    margin-top: -5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
  }

  .hero-text {
    font-size: 32px;
    line-height: 42px;
  }

  .white-blog-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding: 15px;
  }

  .grid-shop {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 0px;
  }

  .compare-price {
    margin-right: 10px;
  }

  .button {
    margin-bottom: 10px;
  }

  .button.white.cart {
    margin-bottom: 0px;
  }

  .collection-list-wrapper-2 {
    width: 100%;
  }

  .button-apply {
    width: 30%;
  }

  .image-product {
    display: none;
  }

  .grid-left-paralel {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .navbar {
    padding-right: 5px;
    padding-left: 5px;
  }

  .brand-2 {
    width: 60%;
  }

  .column-3 {
    padding-right: 0px;
  }

  .right-content {
    width: 100%;
    margin-right: 0px;
  }

  .image-column {
    width: 300px;
    height: 300px;
  }

  .section-header {
    font-size: 25px;
    line-height: 35px;
  }

  .slider {
    height: 500px;
  }

  .slide-2 {
    background-position: 50% 0%;
    background-size: cover;
    background-attachment: scroll;
  }

  .div-block-9 {
    left: auto;
    top: 281px;
    right: auto;
    width: auto;
  }

  .banner-text-team {
    left: 54px;
    top: 281px;
    width: 250px;
  }

  .banner-title-no-background {
    padding-right: 0px;
  }

  .image-3 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: auto;
  }
}

#w-node-_98702b29-ef38-5ad7-b277-f6e6773e6cfb-d0943574 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_98702b29-ef38-5ad7-b277-f6e6773e6cfb-39eb3150 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_98702b29-ef38-5ad7-b277-f6e6773e6cfb-7b51b5d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_98702b29-ef38-5ad7-b277-f6e6773e6cfb-ba32c12e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_98702b29-ef38-5ad7-b277-f6e6773e6cfb-cba893b1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_98702b29-ef38-5ad7-b277-f6e6773e6cfb-a60e86c7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

