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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

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

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

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

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

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

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

.w-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-commerceaddtocartoutofstock {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

@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-commercecartcontainerwrapper--cartType-modal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #092457;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  max-width: 850px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #15113b;
  font-size: 64px;
  line-height: 68px;
  font-weight: 700;
  text-align: left;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #15113b;
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #15113b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #15113b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #15113b;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #15113b;
  font-size: 16px;
  line-height: 26px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  padding: 60px 6%;
  -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;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

.section.hero_section_l1 {
  position: relative;
  height: 85vh;
  max-height: 780px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.dark_bg {
  background-color: #15113b;
}

.section.footer_section {
  position: relative;
  padding-bottom: 40px;
  background-color: #092457;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.section.relative {
  position: relative;
}

.section.off_white_bg {
  background-color: #f7f7f7;
}

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

.section.no_top_bottom_padding.add_bottom_padding {
  padding-bottom: 95px;
  background-color: #fff;
}

.section.hero_section_l2 {
  height: auto;
  max-height: none;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #fff;
}

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

.section.yellow_bg.no_bottom_padding {
  padding-bottom: 0px;
}

.section.yellow_bg.no_side_padding {
  padding-right: 0%;
  padding-left: 0%;
}

.section.log_in_section {
  height: 100vh;
  padding: 0px 0%;
}

.section.forgot_password_section {
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.feat_shop_section {
  height: 70vh;
  padding: 0px 0%;
}

.section.shop_section {
  padding: 0px 0%;
}

.section.shop_by_cat_section {
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
  bottom: 0px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 24px;
  background-color: #f7f7f7;
}

.section.v3_hero {
  height: auto;
  max-height: none;
  min-height: auto;
  padding-top: 110px;
  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.product_section {
  padding: 0px 6% 65px;
  background-color: #fff;
}

.section.overflow_hidden {
  overflow: hidden;
}

.section.v4_hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  max-height: 600px;
  padding: 95px 6% 0px;
  background-color: #15113b;
}

.section.v4_section-2 {
  position: relative;
  display: block;
  padding-top: 164px;
}

.section.v5_hero {
  position: relative;
  height: 600px;
  min-height: 60vh;
  background-color: #09d5b0;
  background-image: url('../images/austin-distel-wD1LRb9OeEo-unsplash-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.no-top-padding {
  margin-bottom: 40px;
  padding: 100px 6% 20px;
  background-color: #f7f7f7;
}

.section.with-curves {
  position: relative;
  padding-top: 185px;
  padding-bottom: 185px;
}

.section.grey-gradient-bg {
  position: relative;
  padding-top: 95px;
  padding-bottom: 95px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(4%, hsla(0, 0%, 96.9%, 0.23)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.9%, 0.23) 4%, #fff);
}

.section.grey-gradient-bg.less-top-padding {
  padding-top: 0px;
}

.section.grey-gradient-bg-reverse {
  padding-top: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 96.9%, 0.26)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 96.9%, 0.26));
}

.section.with-curve-below {
  position: relative;
  padding-bottom: 185px;
}

.section.team-hero-section {
  padding: 0px 0%;
}

.section.contact-v2-section {
  background-color: #ffd343;
}

.section.coming-soon-section {
  min-height: 100vh;
  background-color: #fff;
}

.section.flex-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.pricing-2-section {
  padding-top: 0px;
  background-color: #f7f7f7;
}

.section.pricing-2-hero {
  padding-top: 10%;
}

.section.team-slider-section {
  position: relative;
  background-image: url('../images/austin-distel-wD1LRb9OeEo-unsplash-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.full-width-section {
  overflow: hidden;
  padding: 0px 0%;
}

.section.jobs_section {
  position: relative;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(81%, #fff), to(#f7f7f7));
  background-image: linear-gradient(180deg, #fff 81%, #f7f7f7);
}

.section.grey-bg {
  position: relative;
  background-color: #f7f7f7;
}

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

.section.pricing-v1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f7f7f7;
}

.section.add-bottom-curve {
  position: relative;
  padding-bottom: 200px;
}

.section.services-section {
  padding-top: 110px;
}

.section.mor-products-section {
  padding: 0px 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.about-v1-section {
  position: relative;
  height: 60vh;
  max-height: 500px;
  background-image: url('../images/proxyclick-visitor-management-system-3h7j04-6y3Q-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.section.documentation-hero {
  height: auto;
  padding-top: 95px;
  background-color: #ffd343;
}

.section.doc-category-template-hero {
  -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;
}

.section.integrations-hero {
  min-height: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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: #15113b;
}

.section.integrations-section {
  padding-top: 175px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.l1_section2 {
  background-color: #15113b;
}

.section.blog_hero {
  padding-bottom: 20px;
}

.section.intro_hero {
  position: relative;
  display: block;
  overflow: hidden;
  height: 120vh;
  max-height: 1200px;
  min-height: auto;
  padding-top: 10%;
  -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;
  background-color: #350088;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 56%, 0.5);
}

.section.light_footer {
  position: relative;
  padding-bottom: 40px;
  background-color: transparent;
  background-image: linear-gradient(3deg, #f7f7f7, #fff);
}

.section.shop_v2 {
  background-color: #f7f7f7;
}

.section.footer_2 {
  padding-top: 45px;
  padding-bottom: 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;
  background-color: #15113b;
}

.container {
  width: 100%;
  max-width: 1400px;
}

.container.flex_justify_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container.flex_centered_vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.relative_wrapper {
  position: relative;
  z-index: 2;
}

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

.container.pricing-2-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.documentation-and-integrations-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.top_padding_20 {
  padding-top: 20px;
}

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

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

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

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

.content_contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content_contain._55_percent_width {
  width: 55%;
}

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

.content_contain.align_centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_contain.relative {
  position: relative;
  z-index: 1;
}

.hero_div_line {
  width: 120px;
  height: 3px;
  margin-bottom: 20px;
  background-color: hsla(0, 0%, 84.7%, 0.52);
  line-height: 2px;
}

.new_product_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.small_title {
  margin-right: 8px;
  padding: 5px 10px 5px 0px;
  border-radius: 3px;
  background-color: transparent;
  text-transform: uppercase;
}

.small_title.yellow_bg {
  padding-right: 12px;
  padding-left: 12px;
  background-color: #ffd343;
  color: #272727;
}

.small_title.yellow_bg.min_width {
  min-width: 120px;
}

.small_title.white_text {
  padding-left: 0px;
  color: #fff;
}

.small_title.teal_bg {
  margin-bottom: 20px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #66e1e0;
  font-family: Proximanova, sans-serif;
}

.small_title.teal-text {
  padding-bottom: 0px;
  color: #09d5b0;
}

.bold_text_span {
  font-family: Proximanova, sans-serif;
  line-height: 35px;
  font-weight: 700;
}

.l1_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  height: 45px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #15113b rgba(21, 17, 59, 0) #15113b #15113b;
  border-radius: 3px 0px 0px 3px;
}

.text-field:hover {
  border-color: rgba(21, 17, 59, 0);
  background-color: rgba(255, 211, 67, 0.1);
}

.text-field:active {
  border-style: solid;
  border-color: #15113b;
  background-color: #ffd343;
}

.text-field:focus {
  border-color: #15113b rgba(21, 17, 59, 0) #15113b #15113b;
  background-color: #ffd343;
}

.text-field.large_form_text_field {
  height: 45px;
  border-color: #15113b hsla(0, 0%, 84.7%, 0) #15113b #15113b;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 16px;
  font-weight: 300;
}

.text-field.large_form_text_field:focus {
  background-color: #ffd343;
  color: #272727;
}

.text-field.auto_height {
  height: auto;
}

.text-field.protected-page {
  margin-top: 24px;
  margin-bottom: 16px;
  border-right-color: #15113b;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.text-field.protected-page:hover {
  border-right-color: rgba(21, 17, 59, 0);
}

.text-field.protected-page:active {
  border-right-color: #15113b;
}

.text-field.protected-page:focus {
  border-right-style: solid;
  border-bottom-style: solid;
}

.submit-button {
  margin-left: 0px;
  border-radius: 3px;
  background-color: #15113b;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Playfair Display', sans-serif;
  text-transform: uppercase;
}

.submit-button:hover {
  margin-right: -10px;
  margin-left: 0px;
  background-color: #15113b;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #fff;
}

.submit-button.l2_submit_button {
  margin-left: 0px;
}

.submit-button.yellow_submit {
  position: relative;
  left: 20px;
  padding: 25px 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #ff037a;
  background-image: url('../images/search_white.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  font-family: Poppins, sans-serif;
  color: #fff;
}

.submit-button.protected-page-submit {
  padding-right: 55px;
  padding-left: 55px;
  background-color: #ffd343;
  color: #15113b;
}

.submit-button.protected-page-submit:hover {
  margin-right: 0px;
  background-color: #15113b;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #fff;
}

.l1_form_block {
  width: 100%;
  max-width: 400px;
}

.text_underline_span {
  color: #272727;
  text-decoration: underline;
}

.l1_hero_image {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 35%;
  max-width: 700px;
  min-width: auto;
  margin-bottom: -20%;
  margin-left: 5%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.paragraph {
  color: #272727;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.paragraph.centered_bold_quote {
  font-weight: 400;
  text-align: center;
}

.paragraph.pricing-break-down-p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph.answer {
  padding-left: 24px;
  color: #15113b;
}

.paragraph.services_p {
  max-width: 700px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.paragraph.max-250 {
  max-width: 250px;
}

.logos_33_percent_contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logos_33_percent_contain.top_bottom_padding {
  padding-top: 20px;
  padding-bottom: 0px;
}

.logo_wrap._33_percent_width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 20px;
  -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;
}

.logo_wrap._25_percent_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo_wrap._20_percent_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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;
}

.outlined_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Playfair Display', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.outlined_button:hover {
  margin-left: 0px;
  border-color: #ffd343;
  background-color: #ffd343;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
  color: #000;
}

.outlined_button.display_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-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-style: none;
  border-radius: 20px;
  background-color: #ff037a;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: none;
}

.outlined_button.display_block:hover {
  border-color: #09d5b0;
  background-color: rgba(255, 0, 120, 0.81);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.outlined_button.display_block.dark-blue {
  border-color: #15113b;
  background-color: #15113b;
}

.outlined_button.display_block.dark-blue:hover {
  border-color: #09d5b0;
  background-color: #09d5b0;
}

.outlined_button.dark_outline {
  margin-top: 0px;
  border-color: #15113b;
  background-color: #9cdbe4;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.outlined_button.dark_outline:hover {
  border-color: #ffd343;
  box-shadow: none;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.outlined_button.hover_teal {
  margin-top: 0px;
  border-style: none;
  background-color: #bcecff;
  font-family: Poppins, sans-serif;
}

.outlined_button.hover_teal:hover {
  border-color: #09d5b0;
  background-color: #09d5b0;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.outlined_button.on_dark_bg_navbar {
  margin-top: 0px;
  border-color: #ff037a;
  background-color: #ff037a;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}

.outlined_button.intro_button {
  overflow: visible;
  margin-top: 0px;
  margin-left: 15px;
  border-style: solid;
  border-color: #15113b;
  background-color: #fff;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.5);
  font-family: Poppins, sans-serif;
  color: #350088;
  text-transform: none;
}

.outlined_button.intro_button:hover {
  background-color: #fff;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #ff037a;
}

._2_col_grid {
  width: 100%;
  margin-bottom: 0px;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

._2_col_grid.three_rows {
  margin-bottom: 0px;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 120px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

._2_col_grid.reverse_wrap_on_mobile {
  margin-bottom: 0px;
  background-image: none;
}

._2_col_grid.with_side_padding {
  padding-right: 90px;
  padding-left: 90px;
}

._2_col_grid.product_grid {
  padding-top: 90px;
}

._2_col_grid.v4_hero_grid {
  margin-bottom: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

._2_col_grid.with_2_rows {
  grid-row-gap: 30px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._2_col_grid._40-x-60 {
  margin-top: 56px;
  justify-items: end;
  -ms-grid-columns: 1fr 1.75fr;
  grid-template-columns: 1fr 1.75fr;
}

._2_col_grid.contact-v1 {
  margin-bottom: 0px;
  padding-top: 0px;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
}

._2_col_grid.contact-v2 {
  grid-row-gap: 20px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._2_col_grid.pricing-break-down-grid {
  margin-top: 36px;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
}

._2_col_grid.careers-hero {
  margin-bottom: 0px;
  padding-top: 30px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
}

._2_col_grid.with_left_sticky_navbar {
  padding-top: 20px;
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

._2_col_grid.media-grid {
  margin-top: 42px;
  margin-bottom: 0px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
}

._2_col_grid.blog_hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1.25fr 0.5fr;
  grid-template-columns: 1.25fr 0.5fr;
}

._2_col_grid.with-margin {
  margin-top: 120px;
  margin-bottom: 120px;
}

._2_col_grid.mega_nav_links {
  padding-top: 15px;
  grid-row-gap: 10px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

._2_col_grid.mega_nav_links.about {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

._2_col_grid.mega_nav_links.pages {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

._2_col_grid.meet-the-team {
  position: relative;
  z-index: 1;
}

.h2 {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #15113b;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  text-decoration: none;
}

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

.text_link {
  position: relative;
  left: 140px;
  top: 25px;
  padding-top: 0px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Proximanova, sans-serif;
  color: #ff037a;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-decoration: none;
}

.text_link:hover {
  padding-left: 5px;
  color: #15113b;
  font-weight: 700;
}

.text_link._12px {
  color: #15113b;
  font-size: 12px;
}

.text_link._12px.green-text {
  padding-top: 2px;
  color: #09d5b0;
  font-weight: 400;
}

.text_link.left-padding {
  padding-left: 30px;
  color: #09d5b0;
  font-size: 14px;
  font-weight: 400;
}

.text_link.livestream_cta {
  padding-top: 30px;
  color: #fff;
}

.max_300px {
  max-width: 300px;
}

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

.icon_wrap.circle {
  width: 50px;
  height: 50px;
  margin-right: 14px;
  border-radius: 50%;
  background-color: rgba(9, 213, 176, 0.16);
}

.icon_wrap.circle.yellow {
  margin-right: 0px;
  background-color: rgba(255, 211, 67, 0.2);
}

.icon_wrap._15_percent {
  width: 15%;
  margin-right: 18px;
}

.technology_image {
  width: auto;
  height: 350px;
}

._4_col_grid {
  padding-top: 60px;
  padding-bottom: 60px;
  grid-column-gap: 35px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer_column {
  border: 1px none #000;
  font-size: 16px;
}

.footer_column.second {
  margin-top: 23px;
}

.footer_column.on-light-bg {
  padding-top: 12px;
  border-top-color: hsla(0, 0%, 84.7%, 0.46);
}

.footer_title {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #15113b;
  font-weight: 600;
}

.footer_title.white_text {
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-align: justify;
}

.footer_link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: webfont, sans-serif;
  color: #fff;
  text-decoration: none;
}

.footer_link:hover {
  text-decoration: underline;
}

.footer_link.dark-footer-link {
  color: #15113b;
}

.footer_buttons_contain {
  width: 380px;
  margin-left: 150px;
}

.button {
  margin-top: 0px;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
   
}

.button:hover {
  background-color: transparent;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button.display_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 16px;
  text-transform: none;
}

.button.display_block:hover {
  margin-left: 0px;
  background-color: #f7f7f7;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.display_block:active {
  background-color: #f7f7f7;
}

.button.button_top_margin {
  margin-top: 1em;
  padding: 1em 2em;
  border-radius: 10px;
  background-color: #ff037a;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.5);
  text-transform: none;
}

.button.log_in_button {
  display: inline-block;
  width: 100%;
  font-family: 'Playfair Display', sans-serif;
  font-size: 16px;
}

.button.hover_teal {
  background-color: #ff037a;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.button.hover_teal:hover {
  background-color: rgba(255, 0, 120, 0.81);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

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

.button.top_40px_margin {
  margin-top: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #ff037a;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

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

.button.submit-btn-contact-2 {
  margin-top: 20px;
  background-color: #15113b;
  color: #fff;
}

.button.registation-button {
  width: 100%;
  margin-top: 12px;
}

.button.pricing-btn {
  margin-top: 10px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #15113b;
  background-color: transparent;
}

.button.pricing-btn:hover {
  border-color: #09d5b0;
  background-color: #09d5b0;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button.pricing-btn.pro-button {
  background-color: #09d5b0;
}

.button.search-button {
  height: 55px;
  margin-top: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

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

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

.button.teal {
  background-color: #09d5b0;
}

.button.dark_blue {
  margin-top: 20px;
  margin-left: 20px;
  padding-top: 9px;
  background-color: #ff037a;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.5);
  font-family: Poppins, sans-serif;
  color: #fff;
  text-transform: none;
}

.button.dark_blue:hover {
  background-color: #dd0068;
}

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

.copyrights {
  color: rgba(255, 0, 120, 0.81);
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.copyrights.dark-copyrights {
  color: #272727;
}

.text-block {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #15113b;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.body {
  background-color: #fff;
  color: #272727;
  font-weight: 400;
}

.fill_space_image {
  position: absolute;
  left: -3%;
  top: -21%;
  right: auto;
  bottom: auto;
  display: none;
  padding-left: 6%;
  -webkit-transform: skew(11deg, 10deg) rotateX(0deg) rotateY(-29deg) rotateZ(-5deg);
  transform: skew(11deg, 10deg) rotateX(0deg) rotateY(-29deg) rotateZ(-5deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image_contain {
  padding-right: 0px;
  text-align: left;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  min-height: auto;
  margin-top: 0px;
  padding: 0px 6%;
  -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: #3c0298;
  opacity: 1;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.navbar.dark_bg {
  display: block;
  background-color: #3c0298;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
  -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;
  color: #000;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding: 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;
}

.logo {
  display: block;
}

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

.h1 {
  max-width: 850px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #15113b;
  font-size: 64px;
  line-height: 68px;
  text-align: center;
}

.h1.meet-our-team-h1 {
  max-width: 320px;
  margin-top: 0px;
  color: #fff;
  font-size: 100px;
  line-height: 120px;
  text-align: left;
}

.sub_heading_large {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.sub_heading_large.centered_aligned {
  max-width: 750px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #ff83be;
  text-align: center;
}

.sub_heading_large.top_padding_20px {
  padding-top: 0px;
  font-family: Proximanova, sans-serif;
  color: #4d4d4d;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-style: normal;
  font-weight: 400;
}

.sub_heading_large.white_text {
  color: #fff;
}

.sub_heading_large.white_text.centered {
  text-align: center;
}

.sub_heading_large.intro {
  margin-bottom: 4px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #09d5b0;
  font-size: 16px;
  font-weight: 500;
}

.sub_heading_large.top_padding_20px {
  padding-top: 0px;
  font-family: Proximanova, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.email-form-block {
  width: auto;
  min-width: 600px;
  padding-top: 30px;
}

.email-form-block._100_percent {
  width: 100%;
}

.email-form-block.w_400_px {
  width: 400px;
  min-width: auto;
}

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

._3_col_cards_contain {
  position: relative;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.card {
  position: relative;
  width: auto;
  padding: 50px 24px 33px;
  border-radius: 8px;
  background-color: #09d5b0;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.07);
}

._3_col_grid {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3_col_grid._3_rows {
  grid-column-gap: 100px;
  grid-row-gap: 70px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

._3_col_grid.with_side_padding {
  padding-right: 80px;
  padding-left: 80px;
}

._3_col_grid._2_rows {
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._3_col_grid.less-gaps {
  grid-column-gap: 10px;
}

._3_col_grid.top-padding {
  padding-top: 30px;
}

._3_col_grid.pricing-2-table-grid {
  grid-column-gap: 0px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._3_col_grid.blog_categories_grid {
  grid-column-gap: 50px;
  grid-row-gap: 120px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._3_col_grid.blog-post-grid {
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 4fr 1fr;
  grid-template-columns: 1fr 4fr 1fr;
}

.ticks_contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.ticks_contain.align_right {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tick {
  margin-right: 12px;
  margin-left: 12px;
  color: #15113b;
  font-size: 16px;
}

.tick.white_text {
  color: #ff037a;
}

.quote_contain {
  width: 90%;
  margin-top: 50px;
  padding-top: 28px;
  border-top: 1px dotted #272727;
}

.quote {
  font-family: Proximanova, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}

.quote.large_quote {
  font-family: Poppins, sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
}

.quote_author {
  padding-top: 10px;
  font-size: 16px;
}

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

.quote_logo {
  padding-top: 4px;
}

.max_600px {
  width: auto;
  max-width: 600px;
  text-align: center;
}

.logo_contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 36px;
  padding-top: 36px;
}

.logo_contain.no_top_padding {
  margin-bottom: 80px;
  padding-top: 0px;
}

.card_icon {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 108;
}

.card_icon.taller_icon {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.cta_block {
  position: relative;
  top: 0px;
  padding: 40px 64px;
  border-style: none;
  border-width: 4px;
  border-color: #ff037a;
  border-radius: 8px;
  background-color: #092457;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.cta_block.yellow_bg {
  background-color: #ffd343;
}

.cta_block.blog_cta {
  padding: 42px 50px;
  background-color: #ffd343;
}

.cta_block.dark_bg {
  width: 100%;
  padding-bottom: 64px;
  padding-left: 64px;
  background-color: #e3f8f8;
  font-family: Poppins, sans-serif;
}

.divider {
  height: 80px;
}

.divider._20px {
  height: 20px;
}

.divider._150px {
  height: 150px;
}

.login-logo-image {
  margin-bottom: 0px;
  margin-left: -6px;
}

.copy_rights {
  margin-top: 65px;
  opacity: 0.32;
  color: #272727;
  font-size: 12px;
}

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

.link_span {
  color: #2f3033;
  text-decoration: none;
}

.link_span:hover {
  text-decoration: underline;
}

.contain {
  max-width: 400px;
}

.success-message {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 3px;
  background-color: #ffd343;
}

.forgot_passport_link {
  color: #09d5b0;
  font-weight: 300;
  text-decoration: none;
}

.forgot_passport_link:hover {
  text-decoration: underline;
}

.home_link.login_home_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.normal_size {
  color: #272727;
  font-weight: 400;
}

.success_message_text {
  max-width: none;
  color: #2f3033;
  font-size: 16px;
  line-height: 24px;
}

.log_in_here_link {
  color: #09d5b0;
  text-decoration: none;
}

.login_form {
  padding-top: 30px;
}

.register_link {
  color: #09d5b0;
  text-decoration: none;
}

.register_link:hover {
  text-decoration: underline;
}

.log_in_form_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.log_in_side.right_side {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #09d5b0;
}

.forgot_password {
  margin-top: 35px;
  color: #f8971f;
  font-weight: 500;
  text-align: center;
}

.back_to_login_text {
  padding-left: 4px;
  font-weight: 300;
}

.registation_written_content_contain {
  width: 90%;
  margin-bottom: 20px;
}

.forogt_password_form {
  width: 500px;
}

.back_to_login_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #09d5b0;
  font-weight: 300;
  text-decoration: none;
}

.back_to_login_link:hover {
  text-decoration: underline;
}

.registration-form {
  padding-top: 0px;
}

.product-link {
  position: static;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.product-link:hover {
  opacity: 0.2;
}

.feat-shop-collection-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #15113b;
}

.feat-shop-collection-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1.75fr;
  grid-template-columns: 1fr 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.shop-collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.shop-collection-list-wrapper.with_top_padding {
  padding-top: 56px;
}

.shop-collection-list-wrapper.shop-v2 {
  padding-top: 30px;
}

.shop-collection-item {
  position: relative;
  height: 70vh;
  background-color: #15113b;
}

.shop-collection-item.v2 {
  height: 50vh;
}

.product_description_display {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 20px 30px 30px 20px;
}

.price {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-align: right;
}

.price.product_page_price {
  padding-top: 20px;
  color: #15113b;
  text-align: left;
}

.category_link {
  display: block;
  margin-right: 10px;
  padding: 2px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 3px;
  background-color: #ffd343;
  color: #15113b;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.category_link:hover {
  color: #15113b;
  text-decoration: underline;
}

.category_link.w--current {
  text-decoration: underline;
}

.category_link.shop-v2-category-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
}

.category_link.in_line_display {
  display: inline-block;
}

.category-collection-item {
  display: inline-block;
}

.category-collection-list-wrapper {
  padding-top: 0px;
}

.v3_hero_content_contain {
  max-width: 600px;
  text-align: center;
}

.side_by_side_button_contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 16px;
  -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;
}

.side_by_side_button_wrap {
  margin-right: 6px;
  margin-left: 6px;
}

.icon_3_col_grid_contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
}

.icon_3_col_grid_contain.bottom-boarder {
  padding-top: 70px;
  padding-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid hsla(0, 0%, 84.7%, 0.42);
}

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

.icon_stacked_wrap.align_start {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon_description {
  max-width: 250px;
  font-family: Poppins, sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.icon_description.align_left {
  max-width: none;
  font-family: Poppins, sans-serif;
  color: #160230;
  text-align: left;
}

.icon_description.no-max-width {
  max-width: none;
  text-align: left;
}

.icon_perk {
  padding-top: 12px;
  padding-bottom: 6px;
  font-family: Flink, sans-serif;
  color: #50019b;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 500;
  text-align: center;
}

.icon_perk.green {
  color: #09d5b0;
  font-weight: 500;
}

.max_500px {
  width: auto;
  max-width: 500px;
  text-align: center;
}

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

.lightbox-link {
  position: static;
  overflow: hidden;
  width: 100%;
  height: 350px;
  border-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.product_images_contain {
  display: block;
  height: auto;
}

.more-product-images-collection-list {
  display: -ms-grid;
  display: grid;
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.more-product-images-collection-list-wrap {
  height: auto;
  padding-left: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.more-images-collection-item {
  height: auto;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product_description_contain {
  padding: 0px 42px 42px;
}

.category_collection_list_wrapper {
  padding-top: 5px;
  padding-bottom: 24px;
}

.more-images-lightbox-link {
  overflow: hidden;
  height: auto;
  border-radius: 4px;
  background-color: #15113b;
}

.product_image {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.product_image:hover {
  opacity: 0.45;
}

.add-to-cart {
  padding-top: 21px;
}

.stacking_cards_contain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stacking_cards_contain.justify_start {
  margin-left: 46px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card_stack {
  position: relative;
  z-index: 3;
  width: 350px;
  height: 250px;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.07);
}

.card_stack.card_stack_2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  opacity: 0.6;
  -webkit-transform: translate(-24px, 24px);
  -ms-transform: translate(-24px, 24px);
  transform: translate(-24px, 24px);
}

.card_stack.card_stack_2.absolute_left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.card_stack.card_stack_3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  opacity: 0.46;
  -webkit-transform: translate(-48px, 48px);
  -ms-transform: translate(-48px, 48px);
  transform: translate(-48px, 48px);
}

.card_stack.card_stack_3.absolute_left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.stacked_cards_background_contrast {
  position: absolute;
  z-index: 0;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #00c2ff;
  opacity: 0.12;
  -webkit-transform: skew(-22deg, 4deg);
  -ms-transform: skew(-22deg, 4deg);
  transform: skew(-22deg, 4deg);
}

.stacked_cards_background_contrast.teal_bg {
  left: -41px;
  background-color: #ff037a;
}

.dots_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10%;
  padding-top: 12px;
  padding-right: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dot {
  width: 4px;
  height: 4px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 50%;
  background-color: #15113b;
}

.total-orders-contain {
  text-align: center;
}

.total-orders {
  font-family: Barlow, sans-serif;
  color: #15113b;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  text-align: center;
}

.card_stack_smal_h {
  margin-bottom: 3px;
  padding-top: 0px;
  color: #d8d8d8;
  text-transform: uppercase;
}

.order-status-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-status-wrap {
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
}

.order-status {
  color: #15113b;
  font-size: 20px;
}

.circle_image_wrap {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-image: url('../images/e8a9fb86d8bbfdf1481945d65137289f-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.teal_div {
  width: 50px;
  height: 3px;
  margin-top: 19px;
  margin-bottom: 19px;
  border-radius: 20px;
  background-color: #09d5b0;
}

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

.h5 {
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  color: #15113b;
  font-weight: 600;
}

.h5.feat-h {
  margin-top: 0px;
  color: #09d5b0;
  font-size: 16px;
  font-weight: 600;
}

.image-26 {
  position: absolute;
  left: 0%;
  top: -5%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: auto;
}

.dashboard {
  width: 100%;
  margin-top: 15%;
  padding: 0px;
  box-shadow: 2px 2px 16px 2px rgba(0, 0, 0, 0.1);
}

.cart-button {
  background-color: transparent;
}

.cart-quantity {
  margin-left: 2px;
  color: #09d5b0;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.white-curve {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -2%;
  z-index: 3;
  width: 100%;
}

.section-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(21, 17, 59, 0.9);
}

.v5_hero_content_contain {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-top: -48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.quote-card-grid {
  position: relative;
  max-width: 1000px;
  padding-right: 40px;
  padding-left: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quote-card-image-wrap {
  position: relative;
  top: 60px;
  z-index: 5;
  overflow: visible;
  border-radius: 4px;
  background-image: url('../images/mockup-of-a-woman-with-a-heather-t-shirt-sitting-against-a-wooden-background-28752-1-1.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: -1px 0 9px 9px rgba(0, 0, 0, 0.06);
}

.quote-card {
  padding: 36px;
  border-radius: 4px;
  background-color: rgba(255, 211, 67, 0.18);
}

.quote-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.right-side-card-col {
  padding-left: 30px;
  border-left: 1px solid #ffd343;
}

.large-quotes {
  color: #09d5b0;
  font-size: 40px;
}

.quote-card-image {
  position: absolute;
  left: 2%;
  top: 14%;
  right: auto;
  bottom: auto;
  z-index: 3;
}

.quote-card-image.bottom-image {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -23%;
  z-index: 3;
}

.left-side-card-col {
  padding-right: 30px;
}

.section-heading-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-heading-contain._500px-w {
  width: 500px;
}

.section-heading-contain._600px {
  width: 600px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-heading-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 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-radius: 50%;
  background-color: #09d5b0;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.07);
}

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

.section-heading-text-block {
  padding-top: 9px;
  padding-bottom: 0px;
  color: rgba(39, 39, 39, 0.7);
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.video-lightbox-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 425px;
  max-width: 750px;
  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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 84.7%, 0.32);
  background-image: url('../images/teamwork.svg');
  background-position: 30% 0%;
  background-size: cover;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.04);
}

.video-lightbox-image.careers-lightbox {
  width: auto;
  height: 400px;
  max-width: none;
  margin-top: 0px;
  border-width: 10px;
  border-color: #15113b;
  border-radius: 5px 50px;
  background-image: url('../images/teamwork.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-video-play {
  position: static;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  padding-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #8f8f8f;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.04);
}

.lightbox-video-play.teal-play {
  background-color: #09d5b0;
}

.testimonial-tabs {
  width: 80%;
  max-width: 750px;
  padding-top: 12px;
}

.tab-link {
  min-height: 50px;
  border-bottom: 2px solid rgba(255, 211, 67, 0);
  background-color: transparent;
  opacity: 0.2;
}

.tab-link.w--current {
  border-bottom: 2px solid #ffd343;
  background-color: transparent;
  opacity: 1;
}

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

.quote-tab-wrapper {
  padding: 80px 54px;
  border-radius: 5px;
  background-color: rgba(255, 211, 67, 0.07);
}

.awards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-by-side-awards {
  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;
}

.link {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #ff037a;
  font-family: Flink, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

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

.rated {
  max-width: 250px;
  padding-left: 30px;
}

.image-28 {
  margin-right: 20px;
}

.grid-image-wrapper {
  min-height: 180px;
  border-radius: 5px;
  background-image: url('../images/austin-distel-wD1LRb9OeEo-unsplash-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-image-wrapper.image-2 {
  background-image: url('../images/convertkit-BOI9jki3nzY-unsplash-1-1.jpg');
}

.grid-image-wrapper.image-3 {
  background-image: url('../images/tim-van-der-kuip-CPs2X8JYmS8-unsplash.jpg');
}

.h4 {
  position: relative;
  padding: 0px;
  color: #15113b;
  font-weight: 700;
}

.h4.most-popular-h {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 16px;
}

.h4.see_all_category {
  color: #15113b;
  font-size: 18px;
  font-weight: 500;
}

.check-mark {
  color: #09d5b0;
}

.list-item {
  margin-bottom: 6px;
}

.small-headshot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url('../images/testimonial-img-3.png'), -webkit-gradient(linear, left top, left bottom, from(#ffd343), to(#ffd343));
  background-image: url('../images/testimonial-img-3.png'), linear-gradient(180deg, #ffd343, #ffd343);
  background-position: 50% 0%, 0px 0px;
  background-size: cover, auto;
}

.small-headshot.headshot-2 {
  background-image: url('../images/testimonial-image-1.png'), -webkit-gradient(linear, left top, left bottom, from(#ffd343), to(#ffd343));
  background-image: url('../images/testimonial-image-1.png'), linear-gradient(180deg, #ffd343, #ffd343);
}

.small-headshot.headshot-3 {
  background-image: url('../images/testimonial-img-4.png'), -webkit-gradient(linear, left top, left bottom, from(#ffd343), to(#ffd343));
  background-image: url('../images/testimonial-img-4.png'), linear-gradient(180deg, #ffd343, #ffd343);
}

.interviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
}

._12px {
  font-size: 12px;
  font-weight: 400;
}

.name_title_with_small_headshot {
  padding-left: 12px;
  font-weight: 600;
}

.interviewers {
  margin-bottom: 20px;
}

.list {
  margin-bottom: 20px;
}

.icon-bg-gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  min-width: 40px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: rgba(9, 213, 176, 0.1);
}

.great-gradient-curve {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.grey-gradient-curve-down {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.yellow-box {
  height: 100px;
  border-radius: 6px;
  background-color: #ffd343;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.09);
}

.show-title-and-short-bio {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 101%;
  padding: 30px;
  background-color: #fff;
}

.team-quotes-slider {
  width: 500px;
  max-height: 200px;
  background-color: transparent;
}

.leadership-team-col-1 {
  width: 33.33%;
  padding-right: 20px;
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 430px 300px;
  grid-template-rows: 430px 300px;
}

.team-hero-image-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  background-color: #15113b;
}

.team-photo {
  width: 100%;
  opacity: 0.21;
}

.dark-blue-block {
  height: 160px;
  border-radius: 6px;
  background-color: #15113b;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.09);
}

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

.social_links_wrapper.justify_start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social_links_wrapper.team {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.meet-our-team-wrap {
  width: 80%;
  margin-top: 50px;
  padding-left: 0px;
}

.image-3 {
  margin-right: 0px;
}

.staggered_photos_grid_mobile {
  display: none;
}

.name {
  font-size: 18px;
  font-weight: 500;
}

.rest-of-team-wrap {
  position: relative;
  overflow: hidden;
  height: 320px;
  min-height: 40vh;
  background-image: url('../images/joseph-gonzalez-iFgRcqHznqg-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rest-of-team-wrap.img-12 {
  background-image: url('../images/darshan-patel-QJEVpydulGs-unsplash.jpg');
  background-position: 50% 0%;
}

.rest-of-team-wrap.img-15 {
  background-image: url('../images/michael-mims-fWWiaDox0BU-unsplash.jpg');
  background-position: 50% 0%;
}

.rest-of-team-wrap.img-2 {
  background-image: url('../images/humphrey-muleba-38dk7QXDBzs-unsplash.jpg');
  background-position: 50% 0%;
}

.rest-of-team-wrap.img-13 {
  background-image: url('../images/juan-encalada-WC7KIHo13Fc-unsplash.jpg');
}

.rest-of-team-wrap.img-3 {
  background-image: url('../images/jackson-schaal-AR9mvykzSOA-unsplash-1.jpg');
}

.rest-of-team-wrap.img-4 {
  background-image: url('../images/charisse-kenion-mscml4ht7Qw-unsplash.jpg');
}

.rest-of-team-wrap.img-7 {
  background-image: url('../images/harps-joseph-tAvpDE7fXgY-unsplash.jpg');
}

.rest-of-team-wrap.img-6 {
  background-image: url('../images/dylan-ferreira-jIM8kVsFKlM-unsplash.jpg');
  background-position: 50% 0%;
}

.rest-of-team-wrap.img-9 {
  background-image: url('../images/kristina-paparo-6EgsjMtPAsg-unsplash.jpg');
  background-position: 50% 0%;
}

.rest-of-team-wrap.img-11 {
  background-image: url('../images/ben-parker-OhKElOkQ3RE-unsplash-1.jpg');
  background-position: 50% 50%;
}

.rest-of-team-wrap.img-10 {
  background-image: url('../images/chalo-garcia-2mWKL_I70qk-unsplash.jpg');
  background-position: 50% 0%;
}

.rest-of-team-wrap.img-5 {
  background-image: url('../images/candice-picard-i8ADlZB2Ijo-unsplash-1.jpg');
}

.rest-of-team-wrap.img-8 {
  background-image: url('../images/eduardo-dutra-RPKmkxJw_a0-unsplash.jpg');
  background-position: 50% 0%;
}

.rest-of-team-wrap.img-14 {
  background-image: url('../images/austin-distel-7uoMmzPd2JA-unsplash-1.jpg');
}

.page-contain {
  position: relative;
  z-index: 3000;
}

.pulse-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-bottom: 9px;
  margin-left: -63px;
  -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;
}

.meet-our-team-blob {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: auto;
  max-height: none;
  max-width: none;
  min-height: 60vh;
  min-width: 35%;
}

.photo-wrapper {
  overflow: hidden;
  border-radius: 6px;
  background-image: url('../images/apartment-list-paul-gargagliano-862x.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.09);
}

.photo-wrapper.middle-col-image-2 {
  background-image: url('../images/shutterstock_573697234.jpg');
  background-position: 0% 50%;
}

.photo-wrapper.last-col-image-1 {
  background-image: url('../images/major-tom-agency-k8LpwMXc-as-unsplash.jpg');
  background-position: 50% 50%;
}

.photo-wrapper._600px_height {
  height: 600px;
  background-image: url('../images/sigmund-QjCNk0TxGfc-unsplash.jpg');
}

.photo-wrapper.middle-col-image-1 {
  background-image: url('../images/shutterstock_613702247.jpg');
  background-position: 10% 50%;
}

.photo-col-3 {
  width: 33.33%;
  margin-top: -80px;
  padding-right: 0px;
  padding-left: 20px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 544px auto;
  grid-template-rows: 544px auto;
}

.rest-of-team-hover-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(21, 17, 59, 0.9);
  color: #fff;
}

.leadership-team-col-2 {
  width: 33.33%;
  margin-top: 85px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 485px 160px;
  grid-template-rows: 485px 160px;
}

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

.slant {
  position: absolute;
  left: 0%;
  top: -28%;
  right: 0%;
  bottom: auto;
  width: 101%;
  height: 80px;
  background-color: #fff;
  -webkit-transform: skew(0deg, -9deg);
  -ms-transform: skew(0deg, -9deg);
  transform: skew(0deg, -9deg);
}

.leadership-bio-text {
  position: relative;
  color: #919191;
  font-size: 18px;
  line-height: 25px;
}

.leadership-bio-text.title {
  margin-top: 10px;
  color: #606060;
  font-weight: 500;
}

.mobile-leadership-wrapper {
  display: none;
}

.leadership-wrap {
  position: relative;
  overflow: hidden;
  height: 430px;
  border-radius: 6px;
  background-color: #ffd343;
  background-image: url('../images/testimonial-image-1.png');
  background-position: 50% 0%;
  background-size: cover;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.09);
  cursor: default;
}

.leadership-wrap.col-3-row-2 {
  height: 350px;
  background-image: url('../images/charles-etoroma-95UF6LXe-Lo-unsplash.jpg');
}

.leadership-wrap.col-3-row-1 {
  height: 380px;
  background-color: #15113b;
  background-image: url('../images/testimonial-img-2.png');
}

.leadership-wrap.col-1-row-2 {
  height: 300px;
  background-color: #15113b;
  background-image: url('../images/testimonial-img-4.png');
}

.leadership-wrap.col-2-row-1 {
  height: 485px;
  background-color: #09d5b0;
  background-image: url('../images/testimonial-img-3.png');
  background-position: 50% 0%;
}

.leadership-team-col-3 {
  width: 33.33%;
  padding-left: 20px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 380px 350px;
  grid-template-rows: 380px 350px;
}

.staggered-grid-photos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 3%;
  padding-left: 3%;
}

.leadership-team-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  padding-right: 3%;
  padding-left: 3%;
}

.team-page-h-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-col-2 {
  position: relative;
  top: 50px;
  width: 33.33%;
  margin-top: 29px;
  padding-right: 20px;
  padding-left: 20px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 316px 380px;
  grid-template-rows: 316px 380px;
}

.department {
  padding-top: 8px;
  font-size: 18px;
}

.meet-our-team-title-contain {
  position: relative;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.employee-quote {
  color: #fff;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
}

.photo-col-1 {
  width: 33.33%;
  margin-top: 200px;
  padding-right: 20px;
  padding-left: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 579px;
  grid-template-rows: 579px;
}

.text-link {
  color: #09d5b0;
  font-weight: 300;
  text-decoration: none;
}

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

.h_div {
  width: 50px;
  height: 2px;
  border-radius: 100px;
  background-color: #09d5b0;
}

.contact-content {
  width: auto;
  margin-top: 0%;
  padding-top: 0px;
  padding-right: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.contact_image {
  position: relative;
  right: 0px;
  margin-top: 30px;
}

.h2_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2_wrapper.contact_h2_wrapper {
  padding-bottom: 30px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-form-v1 {
  padding: 0px 0px 0px 35px;
  border-radius: 3px;
  background-color: #fff;
}

.form_field {
  height: 55px;
  border-style: solid;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 3px;
  background-color: rgba(255, 211, 67, 0.1);
}

.form_field:hover {
  border-style: solid;
}

.form_field:active {
  border-style: solid;
  border-color: #15113b;
  background-color: #ffd343;
}

.form_field:focus,
.form_field.-wfp-focus {
  border-style: solid;
  border-color: #15113b;
  background-color: #ffd343;
}

.form_field.message_field {
  height: 185px;
  border-style: solid;
}

.form_field.message_field:focus {
  border-style: solid;
}

.form_field.message_field.initial-white-bg {
  padding-top: 30px;
}

.form_field.initial-white-bg {
  background-color: #fff;
}

.form_field.initial-white-bg:hover {
  border-style: solid;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.form_field.initial-white-bg:active {
  border-style: solid;
  background-color: #ffd343;
}

.form_field.initial-white-bg:focus {
  border-style: solid;
  border-color: #15113b;
  background-color: #ffd343;
}

.form_field.short-message-field {
  height: 120px;
}

.form_field.search-field {
  width: 400px;
  margin-bottom: 0px;
  border-right-style: solid;
  border-right-color: rgba(21, 17, 59, 0);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form_field.blog-search {
  margin-bottom: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form_field.discount {
  border-right-style: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.checkbox {
  width: 9%;
  margin-left: 0px;
  padding-top: 37px;
}

.message-container {
  margin-top: 0px;
  padding: 0px;
  background-color: transparent;
  text-align: left;
}

.field-label {
  margin-bottom: 0px;
  color: #15113b;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
}

.field-label.field-label--checkbox {
  width: 90%;
}

.col {
  overflow: hidden;
  padding-right: 1.5rem;
  padding-left: 0rem;
}

.message {
  display: inline-block;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #1d2630;
}

.message.message--error {
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  background-color: #f06b4a;
}

.field-checkbox {
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  padding-left: 0px;
  border-bottom: 3px solid #15113b;
  font-family: 'Playfair Display', sans-serif;
  color: #15113b;
  text-align: left;
}

.map_container {
  position: relative;
  background-color: #fbd334;
}

.google-map {
  height: 32rem;
}

.contact-link {
  margin-bottom: 19px;
  color: #15113b;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

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

.form-checkbox-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form-2 {
  padding-top: 20px;
}

.coming-soon-form {
  width: 100%;
  padding-top: 20px;
}

.coming-soon-content-wrapper {
  text-align: center;
}

.social_link {
  margin-right: 8px;
  margin-left: 8px;
  padding: 6px;
  border-radius: 4px;
  background-color: rgba(255, 0, 120, 0.81);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social_link:hover {
  background-color: rgba(255, 3, 122, 0.87);
}

.social_link.first-link {
  margin-left: 0px;
  background-color: rgba(255, 0, 120, 0.81);
}

.copy_rights-2 {
  margin-top: 65px;
  opacity: 0.32;
  color: #2f3033;
  font-size: 12px;
}

.success-message-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 3px;
  background-color: #ffd343;
}

.registration_form_block {
  display: block;
  width: 500px;
  margin-top: 30px;
  -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;
}

.already_have_account {
  padding-top: 10px;
  color: #15113b;
  font-weight: 300;
}

.terms_link {
  color: #2f3033;
}

.normal_size-2 {
  font-weight: 400;
}

.no_cc_required {
  padding-top: 12px;
  color: #2f3033;
  font-size: 12px;
  font-weight: 300;
}

.no_cc_required.opacity_down {
  opacity: 0.4;
  font-weight: 400;
}

.pricing-v2-tabs {
  margin-top: -64px;
}

.pricing-tab {
  width: 25%;
  padding: 22px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #f7f7f7;
  background-color: transparent;
  text-align: center;
}

.pricing-tab:hover {
  border-style: solid solid none;
  border-width: 1px;
  border-color: #15113b;
  background-color: rgba(255, 211, 67, 0.1);
}

.pricing-tab.w--current {
  border-color: #15113b;
  background-color: #ffd343;
}

.pricing-tab-title {
  font-family: Poppins, sans-serif;
  color: #2c0072;
  font-size: 18px;
  font-weight: 400;
}

.priving-v2-tabs-content {
  padding-top: 95px;
}

.pricing-2-table-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  border-radius: 6px;
  background-color: #fff;
}

.pricing-2-table-wrap.mobile-table-wrap {
  display: none;
}

.pricing-table-info {
  width: 25%;
  padding: 20px 14px 14px;
}

.pricing-choice-contain {
  padding: 40px 14px;
  border-bottom: 2px solid #f7f7f7;
  border-left: 2px solid #f7f7f7;
}

.pricing-choice-contain.most-popular-choice {
  position: relative;
}

.from-pricing {
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.from-pricing:hover {
  text-decoration: underline;
}

.from-pricing.custom-pricing {
  cursor: default;
}

.from-pricing.custom-pricing:hover {
  text-decoration: none;
}

.pricing-sub-title {
  margin-bottom: 14px;
  padding-top: 9px;
  color: #15113b;
  font-size: 16px;
  line-height: 22px;
}

.most-popular-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-height: none;
  max-width: 130px;
  margin-top: 12px;
  margin-left: 14px;
  border-radius: 90px;
  background-color: #ffd343;
  text-align: center;
}

.core-products-contain {
  padding-top: 20px;
}

.period {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffd343;
}

.team-quotes-slider-wrap {
  position: relative;
  z-index: 2;
}

.slide-nav-4 {
  margin-bottom: -30px;
}

.core-product-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -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;
  cursor: default;
}

.core-product {
  padding-left: 7px;
  color: #15113b;
  font-size: 16px;
  font-weight: 700;
}

.core-product:hover {
  text-decoration: underline;
}

.hover-box {
  position: absolute;
  left: 0%;
  top: 113%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: none;
  padding: 6px 12px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.07);
  opacity: 0;
}

.core-product-icon-wrapper {
  width: 25%;
  padding: 1px;
}

.pricing-break-down-table-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20000000000000;
  display: none;
  -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(21, 17, 59, 0.74);
}

.pricing-break-down-table-wrap.standard {
  display: none;
}

.pricing-break-down-table-wrap.advanced {
  display: none;
}

.pricing-break-down-table-wrap.team {
  display: none;
}

.pricing-break-down-table-wrap.all_in_one {
  display: none;
}

.pricing-break-down-table {
  position: relative;
  overflow: auto;
  width: 90%;
  max-height: 90vh;
  max-width: 1000px;
  padding: 30px 30px 30px 0px;
  border-radius: 5px;
  background-color: #fff;
}

._4-row-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.pricng-break-down-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pricng-break-down-cols.grey-bg {
  background-color: #f7f7f7;
}

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

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

.yellow-circle {
  width: 35px;
  margin-right: 14px;
  padding: 8px;
  border-radius: 4px;
  background-color: #ffd343;
  text-align: center;
}

.number {
  font-size: 24px;
  font-weight: 700;
}

.base-price {
  color: #15113b;
  font-size: 28px;
  font-weight: 700;
}

.small-text {
  font-size: 18px;
  font-weight: 400;
}

.active-customers-row {
  border-bottom: 1px dotted #15113b;
}

.plus-price {
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 700;
}

.plus-active-customer-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.premium-wrap {
  padding-top: 20px;
  padding-right: 12px;
  padding-left: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #f7f7f7;
  border-radius: 5px;
}

.email-link {
  color: #15113b;
  text-decoration: none;
}

.close-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 15px 8px;
  -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;
  cursor: pointer;
}

.close-wrapper.newwsletter-close {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 24px 40px;
  cursor: pointer;
}

.close-wrapper.newwsletter-close {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 24px 30px 17px 17px;
  cursor: pointer;
}

.close-line {
  width: 2px;
  height: 15px;
  background-color: #e9ecf5;
  -webkit-transform: translate(0px, -3px) rotate(45deg);
  -ms-transform: translate(0px, -3px) rotate(45deg);
  transform: translate(0px, -3px) rotate(45deg);
}

.close-line.dark_close {
  height: 35px;
  background-color: #15113b;
}

.close-line.line-2 {
  -webkit-transform: translate(-2px, -3px) rotate(-45deg);
  -ms-transform: translate(-2px, -3px) rotate(-45deg);
  transform: translate(-2px, -3px) rotate(-45deg);
}

.close-line.line-2.dark_close {
  height: 35px;
  background-color: #15113b;
}

.close-line.line-2.dark_close {
  background-color: #09d5b0;
}

.close-line.dark_close {
  background-color: #09d5b0;
}

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

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 13px;
  padding-left: 13px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(142, 34, 221, 0);
  border-radius: 3px;
  background-color: transparent;
  color: #15113b;
}

.tab.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 13px;
  padding-left: 13px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-color: #15113b;
  border-radius: 3px;
  background-color: #ffd343;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.02);
  color: #15113b;
}

.job_types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid hsla(0, 0%, 96.9%, 0.1);
}

.jobs_list {
  padding-left: 10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.jobs_tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid hsla(0, 0%, 84.7%, 0.2);
}

.open_roles_wrapper {
  min-height: 400px;
}

.job_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #15113b;
  text-decoration: none;
}

.job_link:hover {
  color: #09d5b0;
}

.pricing_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.05);
}

.pricing_card.percentage {
  width: 33.33%;
}

.pricing_cards_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #15113b;
  font-size: 20px;
}

.faq-col-left {
  width: 50%;
  min-height: 500px;
  padding-right: 25px;
}

.faq-answer-wrap {
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 0px;
}

.faq {
  margin-bottom: 20px;
}

.faq-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  min-width: 8%;
  margin-right: 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-style: solid;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 100px;
}

.faq-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  min-width: 400px;
  padding: 12px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.faq-block:hover {
  background-color: #ffd343;
  box-shadow: 0 1px 13px 0 rgba(61, 81, 105, 0.16);
}

.faq-block.no_min_width {
  min-width: auto;
}

.line-break {
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #15113b;
}

.line-break.grey {
  background-color: #f7f7f7;
}

.faq-col-right {
  width: 50%;
  min-height: 500px;
  padding-left: 25px;
}

.plus_line {
  width: 2px;
  height: 15px;
  background-color: #09d5b0;
}

.plus_line.horizontal {
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.plus-wrapper {
  position: relative;
}

.faq-main-wrap {
  margin-bottom: 20px;
}

.faqs_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-right: 50px;
  margin-left: 50px;
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 5px;
  background-color: #fff;
}

.faqs_wrap.no-margin {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.tabs-menu-2 {
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.pricing-v1-tab {
  border-style: none;
  border-width: 1px;
  border-color: rgba(21, 17, 59, 0);
  border-radius: 20px;
  background-color: transparent;
}

.pricing-v1-tab.w--current {
  border-style: none;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 20px;
  background-color: #e6d5ff;
}

.pricing-tabs-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
  -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;
}

.pricing-tabs-v1.align_start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.job_description {
  padding-top: 45px;
  color: #15113b;
}

.grid {
  padding-top: 5px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.job_heading_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 46px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(47, 48, 51, 0.08);
}

.job_type_text {
  color: #09d5b0;
  font-size: 16px;
  font-weight: 400;
}

.heading_and_type {
  max-width: 70%;
}

.upload-resume {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  padding: 8px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #09d5b0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.upload-resume:hover {
  opacity: 0.77;
}

.success-message-apply {
  background-color: #ab8d69;
}

.upload-file-placeholder {
  padding-top: 34px;
}

.apply-form-block {
  padding-top: 24px;
}

.upload-file-note {
  max-width: 510px;
  margin-bottom: 30px;
  padding-top: 12px;
  font-family: Lato, sans-serif;
  color: #15113b;
  font-size: 14px;
}

.error-message {
  background-color: #a06053;
}

.upload {
  padding-left: 19px;
  color: #fff;
}

.pointer {
  position: absolute;
  left: 42%;
  right: 0px;
  bottom: -19px;
  display: none;
  width: 40px;
  height: 40px;
  padding-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;
  border-right: 1px solid #15113b;
  border-bottom: 1px solid #15113b;
  border-radius: 3px;
  background-color: #ffd343;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.services_icon {
  padding-bottom: 16px;
}

.service_card_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  margin-right: 0px;
  margin-left: 10px;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.09);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #221f1f;
}

.service_card_tab:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #15113b;
  background-color: rgba(255, 211, 67, 0.2);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.service_card_tab.w--current {
  width: 25%;
  height: auto;
  margin-right: 0px;
  margin-left: 10px;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffd343;
  color: #2f3033;
}

.service_card_tab.w--current:hover {
  background-color: #ffd343;
}

.service_card_tab.w--current:active {
  background-color: #f0d6b3;
}

.tab-pane-tab-1 {
  width: 100%;
}

.whats_included_list_wrapper {
  padding-top: 16px;
  padding-right: 10px;
  padding-left: 10px;
}

.column {
  padding-right: 15px;
  padding-left: 15px;
}

.tabs_card_description {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.tabs_card_description.on_mobile {
  display: none;
}

.whats_included_h_contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 16px;
  -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;
}

.services_tabs {
  overflow: visible;
  width: 100%;
  padding-top: 50px;
  padding-right: 0px;
}

.tab-pane-tab2 {
  width: 100%;
}

.whats_included {
  width: 100%;
  max-width: none;
  padding: 50px 5% 20px;
  border-radius: 4px;
  background-color: rgba(255, 211, 67, 0.1);
}

.services_tabs_content {
  width: 100%;
  padding-top: 0px;
}

.services_tabs_menu {
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-right: 0%;
  padding-left: 0%;
}

.relative-hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  color: #fff;
}

.shop-v2-card {
  padding: 20px 50px 40px;
  border-radius: 3px;
  background-color: #fff;
}

.shop-v2-card.categories-navbar-v2 {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  height: 380px;
  padding: 20px;
}

.category-collection-item-product-categories {
  display: block;
  margin-bottom: 8px;
  padding: 8px 16px;
  -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-style: solid;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 3px;
  background-color: #ffd343;
}

.search-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -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-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;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search.integrations-search {
  margin-bottom: 60px;
  padding-top: 20px;
}

.search.blog-search {
  margin-bottom: 24px;
}

.docs-and-integrations-navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 25%;
  height: 230px;
  padding-top: 16px;
  padding-left: 24px;
  border-radius: 5px;
  background-color: #f7f7f7;
}

.documentations-item {
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.documentations-item.doc-item-card {
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  text-align: center;
}

.documentations {
  padding: 0px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.documentations-link {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #15113b;
  font-size: 18px;
  text-decoration: none;
}

.documentations-link:hover {
  color: #09d5b0;
}

.documentations-link.w--current {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #09d5b0;
  font-size: 18px;
}

.documentations-link.card-doc-link {
  margin-right: 10px;
  margin-bottom: 18px;
  margin-left: 10px;
  padding: 74px 64px;
  border-style: solid;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 5px;
}

.documentations-link.card-doc-link:hover {
  border-radius: 5px;
  background-color: #09d5b0;
  color: #15113b;
}

.documentation-category-short-description {
  margin-top: 10px;
  color: #15113b;
  font-size: 16px;
  line-height: 24px;
}

.documentation-category-link {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 18px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.documentation-category-link:hover {
  background-color: #ffd343;
}

.documentations-collection-list {
  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;
}

.documentations-collection-list-wrapper {
  width: 100%;
  padding-top: 0px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.breadcrumb {
  margin-right: 12px;
  margin-left: 12px;
  color: #15113b;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.breadcrumb:hover {
  text-decoration: underline;
}

.breadcrumb.w--current {
  margin-left: 12px;
  color: #09d5b0;
  cursor: default;
}

.breadcrumb.w--current:hover {
  text-decoration: none;
}

.breadcrumb_arrow {
  color: #15113b;
  font-size: 16px;
  font-weight: 600;
}

.rich-text {
  font-family: Proximanova, sans-serif;
  color: #15113b;
  font-size: 16px;
  line-height: 24px;
}

.news-grid {
  padding-top: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.news-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 6px;
  box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #15113b;
  text-decoration: none;
}

.news-card:hover {
  background-color: #ffd343;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.news-card.news-card-2 {
  min-height: 200px;
}

.news-card-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: auto;
  min-height: 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-top-left-radius: 6px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 6px;
  background-image: url('../images/franck-v-t-Pm18joMss-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.news-card-image.news-card-image-2 {
  width: 50%;
  background-image: url('../images/uriel-soberanes-MxVkWPiJALs-unsplash.jpg');
}

.news-card-image.news-card-image-3 {
  background-image: url('../images/tim-bennett-OwvRB-M3GwE-unsplash.jpg');
}

.news-card-image.news-card-image-4 {
  background-image: url('../images/tim-van-der-kuip-CPs2X8JYmS8-unsplash.jpg');
}

.news-card-image.news-card-image-5 {
  background-image: url('../images/austin-distel-pjWbUrkUefU-unsplash.jpg');
}

.news-card-image.news-card-image-6 {
  background-image: url('../images/croissant-oUKiDSdTTyg-unsplash.jpg');
}

.news-card-image.news-card-image-7 {
  background-image: url('../images/proxyclick-visitor-management-system-3h7j04-6y3Q-unsplash.jpg');
}

.news-card-image.news-card-image-8 {
  background-image: url('../images/proxyclick-visitor-management-system-u0oC_sRQHwo-unsplash.jpg');
}

.news-card-content {
  position: relative;
  padding: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-card-content:hover {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: transparent;
}

.news-card-logo {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin: 20px;
}

.search-result-item {
  margin-bottom: 16px;
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-result-item:hover {
  background-color: #ffd343;
}

.search-result-wrapper {
  padding-top: 24px;
}

.updated {
  padding-top: 10px;
  font-family: Proximanova, sans-serif;
  color: #15113b;
}

.remove {
  color: #09d5b0;
  text-decoration: none;
}

.remove-button {
  text-decoration: none;
}

.empty-state {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.collection-list-featured-integrations {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 4vw;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.integration-feat-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 20px 34px 34px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 84.7%, 0.32);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
}

.feature-div {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 5px;
  background-color: rgba(9, 213, 176, 0.3);
  text-align: center;
}

.feat-integration-icon {
  padding-top: 0px;
  padding-bottom: 0px;
}

.feature-integrations-collection-wrapper {
  position: relative;
  bottom: -80px;
}

.title-and-subtitle_contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-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;
}

.integration-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 84.7%, 0);
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.integration-block:hover {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 84.7%, 0.32);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.06);
}

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

.integration-icon {
  margin-bottom: 20px;
}

.integrations-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  -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;
}

.integration-circles-wrap {
  position: relative;
  bottom: -75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.integration-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  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-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.07);
}

.integration-circle.taas-circle {
  position: relative;
  left: -15px;
}

.sub_heading {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.sub_heading.blog_sub_heading {
  color: #15113b;
  line-height: 24px;
  text-align: left;
}

.feature-post-image {
  position: relative;
  height: 600px;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.feat_blog_content_display {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 75%;
  margin-bottom: -30px;
  margin-left: 32px;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
  text-decoration: none;
}

.author-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-contain.featured_author_contain {
  margin-top: 0px;
}

.author-contain.more-marigin {
  margin-top: -1px;
}

.author_circle_img {
  width: 60px;
  height: 60px;
  margin-right: 14px;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.author_circle_img.smaller {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.feat_author {
  opacity: 1;
  color: #15113b;
  font-size: 16px;
  font-weight: 600;
}

.blog-category-link {
  margin-left: 10px;
  padding: 3px 10px;
  border-radius: 3px;
  background-color: rgba(9, 213, 176, 0.15);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.blog-category-link:hover {
  opacity: 0.5;
}

.blog-category-link.grey {
  margin-left: 5px;
  padding: 0px 7px;
  background-color: #f7f7f7;
  cursor: pointer;
}

.blog-category-link.no_margin {
  display: inline;
  margin-bottom: 14px;
  margin-left: 0px;
  background-color: hsla(0, 0%, 84.7%, 0.2);
}

.blog-display-wrap {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid hsla(0, 0%, 84.7%, 0.3);
  text-decoration: none;
}

.blog_small_heading {
  max-width: none;
  min-height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #15113b;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.blog_small_heading:hover {
  text-decoration: underline;
}

.blog_h_wrap {
  position: relative;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.blog_image_small {
  height: 70px;
  min-height: auto;
  min-width: 100px;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.max_450px {
  max-width: 450px;
}

.white_text {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
}

.white_text.lv5_sub_h {
  max-width: 650px;
  margin-top: 12px;
  text-align: center;
}

.white_text.align_center {
  font-size: 60px;
  line-height: 60px;
}

.white_text.max_800px {
  max-width: 800px;
}

.white_text.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

._24px {
  font-size: 24px;
}

._24px.align_left_mobile_landscape {
  font-family: Flink, sans-serif;
  color: #f7f7f7;
  text-decoration: underline;
}

.max_400px {
  max-width: 400px;
}

._18px {
  font-size: 18px;
}

._14px {
  font-size: 14px;
  line-height: 20px;
}

.employees_love_us {
  font-weight: 500;
  text-align: center;
}

.max_240px {
  max-width: 240px;
}

.align_center {
  font-family: Flink, sans-serif;
  color: #50019b;
  font-size: 48px;
  line-height: 54px;
  font-weight: 500;
  text-align: center;
}

.services_h {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 700;
}

.max_800px {
  max-width: 800px;
}

._100_percent_w {
  width: 100%;
  max-width: none;
  padding-left: 30px;
  text-align: center;
}

.no_margin {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Proximanova, sans-serif;
  font-size: 20px;
}

.mobile_pricing_cta {
  display: none;
}

.only_mobile {
  display: none;
}

.feat_blog_content_wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.author_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.author_link.bottom_margin {
  margin-bottom: 20px;
}

.author_link.hide_on_desktop {
  display: none;
}

.blog_h_and_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-collection-item {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid hsla(0, 0%, 84.7%, 0.3);
  border-bottom: 1px none hsla(0, 0%, 84.7%, 0.2);
}

.category_collection {
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px none hsla(0, 0%, 84.7%, 0.3);
}

.category_link_collection_list_wrapper {
  padding-top: 16px;
  border-top: 1px solid hsla(0, 0%, 84.7%, 0.3);
  text-align: right;
}

.blog_link {
  width: 100%;
  color: #15113b;
  text-decoration: none;
}

.blog_image_wrap {
  height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.author {
  margin-left: 6px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.livestream_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: url('../images/malte-wingen-PDX_a_82obo-unsplash-1.jpg');
  background-position: 20% 0%;
  background-size: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.livestream_link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.livestream_link.livestream_2 {
  background-image: url('../images/convertkit-BOI9jki3nzY-unsplash-1-1.jpg');
}

.livestream_h {
  color: #fff;
  text-align: center;
}

.livestream_h:hover {
  text-decoration: underline;
}

.livestream_contrast {
  padding: 20px;
  background-color: transparent;
  text-align: center;
}

.blog_info_nav {
  position: static;
  top: 80px;
  padding-top: 40px;
}

.line_div {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 84.7%, 0.2);
}

.line_div.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.blog_social_media {
  padding-top: 20px;
}

.facebook {
  margin-bottom: 18px;
}

.blog_date {
  margin-top: 24px;
}

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

.blog_card_collection_item {
  width: 25%;
  padding: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog_card_collection_item:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.blog_card_collection_item.on_author_template {
  width: 50%;
}

.blog_card_collection_item._33_percent {
  width: 33.33%;
}

.blog_cards_collection_list_wrapper {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid hsla(0, 0%, 84.7%, 0.3);
}

.scroll_indicator {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 22222222222;
  height: 4px;
}

.div-block-11 {
  height: 5px;
}

.copyrights_link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: rgba(255, 0, 120, 0.81);
  text-decoration: none;
}

.copyrights_link:hover {
  color: #ff0078;
}

.copyrights_link.dark-link {
  color: #15113b;
}

.copyrights_link.dark-link:hover {
  color: #09d5b0;
}

.pop_up_contain {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 120;
  display: none;
  padding-right: 2%;
  padding-bottom: 2.5%;
  padding-left: 2%;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-decoration: none;
}

.newsletter-title-contain {
  display: block;
  width: 85%;
  -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;
}

.pop_up {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 475px;
  min-width: auto;
  padding: 24px;
  -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-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 26px 0 rgba(0, 0, 0, 0.07);
  opacity: 1;
}

.author_content_contain {
  width: 70%;
}

.sticky_nav {
  padding-top: 20px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sticky_nav.left {
  position: static;
  top: 80px;
  padding-right: 30px;
  padding-left: 0px;
}

.author_card {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 84.7%, 0.2);
  border-radius: 5px;
}

.component_link {
  width: 100%;
  margin-bottom: 12px;
  padding: 9px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 2px;
  background-color: #ffd343;
  text-align: left;
  text-decoration: none;
}

.component_link.w--current {
  background-color: rgba(255, 211, 67, 0.7);
}

.yellow_div {
  width: 40px;
  height: 3px;
  margin-top: 14px;
  margin-bottom: 32px;
  border-radius: 20px;
  background-color: #ffd343;
}

.dashboard_wrap {
  padding: 53px;
}

.dashboard_wrap.dashboard_2 {
  padding: 0px 64px 0px 0px;
}

.dashboard-2 {
  box-shadow: 3px 3px 16px 6px rgba(0, 0, 0, 0.06);
}

._404 {
  margin-top: 0px;
  font-size: 150px;
  line-height: 200px;
  text-align: center;
}

.mega_menu_title-box {
  width: 20%;
  max-width: none;
}

.mega-menu-main-content {
  padding-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mega_menu_sub_title {
  border-bottom: 1px solid #15113b;
}

.mega_nav_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #15113b;
  text-decoration: none;
}

.mega_nav_link:hover {
  opacity: 0.31;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.mega_nav_icon_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  margin-right: 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-style: none;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 50%;
  background-color: transparent;
}

.mega_nav_pointer {
  position: absolute;
  left: 25%;
  top: auto;
  right: 0%;
  bottom: -30%;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: #ff037a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding: 9px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px solid rgba(255, 211, 67, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #15113b;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.nav_link:hover {
  border-top: 4px solid #ffd343;
}

.nav_link.dark_bg {
  color: #007a50;
}

.style_block {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 24px;
  padding: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 4px;
  background-color: #ffd343;
}

.style_block.white_smoke_bg {
  background-color: #f7f7f7;
}

.text_links {
  width: 100%;
  padding: 25px;
}

.color-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #15113b;
  font-weight: 700;
}

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

.color {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #6e6e6e;
}

.color.yellow {
  border-style: solid;
  border-width: 1px;
  border-color: #15113b;
  background-color: #ffd343;
}

.color.black_grey {
  background-color: #15113b;
  color: #231f20;
}

.color.teal {
  background-color: #09d5b0;
}

.color.white {
  background-color: #f7f7f7;
}

.color.grey {
  background-color: #d8d8d8;
}

.color-hex {
  color: #15113b;
  font-weight: 300;
}

.colors-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  border-right: 1px none hsla(0, 0%, 60.8%, 0.3);
  border-bottom: 1px none hsla(0, 0%, 60.8%, 0.3);
}

._350_max {
  max-width: 350px;
}

.buttons_contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 4px;
  background-color: #15113b;
}

.button_wrapper {
  margin-right: 30px;
}

.componet_wrapper {
  margin-top: 60px;
  margin-bottom: 30px;
}

.componet_wrapper.top {
  margin-top: 0px;
  margin-bottom: 62px;
}

.componet_wrapper.more_top_margin {
  margin-top: 100px;
}

.component_title {
  margin-bottom: 34px;
}

.block-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.block-content {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.checkout-form {
  padding-top: 95px;
  background-color: #f7f7f7;
}

.order_summary {
  top: 80px;
}

.order-confirmation {
  padding-top: 94px;
}

.image-licensing-grid {
  width: 100%;
  padding-top: 24px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 30px auto 30px auto 30px auto;
  grid-template-rows: auto auto auto auto;
}

.image-licensing-grid.icons {
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.image-licensing-grid.mock-ups {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-licensing-grid.logos {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-licensing-grid.iphone {
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-licensing-grid.dashboards {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-licensing-grid.desktop {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.bottom_margin {
  margin-bottom: 24px;
}

.illustrations-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.text_block {
  color: #15113b;
}

.text_block.bold {
  font-weight: 700;
}

.nav-menu {
  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;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #350088;
}

.dropdown-list {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.dropdown-list.w--open {
  position: absolute;
  left: 0%;
  top: 98%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 36px 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.dropdown {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px solid rgba(255, 211, 67, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #15113b;
  font-size: 16px;
  font-weight: 300;
}

.dropdown:hover {
  border-top-color: #ffd343;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding: 9px 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;
  color: #15113b;
}

.dropdown-toggle.dark_bg {
  color: #007a50;
}

.hamburger_wrap {
  display: block;
}

.paypal {
  margin-top: 22px;
}

.paypal-checkout-form {
  padding-top: 84px;
}

.div-block-12 {
  top: 70px;
}

.keep_left_mobile {
  font-family: Poppins, sans-serif;
}

.keep_left_mobile_landscape {
  font-family: Poppins, sans-serif;
  color: #fff;
}

.press-h1 {
  max-width: 350px;
}

.sticky_nav_contain {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

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

.cart {
  margin-left: auto;
}

.shop_by_category {
  margin-top: 0px;
}

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

.mobile_menu {
  display: block;
}

.dark_logo {
  position: absolute;
  display: block;
  margin-top: -1px;
  background-color: transparent;
  opacity: 0;
}

.intro_heading {
  max-width: 450px;
  margin-top: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #073028;
  font-family: Flink, sans-serif;
  color: #4d4d4d;
  font-weight: 500;
}

.intro_hero_p {
  max-width: 450px;
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #8f8f8f;
  font-size: 20px;
  font-weight: 300;
}

.intro_yellow_element {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-height: none;
  padding-left: 80px;
}

.intro_hero_image {
  position: absolute;
  left: auto;
  top: -6px;
  right: -10%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 70vw;
  max-width: 1400px;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.pages_grid {
  padding-top: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.pages_grid.login {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.pages_grid.shop {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.landing-page_contain {
  overflow: auto;
  height: 320px;
  margin-top: 30px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.landing-page_contain:hover {
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.09);
}

.max-500 {
  max-width: 500px;
}

.pop_up_heading {
  font-family: Flink, sans-serif;
}

.hero_4 {
  margin-top: 0px;
  margin-bottom: 3rem;
  background-color: #fff;
}

.footer_links_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.footer_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  min-height: 300px;
  margin-right: 66px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid hsla(0, 0%, 96.9%, 0.1);
  font-size: 16px;
}

.footer_col.last_col {
  margin-right: 0px;
  border-right-style: none;
}

.footer_logo_wrapper {
  display: inline-block;
  width: auto;
  margin-bottom: 30px;
}

.footer-link {
  opacity: 0.6;
  -webkit-transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  line-height: 24px;
}

.footer-link:hover {
  opacity: 1;
  color: #fff;
}

.footer-link:active {
  opacity: 0.9;
}

.footer-link.footer-link-12-dark {
  margin-bottom: 10px;
  opacity: 1;
  color: #fff;
  font-size: 14px;
  line-height: 160%;
  font-weight: 300;
  text-decoration: none;
}

.footer-link.footer-link-12-dark:hover {
  color: #ff8051;
}

.footer-link.footer-link-12-dark.press-and-media-hide {
  display: none;
}

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

.instruction-wrapper {
  margin-top: 42px;
  margin-bottom: 42px;
}

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

.rich-text-block {
  width: 80%;
  color: #fff;
}

.rich-text-block._100-percent-w {
  width: 100%;
  color: #231f20;
}

.image-18 {
  margin-top: 30px;
}

.paragraph-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #2f3033;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.paragraph-2.login_right_side_p {
  margin-bottom: 30px;
}

.discounts {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.apply-button {
  height: 55px;
  margin-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #ffd343;
  color: #15113b;
  font-weight: 600;
}

.text-block-2 {
  color: #350088;
}

.text-block-3 {
  color: #350088;
}

.text-block-4 {
  color: #350088;
}

.text-block-5 {
  color: #350088;
}

.text-block-6 {
  color: #350088;
}

.text-block-7 {
  color: #350088;
}

.text-block-8 {
  color: #350088;
}

.heading {
  font-family: Flink, sans-serif;
  color: #4d4d4d;
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 500;
}

.bold-text {
  font-family: Flink, sans-serif;
}

.text-block-9 {
  color: #350088;
}

.text-block-10 {
  color: #350088;
}

.text-block-11 {
  color: #350088;
}

.text-block-12 {
  color: #350088;
}

.paragraph-3 {
  font-family: Proximanova, sans-serif;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 400;
}

.lottie-hold {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0.24;
}

.bg-lottie {
  width: 100%;
  margin-bottom: -5px;
}

.bold-text-2 {
  color: #092457;
  font-weight: 600;
}

.heading-2 {
  margin-top: 0px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-weight: 600;
}

.heading-3 {
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Flink, sans-serif;
  color: #2c0072;
  font-weight: 500;
  text-align: left;
}

.paragraph-4 {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.heading-4 {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 400;
}

.heading-5 {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 400;
}

.paragraph-5 {
  font-family: Poppins, sans-serif;
  color: #3c0298;
  font-weight: 300;
}

.italic-text {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-weight: 300;
}

.paragraph-6 {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
}

.heading-6 {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 400;
}

.heading-7 {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 400;
}

.heading-8 {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 400;
}

.paragraph-7 {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
}

.paragraph-8 {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
}

.paragraph-9 {
  color: #000;
}

.paragraph-10 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.paragraph-11 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.paragraph-12 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.heading-9 {
  font-family: Poppins, sans-serif;
  color: #2c0072;
  font-weight: 300;
}

.heading-10 {
  font-family: Poppins, sans-serif;
  color: #2c0072;
  font-weight: 500;
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.phone-flat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18vw;
  padding: 0.8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2vw;
  background-color: #fff;
  box-shadow: 0 1px 0 1px #dbdbdb, inset 0 0 8px 0 rgba(0, 0, 0, 0.3), 0 69px 50px -20px rgba(0, 0, 0, 0.23);
  -webkit-transform: translate3d(0px, 0px, 200px);
  transform: translate3d(0px, 0px, 200px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-btn-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 6vw;
}

.phone-btn {
  position: absolute;
  width: 0.25vw;
  height: 3vw;
  margin-bottom: auto;
  margin-left: -0.1vw;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

.hero__phone-img {
  border-radius: 1.5vw;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.phone-cutout {
  position: absolute;
  top: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 1.2vw;
  margin-top: 0.8vw;
  margin-right: auto;
  margin-left: auto;
  -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-bottom-left-radius: 1vw;
  border-bottom-right-radius: 1vw;
  background-color: #fff;
}

.phone-speaker {
  width: 2.5vw;
  height: 0.33vw;
  border-radius: 8px;
  background-color: #e9e9e9;
  box-shadow: inset 0 0 3px 0 #c9c9c9;
}

.heading-11 {
  font-family: Poppins, sans-serif;
  color: #50019b;
  font-size: 36px;
  font-weight: 200;
}

.bold-text-3 {
  color: #2c0072;
  font-weight: 300;
}

.heading-12 {
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 400;
}

.paragraph-13 {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 14px;
}

.boton-1 {
  margin-top: 0px;
  padding: 14px 29px;
  border-radius: 3px;
  background-color: #002948;
  box-shadow: -3px -3px 8px -3px hsla(0, 0%, 100%, 0.73), 3px 3px 8px -2px rgba(0, 0, 0, 0.32);
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.boton-1:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.boton-1.btn-pastilla {
  position: relative;
  left: 40px;
  bottom: -63px;
  z-index: 366;
  display: block;
  overflow: visible;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  padding: 10px 20px;
  clear: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 0px;
  background-color: #ff0080;
  box-shadow: 1px 1px 3px 0 #6d6d6d;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  white-space: nowrap;
}

.block-tag {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: -16px;
  margin-left: 64px;
  padding: 11px 40px;
  background-color: #354463;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.block-tag.center {
  position: static;
  left: 36%;
  margin-top: -23px;
  margin-left: 0px;
  background-color: #03c9df;
  box-shadow: 1px 1px 3px 0 #6d6d6d;
  font-family: Flink, sans-serif;
  font-weight: 500;
}

.titulo-pastilla {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  color: #2f0277;
  font-size: 22px;
  line-height: 28px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.lightbox-link-2 {
  margin-left: 15px;
}

.take-action-section {
  background-color: #fff;
}

.div-block-59 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.hijo-pastilla {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 175px;
  max-height: 350px;
  margin-right: 50px;
  margin-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #6d6d6d;
  -webkit-transition: height 200ms ease, background-color 200ms ease;
  transition: height 200ms ease, background-color 200ms ease;
}

.contain-2 {
  display: block;
  width: 1140px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  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;
}

.wrap-contenido-pastilla {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin: 10px 0px 10px 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  white-space: pre-wrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.take-action-row {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.primer-hijo-pastilla {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card-btn2 {
  margin-top: 0px;
  padding: 14px 29px;
  border-radius: 3px;
  background-color: #002948;
  box-shadow: -3px -3px 8px -3px hsla(0, 0%, 100%, 0.73), 3px 3px 8px -2px rgba(0, 0, 0, 0.32);
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.card-btn2:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.card-btn2.btn-pastilla-copy {
  position: relative;
  left: 40px;
  z-index: 366;
  display: block;
  overflow: visible;
  margin-top: 50%;
  margin-right: 0px;
  margin-bottom: 50%;
  padding: 10px 40px;
  clear: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 0px;
  background-color: #00d2a3;
  box-shadow: 1px 1px 3px 0 #6d6d6d;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  white-space: nowrap;
}

.card-btn2.btn-pastilla-copy {
  position: relative;
  left: 40px;
  bottom: -54px;
  z-index: 366;
  display: block;
  overflow: visible;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  padding: 10px 20px;
  clear: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 0px;
  background-color: #ff0080;
  box-shadow: 1px 1px 3px 0 #6d6d6d;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  white-space: nowrap;
}

.card-text {
  position: relative;
  display: block;
  width: auto;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  color: #2f0277;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  -o-object-fit: fill;
  object-fit: fill;
}

.take-action-sub {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.body-2 {
  background-color: #fff;
}

.hero__right-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 84px;
  margin-bottom: 84px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Blob.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-perspective: 5000px;
  perspective: 5000px;
}

.hero__device {
  overflow: hidden;
  width: 18vw;
  min-width: 200px;
  padding: 0.7999999999999998vw;
  border-radius: 2.5vw;
  background-color: #fff;
  box-shadow: 3px 4px 0 0 #dbdbdb, inset 0 0 8px 0 rgba(0, 0, 0, 0.3), 49px 49px 50px -20px rgba(0, 0, 0, 0.23);
  -webkit-transform: rotateX(17deg) rotateY(-17deg) rotateZ(13deg);
  transform: rotateX(17deg) rotateY(-17deg) rotateZ(13deg);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero__device:hover {
  box-shadow: 0 1px 0 0 #dbdbdb, inset 0 0 8px 0 rgba(0, 0, 0, 0.3), 0 50px 50px -20px rgba(0, 0, 0, 0.23);
  -webkit-transform: rotate(0deg) scale(1.1);
  -ms-transform: rotate(0deg) scale(1.1);
  transform: rotate(0deg) scale(1.1);
}

.hero__phone-img-2 {
  border-radius: 1.8vw;
}

.device-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: perspective(100px);
  transform: perspective(100px);
}

.project-device {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 90%;
  max-width: 50vw;
  min-width: 360px;
  margin-right: -30%;
  margin-bottom: -5%;
  padding: 3%;
  border-radius: 16px;
  background-color: #f7f7f7;
  box-shadow: -6px 6px 0 0 #dbdbdb, -25px 49px 50px -20px rgba(0, 0, 0, 0.3);
  -webkit-transform: perspective(9000px) rotateX(45deg) rotateY(0deg) rotateZ(-38deg);
  transform: perspective(9000px) rotateX(45deg) rotateY(0deg) rotateZ(-38deg);
  -webkit-transition: box-shadow 500ms ease, -webkit-transform 500ms ease;
  transition: box-shadow 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, box-shadow 500ms ease;
  transition: transform 500ms ease, box-shadow 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.project-device:hover {
  box-shadow: -5px 5px 0 0 #dbdbdb, -23px 45px 45px -20px rgba(0, 0, 0, 0.3);
  -webkit-transform: perspective(9000px) rotateX(42deg) rotateY(0deg) rotateZ(-38deg);
  transform: perspective(9000px) rotateX(42deg) rotateY(0deg) rotateZ(-38deg);
}

.project-device._3 {
  margin-right: -30%;
  margin-bottom: -55%;
}

.project-device._2 {
  margin-right: 10%;
  margin-bottom: -40%;
}

.projects-img {
  background-color: #00c2ff;
}

.heading-13 {
  font-family: Poppins, sans-serif;
  color: #50019b;
  font-size: 16px;
  font-weight: 500;
}

.heading-14 {
  font-family: Poppins, sans-serif;
  color: #2c0072;
  font-size: 16px;
  font-weight: 500;
}

.heading-15 {
  font-family: Poppins, sans-serif;
  color: #50019b;
  font-size: 16px;
  font-weight: 500;
}

.heading-16 {
  font-family: Poppins, sans-serif;
  color: #2c0072;
  font-size: 16px;
  font-weight: 500;
}

.remove-2 {
  color: #09d5b0;
  text-decoration: none;
}

.outlined_button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Playfair Display', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.outlined_button-2:hover {
  margin-left: 0px;
  border-color: #ffd343;
  background-color: #ffd343;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
  color: #000;
}

.outlined_button-2.dark_outline {
  margin-top: 0px;
  border-color: #15113b;
  color: #15113b;
}

.outlined_button-2.dark_outline:hover {
  border-color: #ffd343;
  box-shadow: none;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.outlined_button-2.on_dark_bg_navbar {
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-color: #fd88be;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  font-family: webfont, sans-serif;
  color: #ff037a;
  text-align: center;
  text-transform: none;
}

.outlined_button-2.on_dark_bg_navbar {
  display: block;
  margin-top: 0px;
  padding: 5px 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  border-style: none;
  border-color: #fd88be;
  border-radius: 20px;
  background-color: #ff037a;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  font-family: webfont, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: none;
}

.mega_nav_icon_wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  margin-right: 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-style: none;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 50%;
  background-color: transparent;
}

.dropdown-list-2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.dropdown-list-2.w--open {
  position: absolute;
  left: 0%;
  top: 98%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 36px 90px;
  -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: #f7f7f7;
}

.nav-menu-2 {
  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;
  background-color: transparent;
}

.dropdown-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px solid rgba(255, 211, 67, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #15113b;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-2:hover {
  border-top-color: #ffd343;
}

.text-block-13 {
  color: #15113b;
}

.cart-quantity-2 {
  margin-left: 2px;
  color: #09d5b0;
}

.nav-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
  -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;
  color: #000;
}

.mega_menu_sub_title-2 {
  border-bottom: 1px solid #15113b;
}

.mega_nav_pointer-2 {
  position: absolute;
  left: 25%;
  top: auto;
  right: 0%;
  bottom: -30%;
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: #ffd343;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

._2_col_grid-2 {
  width: 100%;
  margin-bottom: 0px;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2_col_grid-2.mega_nav_links {
  padding-top: 15px;
  grid-row-gap: 10px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

._2_col_grid-2.mega_nav_links.about {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

._2_col_grid-2.mega_nav_links.pages {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.mobile_menu-2 {
  display: none;
}

.form_field-2 {
  height: 55px;
  border-style: solid;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 3px;
  background-color: rgba(255, 211, 67, 0.1);
}

.form_field-2:hover {
  border-style: solid;
}

.form_field-2:active {
  border-style: solid;
  border-color: #15113b;
  background-color: #ffd343;
}

.form_field-2:focus {
  border-style: solid;
  border-color: #15113b;
  background-color: #ffd343;
}

.hamburger_wrap-2 {
  display: none;
}

.nav_link-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding: 9px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px solid rgba(255, 211, 67, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #15113b;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.nav_link-2:hover {
  border-top: 4px solid #ffd343;
}

.nav_link-2.dark_bg {
  color: #007a50;
}

.button-2 {
  margin-top: 20px;
  border-radius: 3px;
  background-color: #ffd343;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #15113b;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.h4-2 {
  position: relative;
  padding: 0px;
  color: #15113b;
  font-weight: 700;
}

.mega_nav_link-2 {
  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;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #15113b;
  text-decoration: none;
}

.mega_nav_link-2:hover {
  opacity: 0.31;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding: 9px 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;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
}

.dropdown-toggle-2.dark_bg {
  color: #007a50;
}

.dropdown-toggle-2.dark_bg:hover {
  color: #ff037a;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  margin-top: 0px;
  padding: 0px 6%;
  -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: transparent;
  opacity: 1;
  font-family: Barlow, sans-serif;
}

.navbar-2.dark_bg {
  z-index: 99999999;
  overflow: visible;
  padding-right: 5%;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  color: #000;
}

.navbar-2.dark_bg {
  z-index: 99999999;
  overflow: visible;
  padding-right: 5%;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  color: #000;
}

.cart-2 {
  margin-left: 10px;
}

.text-block-14 {
  font-family: Proximanova, sans-serif;
  color: #50019b;
  font-size: 16px;
  font-weight: 600;
}

.dark_logo-2 {
  position: absolute;
  margin-top: -1px;
  background-color: transparent;
  opacity: 0;
}

.hero__contain {
  position: static;
  z-index: 20;
}

.cards__button-overflow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0.69em;
}

.hero__sub-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 2em;
  -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: 0.69em;
  background-color: #ff037a;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.cards__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0em;
  padding-bottom: 1em;
  -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-link-2 {
  position: relative;
  margin-top: 1.81em;
  padding-bottom: 0.2em;
  font-weight: 600;
}

.cards__p-wrapper {
  overflow: hidden;
  height: auto;
}

.cards__logo-img {
  width: 100%;
}

.button__arrow {
  width: 2.08em;
  margin-left: 0.97em;
}

.hero__sub-text-line {
  width: 1.74em;
  height: 1px;
  margin-right: 0.42em;
  background-color: #000;
}

.cards__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7em;
  margin-bottom: -2em;
  padding-right: 1.74em;
  padding-bottom: 2em;
  padding-left: 1.74em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.39em;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.cards__card {
  overflow: hidden;
  width: 27vw;
  height: auto;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-color: transparent;
}

.cards__container {
  position: relative;
  z-index: 21;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 19em;
  margin-top: 4em;
  -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;
}

.text-link__line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 0.07em;
  background-color: #000;
}

.cards__logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 5em;
  height: 5em;
  margin-top: -2.5em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #00c2ff;
}

.cards__bottom {
  position: relative;
  padding: 1.5em 1.32em;
  border: 1px none #fff;
  border-radius: 10px;
  background-color: #f7f7f7;
  font-family: Flink, sans-serif;
  color: #000;
  text-align: center;
}

.container-2 {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 3.3em 6.88em;
}

.container-tele {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 3.3em 6.88em;
}

.container-2.is--hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 13.3em;
  padding-bottom: 6.8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.container-tele.is--hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 13.3em;
  padding-bottom: 6.8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.container-2.is--hero {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-right: auto;
  padding: 4em 0em 6.8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.container-tele.is--hero {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-right: auto;
  padding: 4em 0em 6.8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.hero__heading {
  padding-top: 0.69em;
  padding-bottom: 0.5em;
  font-family: Flink, sans-serif;
  color: #2c0072;
}

.is--p2 {
  font-size: 13px;
}

.is--p2.is--card {
  width: 82%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
}

.cards__company {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: webfont, sans-serif;
  color: #092457;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
}

.heading-17 {
  width: 30em;
  font-family: webfont, sans-serif;
  color: #092457;
  font-size: 56px;
  line-height: 64px;
  font-weight: 500;
}

.paragraph-14 {
  font-family: Flink, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-15 {
  font-family: Flink, sans-serif;
}

.button-text {
  margin-bottom: 0px;
  font-family: Flink, sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-17 {
  margin-bottom: 0px;
}

.paragraph-18 {
  margin-bottom: 0px;
}

.paragraph-19 {
  width: 30em;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-20 {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #00c2ff;
  font-size: 20px;
  font-weight: 300;
}

.div-block-60 {
  width: 300px;
}

.text-span {
  font-family: Proximanova, sans-serif;
  color: #ff037a;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.text-span-2 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.button-4 {
  padding: 1em 2em;
  box-shadow: 1px 1px 3px 0 #000;
}

.outlined_button-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Playfair Display', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.outlined_button-3-copy:hover {
  margin-left: 0px;
  border-color: #ffd343;
  background-color: #ffd343;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
  color: #000;
}

.outlined_button-3-copy.dark_outline {
  margin-top: 0px;
  border-color: #15113b;
  color: #15113b;
}

.outlined_button-3-copy.dark_outline:hover {
  border-color: #ffd343;
  box-shadow: none;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.outlined_button-3-copy.on_dark_bg_navbar {
  position: relative;
  left: 40px;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  font-family: webfont, sans-serif;
  color: #00c3a0;
  font-weight: 400;
  text-transform: none;
}

.outlined_button-3-copy.on_dark_bg_navbar {
  position: static;
  left: 86px;
  display: block;
  margin-top: 0px;
  padding: 5px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  border-color: #fff;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  font-family: webfont, sans-serif;
  color: #092457;
  font-weight: 400;
  text-transform: none;
}

.outlined_button-3-copy.on_dark_bg_navbar {
  position: relative;
  left: 48px;
  margin-top: 0px;
  padding: 5px 20px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  font-family: webfont, sans-serif;
  color: #092457;
  font-weight: 400;
  text-transform: none;
}

.outlined_button-3-copy.on_dark_bg_navbar {
  position: relative;
  left: 86px;
  margin-top: 0px;
  padding: 5px 20px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  font-family: webfont, sans-serif;
  color: #092457;
  font-weight: 400;
  text-transform: none;
}

.hero-crumbs-1 {
  position: absolute;
  left: -32px;
  top: 391px;
}

.button-5 {
  height: 58px;
  padding: 1.125rem 2rem;
  border-radius: 9999px;
  background-color: #1e2020;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  text-decoration: none;
}

.button-5:hover {
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.5);
}

.hero-creativity {
  position: relative;
  width: 95%;
  height: 100%;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.phone-tilted {
  position: absolute;
  left: 200px;
  top: 159px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16vw;
  min-width: 200px;
  padding: 0.8vw;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2vw;
  background-color: #fff;
  box-shadow: 3px 4px 0 0 #dbdbdb, inset 0 0 8px 0 rgba(0, 0, 0, 0.3), 49px 49px 50px -20px rgba(0, 0, 0, 0.23);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 600ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 600ms ease;
  transition: transform 600ms ease, box-shadow 400ms ease;
  transition: transform 600ms ease, box-shadow 400ms ease, -webkit-transform 600ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-tilted:hover {
  box-shadow: 0 1px 0 0 #dbdbdb, inset 0 0 8px 0 rgba(0, 0, 0, 0.3), 0 50px 50px -20px rgba(0, 0, 0, 0.23);
  -webkit-transform: rotate(0deg) scale(1.1);
  -ms-transform: rotate(0deg) scale(1.1);
  transform: rotate(0deg) scale(1.1);
}

.project__device {
  width: 16vw;
  padding: 0.6vw;
  border-radius: 2vw;
  background-color: #f0f0f0;
  box-shadow: 3px 4px 0 0 #dbdbdb, inset 0 0 8px 0 rgba(0, 0, 0, 0.3), 49px 49px 50px -20px rgba(0, 0, 0, 0.25);
  -webkit-transform: rotateX(10deg) rotateY(-16deg) rotateZ(12deg) translate3d(0px, 0px, 220px) translate(0px, 2vw);
  transform: rotateX(10deg) rotateY(-16deg) rotateZ(12deg) translate3d(0px, 0px, 220px) translate(0px, 2vw);
  -webkit-transition: box-shadow 500ms ease, -webkit-transform 500ms ease;
  transition: box-shadow 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, box-shadow 500ms ease;
  transition: transform 500ms ease, box-shadow 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.project__device:hover {
  box-shadow: 0 1px 0 0 #dbdbdb, inset 0 0 8px 0 rgba(0, 0, 0, 0.3), 0 69px 50px -20px rgba(0, 0, 0, 0.25);
  -webkit-transform: rotate(0deg) scale(1.1) translate(-32px, 0px);
  -ms-transform: rotate(0deg) scale(1.1) translate(-32px, 0px);
  transform: rotate(0deg) scale(1.1) translate(-32px, 0px);
}

.project__device.project__device--desktop {
  position: relative;
  left: 0px;
  top: 10px;
  bottom: 140px;
  z-index: 0;
  width: 40vw;
  margin-top: 0px;
  margin-bottom: 56px;
  border-radius: 18px;
  background-color: #f3f1f1;
  box-shadow: 0 0 0 0 #252525, inset 0 0 3px 0 rgba(0, 0, 0, 0.7), 49px 49px 50px -20px rgba(0, 0, 0, 0.35);
  -webkit-transform: rotateX(0deg) rotateY(-16deg) rotateZ(-10deg) translate3d(0px, 0px, 220px);
  transform: rotateX(0deg) rotateY(-16deg) rotateZ(-10deg) translate3d(0px, 0px, 220px);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.project__device.project__device--desktop:hover {
  box-shadow: 0 1px 0 0 #252525, inset 0 0 3px 0 rgba(0, 0, 0, 0.7), 0 69px 50px -20px rgba(0, 0, 0, 0.35);
  -webkit-transform: rotate(0deg) scale(1.1);
  -ms-transform: rotate(0deg) scale(1.1);
  transform: rotate(0deg) scale(1.1);
}

.projects__dev-img {
  border-radius: 1.4vw;
}

.projects__dev-img.projects__dev-img--desktop {
  border-radius: 12px;
}

.button-text-2 {
  font-size: 1.125rem;
  line-height: 1.25em;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-decoration: none;
}

.headline {
  max-width: 12ch;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #fff;
  font-size: 4rem;
  line-height: 1.25em;
}

.hero-section {
  position: static;
  top: 0px;
  width: 100%;
  height: 1px;
  min-height: 100vh;
  min-width: auto;
  padding: 2rem 2rem 0rem;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-30 {
  position: absolute;
  top: 3px;
  right: 0px;
  min-width: 50vw;
  margin-top: 100px;
  margin-right: 20px;
}

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

.phone-tilted-2 {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18vw;
  min-width: 150px;
  margin-top: 10px;
  margin-right: 80px;
  margin-left: auto;
  padding: 0.8vw;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2vw;
  background-color: #fff;
  box-shadow: 3px 4px 0 0 #dbdbdb, inset 0 0 8px 0 rgba(0, 0, 0, 0.3), 49px 49px 50px -20px rgba(236, 234, 234, 0.23);
  -webkit-transform: rotateX(17deg) rotateY(-17deg) rotateZ(13deg);
  transform: rotateX(17deg) rotateY(-17deg) rotateZ(13deg);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phone-tilted-2:hover {
  box-shadow: 0 1px 0 0 #dbdbdb, inset 0 0 8px 0 rgba(0, 0, 0, 0.3), 0 50px 50px -20px hsla(0, 5%, 92.2%, 0.23);
  -webkit-transform: rotate(0deg) scale(1.1);
  -ms-transform: rotate(0deg) scale(1.1);
  transform: rotate(0deg) scale(1.1);
}

.hero__phone-img-3 {
  position: relative;
  border-radius: 1.5vw;
}

.image-32 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-top: 40px;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.text-span-3 {
  font-weight: 600;
}

.text-span-4 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 200;
}

.subhead {
  font-size: 3rem;
  line-height: 3.6rem;
}

.subhead.space-bottom-36 {
  font-size: 2.8rem;
  line-height: 3.2rem;
}

.grid-hero {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 72px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-4 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  border-bottom: 4px solid #000;
}

.section-4.hero-section {
  padding-bottom: 0px;
}

.quick-links-wrapper {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  margin-bottom: -67px;
  border-style: solid;
  border-width: 4px;
  border-color: #2c0072;
  background-color: #fff;
}

.container-3 {
  width: 75vw;
  max-width: 1296px;
  margin-right: auto;
  margin-left: auto;
}

.eye-circle {
  position: absolute;
  left: 44.1%;
  top: 36%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17.75%;
  height: 22.25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.eye-pupil {
  width: 50%;
}

.heading-jumbo {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 11rem;
  line-height: 0.9;
}

.hero-image-wrapper {
  position: relative;
}

.mac {
  width: 100%;
}

.ql-link {
  display: inline-block;
  width: 25%;
  padding: 20px;
  border-right: 4px solid #000;
  background-color: #fff;
  box-shadow: 7px 7px 3px 0 rgba(0, 0, 0, 0.5);
  font-family: Poppins, sans-serif;
  color: #ff037a;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.ql-link:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #3c0298;
  background-color: #2c0072;
  color: #fff;
  font-size: 1rem;
}

.ql-link.last {
  border: 1px none #000;
}

.button-6 {
  padding: 16px 24px;
  border: 4px solid #000;
  background-color: #c4c4c4;
  color: #000;
  font-size: 2rem;
  font-weight: 600;
}

.button-6:hover {
  background-color: #000;
  color: #fff;
}

.column-2 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.column-2.hero {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-span-5 {
  color: #ff6e6e;
}

.paragraph-21 {
  max-width: 70%;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #50019b;
  font-size: 18px;
  line-height: 130%;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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: #fff;
  background-image: url('../images/cloud-asset-4.svg');
  background-position: 100% 60%;
  background-size: 75%;
  background-repeat: no-repeat;
}

.button-7 {
  margin-left: 7px;
  padding: 11px 38px;
  border-radius: 100px;
  background-image: linear-gradient(135deg, #f95654, #ffb914);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: 'Open Sans', sans-serif;
}

.button-7:hover {
  background-image: linear-gradient(137deg, #ffb914, #f95654);
}

.button-7.hero {
  margin-left: 10px;
  background-image: linear-gradient(135deg, #ff037a, #00c2ff);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.heading-18 {
  font-family: Flink, sans-serif;
  color: #50019b;
  font-size: 70px;
  line-height: 100%;
  font-weight: 500;
}

.image-5 {
  margin-top: 67px;
}

.button-8 {
  margin-left: 0px;
  padding: 11px 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff037a;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #ff037a;
}

.button-8:hover {
  background-color: #ff037a;
  color: #fff;
}

.div-block-61 {
  width: 100%;
}

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

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 100%;
  max-width: 1240px;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-shadow {
  position: absolute;
  left: 8px;
  top: 4px;
  padding: 1.56em 5.86em;
  border-style: solid;
  border-width: 2px;
  border-color: #5c2e2d;
  color: #fdf3e4;
  font-size: 1.46em;
  font-weight: 700;
  text-align: center;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-3 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero_header {
  margin-bottom: 16px;
  font-family: Flink, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  font-weight: 500;
}

.is--1-67em-bp {
  margin-bottom: 1.67em;
}

.hero_photo1 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid_item {
  width: 100%;
  padding: 1.04em;
}

.grid_item.is--hero-img1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid_item.is--header-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-bottom: 0em;
  -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;
}

.button-container {
  position: relative;
  display: none;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 7.29em 6.25em;
  -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;
}

.container-5.is--hero {
  padding-top: 7.5em;
  background-color: #2c0072;
}

.main-button {
  z-index: 2;
  padding: 1em 4em;
  border-radius: 20px;
  background-color: #fff;
  color: #fdf3e4;
  font-size: 1.46em;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.text-block-15 {
  color: #ff037a;
}

.heading-19 {
  font-family: Poppins, sans-serif;
  color: #00c2ff;
  font-size: 16px;
  font-weight: 400;
}

.text-span-6 {
  color: #ff0078;
  font-weight: 300;
}

.paragraph-22 {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #00c2ff;
  font-size: 20px;
  font-weight: 300;
}

.heading-20 {
  width: 30em;
  font-family: Flink, sans-serif;
  color: #2c0072;
  font-size: 56px;
  line-height: 64px;
  font-weight: 400;
}

.button-9 {
  margin-top: 0px;
  border-radius: 3px;
  background-color: rgba(255, 0, 120, 0.81);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.button-9:hover {
  background-color: #ff037a;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button-9.button_top_margin {
  margin-top: 1em;
  margin-bottom: 6px;
  padding: 0.5em 2em;
  border-radius: 14px;
  background-color: #ff037a;
  box-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-transform: none;
}

.button-9.button_top_margin {
  margin-top: 1em;
  padding: 1em 2em;
  border-radius: 10px;
  background-color: #ff037a;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.5);
  text-transform: none;
}

.cards__company-2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: Flink, sans-serif;
  color: #2c0072;
  font-size: 1.6em;
  line-height: 1.8em;
  font-weight: 500;
}

.hero__heading-2 {
  padding-top: 0.69em;
  padding-bottom: 0.5em;
  font-family: Flink, sans-serif;
  color: #2c0072;
}

.text-span-7 {
  padding-left: 10px;
  color: #ff037a;
  font-size: 18px;
  line-height: 24px;
}

.heading-21 {
  margin-top: 10px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Flink, sans-serif;
  color: #2c0072;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.heading-bottom {
  font-family: Poppins, sans-serif;
  color: #131961;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.paragraph-23 {
  max-width: 70%;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #636363;
  font-size: 18px;
  line-height: 130%;
}

.paragraph-23.bottom {
  max-width: 80%;
  line-height: 32px;
}

.button-10 {
  margin-left: 20px;
  padding: 11px 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #fb684e;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fb6d4c;
}

.button-10:hover {
  background-color: #fe7d3a;
  color: #fff;
}

.button-10.no-padding {
  margin-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button-10.no-padding:hover {
  background-color: #fb6d4c;
  color: #fff;
}

.div-block-62 {
  width: 100%;
}

.text-block-16 {
  margin-left: 20px;
  font-family: Lato, sans-serif;
  color: #131961;
  font-size: 20px;
  font-weight: 700;
}

.column-4 {
  position: -webkit-sticky;
  position: sticky;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.faq-p {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border: 1px none #000;
  border-radius: 4px;
  background-color: #fff;
}

.faq-2 {
  position: static;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  -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;
  background-color: rgba(255, 0, 120, 0.81);
  font-family: Flink, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.faq-2.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 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;
}

.toggle-text {
  position: relative;
  left: 20px;
  z-index: 2;
  padding-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Flink, sans-serif;
  color: #50019b;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.faq-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 24px;
  margin-right: 16px;
}

.faq-body {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
}

.faq-body.w--open {
  background-color: transparent;
}

.faq-body-cont {
  overflow: visible;
  padding: 30px;
  border: 1px none #000;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.faq-answer {
  margin-bottom: 24px;
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.heading-22 {
  font-family: Flink, sans-serif;
  color: #2c0072;
}

.paragraph-24 {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.highlight {
  background-color: #e0fbfc;
  color: #293241;
}

.hero-text {
  width: 70%;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

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

.dots-01-bg {
  position: absolute;
  right: 0px;
  bottom: -130px;
  width: 100%;
  height: 70vh;
  background-image: url('../images/dots-bg-01.svg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-6 {
  position: relative;
  z-index: auto;
  max-width: 1240px;
  padding-left: 20px;
}

.button-11 {
  padding: 10px 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-radius: 25px;
  background-color: #ee6c4d;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  text-decoration: none;
}

.button-11:hover {
  background-color: #283845;
}

.italic {
  display: block;
  font-family: Flink, sans-serif;
  color: #ff037a;
  font-size: 40px;
  line-height: 48px;
  font-style: italic;
  font-weight: 500;
}

.section-7 {
  position: static;
  padding: 60px 40px;
}

.section-7.bg-yellow {
  background-color: #fffbf2;
}

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

.button-holder {
  display: none;
}

.emoji-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 30px;
  background-color: #f4f2f2;
  font-size: 16px;
}

.col-right {
  width: 65%;
}

.emoji-text {
  color: #666;
}

.col-left {
  width: 30%;
}

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

.emoji-wrapper {
  display: inline-block;
}

.info-block {
  margin-bottom: 80px;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 4px solid #f4f2f2;
}

.emoji-icon {
  margin-right: 14px;
}

.heading-23 {
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-family: Flink, sans-serif;
  color: #50019b;
  font-size: 44px;
  line-height: 48px;
}

.heading-24 {
  margin-left: 0px;
  font-family: Flink, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

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

.div-block-64 {
  display: -ms-grid;
  display: grid;
  overflow: visible;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.faq-2-copy {
  position: static;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  -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;
  background-color: #fff;
  font-family: Flink, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.faq-2-copy.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.top-tag {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  max-height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 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-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #50019b;
  box-shadow: 1px 1px 3px 0 #000;
  text-align: center;
}

.link-9 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
}

.text-block-17 {
  margin-top: 50%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.link-10 {
  padding-top: 9px;
  padding-bottom: 9px;
  color: #4f5e78;
  font-weight: 500;
  text-decoration: none;
}

.heading-25 {
  margin-top: 0px;
  font-family: Flink, sans-serif;
  color: #2c0072;
  font-size: 18px;
  line-height: 28px;
}

.slide-nav {
  display: none;
}

.review-slider-list-collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 24px;
}

.review-slider-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.review-slider-wrapper {
  padding-right: 32px;
  padding-left: 32px;
}

.left-arrow-2 {
  left: auto;
  top: -56px;
  right: 72px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -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: #f5d88e;
  border-radius: 100%;
}

.review-slider {
  height: auto;
  padding-top: 40px;
  background-color: transparent;
}

.review-slider-mask {
  overflow: visible;
  max-width: 842px;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

.right-arrow-2 {
  left: auto;
  top: -56px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -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: #f5d88e;
  border-radius: 100%;
}

.review-slider-slide {
  margin-right: 40px;
  margin-left: 40px;
  border-radius: 24px;
  background-color: #0d1f4f;
}

.review-slider-list-wrapper {
  position: relative;
}

.no-margin {
  margin: 0px;
}

.intro-section {
  min-height: 500px;
  background-color: #08274a;
}

.grid-4 {
  margin-top: 100px;
  padding-bottom: 100px;
  grid-column-gap: 87px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-grid {
  padding-top: 30px;
  padding-bottom: 9px;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #fff;
}

.h2-2.light {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 28px;
}

.number-container {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.h5-green {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #19c081;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
}

.paragraph-25 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph-25.light {
  color: #b9b9b9;
  text-align: left;
}

.large-numbers {
  width: 40px;
  font-family: Poppins, sans-serif;
  color: #254d7a;
  font-size: 60px;
  font-weight: 600;
}

.list-item-2 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-2 {
  list-style-type: none;
}

.info-h4 {
  font-family: Poppins, sans-serif;
  color: #fff;
}

.number-title-container {
  margin-left: 23px;
  -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;
}

.container-1200 {
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3%;
  padding-left: 3%;
}

.button-12 {
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 14px 26px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 30px;
  background-color: #19c081;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-12:hover {
  background-color: #21e098;
}

.section-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  padding: 95px 6%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-8.darker {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff4f9;
}

.container-1201 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-heading-contain-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-align-center {
  font-family: Flink, sans-serif;
  color: #ff91c8;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.logo_contain-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 36px;
  padding-top: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.partners-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 20px;
  padding-left: 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;
}

.wavey_lines_bottm {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -8%;
  width: 102%;
  max-width: none;
}

.titre-card-step {
  margin-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Flink, sans-serif;
  color: #7b00d3;
  font-size: 22px;
  font-weight: 700;
}

.barre {
  position: relative;
  bottom: auto;
  z-index: auto;
  height: 10px;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.barre.no2 {
  position: relative;
  top: -10px;
  width: 0px;
  background-image: linear-gradient(88deg, #50019b, #ff037a);
}

.text-card-step {
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  color: #000;
}

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

.container-1202 {
  max-width: 1200px;
  margin-bottom: 60px;
}

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

.container-1202.mobile {
  display: none;
}

.card-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: -1px -1px 15px 9px #fff, 1px 0 12px 0 rgba(0, 0, 0, 0.5);
}

.grid-6 {
  margin-top: auto;
  margin-bottom: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 100px;
  grid-template-rows: 100px;
}

.step {
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Flink, sans-serif;
  color: #ff037a;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.icon-grid {
  position: relative;
  top: 29px;
  width: 100px;
  margin-left: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image-33 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.white_text-2 {
  font-family: Flink, sans-serif;
  color: #000;
}

.white_text-2.align_center {
  display: block;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

.icon-grid-2 {
  position: relative;
  z-index: 888888;
  width: 100px;
  margin-top: 60px;
  margin-left: 20px;
}

.card__glass {
  position: relative;
  bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #f7f7f7;
  cursor: pointer;
}

.card__icon--right {
  cursor: pointer;
}

.paragraph-26 {
  position: relative;
  top: -22px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  line-height: 24px;
  font-weight: 700;
  cursor: default;
}

.card__content {
  position: relative;
  bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75%;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-18 {
  font-family: 'Open Sans', sans-serif;
  color: #ff91c8;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.card__desc {
  margin-top: auto;
  margin-bottom: 0px;
  text-align: center;
}

.image {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 132px;
  height: 132px;
  margin-top: -16px;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  border-radius: 50%;
}

.card__texture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30%;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-image: url('../images/2pawel-czerwinski-ruJm3dBXCqw-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.card__wrapper {
  overflow: hidden;
  width: 290px;
  height: 362px;
  border-radius: 32px;
  background-color: hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.container-1203 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 966px;
  height: 420px;
  -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;
}

.card__card {
  display: block;
  width: 290px;
  height: 362px;
  padding: 16px;
  border-radius: 32px;
  background-color: #fff;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-26 {
  position: relative;
  top: -38px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Flink, sans-serif;
  color: #50019b;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  cursor: default;
}

.card__icon--left {
  cursor: pointer;
}

.specialty {
  position: relative;
  top: -38px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #ff037a;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: center;
}

.text-span-8 {
  color: #50019b;
}

.text-span-9 {
  color: #50019b;
}

.lottie-animation {
  width: 100px;
}

.lottie-animation-2 {
  width: 100px;
}

.lottie-animation-3 {
  width: 100px;
}

.lottie-animation-4 {
  width: 100px;
}

.lottie-animation-5 {
  width: 100px;
}

.lottie-animation-6 {
  width: 100px;
}

.lottie-animation-7 {
  width: 100px;
}

.lottie-animation-8 {
  width: 100px;
}

.lottie-animation-9 {
  width: 100px;
}

.heading-27 {
  font-family: Flink, sans-serif;
  color: #50019b;
  font-size: 42px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
}

.italic-text-2 {
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.text-block-19 {
  font-family: Poppins, sans-serif;
  color: #fd88be;
  font-size: 1.2rem;
  line-height: 1.3rem;
}

.image-34 {
  position: relative;
  right: 60px;
  z-index: 2;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.bold-text-4 {
  font-family: Flink, sans-serif;
  color: #50019b;
}

.bold-text-5 {
  font-family: Flink, sans-serif;
  color: #50019b;
}

.learn_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 34%;
}

.container-1204 {
  width: 90%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.container-1204.cc-flex-h {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-9 {
  position: relative;
  padding-top: 140px;
  padding-bottom: 160px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-9.cc-no-padding-bottom {
  position: static;
  padding-top: 71px;
  padding-bottom: 140px;
  background-color: #fff;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-left-2 {
  position: relative;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-title {
  opacity: 0.2;
  font-family: Flink, sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.04px;
}

.block-text {
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: -0.01em;
}

.text_left {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 0px;
  padding-right: 60px;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.block {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-bottom: 100px;
  padding: 48px 50px 56px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #7946f3;
  color: #fff;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 300;
}

.block._2 {
  top: 26%;
  background-color: #ff91c8;
}

.index_stars{
    
}

.block._3 {
  top: 30%;
  background-color: #7045af;
}

.block._1 {
  top: 22%;
  background-color: #92e3ee;
}

.block._4 {
  top: 34%;
  margin-bottom: 0px;
  background-color: #e14594;
}

.col-right-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-span-10 {
  font-weight: 700;
}

.heading-28 {
  font-family: Flink, sans-serif;
  color: #50019b;
  font-size: 64px;
  line-height: 68px;
  font-weight: 500;
}

.button-7-copy {
  margin-left: 7px;
  padding: 11px 38px;
  border-radius: 100px;
  background-image: linear-gradient(135deg, #f95654, #ffb914);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: 'Open Sans', sans-serif;
}

.button-7-copy:hover {
  background-image: linear-gradient(137deg, #ffb914, #f95654);
}

.button-7-copy.hero {
  margin-top: 20px;
  margin-left: 20px;
  background-image: linear-gradient(135deg, #ff037a, #00c2ff);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
}

.heading-29 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Flink, sans-serif;
  color: #50019b;
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 500;
  text-align: center;
}

.paragraph-27 {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #ff037a;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center;
}

.cta_block-copy {
  margin-bottom: 60px;
  padding: 20px 64px;
  border-style: none;
  border-width: 4px;
  border-color: #ff037a;
  border-radius: 8px;
  background-color: #50019b;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.5);
}

.cta_block-copy.yellow_bg {
  background-color: #ffd343;
}

.cta_block-copy.blog_cta {
  padding: 42px 50px;
  background-color: #ffd343;
}

.cta_block-copy.dark_bg {
  padding-bottom: 64px;
  padding-left: 64px;
  background-color: #fff7f7;
  font-family: Poppins, sans-serif;
}

.link-copy {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
  font-family: Flink, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

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

.image-35 {
  max-width: 80%;
}

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

.slider-item {
  overflow: hidden;
  width: 30vw;
  height: 40vw;
  margin-right: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #727272;
}

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

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

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

.slider-navigation {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.slider-navigation:hover {
  opacity: 0.7;
}

.slider-navigation.prev-slide {
  margin-right: 16px;
}

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

.slider-navigation-wrapper {
  margin-right: 40px;
  margin-bottom: 4px;
  margin-left: 40px;
}

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.paragraph-28 {
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #3f3954;
  line-height: 24px;
  font-weight: 300;
  cursor: default;
}

.text-block-20 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-30 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #3f3954;
  font-size: 24px;
  line-height: 24px;
  cursor: default;
}

.image-36 {
  width: 20px;
}

.image-37 {
  display: inline-block;
  width: 50px;
  max-width: 50%;
  text-align: center;
}

.div-block-66 {
  position: relative;
  top: -44px;
}

.specialty-copy {
  position: relative;
  top: -32px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #50019b;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: center;
}

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

.col-2 {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  text-align: left;
}

.row.align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.row.align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.align-start.row-example {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.inner-div-example {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid transparent;
  background-color: #fff;
  text-align: left;
}

.section-11 {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #fff;
}

.emp {
  color: #4daaec;
}

.container-1206 {
  display: block;
  width: 1140px;
  max-width: 100%;
  margin-right: auto;
  margin-left: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.heading-31 {
  margin-top: 40px;
  margin-left: 0px;
  font-family: Flink, sans-serif;
  color: #50019b;
  font-weight: 500;
  text-align: center;
}

.heading-32 {
  margin-bottom: 40px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #ff91c8;
  font-weight: 300;
  text-align: center;
}

.image-38 {
  position: relative;
  left: auto;
  top: auto;
  right: 73px;
  bottom: 60px;
  z-index: 1;
  margin-top: auto;
  border-radius: 13px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
}

.image-39 {
  position: relative;
  top: 140px;
  right: 40px;
  background-color: transparent;
}

.image-40 {
  position: relative;
  left: 220px;
  top: 20px;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 150px;
  margin-top: 60px;
  margin-left: auto;
  border-radius: 15px;
}

.image-41 {
  position: relative;
  left: auto;
  top: auto;
  right: 100px;
}

.image-42 {
  position: relative;
  left: 190px;
  top: -35px;
  z-index: 0;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
}

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

.paragraph-29.sub_heading_large {
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  color: #ff91c8;
}

.side_by_side_button_contain-copy {
  display: none;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 16px;
  -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;
}

.user-name-t2 {
  margin-top: 30px;
  font-family: Flink, sans-serif;
  color: #50019b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.testimonials-wrapper {
  width: 90%;
  max-width: 1400px;
  margin: 20px auto 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.user-picture-t2 {
  border-radius: 80px 10px 80px 80px;
  box-shadow: 4px 9px 15px 0 #d1d1d1;
}

.testimonials-wrapper-t2 {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.slider-t2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-wrapper-t2 {
  max-width: 300px;
  margin-left: 60px;
}

.slide-wrapper-t2 {
  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;
}

.right-arrow-t2 {
  display: none;
}

.testimonials-t2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-arrow-t2 {
  display: none;
}

.company-name-t2 {
  font-family: Poppins, sans-serif;
  color: #ff91c8;
  font-size: 18px;
}

.slide-nav-t2 {
  left: 141px;
  top: auto;
  right: 0%;
  bottom: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.quote-t2 {
  font-family: Poppins, sans-serif;
  color: #160230;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.image-43 {
  position: relative;
  left: -73px;
  padding-left: 0px;
}

.image-44 {
  position: relative;
  left: -83px;
}

.card-2 {
  position: relative;
  width: auto;
  margin-bottom: 0px;
  padding: 40px 24px 10px;
  border-radius: 8px;
  background-color: #50019b;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.5);
}

.text_link-2 {
  display: block;
  margin-bottom: 20px;
  padding-top: 14px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Poppins, sans-serif;
  color: #fd88be;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.text_link-2:hover {
  padding-left: 5px;
  color: #ff4fa0;
  font-weight: 700;
}

.slider-placeholder-img-text {
  width: 90%;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 800;
  text-align: center;
}

.list-item-text {
  padding-top: 14px;
  padding-bottom: 14px;
  color: #4c406d;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
}

.list-item-text.list-item-1 {
  font-family: Poppins, sans-serif;
  color: #ff91c8;
  font-weight: 400;
  text-align: left;
}

.list-item-text.list-item-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: #272727;
  font-size: 1em;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

.list-item-text.list-item-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.slide-nav-5 {
  font-size: 23px;
}

.slide-nav-5.first-slider {
  margin-bottom: -30px;
}

.section-container {
  position: relative;
}

.slider-slide {
  margin-right: 20px;
  margin-left: 20px;
}

.slider-img {
  position: relative;
  height: 100%;
}

.sectionwhite {
  height: auto;
}

.sectionwhite.shadowup {
  position: relative;
  padding-bottom: 0px;
  background-image: url('../images/ShadowBottomLayer.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.sectionwhite.shadowup.backtoo {
  position: static;
  padding-bottom: 120px;
  background-color: #f7f7f7;
  background-image: url('../images/grey.svg');
  background-position: 0px 100%;
  background-size: 65%;
  background-repeat: no-repeat;
}

.slide-bg-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  height: 98%;
  -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: 33px 25px 27px 33px;
  background-image: url('../images/AppDuo.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.ontopdiv {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: -140px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 30px 0px 50px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fff;
  box-shadow: none;
}

.ontopdiv.mockup-section {
  margin-top: -146px;
  padding: 0px 50px;
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.2);
}

.slide-img-shadow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  display: block;
  width: 84%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 33%;
  box-shadow: -9px 48px 9px 1px rgba(0, 0, 0, 0.8);
}

.slider-heading {
  margin-top: 114px;
  font-family: Flink, sans-serif;
  color: #50019b;
  font-size: 40px;
  line-height: 42px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
}

.slider-col-1 {
  z-index: 1;
  margin-top: -15px;
  text-align: center;
}

.section-shadow {
  position: absolute;
  left: 0px;
  top: -50px;
  right: 0px;
  height: 200px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.slider {
  height: 500px;
  min-height: 50vh;
  margin-top: 50px;
  margin-right: -30px;
  margin-left: -50px;
  background-color: transparent;
}

.slide-img-container {
  position: relative;
  display: inline-block;
  overflow: visible;
  height: 100%;
  margin-left: -20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.slider-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.slide-img-perspective {
  position: relative;
  display: inline-block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px) rotateX(0deg) rotateY(20deg) rotateZ(0deg);
  transform: perspective(2000px) rotateX(0deg) rotateY(20deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slide-img-container-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-list-2 {
  width: 100%;
  margin-top: 15px;
  margin-left: 0px;
  padding-left: 0px;
}

.slider-left-arrow {
  left: -80px;
  display: block;
  height: 10%;
}

.slide-mask {
  padding: 20px 70px;
}

.slider-right-arrow {
  right: -80px;
  height: 10%;
}

.slider-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.slider-arrow {
  color: #2f215c;
  font-size: 60px;
}

.section-shadow-2 {
  position: absolute;
  left: 0px;
  top: -50px;
  right: 0px;
  height: 200px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.heading-33 {
  margin-top: 0px;
  clear: left;
  font-family: Flink, sans-serif;
  color: #50019b;
  font-size: 60px;
  line-height: 56px;
  font-weight: 300;
}

.text-span-11 {
  color: #00e47d;
}

.text-span-12 {
  color: #ff037a;
  font-size: 44px;
  font-weight: 300;
}

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

.lottie-animation-10 {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 0%;
  width: 50%;
}

.text-span-14 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 64px;
  line-height: 68px;
  font-weight: 600;
}

.text-span-15 {
  color: #ff3d9e;
  font-size: 64px;
  line-height: 68px;
  font-weight: 300;
}

.image-45 {
  position: relative;
  left: 10px;
}

.hero__contain-copy {
  position: static;
  z-index: 20;
}

.icon_3_col_grid_contain-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
}

.icon_3_col_grid_contain-copy.bottom-boarder {
  padding-top: 70px;
  padding-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid hsla(0, 0%, 84.7%, 0.42);
}

.text_link-3 {
  padding-top: 14px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Poppins, sans-serif;
  color: #ff037a;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 400;
  text-decoration: none;
}

.text_link-3:hover {
  padding-left: 5px;
  color: #ffbddb;
  font-weight: 700;
}

._4_col_grid-copy {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._4_col_grid-copy._3_rows {
  grid-column-gap: 100px;
  grid-row-gap: 70px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

._4_col_grid-copy.with_side_padding {
  padding-right: 80px;
  padding-left: 80px;
}

._4_col_grid-copy._2_rows {
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._4_col_grid-copy.less-gaps {
  grid-column-gap: 10px;
}

._4_col_grid-copy.top-padding {
  padding-top: 30px;
}

._4_col_grid-copy.pricing-2-table-grid {
  grid-column-gap: 0px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._4_col_grid-copy.blog_categories_grid {
  grid-column-gap: 50px;
  grid-row-gap: 120px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._4_col_grid-copy.blog-post-grid {
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 4fr 1fr;
  grid-template-columns: 1fr 4fr 1fr;
}

.grid-8 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text_link-2-copy {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Poppins, sans-serif;
  color: #ff3d9e;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.text_link-2-copy:hover {
  padding-left: 5px;
  color: #ff4fa0;
  font-weight: 700;
}

.div-block-67 {
  margin-right: auto;
  margin-left: auto;
}

.heading-34 {
  width: auto;
  margin-left: 60px;
  font-family: Flink, sans-serif;
  color: #50019b;
  font-weight: 500;
  text-align: left;
}

.section-12 {
  margin-top: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.text-span-16 {
  color: #ff3d9e;
}

.text-span-17 {
  color: #ff037a;
}

.icon_stacked_wrap-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 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: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.icon_stacked_wrap-copy.align_start {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.icon_stacked_wrap-copy.align_start {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon_stacked_wrap-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
}

.icon_stacked_wrap-copy:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.icon_stacked_wrap-copy.align_start {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.icon_stacked_wrap-copy.align_start {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.icon_stacked_wrap-copy.align_start {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.icon_stacked_wrap-copy.align_start {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.icon_stacked_wrap-copy:hover {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

.icon_stacked_wrap-copy.align_start {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.icon_stacked_wrap-copy.align_start {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon_stacked_wrap-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.icon_stacked_wrap-copy.align_start {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.image-46 {
  max-width: none;
}

.text-light-grey {
  font-family: Poppins, sans-serif;
  color: #464545;
  line-height: 22px;
}

.white-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.step-4-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.step-3-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 24px;
  -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-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.heading-2-small {
  font-size: 56px;
  line-height: 64px;
}

.heading-2-small.text-white {
  font-family: 'Boston angel', sans-serif;
  color: #50019b;
}

.step-1-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.timeline-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.process-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 240px;
  -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: 12px;
}

.step-3-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.process-wrapper {
  position: relative;
}

.step-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-4-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 24px;
  -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-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.step-2-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 24px;
  -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-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.step-5-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -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-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.step-2-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.container-1207 {
  position: relative;
  z-index: 2;
  display: block;
  width: 90%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.container-1207.small {
  max-width: 920px;
}

.container-1207.small.flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-m {
  font-size: 20px;
  letter-spacing: -0.4px;
}

.paragraph-m.text-white {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  letter-spacing: 0px;
}

.paragraph-m.text-white.margin-m {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
}

.step-info {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.center-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-13 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-13.black {
  background-color: #f7f7f7;
}

.grey-line {
  position: relative;
  width: 2px;
  height: 82%;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.step-5-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.black-line {
  position: absolute;
  left: 19px;
  right: 20px;
  width: 2px;
  height: 72px;
  background-color: #50019b;
}

.step-heading {
  color: #fff;
}

.step-heading.margin-xs {
  font-family: Flink, sans-serif;
  color: #50019b;
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: 400;
}

.step-1-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 24px;
  -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-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.text-span-18 {
  color: #4d4d4d;
  font-weight: 500;
}

.text-span-19 {
  color: #464545;
  font-weight: 500;
}

.image-47 {
  margin-top: 100px;
}

.hero-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
}

.form-field {
  height: 100%;
  margin-bottom: 0px;
  padding: 14px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
}

.form-field:hover {
  border-style: solid;
  border-color: #000;
}

.form-field:focus {
  padding: 13px 24px;
  border-width: 2px;
  border-color: #000;
}

.form-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-field::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.button-13 {
  padding: 10px 24px;
  border: 2px solid #000;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #000;
}

.button-13:hover {
  background-color: #000;
  color: #fff;
}

.button-13.black {
  background-color: #000;
  color: #fff;
}

.button-13.black:hover {
  border-color: #303030;
  background-color: #303030;
}

.button-13.black.form {
  margin-left: 24px;
  border-style: none;
  border-width: 0px;
  background-color: #09d5b0;
}

.button-13.black.form {
  margin-left: 24px;
  background-color: #fff;
  font-family: webfont, sans-serif;
  color: #00a796;
  font-size: 16px;
  font-weight: 500;
}

.success-message-3 {
  border-radius: 12px;
  background-color: #c1dedc;
  background-image: linear-gradient(135deg, #e6def0, #c1dedc);
}

.error-message-2 {
  background-color: #fce1e4;
}

.error-text {
  color: #ee2139;
}

.text-span-20 {
  color: #d8d8d8;
}

.hero_illustration {
  position: absolute;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 10%;
  overflow: visible;
  width: 55vw;
  height: 100%;
}

.container-1208 {
  position: static;
  width: 100%;
  max-width: 1232px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 40px;
}

.container-1208.large {
  max-width: 1344px;
}

.illustration {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  max-height: 750px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
}

.illustration._3 {
  z-index: 3;
}

.illustration._4 {
  position: absolute;
  left: auto;
  top: 83px;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  overflow: hidden;
  width: auto;
  height: 100%;
  max-height: 850px;
  max-width: 85%;
  -o-object-fit: contain;
  object-fit: contain;
}

.illustration._2 {
  z-index: 2;
  width: 50%;
}

.illustration._1 {
  left: auto;
  top: 22%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 35%;
}

.hero_wrap {
  margin: auto;
}

.paragraph-30.hero {
  max-width: 425px;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.overflow-hidden {
  overflow: hidden;
  -o-object-fit: contain;
  object-fit: contain;
}

.lottie {
  height: 150px;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.hero_text-wrap {
  position: relative;
  bottom: 40px;
  z-index: 5;
  width: 50%;
  max-width: 560px;
}

.inline {
  position: relative;
  display: inline-block;
}

.h1-2 {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 64px;
  line-height: 72px;
}

.hero_mobile-image {
  display: none;
}

.section-14 {
  position: relative;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.section-14.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  max-height: 850px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-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;
  background-color: #fffaff;
  background-image: linear-gradient(94deg, #003c68, #4a7eab);
}

.heading-35 {
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-weight: 300;
}

.section-15 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}

.section-15.media-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #6600c7;
  color: #3c0298;
}

.container-1209 {
  display: block;
  overflow: visible;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1280px;
  -ms-flex: 0 1280px;
  flex: 0 1280px;
  color: #ff4d00;
}

.logos-grid {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.company-logo {
  max-width: none;
  opacity: 0.24;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.section-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  padding: 60px 6% 95px;
  -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;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #f7f7f7;
}

.section-16.overflow_hidden {
  overflow: hidden;
  background-color: #fff;
}

.section-16.off_white_bg {
  background-color: #f7f7f7;
}

.section-16.off_white_bg.overflow_hidden {
  background-color: #f7f7f7;
}

.section-16.no-top-padding {
  margin-bottom: 40px;
  padding: 100px 6% 20px;
  background-color: transparent;
}

.quote_contain-2 {
  width: 90%;
  margin-top: 50px;
  padding-top: 28px;
  border-top: 1px dotted #272727;
}

.bold-text-6 {
  font-family: Adelle, sans-serif;
  color: #50019b;
  font-size: 44px;
  line-height: 46px;
  font-weight: 400;
}

.bold-text-7 {
  font-family: Adelle, sans-serif;
  color: #50019b;
  font-size: 44px;
  line-height: 46px;
  font-weight: 400;
}

.text_link-4 {
  padding-top: 14px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Poppins, sans-serif;
  color: #ff037a;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-decoration: none;
}

.text_link-4:hover {
  padding-left: 5px;
  color: #15113b;
  font-weight: 700;
}

.stacked_cards_background_contrast-2 {
  position: absolute;
  z-index: 0;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #00c2ff;
  opacity: 0.12;
  -webkit-transform: skew(-22deg, 4deg);
  -ms-transform: skew(-22deg, 4deg);
  transform: skew(-22deg, 4deg);
}

.stacked_cards_background_contrast-2.teal_bg {
  left: -41px;
  top: -63px;
  z-index: 1;
  background-color: #09d5b0;
  -webkit-transform: scale(0.8) translate(-133px, -114px) skew(0deg, 0deg);
  -ms-transform: scale(0.8) translate(-133px, -114px) skew(0deg, 0deg);
  transform: scale(0.8) translate(-133px, -114px) skew(0deg, 0deg);
}

.image-48 {
  position: relative;
  z-index: 3;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.stacked_cards_background_contrast-2-copy {
  position: absolute;
  z-index: 0;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fd88be;
  opacity: 0.12;
  -webkit-transform: scale(0.6) translate(248px, 129px) skew(0deg, 0deg);
  -ms-transform: scale(0.6) translate(248px, 129px) skew(0deg, 0deg);
  transform: scale(0.6) translate(248px, 129px) skew(0deg, 0deg);
}

.stacked_cards_background_contrast-2-copy.teal_bg {
  left: -41px;
  z-index: 1;
  background-color: #09d5b0;
  -webkit-transform: scale(0.8) translate(-133px, -114px) skew(0deg, 0deg);
  -ms-transform: scale(0.8) translate(-133px, -114px) skew(0deg, 0deg);
  transform: scale(0.8) translate(-133px, -114px) skew(0deg, 0deg);
}

.stacked_cards_background_purple {
  position: absolute;
  z-index: 0;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #6600c7;
  opacity: 0.12;
  -webkit-transform: scale(0.6) translate(248px, 129px) skew(0deg, 0deg);
  -ms-transform: scale(0.6) translate(248px, 129px) skew(0deg, 0deg);
  transform: scale(0.6) translate(248px, 129px) skew(0deg, 0deg);
}

.stacked_cards_background_purple.teal_bg {
  left: -41px;
  z-index: 1;
  background-color: #09d5b0;
  -webkit-transform: scale(0.8) translate(-133px, -114px) skew(0deg, 0deg);
  -ms-transform: scale(0.8) translate(-133px, -114px) skew(0deg, 0deg);
  transform: scale(0.8) translate(-133px, -114px) skew(0deg, 0deg);
}

.company-name-t2-2 {
  font-family: Proximanova, sans-serif;
  color: #ff037a;
  font-size: 18px;
  font-weight: 400;
}

.quote-t2-2 {
  width: auto;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  white-space: normal;
}

.user-name-t2-2 {
  margin-top: 30px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.testimonials-wrapper-2 {
  width: 90%;
  max-width: 1400px;
  margin: 20px auto 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.heading-36 {
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Adelle, sans-serif;
  color: #092457;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
}

.text-span-21 {
  color: #ff3d9e;
}

.text-block-21 {
  font-family: Proximanova, sans-serif;
  color: #ff037a;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-list-3 {
  padding: 20px;
  border: 1px solid #bcc2c2;
  border-radius: 4px;
  background-color: #ffffff;
}

.filter-button-item {
  padding: 10px;
}

.container-1210 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.filter-buttons-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-3 {
  width: 31%;
  margin-right: 0%;
  margin-left: 1%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.jobs-list {
  padding-right: 80px;
  padding-left: 80px;
}

.clear-link {
  display: inline-block;
  color: #48c0b9;
  text-decoration: none;
}

.clear-link:hover {
  color: #39a59f;
}

.filter-block {
  position: relative;
  margin-bottom: 0px;
  padding: 20px 20px 10px;
  border-radius: 10px;
  background-color: #092457;
  font-family: Proximanova, sans-serif;
  text-align: left;
}

.section-17 {
  padding: 60px 80px;
  background-color: #fff;
}

.no-jobs-found {
  padding-right: 80px;
  padding-left: 80px;
}

.no-jobs-found.jetboost-list-wrapper-empty-r679 {
  display: none;
}

.text-field-2 {
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #bcc2c2;
  border-radius: 4px;
  font-size: 18px;
  text-align: left;
}

.text-field-2:hover {
  border-color: #787e7e;
}

.text-field-2:focus {
  border-color: #48c0b9;
}

.text-field-2::-webkit-input-placeholder {
  color: #dde4e4;
}

.text-field-2:-ms-input-placeholder {
  color: #dde4e4;
}

.text-field-2::-ms-input-placeholder {
  color: #dde4e4;
}

.text-field-2::placeholder {
  color: #dde4e4;
}

.text-field-2.search {
  width: 35%;
  margin-right: 1%;
  margin-bottom: 0px;
  margin-left: 1%;
  padding-left: 52px;
  border-style: solid none solid solid;
  border-radius: 0px;
  background-image: url('../images/location.svg');
  background-position: 20px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.text-field-2.search.jetboost-list-search-input-54nw {
  width: 35%;
  margin-bottom: 0px;
  border-style: none solid none none;
  border-right-color: #8f8f8f;
  border-radius: 0px;
  background-image: url('../images/search.svg');
  font-family: Proximanova, sans-serif;
  text-transform: none;
}

.text-field-2.location {
  width: 31%;
  margin-right: 1%;
  margin-left: 1%;
  padding-left: 50px;
  background-image: url('../images/Location_1.svg');
  background-position: 20px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.text-field-2.location.jetboost-list-search-input-5nyq {
  width: 20%;
  margin-bottom: 0px;
  border-right-style: none;
  border-radius: 0px;
  background-image: url('../images/calendar.svg');
  font-family: Proximanova, sans-serif;
}

.dropdown-toggle-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #bcc2c2;
  border-radius: 4px;
  font-size: 18px;
}

.dropdown-toggle-3:hover {
  border-color: #787e7e;
}

.dropdown-toggle-3:focus {
  border-color: #48c0b9;
}

.dropdown-toggle-3::-webkit-input-placeholder {
  color: #dde4e4;
}

.dropdown-toggle-3:-ms-input-placeholder {
  color: #dde4e4;
}

.dropdown-toggle-3::-ms-input-placeholder {
  color: #dde4e4;
}

.dropdown-toggle-3::placeholder {
  color: #dde4e4;
}

.dropdown-toggle-3.role {
  margin-top: 10px;
  padding-left: 50px;
  border-right-style: none;
  border-right-width: 0px;
  border-radius: 0px;
  background-image: url('../images/secure-payment.svg');
  background-position: 20px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.dropdown-toggle-3.role:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.job-item {
  position: relative;
  min-height: 100px;
  margin-bottom: 20px;
  padding-right: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(72, 192, 185, 0.2);
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: left;
}

.job-item:hover {
  box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.1);
}

.fields-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.text-block-22 {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}

.jobs-list-wrapper {
  overflow: hidden;
  margin-top: -100px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-radius: 10px;
  background-color: #092457;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.text-block-23 {
  margin-right: 0px;
  border-right: 1px none #000;
  font-family: Proximanova, sans-serif;
  color: #d2d2d2;
}

.text-block-24 {
  margin-bottom: 0px;
  font-family: Proximanova, sans-serif;
  color: #f7f7f7;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
}

.text-field-2-copy {
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #bcc2c2;
  border-radius: 4px;
  font-size: 18px;
  text-align: left;
}

.text-field-2-copy:hover {
  border-color: #787e7e;
}

.text-field-2-copy:focus {
  border-color: #48c0b9;
}

.text-field-2-copy::-webkit-input-placeholder {
  color: #dde4e4;
}

.text-field-2-copy:-ms-input-placeholder {
  color: #dde4e4;
}

.text-field-2-copy::-ms-input-placeholder {
  color: #dde4e4;
}

.text-field-2-copy::placeholder {
  color: #dde4e4;
}

.text-field-2-copy.search {
  width: 35%;
  margin-right: 1%;
  margin-bottom: 0px;
  margin-left: 1%;
  padding-left: 52px;
  border-style: solid none solid solid;
  border-radius: 0px;
  background-image: url('../images/location.svg');
  background-position: 20px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.text-field-2-copy.search.jetboost-list-search-input-54nw {
  width: 35%;
  margin-bottom: 0px;
  border-style: none solid none none;
  border-right-color: #8f8f8f;
  border-radius: 0px;
  background-image: url('../images/location.svg');
  font-family: Proximanova, sans-serif;
  text-transform: none;
}

.text-field-2-copy.search.jetboost-list-search-input-54nw-copy {
  width: 35%;
  margin-bottom: 0px;
  border-style: none solid none none;
  border-right-color: #8f8f8f;
  border-radius: 0px;
  background-image: url('../images/location.svg');
  font-family: Proximanova, sans-serif;
  text-transform: none;
}

.text-field-2-copy.location {
  width: 31%;
  margin-right: 1%;
  margin-left: 1%;
  padding-left: 50px;
  background-image: url('../images/Location_1.svg');
  background-position: 20px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.text-field-2-copy.location.jetboost-list-search-input-5nyq {
  width: 20%;
  margin-bottom: 0px;
  font-family: Proximanova, sans-serif;
}

.date-field {
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #bcc2c2;
  border-radius: 4px;
  font-size: 18px;
  text-align: left;
}

.date-field:hover {
  border-color: #787e7e;
}

.date-field:focus {
  border-color: #48c0b9;
}

.date-field::-webkit-input-placeholder {
  color: #dde4e4;
}

.date-field:-ms-input-placeholder {
  color: #dde4e4;
}

.date-field::-ms-input-placeholder {
  color: #dde4e4;
}

.date-field::placeholder {
  color: #dde4e4;
}

.date-field.search {
  width: 35%;
  margin-right: 1%;
  margin-bottom: 0px;
  margin-left: 1%;
  padding-left: 52px;
  border-style: solid none solid solid;
  border-radius: 0px;
  background-image: url('../images/location.svg');
  background-position: 20px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.date-field.search.jetboost-list-search-input-54nw {
  width: 35%;
  margin-bottom: 0px;
  border-style: none solid none none;
  border-right-color: #8f8f8f;
  border-radius: 0px;
  background-image: url('../images/calendar.svg');
  font-family: Proximanova, sans-serif;
  text-transform: none;
}

.date-field.search.jetboost-list-search-input-54nw-copy {
  width: 35%;
  margin-bottom: 0px;
  border-style: none solid none none;
  border-right-color: #8f8f8f;
  border-radius: 0px;
  background-image: url('../images/location.svg');
  font-family: Proximanova, sans-serif;
  text-transform: none;
}

.date-field.location {
  width: 31%;
  margin-right: 1%;
  margin-left: 1%;
  padding-left: 50px;
  background-image: url('../images/Location_1.svg');
  background-position: 20px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.date-field.location.jetboost-list-search-input-5nyq {
  width: 20%;
  margin-bottom: 0px;
  font-family: Proximanova, sans-serif;
}

.image-49 {
  width: 18px;
  margin-top: 1px;
}

.heading-37 {
  margin-bottom: 20px;
  font-family: Adelle, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.text-rotate-cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
  width: 15px;
  height: 15px;
  margin-top: 74px;
  margin-bottom: 0px;
  border-radius: 50%;
}

.static-text {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 96px;
  line-height: 110px;
  font-weight: 900;
}

.text-rotate-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 110px;
  margin-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rotating-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 96px;
  line-height: 110px;
  font-weight: 900;
}

.text-span-22 {
  font-family: Flink, sans-serif;
  color: #092457;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: -1px;
}

.submit-button-copy {
  margin-left: 0px;
  border-radius: 3px;
  background-color: #15113b;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Playfair Display', sans-serif;
  text-transform: uppercase;
}

.submit-button-copy:hover {
  margin-right: -10px;
  margin-left: 0px;
  background-color: #15113b;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #fff;
}

.submit-button-copy.l2_submit_button {
  margin-left: 0px;
}

.submit-button-copy.yellow_submit {
  position: relative;
  left: 20px;
  padding: 25px 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #ff037a;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.submit-button-copy.protected-page-submit {
  padding-right: 55px;
  padding-left: 55px;
  background-color: #ffd343;
  color: #15113b;
}

.submit-button-copy.protected-page-submit:hover {
  margin-right: 0px;
  background-color: #15113b;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #fff;
}

.example-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px dashed #fff;
  border-radius: 6px;
  background-color: #fff;
}

.section-18 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-18.example {
  padding-top: 8rem;
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
  background-color: hsla(0, 0%, 100%, 0.8);
}

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

.step-ui-item {
  max-width: 240px;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.step-ui-caption {
  color: rgba(0, 0, 0, 0.49);
  font-size: 0.75em;
  text-align: center;
}

.expander-body {
  overflow: hidden;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.step-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 0.875em;
}

.step-text {
  margin-left: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1rem;
  padding-left: 1rem;
  -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: 1;
  -ms-flex: 1;
  flex: 1;
}

.cell._1of2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

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

.example-fluid-cell {
  width: 33.33%;
  padding: 3%;
  background-color: #fff;
}

.step-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.example-wrapper {
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  border-top: 1px dashed rgba(0, 152, 255, 0.5);
  background-color: #fff;
}

.button-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 0px 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.button-14.small {
  height: 40px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  color: #333;
  font-size: 0.875em;
}

.button-14.small.white {
  border-style: dashed;
}

.example-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.375rem;
  padding-right: 2rem;
  padding-left: 2rem;
  -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;
}

.step-title {
  margin-top: 0px;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.25em;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: -0.02px;
}

.step-ui-image-placeholder {
  width: 240px;
  height: 242px;
  max-width: 100%;
  margin-bottom: 0.375rem;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #e0e0e0;
}

.step-ui-image-placeholder._3 {
  height: 50px;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
}

.step-ui-image-placeholder._2 {
  height: 121px;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
}

.grid-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.grid-9.mobile-vertical {
  -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;
}

.example-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 1rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-1211 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container-1211.small {
  max-width: 640px;
}

.container-1211.large {
  max-width: 1152px;
}

.container-1211.large.shifted {
  margin-top: -6.375rem;
}

.container-1211.medium {
  max-width: 872px;
}

.container-1211.medium.shifted {
  margin-top: -6.375rem;
}

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

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

.card__card-2 {
  display: block;
  width: 290px;
  height: 350px;
  padding: 16px;
  border-radius: 32px;
  background-color: #fff;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-50 {
  position: relative;
  left: auto;
  top: -19%;
  right: auto;
  bottom: 0px;
  width: 150px;
  height: 150px;
  margin-top: 0px;
  border-style: solid;
  border-width: 4px;
  border-color: #d8d8d8;
  border-radius: 50%;
}

.stacked_cards_background_contrast-2-copy-2 {
  position: absolute;
  z-index: 0;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #b8b8b8;
  opacity: 0.12;
  -webkit-transform: scale(0.6) translate(-262px, 129px) skew(0deg, 0deg);
  -ms-transform: scale(0.6) translate(-262px, 129px) skew(0deg, 0deg);
  transform: scale(0.6) translate(-262px, 129px) skew(0deg, 0deg);
}

.div-block-68copy {
  position: relative;
  top: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.image-51 {
  width: 20px;
  max-width: 100%;
  padding-bottom: 2px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.card__desc-2 {
  position: relative;
  top: -41px;
  width: 100%;
  height: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.card__wrapper-2 {
  overflow: hidden;
  width: 290px;
  height: 325px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.19);
}

.provider-name {
  position: static;
  top: -13px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: webfont, sans-serif;
  color: #092457;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: default;
}

.div-block-68 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: transparent;
  color: transparent;
  text-align: left;
}

.provider-location {
  position: static;
  top: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}

.specialty-2 {
  position: static;
  top: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  clear: left;
  font-family: Proximanova, sans-serif;
  color: #ff037a;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.card__content-2 {
  position: relative;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-25 {
  padding-left: 5px;
  font-family: Proximanova, sans-serif;
  color: #ff037a;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.text-span-23 {
  color: #092457;
  font-size: 10px;
  line-height: 18px;
  font-weight: 400;
}

.text-span-24 {
  color: #092457;
  font-size: 14px;
}

.text-block-21-copy {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Proximanova, sans-serif;
  color: #50019b;
  font-size: 16px;
  font-weight: 600;
}

.card__card-2-copy {
  display: block;
  width: 290px;
  height: 350px;
  padding: 16px;
  border-radius: 32px;
  background-color: #fff;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.card__card-2-copy {
  position: static;
  display: block;
  overflow: visible;
  width: 290px;
  height: 350px;
  padding: 16px;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-39 {
  font-family: Adelle, sans-serif;
  font-size: 44px;
  line-height: 46px;
}

.paragraph-32 {
  font-family: Proximanova, sans-serif;
}

.container-1212 {
  width: 90%;
  max-width: 1300px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.carousel {
  width: 100vw;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.carousel.is_contained {
  overflow: visible;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.card-3 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #3f4046;
  box-shadow: 0 5px 2rem 0 rgba(0, 0, 0, 0.3);
  color: #b8b9c2;
}

.arrow-left {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  color: #50019b;
}

.arrow-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  color: #50019b;
}

.card-body {
  height: 100%;
  padding: 30px;
}

.carousel-slider {
  right: 20px;
  overflow: visible;
  width: 290px;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._8 {
  right: -147%;
}

.card-header {
  height: 150px;
  background-image: url('../images/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.btn {
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #3862ec;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #213ea0;
}

.carousel-mask {
  overflow: visible;
  width: 100%;
}

.section-19 {
  overflow: hidden;
  padding-top: 99px;
  padding-bottom: 99px;
  -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: #303136;
}

.section-19.is_full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #fff;
}

.slide-nav-6 {
  right: 40px;
  display: none;
  overflow: visible;
  width: 1px;
  background-color: #d8d8d8;
  color: #2c0072;
  -o-object-fit: none;
  object-fit: none;
}

.example-collection-header {
  display: -ms-grid;
  display: grid;
  margin-bottom: 4rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  grid-template-areas: "."
    "Area";
  -ms-grid-columns: 1fr 16px 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: minmax(30px, 0.5fr) 8px auto;
  grid-template-rows: minmax(30px, 0.5fr) auto;
}

.example-collection-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem;
  -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: 1;
  -ms-flex: 1;
  flex: 1;
}

.example-collection-cell._1of2 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.example-body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #e0e0e0;
}

.example-collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
  padding: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(0, 152, 255, 0.5);
  border-radius: 4px;
  background-color: #fff;
}

.example-collection-title {
  font-family: Adelle, sans-serif;
  color: #092457;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.example-collection {
  width: 100%;
  min-height: 560px;
  padding: 2.5rem 0rem;
  color: #fff;
}

.example-wrapper-2 {
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  border-top: 1px dashed rgba(0, 152, 255, 0.5);
  background-color: rgba(0, 152, 255, 0.1);
}

.example-collection-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.example-collection-grid.nested {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.paragraph-33 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 18px;
  font-weight: 400;
}

.insurance-section {
  padding: 60px 80px;
  background-color: #f1fbfc;
}

.link-12 {
  display: inline;
  text-align: right;
  text-decoration: none;
}

.text-span-25 {
  position: absolute;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 0%;
  font-family: webfont, sans-serif;
  color: #092457;
  font-size: 20px;
  line-height: 24px;
  text-decoration: underline;
}

.text-span-26 {
  font-family: webfont, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.link-13 {
  position: relative;
  left: 60px;
  padding-right: 10px;
  font-family: Proximanova, sans-serif;
  color: #ff037a;
  font-size: 16px;
  font-weight: 600;
}

.text-span-27 {
  font-size: 12px;
  font-weight: 300;
}

.gradient-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: auto;
  height: 175%;
  margin: auto;
}

.carousel-arrow-oval {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 3;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 100%;
  background-color: #ff7a00;
}

.carousel-arrow-oval.next-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.swiper-container.first-swiper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide {
  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;
  opacity: 0.9;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: hsla(0, 0%, 100%, 0.5);
}

.carousel-arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.carousel-arrow.arrow-next {
  padding-right: 1em;
  padding-left: 0em;
}

.location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -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;
}

.swiper {
  position: relative;
  overflow: visible;
}

.carousel-arrows {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  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;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-f-14 {
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 1.05em;
  line-height: 1;
  font-weight: 300;
  white-space: nowrap;
}

.text-f-14.all-caps {
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.text-f-14.all-caps.light-grey-font {
  color: hsla(0, 0%, 100%, 0.6);
}

.divider-2 {
  width: 4em;
  height: 0.1em;
  margin-top: 2em;
  background-color: #ff7a00;
}

.carousel-arrow-icon {
  position: relative;
  z-index: 4;
  width: auto;
  height: 1.25em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.carousel-arrow-w {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
}

.heading-40 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 2.75em;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
}

.slide-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-img-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(65%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(180deg, transparent, transparent 50%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.75));
}

.slide {
  position: relative;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slide-img {
  z-index: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.swiper-wrapper.first-swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-28 {
  color: #50019b;
  font-size: 14px;
}

.heading-41 {
  position: relative;
  top: -19px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: webfont, sans-serif;
  color: #50019b;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: default;
}

.specialty-3 {
  position: relative;
  top: -13px;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: left;
  font-family: Proximanova, sans-serif;
  color: #50019b;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.features-right-content {
  position: static;
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-large-p-hero {
  width: 456px;
}

.icon-accordion {
  position: absolute;
  overflow: visible;
}

.icondiv {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.icon-accordion-hover {
  position: absolute;
  overflow: hidden;
}

.image-absolute {
  position: static;
  left: auto;
  top: 0%;
  right: -20%;
  bottom: 0%;
  z-index: auto;
  height: 100%;
  padding-right: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.features-accordion {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.subtitle-section-1 {
  font-family: webfont, sans-serif;
  color: #092457;
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
}

.space-36 {
  height: 36px;
}

.image-52 {
  position: absolute;
  left: -10px;
  bottom: -1225px;
  z-index: -1;
}

.features-section {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}

.line-features {
  margin-top: 20px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #092457;
}

.features-accordion-item {
  display: block;
  overflow: hidden;
}

.accordiontitle {
  margin-top: 0px;
  padding-left: 20px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 500;
  text-align: left;
}

.features-left-content {
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.features-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.features-accodion-trigger {
  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;
  cursor: pointer;
}

.large-paragraph {
  position: static;
  z-index: 5;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.heading-42 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 2.7rem;
  line-height: 3rem;
  font-weight: 400;
}

.text-block-26 {
  font-family: Proximanova, sans-serif;
}

.paragraph-34 {
  padding-top: 10px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
}

.paragraph-35 {
  padding-top: 10px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
}

.paragraph-36 {
  padding-top: 10px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
}

.outlined_button-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Playfair Display', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.outlined_button-copy:hover {
  margin-left: 0px;
  border-color: #ffd343;
  background-color: #ffd343;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
  color: #000;
}

.outlined_button-copy.display_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 16px;
  text-transform: none;
}

.outlined_button-copy.display_block:hover {
  border-style: none;
  border-color: #09d5b0;
  background-color: #e7e5e5;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #ff037a;
}

.outlined_button-copy.display_block.dark-blue {
  border-color: #15113b;
  background-color: #15113b;
}

.outlined_button-copy.display_block.dark-blue:hover {
  border-color: #09d5b0;
  background-color: #09d5b0;
}

.outlined_button-copy.dark_outline {
  margin-top: 0px;
  border-color: #15113b;
  background-color: #9cdbe4;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.outlined_button-copy.dark_outline:hover {
  border-color: #ffd343;
  box-shadow: none;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.outlined_button-copy.hover_teal {
  margin-top: 0px;
  border-style: none;
  background-color: #bcecff;
  font-family: Poppins, sans-serif;
}

.outlined_button-copy.hover_teal:hover {
  border-color: #09d5b0;
  background-color: #09d5b0;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.outlined_button-copy.on_dark_bg_navbar {
  margin-top: 0px;
  border-color: #ff037a;
  background-color: #ff037a;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}

.outlined_button-copy.intro_button {
  overflow: visible;
  margin-top: 0px;
  margin-left: 15px;
  border-style: solid;
  border-color: #15113b;
  background-color: #fff;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.5);
  font-family: Poppins, sans-serif;
  color: #350088;
  text-transform: none;
}

.outlined_button-copy.intro_button:hover {
  background-color: #fff;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #ff037a;
}

.centered-content {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

.insurance-section-copy {
  padding: 60px 80px;
  background-color: #fff;
}

.form-2 {
  text-align: left;
}

.icon {
  color: #092457;
}

.icon-2 {
  color: #092457;
}

.heading-43 {
  margin-bottom: 5px;
  font-family: Proximanova, sans-serif;
  color: #ff037a;
  font-size: 1.1rem;
  line-height: 1.2rem;
  font-weight: 400;
  text-align: center;
}

.heading-44 {
  margin-top: 10px;
  font-family: Adelle, sans-serif;
  color: #092457;
  font-size: 2.2rem;
  line-height: 2.4rem;
  text-align: center;
}

.icon-3 {
  position: absolute;
}

.line-features-short {
  position: relative;
  left: 33.33333333%;
  width: 33.33333333%;
  margin-top: 20px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #ff037a;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.text-block-27 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-list-4 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.dropdown-list-4.w--open {
  position: absolute;
  left: 0%;
  top: 98%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 36px 90px;
  -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: #f7f7f7;
}

.dropdown-toggle-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding: 9px 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;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
}

.dropdown-toggle-4.dark_bg {
  color: #007a50;
}

.dropdown-toggle-4.dark_bg:hover {
  color: #ff037a;
}

.heading-45 {
  font-family: Adelle, sans-serif;
  color: #092457;
}

.heading-46 {
  font-family: Proximanova, sans-serif;
  font-weight: 600;
}

.text-block-28 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center;
}

.paragraph-37 {
  font-family: Proximanova, sans-serif;
  color: #092457;
}

.paragraph-38 {
  font-family: Proximanova, sans-serif;
}

.paragraph-39 {
  font-family: Proximanova, sans-serif;
}

.text-span-29 {
  font-family: Proximanova, sans-serif;
  color: #092457;
}

.bold-text-8 {
  font-family: Proximanova, sans-serif;
  font-weight: 400;
}

.hero__sub-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.heading-47 {
  margin-top: 0px;
  clear: left;
  font-family: Flink, sans-serif;
  color: #50019b;
  font-size: 60px;
  line-height: 56px;
  font-weight: 300;
}

.text_link-5 {
  display: block;
  margin-bottom: 20px;
  padding-top: 14px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Proximanova, sans-serif;
  color: #ff037a;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.text_link-5:hover {
  padding-left: 5px;
  color: #ff4fa0;
  font-weight: 700;
}

.text-span-30 {
  font-family: Proximanova, sans-serif;
  color: #ff037a;
  font-size: 64px;
  line-height: 68px;
  font-weight: 300;
}

.heading-48 {
  font-family: Adelle, sans-serif;
  color: #092457;
}

.paragraph-40 {
  font-family: Proximanova, sans-serif;
  color: #092457;
}

.text-block-29 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 16px;
  font-weight: 400;
}

.heading-49 {
  font-family: Proximanova, sans-serif;
  font-weight: 300;
}

.tick-list {
  padding-top: 15px;
  padding-bottom: 15px;
}

.tick-icon {
  display: inline-block;
  margin-right: 15px;
}

.tick-headings {
  display: inline-block;
  font-family: webfont, sans-serif;
  color: #092457;
  font-size: 20px;
  font-weight: 400;
}

.heading-50 {
  font-family: Proximanova, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

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

.bold-text-10 {
  font-weight: 600;
}

.heading-51 {
  margin-top: 0px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 600;
}

.tick-list-small {
  padding-top: 3px;
  padding-bottom: 3px;
}

.outlined_button_white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Playfair Display', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.outlined_button_white:hover {
  margin-left: 0px;
  border-color: #ffd343;
  background-color: #ffd343;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
  color: #000;
}

.outlined_button_white.dark_outline {
  margin-top: 0px;
  border-color: #15113b;
  color: #15113b;
}

.outlined_button_white.dark_outline:hover {
  border-color: #ffd343;
  box-shadow: none;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.outlined_button_white.on_dark_bg_navbar {
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-color: #fd88be;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  font-family: webfont, sans-serif;
  color: #ff037a;
  text-align: center;
  text-transform: none;
}

.outlined_button_white.on_dark_bg_navbar {
  margin-top: 0px;
  padding: 5px 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-color: #fd88be;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  font-family: webfont, sans-serif;
  color: #ff037a;
  text-align: center;
  text-transform: none;
}

.outlined_button_white.white_btn {
  position: relative;
  left: 149px;
  top: 25px;
  margin-top: 0px;
  margin-right: 40px;
  padding: 5px 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-color: #fd88be;
  border-radius: 20px;
  background-color: #ff037a;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  font-family: webfont, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: none;
}

.content_contain_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content_contain_right._55_percent_width {
  width: 55%;
}

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

.content_contain_right.align_centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_contain_right.relative {
  position: relative;
  z-index: 1;
}

.image-54 {
  -o-object-fit: cover;
  object-fit: cover;
}

.cta_block-copy {
  position: relative;
  top: 0px;
  padding: 40px 64px;
  border-style: none;
  border-width: 4px;
  border-color: #ff037a;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.5);
}

.cta_block-copy.yellow_bg {
  background-color: #ffd343;
}

.cta_block-copy.blog_cta {
  padding: 42px 50px;
  background-color: #ffd343;
}

.cta_block-copy.dark_bg {
  width: 100%;
  padding-bottom: 64px;
  padding-left: 64px;
  background-color: #e3f8f8;
  font-family: Poppins, sans-serif;
}

.cta_block_right {
  position: relative;
  top: 0px;
  padding: 40px 0px 40px 64px;
  border-style: none;
  border-width: 4px;
  border-color: #ff037a;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.5);
}

.cta_block_right.yellow_bg {
  background-color: #ffd343;
}

.cta_block_right.blog_cta {
  padding: 42px 50px;
  background-color: #ffd343;
}

.cta_block_right.dark_bg {
  width: 100%;
  padding-bottom: 64px;
  padding-left: 64px;
  background-color: #e3f8f8;
  font-family: Poppins, sans-serif;
}

.paragraph-41 {
  margin-bottom: 20px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.tick-headings-small {
  display: inline-block;
  font-family: webfont, sans-serif;
  color: #092457;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.paragraph-42 {
  font-family: Proximanova, sans-serif;
  font-weight: 300;
}

.dropdown-list-5 {
  background-color: #f9f9f9;
}

.dropdown-list-5.w--open {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}

.paragraph-43 {
  margin-bottom: 30px;
  text-align: center;
}

.paragraph-43._2titre {
  width: 520px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  font-family: Adelle, sans-serif;
}

.section-20 {
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 500px;
  text-align: center;
}

.dropdown-toggle-5 {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  padding-left: 35px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
}

.dropdown-toggle-5:hover {
  color: #ab8d69;
}

.dropdown-toggle-5.w--open {
  position: static;
}

.sous-titre {
  color: rgba(0, 0, 0, 0.35);
  font-size: 14px;
  line-height: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
}

.text-block-30 {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 710px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 25px;
  letter-spacing: 3px;
}

.text-block-30:hover {
  color: #859ece;
}

.text-span-31 {
  color: #092457;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 2px;
}

.image-10 {
  position: relative;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.text-span-32 {
  float: right;
  text-align: right;
}

.text-span-33 {
  font-family: Proximanova, sans-serif;
  color: #ff037a;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 5px;
}

.paragraph-44 {
  margin-bottom: 0px;
  padding: 5px 150px;
  background-color: #f9f9f9;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph-44.droite {
  padding-right: 0px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
}

.text-span-34 {
  font-size: 0.5rem;
  line-height: 1rem;
  letter-spacing: 1px;
  text-transform: none;
}

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

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

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

.text-block-31 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 34px;
  font-weight: 400;
}

.text-span-35 {
  font-size: 14px;
  line-height: 18px;
}

.heading-52 {
  margin-top: 0px;
  padding-left: 100px;
  font-family: webfont, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 2px;
}

.ipl-dropdown {
  background-color: #f9f9f9;
}

.ipl-dropdown.w--open {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}

.menu-title {
  margin-top: 10px;
  padding-left: 120px;
  font-family: webfont, sans-serif;
  color: #092457;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 2px;
}

.text-span-36 {
  font-size: 12px;
  font-style: normal;
}

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

.highlight__text {
  width: 230px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-product-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.c-review-card__name {
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: 'Adelle reg', sans-serif;
  color: #092457;
}

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

.container-1213 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-top: 19px;
  padding-right: 30px;
  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-radius: 20px;
  background-color: #f7f7f7;
  box-shadow: 0 1px 3px 0 hsla(0, 0%, 70.7%, 0.5), 0 0 0 0 rgba(180, 38, 38, 0.2);
  -webkit-transition: box-shadow 200ms cubic-bezier(.23, 1, .32, 1);
  transition: box-shadow 200ms cubic-bezier(.23, 1, .32, 1);
  color: #fff;
  text-decoration: none;
}

.button-15:hover {
  box-shadow: 0 0 10px 5px hsla(0, 0%, 56.7%, 0.13);
}

.button-15.button-size--small {
  width: 150px;
  height: 38px;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.c-gallery-panel__image-03 {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-gallery-panel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-review-card__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
}

.c-product-form {
  width: 100%;
  margin-bottom: 0px;
}

.c-product-form__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Proximanova, sans-serif;
}

.c-product-form__col.col-sizing--grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-review-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.product-gallery {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 80vh;
  margin-top: 10vh;
  margin-bottom: 5vh;
  margin-left: 20px;
}

.c-gallery-panel__highlight {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
}

.c-gallery-panel__highlight.highlight--order-01 {
  left: 90px;
  top: 100px;
}

.c-gallery-panel__highlight.highlight--order-03 {
  left: 218px;
  top: 140px;
}

.c-gallery-panel__highlight.highlight--order-02 {
  left: 270px;
  top: 500px;
}

.c-product-rating__star {
  width: 20px;
  height: 20px;
  color: #b42626;
}

.c-product-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-gallery-nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 80px;
  margin-bottom: 5px;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 4px solid rgba(180, 38, 38, 0);
  background-color: hsla(0, 0%, 100%, 0);
}

.c-gallery-nav__link.order--first {
  border-left-color: #ff037a;
  background-color: #fff;
}

.user-profile {
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #ebebeb;
}

.highlight__content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 250px;
  margin-left: 40px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  line-height: 16px;
}

.c-gallery-panel__image-02 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.highlight__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 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-radius: 100px;
  background-color: #b42626;
  color: #fff;
}

.content-row {
  padding: 60px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-row.row--color-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fdfdfd;
}

.c-review-card__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.c-review-card__user {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.c-gallery-panel__image-01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-info {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 3rem;
  box-shadow:0 1px 15px 1px rgba(52, 40, 104, .20);
}

.highlight__toggle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  box-shadow: 0 0 0 0 rgba(180, 38, 38, 0.3);
  -webkit-transition: box-shadow 200ms cubic-bezier(.23, 1, .32, 1);
  transition: box-shadow 200ms cubic-bezier(.23, 1, .32, 1);
}

.highlight__toggle:hover {
  box-shadow: 0 0 10px 5px rgba(180, 38, 38, 0.2);
}

.c-gallery-nav {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-col.col--width-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-top: 40px;
  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-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;
}

.field-width--small {
  max-width: 60px;
  color: #092457;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 1000px;
  -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;
}

.product-price {
  margin-right: 10px;
  color: #092457;
  font-size: 16px;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.product-name {
  margin-bottom: 0px;
  font-family: Proximanova, sans-serif;
  color: #092457;
}

.fixed-form {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: none;
  width: 45%;
  margin-top: 80px;
  margin-right: 10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
  font-size: 12px;
}

.heading-53 {
  font-family: Adelle, sans-serif;
  color: #092457;
  font-size: 5vw;
  line-height: 6vw;
  font-weight: 600;
}

.paragraph-45 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 18px;
  font-weight: 400;
}

.heading-54 {
  margin-top: 0px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 700;
}

.field-label-3 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
}

.field-label-4 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
}

.text-block-32 {
  width: 100%;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-decoration: none;
}

.heading-55 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.heading-56 {
  font-family: Proximanova, sans-serif;
}

.text-block-33 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 20px;
}

.text-block-34 {
  font-family: Proximanova, sans-serif;
  font-size: 20px;
}

.text-block-35 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 20px;
}

.text-block-36 {
  font-family: Proximanova, sans-serif;
}

.text-block-37 {
  font-family: Proximanova, sans-serif;
  font-weight: 400;
}

.text-block-38 {
  font-family: Proximanova, sans-serif;
}

.text-block-39 {
  font-family: Proximanova, sans-serif;
  color: #092457;
}

.heading-57 {
  font-family: Proximanova, sans-serif;
  color: #092457;
}

.heading-58 {
  font-family: Proximanova, sans-serif;
}

.heading-59 {
  font-family: Adelle, sans-serif;
  color: #092457;
}

.text-block-40 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
}

.text-block-font24 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 22px;
  line-height:32px;
}

.image-55 {
  width: 350px;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.outlined_button-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Playfair Display', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.outlined_button-2-copy:hover {
  margin-left: 0px;
  border-color: #ffd343;
  background-color: #ffd343;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
  color: #000;
}

.outlined_button-2-copy.dark_outline {
  margin-top: 0px;
  border-color: #15113b;
  color: #15113b;
}

.outlined_button-2-copy.dark_outline:hover {
  border-color: #ffd343;
  box-shadow: none;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.outlined_button-2-copy.on_dark_bg_navbar {
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-color: #fd88be;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  font-family: webfont, sans-serif;
  color: #ff037a;
  text-align: center;
  text-transform: none;
}

.outlined_button-2-copy.on_dark_bg_navbar {
  display: block;
  margin-top: 0px;
  margin-right: 20px;
  padding: 5px 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  border-style: none;
  border-color: #fd88be;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  font-family: webfont, sans-serif;
  color: #092457;
  text-align: center;
  text-transform: none;
}

.text-block-41 {
  font-family: Proximanova, sans-serif;
  color: #092457;
}

.text-block-42 {
  font-family: Proximanova, sans-serif;
  color: #092457;
}

.list-item-4 {
  color: #092457;
}

.select-field {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
}

.featured-products-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 120px 120px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.bottom-spacer {
  display: none;
  width: 100vw;
  height: 80px;
  background-color: transparent;
}

.product-fact-collection-item {
  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;
}

.notification {
  width: 100%;
  max-width: 600px;
  margin-bottom: 5px;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #ffe5ff;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
}

.product-detail-h1 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 500;
}

.product-page-intro-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.product-page-intro-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
}

.content-wrapper {
  position: relative;
  z-index: 5;
  background-color: #fff;
}

.product-detail-facts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 150px;
  padding: 98px 120px;
  -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;
  background-color: #fffaff;
}

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

.default-state-2 {
  min-width: 100%;
}

.product-page-intro-right-content-wrapper {
  max-width: 600px;
}

.homepage-eclipse-vector {
  position: absolute;
  z-index: 0;
}

.product-detail-price {
  margin-top: 0px;
  margin-bottom: 32px;
}

.image-56 {
  position: static;
  left: 0%;
  top: 15%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-56-injection {
  position: static;
  left: 0%;
  top: 15%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: block;
  overflow: visible;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-wrapper {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  padding: 32px 120px;
  -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;
  background-color: #fff2ff;
}

.featured-product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff2ff;
}

.heading-60 {
  max-width: 350px;
  margin-bottom: 32px;
  font-family: Proximanova, sans-serif;
  font-weight: 400;
}

.add-to-cart-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-detail-quantity {
  margin-left: 8px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

.product-facts-collection-list {
  display: block;
  width: 100%;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.out-of-stock-state {
  margin-top: 0px;
  border-radius: 4px;
  background-color: #fff2ff;
}

.product-page-intro-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fffaff;
}

.error-state {
  margin-top: 0px;
  border-radius: 4px;
  background-color: #fcf;
}

.grid-10 {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quantity {
  margin-right: 16px;
  margin-bottom: 0px;
}

.product-detail-title-and-quantity-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.quantity-and-add-to-cart-wrapper {
  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 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-61 {
  margin-top: 0px;
  margin-bottom: 36px;
  font-family: '3ab5f0 3 0', sans-serif;
  color: #092457;
  font-size: 64px;
  line-height: 64px;
  font-weight: 400;
}

.cart-button-2 {
  padding: 15px 16px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(255, 204, 255, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #160230;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cart-button-2:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
}

.add-to-cart-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.default-state-2-copy {
  min-width: 100%;
}

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

.ingredient-icon {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 0px;
}

.text-block-43 {
  position: static;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #092457;
  border-radius: 20px;
  background-color: #fff;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.text-block-44 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 24px;
  line-height: 38px;
}

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

.grid-12 {
  display: block;
  width: 100%;
}

.bake72 {
  max-width: 320px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.51);
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px) perspective(1200px);
  transform: perspective(1200px) perspective(1200px);
  color: #333;
  text-decoration: none;
}

.bake72__title {
  margin-top: 0px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 26px;
  line-height: 22px;
  font-weight: 400;
}

.bake72__image {
  min-height: 220px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  border-radius: 3px;
  background-image: url('../images/nad1000.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate3d(0px, 0px, 20px);
  transform: translate3d(0px, 0px, 20px);
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bake72__price {
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

.bake72__summary {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
}

.bake72__button2 {
  overflow: auto;
  margin-top: 20px;
  margin-right: -25px;
  margin-left: -25px;
  padding: 12px 30px 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ff037a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.bake72__button2:hover {
  overflow: visible;
  background-color: #e6006c;
}

.bake72__button__text {
  padding-top: 12px;
  padding-bottom: 15px;
  font-family: Proximanova, sans-serif;
}

.grid-13 {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.vitality-card {
  width: 290px;
  max-width: none;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.51);
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px) perspective(1200px);
  transform: perspective(1200px) perspective(1200px);
  color: #333;
  text-decoration: none;
}

.bake72-copy {
  max-width: 320px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.51);
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px) perspective(1200px);
  transform: perspective(1200px) perspective(1200px);
  color: #333;
  text-decoration: none;
}

.bake72__button-copy {
  overflow: visible;
  margin-top: 20px;
  margin-right: -25px;
  margin-left: -25px;
  padding: 12px 30px 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ff037a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.bake72__button-copy:hover {
  background-color: #e6006c;
}

.bake72__button-copy {
  overflow: visible;
  margin-top: 20px;
  margin-right: -25px;
  margin-left: -25px;
  padding: 12px 30px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ff037a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.bake72__button-copy:hover {
  overflow: visible;
  background-color: #e6006c;
}

.bake72__button-copy-copy {
  overflow: visible;
  margin-top: 20px;
  margin-right: -25px;
  margin-left: -25px;
  padding: 12px 30px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ff037a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.bake72__button-copy-copy:hover {
  overflow: visible;
  background-color: #e6006c;
}

.vitality-image {
  min-height: 220px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  border-radius: 3px;
  background-image: url('../images/recovery-1000.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate3d(0px, 0px, 20px);
  transform: translate3d(0px, 0px, 20px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.immunity-image {
  min-height: 220px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  border-radius: 3px;
  background-image: url('../images/immunity-2-1000.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate3d(0px, 0px, 20px);
  transform: translate3d(0px, 0px, 20px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.list-3 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 24px;
  line-height: 34px;
  list-style-type: decimal;
}

.list-item-5 {
  margin-bottom: 10px;
}

.list-item-6 {
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.list-item-7 {
  margin-bottom: 10px;
}

.heading-61-copy {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 36px;
  font-weight: 400;
}

.text-block-45 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 18px;
  line-height: 28px;
}

.grid-11-copy {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-46 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 24px;
  line-height: 34px;
}

.field-label-location {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
}

.price-detail-title-and-quantity-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-47 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 18px;
  line-height: 28px;
}

.grid-11-copy {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-37 {
  font-weight: 600;
}

.text-block-48 {
  font-family: webfont, sans-serif;
  color: #092457;
}

.select-field-2 {
  color: #092457;
}

.button-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-top: 19px;
  padding-right: 30px;
  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-radius: 20px;
  background-color: #f7f7f7;
  box-shadow: 0 1px 3px 0 hsla(0, 0%, 70.7%, 0.5), 0 0 0 0 rgba(180, 38, 38, 0.2);
  -webkit-transition: box-shadow 200ms cubic-bezier(.23, 1, .32, 1);
  transition: box-shadow 200ms cubic-bezier(.23, 1, .32, 1);
  color: #fff;
  text-decoration: none;
}

.button-cart:hover {
  box-shadow: 0 0 10px 5px hsla(0, 0%, 56.7%, 0.13);
}

.button-cart.button-size--small {
  width: 150px;
  height: 38px;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.button-cart.button-size--small-cart {
  width: 75px;
  height: 38px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

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

.ba-wrap {
  position: relative;
  overflow: hidden;
  width: 800px;
  height: 300px;
}

.move-icon {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  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-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.before-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.img {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 500px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.after-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.after-img-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 800px;
  height: 100%;
}

.tri-a {
  width: 10px;
  height: 20px;
  border-right: 10px solid #fff;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.before-after {
  position: relative;
  display: block;
  overflow: hidden;
  width: 90vw;
  height: 80vh;
  border-radius: 20px;
  background-color: #000;
}

.new {
  position: absolute;
  z-index: 5;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 100%;
  background-image: url('../images/xsmall_01_dysport_after_dacfefdfaf.jpeg');
  background-position: 50% 0px;
  background-size: 100%;
  background-attachment: fixed;
}

.old {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/before.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.new-2 {
  position: absolute;
  z-index: 5;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 100%;
  background-image: url('../images/after.png');
  background-position: 50% 0px;
  background-size: 100%;
  background-attachment: fixed;
}

.product-detail-facts-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 150px;
  padding: 60px 120px 98px;
  -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;
  background-color: #fff;
}

.text-block-49 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
}

.bold-text-15 {
  font-family: Proximanova, sans-serif;
  color: #092457;
}

.container-telehealth {
  width: 100%;
  max-width: 1400px;
  margin-top: 20px;
}

.container-telehealth.flex_justify_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-telehealth.flex_centered_vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-telehealth.relative_wrapper {
  position: relative;
  z-index: 2;
}

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

.container-telehealth.pricing-2-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-telehealth.documentation-and-integrations-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-telehealth.top_padding_20 {
  padding-top: 20px;
}

.container-telehealth.author_template {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-telehealth.relative-container {
  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;
}

.container-telehealth.mega_nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-telehealth.footer_2_copyrights {
  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-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 390px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(206, 206, 166, 0.1);
  border-bottom: 1px solid rgba(206, 206, 166, 0.1);
}

.slider-bar {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #272e33;
  -webkit-transform: perspective(10px);
  transform: perspective(10px);
}

.wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(206, 206, 166, 0.2);
  border-radius: 30px;
  background-color: #191f25;
}

.top-dot {
  position: absolute;
  z-index: 21;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #cecea6;
}

.after {
  position: absolute;
  z-index: 5;
  display: block;
  overflow: hidden;
  width: 800px;
  height: 390px;
  background-image: url('../images/xsmall_01_dysport_before_d661836a0b.jpeg');
  background-position: 50% 70%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-62 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.before {
  position: absolute;
  z-index: 3;
  display: block;
  overflow: hidden;
  width: 800px;
  height: 390px;
  background-image: url('../images/xsmall_01_dysport_after_dacfefdfaf.jpeg');
  background-position: 50% 70%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.paragraph-46 {
  width: 560px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #cecea6;
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
}

.dash {
  width: 3px;
  height: 20px;
  margin-bottom: 0px;
  background-color: #cecea6;
}

.bottom-dot {
  position: absolute;
  bottom: 0px;
  z-index: 21;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #cecea6;
}

.b-a-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 390px;
}

.custom-slider-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
  margin-bottom: 0px;
  cursor: ew-resize;
}

.before-section {
  display: block;
  width: 100%;
  height: 450px;
}

.before-image-dysport {
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

.after-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 450px;
}

.after-dysport-image {
  position: static;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

.move-mouse {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 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 none #000;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(81px, 0px) rotate(90deg);
  -ms-transform: translate(81px, 0px) rotate(90deg);
  transform: translate(81px, 0px) rotate(90deg);
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 18px;
}

.text-block-50 {
  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;
}

.grid-14 {
  margin-right: 20px;
  margin-left: 20px;
}

.product-detail-facts-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 150px;
  padding: 98px 120px;
  -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;
  background-color: #fff;
}

.nav-list-title {
  margin-bottom: 32px;
  color: #8898aa;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-list-title.small {
  margin-bottom: 11px;
}

.logo-bg {
  height: 25px;
  color: #fff;
}

.right-cheron {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: 3px;
}

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  background-color: #fff;
}

.nav--header-dropdown {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  overflow: visible;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transform-origin: 50% -50px;
  -ms-transform-origin: 50% -50px;
  transform-origin: 50% -50px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  -o-object-fit: fill;
  object-fit: fill;
}

.logo-link-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-nav-list-item---link {
  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;
  color: #425466;
  line-height: 1.1;
}

.site-nav-list-item---link.light {
  line-height: 1.2;
}

.site-nav-list-item---link.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav--dropdown-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.3), 0 50px 100px -20px rgba(50, 50, 93, 0.15);
}

.nav-link-signin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  padding: 3px 10px 6px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ff7455;
  color: #fff;
}

.nav-link {
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 700;
}

.nav-link.products {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  color: #092457;
  cursor: pointer;
}

.small-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  color: #87add2;
}

.small-icon.book {
  margin-top: 2px;
}

.nav--label--main {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0a2540;
  line-height: 1.1;
  font-weight: 700;
  text-transform: capitalize;
}

.nav--label--main.light {
  color: #425466;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: none;
}

.nav--label--main.normal {
  color: #0a2540;
  line-height: 1.45;
  text-transform: none;
}

.site-nav-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 254px;
  margin-top: 16px;
  padding-left: 26px;
}

.site-nav-list-item.clear-top {
  margin-top: 0px;
}

.site-nav-list-item.has-icon {
  margin-top: 15px;
  padding-left: 0px;
  line-height: 1.2;
}

.site-nav-list-item.has-icon.medium-space {
  margin-top: 12.5px;
}

.site-nav-list-item.has-icon.clear-top {
  margin-top: 0px;
}

.site-nav-list-item.less-space {
  margin-top: 12px;
}

.nav-header-dashboard {
  position: absolute;
  left: auto;
  right: auto;
  z-index: 1;
  display: block;
  width: 100%;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

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

.inner-ui-list-li--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #425466;
}

.moving-arrow {
  position: absolute;
  z-index: 999;
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-inner-ul-list {
  min-width: 254px;
  margin-bottom: 0px;
}

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

.nav-position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu-3 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.large-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
}

.inner-body----footer {
  margin: 4px;
  padding: 28px;
  background-color: #f6f9fc;
}

.dd-inner-content-wrapper {
  position: relative;
  padding: 32px;
}

.dd-inner-content-wrapper.developers {
  padding: 0px;
}

.nav--dd-card--inner {
  position: absolute;
  left: 50%;
  top: 0px;
  display: inline-block;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav--dd-card--inner.company {
  display: none;
}

.nav--dd-card--inner.products {
  display: none;
  background-color: #fff;
}

.nav--dd-card--inner.developers {
  display: none;
}

.nav-sigup-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-ui-list---li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

.inner-ui-list---li.clear-top {
  margin-top: 0px;
}

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

.body-header---layout.clear-second-row {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inline-button-text {
  color: #fff;
  line-height: 1em;
  font-weight: 700;
}

.link-block {
  background-color: #4353ff;
}

.inner-body---header {
  padding: 32px;
}

.nav-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-site-list {
  margin-bottom: 0px;
  padding-left: 0px;
}

.nav-site-list.add-space-top {
  margin-top: 12px;
}

.nav-container-3 {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-57 {
  padding-bottom: 3px;
}

.navi-link {
  color: #092457;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.navi-link.w--current {
  color: #092457;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

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

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

.move-mouse-2 {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  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: #fff;
  -webkit-transform: translate(62px, 0px) rotate(90deg);
  -ms-transform: translate(62px, 0px) rotate(90deg);
  transform: translate(62px, 0px) rotate(90deg);
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 18px;
}

.slide-2 {
  width: 290px;
  margin-right: 20px;
}

.slide-3 {
  width: 290px;
  margin-right: 20px;
}

.slide-4 {
  width: 290px;
  margin-right: 20px;
}

.slide-5 {
  width: 290px;
  margin-right: 20px;
}

.text-block-24-copy {
  margin-bottom: 20px;
  font-family: Proximanova, sans-serif;
  color: #f7f7f7;
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.text-span-22-copy {
  font-family: Flink, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: -1px;
}

.link-16 {
  display: block;
  margin-top: 20px;
  padding-top: 0px;
  font-family: webfont, sans-serif;
  color: #092457;
  font-size: 16px;
}

.specialities {
  font-family: Proximanova, sans-serif;
  color: #092457;
  text-align: left;
}

.heading-63 {
  font-family: Proximanova, sans-serif;
  line-height: 16px;
  font-weight: 600;
}

.specialties {
  font-family: Proximanova, sans-serif;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
}

.text-span-38 {
  font-weight: 600;
}

.text-block-51 {
  margin-top: 20px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.text-span-39 {
  font-weight: 600;
}

.button-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-top: 19px;
  padding-right: 30px;
  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-radius: 20px;
  background-color: #f7f7f7;
  box-shadow: 0 1px 3px 0 hsla(0, 0%, 70.7%, 0.5), 0 0 0 0 rgba(180, 38, 38, 0.2);
  -webkit-transition: box-shadow 200ms cubic-bezier(.23, 1, .32, 1);
  transition: box-shadow 200ms cubic-bezier(.23, 1, .32, 1);
  font-family: Proximanova, sans-serif;
  color: #fff;
  text-decoration: none;
}

.button-16:hover {
  box-shadow: 0 0 10px 5px hsla(0, 0%, 56.7%, 0.13);
}

.text-block-52 {
  width: 60%;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.75px;
  text-decoration: none;
}

.button-16-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-top: 48px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f7f7f7;
  box-shadow: 0 1px 3px 0 hsla(0, 0%, 70.7%, 0.5), 0 0 0 0 rgba(180, 38, 38, 0.2);
  -webkit-transition: box-shadow 200ms cubic-bezier(.23, 1, .32, 1);
  transition: box-shadow 200ms cubic-bezier(.23, 1, .32, 1);
  font-family: Proximanova, sans-serif;
  color: #fff;
  text-decoration: none;
}

.button-16-copy:hover {
  box-shadow: 0 0 10px 5px hsla(0, 0%, 56.7%, 0.13);
}

.section-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  padding: 60px 6%;
  -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;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #f7f7f7;
}

.section-copy.hero_section_l1 {
  position: relative;
  height: 85vh;
  max-height: 780px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-copy.dark_bg {
  background-color: #15113b;
}

.section-copy.footer_section {
  position: relative;
  padding-bottom: 40px;
  background-color: #15113b;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.section-copy.relative {
  position: relative;
}

.section-copy.off_white_bg {
  background-color: #f7f7f7;
}

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

.section-copy.no_top_bottom_padding.add_bottom_padding {
  padding-bottom: 95px;
  background-color: #fff;
}

.section-copy.hero_section_l2 {
  height: auto;
  max-height: none;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #fff;
}

.section-copy.yellow_bg {
  background-color: #fff;
}

.section-copy.yellow_bg.no_bottom_padding {
  padding-bottom: 0px;
}

.section-copy.yellow_bg.no_side_padding {
  padding-right: 0%;
  padding-left: 0%;
}

.section-copy.log_in_section {
  height: 100vh;
  padding: 0px 0%;
}

.section-copy.forgot_password_section {
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-copy.feat_shop_section {
  height: 70vh;
  padding: 0px 0%;
}

.section-copy.shop_section {
  padding: 0px 0%;
}

.section-copy.shop_by_cat_section {
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
  bottom: 0px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 24px;
  background-color: #f7f7f7;
}

.section-copy.v3_hero {
  height: auto;
  max-height: none;
  min-height: auto;
  padding-top: 110px;
  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-copy.product_section {
  padding: 0px 6% 65px;
  background-color: #fff;
}

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

.section-copy.v4_hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  max-height: 600px;
  padding: 95px 6% 0px;
  background-color: #15113b;
}

.section-copy.v4_section-2 {
  position: relative;
  display: block;
  padding-top: 164px;
}

.section-copy.v5_hero {
  position: relative;
  height: 600px;
  min-height: 60vh;
  background-color: #09d5b0;
  background-image: url('../images/austin-distel-wD1LRb9OeEo-unsplash-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-copy.no-top-padding {
  margin-bottom: 40px;
  padding: 100px 6% 20px;
  background-color: #f7f7f7;
}

.section-copy.with-curves {
  position: relative;
  padding-top: 185px;
  padding-bottom: 185px;
}

.section-copy.grey-gradient-bg {
  position: relative;
  padding-top: 95px;
  padding-bottom: 95px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(4%, hsla(0, 0%, 96.9%, 0.23)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.9%, 0.23) 4%, #fff);
}

.section-copy.grey-gradient-bg.less-top-padding {
  padding-top: 0px;
}

.section-copy.grey-gradient-bg-reverse {
  padding-top: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 96.9%, 0.26)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 96.9%, 0.26));
}

.section-copy.with-curve-below {
  position: relative;
  padding-bottom: 185px;
}

.section-copy.team-hero-section {
  padding: 0px 0%;
}

.section-copy.contact-v2-section {
  background-color: #ffd343;
}

.section-copy.coming-soon-section {
  min-height: 100vh;
  background-color: #fff;
}

.section-copy.flex-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-copy.pricing-2-section {
  padding-top: 0px;
  background-color: #f7f7f7;
}

.section-copy.pricing-2-hero {
  padding-top: 10%;
}

.section-copy.team-slider-section {
  position: relative;
  background-image: url('../images/austin-distel-wD1LRb9OeEo-unsplash-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-copy.full-width-section {
  overflow: hidden;
  padding: 0px 0%;
}

.section-copy.jobs_section {
  position: relative;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(81%, #fff), to(#f7f7f7));
  background-image: linear-gradient(180deg, #fff 81%, #f7f7f7);
}

.section-copy.grey-bg {
  position: relative;
  background-color: #f7f7f7;
}

.section-copy.faq-section {
  background-color: #fff;
}

.section-copy.pricing-v1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f7f7f7;
}

.section-copy.add-bottom-curve {
  position: relative;
  padding-bottom: 200px;
}

.section-copy.services-section {
  padding-top: 110px;
}

.section-copy.mor-products-section {
  padding: 0px 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-copy.about-v1-section {
  position: relative;
  height: 60vh;
  max-height: 500px;
  background-image: url('../images/proxyclick-visitor-management-system-3h7j04-6y3Q-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.section-copy.documentation-hero {
  height: auto;
  padding-top: 95px;
  background-color: #ffd343;
}

.section-copy.doc-category-template-hero {
  -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;
}

.section-copy.integrations-hero {
  min-height: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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: #15113b;
}

.section-copy.integrations-section {
  padding-top: 175px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-copy.l1_section2 {
  background-color: #15113b;
}

.section-copy.blog_hero {
  padding-bottom: 20px;
}

.section-copy.intro_hero {
  position: relative;
  display: block;
  overflow: hidden;
  height: 120vh;
  max-height: 1200px;
  min-height: auto;
  padding-top: 10%;
  -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;
  background-color: #350088;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 56%, 0.5);
}

.section-copy.light_footer {
  position: relative;
  padding-bottom: 40px;
  background-color: transparent;
  background-image: linear-gradient(3deg, #f7f7f7, #fff);
}

.section-copy.shop_v2 {
  background-color: #f7f7f7;
}

.section-copy.footer_2 {
  padding-top: 45px;
  padding-bottom: 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;
  background-color: #15113b;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: webfont, sans-serif;
  color: #092457;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.navigation-link:hover {
  color: #8c54ff;
}

.navigation-link.w--current {
  color: #99d715;
}

.navigation {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 3%;
  -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-bottom: 1px solid rgba(68, 85, 103, 0.11);
  background-color: #fff;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-2 {
  margin-right: 44px;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-column-right {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  font-size: 16px;
}

.navigation-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999999;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.dropdown-link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 22px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-4:hover {
  background-color: #f8faff;
}

.dropdown-link-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-1:hover {
  background-color: #f8faff;
}

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

.nav-menu-4 {
  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;
  color: #283338;
  font-size: 15px;
}

.navigation-column {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 22px;
}

.flowbase-logo {
  width: 150px;
  padding-bottom: 2px;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  min-height: 85px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-column-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.icon-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.09);
}

.dropdown-link-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  padding-right: 20px;
  padding-left: 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-radius: 50px;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.nav-link-details {
  color: rgba(40, 51, 56, 0.6);
  font-size: 14px;
}

.link-18 {
  display: block;
  margin-bottom: 15px;
  color: #283338;
  font-size: 15px;
  text-decoration: none;
}

.link-18:hover {
  color: #8c54ff;
}

.text-block-61 {
  font-size: 16px;
}

.dropdown-link-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 55px;
  padding: 16px 22px 20px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-5:hover {
  background-color: #f8faff;
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  left: -120px;
  max-height: 100vh;
  min-width: 350px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.text-block-62 {
  margin-bottom: 14px;
  color: #abaeaf;
  font-size: 14px;
  letter-spacing: 1px;
}

.dropdown-toggle-6 {
  padding-right: 26px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: webfont, sans-serif;
  color: #092457;
  font-weight: 500;
}

.dropdown-toggle-6:hover {
  color: #8c54ff;
}

.banner-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  padding: 8px 3%;
  -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: #ff037a;
  color: #fff;
}

.banner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-37 {
  margin-right: 10px;
  padding: 6px 15px;
  border-radius: 50px;
  background-color: #fff3f9;
  font-family: webfont, sans-serif;
  color: #092457;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.cta-text {
  font-family: Proximanova, sans-serif;
  color: #fff;
  text-decoration: none;
}

.text-block-63 {
  font-family: Proximanova, sans-serif;
}

.form-message-success {
  margin-top: 1rem;
  padding: 1.25rem;
  border-radius: 0.5rem;
  background-color: #f4f0ff;
  color: #7b58cf;
  font-weight: 600;
}

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

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

.layout3_form-wrapper {
  margin-bottom: 0rem;
}

.text-style-subheading {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.layout3_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.layout3_content {
  -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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form-input {
  height: 3.5rem;
  margin-bottom: 0rem;
  padding: 0.5rem 1.5rem;
  border-style: none;
  border-width: 0rem;
  border-radius: 4rem;
  background-color: #f8f5ff;
  color: #b2a9cf;
  font-size: 1rem;
}

.form-input:focus {
  box-shadow: inset 0 0 0 0.125rem #7b58cf;
}

.form-input::-webkit-input-placeholder {
  color: #b2a9cf;
  font-size: 1rem;
}

.form-input:-ms-input-placeholder {
  color: #b2a9cf;
  font-size: 1rem;
}

.form-input::-ms-input-placeholder {
  color: #b2a9cf;
  font-size: 1rem;
}

.form-input::placeholder {
  color: #b2a9cf;
  font-size: 1rem;
}

.form-input.nested-button {
  margin-right: -4rem;
  margin-bottom: 0rem;
  padding-right: 5.5rem;
}

.page-padding {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  background-color: transparent;
}

.button-17 {
  padding: 0.75rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0.125rem;
  border-color: #092457;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: border-color 100ms ease, background-color 100ms ease;
  transition: border-color 100ms ease, background-color 100ms ease;
  color: #092457;
  font-weight: 600;
  text-align: center;
}

.button-17:hover {
  border-color: #5935b2;
  background-color: #160230;
  color: #fff;
}

.layout3_component {
  display: -ms-grid;
  display: grid;
  -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-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nested-form-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-message-error {
  margin-top: 1rem;
  padding: 1.25rem;
  border-radius: 0.5rem;
  background-color: rgba(221, 43, 14, 0.1);
  color: #dd2b0e;
  font-weight: 600;
}

.layout3_image {
  width: 100%;
  height: 100%;
  max-height: 48rem;
  border-radius: 0.5rem;
  background-color: #fffaff;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-large {
  overflow: visible;
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: none;
  object-fit: none;
}

.container-large.is-huge {
  max-width: 120rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 32rem;
}

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

.margin-top.margin-small {
  font-family: Proximanova, sans-serif;
}

.icon-1x1-small {
  width: 3rem;
  height: 3rem;
}

.layout10_icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f4f0ff;
  text-align: center;
}

.layout10_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.layout10_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.125rem;
  border-color: #f4f0ff;
  border-radius: 0.5rem;
  font-family: Proximanova, sans-serif;
  color: #092357;
  text-align: center;
  text-decoration: none;
}

.fs-styleguide_divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

.paragraph-47 {
  color: #092457;
  font-weight: 300;
  text-align: center;
}

.heading-64 {
  position: static;
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #092457;
  text-align: center;
}

.paragraph-48 {
  color: #092457;
}

.text-weight-medium {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 18px;
  font-weight: 600;
}

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

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

.padding-vertical-2.padding-xlarge {
  margin-bottom: 0px;
}

.process_icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f4efff;
}

.box-corner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 62.5%;
  height: 62.5%;
  background-color: #ff037a;
}

.box-corner.is-bottom-box {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 37.5%;
  height: 37.5%;
  background-color: #092457;
}

.box-corner.is-right-box {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 37.5%;
  height: 37.5%;
  background-color: #092457;
}

.box-corner.inner-box {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60%;
  height: 60%;
  background-color: #66e1e0;
}

.text-style-muted {
  opacity: 0.6;
}

.text-style-muted.text-size-small {
  font-family: Proximanova, sans-serif;
  color: #092457;
}

.process_list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr -webkit-min-content 1fr -webkit-min-content 1fr;
  -ms-grid-columns: 1fr min-content 1fr min-content 1fr;
  grid-template-columns: 1fr -webkit-min-content 1fr -webkit-min-content 1fr;
  grid-template-columns: 1fr min-content 1fr min-content 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.process_item {
  position: relative;
  padding: 2rem;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #ebebeb;
}

.text-style-subheader {
  margin-bottom: 1rem;
  font-family: webfont, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.process_component {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.box-stripe {
  width: 100%;
  height: 100%;
  background-color: #ff037a;
}

.box-stripe.is-light-orange {
  background-color: #66e1e0;
}

.box-stripe.is-blue {
  background-color: #092457;
}

.process_top-row {
  position: relative;
}

.max-width-small {
  width: 100%;
  max-width: 64rem;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-weight-bold {
  color: #092457;
}

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

.section-process {
  position: relative;
  margin-bottom: 60px;
}

.heading-large {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: 400;
}

.box-group-corner {
  width: 3rem;
  height: 3rem;
}

.box-group-corner.is-top-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.box-group-corner.is-top-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 3rem;
  height: 3rem;
}

.stripe-horizontal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.25rem;
}

.stripe-horizontal-wrapper.is-thin {
  height: 0.625rem;
}

.stripe-horizontal-wrapper.is-thin.is-bottom {
  bottom: -0.625rem;
}

.stripe-horizontal-wrapper.is-thin.is-top {
  top: -0.625rem;
}

.stripe-horizontal-wrapper.is-top {
  position: absolute;
  left: 0%;
  top: -1.25rem;
  right: 0%;
  bottom: auto;
}

.process_number-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ebebeb;
}

.process_connector {
  width: 3rem;
  height: 1px;
  border-top: 0.125rem dashed #ebebeb;
}

.features4_slide {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.features4_left-arrow {
  left: auto;
  top: -6rem;
  right: 4.5rem;
  bottom: auto;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 0.125rem;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.25rem;
}

.features4_left-arrow:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.features4_left-arrow:active {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.features4_slide-nav {
  display: none;
}

.text-span-primary {
  color: #ff037a;
}

.section-features4.overflow-hidden {
  margin-bottom: 60px;
  background-color: #fffaff;
  font-family: 'Adelle reg', sans-serif;
}

.text-size-xlarge {
  font-size: 1.5rem;
  line-height: 1.4;
}

.features4_icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.25rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-title {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-bottom: 0.125rem none #0385ce;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
}

.features4_right-arrow {
  left: auto;
  top: -6rem;
  right: 0%;
  bottom: auto;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 0.125rem;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.25rem;
}

.features4_right-arrow:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.text-size-small {
  font-size: 0.875rem;
}

.features4_component {
  height: auto;
  margin: 40px auto 20px;
  background-color: transparent;
}

.features_mask {
  overflow: visible;
  max-width: 20rem;
}

.features4_item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  margin-left: 0rem;
  padding: 2rem;
  -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: 0.25rem;
  background-color: #fff;
  box-shadow: 0 0 0.7rem 0 rgba(0, 0, 0, 0.1);
}

.paragraph-49 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
}

.heading-65 {
  font-family: Adelle, sans-serif;
  color: #092457;
  font-weight: 400;
}

.paragraph-50 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 16px;
  font-weight: 400;
}

.icon-6 {
  color: #092457;
}

.icon-7 {
  color: #092457;
}

.box-corner-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 62.5%;
  height: 62.5%;
  background-color: #ff037a;
}

.box-corner-2.is-bottom-box {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 37.5%;
  height: 37.5%;
  background-color: #ffe8ff;
}

.box-corner-2.is-right-box {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 37.5%;
  height: 37.5%;
  background-color: #ffe8ff;
}

.box-corner-2.inner-box {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60%;
  height: 60%;
  background-color: #092457;
}

.primary-button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.primary-button-wrapper:hover {
  background-color: #222bff;
}

.button-arrow-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
  height: 1rem;
  margin-left: 0.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #092457;
}

.text-block-64 {
  margin-left: 1rem;
  padding-left: 0px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 14px;
  text-align: left;
}

.clients1_component {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding: 3rem 2.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}

.clients1_logo {
  max-height: 3rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.subscribe-form1_submit {
  position: absolute;
  left: auto;
  top: 0rem;
  right: 0.5rem;
  bottom: 0rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0.5rem 1.5rem;
  -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: 0.25rem;
  background-color: #0385ce;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0385ce), to(#039be5));
  background-image: linear-gradient(180deg, #0385ce, #039be5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.125rem;
  text-decoration: none;
  text-transform: uppercase;
}

.subscribe-form1_submit:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  text-decoration: none;
}

.subscribe-form1_submit:active {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.header2-image {
  width: 85%;
}

.form-message-success-2 {
  padding: 1.25rem;
  border-radius: 0.25rem;
  background-color: #00a624;
  color: #fff;
  font-size: 0.875rem;
}

.form-message-success-2.is-white {
  background-color: #fff;
  color: #0385ce;
}

.form-message-error-2 {
  margin-top: 0.75rem;
  padding: 0.75rem;
  border-radius: 0.25rem;
  background-color: rgba(207, 0, 0, 0.15);
  font-size: 0.875rem;
}

.form-message-error-2.is-light {
  background-color: rgba(207, 28, 0, 0.16);
}

.text-size-large-2 {
  font-size: 1.25rem;
}

.subscribe-form1_component {
  width: 100%;
  max-width: 24rem;
  margin-bottom: 1rem;
}

.section-title-2 {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-bottom: 0.125rem solid #0385ce;
  background-color: #f0f0f0;
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
}

.page-padding-2 {
  padding-right: 0rem;
  padding-left: 0rem;
}

.layout-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-form1_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: start;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}

.subscribe-form1_input {
  height: 4rem;
  min-width: 20rem;
  margin-bottom: 0rem;
  padding: 0.5rem 8rem 0.5rem 1.25rem;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: #fff;
  border-radius: 0.25rem;
  background-color: #fff;
}

.subscribe-form1_input:focus {
  background-color: #fff;
}

.subscribe-form1_input::-webkit-input-placeholder {
  font-size: 0.9rem;
}

.subscribe-form1_input:-ms-input-placeholder {
  font-size: 0.9rem;
}

.subscribe-form1_input::-ms-input-placeholder {
  font-size: 0.9rem;
}

.subscribe-form1_input::placeholder {
  font-size: 0.9rem;
}

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

.banner-bar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  padding: 8px 3%;
  -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: #092457;
  color: #fff;
}

.div-block-71 {
  margin-right: 10px;
  padding: 6px 15px;
  border-radius: 50px;
  background-color: #fff;
  font-family: webfont, sans-serif;
  color: #092457;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.dropdown-toggle-7 {
  padding-right: 26px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: webfont, sans-serif;
  color: #092457;
  font-weight: 500;
}

.dropdown-toggle-7:hover {
  color: #8c54ff;
}

.navigation-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 3%;
  -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-bottom: 1px solid rgba(68, 85, 103, 0.11);
  background-color: #fff;
}

.navigation-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: webfont, sans-serif;
  color: #092457;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.navigation-link-2:hover {
  color: #8c54ff;
}

.navigation-link-2.w--current {
  color: #99d715;
}

.navigation-wrap-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999999;
  display: none;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.primary-button-wrapper-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.primary-button-wrapper-menu:hover {
  background-color: #222bff;
}

.calendar-icon {
  margin-left: 10px;
}

.process_top-row-directory {
  position: relative;
  margin-bottom: 80px;
}

.directory-section {
  overflow: hidden;
  padding-top: 99px;
  padding-bottom: 99px;
  -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: #303136;
}

.directory-section.is_full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #fffaff;
  color: #fffaff;
}

.paragraph-51 {
  color: #092457;
}

.paragraph-52 {
  color: #092457;
}

.paragraph-53 {
  color: #092457;
}

.card-paragraph {
  color: #092457;
}

.providers_top-row {
  position: relative;
  margin-bottom: 40px;
}

.providers_left-arrow {
  left: auto;
  top: -8.7rem;
  right: 4.5rem;
  bottom: auto;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 0.125rem;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.25rem;
}

.providers_left-arrow:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.providers_left-arrow:active {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.providers_right-arrow {
  left: auto;
  top: -8.7rem;
  right: 0%;
  bottom: auto;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 0.125rem;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.25rem;
}

.providers_right-arrow:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.section-providers.overflow-hidden {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}

.section-providers.overflow-hidden {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}

.heading-66 {
  font-family: 'Adelle reg', sans-serif;
  color: #092457;
  font-weight: 400;
}

.button-18 {
  position: relative;
  display: inline-block;
  padding: 0.75rem 2rem;
  -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: 1.9375rem;
  background-color: #f58a07;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button-18:hover {
  background-color: #ce7305;
}

.button-18.is-inverted-color {
  margin-top: 40px;
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-transition: border 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, color 200ms ease, background-color 200ms ease;
  color: #f58a07;
}

.button-18.is-inverted-color:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #f58a07;
  color: #fff;
}

.section-home-cta {
  margin-top: 0px;
}

.home-cta_content-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem;
  -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-color: rgba(255, 250, 255, 0.65);
  color: #fff;
}

.home-cta_component {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-cta_image {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: none;
  filter: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-64-copy {
  margin-left: 0rem;
  padding-left: 0px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 14px;
  text-align: left;
}

.stripe-vertical-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.25rem;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stripe-vertical-wrapper.is-left-out {
  position: absolute;
  left: -1.25rem;
  top: auto;
  right: auto;
  bottom: 0%;
}

.box-stripe-2 {
  width: 100%;
  height: 100%;
  background-color: #092457;
}

.box-stripe-2.is-light-orange {
  background-color: #66e1e0;
}

.box-stripe-2.is-blue {
  background-color: #ff037a;
}

.company-header_image-wrapper {
  position: relative;
  height: 24rem;
}

.company-header_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-72 {
  position: relative;
  width: 100%;
  height: 100%;
}

.layout4_button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.layout4_rating-text-wrapper {
  padding-left: 0.5rem;
  border-left: 1px solid #dbdbdb;
}

.layout4_rating-icon {
  height: 1.5rem;
  color: #fca121;
}

.layout4_rating-wrapper {
  display: -webkit-box;
  
  display: -ms-flexbox;
  
  margin-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-weight-semibold {
  font-family: webfont, sans-serif;
  color: #092457;
  font-weight: 500;
}

.layout4_rating-icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-67 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 3.7rem;
  line-height: 3.8rem;
  font-weight: 400;
}

.paragraph-54 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 20px;
  font-weight: 400;
}

.heading-68 {
  font-family: 'Adelle reg', sans-serif;
  color: #fff;
  font-weight: 400;
}

.heading-small {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
}

.layout9_content-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.layout9_title-wrapper {
  margin-bottom: 0.5rem;
}

.layout9_tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

.layout9_tab-pane {
  padding-top: 4rem;
}

.layout9_image {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.layout9_number-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f4f0ff;
  color: #7b58cf;
}

.layout9_tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -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-bottom: 0.125rem solid #f4f0ff;
  background-color: transparent;
  color: #2f2a6b;
  text-align: center;
}

.layout9_tab-link.w--current {
  border-bottom-color: #66e1e0;
  background-color: transparent;
  color: #7b58cf;
}

.heading-69 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
}

.text-block-65 {
  font-family: Proximanova, sans-serif;
}

.tabs-titles {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 18px;
}

.paragraph-55 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-56 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 18px;
  font-weight: 400;
}

.text-span-40 {
  font-weight: 600;
}

.testimonial2_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
  padding: 0rem 2rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 0.125rem;
  border-color: #f4f0ff;
  border-radius: 0.5rem;
}

.testimonial2_client-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial2_image {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial2_list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.margin-left.margin-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-weight-semibold-2 {
  margin-left: 0px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 600;
}

.paragraph-57 {
  font-family: Proximanova, sans-serif;
  color: #092457;
}

.testimonial2_client-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-weight-semibold-3 {
  font-weight: 600;
}

.testimonial3_icon-list {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 0.125rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial3_icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.125rem;
  color: #fca121;
}

.text-block-66 {
  margin-left: 10px;
  padding-left: 0px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 12px;
}

.testimonials1_client-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonials1_client-image-wrapper {
  overflow: hidden;
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.testimonials1_client-image {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials1_client-details {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  align-self: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 1rem;
  line-height: 1.5;
  -o-object-fit: fill;
  object-fit: fill;
}

.block-profile-img {
  width: 120px;
  height: 64px;
  margin-right: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-span-41 {
  color: #e80459;
}

.section-testimonials.overflow-hidden {
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #fff;
  font-family: 'Adelle reg', sans-serif;
}

.section-features-1.overflow-hidden {
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #fff;
  font-family: 'Adelle reg', sans-serif;
}

.layout10_item-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.125rem;
  border-color: #f4f0ff;
  border-radius: 0.5rem;
  font-family: Proximanova, sans-serif;
  text-align: center;
  text-decoration: none;
}

.dropdown-footer-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #848f99;
}

.dropdown-footer-link:hover {
  color: #796eff;
}

.label {
  position: absolute;
  display: inline-block;
  margin-left: 4px;
  padding: 2px 5px 1px 6px;
  border-radius: 2px;
  background-color: #796eff;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sidebar-column-bg {
  display: none;
}

.dropdown-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 96px;
}

.dropdown-toggle-text {
  margin-right: 6px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 600;
}

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

.dropdown-footer-full {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 96px;
  z-index: 1;
  opacity: 1;
}

.dropdown-toggle-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 6px 13px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms cubic-bezier(.4, 0, .2, .01);
  transition: color 200ms cubic-bezier(.4, 0, .2, .01);
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 15px;
  font-weight: 600;
}

.dropdown-toggle-8:hover {
  color: #796eff;
}

.dropdown-toggle-8.w--open {
  box-shadow: inset 0 -3px 0 0 #092457;
  color: #796eff;
}

.dropdown-toggle-8.language {
  display: none;
}

.dropdown-toggle-8.button {
  display: none;
}

.dropdown-toggle-8.envelope {
  display: none;
}

.blog-card-content {
  padding-left: 0px;
  font-weight: 700;
}

.dropdown-card {
  position: relative;
  display: block;
  margin-bottom: 36px;
  text-decoration: none;
}

.dropdown-card.is-secondary {
  margin-bottom: 20px;
}

.dropdown-card.has-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.dropdown-column.third {
  position: relative;
  padding-left: 20px;
}

.dropdown-footer-wrapper {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0px;
  border-top: 1px solid #e0e6e8;
  background-color: #fbfdfe;
}

.dropdown-footer-wrapper.tablet {
  display: none;
}

.inline-footer {
  display: inline;
  margin-right: 0.05em;
  margin-left: 0.05em;
  font-weight: 500;
}

.inline-footer.svg {
  position: relative;
  top: 3px;
  line-height: 0px;
}

.dropdown-sidebar-bg {
  position: absolute;
  left: 706px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  border-left: 1px solid #e0e6e8;
  background-color: #f6f8f9;
}

.footer-divider {
  margin-right: 24px;
  margin-left: 24px;
}

.reset-line-height {
  line-height: 0px;
}

.caret {
  font-weight: 300;
}

.blog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #edf1f2;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
}

.blog-card:hover {
  box-shadow: 4px 0 8px 0 rgba(36, 50, 66, 0.08);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.blog-card.third {
  display: none;
}

.footer-copy-link {
  color: #796eff;
}

.brand-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand-3.responsive {
  display: none;
}

.blog-card-link {
  position: static;
  left: 12px;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #646f79;
}

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

.navbar-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
  font-size: 12px;
}

.dropdown-column-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e6e8;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-card-title {
  font-size: 16px;
  line-height: 20px;
}

.dropdown-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-1214 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.dropdown-card-bg {
  position: absolute;
  left: -16px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  border-radius: 3px;
  opacity: 0;
}

.dropdown-card-bg.orange {
  background-color: rgba(249, 220, 0, 0.15);
}

.dropdown-card-bg.white {
  border-style: solid;
  border-width: 1px;
  border-color: #edf1f2;
  background-color: #fff;
}

.dropdown-card-bg.is-green {
  background-color: #e2fffa;
}

.dropdown-card-bg.purple {
  background-color: #f0f0ff;
  text-decoration: none;
}

.dropdown-card-bg.is-yellow {
  background-color: #fffede;
}

.dropdown-card-bg.is-blue {
  background-color: #edf8ff;
}

.dropdown-card-bg.is-red {
  background-color: #ffedef;
}

.dropdown-list-body {
  position: relative;
  z-index: 3;
}

.dropdown-bg-full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  box-shadow: 35px 35px 50px 0 rgba(36, 50, 66, 0.15);
}

.dropdown-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 75px;
  -ms-grid-columns: 180px 410px 240px;
  grid-template-columns: 180px 410px 240px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-grid.resources {
  -ms-grid-columns: 180px 410px 240px;
  grid-template-columns: 180px 410px 240px;
}

.nav-sales-icon {
  display: block;
}

.nav-button {
  padding: 8px 16px;
  border-radius: 3px;
  background-color: #273240;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #fff;
}

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

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

.dropdown-card-content {
  position: relative;
  text-decoration: none;
}

.nav-sales-text {
  display: none;
}

.dropdown-inner-shadow {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 100%;
  z-index: 4;
  height: 56px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 50, 66, 0.08)), color-stop(15%, transparent));
  background-image: linear-gradient(180deg, rgba(36, 50, 66, 0.08), transparent 15%);
  box-shadow: 0 3px 12px 0 rgba(36, 50, 66, 0.08);
}

.blog-card-label {
  margin-top: 4px;
  margin-bottom: 4px;
  color: #9ca6af;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbar-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.dropdown-overflow {
  overflow: auto;
  padding-top: 40px;
}

.dropdown-footer-copy {
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.blog-card-image {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #edf1f2;
  -o-object-fit: cover;
  object-fit: cover;
}

.dropdown-list-7 {
  position: fixed;
  left: 0%;
  top: 56px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 142px;
  background-color: transparent;
  font-size: 13px;
}

.dropdown-card-icon {
  position: relative;
  display: block;
  width: 32px;
  margin-top: 2px;
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  line-height: 0px;
}

.dropdown-card-icon.arrow {
  margin-right: 0px;
  margin-left: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-flex-basis: 14px;
  -ms-flex-preferred-size: 14px;
  flex-basis: 14px;
  opacity: 0.5;
}

.dropdown-card-icon.is_-secondary {
  margin-top: 0px;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  font-weight: 500;
}

.dropdown-card-text {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.dropdown-card-title {
  margin-bottom: 8px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 15px;
  font-weight: 700;
}

.dropdown-card-title.not-margin {
  margin-top: 2px;
  margin-bottom: 0px;
}

.dropdown-card-title.is-secondary {
  margin-top: 2px;
  margin-bottom: 0px;
  line-height: 19px;
}

.navbar-3 {
  position: relative;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(36, 50, 66, 0.08);
}

.divider-3 {
  width: 1px;
  height: 28px;
  background-color: #e0e6e8;
}

.svg-defs-01 {
  display: none;
}

.image-58 {
  position: relative;
  display: block;
  width: 32px;
  margin-top: 2px;
  margin-right: 12px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
}

.image-58-copy {
  position: relative;
  display: block;
  width: 32px;
  margin-top: 2px;
  margin-right: 12px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
}

.layout16_component {
  display: -ms-grid;
  display: grid;
  padding: 4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 3.5rem;
  grid-row-gap: 2.5rem;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #0b0b1f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), color-stop(21%, #f5f5f5), color-stop(48%, #fafafa), to(#d4d4d4));
  background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5 21%, #fafafa 48%, #d4d4d4);
  color: #fff;
}

.max-width-medium {
  max-width: 48rem;
}

.button-white {
  padding: 0.75rem 2rem;
  background-color: #fff;
  -webkit-transition: color 250ms ease, background-color 250ms ease;
  transition: color 250ms ease, background-color 250ms ease;
  color: #0b0b1f;
  font-weight: 600;
}

.button-white:hover {
  background-color: #302dd7;
  color: #fff;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

.text-size-medium-2.text-weight-bold {
  font-family: Proximanova, sans-serif;
  color: #fff;
}

.button-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-top: 19px;
  padding-right: 30px;
  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-radius: 30px;
  background-color: #ff0080;
  box-shadow: 1px 1px 3px 0 #6d6d6d;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
   -moz-transition: background-color 200ms ease, color 200ms ease;
   -o-transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.button-19:hover {
  box-shadow: 0 0 10px 5px hsla(0, 0%, 56.7%, 0.13);
}

.green-button-text {
  width: 100%;
  font-family: Proximanova, sans-serif;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-decoration: none;
}

.text-block-67 {
  width: 100%;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-decoration: none;
}

.menu-button-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-top:19px;
  padding-right: 30px;
  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-radius: 20px;
  background-color: #ff0080;
  box-shadow: 0 1px 3px 0 hsla(0, 0%, 70.7%, 0.5), 0 0 0 0 rgba(180, 38, 38, 0.2);
  -webkit-transition: box-shadow 200ms cubic-bezier(.23, 1, .32, 1);
  transition: box-shadow 200ms cubic-bezier(.23, 1, .32, 1);
  color: #fff;
  text-decoration: none;
}

.menu-button-right:hover {
  box-shadow: 0 0 10px 5px hsla(0, 0%, 56.7%, 0.13);
}

.heading-70 {
  color: #fff;
}

.banner-image {
  width: 500px;
}

.services-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.125rem;
  border-color: #f4f0ff;
  border-radius: 0.5rem;
  text-align: center;
}

.services-skinny-component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.services-skinny-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.125rem;
  border-color: #f4f0ff;
  border-radius: 0.5rem;
  text-align: center;
}

.footer2_social-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: #e9f0f1;
}

.social-icon {
  width: 1rem;
  line-height: 0;
}

.footer2_grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  -ms-grid-columns: -webkit-max-content auto auto auto;
  -ms-grid-columns: max-content auto auto auto;
  grid-template-columns: -webkit-max-content auto auto auto;
  grid-template-columns: max-content auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer2_component {
  background-color: #061e4b;
}

.footer2_bottom-text-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #ff037a;
  text-decoration: none;
}

.footer2_bottom-text-link:hover {
  color: #302dd7;
}

.page-padding-3 {
  margin-top: 0px;
  padding-top: 40px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.footer2_link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Proximanova, sans-serif;
  color: #fff;
}

.footer2_link:hover {
  color: #ff037a;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e9f0f1;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #0b0b1f;
}

.social-link:hover {
  color: #302dd7;
}

.footer2_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 600;
}

.footer2_logo-link {
  font-size: 50px;
  line-height: 50px;
}

.footer2_text {
  padding-top: 20px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-weight: 400;
}

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

.footer2_bottom-text {
  font-family: Proximanova, sans-serif;
  color: #fff;
}

.footer2_title {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.footer2_bottom {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer2_logo {
  max-height: 1.5rem;
  line-height: 50px;
}

.footer2_info {
  max-width: 22.5rem;
  margin-right: 2.5rem;
}

.text-block-68 {
  margin-top: 20px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.providers_left-arrow-2 {
  left: auto;
  top: -8.7rem;
  right: 4.5rem;
  bottom: auto;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 0.125rem;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.25rem;
}

.providers_left-arrow-2:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.providers_left-arrow-2:active {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.heading-large-2 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: 400;
}

.provider-location-2 {
  position: static;
  top: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-span-42 {
  font-family: Flink, sans-serif;
  color: #092457;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: -1px;
}

.text-block-69 {
  margin-bottom: 0px;
  font-family: Proximanova, sans-serif;
  color: #f7f7f7;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
}

.provider-name-2 {
  position: static;
  top: -13px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: webfont, sans-serif;
  color: #092457;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: default;
}

.paragraph-58 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
}

.image-59 {
  position: relative;
  left: auto;
  top: -19%;
  right: auto;
  bottom: 0px;
  width: 150px;
  height: 150px;
  margin-top: 0px;
  border-style: solid;
  border-width: 4px;
  border-color: #d8d8d8;
  border-radius: 50%;
}

.image-stem-cell {
  position: static;
  left: 0%;
  top: 15%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}


.icon-8 {
  color: #092457;
}

.text-block-70 {
  padding-left: 5px;
  font-family: Proximanova, sans-serif;
  color: #ff037a;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.card__card-2-copy-2 {
  position: static;
  display: block;
  overflow: visible;
  width: 290px;
  height: 350px;
  padding: 16px;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.providers_right-arrow-2 {
  left: auto;
  top: -8.7rem;
  right: 0%;
  bottom: auto;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 0.125rem;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.25rem;
}

.providers_right-arrow-2:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.specialty-4 {
  position: static;
  top: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  clear: left;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-span-43 {
  color: #092457;
  font-size: 10px;
  line-height: 18px;
  font-weight: 400;
}

.vitality-card-1 {
  width: 290px;
  max-width: none;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.51);
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px) perspective(1200px);
  transform: perspective(1200px) perspective(1200px);
  color: #333;
  text-decoration: none;
}

.nad-card {
  max-width: 290px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.51);
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px) perspective(1200px);
  transform: perspective(1200px) perspective(1200px);
  color: #333;
  text-decoration: none;
}

.product-slider-mask {
  overflow: visible;
  max-width: 20rem;
}

.products-slide {
  position: relative;
  text-align: center;
}

.product-component {
  overflow: visible;
  height: auto;
  margin: 40px auto 20px;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.product-slide {
  overflow: visible;
  text-align: center;
}

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

.layout5_component {
  height: 100vh;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header5_content {
  max-width: 37.5rem;
}

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

.page-padding-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;    
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.layout5_image {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.button-20 {
  padding: 0.75rem 2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #302dd7;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  font-weight: 600;
}

.button-20:hover {
  background-color: #211fb9;
  color: #fff;
}

.button-21 {
  margin-top: 20px;
  padding: 0.75rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0.125rem;
  border-color: #092457;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: border-color 100ms ease, background-color 100ms ease;
  transition: border-color 100ms ease, background-color 100ms ease;
  color: #092457;
  font-weight: 600;
  text-align: center;
}

.button-21:hover {
  border-color: #5935b2;
  background-color: #160230;
  color: #fff;
}

.add-to-cart-button {
  padding: 0.75rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0.125rem;
  border-color: #092457;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: border-color 100ms ease, background-color 100ms ease;
  transition: border-color 100ms ease, background-color 100ms ease;
  color: #092457;
  font-weight: 600;
  text-align: center;
}

.add-to-cart-button:hover {
  border-color: #5935b2;
  background-color: #160230;
  color: #fff;
}

.bake72__price-2 {
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

.bake72__button-copy-copy-2 {
  overflow: visible;
  margin-top: 20px;
  margin-right: -25px;
  margin-left: -25px;
  padding: 12px 30px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ff037a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.bake72__button-copy-copy-2:hover {
  overflow: visible;
  background-color: #e6006c;
}

.bake72__title-2 {
  margin-top: 0px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 26px;
  line-height: 22px;
  font-weight: 400;
}

.bake72__summary-2 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
}

.bake72__button-copy-2 {
  overflow: visible;
  margin-top: 20px;
  margin-right: -25px;
  margin-left: -25px;
  padding: 12px 30px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ff037a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.bake72__button-copy-2:hover {
  overflow: visible;
  background-color: #e6006c;
}

.product-detail-quantity-2 {
  margin-left: 8px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 30px;
  line-height: 36px;
}

.heading-71 {
  margin-top: 0px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 700;
}

.nad-image {
  min-height: 220px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  border-radius: 3px;
  background-image: url('../images/22042020---Bags---Cloud-Clinic_-nad-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate3d(0px, 0px, 20px);
  transform: translate3d(0px, 0px, 20px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nad-card- {
  width: 290px;
  max-width: none;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.51);
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px) perspective(1200px);
  transform: perspective(1200px) perspective(1200px);
  color: #333;
  text-decoration: none;
}

.immunity-card {
  width: 290px;
  max-width: none;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.51);
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(1200px) perspective(1200px);
  transform: perspective(1200px) perspective(1200px);
  color: #333;
  text-decoration: none;
}

.vitality-image-1 {
  min-height: 220px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  border-radius: 3px;
  background-image: url('../images/22042020---Bags---Cloud-Clinic_-vitality-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate3d(0px, 0px, 20px);
  transform: translate3d(0px, 0px, 20px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.column-7 {
  padding-left: 20px;
}

.heading-72 {
  font-family: Proximanova, sans-serif;
  color: #092357;
  font-weight: 400;
}

.paragraph-59 {
  font-family: Proximanova, sans-serif;
  color: #092357;
  font-weight: 400;
}

.image-61 {
  position: relative;
}

.subheading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  color: #000;
  font-weight: 600;
}

.grid-item_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profile-header {
  position: fixed;
  left: 0%;
  top: 64px;
  right: 0%;
  bottom: auto;
  z-index: 100;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f5f5f5;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.05);
  font-family: Flink, sans-serif;
}

.grid-item_thumb {
  width: 56px;
  height: 56px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.fixed-header_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 8px 4px;
  -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;
}

.button-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  margin-left: 4px;
  padding: 8px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #666;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Flink, sans-serif;
  color: #0073b1;
}

.button-22:hover {
  border-color: #333;
  background-color: #eee;
  text-decoration: none;
}

.button-22.state--preferred {
  border-color: transparent;
  border-radius: 20px;
  background-color: #02cae1;
  box-shadow: 0 1px 3px 0 #000;
  color: #fff;
}

.button-22.state--preferred:hover {
  background-color: #00527e;
}

.text-span-44 {
  color: #494949;
}

.profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 24px;
}

.profile_button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.font-size--s {
  font-family: Flink, sans-serif;
  color: #666;
  font-weight: 500;
}

.container-1215 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1366px;
  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;
}

.font-size--xs {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.user_photo {
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: #5c6e7c;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.05);
}

.experience_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.experience_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.profile_banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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;
  background-color: rgba(2, 202, 225, 0.05);
}

.user_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 24px;
  padding-bottom: 16px;
}

.col-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 16px 8px 24px 16px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.profile_col-sub {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-right: 8px;
  padding-left: 8px;
  -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;
}

.text-block-71 {
  font-family: Flink, sans-serif;
}

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

.profile_col-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-body {
  min-width: 1100px;
  margin-top: 64px;
}

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

.card-4 {
  width: 100%;
  margin-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.05);
}

.subtext {
  color: #9b9797;
}

.card_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -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;
  font-family: Flink, sans-serif;
  font-weight: 400;
}

.font-size--m {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.font-size--xl {
  font-family: Flink, sans-serif;
  color: #494949;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.profile_photo {
  position: absolute;
  left: 24px;
  top: auto;
  right: auto;
  bottom: -64px;
  overflow: hidden;
  width: 160px;
  height: 160px;
  border: 4px solid #fff;
  border-radius: 100%;
  background-color: #5c6e7c;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.05);
}

.image-62 {
  background-color: #fff;
}

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

.profile_list-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.user_name {
  font-family: Flink, sans-serif;
  color: #333;
}

.profile_info-dot {
  position: absolute;
  left: 0%;
  right: auto;
  bottom: 25%;
  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;
}

.profile_info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  padding-left: 16px;
  -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;
}

.profile_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-73 {
  color: #092457;
}

.menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ffffff;
  font-weight: 500;
}

.dropdown-card-title-2 {
  margin-bottom: 8px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 15px;
  font-weight: 700;
}

.dropdown-card-title-2.not-margin {
  margin-top: 2px;
  margin-bottom: 0px;
}

.dropdown-card-title-2.is-secondary {
  margin-top: 2px;
  margin-bottom: 0px;
  line-height: 19px;
}

.dropdown-toggle-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0px 13px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms cubic-bezier(.4, 0, .2, .01);
  transition: color 200ms cubic-bezier(.4, 0, .2, .01);
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 15px;
  letter-spacing:.3px;
  font-weight: 600;
}

.dropdown-toggle-9:hover {
  color: #ff037a;
}

.dropdown-toggle-9.w--open {
  box-shadow: inset 0 -3px 0 0 #092457;
  color: #796eff;
}

.dropdown-toggle-9.button {
  display: none;
}

.dropdown-toggle-9.envelope {
  display: none;
}

.dropdown-toggle-9.language {
  display: none;
}

.dropdown-card-text-2 {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.dropdown-column-title-2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e6e8;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-toggle-text-2 {
  margin-right: 6px;
  font-family: Proximanova, sans-serif;
  color: #15113b;
}

.dropdown-toggle-text-2-1 {
  margin-right: 6px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 600;
}

.navbar-4 {
  position: relative;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(36, 50, 66, 0.08);
}

.image-64 {
  width: 2rem;
}



.text_link-copy {
  position: relative;
  left: auto;
  top: 25px;
  padding-top: 0px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Proximanova, sans-serif;
  color: #ff037a;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-decoration: none;
}

.text_link-copy:hover {
  padding-left: 5px;
  color: #15113b;
  font-weight: 700;
}

.text_link-copy._12px {
  color: #15113b;
  font-size: 12px;
}

.text_link-copy._12px.green-text {
  padding-top: 2px;
  color: #09d5b0;
  font-weight: 400;
}

.text_link-copy.left-padding {
  padding-left: 30px;
  color: #09d5b0;
  font-size: 14px;
  font-weight: 400;
}

.text_link-copy.livestream_cta {
  padding-top: 30px;
  color: #fff;
}

.home-remote_image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -webkit-filter: none;
  filter: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.button-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-top: 19px;
  padding-right: 30px;
  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-radius: 20px;
  background-color: #f7f7f7;
  box-shadow: 0 1px 3px 0 hsla(0, 0%, 70.7%, 0.5), 0 0 0 0 rgba(180, 38, 38, 0.2);
  -webkit-transition: box-shadow 200ms cubic-bezier(.23, 1, .32, 1);
  transition: box-shadow 200ms cubic-bezier(.23, 1, .32, 1);
  color: #fff;
  text-decoration: none;
}

.button-23:hover {
  box-shadow: 0 0 10px 5px hsla(0, 0%, 56.7%, 0.13);
}

@media screen and (min-width: 1280px) {
  .section {
    background-color: #fff;
  }

  .container-1208 {
    margin-top: 60px;
  }

  .illustration._4 {
    top: 76px;
    z-index: 0;
    height: 94%;
    max-width: 90%;
    margin-top: 60px;
  }

  .heading-35 {
    font-size: 74px;
    line-height: 78px;
  }

  .bake72__title {
    text-align: center;
  }

  .bake72__image {
    background-image: url('../images/nad1000.png');
  }

  .vitality-card {
    width: 290px;
  }

  .vitality-image {
    background-image: url('../images/hydrate-iv-1000-p-500.png');
  }

  .immunity-image {
    background-image: url('../images/immunity-2-1000.png');
  }

  .padding-vertical-2.padding-xlarge {
    overflow: hidden;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .features4_component {
    padding-left: 0px;
  }

  .banner-bar-2 {
    position: relative;
  }

  .providers_right-arrow {
    padding-right: 5px;
  }

  .dropdown-toggle-8.language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown-toggle-8.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .dropdown-toggle-8.envelope {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown-sidebar-bg {
    left: 862px;
  }

  .blog-card.third {
    display: none;
  }

  .container-1214 {
    padding-right: 64px;
    padding-left: 64px;
  }

  .dropdown-grid {
    -ms-grid-columns: 200px 516px 300px;
    grid-template-columns: 200px 516px 300px;
  }

  .dropdown-grid.resources {
    -ms-grid-columns: 200px 516px 360px;
    grid-template-columns: 200px 516px 360px;
  }

  .blog-card-image {
    height: 145px;
  }

  .green-button-text {
    color: #fff;
  }

  .menu-button-right {
    margin-top: 0px;
    background-color: #ff0080;
  box-shadow: 1px 1px 3px 0 #6d6d6d;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
   -moz-transition: background-color 200ms ease, color 200ms ease;
   -o-transition: background-color 200ms ease, color 200ms ease;
   color: white;
  }

  .providers_right-arrow-2 {
    padding-right: 5px;
  }

  .vitality-card-1 {
    width: 290px;
  }

  .product-component {
    overflow: hidden;
    padding-left: 0px;
  }

  .nad-card- {
    width: 290px;
  }

  .immunity-card {
    width: 290px;
  }

  .dropdown-toggle-9.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .dropdown-toggle-9.envelope {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown-toggle-9.language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .paragraph-25 {
    font-size: 1.4rem;
  }

  .titre-card-step {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .text-card-step {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .hero_illustration {
    width: 100%;
  }

  .container-1208.large.absolute {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .illustration {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: 750px;
  }

  .illustration._4 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -11%;
    width: auto;
    height: 600px;
    max-height: 850px;
    max-width: none;
  }

  .hero_text-wrap {
    max-width: 560px;
  }

  .section-14.hero {
    background-color: #fffaff;
    background-position: 50% 0%;
  }

  .heading-35 {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 850px;
    font-size: 74px;
    line-height: 84px;
  }

  .tick-headings {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .grid-12 {
    width: 100%;
  }

  .home-cta_image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .blog-card-content {
    position: relative;
    padding-bottom: 24px;
    padding-left: 12px;
  }

  .dropdown-sidebar-bg {
    left: 50%;
    -webkit-transform: translate(144px, 0px);
    -ms-transform: translate(144px, 0px);
    transform: translate(144px, 0px);
  }

  .blog-card {
    height: 145px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .blog-card.third {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .blog-card-link {
    position: absolute;
  }

  .dropdown-grid.resources {
    -ms-grid-columns: 200px 516px 1fr;
    grid-template-columns: 200px 516px 1fr;
  }

  .nav-sales-icon {
    display: none;
  }

  .nav-sales-text {
    display: block;
  }

  .blog-card-image {
    width: 165px;
    height: auto;
  }

  .home-remote_image {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (min-width: 1920px) {
  .illustration._4 {
    top: 40%;
    width: 90%;
    height: 600px;
    margin-top: 0px;
  }

  .swiper {
    margin-bottom: 8em;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding: 50px 5% 65px;
  }

  .section.hero_section_l1 {
    height: auto;
    padding-top: 91px;
    padding-bottom: 60px;
  }

  .section.no_top_bottom_padding.add_bottom_padding {
    padding-bottom: 65px;
  }

  .section.hero_section_l2 {
    height: auto;
    max-height: none;
    padding-top: 100px;
  }

  .section.yellow_bg.no_side_padding {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.feat_shop_section {
    height: 450px;
  }

  .section.shop_by_cat_section {
    top: 62px;
    padding-top: 14px;
    padding-bottom: 34px;
  }

  .section.product_section {
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
  }

  .section.v4_hero {
    height: auto;
    max-height: none;
    padding-top: 70px;
  }

  .section.v4_section-2 {
    padding-top: 100px;
  }

  .section.v5_hero {
    height: auto;
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
    background-image: url('../images/austin-distel-wD1LRb9OeEo-unsplash-1-1.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-attachment: fixed;
  }

  .section.with-curves {
    padding-top: 110px;
    padding-bottom: 130px;
  }

  .section.grey-gradient-bg {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .section.pricing-2-hero {
    padding-top: 100px;
  }

  .section.jobs_section {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .section.grey-bg {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .section.faq-section {
    padding-top: 70px;
  }

  .section.pricing-v1 {
    padding-top: 92px;
  }

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

  .section.career-section {
    padding-top: 70px;
  }

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

  .section.about-v1-section {
    height: auto;
    max-height: none;
    padding-top: 90px;
  }

  .section.documentation-hero {
    height: auto;
    padding-top: 100px;
  }

  .section.terms-section {
    padding-top: 70px;
  }

  .section.integrations-hero {
    padding-top: 50px;
    padding-right: 4%;
    padding-left: 4%;
  }

  .section.integrations-section {
    padding-top: 92px;
  }

  .section.l1_section2 {
    padding-top: 90px;
  }

  .section.blog_hero {
    padding-bottom: 0px;
  }

  .section.style_guide {
    padding-top: 70px;
  }

  .section.contact-v1-section {
    padding-top: 65px;
  }

  .section.intro_hero {
    height: auto;
    max-height: 1030px;
    min-height: 1024px;
    padding-top: 13%;
    padding-bottom: 30px;
  }

  .section.shop_v2 {
    padding-top: 80px;
    background-color: #f7f7f7;
  }

  .section.blog-template {
    padding-top: 65px;
  }

  .section.components {
    overflow: visible;
    padding-top: 70px;
  }

  .section.instructions {
    padding-top: 70px;
  }

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

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

  .content_contain._55_percent_width {
    width: 100%;
  }

  .content_contain.align_centered.left_padding {
    padding-left: 0px;
  }

  .l1_hero_image {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 10%;
    width: 28%;
    max-width: 50%;
    margin-right: 30px;
    margin-bottom: -149px;
    margin-left: 0%;
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .logo_wrap._25_percent_wrap {
    width: 33.33%;
    margin-bottom: 24px;
  }

  .logo_wrap._20_percent_wrap {
    width: 33.33%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .outlined_button {
    display: inline-block;
  }

  .outlined_button.dark_outline {
    display: none;
  }

  .outlined_button.mobile_login {
    margin-top: 0px;
    padding-top: 10px;
  }

  .outlined_button.on_dark_bg_navbar {
    display: none;
  }

  ._2_col_grid.three_rows {
    margin-bottom: 0px;
  }

  ._2_col_grid.reverse_wrap_on_mobile {
    margin-bottom: 0px;
  }

  ._2_col_grid.with_side_padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._2_col_grid.product_grid {
    padding-top: 72px;
  }

  ._2_col_grid.v4_hero_grid {
    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;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }

  ._2_col_grid.contact-v1 {
    padding-top: 0px;
    grid-column-gap: 30px;
  }

  ._2_col_grid.contact-v2 {
    margin-bottom: 24px;
  }

  ._2_col_grid.pricing-break-down-grid {
    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;
  }

  ._2_col_grid.careers-hero {
    grid-column-gap: 10px;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }

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

  ._2_col_grid.media-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._2_col_grid.blog_hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._2_col_grid.with-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }

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

  ._2_col_grid.mega_nav_links {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._2_col_grid.flex-on-tablet-and-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .text_link.left-padding {
    padding-left: 0px;
  }

  .max_300px {
    max-width: none;
  }

  .footer_title.white_text {
    border-bottom-color: #fff;
  }

  .footer_buttons_contain {
    width: 360px;
    margin-left: 12px;
  }

  .footer_cta_wrap {
    width: 100%;
  }

  .h3 {
    text-decoration: none;
  }

  .fill_space_image {
    display: none;
  }

  .image_contain {
    padding-right: 65px;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 3%;
    -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;
  }

  .nav-container {
    width: 100%;
    max-height: 65px;
    max-width: 100%;
    min-height: 65px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .brand {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .h1.meet-our-team-h1 {
    font-size: 80px;
    line-height: 90px;
  }

  .sub_heading_large.top_padding_20px {
    padding-top: 20px;
  }

  .sub_heading_large.top_padding_20px {
    padding-top: 20px;
  }

  .email-form-block {
    width: 70%;
  }

  .email-form-block._100_percent {
    min-width: auto;
    padding-top: 18px;
  }

  ._3_col_grid.with_side_padding {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  ._3_col_grid.blog-post-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tick {
    margin-right: 4px;
    margin-left: 4px;
    font-size: 14px;
  }

  .logo_contain {
    margin-bottom: 20px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo_contain.no_top_padding {
    margin-bottom: 40px;
  }

  .cta_block {
    overflow: hidden;
    padding: 25px;
  }

  .divider._150px {
    height: 100px;
  }

  .login-logo-image {
    margin-bottom: 7px;
  }

  .log_in_side {
    width: 50%;
    padding-right: 5%;
    padding-left: 5%;
  }

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

  .product-link {
    opacity: 0.4;
  }

  .shop-collection-list.shop-col-list-v2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .shop-collection-list-wrapper.shop-v2 {
    padding-top: 12px;
  }

  .shop-collection-item {
    height: 400px;
  }

  .category_link.shop-v2-category-link {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .icon_stacked_wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon_perk {
    text-align: center;
  }

  .product_description_contain {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .card_stack {
    width: 280px;
    height: 250px;
  }

  .stacked_cards_background_contrast {
    width: 350px;
    height: 350px;
  }

  .stacked_cards_background_contrast.teal_bg {
    left: -31px;
    width: 300px;
    height: 300px;
  }

  .image-26 {
    top: -2%;
    bottom: -67px;
  }

  .dashboard {
    max-width: none;
    margin-top: 5%;
  }

  .quote-card-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    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;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .quote-card-image-wrap {
    top: 39px;
    min-height: 400px;
    margin-right: -18px;
    margin-bottom: 36px;
    margin-left: 44px;
    background-position: 50% 20%;
  }

  .quote-card-image.bottom-image {
    left: -3%;
    bottom: -7%;
    display: none;
  }

  .video-lightbox-image.careers-lightbox {
    background-position: 30% 50%;
  }

  .yellow-box {
    height: auto;
  }

  .show-title-and-short-bio {
    padding: 16px;
  }

  .leadership-team-col-1 {
    width: 100%;
    padding-right: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .dark-blue-block {
    height: auto;
    margin-top: 0px;
  }

  .meet-our-team-wrap {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 20px;
  }

  .name {
    font-size: 14px;
  }

  .rest-of-team-wrap {
    width: 33.33%;
    height: 250px;
    min-height: auto;
  }

  .pulse-wrap {
    width: auto;
    height: auto;
    margin-bottom: 26px;
    margin-left: -94px;
  }

  .meet-our-team-blob {
    height: auto;
    max-width: 52%;
    min-height: auto;
    min-width: auto;
  }

  .photo-wrapper._600px_height {
    height: 450px;
  }

  .photo-col-3 {
    padding-left: 10px;
    grid-row-gap: 20px;
    -ms-grid-rows: 425px 100px;
    grid-template-rows: 425px 100px;
  }

  .rest-of-team-hover-overlay {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding: 18px 24px;
    background-color: rgba(21, 17, 59, 0.9);
  }

  .leadership-team-col-2 {
    width: 100%;
    margin-top: 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 392px;
    grid-template-rows: 392px;
  }

  .whole-team-grid {
    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;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .slant {
    top: -20%;
    height: 60px;
  }

  .leadership-wrap.col-3-row-2 {
    height: auto;
  }

  .leadership-wrap.col-3-row-1 {
    height: auto;
  }

  .leadership-wrap.col-1-row-2 {
    height: auto;
  }

  .leadership-wrap.col-2-row-1 {
    height: auto;
  }

  .leadership-team-col-3 {
    width: 100%;
    padding-top: 30px;
    padding-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 406px;
    grid-template-rows: 406px;
  }

  .staggered-grid-photos-wrapper {
    padding-right: 3%;
    padding-left: 3%;
  }

  .leadership-team-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .photo-col-2 {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    grid-row-gap: 20px;
    -ms-grid-rows: 250px 250px;
    grid-template-rows: 250px 250px;
  }

  .department {
    padding-top: 0px;
    font-size: 14px;
  }

  .photo-col-1 {
    margin-top: 100px;
    padding-right: 10px;
    -ms-grid-rows: 450px;
    grid-template-rows: 450px;
  }

  .contact-content {
    width: 100%;
    margin-top: 0%;
    padding-right: 0px;
  }

  .contact_image {
    right: 0px;
    width: 100%;
    max-width: none;
    margin-top: 0px;
  }

  .h2_wrapper {
    padding-bottom: 10px;
  }

  .contact-form-v1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .field-checkbox {
    width: 45%;
    margin-right: 5%;
  }

  .form-checkbox-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .coming-soon-content-wrapper {
    padding-top: 20px;
  }

  .priving-v2-tabs-content {
    padding-top: 24px;
  }

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

  .pricing-2-table-wrap.mobile-table-wrap {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-choice-contain {
    margin-top: 30px;
  }

  .pricing-choice-contain.most-popular-choice {
    position: relative;
  }

  .pricing-choice-contain.on-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
    border-left-style: none;
  }

  .pricing-choice-contain.on-mobile.last {
    border-bottom-style: none;
  }

  .pricing-sub-title {
    padding-top: 0px;
  }

  .most-popular-div {
    margin-top: 0px;
  }

  .core-products-contain.on-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 2px solid hsla(0, 0%, 84.7%, 0.2);
    border-bottom: 2px solid hsla(0, 0%, 84.7%, 0.2);
  }

  .core-product-wrapper.on-mobile {
    width: 25%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .core-product-icon-wrapper {
    margin-bottom: 10px;
  }

  .pricing-break-down-table-wrap {
    display: none;
  }

  .pricing-break-down-table {
    width: 95%;
    padding-top: 54px;
  }

  .premium-wrap {
    margin-top: 20px;
    margin-left: 14px;
  }

  .job_link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pricing_card {
    width: 220px;
    height: auto;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .pricing_cards_wrapper {
    overflow: hidden;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .faq-col-left {
    width: 100%;
    padding-right: 0px;
  }

  .faq {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .line-break.grey {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .faq-col-right {
    width: 100%;
    padding-left: 0px;
  }

  .faq-main-wrap {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .faqs_wrap {
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .job_heading_wrap {
    padding-bottom: 20px;
  }

  .job_type_text {
    font-size: 16px;
  }

  .upload-file-placeholder {
    padding-top: 20px;
  }

  .upload-file-note {
    line-height: 24px;
    font-weight: 400;
  }

  .pointer {
    left: 40%;
  }

  .service_card_tab {
    margin-left: 5px;
    padding: 20px;
  }

  .service_card_tab.w--current {
    margin-left: 5px;
    padding: 20px;
  }

  .tabs_card_description.on_mobile {
    display: none;
  }

  .whats_included {
    padding: 40px 3% 25px;
  }

  .services_tabs_menu {
    padding-right: 0%;
    padding-left: 0%;
  }

  .shop-v2-card {
    padding: 0px 30px 20px;
  }

  .shop-v2-card.categories-navbar-v2 {
    top: 60px;
    z-index: 2;
    height: auto;
    margin-bottom: 10px;
    padding: 14px 14px 20px;
  }

  .category-collection-item-product-categories {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .search.integrations-search {
    margin-bottom: 31px;
  }

  .documentations {
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }

  .documentations-link.card-doc-link {
    padding: 50px;
  }

  .breadcrumbs {
    margin-bottom: 20px;
  }

  .news-card {
    min-height: 200px;
  }

  .news-card.news-card-2 {
    min-height: 200px;
  }

  .collection-list-featured-integrations {
    grid-column-gap: 1vw;
  }

  .integration-feat-card {
    min-height: 425px;
  }

  .feature-integrations-collection-wrapper {
    bottom: -60px;
  }

  .integration-block {
    min-height: 200px;
    margin-bottom: 20px;
  }

  .feature-post-image {
    height: 450px;
  }

  .feat_blog_content_display {
    max-width: 90%;
    margin-bottom: -30px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .blog_h_wrap {
    max-width: none;
    min-width: 400px;
  }

  .services_h {
    text-align: center;
  }

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

  .blog_h_and_image {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .category_collection {
    margin-bottom: 40px;
  }

  .blog_image_wrap {
    height: 300px;
  }

  .livestream_link {
    height: 250px;
    margin-bottom: 40px;
  }

  .blog_posts {
    padding-top: 40px;
  }

  .blog_info_nav {
    position: static;
    top: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #f7f7f7;
  }

  .blog_info_nav.author {
    display: none;
  }

  .blog_post_content {
    padding-top: 16px;
  }

  .blog_social_media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 24px;
    -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: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .facebook {
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .blog_date {
    margin-top: 0px;
    padding-left: 0px;
  }

  .blog_card_collection_item {
    width: 50%;
    margin-right: 0px;
  }

  .blog_card_collection_item.on_author_template {
    width: 100%;
  }

  .blog_card_collection_item._33_percent {
    width: 100%;
    margin-bottom: 20px;
  }

  .pop_up_contain {
    width: 60%;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .newsletter-title-contain {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pop_up {
    height: auto;
    min-width: auto;
    padding: 20px 22px;
    -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;
  }

  .author_content_contain {
    padding-top: 20px;
  }

  .sticky_nav {
    padding-top: 30px;
    padding-left: 20px;
  }

  .sticky_nav.left {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 10;
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
    background-color: #f7f7f7;
    text-align: center;
  }

  .component_link {
    width: 32%;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
  }

  .core_products_icons_contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6px;
  }

  ._50_percent_block_tablet {
    width: 50%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .dashboard_wrap {
    margin-bottom: -77px;
    padding: 0px;
  }

  .dashboard_wrap.dashboard_2 {
    margin-top: 36px;
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .mega_menu_title-box {
    display: none;
  }

  .mega-menu-main-content {
    position: static;
    width: 100%;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mega_menu_sub_title {
    display: none;
  }

  .mega_nav_link {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mega_nav_icon_wrap {
    display: none;
  }

  .nav_link {
    width: 100%;
    height: auto;
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
    text-align: left;
  }

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

  .button_wrapper {
    width: 40%;
  }

  .componet_wrapper {
    margin-top: 30px;
  }

  .address_col {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .address-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-licensing-grid.desktop {
    grid-column-gap: 20px;
  }

  .nav-menu {
    position: absolute;
    overflow: auto;
    width: 100vw;
    margin-top: 84px;
    padding: 10px 60px 20px;
    background-color: #fff;
  }

  .dropdown-list.w--open {
    position: absolute;
    top: 64%;
    z-index: 1000;
  }

  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    text-align: left;
  }

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

  .dropdown-toggle.w--open {
    position: static;
  }

  .hamburger_wrap {
    display: block;
    cursor: pointer;
  }

  .hamburger_line {
    width: 25px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0px;
    background-color: #15113b;
  }

  .hamburger_line.white_line {
    background-color: #fff;
  }

  .iphone_image {
    max-width: 60%;
  }

  .media_hero {
    padding-top: 36px;
  }

  .press-h1 {
    max-width: none;
  }

  .sticky_nav_contain {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    text-align: left;
  }

  .cart {
    margin-right: 30px;
    margin-left: 0px;
  }

  .nav_links_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mobile_menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 130;
    display: block;
    overflow: auto;
    min-height: 100vh;
    margin-top: 65px;
    padding: 0px;
    background-color: #ffd343;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  .mobile-links-wrap {
    overflow: auto;
    margin-top: 64px;
    padding: 26px 26px 100px;
  }

  .mobile-nav-link-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 14px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #15113b;
    text-decoration: none;
  }

  .mobile-nav-link-contain:hover {
    opacity: 0.6;
  }

  .mobile-nav-link-contain.expand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
  }

  .mobile-nav-link-contain.expand:hover {
    opacity: 1;
  }

  .mobile-nav-link-contain.bottom_link {
    border-bottom-style: none;
  }

  .mobile_login {
    padding: 14px 26px 10px;
    text-align: right;
  }

  .arrow_contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arrow_line {
    width: 20px;
    height: 1px;
    padding: 0px;
    background-color: #15113b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .arrow_line.bottom {
    -webkit-transform: translate(0px, 13px) rotate(-45deg);
    -ms-transform: translate(0px, 13px) rotate(-45deg);
    transform: translate(0px, 13px) rotate(-45deg);
  }

  .sub_links_header {
    display: none;
    min-height: 60px;
    padding: 10px 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #15113b;
    cursor: pointer;
  }

  .sub_links_header.login {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #15113b;
  }

  .cart-wrapper {
    z-index: 101;
  }

  .mobile_menu_content {
    display: block;
    opacity: 1;
  }

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

  .sub_links_contain {
    display: block;
  }

  .mobile-nav-link {
    width: 100%;
    text-decoration: none;
    cursor: pointer;
  }

  .mobile-nav-link:hover {
    opacity: 0.6;
  }

  .intro_heading {
    max-width: none;
  }

  .intro_hero_p {
    max-width: none;
  }

  .intro_yellow_element {
    position: absolute;
    padding-left: 20px;
  }

  .intro_hero_image {
    position: relative;
    left: auto;
    top: auto;
    right: -16%;
    bottom: 0%;
    z-index: 1;
    width: 80vw;
    margin-top: -50px;
  }

  .footer_links_wrapper {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }

  .footer_col {
    width: 100%;
    height: 220px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 24px;
    padding-left: 24px;
    text-align: left;
  }

  .footer_col.last_col {
    text-align: left;
  }

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

  .phone-flat {
    width: 28vw;
    padding: 1.4vw;
    border-radius: 3vw;
  }

  .phone-btn-container {
    margin-top: 9vw;
  }

  .phone-btn {
    width: 0.5vw;
    height: 6vw;
    margin-left: -0.2vw;
  }

  .hero__phone-img {
    border-radius: 2vw;
  }

  .phone-cutout {
    height: 1.5vw;
    margin-top: 1.4vw;
    border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
  }

  .phone-speaker {
    width: 3.5vw;
    height: 0.5vw;
  }

  .boton-1.btn-pastilla {
    padding: 10px 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .block-tag.center {
    margin-left: 0px;
  }

  .hijo-pastilla {
    height: 220px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }

  .contain-2 {
    width: 660px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .wrap-contenido-pastilla {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .take-action-row {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card-btn2.btn-pastilla-copy {
    padding: 10px 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .card-btn2.btn-pastilla-copy {
    padding: 10px 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .card-text {
    font-size: 14px;
    line-height: 20px;
  }

  .take-action-sub {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero__right-container {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hero__device {
    width: 28vw;
    min-width: 100px;
    padding: 1.2000000000000002vw;
  }

  .device-container {
    margin-top: 6vw;
  }

  .project-device {
    border-radius: 1.5vw;
    box-shadow: -4px 4px 0 0 #dbdbdb, -25px 49px 50px -20px rgba(0, 0, 0, 0.3);
  }

  .arrow_line-2 {
    width: 20px;
    height: 1px;
    padding: 0px;
    background-color: #15113b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .arrow_line-2.bottom {
    -webkit-transform: translate(0px, 13px) rotate(-45deg);
    -ms-transform: translate(0px, 13px) rotate(-45deg);
    transform: translate(0px, 13px) rotate(-45deg);
  }

  .mobile-nav-link-contain-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 14px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #15113b;
    text-decoration: none;
  }

  .mobile-nav-link-contain-2:hover {
    opacity: 0.6;
  }

  .mobile-nav-link-contain-2.bottom_link {
    border-bottom-style: none;
  }

  .mobile-nav-link-contain-2.expand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
  }

  .mobile-nav-link-contain-2.expand:hover {
    opacity: 1;
  }

  .outlined_button-2 {
    display: inline-block;
  }

  .outlined_button-2.dark_outline {
    display: none;
  }

  .outlined_button-2.mobile_login {
    margin-top: 0px;
    padding-top: 10px;
  }

  .outlined_button-2.on_dark_bg_navbar {
    display: none;
  }

  .outlined_button-2.on_dark_bg_navbar {
    display: none;
  }

  .mega_nav_icon_wrap-2 {
    display: none;
  }

  .dropdown-list-2.w--open {
    position: absolute;
    top: 64%;
    z-index: 1000;
  }

  .nav-menu-2 {
    position: absolute;
    overflow: auto;
    width: 100vw;
    margin-top: 84px;
    padding: 10px 60px 20px;
    background-color: #ffd343;
  }

  .hamburger_line-2 {
    width: 25px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0px;
    background-color: #15113b;
  }

  .hamburger_line-2.white_line {
    background-color: #fff;
  }

  .sub_links_header-2 {
    display: none;
    min-height: 60px;
    padding: 10px 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #15113b;
    cursor: pointer;
  }

  .sub_links_header-2.login {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #15113b;
  }

  .dropdown-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    text-align: left;
  }

  .nav-container-2 {
    width: 100%;
    max-height: 65px;
    max-width: 100%;
    min-height: 65px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .mega_menu_sub_title-2 {
    display: none;
  }

  ._2_col_grid-2.mega_nav_links {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mobile_menu-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 130;
    display: block;
    overflow: auto;
    min-height: 100vh;
    margin-top: 65px;
    padding: 0px;
    background-color: #ffd343;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  .hamburger_wrap-2 {
    display: block;
    cursor: pointer;
  }

  .nav_link-2 {
    width: 100%;
    height: auto;
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
    text-align: left;
  }

  .mega_nav_link-2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .dropdown-toggle-2 {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-toggle-2.w--open {
    position: static;
  }

  .navbar-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 3%;
    -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;
  }

  .cart-2 {
    margin-right: 30px;
    margin-left: 0px;
  }

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

  .cards__card {
    width: 100%;
    margin-top: 2em;
  }

  .cards__container {
    display: block;
    height: auto;
    margin-top: 2em;
  }

  .container-2 {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  
  .container-tele {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .container-2.is--hero {
    padding-top: 17.5em;
  }

  .container-tele.is--hero {
    padding-top: 0.5em;
  }
  
  .outlined_button-3-copy {
    display: inline-block;
  }

  .outlined_button-3-copy.dark_outline {
    display: none;
  }

  .outlined_button-3-copy.mobile_login {
    margin-top: 0px;
    padding-top: 10px;
  }

  .outlined_button-3-copy.on_dark_bg_navbar {
    display: none;
  }

  .outlined_button-3-copy.on_dark_bg_navbar {
    display: none;
  }

  .outlined_button-3-copy.on_dark_bg_navbar {
    display: none;
  }

  .outlined_button-3-copy.on_dark_bg_navbar {
    display: none;
  }

  .hero-crumbs-1 {
    left: 35%;
    top: 131px;
  }

  .hero-creativity {
    display: block;
    width: 100%;
    height: 40%;
    margin-bottom: 2rem;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .phone-tilted {
    width: 28vw;
    min-width: 100px;
    padding: 1.4vw;
    border-radius: 3vw;
  }

  .project__device {
    width: 50%;
    max-width: none;
    min-width: auto;
    padding: 0.8vw;
    border-radius: 1.5vw;
  }

  .project__device.project__device--desktop {
    border-radius: 14px;
  }

  .projects__dev-img.projects__dev-img--desktop {
    border-radius: 1vw;
  }

  .headline {
    margin-right: auto;
    margin-bottom: 1.5rem;
    margin-left: auto;
    font-size: 3rem;
    text-align: center;
  }

  .hero-section {
    top: auto;
  }

  .phone-tilted-2 {
    width: 28vw;
    min-width: 100px;
    padding: 1.4vw;
    border-radius: 3vw;
  }

  .hero__phone-img-3 {
    border-radius: 2vw;
  }

  .subhead {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }

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

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

  .quick-links-wrapper {
    margin-bottom: -32px;
  }

  .container-3 {
    width: 85vw;
  }

  .eye-circle {
    display: none;
  }

  .heading-jumbo {
    font-size: 10rem;
  }

  .mac {
    max-width: 500px;
  }

  .ql-link {
    padding: 12px;
    background-size: 16px;
    font-size: 2rem;
  }

  .button-6 {
    padding: 12px 20px;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 77px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-2.hero {
    margin-top: -89px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns.invert {
    display: block;
    -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;
  }

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

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

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

  .image-5 {
    width: 80%;
  }

  .div-block-61 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .column-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .grid_item.is--hero-img1 {
    width: 50%;
  }

  .grid_item.is--header-text-container {
    width: 50%;
  }

  .container-5 {
    padding: 44px 2.95em;
  }

  .main-button {
    font-size: 18px;
  }

  .section-6 {
    padding-bottom: 0px;
  }

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

  .div-block-4 {
    width: 60%;
  }

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

  .paragraph-23.bottom {
    max-width: 80%;
  }

  .image-6 {
    width: 60%;
    max-width: none;
  }

  .div-block-62 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-4 {
    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-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-5 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .review-slider-mask {
    max-width: none;
  }

  .grid-4 {
    max-width: 700px;
    grid-row-gap: 99px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .h2-2.light {
    max-width: 500px;
  }

  .section-8 {
    padding: 50px 5% 65px;
  }

  .logo_contain-2 {
    margin-bottom: 20px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .partners-logo {
    width: 33.33%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .wavey_lines_bottm {
    bottom: -5%;
  }

  .titre-card-step {
    font-size: 20px;
    line-height: 28px;
  }

  .text-card-step {
    font-size: 0.75rem;
  }

  .container-1202 {
    max-width: 90vw;
  }

  .icon-grid-2 {
    margin-top: 20px;
  }

  .container-1203 {
    height: 1150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-1204.cc-flex-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block {
    top: 28%;
  }

  .col-right-2 {
    margin-top: 24px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .cta_block-copy {
    overflow: hidden;
    padding: 25px;
  }

  .image-38 {
    right: auto;
    bottom: 100px;
  }

  .testimonials-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .slider-placeholder-img-text {
    font-size: 20px;
  }

  .list-item-text {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .slider-slide {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-img {
    -webkit-transform: perspective(2000px);
    transform: perspective(2000px);
  }

  .slide-bg-img {
    border-top-left-radius: 15px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 20px;
  }

  .ontopdiv.mockup-section {
    margin-top: -160px;
    background-color: #fff;
  }

  .slider-heading {
    font-size: 25px;
  }

  .slider {
    height: 450px;
    min-height: auto;
    margin-top: 0px;
  }

  .slider-left-arrow {
    left: 0px;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
    background-image: linear-gradient(270deg, transparent, #fff);
  }

  .slider-right-arrow {
    right: 0px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
    background-image: linear-gradient(90deg, transparent, #fff);
  }

  .slider-col-2 {
    padding-left: 10px;
  }

  .slider-arrow {
    font-size: 40px;
  }

  ._4_col_grid-copy.with_side_padding {
    padding-right: 10px;
    padding-left: 10px;
  }

  ._4_col_grid-copy.blog_categories_grid {
    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;
  }

  ._4_col_grid-copy.blog-post-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .icon_stacked_wrap-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon_stacked_wrap-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon_stacked_wrap-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon_stacked_wrap-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon_stacked_wrap-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon_stacked_wrap-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon_stacked_wrap-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon_stacked_wrap-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon_stacked_wrap-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .step-3-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-2-small {
    font-size: 56px;
    line-height: 64px;
  }

  .timeline-wrapper {
    display: none;
  }

  .step-2 {
    position: absolute;
    left: 24px;
    top: -19px;
    right: auto;
    bottom: auto;
    min-width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .step-4-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .step-2-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .step-5-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-1207.small.flex {
    width: 100%;
    max-width: none;
  }

  .paragraph-m {
    font-size: 18px;
  }

  .section-13 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .black-line {
    display: none;
  }

  .step-1-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-13.black.form {
    margin-left: 10px;
  }

  .button-13.black.form {
    margin-left: 10px;
  }

  .container-1208 {
    width: 90%;
    margin-top: 40px;
  }

  .container-1208.large {
    position: relative;
    z-index: 2;
  }

  .container-1208.large.absolute {
    height: 100%;
  }

  .illustration._4 {
    position: absolute;
    left: 60px;
    top: -98px;
    max-width: 95%;
  }

  .hero_text-wrap {
    width: 60%;
  }

  .h1-2 {
    font-size: 48px;
    line-height: 1.2;
  }

  .section-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-14.hero {
    position: static;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-16 {
    padding: 50px 5% 65px;
  }

  .stacked_cards_background_contrast-2 {
    width: 350px;
    height: 350px;
  }

  .stacked_cards_background_contrast-2.teal_bg {
    left: -31px;
    width: 300px;
    height: 300px;
  }

  .stacked_cards_background_contrast-2-copy {
    width: 350px;
    height: 350px;
  }

  .stacked_cards_background_contrast-2-copy.teal_bg {
    left: -31px;
    width: 300px;
    height: 300px;
  }

  .stacked_cards_background_purple {
    width: 350px;
    height: 350px;
  }

  .stacked_cards_background_purple.teal_bg {
    left: -31px;
    width: 300px;
    height: 300px;
  }

  .testimonials-wrapper-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .jobs-list {
    padding-right: 36px;
    padding-left: 36px;
  }

  .filter-block {
    margin-bottom: 20px;
    padding-right: 27px;
    padding-left: 27px;
  }

  .section-17 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .no-jobs-found {
    padding-right: 36px;
    padding-left: 36px;
  }

  .text-rotate-cell {
    -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;
  }

  ._w-icon {
    display: none;
  }

  .text-rotate-wrap {
    margin-left: 0px;
  }

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

  .section-18.example {
    padding-top: 4rem;
  }

  .step-ui-caption {
    color: rgba(51, 51, 51, 0.75);
  }

  .step-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-text {
    margin-left: 0rem;
  }

  .paragraph-31 {
    color: #222;
  }

  .cell {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .example-wrapper {
    padding-right: 1.5rem;
    padding-bottom: 0rem;
    padding-left: 1.5rem;
  }

  .example-header {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .step-title {
    text-align: left;
  }

  .grid-9 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }

  .example-fluid {
    min-height: 480px;
    padding: 0.75rem;
    font-size: 14px;
    line-height: 1.5em;
  }

  .stacked_cards_background_contrast-2-copy-2 {
    width: 350px;
    height: 350px;
  }

  .example-collection-item {
    min-height: 120px;
  }

  .example-collection {
    min-height: 480px;
    font-size: 14px;
    line-height: 1.5em;
  }

  .example-wrapper-2 {
    padding-right: 1.5rem;
    padding-bottom: 0rem;
    padding-left: 1.5rem;
  }

  .insurance-section {
    padding-right: 60px;
    padding-left: 60px;
  }

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

  .space-36 {
    height: 24px;
  }

  .features-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .outlined_button-copy {
    display: inline-block;
  }

  .outlined_button-copy.dark_outline {
    display: none;
  }

  .outlined_button-copy.mobile_login {
    margin-top: 0px;
    padding-top: 10px;
  }

  .outlined_button-copy.on_dark_bg_navbar {
    display: none;
  }

  .insurance-section-copy {
    padding-right: 60px;
    padding-left: 60px;
  }

  .dropdown-list-4.w--open {
    position: absolute;
    top: 64%;
    z-index: 1000;
  }

  .dropdown-toggle-4 {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-toggle-4.w--open {
    position: static;
  }

  .outlined_button_white {
    display: inline-block;
  }

  .outlined_button_white.dark_outline {
    display: none;
  }

  .outlined_button_white.mobile_login {
    margin-top: 0px;
    padding-top: 10px;
  }

  .outlined_button_white.on_dark_bg_navbar {
    display: none;
  }

  .outlined_button_white.on_dark_bg_navbar {
    display: none;
  }

  .outlined_button_white.white_btn {
    display: none;
  }

  .content_contain_right._55_percent_width {
    width: 100%;
  }

  .content_contain_right.align_centered.left_padding {
    padding-left: 0px;
  }

  .cta_block-copy {
    overflow: hidden;
    padding: 25px;
  }

  .cta_block_right {
    overflow: hidden;
    padding: 25px;
  }

  .dropdown-toggle-5 {
    width: 600px;
  }

  .text-block-30 {
    width: 500px;
  }

  .outlined_button-2-copy {
    display: inline-block;
  }

  .outlined_button-2-copy.dark_outline {
    display: none;
  }

  .outlined_button-2-copy.mobile_login {
    margin-top: 0px;
    padding-top: 10px;
  }

  .outlined_button-2-copy.on_dark_bg_navbar {
    display: none;
  }

  .outlined_button-2-copy.on_dark_bg_navbar {
    display: none;
  }

  .featured-products-wrapper {
    padding-top: 48px;
  }

  .bottom-spacer {
    display: block;
  }

  .product-detail-h1 {
    font-size: 46px;
    line-height: 46px;
  }

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

  .product-overview-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .product-detail-facts-wrapper-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .container-telehealth.mega_nav_container {
    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;
  }

  .container-telehealth.footer_2_copyrights {
    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;
  }

  .product-detail-facts-wrapper-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-copy {
    padding: 50px 5% 65px;
  }

  .section-copy.hero_section_l1 {
    height: auto;
    padding-top: 91px;
    padding-bottom: 60px;
  }

  .section-copy.no_top_bottom_padding.add_bottom_padding {
    padding-bottom: 65px;
  }

  .section-copy.hero_section_l2 {
    height: auto;
    max-height: none;
    padding-top: 100px;
  }

  .section-copy.yellow_bg.no_side_padding {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-copy.feat_shop_section {
    height: 450px;
  }

  .section-copy.shop_by_cat_section {
    top: 62px;
    padding-top: 14px;
    padding-bottom: 34px;
  }

  .section-copy.product_section {
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
  }

  .section-copy.v4_hero {
    height: auto;
    max-height: none;
    padding-top: 70px;
  }

  .section-copy.v4_section-2 {
    padding-top: 100px;
  }

  .section-copy.v5_hero {
    height: auto;
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
    background-image: url('../images/austin-distel-wD1LRb9OeEo-unsplash-1-1.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-attachment: fixed;
  }

  .section-copy.with-curves {
    padding-top: 110px;
    padding-bottom: 130px;
  }

  .section-copy.grey-gradient-bg {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .section-copy.pricing-2-hero {
    padding-top: 100px;
  }

  .section-copy.jobs_section {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .section-copy.grey-bg {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .section-copy.faq-section {
    padding-top: 70px;
  }

  .section-copy.pricing-v1 {
    padding-top: 92px;
  }

  .section-copy.add-bottom-curve {
    padding-top: 60px;
    padding-bottom: 112px;
  }

  .section-copy.career-section {
    padding-top: 70px;
  }

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

  .section-copy.about-v1-section {
    height: auto;
    max-height: none;
    padding-top: 90px;
  }

  .section-copy.documentation-hero {
    height: auto;
    padding-top: 100px;
  }

  .section-copy.terms-section {
    padding-top: 70px;
  }

  .section-copy.integrations-hero {
    padding-top: 50px;
    padding-right: 4%;
    padding-left: 4%;
  }

  .section-copy.integrations-section {
    padding-top: 92px;
  }

  .section-copy.l1_section2 {
    padding-top: 90px;
  }

  .section-copy.blog_hero {
    padding-bottom: 0px;
  }

  .section-copy.style_guide {
    padding-top: 70px;
  }

  .section-copy.contact-v1-section {
    padding-top: 65px;
  }

  .section-copy.intro_hero {
    height: auto;
    max-height: 1030px;
    min-height: 1024px;
    padding-top: 13%;
    padding-bottom: 30px;
  }

  .section-copy.shop_v2 {
    padding-top: 80px;
    background-color: #f7f7f7;
  }

  .section-copy.blog-template {
    padding-top: 65px;
  }

  .section-copy.components {
    overflow: visible;
    padding-top: 70px;
  }

  .section-copy.instructions {
    padding-top: 70px;
  }

  .mobile-nav-link-2 {
    width: 100%;
  }

  .navigation {
    display: none;
  }

  .navigation-container-mob {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  }

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

  .nav-menu-4 {
    display: none;
  }

  .mobile-nav {
    padding-top: 15px;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-list-6 {
    background-color: #fff;
  }

  .menu-mob {
    border-radius: 100px;
    background-color: #8c54ff;
    color: #fff;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #824bf1;
  }

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

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

  .layout3_image {
    max-height: 28rem;
  }

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

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

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

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

  .padding-vertical-2.padding-huge.is-bottom-0 {
    padding-bottom: 0rem;
  }

  .process_list {
    grid-row-gap: 1.5rem;
  }

  .process_component {
    grid-row-gap: 2.5rem;
  }

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

  .process_connector {
    width: 2.5rem;
  }

  .process_connector.hide-mobile-landscape {
    width: 1.5rem;
  }

  .features4_left-arrow {
    left: 0%;
    top: auto;
    right: auto;
    bottom: -5rem;
  }

  .features4_right-arrow {
    left: 5rem;
    top: auto;
    right: auto;
    bottom: -5rem;
  }

  .features4_component {
    margin-bottom: 6rem;
  }

  .clients1_component {
    padding: 2rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .clients1_logo {
    max-height: 2rem;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .global-2-col {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .navigation-2 {
    display: none;
  }

  .providers_left-arrow {
    left: 0%;
    top: auto;
    right: auto;
    bottom: -5rem;
  }

  .providers_right-arrow {
    left: 5rem;
    top: auto;
    right: auto;
    bottom: -5rem;
  }

  .home-cta_content-right {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .home-cta_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-cta_image {
    max-height: 32rem;
  }

  .heading-small {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.25rem;
  }

  .layout9_tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .layout9_image {
    height: 16rem;
  }

  .testimonial2_item {
    padding: 1.5rem;
  }

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

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

  .testimonial3_icon {
    height: 1.25rem;
  }

  .dropdown-footer-link {
    width: 50%;
    font-size: 14px;
    text-align: center;
  }

  .menu-button-line {
    width: 16px;
    height: 2px;
    margin-bottom: 4px;
    border-radius: 1px;
    background-color: #b7bfc6;
  }

  .menu-button-line.last {
    margin-bottom: 0px;
  }

  .sidebar-column-bg {
    position: absolute;
    left: -24px;
    top: -49px;
    right: -24px;
    bottom: -49px;
    display: block;
    background-color: #f6f8f9;
  }

  .dropdown-bg {
    display: none;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 66px;
    height: 100%;
    padding: 20px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .menu-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    
  }

  .dropdown-footer-full {
    display: none;
  }

  .dropdown-toggle-8 {
    z-index: 2;
    padding: 16px 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e0e6e8;
    box-shadow: none;
    -webkit-transition: background-color 200ms ease, color 200ms cubic-bezier(.4, 0, .2, .01);
    transition: background-color 200ms ease, color 200ms cubic-bezier(.4, 0, .2, .01);
    color: #15113b;
    font-size: 16px;
    font-weight: 700;
  }

  .dropdown-toggle-8:hover {
    color: #15113b;
  }

  .dropdown-toggle-8.w--open {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background-color: #f0f0ff;
    box-shadow: none;
  }

  .dropdown-toggle-8.login {
    margin-right: 24px;
    margin-left: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: #273240;
    border-radius: 2px;
    text-align: center;
  }

  .dropdown-toggle-8.button {
    display: block;
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .dropdown-toggle-8.line {
    display: none;
  }

  .dropdown-card {
    margin-bottom: 28px;
  }

  .dropdown-column {
    margin-bottom: 64px;
  }

  .dropdown-column.third {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .dropdown-footer-wrapper.tablet {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: block;
  }

  .dropdown-sidebar-bg {
    display: none;
  }

  .blog-card {
    position: relative;
    display: inline-block;
    width: 40%;
    height: 268px;
    margin-right: 16px;
    margin-bottom: 4px;
    padding-bottom: 32px;
    white-space: normal;
  }

  .blog-card.third {
    display: inline-block;
  }

  .brand-3 {
    display: none;
  }

  .brand-3.responsive {
    display: block;
    margin-top: 18px;
  }

  .blog-card-link {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
  }

  .dropdown-subgrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-footer {
    height: 96px;
    padding-bottom: 48px;
  }

  .dropdown-card-bg {
    display: none;
  }

  .dropdown-bg-full {
    display: none;
  }

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

  .dropdown-grid.resources {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-button {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .menu-left {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 32px;
  }

  .dropdown-inner-shadow {
    display: none;
  }

  .dropdown-overflow {
    overflow: hidden;
    max-height: none;
    margin-right: -32px;
    margin-left: -32px;
    padding-top: 28px;
    padding-bottom: 20px;
  }

  .dropdown-footer-copy {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #e0e6e8;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
    text-align: center;
  }

  .blog-card-scroll {
    overflow: scroll;
    width: 100%;
    margin-bottom: -16px;
    padding-right: 16px;
    padding-left: 32px;
    white-space: nowrap;
  }

  .blog-card-image {
    width: 100%;
    height: 120px;
  }

  .dropdown-list-7 {
    position: relative;
    top: 0px;
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 24px;
  }

  .menu {
    overflow: auto;
    height: auto;
    padding-bottom: 64px;
  }

  .navbar-3 {
    height: 54px;
  }

  .blog-card-scroll-wrapper {
    margin-right: -32px;
    margin-left: -32px;
  }

  .layout16_component {
    padding: 3rem;
  }

  .services-skinny-component {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer2_grid {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

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

  .footer2_bottom {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .providers_left-arrow-2 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: -5rem;
  }

  .providers_right-arrow-2 {
    left: 5rem;
    top: auto;
    right: auto;
    bottom: -5rem;
  }

  .product-component {
    margin-bottom: 6rem;
  }

  .layout5_component {
    height: auto;
  }

  .layout5_image {
    height: auto;
  }

  .menu-button-2 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 66px;
    height: 100%;
    padding: 20px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button-2.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .menu-2-old {
    overflow: auto;
    height: auto;
    padding-bottom: 64px;
  }
  
  .menu-2 {
    height: 100vh;
    max-height: 100vh;
    width: 100%;
    padding-bottom: 100px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; 
  }
  
  .dropdown-toggle-9 {
    z-index: 2;
    padding: 16px 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    border-top: 1px solid #ffffff;
    box-shadow: none;
    -webkit-transition: background-color 200ms ease, color 200ms cubic-bezier(.4, 0, .2, .01);
    transition: background-color 200ms ease, color 200ms cubic-bezier(.4, 0, .2, .01);
    color: #15113b;
    font-size: 16px;
    font-weight: 700;
  }

  .dropdown-toggle-9:hover {
    color: #15113b;
  }

  .dropdown-toggle-9.w--open {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background-color: #f0f0ff;
    box-shadow: none;
  }

  .dropdown-toggle-9.button {
    display: block;
    padding-bottom: 16px;
  }

  .dropdown-toggle-9.line {
    display: none;
  }

  .dropdown-toggle-9.login {
    margin-right: 24px;
    margin-left: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: #273240;
    border-radius: 2px;
    text-align: center;
  }

  .navbar-4 {
    height: 54px;
  }

  .text_link-copy.left-padding {
    padding-left: 0px;
  }

  .home-remote_image {
    max-height: 32rem;
  }
}

.moveimgtop{
     margin-top: 0px;  
}
  
@media screen and (max-width: 767px) {
    
  .moveimgtop{
     margin-top: -150px;  
  }
  
  h1 {
    font-size: 54px;
    line-height: 60px;
    text-align: center;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  h3 {
    text-align: center;
  }

  h4 {
    
  }

  h5 {
    text-align: center;
  }

  p {
    text-align: center;
  }

  .section {
    padding: 40px 4%;
  }
  
  .subtitle-section-1 {
    text-align: center;
  }
  
  .text-align-left{
    text-align: left;  
  }
  
  .price-detail-title-and-quantity-wrapper-copy {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: Proximanova, sans-serif;
        text-align: center;
    }
    
  .layout4_button-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-items: stretch;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        text-align: center;
    }
    
   .button-19 {
    -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;
  }
    
  .grid-15 {
    -ms-grid-columns: 1fr 1fr ;
    grid-template-columns: 1fr 1fr ;
    padding-left: 15%;
    padding-right: 15%;
  }
  
  .index_stars{
    
   }
   
  .section.hero_section_l1 {
    height: auto;
    max-height: 600px;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .section.relative {
    padding-top: 40px;
  }

  .section.no_top_bottom_padding.add_bottom_padding {
    padding-bottom: 40px;
  }

  .section.hero_section_l2 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .section.yellow_bg.no_side_padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.feat_shop_section {
    height: 400px;
  }

  .section.shop_by_cat_section {
    top: 50px;
    padding-top: 14px;
    padding-bottom: 24px;
  }

  .section.product_section {
    padding-right: 4%;
    padding-bottom: 30px;
    padding-left: 4%;
  }

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

  .section.v4_hero {
    padding-top: 55px;
  }

  .section.v4_section-2 {
    padding-bottom: 16px;
  }

  .section.v5_hero {
    height: auto;
    min-height: auto;
    padding-top: 110px;
    background-position: 50% 50%;
  }

  .section.with-curves {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .section.grey-gradient-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.with-curve-below {
    padding-bottom: 60px;
  }

  .section.pricing-2-hero {
    padding-top: 60px;
  }

  .section.team-slider-section {
    width: 100%;
  }

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

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

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

  .section.pricing-v1 {
    padding-top: 92px;
  }

  .section.add-bottom-curve {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .section.career-section {
    padding-top: 50px;
  }

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

  .section.about-v1-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }

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

  .section.doc-category-template-hero {
    padding-top: 34px;
  }

  .section.search-results {
    padding-top: 52px;
  }

  .section.terms-section {
    padding-top: 50px;
  }

  .section.integrations-hero {
    padding-top: 40px;
  }

  .section.integrations-section {
    padding-top: 81px;
  }

  .section.l1_section2 {
    padding-top: 160px;
  }

  .section.style_guide {
    padding-top: 50px;
  }

  .section.intro_hero {
    max-height: none;
    min-height: auto;
  }

  .section.blog-template {
    padding-top: 60px;
  }

  .section.components {
    overflow: visible;
    padding-top: 50px;
  }

  .section.instructions {
    padding-top: 50px;
  }

  .container.top_padding_20 {
    padding-top: 40px;
  }

  .container.author_template {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content_contain {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content_contain.icon_content_side_by_side {
    width: 50%;
    margin-bottom: 49px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content_contain.no_bottom_margin {
    margin-bottom: 24px;
  }

  .content_contain.align_centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l1_form_block {
    max-width: 420px;
  }

  .l1_hero_image {
    bottom: -34%;
    width: 30%;
    max-width: none;
    margin-bottom: -10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .paragraph.pricing-break-down-p.highlight_on_mobile {
    font-family: 'Playfair Display', sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .logo_wrap._25_percent_wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .outlined_button.mobile_login {
    padding-top: 10px;
  }

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

  ._2_col_grid.three_rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  ._2_col_grid.with_side_padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._2_col_grid._40-x-60 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._2_col_grid.contact-v1 {
    padding-top: 41px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._2_col_grid.contact-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._2_col_grid.careers-hero {
    padding-top: 40px;
  }

  ._2_col_grid.with_left_sticky_navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._2_col_grid.media-grid {
    margin-top: 0px;
    padding-top: 32px;
  }

  ._2_col_grid.with-margin {
    margin-top: 40px;
  }

  ._2_col_grid.with-margin.reverse_on_mobile {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  ._2_col_grid.meet-the-team {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .icon_wrap.circle {
    margin-right: 0px;
  }

  .icon_wrap._15_percent {
    width: 20%;
    margin-right: 0px;
  }

  .technology_image {
    height: 200px;
  }

  ._4_col_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer_column {
    width: 48%;
    margin-bottom: 50px;
  }

  .footer_title.white_text {
    text-align: left;
  }

  .footer_buttons_contain {
    width: 360px;
    margin-left: 0px;
    padding-top: 24px;
  }

  .button.w--current {
    margin-top: 6px;
    padding-right: 8px;
    padding-left: 8px;
  }

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

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

  .copyrights {
    text-align: left;
  }

  .copyrights.footer_2 {
    margin-top: 27px;
    text-align: center;
  }

  .h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .h3.doc-category-title {
    text-align: left;
  }

  .image_contain {
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .navbar {
    min-height: auto;
    padding: 2px 3%;
  }

  .nav-container {
    min-height: auto;
  }

  .brand {
    height: auto;
  }

  .brand.w--current {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo {
    max-width: 80%;
  }

  .written_content {
    text-align: center;
  }

  .h1 {
    font-size: 54px;
    line-height: 60px;
  }

  .sub_heading_large.centered_aligned {
    margin-top: 14px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .sub_heading_large.max_400px {
    max-width: none;
  }

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

  .email-form-block {
    width: 100%;
    min-width: auto;
    padding-top: 10px;
  }

  .email-form-block._100_percent {
    padding-top: 8px;
  }

  .email-form-block.w_400_px {
    width: 100%;
    padding-top: 0px;
  }

  ._3_col_cards_contain {
    padding-top: 55px;
  }

  .card {
    width: 100%;
    margin-bottom: 48px;
  }

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

  ._3_col_grid._3_rows {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._3_col_grid.with_side_padding {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ticks_contain.align_right {
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tick.white_text {
    margin-right: 8px;
    margin-left: 8px;
  }

  .quote_contain {
    text-align: center;
  }

  .quote {
    text-align: center;
  }

  .quote_author {
    text-align: center;
  }

  .max_600px {
    width: auto;
    max-width: none;
  }

  .logo_contain {
    margin-bottom: 20px;
  }

  .cta_block.yellow_bg {
    width: 100%;
  }

  .cta_block.blog_cta {
    padding: 30px;
  }

  .divider._150px {
    height: 100px;
  }

  .login-logo-image {
    margin-left: 0px;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home_link {
    width: 100%;
    text-align: left;
  }

  .home_link.login_home_link {
    margin-bottom: 0px;
  }

  .log_in_side {
    width: 90%;
  }

  .log_in_side.right_side {
    display: none;
  }

  .registation_written_content_contain {
    width: 100%;
  }

  .forogt_password_form {
    width: 95%;
  }

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

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

  .shop-collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shop-collection-list-wrapper.shop-v2 {
    padding-top: 12px;
  }

  .shop-collection-item {
    width: 100%;
  }

  .product_description_display {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-right: 16px;
    padding-bottom: 16px;
  }

  .price {
    font-size: 18px;
    text-align: center;
  }

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

  .category_link {
    display: inline-block;
    padding: 2px 8px;
  }

  .category_link.shop-v2-category-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .category-collection-list-wrapper {
    padding-top: 0px;
    text-align: left;
  }

  .icon_stacked_wrap {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon_stacked_wrap.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .icon_perk {
    text-align: center;
  }

  .categories_contain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .shop_by_cat_contain {
    margin-bottom: 24px;
    text-align: left;
  }

  .product_description_contain {
    padding-bottom: 4px;
    text-align: center;
  }

  .stacking_cards_contain {
    right: auto;
    margin-top: 36px;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .stacking_cards_contain.justify_start {
    margin-bottom: 40px;
    margin-left: 100px;
  }

  .card_stack {
    width: 380px;
  }

  .card_stack.card_stack_2 {
    left: 24%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .card_stack.card_stack_3 {
    left: 25%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .stacked_cards_background_contrast {
    top: -15px;
  }

  .circle_image_wrap {
    width: 300px;
    height: 300px;
    margin-top: 20px;
  }

  .image-26 {
    bottom: -46px;
  }

  .quote-card-grid {
    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;
  }

  .quote-card-image-wrap {
    top: 0px;
    min-height: 300px;
    margin-right: -10px;
    margin-bottom: -22px;
    margin-left: 30px;
  }

  .quote-card {
    padding: 56px 24px 24px;
  }

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

  .right-side-card-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    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;
    border-top: 1px solid #ffd343;
    border-left-style: none;
  }

  .quote-card-image {
    left: 10%;
    top: -2%;
    right: auto;
    bottom: auto;
  }

  .quote-card-image.bottom-image {
    left: 6%;
    top: 21%;
    right: auto;
    bottom: 0%;
  }

  .left-side-card-col {
    padding-right: 0px;
    text-align: center;
  }

  .section-heading-contain._500px-w {
    width: auto;
  }

  .section-heading-contain._600px {
    width: 100%;
    min-width: auto;
  }

  .video-lightbox-image {
    width: 100%;
    height: 300px;
    max-width: none;
  }

  .video-lightbox-image.careers-lightbox {
    width: 100%;
    margin-top: 36px;
    background-position: 0% 50%;
  }

  .testimonial-tabs {
    width: 100%;
    max-width: none;
  }

  .grid-contain {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 42px;
  }

  .written-content-contain {
    text-align: center;
  }

  .h4 {
    text-align: center;
  }

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

  .list {
    text-align: center;
  }

  .yellow-box {
    height: 80px;
  }

  .show-title-and-short-bio {
    padding: 12px;
  }

  .team-quotes-slider {
    width: auto;
  }

  .mobile-photos-col-2 {
    margin-top: -64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 258px 500px auto;
    grid-template-rows: 258px 500px auto;
  }

  .leadership-team-col-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;
  }

  .dark-blue-block {
    height: 60px;
    margin-top: 0px;
  }

  .social_links_wrapper.justify_start {
    margin-top: 9px;
  }

  .social_links_wrapper.team {
    margin-top: 10px;
  }

  .meet-our-team-wrap {
    padding-top: 110px;
    padding-left: 0px;
  }

  .staggered_photos_grid_mobile {
    display: block;
    width: 100%;
  }

  .staggered_photos_grid_mobile.add_top_margin {
    margin-top: 100px;
  }

  .rest-of-team-wrap {
    height: 200px;
  }

  .mobile-leadership-col-2 {
    margin-top: -64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 230px 190px 180px;
    grid-template-rows: 230px 190px 180px;
  }

  .pulse-wrap {
    margin-left: -92px;
  }

  .meet-our-team-blob {
    width: 75%;
    height: auto;
    max-width: 400px;
  }

  .mobile-photos-grid {
    margin-top: 50px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .photo-wrapper.middle-col-image-2 {
    height: auto;
  }

  .photo-wrapper._600px_height {
    height: auto;
  }

  .photo-col-3 {
    padding-left: 10px;
  }

  .rest-of-team-hover-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .leadership-team-col-2 {
    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;
  }

  .whole-team-grid {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .slant {
    top: -26%;
    width: 101%;
    height: 50px;
  }

  .leadership-bio-text {
    font-size: 14px;
    line-height: 22px;
  }

  .mobile-leadership-wrapper {
    display: block;
    width: 100%;
  }

  .leadership-wrap {
    height: 300px;
    margin-bottom: 30px;
  }

  .leadership-wrap.col-3-row-2 {
    height: 180px;
  }

  .leadership-wrap.col-3-row-1 {
    height: 230px;
  }

  .leadership-wrap.col-1-row-2 {
    height: 190px;
  }

  .leadership-wrap.col-2-row-1 {
    height: 250px;
  }

  .mobile-photos-col-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 500px auto;
    grid-template-rows: 500px auto;
  }

  .leadership-team-col-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .staggered-grid-photos-wrapper {
    display: none;
  }

  .leadership-team-wrap {
    display: none;
  }

  .photo-col-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .photo-col-1 {
    padding-right: 10px;
  }

  .mobile-leadership-col-1 {
    padding-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 300px 250px 60px;
    grid-template-rows: 300px 250px 60px;
  }

  .mobile-meet-our-team-grid {
    padding-top: 110px;
    padding-right: 3%;
    padding-left: 3%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .h_div {
    background-color: #09d5b0;
  }

  .contact-content {
    padding-right: 0px;
    text-align: center;
  }

  .contact_image {
    right: 0px;
    width: 50%;
    margin-top: 30px;
  }

  .h2_wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .h2_wrapper.contact_h2_wrapper {
    margin-bottom: 24px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-form-v1 {
    width: 100%;
    padding: 16px 0px 0px;
  }

  .form_field.search-field {
    width: 100%;
  }

  .google-map {
    height: 16rem;
  }

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

  .contacts-wrap {
    width: 100%;
  }

  .contact-form-2 {
    padding-top: 60px;
  }

  .form {
    text-align: center;
  }

  .registration_form_block {
    width: 90%;
  }

  .pricing-v2-tabs {
    margin-top: -54px;
  }

  .pricing-tab {
    width: 100%;
    padding: 18px;
  }

  .pricing-tab.w--current {
    width: 100%;
    padding: 18px;
  }

  .priving-v2-tabs-content {
    padding-top: 14px;
  }

  .pricing-choice-contain {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
  }

  .pricing-choice-contain.most-popular-choice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    -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;
  }

  .pricing-choice-contain.on-mobile {
    margin-top: 20px;
    margin-bottom: 20px;
    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;
  }

  .pricing-sub-title {
    text-align: center;
  }

  .most-popular-div {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .team-quotes-slider-wrap {
    width: 100%;
  }

  .core-product-wrapper.on-mobile {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 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;
  }

  .core-product-icon-wrapper {
    text-align: center;
  }

  .pricing-break-down-table {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricng-break-down-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricng-break-down-cols.grey-bg {
    padding-left: 18px;
  }

  .pricng-break-down-cols.col_1 {
    display: none;
  }

  .plus-active-customer-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .premium-wrap {
    margin-top: 0px;
    margin-left: 0px;
  }

  .job_types {
    width: 100%;
    padding-right: 0%;
    border-right-style: none;
  }

  .jobs_list {
    padding-top: 24px;
    padding-left: 0%;
  }

  .jobs_tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .open_roles_wrapper {
    min-height: auto;
    padding-top: 30px;
    padding-left: 13px;
  }

  .job_link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pricing_card {
    width: 80%;
    height: auto;
    margin: 14px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .pricing_card.percentage {
    width: 100%;
    padding: 20px;
  }

  .pricing_cards_wrapper {
    padding: 10px 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faqs_wrap {
    margin-right: 20px;
    margin-left: 20px;
  }

  .pricing-tabs-v1 {
    margin-top: 30px;
  }

  .pricing-tabs-v1.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }

  .job_heading_wrap {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .job_type_text {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
  }

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

  .upload-file-placeholder {
    padding-top: 13px;
  }

  .pointer {
    bottom: -13px;
    width: 30px;
    height: 30px;
  }

  .services_icon {
    max-width: 60%;
    padding-bottom: 14px;
  }

  .service_card_tab {
    margin-right: 0px;
    padding: 20px 15px;
  }

  .service_card_tab.w--current {
    padding: 19px 15px;
  }

  .whats_included_list_wrapper {
    text-align: center;
  }

  .tabs_card_description {
    display: none;
  }

  .tabs_card_description.on_mobile {
    display: block;
  }

  .whats_included {
    padding-top: 40px;
  }

  .services_tabs_menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .shop-v2-card {
    margin-top: 16px;
  }

  .shop-v2-card.categories-navbar-v2 {
    top: 50px;
    z-index: 5;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .category-collection-item-product-categories {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #15113b;
    border-radius: 3px;
    background-color: #ffd343;
  }

  .collection-list-product-categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search {
    width: 100%;
    margin-top: 24px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .docs-and-integrations-navbar {
    width: 32%;
  }

  .documentations-item.doc-item-card {
    width: 100%;
  }

  .documentations {
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 24px;
  }

  .documentations-link.card-doc-link {
    padding: 20px;
  }

  .documentation-category-short-description {
    text-align: left;
  }

  .documentation-category-link {
    padding-right: 8px;
    padding-left: 8px;
  }

  .breadcrumbs {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .breadcrumbs.on-integrations-template {
    padding-top: 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .news-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-card {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
  }

  .news-card.news-card-2 {
    min-height: 200px;
  }

  .search-result-item {
    text-align: center;
  }

  .collection-list-featured-integrations {
    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;
  }

  .integration-feat-card {
    min-height: 300px;
    margin-right: 65px;
    margin-bottom: 20px;
    margin-left: 65px;
  }

  .feature-div {
    position: relative;
    z-index: 2;
  }

  .feat-integration-icon {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .integrations-icon-wrap {
    height: 80px;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .integration-circles-wrap {
    bottom: -46px;
    padding-left: 10px;
  }

  .integration-circle {
    width: 100px;
    height: 100px;
  }

  .integration-circle.taas-circle {
    left: -10px;
  }

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

  .integrations-icon {
    max-width: 60%;
  }

  .taas-icon {
    max-width: 60%;
  }

  .feature-post-image {
    height: 400px;
  }

  .feat_blog_content_display {
    max-width: 100%;
    margin-right: 30px;
    margin-left: 30px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .author_circle_img {
    width: 50px;
    height: 50px;
  }

  .blog_h_wrap {
    min-width: auto;
  }

  .white_text {
    text-align: center;
  }

  ._24px.align_left_mobile_landscape {
    text-align: left;
  }

  .max_240px {
    max-width: none;
    text-align: center;
  }

  ._100_percent_w {
    padding-left: 0px;
  }

  .mobile_pricing_cta {
    display: block;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid hsla(0, 0%, 84.7%, 0.2);
  }

  .mobile_pricing_cta.top {
    margin-top: 0px;
    padding-top: 20px;
  }

  .only_mobile {
    display: block;
  }

  .hide_on_mobile {
    display: none;
  }

  .author_link.bottom_margin {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog_image_wrap {
    height: 200px;
  }

  .blog_posts {
    padding-top: 24px;
  }

  .blog_info_nav {
    top: 60px;
    padding: 10px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blog_post_content {
    padding-top: 0px;
  }

  .line_div {
    margin-top: 24px;
    margin-bottom: 14px;
  }

  .blog_social_media {
    padding-left: 0px;
  }

  .blog_card_collection_item {
    text-align: center;
  }

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

  .pop_up_contain {
    display: none;
    width: 90%;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pop_up {
    min-width: 100%;
  }

  .author_content_contain {
    width: 100%;
    padding-top: 0px;
  }

  .sticky_nav {
    position: -webkit-sticky;
    position: sticky;
    padding-left: 0px;
  }

  .sticky_nav.left {
    top: 50px;
    padding-right: 19px;
    padding-left: 19px;
  }

  .author_card {
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .align_center_mobile_landscape {
    text-align: center;
  }

  .component_link {
    width: 48%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .components {
    width: 100%;
  }

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

  ._50_percent_block_tablet {
    width: 100%;
    margin-bottom: 24px;
  }

  .pricing-2-tabs-menu {
    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;
  }

  .dashboard_wrap {
    margin-bottom: -70px;
  }

  .dashboard_wrap.dashboard_2 {
    padding-right: 0px;
  }

  .style_block {
    padding: 35px;
  }

  ._350_max {
    margin-top: 0px;
  }

  .componet_wrapper {
    width: 100%;
  }

  .image-licensing-grid.mock-ups {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-licensing-grid.logos {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .image-licensing-grid.iphone {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-licensing-grid.dashboards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-licensing-grid.desktop {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-9 {
    margin-bottom: 16px;
    -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;
  }

  .hamburger_line {
    height: 1px;
  }

  .keep_left_mobile {
    text-align: left;
  }

  .iphone_image {
    max-width: 40%;
    margin-top: 24px;
  }

  .keep_left_mobile_landscape {
    text-align: left;
  }

  .image-29 {
    margin-bottom: 42px;
  }

  .centered_mobile_landscape {
    text-align: center;
  }

  .default-state {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
  }

  .align_left_mobile_landscape {
    text-align: left;
  }

  .documents-category_h {
    text-align: left;
  }

  .mobile_menu {
    margin-top: 65px;
  }

  .mobile-sub-link {
    text-align: left;
  }

  .dark_logo {
    max-width: 80%;
  }

  .intro_yellow_element {
    position: absolute;
    padding-left: 20px;
  }

  .intro_hero_image {
    position: relative;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 90vw;
    margin-top: 0px;
  }

  .pages_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .landing-page-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .landing-page_contain {
    margin-top: 16px;
  }

  .pop_up_heading {
    text-align: left;
  }

  .footer_links_wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer_col {
    width: 50%;
    height: auto;
    margin-bottom: 0px;
    padding: 15px 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-style: none;
  }

  .footer_logo_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 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;
  }

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

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

  .rich-text-block {
    width: 100%;
    text-align: center;
  }

  .rich-text-block._100-percent-w {
    text-align: left;
  }

  .phone-flat {
    border-radius: 3.33vw;
  }

  .phone-btn {
    margin-left: -0.3vw;
  }

  .hero__phone-img {
    border-radius: 2.33vw;
  }

  .boton-1.btn-pastilla {
    margin-top: -30px;
  }

  .hijo-pastilla {
    margin-right: 100px;
    margin-bottom: 30px;
    margin-left: 100px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .primer-hijo-pastilla {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-btn2.btn-pastilla-copy {
    margin-top: -30px;
  }

  .card-btn2.btn-pastilla-copy {
    margin-top: -30px;
  }

  .hero__device {
    width: 24vw;
    border-radius: 3.5vw;
  }

  .hero__phone-img-2 {
    border-radius: 3vw;
  }

  .device-container {
    width: 50%;
    margin-top: 13vw;
    margin-right: auto;
    margin-left: auto;
  }

  .project-device {
    padding: 5%;
    border-radius: 2vw;
  }

  .logo-2 {
    max-width: 80%;
  }

  .outlined_button-2.mobile_login {
    padding-top: 10px;
  }

  .hamburger_line-2 {
    height: 1px;
  }

  .nav-container-2 {
    min-height: auto;
  }

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

  .mobile_menu-2 {
    margin-top: 65px;
  }

  .button-2.w--current {
    margin-top: 6px;
    padding-right: 8px;
    padding-left: 8px;
  }

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

  .navbar-2 {
    min-height: auto;
    padding: 2px 3%;
  }

  .dark_logo-2 {
    max-width: 80%;
  }

  .outlined_button-3-copy.mobile_login {
    padding-top: 10px;
  }

  .hero-creativity {
    display: none;
  }

  .hero-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .phone-tilted {
    border-radius: 3.5vw;
  }

  .project__device {
    border-radius: 3.5vw;
  }

  .project__device.project__device--desktop {
    box-shadow: 4px 2px 0 0 #252525, inset 0 0 3px 0 rgba(0, 0, 0, 0.7), 49px 49px 50px -20px rgba(0, 0, 0, 0.35);
  }

  .projects__dev-img {
    border-radius: 2.5vw;
  }

  .projects__dev-img.projects__dev-img--desktop {
    border-radius: 1.4vw;
  }

  .hero-section {
    height: auto;
    min-height: 0px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .phone-tilted-2 {
    border-radius: 3.5vw;
  }

  .hero__phone-img-3 {
    border-radius: 2.33vw;
  }

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

  .heading-jumbo {
    font-size: 9rem;
  }

  .button-6 {
    padding: 12px 18px;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .column-2 {
    margin-top: 75px;
  }

  .columns.invert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-2 {
    margin-top: 156px;
    padding-bottom: 0px;
  }

  .hero_photo1 {
    height: 100%;
  }

  .grid_item.is--header-text-container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .main-button {
    padding-right: 0.8em;
    padding-left: 0.8em;
  }

  .button-9.w--current {
    margin-top: 6px;
    padding-right: 8px;
    padding-left: 8px;
  }

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

  .paragraph-23.bottom {
    max-width: none;
  }

  .image-6 {
    width: 90%;
  }

  .column-4 {
    margin-top: 58px;
  }

  .faq-img {
    min-height: 40px;
    min-width: 50px;
  }

  .hero-text {
    width: 100%;
  }

  .container-6 {
    position: relative;
    z-index: 100;
  }

  .sticky {
    position: static;
  }

  .col-right {
    width: 100%;
  }

  .col-left {
    width: 100%;
    margin-bottom: 60px;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .review-slider-list-collection-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .no-margin {
    width: 65%;
  }

  .info-h4 {
    max-width: 500px;
  }

  .section-8 {
    padding: 40px 4%;
  }

  .section-heading-contain-2 {
    width: auto;
  }

  .logo_contain-2 {
    margin-bottom: 20px;
  }

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

  .container-1204 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-1204.cc-flex-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text_left {
    margin-bottom: 0px;
    padding-right: 40px;
    padding-bottom: 60px;
  }

  .block {
    margin-bottom: 40px;
  }

  .cta_block-copy.yellow_bg {
    width: 100%;
  }

  .cta_block-copy.blog_cta {
    padding: 30px;
  }

  .user-name-t2 {
    text-align: center;
  }

  .testimonials-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .user-picture-t2 {
    margin-right: auto;
    margin-left: auto;
  }

  .slide-1-t2 {
    margin-bottom: 55px;
  }

  .slider-t2 {
    height: auto;
  }

  .text-wrapper-t2 {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide-wrapper-t2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonials-t2 {
    padding: 40px 10px;
  }

  .company-name-t2 {
    text-align: center;
  }

  .slide-nav-t2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    font-size: 20px;
  }

  .quote-t2 {
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .card-2 {
    width: 100%;
    margin-bottom: 48px;
  }

  .list-item-text {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .sectionwhite.shadowup.backtoo {
    padding-bottom: 70px;
  }

  .ontopdiv.mockup-section {
    margin-top: 0px;
    background-color: transparent;
  }

  .slider-heading {
    padding-left: 10px;
  }

  .slider-col-1 {
    display: none;
  }

  .section-shadow {
    display: none;
  }

  .slider {
    height: 300px;
  }

  .slider-row {
    display: block;
  }

  .slider-list-2 {
    width: 90%;
  }

  .slide-mask {
    padding: 0px 50px;
  }

  .section-shadow-2 {
    display: none;
  }

  ._4_col_grid-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._4_col_grid-copy._3_rows {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._4_col_grid-copy.with_side_padding {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .icon_stacked_wrap-copy {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon_stacked_wrap-copy.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_stacked_wrap-copy {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon_stacked_wrap-copy.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_stacked_wrap-copy {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon_stacked_wrap-copy.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_stacked_wrap-copy {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon_stacked_wrap-copy.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_stacked_wrap-copy {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon_stacked_wrap-copy.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_stacked_wrap-copy {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon_stacked_wrap-copy.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_stacked_wrap-copy {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon_stacked_wrap-copy.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_stacked_wrap-copy {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon_stacked_wrap-copy.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_stacked_wrap-copy {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon_stacked_wrap-copy.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .step-3-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2-small {
    font-size: 40px;
    line-height: 48px;
  }

  .step-2 {
    left: 16px;
  }

  .process-image {
    width: 100%;
    margin-bottom: 24px;
    background-image: url('../images/Process-Image-Background-Mobile.png');
    background-size: cover;
  }

  .step-4-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-2-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-5-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-m.text-white.margin-m {
    margin-bottom: 16px;
  }

  .step-info {
    margin-left: 0px;
  }

  .section-13 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .step-heading.margin-xs {
    margin-bottom: 8px;
  }

  .step-1-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-form {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-13.black.form {
    height: 56px;
    margin-top: 24px;
    margin-left: 0px;
  }

  .button-13.black.form {
    height: 56px;
    margin-top: 24px;
    margin-left: 0px;
  }

  .hero_illustration {
    position: relative;
    display: none;
    width: 100%;
    height: 408px;
    margin-top: 48px;
  }

  .container-1208 {
    width: 90%;
  }

  .illustration {
    width: auto;
    height: 408px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-30.hero {
    max-width: 100%;
    margin-top: 24px;
    text-align: center;
  }

  .overflow-hidden {
    display: block;
  }

  .hero_text-wrap {
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .hero_mobile-image {
    position: relative;
    top: 80px;
    display: block;
    width: 100%;
    margin-top: 16px;
  }

  .section-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-14.hero {
    padding: 56px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logos-grid {
    grid-auto-flow: row;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-16 {
    padding: 40px 4%;
  }

  .section-16.overflow_hidden {
    padding-bottom: 80px;
  }

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

  .stacked_cards_background_contrast-2 {
    top: -15px;
  }

  .stacked_cards_background_contrast-2-copy {
    top: -15px;
  }

  .stacked_cards_background_purple {
    top: -15px;
  }

  .company-name-t2-2 {
    text-align: center;
  }

  .quote-t2-2 {
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .user-name-t2-2 {
    text-align: center;
  }

  .testimonials-wrapper-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown-3 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .jobs-list {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter-block {
    padding: 24px 20px;
  }

  .section-17 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .no-jobs-found {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-field-2.search {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .text-field-2.location {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .job-item {
    padding-right: 40px;
  }

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

  .jobs-list-wrapper {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .text-field-2-copy.search {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .text-field-2-copy.location {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .date-field.search {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .date-field.location {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .example-body {
    margin-bottom: 2rem;
  }

  .expander-body {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .cell {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .example-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .example-header {
    margin-bottom: 4rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .step-title {
    padding-bottom: 0.5rem;
    font-size: 1em;
  }

  .grid-9 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }

  .example-fluid {
    min-height: 320px;
    padding: 0.5rem;
    font-size: 10px;
  }

  .container-1211.large.shifted {
    margin-top: -4rem;
  }

  .container-1211.medium.shifted {
    margin-top: -4rem;
  }

  .stacked_cards_background_contrast-2-copy-2 {
    top: -15px;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-mask {
    width: 60%;
  }

  .example-collection-header {
    margin-bottom: 1.5rem;
  }

  .example-collection-cell {
    padding: 0.5rem;
  }

  .example-body-2 {
    margin-bottom: 2rem;
  }

  .example-collection-item {
    min-height: 100px;
  }

  .example-collection {
    min-height: 320px;
    padding: 1.125rem 1.5rem;
    font-size: 12px;
    line-height: 16px;
  }

  .example-wrapper-2 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .example-collection-grid {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }

  .example-collection-grid.nested {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .insurance-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-large-p-hero {
    width: auto;
  }

  .features-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .outlined_button-copy.display_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .outlined_button-copy.mobile_login {
    padding-top: 10px;
  }

  .insurance-section-copy {
    padding-right: 30px;
    padding-left: 30px;
  }

  .outlined_button_white.mobile_login {
    padding-top: 10px;
  }

  .content_contain_right {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content_contain_right.icon_content_side_by_side {
    width: 50%;
    margin-bottom: 49px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content_contain_right.no_bottom_margin {
    margin-bottom: 24px;
  }

  .content_contain_right.align_centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta_block-copy.yellow_bg {
    width: 100%;
  }

  .cta_block-copy.blog_cta {
    padding: 30px;
  }

  .cta_block_right.yellow_bg {
    width: 100%;
  }

  .cta_block_right.blog_cta {
    padding: 30px;
  }

  .outlined_button-2-copy.mobile_login {
    padding-top: 10px;
  }

  .featured-products-wrapper {
    padding-right: 48px;
    padding-left: 48px;
  }

  .product-page-intro-right {
    width: 100vw;
  }

  .product-page-intro-wrapper {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-detail-facts-wrapper {
    padding-right: 48px;
    padding-left: 48px;
  }

  .footer-wrapper {
    padding-right: 48px;
    padding-left: 48px;
  }

  .product-detail-quantity {
    padding-top: 12px;
  }

  .product-page-intro-left {
    width: 100vw;
  }

  .product-detail-title-and-quantity-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .product-overview-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bake72 {
    width: 300px;
    max-width: 100%;
  }

  .vitality-card {
    width: 300px;
    max-width: 100%;
  }

  .bake72-copy {
    width: 300px;
    max-width: 100%;
  }

  .price-detail-title-and-quantity-wrapper-copy {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .product-detail-facts-wrapper-copy {
    padding-right: 48px;
    padding-left: 48px;
  }

  .container-telehealth.top_padding_20 {
    padding-top: 40px;
  }

  .container-telehealth.author_template {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-detail-facts-wrapper-copy {
    padding-right: 48px;
    padding-left: 48px;
  }

  .section-copy {
    padding: 40px 4%;
  }

  .section-copy.hero_section_l1 {
    height: auto;
    max-height: 600px;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .section-copy.relative {
    padding-top: 40px;
  }

  .section-copy.no_top_bottom_padding.add_bottom_padding {
    padding-bottom: 40px;
  }

  .section-copy.hero_section_l2 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .section-copy.yellow_bg.no_side_padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-copy.feat_shop_section {
    height: 400px;
  }

  .section-copy.shop_by_cat_section {
    top: 50px;
    padding-top: 14px;
    padding-bottom: 24px;
  }

  .section-copy.product_section {
    padding-right: 4%;
    padding-bottom: 30px;
    padding-left: 4%;
  }

  .section-copy.overflow_hidden {
    padding-bottom: 80px;
  }

  .section-copy.v4_hero {
    padding-top: 55px;
  }

  .section-copy.v4_section-2 {
    padding-bottom: 16px;
  }

  .section-copy.v5_hero {
    height: auto;
    min-height: auto;
    padding-top: 110px;
    background-position: 50% 50%;
  }

  .section-copy.with-curves {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .section-copy.grey-gradient-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-copy.with-curve-below {
    padding-bottom: 60px;
  }

  .section-copy.pricing-2-hero {
    padding-top: 60px;
  }

  .section-copy.team-slider-section {
    width: 100%;
  }

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

  .section-copy.grey-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-copy.faq-section {
    padding-top: 60px;
  }

  .section-copy.pricing-v1 {
    padding-top: 92px;
  }

  .section-copy.add-bottom-curve {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .section-copy.career-section {
    padding-top: 50px;
  }

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

  .section-copy.about-v1-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .section-copy.documentation-hero {
    padding-top: 80px;
  }

  .section-copy.doc-category-template-hero {
    padding-top: 34px;
  }

  .section-copy.search-results {
    padding-top: 52px;
  }

  .section-copy.terms-section {
    padding-top: 50px;
  }

  .section-copy.integrations-hero {
    padding-top: 40px;
  }

  .section-copy.integrations-section {
    padding-top: 81px;
  }

  .section-copy.l1_section2 {
    padding-top: 160px;
  }

  .section-copy.style_guide {
    padding-top: 50px;
  }

  .section-copy.intro_hero {
    max-height: none;
    min-height: auto;
  }

  .section-copy.blog-template {
    padding-top: 60px;
  }

  .section-copy.components {
    overflow: visible;
    padding-top: 50px;
  }

  .section-copy.instructions {
    padding-top: 50px;
  }

  .banner-bar {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

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

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

  .page-padding {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .button-17 {
    position: static;
    font-family: Proximanova, sans-serif;
  }

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

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

  .layout10_icon-wrapper {
    width: 3rem;
    height: 3rem;
  }

  .layout10_item {
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

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

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

  .process_item {
    padding: 1.5rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

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

  .heading-large {
    font-size: 2rem;
  }

  .box-group-corner {
    width: 1.5rem;
    height: 1.5rem;
  }

  .stripe-horizontal-wrapper {
    height: 0.625rem;
  }

  .stripe-horizontal-wrapper.is-top {
    top: -0.625rem;
  }

  .text-size-xlarge {
    font-size: 1.25rem;
  }

  .section-title {
    font-size: 0.875rem;
  }

  .features4_item {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .clients1_component {
    padding: 1.5rem 1.25rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .subscribe-form1_submit {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .section-title-2 {
    font-size: 0.875rem;
  }

  .page-padding-2 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .subscribe-form1_wrapper {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
  }

  .subscribe-form1_input {
    min-width: auto;
  }

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

  .banner-bar-2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .home-cta_content-right {
    padding: 3.5rem 1.25rem;
  }

  .stripe-vertical-wrapper {
    width: 0.625rem;
  }

  .stripe-vertical-wrapper.is-left-out {
    left: -0.625rem;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .heading-small {
    font-size: 1.125rem;
  }

  .layout9_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0rem;
    -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;
  }

  .layout9_content-wrapper {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .layout9_title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .layout9_tab-pane {
    padding-top: 2rem;
  }

  .layout9_number-wrapper {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
    margin-bottom: 0rem;
  }

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

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

  .testimonials1_client-wrapper {
    margin-top: 1.25rem;
    grid-auto-flow: row;
  }

  .layout10_item-copy {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .blog-card {
    width: 56%;
    height: 300px;
  }

  .layout16_component {
    padding: 2.5rem;
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-white {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .services-box {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .services-skinny-item {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .page-padding-3 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

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

  .footer2_title {
    font-size: 1.1rem;
  }

  .footer2_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-large-2 {
    font-size: 2rem;
  }

  .vitality-card-1 {
    width: 300px;
    max-width: 100%;
  }

  .nad-card {
    width: 300px;
    max-width: 100%;
  }

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

  .header5_content {
    max-width: none;
  }

  .page-padding-4 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .layout5_image {
    height: auto;
  }

  .button-20 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .product-detail-quantity-2 {
    padding-top: 12px;
  }

  .nad-card- {
    width: 300px;
    max-width: 100%;
  }

  .immunity-card {
    width: 300px;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
    line-height: 48px;
    text-align: center;
  }

  h2 {
    text-align: center;
  }

  h3 {
    text-align: center;
  }

  h4 {
    
  }

  h5 {
    text-align: center;
  }

  p {
    text-align: center;
  }
  
  .text-align-left{
    text-align: left;  
  }
  
  .section {
    padding: 30px 5%;
  }

  .section.hero_section_l1 {
    height: auto;
    max-height: none;
    min-height: 680px;
    padding-top: 70px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.footer_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .section.hero_section_l2 {
    padding-bottom: 0px;
  }

  .section.feat_shop_section {
    height: auto;
  }

  .section.shop_by_cat_section {
    top: 46px;
    padding-top: 14px;
    padding-bottom: 24px;
  }

  .section.v4_hero {
    padding-top: 40px;
  }

  .section.v5_hero {
    padding-top: 105px;
    padding-bottom: 50px;
  }

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

  .section.grey-gradient-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.jobs_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.grey-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.faq-section {
    padding-top: 42px;
  }

  .section.pricing-v1 {
    padding-top: 70px;
  }

  .section.add-bottom-curve {
    padding-top: 0px;
    padding-bottom: 65px;
  }

  .section.services-section {
    padding-top: 70px;
  }

  .section.about-v1-section {
    padding-bottom: 40px;
  }

  .section.doc-category-template-hero {
    padding-top: 26px;
  }

  .section.search-results {
    padding-top: 54px;
  }

  .section.terms-section {
    padding-top: 50px;
  }

  .section.integrations-hero {
    padding-top: 40px;
  }

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

  .section.l1_section2 {
    padding-top: 40px;
  }

  .section.intro_hero {
    padding-top: 62px;
  }

  .section.blog-template {
    padding-top: 56px;
  }

  .section.components {
    overflow: visible;
  }

  .container {
    margin-top: auto;
  }

  .container.documentation-and-integrations-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.top_padding_20 {
    padding-top: 30px;
  }

  .container.footer_2_copyrights {
    padding-top: 25px;
  }

  .content_contain {
    margin-top: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content_contain._55_percent_width {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content_contain.icon_content_side_by_side {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content_contain.no_bottom_margin {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero_div_line {
    margin-bottom: 12px;
  }

  .new_product_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .small_title {
    margin-top: 12px;
  }

  .small_title.yellow_bg {
    margin-top: 0px;
    margin-bottom: 13px;
  }

  .small_title.white_text {
    margin-top: 0px;
  }

  .l1_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field {
    border-right-color: #15113b;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
  }

  .text-field.large_form_text_field {
    border-right-color: #15113b;
  }

  .text-field.auto_height {
    border-right-color: #15113b;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .submit-button {
    width: 100%;
    margin-top: 16px;
    margin-left: 0px;
  }

  .submit-button.yellow_submit {
    left: 20px;
    top: -7px;
    bottom: 10px;
    width: 25%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  }

  .submit-button.protected-page-submit {
    margin-top: 4px;
  }

  .l1_hero_image {
    position: static;
    bottom: -27%;
    display: block;
    width: 80%;
    margin-top: 30px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.answer {
    padding-left: 0px;
  }

  .logos_33_percent_contain.top_bottom_padding {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .logo_wrap._33_percent_width {
    width: 50%;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo_wrap._25_percent_wrap {
    width: 50%;
    margin-bottom: 34px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .logo_wrap._20_percent_wrap {
    padding-right: 5px;
    padding-left: 5px;
  }

  .outlined_button.dark_outline {
    display: none;
  }

  .outlined_button.mobile_login {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .outlined_button.intro_button {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }

  ._2_col_grid {
    position: static;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  ._2_col_grid.three_rows {
    padding-top: 20px;
  }

  ._2_col_grid.reverse_wrap_on_mobile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._2_col_grid.product_grid {
    padding-top: 72px;
  }

  ._2_col_grid.with_2_rows {
    margin-top: 16px;
  }

  ._2_col_grid.media-grid {
    padding-top: 24px;
  }

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

  ._2_col_grid.with-margin {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .h2 {
    text-align: center;
  }

  .text_link.left-padding {
    padding-left: 0px;
  }

  .footer_column {
    width: 100%;
  }

  .footer_buttons_contain {
    width: 100%;
  }

  .button.w--current {
    margin-top: 0px;
  }

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

  .button.top-margin-20px {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.submit-btn-contact-2 {
    margin-top: 0px;
  }

  .button.no_margin_mobile {
    margin-top: 0px;
  }

  .button.dark_blue {
    display: block;
    margin-left: auto;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .button.buy-now {
    width: 100%;
  }

  .footer_cta_wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .copyrights {
    font-size: 14px;
    text-align: left;
  }

  .copyrights.dark-copyrights {
    font-size: 14px;
  }

  .h3 {
    text-align: center;
  }

  .h3.doc-category-title {
    text-align: left;
  }

  .body {
    background-color: #fff;
  }

  .image_contain {
    padding-right: 0px;
  }

  .navbar {
    padding: 0px 20px;
  }

  .navbar.dark_bg {
    padding-right: 20px;
  }

  .brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .logo {
    max-width: 80%;
  }

  .written_content {
    padding-top: 0px;
    text-align: center;
  }

  .h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .h1.meet-our-team-h1 {
    max-width: 250px;
    font-size: 64px;
    line-height: 75px;
  }

  .sub_heading_large {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

  .email-form-block {
    min-width: 280px;
  }

  .email-form-block._100_percent {
    padding-top: 0px;
  }

  .form_l2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._3_col_cards_contain {
    margin-top: 0px;
    padding-top: 0px;
  }

  .card {
    text-align: center;
  }

  ._3_col_grid.less-gaps {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ticks_contain {
    padding-top: 2px;
  }

  .ticks_contain.align_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tick {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
  }

  .tick.white_text {
    margin-right: 5px;
    margin-left: 5px;
  }

  .quote_contain {
    text-align: center;
  }

  .quote {
    text-align: center;
  }

  .quote.large_quote {
    font-size: 30px;
    line-height: 36px;
  }

  .quote_author {
    text-align: center;
  }

  .quote_logo {
    max-width: none;
    padding-top: 15px;
  }

  .logo_contain {
    margin-bottom: 0px;
  }

  .card_icon {
    left: 41%;
    top: -11%;
    right: 0%;
    bottom: auto;
  }

  .card_icon.taller_icon {
    top: -14%;
  }

  .cta_block.yellow_bg {
    padding-top: 0px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .cta_block.dark_bg {
    padding-right: 12px;
    padding-left: 12px;
  }

  .divider._150px {
    height: 40px;
  }

  .login-logo-image {
    margin-left: 0px;
  }

  .copy_rights {
    margin-top: 46px;
    text-align: center;
  }

  .home_link {
    text-align: center;
  }

  .log_in_side {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

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

  .feat-shop-collection-item {
    height: 250px;
  }

  .feat-shop-collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shop-collection-list-wrapper.shop-v2 {
    padding-top: 12px;
  }

  .shop-collection-item {
    height: 300px;
  }

  .price {
    text-align: center;
  }

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

  .category_link {
    margin-right: 6px;
    margin-bottom: 10px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 16px;
  }

  .category_link.shop-v2-category-link {
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .category-collection-list {
    text-align: center;
  }

  .side_by_side_button_contain {
    display: none;
    margin-top: 0px;
    margin-bottom: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon_3_col_grid_contain.bottom-boarder {
    padding-top: 2em;
  }

  .icon_stacked_wrap {
    width: 100%;
  }

  .icon_stacked_wrap.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_description.align_left {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 400;
    text-align: center;
  }

  .icon_description.no-max-width {
    text-align: center;
  }

  .icon_perk {
    font-size: 14px;
    text-align: center;
  }

  .categories_contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shop_by_cat_contain {
    margin-bottom: 10px;
  }

  .product_description_contain {
    padding-top: 0px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .category_collection_list_wrapper {
    padding-bottom: 10px;
    text-align: center;
  }

  .stacking_cards_contain {
    margin-top: 34px;
    margin-bottom: 16px;
  }

  .stacking_cards_contain.justify_start {
    margin-bottom: 16px;
    margin-left: -66px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .card_stack {
    width: 250px;
    height: 270px;
  }

  .card_stack.card_stack_2 {
    left: 16%;
    top: 0%;
    right: auto;
    bottom: 0%;
    margin-left: 0px;
  }

  .card_stack.card_stack_2.absolute_left {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .card_stack.card_stack_3 {
    left: 17%;
    top: 0%;
    right: auto;
    bottom: 0%;
    margin-left: 0px;
  }

  .card_stack.card_stack_3.absolute_left {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .stacked_cards_background_contrast {
    width: 300px;
    height: 300px;
  }

  .stacked_cards_background_contrast.teal_bg {
    left: 58px;
    top: -7px;
  }

  .order-status-wrap {
    margin-right: 13px;
    margin-left: 13px;
  }

  .circle_image_wrap {
    width: 250px;
    height: 250px;
  }

  .quote-card-grid {
    padding-right: 10px;
    padding-left: 10px;
  }

  .quote-card-image-wrap {
    margin-right: 9px;
    margin-left: 20px;
  }

  .quote-card {
    padding: 50px 16px 16px;
  }

  .right-side-card-col {
    text-align: center;
  }

  .quote-card-image {
    left: 5%;
  }

  .quote-card-image.bottom-image {
    left: 1%;
    top: 26%;
  }

  .left-side-card-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .section-heading-contain {
    width: auto;
  }

  .section-heading-contain._600px {
    width: 80%;
    min-width: 280px;
  }

  .video-lightbox-image {
    height: 250px;
  }

  .video-lightbox-image.careers-lightbox {
    height: 350px;
    background-position: 10% 50%;
  }

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

  .tab-link.w--current {
    background-color: rgba(255, 211, 67, 0.1);
  }

  .quote-tab-wrapper {
    padding: 36px;
  }

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

  .link {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    background-color: #ff037a;
    color: #fff;
    text-align: center;
  }

  .rated {
    padding-top: 10px;
    padding-left: 0px;
    text-align: center;
  }

  .image-28 {
    margin-right: 30px;
  }

  .written-content-contain {
    text-align: center;
  }

  .h4 {
    text-align: center;
  }

  .point {
    text-align: center;
  }

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

  .tabs-content {
    padding-top: 18px;
  }

  .yellow-box {
    height: 50px;
  }

  .team-quotes-slider {
    width: 280px;
    max-height: 180px;
  }

  .mobile-photos-col-2 {
    margin-top: -50px;
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    -ms-grid-rows: 130px 226px 50px;
    grid-template-rows: 130px 226px 50px;
  }

  .team-hero-image-wrapper {
    margin-top: -1%;
  }

  .dark-blue-block {
    height: 57px;
  }

  .social_links_wrapper {
    margin-top: 10px;
  }

  .social_links_wrapper.justify_start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .meet-our-team-wrap {
    padding-top: 84px;
    padding-left: 0px;
  }

  .name {
    font-size: 12px;
  }

  .rest-of-team-wrap {
    height: 120px;
    min-height: auto;
  }

  .mobile-leadership-col-2 {
    margin-top: -40px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-rows: 180px 150px 168px;
    grid-template-rows: 180px 150px 168px;
  }

  .pulse-wrap {
    width: 20.7px;
    height: 20.7px;
    margin-left: -68px;
  }

  .meet-our-team-blob {
    width: 95%;
    height: auto;
    max-width: 320px;
  }

  .mobile-photos-grid {
    max-height: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .photo-wrapper.middle-col-image-2 {
    height: 158px;
  }

  .photo-wrapper.last-col-image-1 {
    height: 226px;
  }

  .photo-wrapper._600px_height {
    height: 242px;
  }

  .photo-wrapper.middle-col-image-1 {
    height: 130px;
  }

  .rest-of-team-hover-overlay {
    padding-right: 10px;
    padding-left: 10px;
  }

  .slant {
    top: -11%;
    width: 102%;
  }

  .leadership-bio-text {
    font-size: 12px;
    line-height: 16px;
  }

  .leadership-bio-text.title {
    font-size: 12px;
    line-height: 16px;
  }

  .leadership-wrap {
    height: 210px;
  }

  .leadership-wrap.col-3-row-2 {
    height: 168px;
  }

  .leadership-wrap.col-3-row-1 {
    height: 180px;
  }

  .leadership-wrap.col-1-row-2 {
    height: 150px;
  }

  .leadership-wrap.col-2-row-1 {
    height: 190px;
  }

  .mobile-photos-col-1 {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    -ms-grid-rows: 242px 158px;
    grid-template-rows: 242px 158px;
  }

  .department {
    font-size: 12px;
  }

  .employee-quote {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
  }

  .mobile-leadership-col-1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-rows: 210px 190px 57px;
    grid-template-rows: 210px 190px 57px;
  }

  .mobile-meet-our-team-grid {
    padding-top: 73px;
    padding-right: 0%;
    padding-left: 0%;
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }

  .contact-content {
    padding-right: 0px;
    text-align: center;
  }

  .contact_image {
    margin-top: 0px;
  }

  .h2_wrapper {
    padding-right: 14px;
    padding-bottom: 0px;
    padding-left: 14px;
  }

  .h2_wrapper.contact_h2_wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-form-v1 {
    padding: 0px;
  }

  .form_field.initial-white-bg {
    width: 100%;
  }

  .form_field.quantity-field {
    width: 100%;
    text-align: center;
  }

  .field-label {
    padding-left: 0px;
  }

  .field-checkbox {
    width: 100%;
    margin-top: 6px;
  }

  .google-map {
    height: 24rem;
  }

  .form {
    text-align: center;
  }

  .coming-soon-content-wrapper {
    padding-top: 42px;
  }

  .social_link.first-link.team {
    padding: 2px 6px;
    background-color: transparent;
  }

  .social_link.team {
    margin-right: 5px;
    margin-left: 5px;
    padding: 2px 6px;
    background-color: transparent;
  }

  .copy_rights-2 {
    margin-top: 46px;
    text-align: center;
  }

  .registration_form_block {
    width: 95%;
  }

  .pricing-tab-title {
    text-align: center;
  }

  .pricing-choice-contain.on-mobile {
    padding-right: 0px;
    padding-left: 0px;
  }

  .most-popular-div {
    position: static;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .core-product-wrapper.on-mobile {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .core-product {
    font-size: 14px;
    text-align: center;
  }

  .core-product-icon-wrapper {
    text-align: center;
  }

  .pricing-break-down-table-wrap {
    display: none;
  }

  .pricing-break-down-table {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 20px;
  }

  .pricng-break-down-cols.grey-bg {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pricng-break-down-cols._2-col {
    padding-left: 0px;
  }

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

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

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

  .premium-wrap {
    margin-left: 0px;
    text-align: center;
  }

  .close-wrapper.newwsletter-close {
    padding-top: 12px;
    padding-right: 22px;
  }

  .jobs_tabs {
    padding-top: 25px;
  }

  .job_link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pricing_card {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .pricing_cards_wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .faq-icon-wrap {
    margin-right: 0px;
    margin-bottom: 9px;
  }

  .faq-block {
    min-width: auto;
    padding: 10px 10px 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;
  }

  .line-break.grey {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .faqs_wrap {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .upload-file-placeholder {
    padding-top: 16px;
  }

  .services_icon {
    max-width: 20%;
    padding-bottom: 0px;
  }

  .service_card_tab {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 6px 32px;
    -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;
  }

  .service_card_tab.w--current {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 6px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .whats_included_list_wrapper {
    padding-top: 10px;
  }

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

  .services_tabs {
    padding-top: 30px;
  }

  .whats_included {
    padding-top: 25px;
  }

  .services_tabs_menu {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .field-label-2 {
    text-align: center;
  }

  .shop-v2-card {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .shop-v2-card.categories-navbar-v2 {
    top: 40px;
    height: auto;
  }

  .search-nav {
    padding-bottom: 12px;
  }

  .utility-page-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .docs-and-integrations-navbar {
    top: 45px;
    width: 100%;
    height: auto;
    padding: 5px 12px 12px;
  }

  .documentations {
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 12px;
  }

  .documentation-category-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .breadcrumbs {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .breadcrumbs.on-integrations-template {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .breadcrumb {
    margin-right: 2px;
    margin-left: 2px;
    font-size: 14px;
    font-weight: 500;
  }

  .breadcrumb.w--current {
    margin-left: 2px;
  }

  .breadcrumb_arrow {
    font-size: 14px;
  }

  .collection-breadcrumb {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .news-card {
    width: 100%;
    min-height: 250px;
    margin-right: 0%;
  }

  .news-card.news-card-2 {
    min-height: 250px;
  }

  .news-card-image {
    width: 60%;
  }

  .news-card-image.news-card-image-2 {
    width: 60%;
  }

  .search-result-item {
    padding: 16px;
    text-align: center;
  }

  .integration-feat-card {
    margin-right: 10px;
    margin-left: 10px;
  }

  .feature-div {
    position: relative;
    z-index: 2;
  }

  .integrations-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .integration-icon {
    max-width: 100%;
    margin-bottom: 0px;
  }

  .integrations-icon-wrap {
    height: 60px;
    min-height: auto;
  }

  .integration-circles-wrap {
    bottom: -40px;
  }

  .integration-circle {
    width: 90px;
    height: 90px;
  }

  .sub_heading.blog_sub_heading {
    padding-top: 8px;
    font-size: 16px;
    text-align: center;
  }

  .integrations-icon {
    max-width: 80%;
  }

  .taas-icon {
    max-width: 80%;
  }

  .feature-post-image {
    height: 300px;
  }

  .feat_blog_content_display {
    margin-right: 10px;
    margin-left: 10px;
    padding: 12px 20px;
  }

  .author_circle_img {
    width: 40px;
    height: 40px;
  }

  .feat_author {
    font-size: 14px;
  }

  .blog-category-link {
    margin-left: 6px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .blog_small_heading {
    min-height: auto;
  }

  .blog_h_wrap {
    padding-right: 7px;
  }

  .align_left {
    text-align: center;
  }

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

  .mobile_pricing_cta {
    margin-top: 20px;
    text-align: center;
  }

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

  .author_link {
    margin-top: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .author_link.bottom_margin {
    margin-bottom: 12px;
  }

  .blog-collection-item {
    text-align: center;
  }

  .category_link_collection_list_wrapper {
    text-align: center;
  }

  .blog_image_wrap {
    height: 180px;
  }

  .blog_info_nav {
    top: 55px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog_post_content {
    padding-top: 0px;
  }

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

  .blog_cards_collection_list_wrapper {
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pop_up_contain {
    display: none;
    width: 100%;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .newsletter-title-contain {
    width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pop_up {
    height: auto;
    padding: 50px 12px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sticky_nav.left {
    top: 45px;
    margin-top: 8px;
  }

  .author_card {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .component_link {
    width: 46%;
    margin-bottom: 7px;
    padding: 6px;
  }

  ._50_percent_block_tablet {
    padding-right: 12px;
    padding-left: 12px;
    text-align: center;
  }

  .dashboard_wrap {
    margin-bottom: -65px;
  }

  .style_block {
    padding: 20px;
  }

  .text_links {
    text-align: center;
  }

  .color-wrapper {
    width: 50%;
  }

  .colors-contain {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._350_max {
    max-width: 250px;
  }

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

  .image-licensing-grid.icons {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .image-licensing-grid.mock-ups {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-licensing-grid.desktop {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .text_block {
    text-align: center;
  }

  .hamburger_line {
    height: 1px;
  }

  .keep_left_mobile {
    text-align: left;
  }

  .iphone_image {
    max-width: 60%;
  }

  .keep_left_mobile_landscape {
    text-align: center;
  }

  .form-fields-wrap {
    width: 100%;
  }

  .message-wrap {
    width: 100%;
  }

  .press-h1 {
    max-width: 250px;
  }

  .cart {
    margin-right: 30px;
  }

  .align_left_mobile_landscape {
    text-align: center;
  }

  .mobile_menu {
    margin-top: 49px;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  .mobile_login {
    text-align: center;
  }

  .intro_yellow_element {
    bottom: 3%;
  }

  .intro_hero_image {
    width: 100vw;
    margin-top: -14px;
  }

  .landing-page-wrapper {
    margin-bottom: 30px;
  }

  .landing-page_contain {
    margin-top: 6px;
  }

  .landing-page_contain.short_page {
    height: 200px;
  }

  .pop_up_heading {
    max-width: 200px;
    text-align: left;
  }

  .footer_links_wrapper {
    margin-top: 26px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer_col {
    width: 100%;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .footer_col.last_col {
    height: 265px;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-link.footer-link-12-dark {
    text-align: center;
  }

  .discounts {
    padding: 12px;
  }

  .heading-2 {
    display: block;
  }

  .phone-flat {
    width: 50vw;
    padding: 2.8vw;
    border-radius: 6.5vw;
  }

  .phone-btn {
    width: 1vw;
    height: 10vw;
    margin-top: 14vw;
  }

  .hero__phone-img {
    border-radius: 4.5vw;
  }

  .phone-cutout {
    height: 3vw;
    margin-top: 2.8vw;
    border-bottom-left-radius: 4vw;
    border-bottom-right-radius: 4vw;
  }

  .phone-speaker {
    width: 7vw;
    height: 1vw;
  }

  .boton-1.btn-pastilla {
    left: 54px;
    bottom: -3px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  .block-tag.center {
    letter-spacing: 1.5px;
  }

  .hijo-pastilla {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .div-block-58-copy {
    position: relative;
  }

  .wrap-contenido-pastilla {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: auto;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .take-action-row {
    padding-bottom: 0px;
  }

  .primer-hijo-pastilla {
    display: block;
    margin-top: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-btn2.btn-pastilla-copy {
    left: 67px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .card-btn2.btn-pastilla-copy {
    left: 54px;
    bottom: -3px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .div-block-58 {
    position: relative;
  }

  .card-text {
    font-size: 12px;
  }

  .take-action-sub {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero__device {
    width: 38vw;
    padding: 1.5vw;
    border-radius: 5.5vw;
  }

  .hero__device:hover {
    -webkit-transform: rotate(0deg) scale(1.1) translate(-8%, 0px);
    -ms-transform: rotate(0deg) scale(1.1) translate(-8%, 0px);
    transform: rotate(0deg) scale(1.1) translate(-8%, 0px);
  }

  .hero__phone-img-2 {
    border-radius: 4.5vw;
  }

  .device-container {
    width: 100%;
    margin-top: 8vw;
  }

  .project-device {
    border-radius: 2.5vw;
  }

  .heading-13 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-14 {
    color: #50019b;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-15 {
    color: #50019b;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-16 {
    color: #50019b;
    font-size: 20px;
    line-height: 24px;
  }

  .logo-2 {
    max-width: 80%;
  }

  .outlined_button-2.dark_outline {
    display: none;
  }

  .outlined_button-2.mobile_login {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hamburger_line-2 {
    height: 1px;
  }

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

  .mobile_menu-2 {
    margin-top: 49px;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  .button-2.w--current {
    margin-top: 0px;
  }

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

  .navbar-2 {
    padding: 0px 20px;
  }

  .navbar-2.dark_bg {
    padding-right: 20px;
  }

  .navbar-2.dark_bg {
    padding-right: 20px;
  }

  .cart-2 {
    margin-right: 30px;
  }

  .dark_logo-2 {
    margin-top: 0px;
  }

  .cards__card {
    margin-top: 6vw;
  }

  .hero__heading {
    padding-top: 0em;
  }

  .heading-17 {
    width: 30em;
    max-width: 300px;
    text-align: left;
  }

  .paragraph-19 {
    width: 90vw;
    text-align: left;
  }

  .paragraph-20 {
    font-size: 16px;
  }

  .outlined_button-3-copy.dark_outline {
    display: none;
  }

  .outlined_button-3-copy.mobile_login {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-creativity {
    display: block;
    height: 40%;
    margin-bottom: 0px;
  }

  .hero-content {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-container {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .phone-tilted {
    width: 50vw;
    padding: 2.8vw;
    border-radius: 6.5vw;
  }

  .phone-tilted:hover {
    -webkit-transform: rotate(0deg) scale(1.1) translate(-8%, 0px);
    -ms-transform: rotate(0deg) scale(1.1) translate(-8%, 0px);
    transform: rotate(0deg) scale(1.1) translate(-8%, 0px);
  }

  .project__device {
    width: 40vw;
    padding: 1.5vw;
    border-radius: 4vw;
  }

  .project__device.project__device--desktop {
    left: 0px;
    width: 100%;
    border-radius: 2vw;
    -webkit-transform: rotateX(0deg) rotateY(-16deg) rotateZ(-10deg) translate3d(18vw, 0px, 64vw);
    transform: rotateX(0deg) rotateY(-16deg) rotateZ(-10deg) translate3d(18vw, 0px, 64vw);
  }

  .project__device.project__device--desktop:hover {
    -webkit-transform: rotate(0deg) scale(1.1) translate(0%, 0px);
    -ms-transform: rotate(0deg) scale(1.1) translate(0%, 0px);
    transform: rotate(0deg) scale(1.1) translate(0%, 0px);
  }

  .projects__dev-img {
    border-radius: 3.5vw;
  }

  .headline {
    font-size: 2.5rem;
  }

  .hero-section {
    margin-top: 40px;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }

  .phone-tilted-2 {
    width: 50vw;
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding: 2.8vw;
    border-radius: 6.5vw;
  }

  .phone-tilted-2:hover {
    -webkit-transform: rotate(0deg) scale(1.1) translate(-8%, 0px);
    -ms-transform: rotate(0deg) scale(1.1) translate(-8%, 0px);
    transform: rotate(0deg) scale(1.1) translate(-8%, 0px);
  }

  .hero__phone-img-3 {
    border-radius: 4.5vw;
  }

  .image-32 {
    position: relative;
  }

  .quick-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -112px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-3 {
    width: 80vw;
  }

  .heading-jumbo {
    font-size: 7rem;
  }

  .ql-link {
    width: 100%;
    border-bottom: 4px solid #000;
    border-right-style: none;
  }

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

  .column-2 {
    margin-top: 0px;
  }

  .column-2.hero {
    margin-top: -10px;
  }

  .paragraph-21 {
    max-width: none;
  }

  .section-2 {
    margin-top: 82px;
    padding-top: 5px;
    padding-bottom: 0px;
  }

  .button-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-18 {
    font-size: 36px;
  }

  .image-5 {
    width: 90%;
  }

  .button-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-61 {
    margin-top: 10px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .is--1-67em-bp {
    margin-bottom: 5em;
  }

  .grid_item.is--hero-img1 {
    width: 100%;
  }

  .grid_item.is--header-text-container {
    width: 100%;
    margin-bottom: 32px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-5.is--hero {
    padding-top: 72px;
  }

  .paragraph-22 {
    font-size: 5vw;
  }

  .heading-20 {
    max-width: 120vw;
    margin-top: 0px;
    font-size: 3em;
    text-align: left;
  }

  .button-9.w--current {
    margin-top: 0px;
  }

  .section-6 {
    padding-top: 78px;
  }

  .heading-bottom {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .div-block-4 {
    width: auto;
  }

  .paragraph-23 {
    max-width: none;
  }

  .image-6 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .button-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-10.no-padding {
    max-width: 50%;
  }

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

  .faq-img {
    display: none;
  }

  .hero-text {
    width: 100%;
  }

  .logo-request {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-7 {
    padding: 40px 20px;
  }

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

  .link-10 {
    position: static;
    font-family: Poppins, sans-serif;
    color: #ff037a;
    text-align: left;
  }

  .link-10.cool-link {
    text-align: center;
  }

  .link-11 {
    text-align: left;
    text-decoration: underline;
  }

  .review-slider-container {
    padding-bottom: 152px;
  }

  .left-arrow-2 {
    left: auto;
    top: auto;
    right: 72px;
    bottom: -72px;
  }

  .right-arrow-2 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -72px;
  }

  .no-margin {
    width: 100%;
  }

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

  .h2-2.light {
    font-size: 24px;
  }

  .image-2 {
    display: none;
  }

  .section-8 {
    padding: 30px 5%;
  }

  .section-heading-contain-2 {
    width: auto;
  }

  .logo_contain-2 {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .partners-logo {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .wavey_lines_bottm {
    bottom: -3%;
    display: block;
  }

  .container-1202.desjtop {
    display: none;
  }

  .container-1202.mobile {
    display: block;
  }

  .card-step {
    padding-top: 10px;
  }

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

  .card__wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .container-1204 {
    overflow: visible;
    padding-right: 28px;
    padding-left: 28px;
  }

  .block-title {
    font-size: 3rem;
  }

  .block-text {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .text_left {
    padding-right: 0px;
    padding-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .block {
    top: 24%;
    padding: 28px 32px 32px;
    font-size: 24px;
  }

  .block._2 {
    top: 24%;
  }

  .block._3 {
    top: 28%;
  }

  .block._1 {
    top: 20%;
  }

  .block._4 {
    top: 32%;
  }

  .button-7-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cta_block-copy.yellow_bg {
    padding-top: 0px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .cta_block-copy.dark_bg {
    padding-right: 12px;
    padding-left: 12px;
  }

  .link-copy {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    background-color: #ff037a;
    color: #fff;
    text-align: center;
  }

  .slider-item {
    width: 78vw;
    height: 110vw;
  }

  .container-1205 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .slider-navigation-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0px;
  }

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

  .col-2 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

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

  .image-38 {
    bottom: 40px;
  }

  .image-40 {
    left: 200px;
    top: auto;
    bottom: 10px;
    width: 80px;
  }

  .side_by_side_button_contain-copy {
    display: block;
    margin-top: 0px;
    margin-bottom: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonials-wrapper {
    width: 100%;
    border-radius: 0px;
  }

  .user-picture-t2 {
    width: 200px;
  }

  .testimonials-t2 {
    width: 100%;
  }

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

  .slide-nav-5.first-slider {
    margin-bottom: -50px;
  }

  .slider-slide {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .ontopdiv {
    width: auto;
    margin-top: -100px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .ontopdiv.mockup-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .slider-col-1 {
    display: block;
    height: auto;
  }

  .slider {
    height: 310px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .slider-list-2 {
    width: 100%;
  }

  .slide-mask {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-col-2 {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .lottie-animation-10 {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 0;
    display: none;
    margin-right: 20px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .icon_3_col_grid_contain-copy.bottom-boarder {
    padding-top: 2em;
  }

  ._4_col_grid-copy.less-gaps {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .icon_stacked_wrap-copy {
    width: 100%;
  }

  .icon_stacked_wrap-copy.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_stacked_wrap-copy {
    width: 100%;
  }

  .icon_stacked_wrap-copy.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_stacked_wrap-copy {
    width: 100%;
  }

  .icon_stacked_wrap-copy.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_stacked_wrap-copy {
    width: 100%;
  }

  .icon_stacked_wrap-copy.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_stacked_wrap-copy {
    width: 100%;
  }

  .icon_stacked_wrap-copy.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_stacked_wrap-copy {
    width: 100%;
  }

  .icon_stacked_wrap-copy.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_stacked_wrap-copy {
    width: 100%;
  }

  .icon_stacked_wrap-copy.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_stacked_wrap-copy {
    width: 100%;
  }

  .icon_stacked_wrap-copy.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_stacked_wrap-copy {
    width: 100%;
  }

  .icon_stacked_wrap-copy.align_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2-small {
    font-size: 36px;
    line-height: 44px;
  }

  .hero-form {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-field {
    height: auto;
  }

  .button-13 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .button-13.black.form {
    margin-top: 16px;
    margin-left: 0px;
  }

  .button-13.black.form {
    display: none;
    margin-top: 16px;
    margin-left: 0px;
  }

  .hero_illustration {
    display: none;
    overflow: visible;
    margin-top: 0px;
  }

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

  .paragraph-30.hero {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: left;
  }

  .hero_text-wrap {
    display: block;
    height: 100%;
  }

  .h1-2 {
    font-size: 40px;
  }

  .hero_mobile-image {
    position: relative;
    top: 79px;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .section-14.hero {
    margin-top: 10px;
    padding-top: 48px;
  }

  .heading-35 {
    text-align: left;
  }

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

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

  .logos-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .section-16 {
    padding: 30px 5%;
  }

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

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

  .stacked_cards_background_contrast-2 {
    width: 300px;
    height: 300px;
  }

  .stacked_cards_background_contrast-2.teal_bg {
    left: 58px;
    top: -7px;
  }

  .stacked_cards_background_contrast-2-copy {
    width: 300px;
    height: 300px;
  }

  .stacked_cards_background_contrast-2-copy.teal_bg {
    left: 58px;
    top: -7px;
  }

  .stacked_cards_background_purple {
    width: 300px;
    height: 300px;
  }

  .stacked_cards_background_purple.teal_bg {
    left: 58px;
    top: -7px;
  }

  .testimonials-wrapper-2 {
    width: 100%;
    border-radius: 0px;
  }

  .heading-36 {
    font-size: 30px;
    line-height: 36px;
  }

  .section-17 {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
  }

  .text-field-2.search.jetboost-list-search-input-54nw {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    border-right-style: none;
    border-bottom-style: dashed;
    border-bottom-color: #e0e0e0;
  }

  .fields-row {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  }

  .jobs-list-wrapper {
    margin-top: -60px;
    margin-right: -20px;
    margin-left: -20px;
    padding-bottom: 20px;
    border-radius: 0px;
    background-color: #6600c7;
  }

  .text-block-23 {
    position: relative;
    right: 10px;
    color: #e0e0e0;
  }

  .text-block-24 {
    margin-bottom: 0px;
    color: #092457;
    text-align: left;
  }

  .text-field-2-copy.search.jetboost-list-search-input-54nw-copy {
    width: 100%;
    margin-top: 10px;
    border-right-style: none;
    border-bottom-style: dashed;
    border-bottom-color: #e0e0e0;
  }

  .date-field.search.jetboost-list-search-input-54nw {
    width: 100%;
    margin-top: 10px;
    border-right-style: none;
    border-bottom-style: dashed;
    border-bottom-color: #e0e0e0;
  }

  .heading-37 {
    font-size: 42px;
    line-height: 48px;
    text-align: left;
  }

  .text-rotate-cell {
    display: none;
  }

  .text-span-22 {
    color: #092457;
    font-size: 16px;
  }

  .submit-button-copy {
    width: 100%;
    margin-top: 16px;
    margin-left: 0px;
  }

  .submit-button-copy.protected-page-submit {
    margin-top: 4px;
  }

  .example-body {
    margin-bottom: 1rem;
  }

  .example-wrapper {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .example-header {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .step-title {
    font-size: 1.25em;
  }

  .grid-9.mobile-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .example-fluid {
    min-height: 240px;
    padding: 0.375rem;
    font-size: 6px;
  }

  .image-50 {
    width: 150px;
    height: 150px;
  }

  .stacked_cards_background_contrast-2-copy-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    width: 300px;
    height: 300px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-68copy {
    top: -16px;
    padding-bottom: 0px;
  }

  .card__wrapper-2 {
    display: -ms-grid;
    display: grid;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .provider-name {
    top: 0px;
    font-size: 1.5rem;
  }

  .div-block-68 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: transparent;
    line-height: 18px;
    text-align: center;
  }

  .specialty-2 {
    position: static;
    top: 0px;
    padding-top: 10px;
  }

  .card__content-2 {
    width: 100%;
  }

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

  .text-span-23 {
    color: #092457;
  }

  .text-span-24 {
    color: #092457;
  }

  .card__card-2-copy {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  }

  .carousel.is_contained {
    left: 0px;
    right: 0px;
    width: 100%;
    padding-right: 0px;
  }

  .arrow-left {
    right: 15%;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-slider {
    left: auto;
    right: 0px;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .carousel-slider._6 {
    right: 0%;
  }

  .carousel-slider._2 {
    right: 0%;
  }

  .carousel-slider._4 {
    right: 0%;
  }

  .carousel-slider._3 {
    right: 0%;
  }

  .carousel-slider._7 {
    right: 0%;
  }

  .carousel-slider._5 {
    right: 0%;
  }

  .carousel-slider._8 {
    right: 0%;
  }

  .carousel-mask {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
  }

  .section-19.is_full {
    background-color: #fff;
  }

  .example-collection-header {
    display: block;
    margin-bottom: 1rem;
  }

  .example-collection-cell {
    padding: 0.25rem;
  }

  .example-body-2 {
    margin-bottom: 1rem;
  }

  .example-collection-item {
    min-height: 60px;
  }

  .example-collection-title {
    font-size: 2rem;
    line-height: 2.2rem;
    text-align: left;
  }

  .example-collection {
    min-height: 240px;
    padding: 0.75rem;
    font-size: 8px;
  }

  .example-wrapper-2 {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .example-collection-grid {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }

  .example-collection-grid.nested {
    margin: -0.25rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .paragraph-33 {
    display: block;
    text-align: left;
  }

  .insurance-section {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #fff;
    opacity: 1;
  }

  .link-12 {
    font-family: Proximanova, sans-serif;
  }

  .text-span-25 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    text-align: left;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .text-f-14 {
    font-size: 1.2em;
  }

  .text-f-14.all-caps.light-grey-font {
    font-size: 1.2em;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .heading-40 {
    font-size: 3.25em;
  }

  .subtitle-section-1 {
    text-align: center;
  }

  .space-36 {
    height: 12px;
  }

  .features-left-content {
    padding: 15px;
  }

  .large-paragraph {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
  }

  .heading-42 {
    font-size: 1.7rem;
    line-height: 2rem;
    text-align: center;
  }

  .paragraph-34 {
    color: #092457;
    text-align: left;
  }

  .paragraph-35 {
    text-align: left;
  }

  .paragraph-36 {
    text-align: left;
  }

  .outlined_button-copy.dark_outline {
    display: none;
  }

  .outlined_button-copy.mobile_login {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .outlined_button-copy.intro_button {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }

  .insurance-section-copy {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #fff;
    opacity: 1;
  }

  .text-block-28 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1.1rem;
    line-height: 1.2rem;
    text-align: center;
    text-indent: 2px;
  }

  .tick-headings {
    font-size: 16px;
  }

  .heading-51 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .outlined_button_white.dark_outline {
    display: none;
  }

  .outlined_button_white.mobile_login {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .content_contain_right {
    margin-top: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content_contain_right._55_percent_width {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content_contain_right.icon_content_side_by_side {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content_contain_right.no_bottom_margin {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta_block-copy.yellow_bg {
    padding-top: 0px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .cta_block-copy.dark_bg {
    padding-right: 12px;
    padding-left: 12px;
  }

  .cta_block_right.yellow_bg {
    padding-top: 0px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .cta_block_right.dark_bg {
    padding-right: 12px;
    padding-left: 12px;
  }

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

  .tick-headings-small {
    font-size: 16px;
  }

  .dropdown-list-5.w--open {
    position: relative;
    display: inline-block;
  }

  .paragraph-43._2titre {
    width: 300px;
    margin-bottom: 60px;
  }

  .section-20 {
    padding-bottom: 220px;
  }

  .dropdown-toggle-5 {
    position: static;
    width: 300px;
  }

  .dropdown-toggle-5.w--open {
    position: relative;
    width: 76%;
  }

  .sous-titre {
    color: #092457;
  }

  .text-block-30 {
    width: 200px;
    font-size: 1.2rem;
    letter-spacing: 2.5px;
  }

  .image-10 {
    position: relative;
    left: 20px;
  }

  .paragraph-44 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 600;
  }

  .paragraph-44.droite {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ipl-dropdown.w--open {
    position: relative;
    display: inline-block;
  }

  .container-1213 {
    display: block;
  }

  .button-15 {
    margin-left: 10px;
  }

  .c-product-form {
    display: block;
  }

  .c-product-form__col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-row.row--color-gray {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .product-info {
    display: block;
    max-width: 100%;
  }

  .content-col.col--width-50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding-top: 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;
    -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;
    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;
  }

  .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    min-width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .fixed-form {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .paragraph-45 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .heading-54 {
    font-size: 32px;
  }

  .text-block-32 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .outlined_button-2-copy.dark_outline {
    display: none;
  }

  .outlined_button-2-copy.mobile_login {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .select-field {
    margin-right: 0px;
    margin-left: 8px;
    width: 153px;
  }

  .featured-products-wrapper {
    display: block;
    padding: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .notification {
    border-radius: 0px;
  }

  .product-detail-h1 {
    margin-bottom: 8px;
    font-size: 40px;
    text-align: center;
  }

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

  .homepage-eclipse-vector {
    max-width: 60%;
  }

  .homepage-eclipse-vector.eclipse-vector-product-page {
    margin-top: 0px;
  }

  .product-detail-price {
    font-size: 24px;
  }

  .image-56 {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer-wrapper {
    padding-right: 24px;
    padding-left: 24px;
    text-align: center;
  }

  .product-detail-quantity {
    padding-top: 7px;
    font-size: 24px;
    line-height: 20px;
  }

  .product-page-intro-left {
    
  }

  .grid-10 {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-detail-title-and-quantity-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-11 {
    display: block;
    margin-top: auto;
  }

  .text-block-43 {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .bake72 {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .bake72__image {
    background-image: url('../images/nad1000.png');
  }

  .bake72__price {
    text-align: center;
  }

  .grid-13 {
    display: block;
  }

  .vitality-card {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }

  .bake72-copy {
    margin-right: 20px;
    margin-left: 20px;
  }

  .heading-61-copy {
    line-height: 40px;
    text-align: center;
  }

  .text-block-46 {
    font-size: 18px;
    line-height: 26px;
  }

  .price-detail-title-and-quantity-wrapper-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Proximanova, sans-serif;
    text-align: center;
  }

  .grid-11-copy {
    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;
    justify-items: center;
    -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;
  }

  .new {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .new-2 {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .product-detail-facts-wrapper-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-telehealth {
    margin-top: auto;
  }

  .container-telehealth.documentation-and-integrations-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-telehealth.top_padding_20 {
    padding-top: 30px;
  }

  .container-telehealth.footer_2_copyrights {
    padding-top: 25px;
  }

  .after {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .move-mouse {
    height: 30px;
  }

  .product-detail-facts-wrapper-copy {
    padding-bottom: 60px;
  }

  .text-block-24-copy {
    margin-bottom: 0px;
    color: #092457;
    text-align: left;
  }

  .text-span-22-copy {
    color: #fff;
    font-size: 16px;
  }

  .section-copy {
    padding: 30px 5%;
  }

  .section-copy.hero_section_l1 {
    height: auto;
    max-height: none;
    min-height: 680px;
    padding-top: 70px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-copy.footer_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .section-copy.hero_section_l2 {
    padding-bottom: 0px;
  }

  .section-copy.feat_shop_section {
    height: auto;
  }

  .section-copy.shop_by_cat_section {
    top: 46px;
    padding-top: 14px;
    padding-bottom: 24px;
  }

  .section-copy.v4_hero {
    padding-top: 40px;
  }

  .section-copy.v5_hero {
    padding-top: 105px;
    padding-bottom: 50px;
  }

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

  .section-copy.grey-gradient-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-copy.jobs_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-copy.grey-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-copy.faq-section {
    padding-top: 42px;
  }

  .section-copy.pricing-v1 {
    padding-top: 70px;
  }

  .section-copy.add-bottom-curve {
    padding-top: 0px;
    padding-bottom: 65px;
  }

  .section-copy.services-section {
    padding-top: 70px;
  }

  .section-copy.about-v1-section {
    padding-bottom: 40px;
  }

  .section-copy.doc-category-template-hero {
    padding-top: 26px;
  }

  .section-copy.search-results {
    padding-top: 54px;
  }

  .section-copy.terms-section {
    padding-top: 50px;
  }

  .section-copy.integrations-hero {
    padding-top: 40px;
  }

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

  .section-copy.l1_section2 {
    padding-top: 40px;
  }

  .section-copy.intro_hero {
    padding-top: 62px;
  }

  .section-copy.blog-template {
    padding-top: 56px;
  }

  .section-copy.components {
    overflow: visible;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .banner-bar {
    display: none;
  }

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

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

  .form-input:focus {
    border-color: #7b58cf;
  }

  .button-17:hover {
    background-color: #092457;
  }

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

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

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

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

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

  .padding-vertical-2.padding-xlarge {
    text-align: left;
  }

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

  .heading-large {
    font-size: 1.8rem;
    line-height: 2rem;
    text-align: center;
  }

  .features4_slide {
    margin-right: 40px;
    margin-left: 40px;
  }

  .features4_right-arrow {
    left: 4.5rem;
  }

  .features4_item {
    margin-right: 1.5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .primary-button-wrapper {
    display: block;
  }

  .subscribe-form1_submit {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    font-size: 0.75rem;
  }

  .subscribe-form1_input {
    min-width: auto;
  }

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

  .banner-bar-2 {
    display: none;
  }

  .directory-section.is_full {
    background-color: #fff;
  }

  .providers_right-arrow {
    left: 4.5rem;
  }

  .section-providers.overflow-hidden {
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .layout4_button-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .layout9_right {
    margin-top: 0rem;
  }

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

  .layout9_tabs-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .layout9_number-wrapper {
    margin-right: 0rem;
    margin-bottom: 0.5rem;
  }

  .layout9_tab-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

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

  .block-profile-img {
    width: 100px;
    height: auto;
    margin-right: 10px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .dropdown-toggle-8 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px none #000;
    color: #092457;
    text-align: left;
  }

  .dropdown-toggle-8.login {
    border-style: none;
  }

  .dropdown-toggle-8.button {
    padding-top: 16px;
    background-color: #fff;
  }

  .caret {
    display: block;
  }

  .blog-card {
    width: 90%;
    height: 260px;
  }

  .menu {
    background-color: #fff;
  }

  .navbar-3 {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.5);
  }

  .layout16_component {
    padding: 2rem 2rem 2.5rem;
  }

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

  .text-block-67 {
    display: block;
    text-align: center;
  }

  .menu-button-right {
    margin-top: 0px;
  }

  .services-skinny-component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer2_grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .footer2_text {
    padding-top: 10px;
  }

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

  .providers_left-arrow-2 {
    left: 5%;
    bottom: 1rem;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .heading-large-2 {
    font-size: 1.8rem;
    line-height: 2rem;
    text-align: center;
  }

  .text-span-42 {
    color: #092457;
    font-size: 16px;
  }

  .text-block-69 {
    margin-bottom: 0px;
    color: #092457;
    text-align: left;
  }

  .provider-name-2 {
    top: 0px;
    font-size: 1.5rem;
  }

  .image-59 {
    width: 150px;
    height: 150px;
  }
  
  
  .image-stem-cell {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  
  .text-block-70 {
    color: #ff037a;
  }

  .card__card-2-copy-2 {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  }

  .providers_right-arrow-2 {
    left: 6rem;
    bottom: 1rem;
    overflow: visible;
  }

  .specialty-4 {
    position: static;
    top: 0px;
    padding-top: 10px;
  }

  .text-span-43 {
    color: #092457;
  }

  .vitality-card-1 {
    margin-right: auto;
    margin-left: auto;
  }

  .nad-card {
    margin-right: 20px;
    margin-left: 20px;
  }

  .product-slider-mask {
    overflow: visible;
    padding-bottom: 60px;
  }

  .products-slide {
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .product-component {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }

  .product-slide {
    margin-right: auto;
    margin-left: auto;
  }

  .button-21 {
    position: static;
    margin-top: 20px;
    margin-left: 10px;
    padding-right: 1rem;
    padding-left: 1rem;
    background-color: #f7f7f7;
  }

  .button-21:hover {
    background-color: #f7f7f7;
    box-shadow: 0 0 10px 5px hsla(0, 0%, 56.9%, 0.13);
    color: #092457;
  }

  .add-to-cart-button {
    background-color: #f7f7f7;
  }

  .add-to-cart-button:hover {
    background-color: #092457;
  }

  .product-detail-quantity-2 {
    padding-top: 7px;
    font-size: 24px;
    line-height: 20px;
  }

  .heading-71 {
    font-size: 32px;
  }

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

  .nad-card- {
    margin-right: auto;
    margin-left: auto;
  }

  .immunity-card {
    margin-right: auto;
    margin-left: auto;
  }

  .menu-button-2.w--open {
    background-color: #fff;
  }

  .menu-2 {
    background-color: #fff;
  }

  .dropdown-toggle-9 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px none #000;
    color: #092457;
    text-align: left;
  }

  .dropdown-toggle-9.button {
    padding-top: 16px;
    background-color: #fff;
  }

  .dropdown-toggle-9.login {
    border-style: none;
  }

  .dropdown-card-text-2 {
    text-align: left;
  }

  .navbar-4 {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.5);
  }

  .image-63 {
    width: 2rem;
  }

  .image-64 {
    width: 2rem;
  }

  .image-65 {
    width: 2rem;
  }

  .image-66 {
    width: 2rem;
  }

  .text_link-copy.left-padding {
    padding-left: 0px;
  }

  .button-23 {
    margin-left: 10px;
  }
}

#w-node-_0acd1cae-a62a-d769-9a62-b397abf6a886-ca30c92d {
  -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-eff1c5d3-e091-28e1-de9a-c3fe85e3f103-e330c934 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bd6ce733-8800-4d05-3e76-9d85d3b16799-e330c934 {
  -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-bd6ce733-8800-4d05-3e76-9d85d3b1679a-e330c934 {
  -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-_1e85ed1f-4c1e-d16d-0588-60ae4502752f-e330c934 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d532b3c7-f924-911a-1f8f-6dc06c8242df-9330c935 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-_34e1407f-a6f8-6479-4707-987e4857717b-9330c935 {
  -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-_87850c49-a043-f4cb-bf55-e583254de6d3-ee30c937 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_36dc06f9-5b03-4669-74ab-f238c0dc2f9a-ee30c937 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_1e69b891-65ab-8003-0579-cc54b839fbee-ee30c937 {
  -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-_1e69b891-65ab-8003-0579-cc54b839fbf4-ee30c937 {
  -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-_1e69b891-65ab-8003-0579-cc54b839fbfa-ee30c937 {
  -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-_1e69b891-65ab-8003-0579-cc54b839fc00-ee30c937 {
  -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-_1e69b891-65ab-8003-0579-cc54b839fc06-ee30c937 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#w-node-_1e69b891-65ab-8003-0579-cc54b839fc0c-ee30c937 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#w-node-_1e69b891-65ab-8003-0579-cc54b839fc12-ee30c937 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

#w-node-_1e69b891-65ab-8003-0579-cc54b839fc18-ee30c937 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-_4b1e538f-2735-025c-070b-f824ad69e5e9-2530c938 {
  -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-_2841e7e3-a3bc-9400-6d0f-2c70c1eb2e82-4130c93a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_771f6c8d-474b-a0bf-479f-23f55ab7c22b-4130c93a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4f1cba6c-633a-699d-6ac2-2d159ad46bc7-4130c93a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d9d78eed-62bb-871e-3322-26ded0acf379-b230c95c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d9d78eed-62bb-871e-3322-26ded0acf37c-b230c95c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0849cd7f-1cde-0a73-4705-e051ded8f934-8b30c96a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e6cfa654-b103-4d5f-1a14-13eb388a79f7-3130c99d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-f78bb973-a91f-429e-c874-1c82eb6c5c70-ce30c9bf {
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_60949490-1aa2-c913-64f5-079e81262564-c430c9c5 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_973c929d-84d3-f5f2-94bf-3f6ed17e2d33-0130c9c6 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_1453d734-47ad-a240-008f-f565fbfb77c5-5730c9c9 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-c5a24978-8329-c655-38d3-f24f08f2a5d5-6030c9cb {
  -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-dc2b5708-2379-502f-0e0d-a49460fbc0d7-6030c9cb {
  -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-ba16087b-a5c4-0a01-e786-a4c4379434bd-6030c9cb {
  -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-d85de762-e5ec-6f93-dc00-a917e5606d49-6030c9cb {
  -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-_9deb760f-42d3-f1cb-d560-7a4c83ced69a-6030c9cb {
  -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-_2a61f7b5-3995-899b-0122-3f728ef56ba3-6030c9cb {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#w-node-_044b1981-d380-cd6c-33e4-b5f12b0f18b1-6030c9cb {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#w-node-bf13a871-be06-3146-bc83-88f0116c2acb-6030c9cb {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

#w-node-d458e425-d081-e8cf-85d2-abefffc6eb61-6030c9cb {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-_14652b30-c66d-c4ab-c4bc-7faa139a976e-e730c9d8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0c67f125-a940-fe9f-3ed8-e4b2d126516d-d530c9d9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_0c67f125-a940-fe9f-3ed8-e4b2d12651fa-d530c9d9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-adc6002c-e759-b6d2-124a-e169430db1e1-ec30c9dc {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d054d021-dabf-7e4b-4b6e-e7224df70d2e-39a47396 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8fbf11bd-3043-57a4-22f4-38eaeca0fddd-fa4a9977 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9dd67c00-2b1c-b363-baf0-ed955864366c-ba1bc05f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_1e85ed1f-4c1e-d16d-0588-60ae4502752f-e330c934 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_14652b30-c66d-c4ab-c4bc-7faa139a9769-e730c9d8 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1e85ed1f-4c1e-d16d-0588-60ae4502752f-e330c934 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Quincy cf';
  src: url('../fonts/quincy-cf-bold.woff2') format('woff2'), url('../fonts/quincy-cf-bold.woff2') format('woff2'), url('../fonts/quincy-cf-bold.eot') format('embedded-opentype'), url('../fonts/quincy-cf-bold.eot') format('embedded-opentype'), url('../fonts/quincy-cf-bold.woff') format('woff'), url('../fonts/quincy-cf-bold.woff') format('woff'), url('../fonts/quincy-cf-bold.ttf') format('truetype'), url('../fonts/quincy-cf-bold.ttf') format('truetype'), url('../fonts/Quincy-CF-Bold.otf') format('opentype'), url('../fonts/Quincy-CF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quincy cf';
  src: url('../fonts/quincy-cf-medium.woff2') format('woff2'), url('../fonts/quincy-cf-medium.woff2') format('woff2'), url('../fonts/quincy-cf-medium.eot') format('embedded-opentype'), url('../fonts/quincy-cf-medium.eot') format('embedded-opentype'), url('../fonts/quincy-cf-medium.woff') format('woff'), url('../fonts/quincy-cf-medium.woff') format('woff'), url('../fonts/quincy-cf-medium.ttf') format('truetype'), url('../fonts/quincy-cf-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Have heart';
  src: url('../fonts/have-heart.woff2') format('woff2'), url('../fonts/have-heart.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '3ab5f0 3 0';
  src: url('../fonts/3AB5F0_3_0.woff2') format('woff2'), url('../fonts/3AB5F0_3_0.eot') format('embedded-opentype'), url('../fonts/3AB5F0_3_0.woff') format('woff'), url('../fonts/3AB5F0_3_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ceraroundpro';
  src: url('../fonts/CeraRoundPro-black.eot') format('embedded-opentype'), url('../fonts/CeraRoundPro-black.eot') format('embedded-opentype'), url('../fonts/CeraRoundPro-black.woff') format('woff'), url('../fonts/CeraRoundPro-black.woff') format('woff'), url('../fonts/CeraRoundPro-black.ttf') format('truetype'), url('../fonts/CeraRoundPro-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ceraroundpro';
  src: url('../fonts/CeraRoundPro-bold.eot') format('embedded-opentype'), url('../fonts/ceraroundpro-bold.woff') format('woff'), url('../fonts/CeraRoundPro-bold.woff') format('woff'), url('../fonts/ceraroundpro-bold.woff') format('woff'), url('../fonts/CeraRoundPro-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ceraroundpro';
  src: url('../fonts/CeraRoundPro-medium.eot') format('embedded-opentype'), url('../fonts/CeraRoundPro-medium.woff') format('woff'), url('../fonts/CeraRoundPro-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ceraroundpro';
  src: url('../fonts/CeraRoundPro-light.eot') format('embedded-opentype'), url('../fonts/CeraRoundPro-light.woff') format('woff'), url('../fonts/CeraRoundPro-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ceraroundpro';
  src: url('../fonts/CeraRoundPro-regular.eot') format('embedded-opentype'), url('../fonts/ceraroundpro-regular.woff') format('woff'), url('../fonts/ceraroundpro-regular.woff') format('woff'), url('../fonts/CeraRoundPro-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adelle';
  src: url('../fonts/Adelle_Italic.eot') format('embedded-opentype'), url('../fonts/Adelle_Italic.woff') format('woff'), url('../fonts/Adelle_Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Adelle reg';
  src: url('../fonts/Adelle_Reg.eot') format('embedded-opentype'), url('../fonts/Adelle_Reg.woff') format('woff'), url('../fonts/Adelle_Reg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adelle webfont';
  src: url('../fonts/adelle-bold-webfont.eot') format('embedded-opentype'), url('../fonts/adelle-extrabold-webfont.eot') format('embedded-opentype'), url('../fonts/adelle-bold-webfont.woff') format('woff'), url('../fonts/adelle-extrabold-webfont.woff') format('woff'), url('../fonts/adelle-bold-webfont.ttf') format('truetype'), url('../fonts/adelle-extrabold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adelle';
  src: url('../fonts/Adelle_Semibold.eot') format('embedded-opentype'), url('../fonts/Adelle_Semibold.woff') format('woff'), url('../fonts/Adelle_Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adelle';
  src: url('../fonts/Adelle_SemiBoldItalic.eot') format('embedded-opentype'), url('../fonts/Adelle_SemiBoldItalic.woff') format('woff'), url('../fonts/Adelle_SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Adelle webfont';
  src: url('../fonts/adelle-extrabolditalic-webfont.eot') format('embedded-opentype'), url('../fonts/adelle-bolditalic-webfont.woff') format('woff'), url('../fonts/adelle-bolditalic-webfont.ttf') format('truetype'), url('../fonts/adelle-extrabolditalic-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Adelle webfont';
  src: url('../fonts/adelle-heavyitalic-webfont.eot') format('embedded-opentype'), url('../fonts/adelle-heavyitalic-webfont.woff') format('woff'), url('../fonts/adelle-heavyitalic-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Adelle webfont';
  src: url('../fonts/adelle-italic-webfont.eot') format('embedded-opentype'), url('../fonts/adelle-italic-webfont.woff') format('woff'), url('../fonts/adelle-italic-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Adelle webfont';
  src: url('../fonts/adelle-light-webfont.eot') format('embedded-opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Light.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flink';
  src: url('../fonts/Flink-Regular.woff') format('woff'), url('../fonts/Flink-Regular.ttf') format('truetype'), url('../fonts/Flink-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Adelle webfont';
  src: url('../fonts/adelle-heavy-webfont.woff') format('woff'), url('../fonts/adelle-heavy-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adelle webfont';
  src: url('../fonts/adelle-lightitalic-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Boston angel';
  src: url('../fonts/Boston-Angel-Bold.ttf') format('truetype'), url('../fonts/Boston-Angel-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boston angel';
  src: url('../fonts/Boston-Angel-Light.ttf') format('truetype'), url('../fonts/Boston-Angel-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boston angel';
  src: url('../fonts/Boston-Angel-Regular.ttf') format('truetype'), url('../fonts/Boston-Angel-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boston angel';
  src: url('../fonts/Boston-Angel-Thin.ttf') format('truetype'), url('../fonts/Boston-Angel-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boston angel';
  src: url('../fonts/Boston-Angel-Medium.ttf') format('truetype'), url('../fonts/Boston-Angel-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo slab 0';
  src: url('../fonts/Museo_Slab_0.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo slab';
  src: url('../fonts/Museo_Slab_500italic.otf') format('opentype'), url('../fonts/Museo_Slab_700italic.otf') format('opentype'), url('../fonts/Museo_Slab_900italic.otf') format('opentype'), url('../fonts/Museo_Slab_100italic.otf') format('opentype'), url('../fonts/Museo_Slab_300italic.otf') format('opentype'), url('../fonts/Museo_Slab_1000italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Museo slab 1';
  src: url('../fonts/Museo_Slab_1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo slab 2';
  src: url('../fonts/Museo_Slab_2.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo slab 4';
  src: url('../fonts/Museo_Slab_4.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo slab 3';
  src: url('../fonts/Museo_Slab_3.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo slab';
  src: url('../fonts/Museo_Slab.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flink';
  src: url('../fonts/Flink-Bold.otf') format('opentype'), url('../fonts/Flink-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flink';
  src: url('../fonts/Flink-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flink';
  src: url('../fonts/Flink-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quincy cf';
  src: url('../fonts/Quincy-CF-Black.otf') format('opentype'), url('../fonts/Quincy-CF-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quincy cf';
  src: url('../fonts/Quincy-CF.otf') format('opentype'), url('../fonts/Quincy-CF.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Have heart two';
  src: url('../fonts/Have-Heart-Two.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Have heart one';
  src: url('../fonts/Have-Heart-One.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}