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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

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

body {
  background-color: #fbfbfb;
  font-family: Plusjakartasans, sans-serif;
  color: #080829;
  font-size: 16px;
  line-height: 120%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 72px;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: -0.03em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: -0.03em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 116%;
  font-weight: 400;
  letter-spacing: -0.03em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 110%;
  font-weight: 500;
  letter-spacing: -0.03em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.03em;
}

p {
  margin-bottom: 0px;
  color: #545479;
  font-size: 18px;
  line-height: 160%;
}

a {
  text-decoration: underline;
}

ul {
  max-width: 840px;
  margin: 0px auto 10px;
  padding-left: 30px;
}

li {
  font-size: 18px;
  line-height: 200%;
  letter-spacing: -0.02em;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px 10px 54px;
  border-left: 6px solid #3f53d8;
  font-size: 32px;
  line-height: 130%;
  font-style: italic;
  letter-spacing: -0.02em;
}

.body-small {
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.body-small.max-width-536px {
  max-width: 536px;
}

.body-small.margin-40px {
  margin-bottom: 40px;
}

.body-small.max-width-586px {
  max-width: 586px;
}

.body-medium {
  font-size: 20px;
  line-height: 116%;
  font-weight: 500;
}

.body-large {
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
}

.wrapper-1200px {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.wrapper-1200px.home-hero-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 130px;
  padding-bottom: 150px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-1200px.home-logo-flex {
  padding-top: 140px;
  padding-bottom: 60px;
}

.wrapper-1200px.home-feature-flex {
  padding-top: 105px;
  padding-bottom: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-1200px.home-best-tool-flex {
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
}

.wrapper-1200px.home-how-flex {
  padding-top: 95px;
  padding-bottom: 120px;
  -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;
}

.wrapper-1200px.home-testimonial-flex {
  max-width: 1040px;
  -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;
}

.wrapper-1200px.footer-flex {
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-1200px.cta-flex {
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-1200px.integration-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-1200px.home-blog-flex {
  padding-top: 80px;
  padding-bottom: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-1200px.home-numbers-flex {
  padding-top: 120px;
  padding-bottom: 90px;
}

.wrapper-1200px.navbar-flex {
  max-width: 1340px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper-1200px.features-hero-flex {
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-1200px.features-insight-flex {
  padding-top: 80px;
}

.wrapper-1200px.amazing-feature-flex {
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-1200px.career-benefits-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-1200px.join-team-flex {
  padding-top: 80px;
  padding-bottom: 180px;
  -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;
}

.wrapper-1200px.career-blue-logo-flex {
  padding-top: 120px;
  padding-bottom: 86px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-1200px.career-talent-flex {
  padding-top: 180px;
  padding-bottom: 180px;
  -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;
}

.wrapper-1200px.career-hero-flex {
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-1200px.career-job-post-flex {
  padding-top: 120px;
  padding-bottom: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-1200px.career-post-hero-flex {
  z-index: 11;
  padding-top: 140px;
  padding-bottom: 150px;
}

.wrapper-1200px.blog-newsletter-flex {
  padding-top: 140px;
  padding-bottom: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-1200px.blog-tabs-flex {
  padding-bottom: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-1200px.blog-hero-flex {
  padding-top: 120px;
  padding-bottom: 50px;
  -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;
}

.wrapper-1200px.blog-cta-flex {
  padding-top: 180px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-1200px.about-hero-flex {
  padding-top: 140px;
  padding-bottom: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-1200px.about-team-flex {
  max-width: 1140px;
  padding-top: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-1200px.about-tabs-flex {
  padding-top: 180px;
  padding-bottom: 221px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-1200px.about-seven-flex {
  padding-bottom: 180px;
}

.wrapper-1200px.about-flexible-section {
  padding-top: 80px;
  padding-bottom: 0px;
}

.wrapper-1200px.contact-hero-flex {
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-1200px.contact-get-in-touch-flex {
  padding-top: 80px;
  padding-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-1200px.reference-page-flex {
  padding-top: 80px;
  padding-bottom: 110px;
}

.wrapper-1200px.blogs {
  padding-top: 80px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  -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;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

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

.wrapper.instruction-wrapper {
  width: 70%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.licensing-heading {
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 116%;
  font-weight: 700;
}

.licensing-tag-subtext {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.licencing-images-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.licencing-image-item {
  height: 250px;
  border-radius: 10px;
}

.update-text {
  margin-bottom: 24px;
}

.wrapper-changelog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1215px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
}

.wrapper-changelog.updates {
  width: 100%;
  max-width: 620px;
  padding: 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;
  text-align: center;
}

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

.instruction-heading {
  margin-bottom: 60px;
}

.text-variant-item {
  display: -ms-grid;
  display: grid;
  padding-bottom: 40px;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 0.5fr 0.5fr 0.5fr;
  grid-template-columns: 2fr 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-variant-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 75px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 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;
}

.styles-heading {
  margin-bottom: 0px;
  font-weight: 700;
}

.styles-heading.margin-bottom-60px {
  margin-bottom: 60px;
}

.typo-style-info-text {
  color: #545479;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
}

.style-section-main {
  background-color: #fff;
}

.blue-button {
  margin-right: 20px;
  padding: 19px 36px 20px;
  border-radius: 14px;
  background-color: #3f53d8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
}

.blue-button:hover {
  background-color: #a259ff;
}

.blue-button.pricing {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.blue-button.margin-top-40px {
  margin-top: 40px;
}

.page-wrapper {
  overflow: hidden;
}

.utility-hero-section {
  position: relative;
  background-color: rgba(255, 193, 35, 0.1);
}

.utility-hero-header {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 690px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.utility-hero-heading {
  margin-bottom: 24px;
}

.style-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.style-heading {
  margin-bottom: 20px;
  font-weight: 700;
}

.style-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.color-info-head {
  margin-bottom: 32px;
  color: #545479;
  font-size: 24px;
  line-height: 133%;
}

.color-swatch-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.color-swatch-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 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;
  border-radius: 16px;
  background-color: #3f53d8;
  color: #3f53d8;
  font-weight: 500;
  text-align: center;
}

.color-swatch-item.color-90.color-2 {
  background-color: rgba(8, 8, 41, 0.9);
}

.color-swatch-item.color-90.color-3 {
  background-color: rgba(84, 84, 121, 0.9);
}

.color-swatch-item.color-90.color-5 {
  background-color: rgba(254, 127, 81, 0.9);
}

.color-swatch-item.color-90.color-6 {
  background-color: rgba(255, 193, 35, 0.9);
}

.color-swatch-item.color-90.color-7 {
  background-color: rgba(250, 91, 104, 0.9);
}

.color-swatch-item.color-90.color-8 {
  background-color: rgba(103, 228, 255, 0.9);
}

.color-swatch-item.color-90.color-9 {
  background-color: rgba(152, 245, 236, 0.9);
}

.color-swatch-item.color-90.color-10 {
  background-color: rgba(162, 89, 255, 0.9);
}

.color-swatch-item.color-90.color-11 {
  background-color: rgba(44, 174, 118, 0.9);
}

.color-swatch-item.color-80 {
  background-color: rgba(63, 83, 216, 0.8);
}

.color-swatch-item.color-80.color-2 {
  background-color: rgba(8, 8, 41, 0.8);
}

.color-swatch-item.color-80.color-3 {
  background-color: rgba(84, 84, 121, 0.8);
}

.color-swatch-item.color-80.color-5 {
  background-color: rgba(254, 127, 81, 0.8);
}

.color-swatch-item.color-80.color-6 {
  background-color: rgba(255, 193, 35, 0.8);
}

.color-swatch-item.color-80.color-7 {
  background-color: rgba(250, 91, 104, 0.8);
}

.color-swatch-item.color-80.color-8 {
  background-color: rgba(103, 228, 255, 0.8);
}

.color-swatch-item.color-80.color-9 {
  background-color: rgba(152, 245, 236, 0.8);
}

.color-swatch-item.color-80.color-10 {
  background-color: rgba(162, 89, 255, 0.8);
}

.color-swatch-item.color-80.color-11 {
  background-color: rgba(44, 174, 118, 0.8);
}

.color-swatch-item.color-70 {
  background-color: rgba(63, 83, 216, 0.7);
}

.color-swatch-item.color-70.color-2 {
  background-color: rgba(8, 8, 41, 0.7);
}

.color-swatch-item.color-70.color-3 {
  background-color: rgba(84, 84, 121, 0.7);
}

.color-swatch-item.color-70.color-5 {
  background-color: rgba(254, 127, 81, 0.7);
}

.color-swatch-item.color-70.color-6 {
  background-color: rgba(255, 193, 35, 0.7);
}

.color-swatch-item.color-70.color-7 {
  background-color: rgba(250, 91, 104, 0.7);
}

.color-swatch-item.color-70.color-8 {
  background-color: rgba(103, 228, 255, 0.7);
}

.color-swatch-item.color-70.color-9 {
  background-color: rgba(152, 245, 236, 0.7);
}

.color-swatch-item.color-70.color-10 {
  background-color: rgba(162, 89, 255, 0.7);
}

.color-swatch-item.color-70.color-11 {
  background-color: rgba(44, 174, 118, 0.7);
}

.color-swatch-item.color-60 {
  background-color: rgba(63, 83, 216, 0.6);
}

.color-swatch-item.color-60.color-2 {
  background-color: rgba(8, 8, 41, 0.6);
}

.color-swatch-item.color-60.color-3 {
  background-color: rgba(84, 84, 121, 0.6);
}

.color-swatch-item.color-60.color-5 {
  background-color: rgba(254, 127, 81, 0.6);
}

.color-swatch-item.color-60.color-6 {
  background-color: rgba(255, 193, 35, 0.6);
}

.color-swatch-item.color-60.color-7 {
  background-color: rgba(250, 91, 104, 0.6);
}

.color-swatch-item.color-60.color-8 {
  background-color: rgba(103, 228, 255, 0.6);
}

.color-swatch-item.color-60.color-9 {
  background-color: rgba(152, 245, 236, 0.6);
}

.color-swatch-item.color-60.color-10 {
  background-color: rgba(162, 89, 255, 0.6);
}

.color-swatch-item.color-60.color-11 {
  background-color: rgba(44, 174, 118, 0.6);
}

.color-swatch-item.color-50 {
  background-color: rgba(63, 83, 216, 0.5);
}

.color-swatch-item.color-50.color-2 {
  background-color: rgba(8, 8, 41, 0.5);
}

.color-swatch-item.color-50.color-3 {
  background-color: rgba(84, 84, 121, 0.5);
}

.color-swatch-item.color-50.color-5 {
  background-color: rgba(254, 127, 81, 0.5);
}

.color-swatch-item.color-50.color-6 {
  background-color: rgba(255, 193, 35, 0.5);
}

.color-swatch-item.color-50.color-7 {
  background-color: rgba(250, 91, 104, 0.5);
}

.color-swatch-item.color-50.color-8 {
  background-color: rgba(103, 228, 255, 0.5);
}

.color-swatch-item.color-50.color-9 {
  background-color: rgba(152, 245, 236, 0.5);
}

.color-swatch-item.color-50.color-10 {
  background-color: rgba(162, 89, 255, 0.5);
}

.color-swatch-item.color-50.color-11 {
  background-color: rgba(44, 174, 118, 0.5);
}

.color-swatch-item.color-40 {
  background-color: rgba(63, 83, 216, 0.4);
}

.color-swatch-item.color-40.color-2 {
  background-color: rgba(8, 8, 41, 0.4);
}

.color-swatch-item.color-40.color-3 {
  background-color: rgba(84, 84, 121, 0.4);
}

.color-swatch-item.color-40.color-5 {
  background-color: rgba(254, 127, 81, 0.4);
}

.color-swatch-item.color-40.color-6 {
  background-color: rgba(255, 193, 35, 0.4);
}

.color-swatch-item.color-40.color-7 {
  background-color: rgba(250, 91, 104, 0.4);
}

.color-swatch-item.color-40.color-8 {
  background-color: rgba(103, 228, 255, 0.4);
}

.color-swatch-item.color-40.color-9 {
  background-color: rgba(103, 228, 255, 0.4);
}

.color-swatch-item.color-40.color-10 {
  background-color: rgba(162, 89, 255, 0.4);
}

.color-swatch-item.color-40.color-11 {
  background-color: rgba(44, 174, 118, 0.4);
}

.color-swatch-item.color-30 {
  background-color: rgba(63, 83, 216, 0.3);
}

.color-swatch-item.color-30.color-2 {
  background-color: rgba(8, 8, 41, 0.3);
}

.color-swatch-item.color-30.color-3 {
  background-color: rgba(84, 84, 121, 0.3);
}

.color-swatch-item.color-30.color-5 {
  background-color: rgba(254, 127, 81, 0.3);
}

.color-swatch-item.color-30.color-6 {
  background-color: rgba(255, 193, 35, 0.3);
}

.color-swatch-item.color-30.color-7 {
  background-color: rgba(250, 91, 104, 0.3);
}

.color-swatch-item.color-30.color-8 {
  background-color: rgba(103, 228, 255, 0.3);
}

.color-swatch-item.color-30.color-9 {
  background-color: rgba(152, 245, 236, 0.3);
}

.color-swatch-item.color-30.color-10 {
  background-color: rgba(162, 89, 255, 0.3);
}

.color-swatch-item.color-30.color-11 {
  background-color: rgba(44, 174, 118, 0.3);
}

.color-swatch-item.color-20 {
  background-color: rgba(63, 83, 216, 0.2);
}

.color-swatch-item.color-20.color-2 {
  background-color: rgba(8, 8, 41, 0.2);
}

.color-swatch-item.color-20.color-3 {
  background-color: rgba(84, 84, 121, 0.2);
}

.color-swatch-item.color-20.color-5 {
  background-color: rgba(254, 127, 81, 0.2);
}

.color-swatch-item.color-20.color-6 {
  background-color: rgba(255, 193, 35, 0.2);
}

.color-swatch-item.color-20.color-7 {
  background-color: rgba(250, 91, 104, 0.2);
}

.color-swatch-item.color-20.color-8 {
  background-color: rgba(103, 228, 255, 0.2);
}

.color-swatch-item.color-20.color-9 {
  background-color: rgba(152, 245, 236, 0.2);
}

.color-swatch-item.color-20.color-10 {
  background-color: rgba(162, 89, 255, 0.2);
}

.color-swatch-item.color-20.color-11 {
  background-color: rgba(44, 174, 118, 0.2);
}

.color-swatch-item.color-10 {
  background-color: rgba(63, 83, 216, 0.1);
}

.color-swatch-item.color-10.color-2 {
  background-color: rgba(8, 8, 41, 0.1);
  color: #080829;
}

.color-swatch-item.color-10.color-3 {
  background-color: rgba(84, 84, 121, 0.1);
  color: #545479;
}

.color-swatch-item.color-10.color-4 {
  background-color: #fff;
  color: #3f53d8;
}

.color-swatch-item.color-10.color-5 {
  background-color: rgba(254, 127, 81, 0.1);
  color: #fe7f51;
}

.color-swatch-item.color-10.color-6 {
  background-color: rgba(255, 193, 35, 0.1);
  color: #ffc123;
}

.color-swatch-item.color-10.color-7 {
  background-color: rgba(250, 91, 104, 0.1);
  color: #fa5b68;
}

.color-swatch-item.color-10.color-8 {
  background-color: rgba(103, 228, 255, 0.1);
  color: #67e4ff;
}

.color-swatch-item.color-10.color-9 {
  background-color: rgba(152, 245, 236, 0.1);
  color: #98f5ec;
}

.color-swatch-item.color-10.color-10-violet {
  background-color: rgba(162, 89, 255, 0.1);
}

.color-swatch-item.color-10.color-1 {
  background-color: rgba(63, 83, 216, 0.1);
  color: #3f53d8;
}

.color-swatch-item.color-2 {
  background-color: #080829;
  color: #080829;
}

.color-swatch-item.color-3 {
  background-color: #545479;
  color: #545479;
}

.color-swatch-item.color-4 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(84, 84, 121, 0.2);
  background-color: #fff;
}

.color-swatch-item.color-5 {
  background-color: #fe7f51;
  color: #fe7f51;
}

.color-swatch-item.color-6 {
  background-color: #ffc123;
  color: #ffc123;
}

.color-swatch-item.color-7 {
  background-color: #fa5b68;
  color: #fa5b68;
}

.color-swatch-item.color-8 {
  background-color: #67e4ff;
  color: #67e4ff;
}

.color-swatch-item.color-9 {
  background-color: #98f5ec;
  color: #98f5ec;
}

.color-swatch-item.color-10 {
  background-color: #a259ff;
  color: #a259ff;
}

.color-swatch-item.color-11 {
  background-color: #2cae76;
  color: #2cae76;
}

.color-swatch-item.color-11.green {
  background-color: rgba(44, 174, 118, 0.1);
}

.color-text {
  padding: 10px;
  border-radius: 8px;
  background-color: #fff;
}

.hollow-button-white {
  padding: 19px 36px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(8, 8, 41, 0.2);
  border-radius: 14px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #080829;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
}

.hollow-button-white:hover {
  border-color: transparent;
  background-color: #fe7f51;
  color: #fff;
}

.hollow-button-white.nav-button-margin.in-menu {
  display: none;
}

.google-sign-in-button {
  width: 90%;
  max-width: 400px;
  padding: 15px 101px 16px 141px;
  border-radius: 16px;
  background-color: #fff;
  background-image: url('../images/Google__G__Logo-1.svg');
  background-position: 101px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 16px 94px 0 rgba(0, 0, 0, 0.09);
  color: #080829;
  font-size: 18px;
  line-height: 160%;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
}

.home-hero-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  max-width: 500px;
  -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;
}

.home-hero-image-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 601px;
  margin-top: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-hero-heading {
  margin-bottom: 24px;
}

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

.button-container {
  position: relative;
}

.button-container.margin-top-48px {
  margin-top: 48px;
}

.hero-credit-card-item {
  position: absolute;
  left: auto;
  top: -20px;
  right: -90%;
  bottom: auto;
  width: 100%;
  max-width: 181px;
  padding-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-hero-item-image {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.home-hero-image-wrapper {
  width: 80%;
  max-width: 440px;
  box-shadow: 0 50px 120px 0 rgba(0, 0, 0, 0.08);
}

.home-hero-item-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -200px;
  width: 55%;
  max-width: 319px;
  border-radius: 16px;
  box-shadow: 0 16px 67px 0 rgba(0, 0, 0, 0.07);
}

.home-hero-item-wrapper._1 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -160px;
  z-index: 2;
  width: 40%;
  max-width: 228px;
}

.home-hero-profile-wrapper {
  width: 25%;
  max-width: 90px;
}

.home-hero-profile-wrapper.blue {
  position: absolute;
  left: 0%;
  top: 94px;
  right: auto;
  bottom: auto;
  z-index: 11;
}

.home-hero-profile-wrapper.red {
  position: absolute;
  left: auto;
  top: -40px;
  right: 20px;
  bottom: auto;
  z-index: 11;
}

.purple-dot {
  position: absolute;
  left: -10px;
  top: auto;
  right: auto;
  bottom: 30px;
  width: 16px;
  height: 16px;
}

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

.home-logo-heading-24px {
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.02em;
}

.home-logo-grid {
  width: 100%;
  margin-top: 24px;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  -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;
  opacity: 0.8;
}

.home-logo-item-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;
}

.home-logo-item-icon {
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-upper-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 612px;
  -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;
}

.h3-heading-48px.margin-bottom-24px {
  margin-bottom: 24px;
}

.feature-bottom-container {
  width: 100%;
  margin-top: 60px;
}

.home-feature-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.home-feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 50px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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: 16px;
  text-align: center;
}

.home-feature-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.home-feature-icon-wrapper._1 {
  background-color: rgba(255, 255, 255, 0.3);
}

.home-feature-icon {
  position: static;
  overflow: visible;
  width: 100px;
  height: 100px;
  max-width: none;
}

.home-feature-text-24px {
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
  letter-spacing: -0.02px;
}

.home-feature-blue-icon {
  display: none;
  width: 100px;
  height: 100px;
  max-width: none;
}

.best-tool-1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.best-tool-2-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  margin-bottom: 200px;
  -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;
}

.best-tool-3-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.best-tool-1-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 432px;
  -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;
}

.best-tool-2-text-container {
  position: relative;
  width: 40%;
  max-width: 432px;
}

.best-tool-3-text-container {
  position: relative;
  width: 40%;
  max-width: 432px;
}

.home-how-grid {
  width: 100%;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-how-item {
  width: 100%;
  max-width: 340px;
}

.home-how-text-item-container {
  padding-top: 40px;
}

.home-how-heading-28px {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.home-how-para-18px {
  color: #545479;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.home-how-upper-container {
  margin-bottom: 80px;
}

.best-tool-pointer-18px {
  padding-left: 36px;
  background-image: url('../images/Icon.svg');
  background-position: 0% 5px;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.best-tool-pointer-18px.no-margin {
  margin-bottom: 0px;
}

.best-tool-pointer-18px.red-pointer-icon {
  background-image: url('../images/Pointer-Red-Icon.svg');
}

.best-tool-pointer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 20px;
}

.best-tool-pointer-container.pointer-margin-top-bottom {
  margin-top: 32px;
  margin-bottom: 48px;
}

.best-tool-pointer-container.margin-top-48px {
  margin-top: 48px;
}

.best-tool-1-image-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 638px;
  -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;
}

.best-tool-1-hero-item {
  border-radius: 16px;
  box-shadow: 0 16px 100px 0 rgba(0, 0, 0, 0.02);
}

.best-tool-1-hero-item.top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 85%;
  max-width: 498px;
}

.best-tool-1-hero-item.bottom {
  position: absolute;
  left: auto;
  top: auto;
  right: -40px;
  bottom: -80px;
  width: 65%;
  max-width: 359px;
}

.best-tool-1-hero-background {
  width: 100%;
  max-width: 504px;
}

.best-tool-1-hero-image {
  width: 100%;
  height: 100%;
}

.best-tool-1-hero-bg-image {
  width: 100%;
  height: 100%;
}

.orange-circle {
  position: absolute;
  left: auto;
  top: 180px;
  right: -30px;
  bottom: auto;
  width: 16px;
  height: 16px;
}

.best-tool-author-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-bottom: 48px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.best-tool-author-image {
  width: 90%;
  max-width: 90px;
  margin-right: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.best-tool-author-text-container {
  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;
}

.best-tool-author-name {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
}

.best-tool-author-name.margin-18px {
  margin-top: 18px;
}

.best-tool-medium-text {
  font-weight: 500;
}

.best-tool-author-testimonial {
  font-size: 18px;
  line-height: 140%;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.best-tool-2-image-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52%;
  max-width: 658px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.best-tool-2-hero-item {
  width: 80%;
  max-width: 560px;
}

.best-tool-2-hero-absolute {
  position: absolute;
  left: 0%;
  top: 80px;
  right: auto;
  bottom: auto;
  z-index: 11;
  width: 56%;
  max-width: 360px;
}

.best-tool-2-hero-image {
  border-radius: 16px;
  box-shadow: 0 16px 100px 0 rgba(0, 0, 0, 0.02);
}

.best-tool-3-image-container {
  position: relative;
  width: 53%;
  max-width: 688px;
}

.best-tool-3-hero-item {
  width: 88%;
  max-width: 560px;
  border-radius: 16px;
  box-shadow: 0 16px 100px 0 rgba(0, 0, 0, 0.02);
}

.best-tool-red-item {
  position: absolute;
  left: auto;
  top: 10%;
  right: 0%;
  bottom: auto;
  width: 15%;
  max-width: 90px;
  border-radius: 16px;
  box-shadow: 0 16px 100px 0 rgba(0, 0, 0, 0.02);
}

.best-tool-red-item-image {
  position: relative;
  z-index: 11;
  width: 100%;
  height: 100%;
}

.best-red-tool-layer-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 34px;
  height: 235px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 16px;
  background-color: #fa5b68;
  -webkit-filter: blur(160px);
  filter: blur(160px);
}

.best-tool-3-tags {
  position: absolute;
  left: auto;
  top: auto;
  right: -40px;
  bottom: 40px;
  width: 52%;
  max-width: 298px;
  border-radius: 16px;
  box-shadow: 0 16px 100px 0 rgba(0, 0, 0, 0.02);
}

.best-tool-3-hero-image {
  width: 100%;
  height: 100%;
}

.best-tool-3-dotted-line {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 24px;
  border-top: 1px dashed rgba(8, 8, 41, 0.3);
}

.best-tool-3-logo-grid {
  grid-column-gap: 27px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.best-tool-3-logo-image {
  width: 100%;
  height: auto;
}

.best-tool-3-purple-tag {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -100px;
  z-index: 11;
  width: 16px;
  height: 16px;
}

.best-tool-3-tags-image {
  width: 100%;
  height: 100%;
}

.best-tools-2-yellow-tag {
  position: absolute;
  left: auto;
  top: auto;
  right: 25%;
  bottom: -30px;
  width: 16px;
  height: 16px;
}

.footer-upper-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-upper-left {
  width: 20%;
}

.footer-upper-right {
  width: 70%;
  max-width: 736px;
}

.footer-grid {
  grid-column-gap: 100px;
  -ms-grid-columns: 0.75fr 1fr 1.5fr;
  grid-template-columns: 0.75fr 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-link-grid {
  margin-top: 16px;
  justify-items: start;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.footer-link-grid.get-in-touch {
  grid-row-gap: 14px;
}

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

.footer-bold-text-18px {
  opacity: 0.6;
  font-size: 18px;
  line-height: 160%;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link-20px {
  color: #080829;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.footer-link-20px:hover {
  color: #3f53d8;
}

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

.footer-link-email-icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

.social-profiles {
  width: 20px;
  height: 20px;
}

.social-profiles.facebook {
  width: 22.2px;
}

.social-profile-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: 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-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-profile-wrapper:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.social-profile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

.home-brand-link-block {
  width: 35%;
  max-width: 151px;
}

.home-brand-link-block.w--current {
  width: 30%;
  max-width: 150px;
  padding-left: 0px;
}

.footer-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1250px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: rgba(18, 23, 34, 0.5);
  font-size: 14px;
  line-height: 145%;
  font-weight: 500;
}

.copyright-text {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
}

.cf-links {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.cf-links:hover {
  color: #3f53d8;
}

.green-purple-circle {
  position: absolute;
  left: 15%;
  top: auto;
  right: auto;
  bottom: 260px;
  width: 18px;
  height: 18px;
}

.cta-section {
  position: relative;
  display: none;
  background-color: #080829;
  color: #fff;
}

.cta-section.white {
  background-color: #fbfbfb;
  color: #080829;
}

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

.cta-heading {
  margin-bottom: 60px;
  font-size: 72px;
  line-height: 110%;
}

.cta-credit-card {
  position: absolute;
  left: auto;
  top: 0%;
  right: -90%;
  bottom: auto;
  width: 100%;
  max-width: 185px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-item-1-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 11;
  width: 20%;
  max-width: 232px;
}

.cta-item-2-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  width: 20%;
  max-width: 277px;
}

.cta-yellow-circle {
  position: absolute;
  left: 10%;
  top: auto;
  right: auto;
  bottom: 140px;
  z-index: 11;
  width: 16px;
  height: 16px;
}

.cta-yellow-circle.blog-cta {
  left: 5%;
  top: 220px;
  right: auto;
  bottom: auto;
}

.cyan-cta-item {
  position: absolute;
  left: auto;
  top: 0%;
  right: 10%;
  bottom: auto;
  z-index: 11;
  width: 70px;
}

.integration-section {
  position: relative;
  display: none;
}

.integration-upper-container {
  max-width: 704px;
  text-align: center;
}

.integration-bottom-conatiner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.integration-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.integration-hero-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: center;
  -webkit-justify-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: 50%;
  background-color: #fff;
  box-shadow: 0 20px 100px 0 rgba(91, 91, 91, 0.02);
}

.integration-hero-item._1 {
  width: 100%;
  height: 158px;
  max-width: 158px;
}

.integration-hero-item._2 {
  width: 100%;
  height: 124.5px;
  max-width: 124.5px;
  margin-top: auto;
}

.integration-hero-item._3 {
  width: 100%;
  height: 150px;
  max-width: 150px;
}

.integration-hero-item._4 {
  width: 100%;
  height: 149.5px;
  max-width: 149.5px;
  margin-top: auto;
}

.integration-hero-item._5 {
  width: 100%;
  height: 179px;
  max-width: 179px;
}

.integration-hero-item._6 {
  width: 100%;
  height: 136px;
  max-width: 136px;
  margin-bottom: auto;
}

.integration-hero-item._7 {
  width: 100%;
  height: 136px;
  max-width: 136px;
  margin-top: auto;
}

.integration-hero-item._8 {
  width: 100%;
  height: 162px;
  max-width: 162px;
}

.integration-hero-item._9 {
  width: 100%;
  height: 136px;
  max-width: 136px;
  margin-bottom: auto;
}

.integration-hero-item._10 {
  width: 100%;
  height: 150px;
  max-width: 150px;
  margin-top: auto;
}

.integration-hero-item._11 {
  width: 100%;
  height: 136px;
  max-width: 136px;
  margin-bottom: auto;
}

.integration-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.home-blog-section {
  display: none;
}

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

.home-blog-list-wrapper {
  width: 100%;
}

.home-blog-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 360px;
  -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-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #080829;
  text-decoration: none;
}

.home-blog-item-wrapper:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.home-blog-item-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 32px;
  -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;
}

.home-blog-item-tag {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.home-blog-item-heading {
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.home-blog-item-line {
  width: 100%;
  height: 1px;
  margin-top: auto;
  margin-bottom: 24px;
  border-top: 1px dashed rgba(8, 8, 41, 0.3);
}

.home-blog-item-date-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;
}

.home-blog-item-date {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.home-blog-item-date._24px {
  font-size: 24px;
  line-height: 167%;
  letter-spacing: -0.04em;
}

.home-blog-item-reading-time {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.home-blog-item-reading-time._24px {
  font-size: 24px;
  line-height: 167%;
}

.home-blog-item-dot-spacer {
  width: 5px;
  height: 5px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 50%;
  background-color: #000;
}

.home-blog-item-dot-spacer._6px {
  width: 6px;
  height: 6px;
  margin-right: 10px;
  margin-left: 10px;
}

.home-blog-upper-container {
  margin-bottom: 80px;
}

.home-numbers-section {
  margin-top: 80px;
}

.watch-demo-container {
  display: none;
}

.home-numbers-container {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.watch-demo-link-block {
  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: #080829;
}

.watch-demo-text {
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.watch-demo-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76px;
  height: 76px;
  margin-right: 24px;
  padding: 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;
  border-style: dashed;
  border-width: 1px;
  border-color: #3f53d8;
  border-radius: 50%;
}

.blue-play-burton {
  position: relative;
  z-index: 11;
}

.play-small-blue-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 42px;
  height: 42px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #3f53d8, #8090fe);
  -webkit-filter: blur(42px);
  filter: blur(42px);
}

.home-numbers-grid {
  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;
  justify-items: center;
  -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: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-numbers-text-48px {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 48px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.home-numbers-para-text {
  color: #545479;
  font-size: 18px;
  line-height: 150%;
}

.home-numbers-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 216px;
  -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;
}

.home-numbers-blue-text {
  display: inline-block;
  color: #3f53d8;
}

.home-testimonial-upper-wrapper {
  max-width: 752px;
  margin-bottom: 80px;
  text-align: center;
}

.home-testimonial-slider {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.home-testimonial-slide {
  width: 100%;
  height: 100%;
}

.blue-star-image {
  width: 27px;
  height: 26px;
  margin-right: 16px;
}

.home-testimonial-star-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-testimonial-slide-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 147px;
  padding-left: 147px;
  -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;
}

.home-testimonial-slide-nav {
  display: none;
}

.home-testimonial-italic-text {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 140%;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.home-testimonial-author-name {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.02em;
}

.testimonial-quote-icon {
  width: 100%;
  height: auto;
  max-width: 100px;
}

.testimonial-quote-icon.left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.testimonial-quote-icon.right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 100px;
}

.testimonial-author-img-wrapper {
  width: 80px;
  height: 80px;
  margin-top: 40px;
}

.home-testimonial-author-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.hometestimonial-left-arrow {
  left: auto;
  top: auto;
  right: 203px;
  bottom: 0%;
  width: 48px;
  height: 48px;
  opacity: 0.3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hometestimonial-left-arrow:hover {
  opacity: 1;
}

.home-testimonial-right-arrow {
  left: auto;
  top: auto;
  right: 147px;
  bottom: 0%;
  width: 48px;
  height: 48px;
  opacity: 0.3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.home-testimonial-right-arrow:hover {
  opacity: 1;
}

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

.collab-icon {
  max-width: 150%;
}

.home-navlink {
  padding: 5px 15px;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.01em;
}

.home-navlink:hover {
  color: #3f53d8;
}

.home-navlink.w--current {
  color: #3f53d8;
}

.menu-button {
  padding: 15px;
}

.home-nav-menu {
  display: none;
}

.footer-brand-link-block.w--current {
  width: 100%;
  max-width: 170px;
}

.footer-brand {
  max-width: 135%;
}

.features-hero-section {
  position: relative;
}

.features-hero-bg {
  width: 100vw;
  height: 100vw;
  max-height: 785px;
  -o-object-fit: cover;
  object-fit: cover;
}

.features-hero-bg-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: auto;
}

.features-home-text-container {
  width: 100%;
  margin-bottom: 100px;
}

.features-her-heading {
  max-width: 920px;
}

.features-sub-hero-heading {
  font-size: 72px;
  line-height: 110%;
}

.features-sub-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1060px;
  margin-top: 26px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.features-hero-para-text-18px {
  max-width: 285px;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.features-hero-visual-wrapper {
  width: 103%;
}

.features-insight-section {
  position: relative;
}

.feature-insight-image-container {
  width: 52%;
  max-width: 650px;
  border-radius: 16px;
  box-shadow: 0 16px 100px 0 rgba(0, 0, 0, 0.02);
}

.feature-insight-image {
  width: 100%;
  height: 100%;
}

.feature-insight-text-container {
  width: 45%;
  max-width: 432px;
}

.feature-4-card-text-container {
  width: 45%;
  max-width: 432px;
}

.feature-4-card-visual-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  max-width: 672px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-4-card-blue-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  max-width: 504px;
  margin-right: auto;
  margin-left: auto;
}

.feature-4-card-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 320px;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
}

.feature-4-card-item-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.feature-4-card-heading {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.feature-4-card-para {
  color: #545479;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.feature-4-card-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;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.feature-4-card-wrapper.right {
  padding-top: 70px;
}

.feature-4-card-grid {
  position: relative;
  width: 100%;
  height: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.f-deliverables-text-container {
  width: 45%;
  max-width: 432px;
}

.f-deliverables-image-container {
  position: relative;
  width: 48%;
  max-width: 544px;
  border-radius: 16px;
  box-shadow: 0 16px 100px 0 rgba(0, 0, 0, 0.02);
}

.deliverables-hero-image {
  width: 100%;
  height: auto;
}

.deliveables-img-absolute-item {
  position: absolute;
  left: -15%;
  top: auto;
  right: auto;
  bottom: 7%;
  z-index: 111;
  width: 42%;
  max-width: 236px;
  border-radius: 16px;
  box-shadow: 0 16px 100px 0 rgba(0, 0, 0, 0.02);
}

.blue-circle {
  position: absolute;
  left: auto;
  top: 200px;
  right: 5%;
  bottom: auto;
  z-index: 11;
  width: 32px;
  height: 32px;
}

.amazing-feature-grid {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.amazing-feature-upper-wrapper {
  margin-bottom: 80px;
}

.amazing-feature-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 360px;
  -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;
  text-align: center;
}

.amazing-feature-item-image {
  width: 100%;
}

.amazing-features-text-wrapper {
  width: 100%;
  height: 50%;
  margin-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.amzing-features-item-heading {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.amazing-features-item-para {
  color: #545479;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.insights-yellow-circle-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 25%;
  bottom: 20px;
  width: 16px;
  height: 16px;
}

.benefit-pointer-text-28px {
  padding-left: 50px;
  background-image: url('../images/Benefit-Blue-Icon.svg');
  background-position: 0px 4px;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: -0.01em;
}

.benefits-pointer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.benefit-pointer-grid {
  width: 100%;
  margin-top: 80px;
  grid-column-gap: 100px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.join-team-section {
  position: relative;
}

.join-team-upper-container {
  width: 65%;
  max-width: 674px;
}

.join-team-bottom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.career-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 32px;
}

.career-collection-list-wrapper {
  width: 100%;
  max-width: 940px;
}

.career-text-container-left {
  width: 60%;
  max-width: 450px;
}

.career-job-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 32px;
  -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(84, 84, 121, 0.15);
}

.career-job-type-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #545479;
}

.career-job-name-heading {
  font-size: 36px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.career-job-location-text {
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -0.01em;
}

.career-job-type-slash {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 22px;
  line-height: 140%;
}

.career-job-type-text {
  font-size: 22px;
  line-height: 140%;
}

.career-imagery-wrapper {
  width: 97%;
  max-width: 1720px;
  margin-left: auto;
  padding-top: 95px;
  padding-bottom: 95px;
}

.career-imagery-sub-wrapper {
  display: -ms-grid;
  display: grid;
  width: 120%;
  height: 100%;
  max-width: 1720px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.career-hero-imagery {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.career-imagery-small-wrapper {
  width: 100%;
  max-width: 460px;
}

.career-imagery-small-wrapper.large {
  max-width: 600px;
}

.career-blue-logo-section {
  background-color: #080829;
  color: #fff;
}

.career-blue-logo-grid {
  width: 100%;
  margin-top: 24px;
  grid-column-gap: 27px;
  grid-row-gap: 0px;
  -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;
  opacity: 0.8;
}

.career-blue-logo-wrapper {
  width: 100%;
  max-width: 178px;
}

.career-blue-logo-image {
  width: 100%;
  height: 100%;
}

.career-blue-logo-heading {
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.03em;
}

.career-hero-section {
  position: relative;
  background-color: rgba(255, 193, 35, 0.1);
}

.career-talent-upper-container {
  width: 90%;
  max-width: 1004px;
  margin-bottom: 100px;
}

.career-talent-bottom-container {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-talent-image-container {
  width: 48%;
  max-width: 520px;
}

.career-talent-hero-image {
  width: 100%;
  height: 100%;
}

.career-talent-text-container {
  width: 48%;
  max-width: 580px;
}

.career-talent-text-18px {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.career-talent-heading-32px {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.career-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 586px;
  -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;
}

.body-small-black {
  color: #080829;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.career-hero-heading {
  margin-bottom: 24px;
}

.career-hero-profile-wrapper {
  width: 45%;
  max-width: 140px;
}

.career-hero-profile-wrapper._1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 40%;
}

.career-hero-profile-wrapper._2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 25%;
  width: 40%;
  max-width: 135px;
}

.career-hero-profile-wrapper._3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 15%;
  bottom: auto;
  width: 35%;
  max-width: 116px;
}

.career-hero-profile-wrapper._4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 15%;
  bottom: auto;
  width: 35%;
  max-width: 110px;
}

.career-hero-profile-wrapper._5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 35%;
  max-width: 110px;
}

.career-hero-profile-wrapper._6 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 4%;
  width: 40%;
}

.career-hero-profile-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.career-hero-profile-container {
  width: 25%;
  max-width: 300px;
}

.career-hero-profile-container.left {
  position: absolute;
  left: 3%;
  top: auto;
  right: auto;
  bottom: 10%;
  z-index: 11;
  height: 45%;
}

.career-hero-profile-container.right {
  position: absolute;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 25%;
  z-index: 11;
  height: 42%;
}

.career-job-post-summary-item {
  width: 100%;
  max-width: 1200px;
}

.career-bio-rich-text-block {
  width: 100%;
}

.career-bio-rich-text-block blockquote {
  width: 100%;
  max-width: 840px;
  margin: 24px auto 48px;
}

.career-bio-rich-text-block p {
  width: 100%;
  max-width: 840px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  color: #080829;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.career-bio-rich-text-block h4 {
  max-width: 840px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  font-size: 32px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.career-bio-rich-text-block h2 {
  width: 100%;
  max-width: 840px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.career-bio-rich-text-block h1 {
  margin-bottom: 24px;
}

.career-bio-rich-text-block h3 {
  margin-bottom: 24px;
}

.career-bio-rich-text-block h5 {
  margin-bottom: 24px;
}

.career-bio-rich-text-block h6 {
  margin-bottom: 24px;
}

.career-bio-rich-text-block a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #080829;
}

.career-bio-rich-text-block a:hover {
  color: #3f53d8;
}

.career-post-hero-section {
  position: relative;
  background-color: rgba(63, 83, 216, 0.1);
}

.career-post-hero-wrapper {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.career-post-hero-heading {
  margin-bottom: 32px;
}

.career-post-left-container {
  width: 60%;
}

.career-post-job-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;
}

.career-post-job-type-text {
  font-size: 24px;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.career-post-job-location-text {
  font-size: 24px;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.blog-newsletter-section {
  position: relative;
  background-color: #080829;
  color: #fff;
}

.blog-newsletter-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 666px;
  -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;
}

.newsletter-hero-heading {
  margin-bottom: 24px;
}

.newsletter-para-20px {
  opacity: 0.8;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.newsletter-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 556px;
  margin-top: 48px;
  -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;
}

.newsletter-form {
  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: 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;
}

.newsletter-text-field {
  width: 90%;
  height: 64px;
  max-width: 380px;
  margin-bottom: 0px;
  padding-left: 24px;
  border: 0px solid #000;
  border-radius: 14px;
  background-color: hsla(0, 0%, 100%, 0.15);
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.newsletter-text-field::-webkit-input-placeholder {
  color: #fff;
}

.newsletter-text-field:-ms-input-placeholder {
  color: #fff;
}

.newsletter-text-field::-ms-input-placeholder {
  color: #fff;
}

.newsletter-text-field::placeholder {
  color: #fff;
}

.newsletter-submit-button {
  height: 64px;
  padding: 19px 32px 20px;
  border-radius: 14px;
  background-color: #3f53d8;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.subscribe-any-time-text {
  margin-top: 16px;
  opacity: 0.8;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.newsletter-hero-item-wrapper {
  width: 30%;
  max-width: 285px;
}

.newsletter-hero-item-wrapper.left {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 11;
}

.newsletter-hero-item-wrapper.right {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 11;
  width: 20%;
}

.newsletter-hero-item-image {
  width: 100%;
  height: 100%;
}

.blogs-tabs {
  width: 100%;
}

.blog-tabs-content {
  overflow: visible;
  width: 100%;
  margin-top: 80px;
}

.blog-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
}

.blog-tab-link {
  padding: 12px 24px;
  border-radius: 10px;
  background-color: rgba(63, 83, 216, 0.1);
  color: #3f53d8;
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
}

.blog-tab-link.w--current {
  background-color: #3f53d8;
  color: #fff;
}

.blog-tab-pane-wrapper {
  width: 100%;
}

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

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

.blog-upper-container {
  width: 100%;
  max-width: 492px;
  margin-bottom: 80px;
  text-align: center;
}

.blog-hero-section.cms {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 83, 216, 0.1)), color-stop(50%, rgba(63, 83, 216, 0)));
  background-image: linear-gradient(180deg, rgba(63, 83, 216, 0.1), rgba(63, 83, 216, 0) 50%);
}

.blog-hero-wrapper {
  width: 100%;
  max-width: 590px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  text-align: center;
}

.blog-hero-heading {
  margin-bottom: 24px;
}

.blog-hero-slider {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.blog-hero-slider-mask {
  overflow: visible;
  width: 100%;
}

.blog-hero-slider-slide {
  width: 100%;
  margin-right: 48px;
}

.hero-blog-left-arrow {
  left: -4%;
  top: 25%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  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;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 50ms ease;
  transition: all 50ms ease;
}

.hero-blog-left-arrow:hover {
  background-color: #ffc123;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.hero-blog-right-arrow {
  left: auto;
  top: 25%;
  right: -4%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  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;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 50ms ease;
  transition: all 50ms ease;
}

.hero-blog-right-arrow:hover {
  background-color: #ffc123;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.blog-slider-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 554px;
  margin-top: 32px;
  -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;
}

.blog-slider-hero-image {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-slider-hero-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #080829;
  text-decoration: none;
}

.blog-empty-state {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #a259ff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.newsletter-form-sub-wrapper {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-success-message {
  border-radius: 10px;
  background-color: #2cae76;
  color: #fff;
  font-weight: 700;
}

.newsletter-error-message {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #fa5b68;
  font-weight: 700;
}

.hero-blog-slide-nav {
  display: none;
}

.forgot-password-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Forgot-Password-Bg.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.forgot-password-hero-wrapper {
  width: 30%;
  max-width: 278px;
}

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

.forgot-password-hero-wrapper.left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: 262px;
}

.forgot-passwod-hero-image {
  width: 100%;
  height: 100%;
}

.forgot-password-wrapper {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 520px;
  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;
}

.collab-link-block {
  width: 50%;
  max-width: 155px;
  margin-bottom: 20%;
}

.collab-link-block.sign-in {
  margin-bottom: 32px;
}

.forgot-password-form-block {
  width: 100%;
  margin-bottom: 0px;
}

.forgot-password-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reference-field-label {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.red-star-text-span {
  color: #fa5b68;
}

.reference-text-field {
  height: 60px;
  margin-bottom: 16px;
  padding-left: 24px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(8, 8, 41, 0.2);
  border-radius: 16px;
  background-color: transparent;
  color: #080829;
  font-size: 18px;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.reference-text-field:focus {
  border-color: #3f53d8;
  box-shadow: 0 1px 8px 0 rgba(63, 83, 216, 0.2);
}

.reference-text-field::-webkit-input-placeholder {
  color: rgba(8, 8, 41, 0.5);
}

.reference-text-field:-ms-input-placeholder {
  color: rgba(8, 8, 41, 0.5);
}

.reference-text-field::-ms-input-placeholder {
  color: rgba(8, 8, 41, 0.5);
}

.reference-text-field::placeholder {
  color: rgba(8, 8, 41, 0.5);
}

.forgot-password-submit-button {
  width: 100%;
  height: 64px;
  border-radius: 14px;
  background-color: #3f53d8;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
}

.forgot-password-submit-button:hover {
  background-color: #2cae76;
}

.back-link-text {
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.sign-in-blue-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-weight: 700;
  text-decoration: none;
}

.sign-in-blue-link:hover {
  color: #080829;
}

.fogot-pass-success-message {
  border-radius: 14px;
  background-color: #2cae76;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.fogot-pass-error-message {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #fa5b68;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.forgot-password-text-wrapper {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.forgot-password-hero-heading {
  margin-bottom: 16px;
  font-size: 60px;
  line-height: 130%;
}

.about-hero-section {
  position: relative;
  margin-bottom: 110px;
  background-color: rgba(255, 193, 35, 0.1);
}

.about-hero-wrapper {
  width: 100%;
  max-width: 710px;
  text-align: center;
}

.about-hero-heading {
  margin-bottom: 24px;
}

.about-hero-item {
  width: 30%;
  max-width: 311px;
}

.about-hero-item.right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  width: 25%;
}

.about-hero-item.left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 120px;
  z-index: 11;
  width: 24%;
  max-width: 288px;
}

.about-hero-item-image {
  width: 100%;
  height: 100%;
}

.about-upper-container {
  max-width: 560px;
  margin-bottom: 80px;
}

.about-team-grid {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-team-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.about-team-hero-profile {
  width: 100%;
  max-width: 160px;
  margin-bottom: 24px;
}

.about-team-item-heading {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.about-team-item-para {
  font-size: 22px;
  line-height: 130%;
}

.career-orange-circle {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 50%;
  z-index: 11;
  width: 16px;
  height: 16px;
}

.blue-button-arrow {
  width: 30px;
}

.link-block-button-wrapper {
  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;
}

.blue-cta-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 9px 5px 9px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3f53d8;
  font-size: 20px;
  line-height: 155%;
  font-weight: 500;
  text-decoration: none;
}

.blue-cta-button-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: #3f53d8;
}

.blue-cta-button-text {
  margin-right: 12px;
}

.join-team-wrapper {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-tabs-section {
  background-color: #080829;
  color: #fff;
}

.about-tabs-upper-container {
  width: 100%;
  max-width: 724px;
  margin-bottom: 80px;
  text-align: center;
}

.about-tabs {
  width: 100%;
}

.about-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-tabs-content {
  overflow: visible;
  width: 100%;
}

.about-tab-link {
  width: 90%;
  max-width: 200px;
  padding: 11px 5px;
  border-radius: 12px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 178%;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
}

.about-tab-link.w--current {
  background-color: #fff;
  color: #000;
}

.about-tab-pane-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-tab-pane-image-container {
  position: relative;
  width: 54%;
  max-width: 641px;
}

.about-tab-pane-text-container {
  width: 42%;
  max-width: 432px;
}

.about-tab-pane-hero-item {
  position: relative;
  width: 80%;
  max-width: 460px;
}

.about-tab-pane-hero-image {
  width: 100%;
  height: 100%;
}

.about-tab-pane-hero-item-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -40px;
  width: 52%;
  max-width: 340px;
}

.tab-pane-para-18px {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.tab-pane-author-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
}

.about-flexible-text-container {
  width: 42%;
  max-width: 445px;
}

.about-flexible-heading-wrapper {
  width: 48%;
  max-width: 550px;
}

.about-seven-text-container {
  width: 45%;
  max-width: 432px;
}

.about-seven-image-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  max-width: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-seven-hero-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.about-seven-absolute-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  width: 80%;
  max-width: 424px;
  margin-right: auto;
  margin-left: auto;
}

.contact-hero-section {
  position: relative;
}

.contact-hero-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  max-height: 782px;
}

.contact-hero-background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 663px;
  margin-bottom: 100px;
  -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;
}

.contact-hero-heading {
  margin-bottom: 24px;
}

.contact-grid-container {
  width: 100%;
  height: 100%;
}

.contact-hero-grid {
  grid-column-gap: 45px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-hero-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 370px;
  padding: 40px 32px;
  -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: 16px;
  background-color: #fff;
  box-shadow: 0 16px 100px 0 rgba(0, 0, 0, 0.02);
  text-align: center;
}

.contact-hero-spacer-line {
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: rgba(0, 0, 0, 0.2);
}

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

.contact-hero-icon {
  width: 100%;
  height: auto;
  max-width: 80px;
  margin-bottom: 32px;
  border-radius: 20px;
}

.contact-hero-item-heading {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
}

.contact-hero-item-para {
  color: #545479;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.pricing-hero-section {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(63, 83, 216, 0.1)), color-stop(0, #fbfbfb));
  background-image: linear-gradient(180deg, rgba(63, 83, 216, 0.1) 50%, #fbfbfb 0);
}

.pricing-hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 110px;
  -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;
}

.pricing-center-container {
  width: 100%;
  max-width: 586px;
  text-align: center;
}

.pricing-h1-heading {
  margin-bottom: 24px;
}

.pricing-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 120px;
  -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;
}

.pricing-tabs-menu {
  margin-bottom: 80px;
  border-radius: 12px;
}

.pricing-tab-link {
  padding-top: 18px;
  padding-bottom: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #080829;
  background-color: transparent;
  font-size: 20px;
  line-height: 110%;
  font-weight: 500;
}

.pricing-tab-link.w--current {
  background-color: #080829;
  color: #fff;
}

.pricing-tab-link.yearly {
  padding-right: 76px;
  padding-left: 76px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.pricing-tab-link.monthly {
  padding-right: 66px;
  padding-left: 66px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.tabs-content {
  overflow: visible;
  width: 100%;
}

.price-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-checkmark {
  width: 24px;
  margin-top: 4px;
}

.pricing-cards-contain {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blue-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #0053b9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: none;
}

.blue-button-2:hover {
  background-color: #00000a;
}

.price-line {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: rgba(8, 8, 41, 0.1);
}

.price-line.white {
  background-color: hsla(0, 0%, 100%, 0.4);
}

.dollar-span {
  margin-right: 6px;
  color: #0053b9;
  font-size: 32px;
  line-height: 160%;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.dollar-span.yellow {
  color: #ffc123;
}

.price-point-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 16px;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.16px;
}

.price-point-wrapper.inactive-black {
  opacity: 0.3;
  color: #545479;
}

.price-point-wrapper.white {
  color: #fff;
}

.price-point-wrapper.white.inactive {
  opacity: 0.3;
}

.price-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 16px 100px 0 rgba(0, 0, 0, 0.02);
}

.price-card.blue {
  background-color: #3f53d8;
}

.price-text {
  margin-right: auto;
  margin-left: auto;
  color: #00000a;
  font-size: 60px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -0.02em;
}

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

.price-text.ecommerce {
  font-size: 40px;
}

.pricing-points-contain {
  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;
  grid-row-gap: 24px;
}

.plan-summary {
  margin-bottom: 32px;
  color: #545479;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  letter-spacing: -0.02em;
}

.plan-summary.white {
  color: #fff;
}

.plan-name {
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  line-height: 131%;
}

.plan-name.white {
  color: #fff;
}

.month-text {
  margin-top: auto;
  margin-bottom: 5px;
  margin-left: 2px;
  color: #00000a;
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
  letter-spacing: -0.02em;
}

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

.headings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
}

.pricing-h3-heading {
  max-width: 500px;
  margin: 0px auto 80px;
  text-align: center;
}

.pricing-h3-heading._595px {
  max-width: 595px;
}

.pricing-headings {
  color: #545479;
  font-size: 20px;
  line-height: 116%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.pricing-headings.black {
  color: #080829;
}

.price-checkmark {
  width: 28px;
}

.pricing-row-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 38px;
  padding-bottom: 38px;
  padding-left: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-row-contain.blue {
  padding-top: 38px;
  padding-bottom: 38px;
  padding-left: 48px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom-style: none;
  border-radius: 16px;
  background-color: rgba(63, 83, 216, 0.1);
}

.pricing-row-contain.no-border {
  margin-bottom: 32px;
  border-bottom-style: none;
}

.pricing-row-contain.buttons {
  border-bottom-width: 0px;
}

.comparison-table {
  width: 100%;
}

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

.price-grid-text {
  color: #00000a;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.32px;
}

.price-grid-contain {
  display: -ms-grid;
  display: grid;
  width: 75%;
  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;
  grid-template-rows: auto;
}

.white-button {
  padding: 19px 36px 20px;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3f53d8;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
}

.white-button:hover {
  background-color: #fe7f51;
  color: #fff;
}

.white-button.pricing {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.pricing-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 586px;
  -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;
}

.pricing-h4-heading {
  margin-bottom: 24px;
  font-weight: 400;
}

.pricing-wrapper-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 46px;
  padding-bottom: 80px;
  -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;
}

.faq-answer {
  padding-top: 20px;
  padding-right: 26px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.4;
}

.faq-answer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 525px;
  color: #545479;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.faq-dropdown-icon-container {
  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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.faq-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-question {
  max-width: 480px;
  margin-right: 28px;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
}

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

.faqs-container {
  width: 100%;
  max-width: 585px;
  padding: 32px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: box-shadow 360ms ease;
  transition: box-shadow 360ms ease;
  cursor: pointer;
}

.faqs-container:hover {
  box-shadow: -8px 8px 0 0 #3f53d8;
}

.faq-dropdown-icon {
  width: 100%;
  height: 100%;
}

.faq-main-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 180px;
  -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;
}

.left-faqs-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;
  grid-row-gap: 32px;
}

.right-faqs-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;
  grid-row-gap: 32px;
}

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

.contact-hero-item-email {
  display: inline-block;
  margin-bottom: 16px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #3f53d8;
  font-size: 18px;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.contact-hero-item-email:hover {
  color: #080829;
}

.contact-hero-item-phone {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #545479;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.contact-hero-item-phone:hover {
  color: #080829;
}

.get-in-touch-upper-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 502px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.get-in-touch-bottom-container {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.get-in-touch-image-container {
  position: relative;
  width: 47%;
  height: 670px;
  max-width: 600px;
}

.get-in-touch-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 500px;
  -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;
}

.get-in-touch-form-container.margin-top-60px {
  margin-top: 60px;
}

.contact-get-in-touch-hero-image {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.get-in-touch-testimonial-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 512px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.02);
  text-align: center;
}

.get-in-touch-testimonial-para {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 140%;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.get-in-touch-testimonial-author {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.02em;
}

.testimonial-bold-text {
  font-weight: 500;
}

.blue-star-small-icon {
  width: 22.88px;
  height: 22px;
}

.git-testimonial-star-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 12px;
}

.get-in-touch-form-block {
  margin-bottom: 0px;
}

.get-in-touch-field-label {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.get-in-touch-text-field {
  height: 60px;
  margin-bottom: 18px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(84, 84, 121, 0.2);
  border-radius: 16px;
  background-color: #fbfbfb;
  color: #000;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.get-in-touch-text-field::-webkit-input-placeholder {
  color: rgba(84, 84, 121, 0.5);
}

.get-in-touch-text-field:-ms-input-placeholder {
  color: rgba(84, 84, 121, 0.5);
}

.get-in-touch-text-field::-ms-input-placeholder {
  color: rgba(84, 84, 121, 0.5);
}

.get-in-touch-text-field::placeholder {
  color: rgba(84, 84, 121, 0.5);
}

.get-in-touch-select-field {
  height: 60px;
  margin-bottom: 0px;
  padding-left: 24px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(84, 84, 121, 0.2);
  border-radius: 16px;
  background-color: #fbfbfb;
  color: #080829;
  font-size: 18px;
  line-height: 160%;
}

.get-in-touch-text-area {
  overflow: visible;
  height: 190px;
  min-height: 190px;
  margin-bottom: 32px;
  padding-top: 20px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(84, 84, 121, 0.2);
  border-radius: 16px;
  background-color: #fbfbfb;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.get-in-touch-submit-button {
  padding: 19px 36px 20px;
  border-radius: 14px;
  background-color: #3f53d8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.get-in-touch-submit-button:hover {
  background-color: #a259ff;
}

.get-in-touch-success-message {
  border-radius: 10px;
  background-color: #2cae76;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.get-in-touch-error-message {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #fa5b68;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.02em;
}

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 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-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;
  background-color: rgba(255, 193, 35, 0.1);
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  margin-top: 10%;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.protected-hero-heading {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 108%;
  font-weight: 700;
}

.blue-text-span-16px {
  margin-bottom: 16px;
  color: #3f53d8;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.protected-page-wrapper {
  width: 100%;
}

.protected-page-field-label {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.protected-page-text-field {
  height: 64px;
  margin-bottom: 24px;
  padding-left: 24px;
  border: 0px solid #000;
  border-radius: 16px;
  background-color: #fff;
  background-image: url('../images/eye-slash-1.svg');
  background-position: 95% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 18px;
}

.protected-page-submit-button {
  width: 100%;
  height: 64px;
  border-radius: 16px;
  background-color: #3f53d8;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.incorrect-password {
  width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #fa5b68;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

._404-hero-image {
  width: 100%;
  height: auto;
  max-width: 400px;
}

._404-para-20px {
  margin-bottom: 50px;
  color: #545479;
  font-size: 22px;
  line-height: 155%;
}

._404-hero-heading {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 106%;
  font-weight: 700;
  letter-spacing: -1.2px;
}

._404-page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 650px;
  margin-top: 3%;
  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;
}

._404-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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: #faf4e6;
}

.blog-hero-wrapper-cms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 934px;
  margin: 80px auto 62px;
  -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-row-gap: 32px;
  text-align: center;
}

.blog-heading {
  font-size: 60px;
  line-height: 130%;
}

.blog-hero-image-wrapper {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.blog-main-image {
  width: 100%;
  height: 600px;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1040px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(84, 84, 121, 0.2);
}

.author-wrapper.vertical {
  margin-bottom: 100px;
  -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;
}

.author-left-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
}

.author-left-contain._902px {
  width: 90%;
  max-width: 902px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 32px;
}

.author-image {
  width: 80px;
  border-radius: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-image._200px {
  width: 200px;
}

.author-headings-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;
  grid-row-gap: 8px;
}

.author-text {
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.02em;
}

.author-name {
  font-size: 24px;
  line-height: 133%;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.social-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;
  grid-column-gap: 24px;
}

.social-wrapper.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 24px;
}

.social-icon {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

.social-icon-image {
  -o-object-fit: contain;
  object-fit: contain;
}

.author-top-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -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;
}

.author-top-block._100px-bottom {
  margin-bottom: 100px;
}

.author-top-block.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-rich-text-contain {
  width: 90%;
  max-width: 1200px;
  margin: 48px auto 80px;
}

.wriiten-by-text {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 133%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.author-position {
  color: #545479;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.02em;
}

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

.author-rich-text p {
  color: #080829;
}

.select-field-contain {
  margin-bottom: 18px;
  padding-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(84, 84, 121, 0.2);
  border-radius: 16px;
}

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

.location-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 100px;
  -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;
}

.slide-nav {
  display: none;
}

.locations-slider-mask {
  overflow: visible;
  width: 100%;
  max-width: 854px;
}

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

.location-text {
  max-width: 344px;
}

.location-slide-image {
  width: 100%;
  max-width: 371px;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}

.location-slide {
  margin-right: 100px;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right-arrow:hover {
  opacity: 1;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow:hover {
  opacity: 1;
}

.sign-up-with-google-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 32px;
  padding: 15px 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;
  border: 1.5px none #000;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 16px 44px 0 rgba(0, 0, 0, 0.02);
  color: #0d0e10;
  font-size: 18px;
  line-height: 160%;
  font-weight: 500;
  text-decoration: none;
}

.sign-up-with-google-button:hover {
  border-color: #145aff;
}

.sign-up-with-google-icon-2 {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.or-continue-with-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
}

.or-continue-with-line {
  width: 100%;
  height: 1px;
  background-color: #545479;
}

._18-px {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #545479;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.forgot-password-text {
  margin-bottom: 32px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #3f53d8;
  font-size: 18px;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.forgot-password-text:hover {
  color: #080829;
}

.sign-up-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(63, 83, 216, 0.1);
}

.contact-paragraph {
  margin: 48px auto 60px;
  color: #545479;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.contact-paragraph.sign-up {
  margin-top: 48px;
}

.sign-up-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #404eed;
  font-weight: 700;
  text-decoration: none;
}

.sign-up-link:hover {
  color: #121722;
  text-decoration: underline;
}

.bold-black-text {
  color: #080829;
}

.template-instruction-youtube {
  height: 100%;
}

.update-paragraph {
  font-size: 22px;
  line-height: 150%;
}

.licensing-hero-wrapper.icons {
  margin-top: 150px;
  margin-bottom: 150px;
}

.licensing-hero-wrapper.grey-icons {
  margin-top: 150px;
}

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

.view-source-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5px 9px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 12px;
  color: #3f53d8;
  font-size: 18px;
  line-height: 155%;
  font-weight: 700;
  text-decoration: none;
}

.view-source-button-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: #3f53d8;
}

.view-source-button-icon {
  width: 24px;
  height: 24px;
}

.license-image-cover {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.font-title-heading {
  margin-top: 60px;
  padding: 42px 20px;
  border-radius: 16px;
  background-color: rgba(63, 83, 216, 0.1);
  color: #3f53d8;
  font-size: 60px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}

.licensing-icon-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 55px;
  grid-auto-columns: 1fr;
  grid-column-gap: 90px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.licensing-icon-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.licensing-icon-image {
  width: 48px;
  height: 48px;
}

.style-guide-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  -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;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.style-guide-rich-text-wrapper {
  width: 100%;
}

.career-job-post-apply-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 840px;
  margin-top: 60px;
  -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;
  -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-row-gap: 30px;
}

.career-job-post-apply-text {
  font-size: 24px;
  line-height: 140%;
}

.career-job-post-apply-email-link {
  color: #3f53d8;
}

.career-job-post-apply-email-link:hover {
  color: #a259ff;
}

.style-description {
  margin-top: 24px;
  color: #545479;
  font-size: 18px;
  line-height: 160%;
}

.style-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 80px;
  -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;
}

.elements-contain {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
}

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

.price-points-rich-text p {
  margin-bottom: 24px;
  padding-left: 40px;
  background-image: url('../images/Inactive.svg');
  background-position: 0% 4px;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.price-points-rich-text h6 {
  margin-bottom: 24px;
  padding-left: 40px;
  background-image: url('../images/Icon.svg');
  background-position: 0px 4px;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 156%;
}

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

.collection-item-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pricing-collection-contain {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 120px;
}

.checkout-form {
  padding: 60px 0px;
  background-color: transparent;
}

.apple-pay {
  height: 60px;
  border-radius: 10px;
}

.block-header {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-container {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.order-confirmation {
  padding: 60px 0px;
  background-color: transparent;
}

.image-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  max-width: 550px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-container.product-hero {
  width: 50%;
  max-width: 600px;
  -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;
}

.duration-buttons {
  margin-right: 20px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(201, 250, 117, 0);
  border-radius: 4px;
  background-color: rgba(63, 83, 216, 0.1);
  font-weight: 500;
}

.duration-buttons.w--ecommerce-pill-selected {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(11, 11, 11, 0);
  background-color: #3f53d8;
  color: #fff;
}

.plan-detail-title {
  margin-bottom: 10px;
  color: #0d0e10;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

.plan-detail-paragraph {
  margin-bottom: 20px;
  font-size: 18px;
}

.plans-hero-section {
  position: relative;
  background-color: transparent;
}

.plan-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button-group {
  margin-bottom: 20px;
}

.duration-label {
  margin-bottom: 10px;
}

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

.products-name {
  margin-right: 10px;
  margin-bottom: 8px;
}

.product-box-wrap {
  width: 100%;
  height: auto;
  padding: 40px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(15, 31, 61, 0.08);
}

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

.plan-price {
  color: #0d0e10;
  font-size: 38px;
  line-height: 54px;
  font-weight: 700;
}

.buttons-contain {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-product-text {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #545479;
  font-size: 18px;
  line-height: 156%;
}

.product-details-contain {
  margin-top: 20px;
  font-size: 18px;
}

.text-containers {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  max-width: 550px;
  -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;
}

.text-containers.product-hero {
  width: 45%;
  max-width: 500px;
}

.add-to-cart {
  padding: 19px 36px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 14px;
  background-color: #3f53d8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
}

.add-to-cart:hover {
  background-color: #a259ff;
}

.buynow-button {
  margin-top: 0px;
  padding: 19px 36px 20px;
  border-radius: 14px;
  background-color: #2cae76;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
}

.buynow-button:hover {
  background-color: #fe7f51;
}

.cart {
  margin-right: 16px;
}

.cart-button {
  display: none;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  color: #000;
  font-size: 18px;
  line-height: 100%;
}

.cart-quantity {
  color: #3f53d8;
}

.text-animation-wrapper {
  width: auto;
}

.text-animation-wrapper.max-width-379 {
  max-width: 379px;
}

.button-animation-wrapper {
  width: auto;
}

.f-deliverables-hero-img-wrapper {
  width: 100%;
}

.pay-with-browser {
  height: 60px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
}

.footer-contact-link-20px {
  color: #080829;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.option-lists {
  margin-left: 0px;
}

.error-state {
  border-radius: 4px;
  font-weight: 500;
}

.half-semi-circle {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 90%;
  max-width: 400px;
}

.pricing-page-emi-circle {
  position: absolute;
  left: 0%;
  top: 500px;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 400px;
}

.sign-in-semi-circle {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 25%;
  max-width: 350px;
}

.sticky-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100000;
  margin-top: -150px;
  background-color: #fff;
  box-shadow: 0 10px 100px 0 rgba(0, 0, 0, 0.08);
}

.mobile-only {
  display: none;
  color: #080829;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.body {
  background-color: #faf4e6;
}

@media screen and (min-width: 1250px) {
  .deliveables-img-absolute-item {
    width: 45%;
  }

  .career-talent-text-container {
    width: 50%;
  }
}

@media screen and (min-width: 1440px) {
  .home-feature-item {
    padding-right: 10px;
    padding-left: 10px;
  }

  .amazing-feature-grid {
    grid-column-gap: 60px;
  }

  .about-team-grid {
    grid-column-gap: 40px;
  }

  ._404-page-container {
    margin-top: 5%;
  }
}

@media screen and (min-width: 1920px) {
  .right-arrow {
    width: 35%;
  }

  .left-arrow {
    width: 35%;
  }

  .sign-up-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 45px;
  }

  h6 {
    font-size: 24px;
  }

  blockquote {
    font-size: 30px;
  }

  .wrapper-1200px {
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-1200px.home-hero-flex {
    padding-top: 80px;
    padding-bottom: 300px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-1200px.home-how-flex {
    max-width: 600px;
  }

  .wrapper-1200px.navbar-flex {
    position: static;
    max-width: none;
    padding-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wrapper-1200px.features-hero-flex {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper-1200px.feature-4-card-flex {
    padding-bottom: 80px;
  }

  .wrapper-1200px.features-deliverables-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrapper-1200px.career-post-hero-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper-1200px.blog-cta-flex {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .wrapper-1200px.about-team-flex {
    max-width: 600px;
    padding-top: 150px;
  }

  .wrapper-1200px.about-tabs-flex {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .wrapper-1200px.about-seven-flex {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrapper-1200px.about-flexible-section {
    padding-top: 0px;
  }

  .wrapper.instruction-wrapper {
    width: 90%;
  }

  .licensing-heading {
    font-size: 45px;
  }

  .licencing-images-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .licencing-image-item {
    width: 100%;
    height: auto;
  }

  .update-text {
    margin-bottom: 20px;
  }

  .wrapper-changelog {
    width: 80%;
  }

  .wrapper-changelog.updates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blue-button {
    padding: 14px 30px 15px;
    line-height: 120%;
  }

  .utility-hero-heading {
    margin-bottom: 20px;
  }

  .hollow-button-white {
    padding: 14px 30px 15px;
    line-height: 120%;
  }

  .hollow-button-white.nav-button-margin {
    margin-right: 5px;
    margin-left: auto;
  }

  .hollow-button-white.nav-button-margin.hide {
    display: inline-block;
  }

  .hollow-button-white.nav-button-margin.in-menu {
    display: inline-block;
    margin-right: auto;
    margin-left: 0px;
  }

  .home-hero-text-container {
    width: 100%;
    max-width: none;
    margin-bottom: 120px;
  }

  .home-hero-image-container {
    width: 100%;
    margin-top: 0px;
  }

  .home-hero-item-image {
    border-radius: 0px;
  }

  .home-logo-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-feature-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .best-tool-1-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .best-tool-2-container {
    margin-top: 180px;
    -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;
  }

  .best-tool-3-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .best-tool-1-text-container {
    width: 100%;
    max-width: 500px;
  }

  .best-tool-2-text-container {
    width: 100%;
    max-width: 500px;
  }

  .best-tool-3-text-container {
    width: 100%;
    max-width: 500px;
  }

  .home-how-grid {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .best-tool-1-image-container {
    width: 100%;
    margin-bottom: 120px;
  }

  .best-tool-2-image-container {
    width: 100%;
    margin-bottom: 80px;
  }

  .best-tool-3-image-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-upper-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-upper-left {
    width: auto;
    max-width: 155px;
  }

  .footer-upper-right {
    width: 100%;
    margin-top: 60px;
  }

  .footer-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-banner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .green-purple-circle {
    left: auto;
    top: auto;
    right: 10%;
    bottom: 250px;
  }

  .cta-heading {
    font-size: 60px;
  }

  .cta-credit-card {
    top: -176%;
    right: -73%;
    -webkit-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }

  .cta-item-2-image {
    width: 25%;
  }

  .integration-hero-item {
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .integration-hero-item._1 {
    height: 130px;
    max-width: 130px;
  }

  .integration-hero-item._2 {
    height: 100px;
    max-width: 100px;
  }

  .integration-hero-item._3 {
    height: 130px;
    max-width: 130px;
  }

  .integration-hero-item._4 {
    height: 135px;
    max-width: 135px;
  }

  .integration-hero-item._5 {
    height: 150px;
    max-width: 150px;
  }

  .integration-hero-item._6 {
    height: 105px;
    max-width: 105px;
  }

  .integration-hero-item._7 {
    height: 105px;
    max-width: 105px;
  }

  .integration-hero-item._8 {
    height: 130px;
    max-width: 130px;
  }

  .integration-hero-item._9 {
    height: 100px;
    max-width: 100px;
  }

  .integration-hero-item._10 {
    height: 120px;
    max-width: 120px;
  }

  .integration-hero-item._11 {
    height: 105px;
    max-width: 105px;
  }

  .integration-item-2 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .home-blog-grid {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .watch-demo-container {
    margin-bottom: 60px;
  }

  .home-numbers-container {
    width: 100%;
  }

  .home-numbers-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home-testimonial-slide-wrapper {
    padding-right: 100px;
    padding-left: 100px;
  }

  .home-testimonial-italic-text {
    font-size: 28px;
  }

  .testimonial-quote-icon.left {
    width: 12%;
  }

  .testimonial-quote-icon.right {
    width: 12%;
  }

  .home-navlink {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0px;
  }

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

  .menu-button.w--open {
    background-color: #3f53d8;
  }

  .home-nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fbfbfb;
    box-shadow: 0 100px 100px 0 rgba(8, 8, 41, 0.1);
  }

  .features-hero-bg {
    max-height: 700px;
  }

  .features-hero-bg-wrapper {
    height: 100%;
  }

  .features-home-text-container {
    margin-bottom: 60px;
  }

  .features-her-heading {
    font-size: 50px;
    text-align: center;
    white-space: nowrap;
  }

  .features-sub-hero-heading {
    font-size: 50px;
  }

  .features-sub-text-container {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 18px;
    text-align: center;
  }

  .features-hero-para-text-18px {
    font-size: 16px;
  }

  .features-hero-visual-wrapper {
    width: 100%;
  }

  .feature-insight-image-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .feature-insight-text-container {
    width: 100%;
  }

  .feature-4-card-text-container {
    width: 100%;
  }

  .feature-4-card-visual-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .feature-4-card-item {
    padding-right: 25px;
    padding-left: 25px;
  }

  .feature-4-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .feature-4-card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .f-deliverables-text-container {
    width: 100%;
  }

  .f-deliverables-image-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .deliveables-img-absolute-item {
    left: -10%;
    width: 40%;
  }

  .amazing-feature-grid {
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .amazing-features-text-wrapper {
    margin-top: 30px;
  }

  .benefit-pointer-text-28px {
    font-size: 24px;
    line-height: 150%;
  }

  .benefits-pointer-wrapper {
    grid-row-gap: 30px;
  }

  .benefit-pointer-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .join-team-upper-container {
    width: 80%;
    text-align: center;
  }

  .career-job-container {
    padding-bottom: 30px;
  }

  .career-job-name-heading {
    font-size: 34px;
    line-height: 110%;
  }

  .career-job-location-text {
    font-size: 20px;
  }

  .career-job-type-text {
    font-size: 20px;
  }

  .career-imagery-sub-wrapper {
    width: 95%;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .career-blue-logo-grid {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .career-talent-upper-container {
    width: 100%;
    margin-bottom: 80px;
  }

  .career-talent-bottom-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .career-talent-image-container {
    width: 100%;
    height: 400px;
    margin-bottom: 60px;
  }

  .career-talent-hero-image {
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .career-talent-text-container {
    width: 100%;
  }

  .career-talent-heading-32px {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .career-hero-profile-wrapper._2 {
    bottom: 5%;
  }

  .career-hero-profile-wrapper._3 {
    left: 15%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .career-hero-profile-wrapper._4 {
    top: 10%;
    right: 5%;
  }

  .career-hero-profile-wrapper._5 {
    right: 20%;
  }

  .career-hero-profile-wrapper._6 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .career-hero-profile-container.left {
    left: 1%;
    bottom: 3%;
    height: 30%;
  }

  .career-hero-profile-container.right {
    left: auto;
    top: 100px;
    right: 0%;
    bottom: auto;
    height: 30%;
  }

  .career-bio-rich-text-block h4 {
    font-size: 30px;
    line-height: 120%;
  }

  .career-post-hero-section {
    background-position: 0% 50%;
  }

  .career-post-hero-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;
  }

  .career-post-hero-heading {
    margin-bottom: 20px;
  }

  .career-post-left-container {
    width: 100%;
    margin-bottom: 30px;
  }

  .newsletter-hero-heading {
    margin-bottom: 8px;
  }

  .newsletter-para-20px {
    font-size: 18px;
  }

  .newsletter-hero-item-wrapper.left {
    width: 22%;
  }

  .newsletter-hero-item-wrapper.right {
    width: 20%;
  }

  .blog-tabs-menu {
    -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-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-collection-list {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .hero-blog-left-arrow {
    left: -5%;
    top: 20%;
  }

  .hero-blog-right-arrow {
    top: 20%;
    right: -5%;
  }

  .forgot-password-section {
    padding-top: 20px;
  }

  .forgot-password-hero-wrapper.right {
    width: 20%;
  }

  .forgot-password-hero-wrapper.left {
    width: 25%;
  }

  .collab-link-block {
    margin-bottom: 20%;
  }

  .reference-text-field {
    margin-bottom: 20px;
  }

  .back-link-text {
    margin-top: 25px;
  }

  .forgot-password-hero-heading {
    margin-bottom: 8px;
    font-size: 50px;
  }

  .about-hero-section {
    margin-bottom: 60px;
  }

  .about-hero-wrapper {
    position: relative;
    z-index: 111;
  }

  .about-hero-item.right {
    width: 20%;
  }

  .about-hero-item.left {
    left: 0%;
    top: 15%;
    right: auto;
    bottom: auto;
    width: 20%;
  }

  .about-team-grid {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .about-team-hero-profile {
    margin-bottom: 16px;
  }

  .about-team-item-heading {
    margin-bottom: 6px;
    font-size: 30px;
  }

  .about-team-item-para {
    font-size: 20px;
  }

  .join-team-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 30px;
  }

  .about-tabs-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-row-gap: 15px;
  }

  .about-tab-pane-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-tab-pane-image-container {
    width: 100%;
    margin-bottom: 100px;
  }

  .about-tab-pane-text-container {
    width: 100%;
  }

  .about-flexible-text-container {
    width: 100%;
  }

  .about-flexible-heading-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .about-seven-text-container {
    width: 100%;
  }

  .about-seven-image-container {
    width: 90%;
    margin-bottom: 60px;
  }

  .contact-hero-grid {
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contact-hero-item {
    padding-right: 25px;
    padding-left: 25px;
  }

  .pricing-cards-contain {
    display: -ms-grid;
    display: grid;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .blue-button-2 {
    padding: 15px 30px;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
  }

  .price-text {
    font-size: 48px;
  }

  .headings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pricing-headings {
    font-size: 20px;
  }

  .pricing-row-contain {
    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;
  }

  .pricing-row-contain.blue {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 10;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .comparison-table {
    position: relative;
  }

  .price-grid-text {
    font-size: 20px;
  }

  .price-grid-contain {
    width: 100%;
    grid-auto-flow: row;
    grid-auto-columns: 0.25fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .white-button {
    padding: 14px 30px 15px;
    line-height: 120%;
  }

  .pricing-wrapper-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-wrapper {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .get-in-touch-bottom-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .get-in-touch-image-container {
    width: 90%;
    height: auto;
    margin-bottom: 220px;
  }

  .get-in-touch-form-container {
    width: 100%;
  }

  .get-in-touch-testimonial-wrapper {
    padding: 30px;
  }

  .get-in-touch-testimonial-para {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 22px;
  }

  .utility-page-content {
    width: 90%;
  }

  ._404-para-20px {
    font-size: 20px;
  }

  ._404-hero-heading {
    font-size: 50px;
  }

  ._404-page-container {
    width: 90%;
  }

  .blog-heading {
    font-size: 50px;
  }

  .blog-main-image {
    height: 400px;
  }

  .author-left-contain._902px {
    width: 100%;
    margin-bottom: 20px;
  }

  .social-wrapper.vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .author-top-block._100px-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .location-slider {
    width: 90%;
  }

  .location-slide-image {
    width: 40%;
  }

  .sign-up-section {
    padding-top: 60px;
  }

  .update-paragraph {
    font-size: 20px;
  }

  .licensing-hero-wrapper.icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 50px;
  }

  .licensing-hero-wrapper.image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 50px;
  }

  .font-title-heading {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 50px;
  }

  .licensing-icon-grid {
    grid-column-gap: 60px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .career-job-post-apply-text {
    font-size: 22px;
  }

  .style-wrapper {
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .image-container {
    width: 100%;
  }

  .image-container.product-hero {
    width: 100%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .plan-wrapper {
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-containers {
    width: 100%;
  }

  .text-containers.product-hero {
    width: 100%;
  }

  .add-to-cart {
    padding: 14px 30px 15px;
    line-height: 120%;
  }

  .buynow-button {
    padding: 14px 30px 15px;
    line-height: 120%;
  }

  .cart {
    margin-right: 0px;
  }

  .buttons-container {
    margin-left: auto;
  }

  .cart-button {
    margin-right: 10px;
    padding-right: 0px;
  }

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

  .left-checkout-contain {
    margin-right: 0px;
  }

  .click-image {
    opacity: 0;
  }

  .half-semi-circle {
    width: 50%;
  }

  .pricing-page-emi-circle {
    width: 40%;
  }

  .icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 40px;
  }

  li {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 160%;
  }

  blockquote {
    padding-left: 30px;
    font-size: 28px;
  }

  .body-medium {
    font-size: 18px;
  }

  .body-large {
    font-size: 22px;
  }

  .wrapper-1200px.home-feature-flex {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper-1200px.navbar-flex {
    width: 95%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .wrapper-1200px.feature-4-card-flex {
    padding-top: 80px;
  }

  .wrapper-1200px.career-hero-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper-1200px.blog-hero-flex {
    padding-top: 100px;
  }

  .wrapper-1200px.blog-cta-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper-1200px.about-tabs-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper-1200px.about-seven-flex {
    padding-top: 50px;
    padding-bottom: 120px;
  }

  .wrapper-1200px.reference-page-flex {
    padding-bottom: 100px;
  }

  .wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .wrapper.instruction-wrapper {
    width: 90%;
  }

  .licensing-heading {
    font-size: 40px;
  }

  .licensing-tag-subtext {
    text-align: left;
  }

  .update-text {
    margin-bottom: 15px;
  }

  .wrapper-changelog {
    width: 90%;
  }

  .instruction-heading {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .text-variant-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .styles-heading {
    font-size: 40px;
  }

  .blue-button {
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 10px;
  }

  .utility-hero-heading {
    margin-bottom: 15px;
  }

  .utility-hero-para {
    font-size: 16px;
  }

  .hollow-button-white {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    font-size: 18px;
  }

  .hollow-button-white.nav-button-margin.hide {
    display: inline-block;
  }

  .google-sign-in-button {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-position: 20% 50%;
  }

  .home-logo-grid {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .h3-heading-48px.center {
    text-align: center;
  }

  .home-feature-grid {
    grid-column-gap: 20px;
  }

  .home-how-grid {
    justify-items: center;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-how-text-item-container {
    padding-top: 20px;
  }

  .best-tool-1-image-container {
    width: 90%;
  }

  .orange-circle {
    top: 20px;
    right: -10px;
  }

  .best-tool-2-image-container {
    margin-bottom: 60px;
  }

  .best-tool-red-item {
    top: 8%;
  }

  .best-tool-3-tags {
    right: -20px;
  }

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

  .cta-heading {
    font-size: 45px;
  }

  .cta-credit-card {
    top: -154%;
  }

  .integration-hero-item._1 {
    height: 100px;
    max-width: 100px;
    margin-right: 15px;
  }

  .integration-hero-item._2 {
    height: 80px;
    max-width: 80px;
    margin-bottom: 0px;
  }

  .integration-hero-item._3 {
    height: 100px;
    max-width: 100px;
    margin-right: 15px;
  }

  .integration-hero-item._4 {
    height: 105px;
    max-width: 105px;
    margin-right: 15px;
    margin-bottom: 0px;
  }

  .integration-hero-item._5 {
    height: 120px;
    max-width: 120px;
    margin-right: 15px;
  }

  .integration-hero-item._6 {
    height: 90px;
    max-width: 90px;
    margin-right: 15px;
  }

  .integration-hero-item._7 {
    height: 85px;
    max-width: 85px;
    margin-right: 15px;
    margin-bottom: 0px;
  }

  .integration-hero-item._8 {
    height: 100px;
    max-width: 100px;
    margin-right: 15px;
  }

  .integration-hero-item._9 {
    height: 90px;
    max-width: 90px;
  }

  .integration-hero-item._10 {
    height: 100px;
    max-width: 100px;
    margin-right: 15px;
    margin-bottom: 0px;
  }

  .home-blog-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-blog-item-date-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .home-blog-item-date-wrapper.cms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-blog-item-date._24px {
    font-size: 22px;
  }

  .home-blog-item-dot-spacer._6px {
    display: none;
  }

  .home-numbers-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blue-star-image {
    width: 24px;
  }

  .home-testimonial-slide-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-testimonial-italic-text {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .home-testimonial-author-name {
    font-size: 22px;
  }

  .testimonial-quote-icon.left {
    position: relative;
    width: 13%;
    max-width: 70px;
    margin-bottom: 20px;
  }

  .testimonial-quote-icon.right {
    display: none;
  }

  .hometestimonial-left-arrow {
    left: auto;
    top: auto;
    right: 56px;
    bottom: 0%;
  }

  .home-testimonial-right-arrow {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .features-hero-bg {
    height: 100%;
  }

  .features-her-heading {
    font-size: 45px;
    white-space: normal;
  }

  .features-sub-hero-heading {
    font-size: 45px;
  }

  .feature-4-card-item {
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature-4-card-wrapper.right {
    padding-top: 0px;
  }

  .feature-4-card-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .f-deliverables-image-container {
    width: 90%;
  }

  .deliveables-img-absolute-item {
    left: -5%;
    width: 38%;
  }

  .blue-circle {
    top: 270px;
    right: 3%;
  }

  .amazing-feature-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .benefit-pointer-text-28px {
    padding-left: 40px;
    font-size: 22px;
  }

  .benefits-pointer-wrapper {
    grid-row-gap: 20px;
  }

  .benefit-pointer-grid {
    grid-row-gap: 20px;
  }

  .career-imagery-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .career-imagery-sub-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .career-imagery-small-wrapper {
    overflow: hidden;
    width: 100%;
    height: 400px;
    max-width: none;
    border-radius: 16px;
  }

  .career-imagery-small-wrapper.large {
    width: 100%;
  }

  .career-blue-logo-grid {
    grid-column-gap: 0px;
  }

  .career-talent-upper-container {
    margin-bottom: 60px;
  }

  .career-talent-heading-32px {
    line-height: 130%;
  }

  .career-hero-wrapper {
    width: 80%;
  }

  .body-small-black {
    font-size: 16px;
  }

  .career-hero-profile-wrapper._5 {
    right: 10%;
  }

  .career-hero-profile-container.left {
    width: 30%;
  }

  .career-hero-profile-container.right {
    width: 30%;
  }

  .career-bio-rich-text-block blockquote {
    margin-bottom: 24px;
  }

  .career-bio-rich-text-block p {
    font-size: 16px;
  }

  .career-bio-rich-text-block h4 {
    font-size: 28px;
  }

  .career-post-job-type-text {
    font-size: 22px;
  }

  .career-post-job-location-text {
    font-size: 22px;
  }

  .newsletter-para-20px {
    font-size: 16px;
  }

  .newsletter-text-field {
    width: 100%;
    max-width: none;
    margin-bottom: 16px;
  }

  .newsletter-hero-item-wrapper.left {
    width: 150px;
  }

  .newsletter-hero-item-wrapper.right {
    width: 130px;
  }

  .blog-collection-list {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-hero-wrapper {
    margin-bottom: 60px;
  }

  .hero-blog-left-arrow {
    width: 60px;
    height: 60px;
  }

  .hero-blog-right-arrow {
    width: 60px;
    height: 60px;
  }

  .blog-slider-hero-image {
    border-radius: 10px;
  }

  .newsletter-form-sub-wrapper {
    -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;
  }

  .reference-text-field {
    margin-bottom: 15px;
  }

  .fogot-pass-success-message {
    font-size: 16px;
  }

  .fogot-pass-error-message {
    font-size: 16px;
  }

  .forgot-password-hero-heading {
    font-size: 45px;
    line-height: 110%;
  }

  .about-hero-item.left {
    top: 12%;
  }

  .about-team-grid {
    grid-column-gap: 20px;
  }

  .career-orange-circle {
    left: 5%;
    top: auto;
    right: auto;
    bottom: 5%;
  }

  .about-seven-image-container {
    width: 100%;
  }

  .contact-hero-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-hero-wrapper {
    padding-top: 80px;
  }

  .pricing-cards-contain {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blue-button-2 {
    padding: 15px 20px;
    background-image: none;
    font-size: 20px;
  }

  .pricing-headings {
    font-size: 20px;
  }

  .pricing-row-contain.no-border {
    margin-bottom: 10px;
  }

  .price-grid-text {
    font-size: 20px;
  }

  .white-button {
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 10px;
  }

  .pricing-wrapper-copy {
    width: 90%;
  }

  .faq-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .get-in-touch-testimonial-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .get-in-touch-testimonial-para {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .get-in-touch-testimonial-author {
    font-size: 18px;
  }

  .get-in-touch-field-label {
    margin-bottom: 8px;
  }

  .get-in-touch-text-field {
    margin-bottom: 15px;
    padding-left: 12px;
    font-size: 16px;
  }

  .get-in-touch-select-field {
    margin-bottom: 15px;
    padding-left: 12px;
    font-size: 16px;
  }

  .get-in-touch-text-area {
    padding-left: 12px;
    font-size: 16px;
  }

  .get-in-touch-submit-button {
    font-size: 18px;
  }

  .utility-page-content {
    margin-top: 20%;
  }

  .protected-hero-heading {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .blue-text-span-16px {
    margin-bottom: 8px;
  }

  .blue-text-span-16px._404 {
    margin-bottom: 16px;
  }

  .protected-page-text-field {
    margin-bottom: 16px;
  }

  ._404-para-20px {
    font-size: 18px;
  }

  ._404-hero-heading {
    margin-bottom: 10px;
    font-size: 45px;
  }

  ._404-page-container {
    margin-top: 10%;
  }

  .blog-hero-wrapper-cms {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .blog-heading {
    font-size: 45px;
  }

  .blog-main-image {
    height: 300px;
  }

  .author-wrapper.vertical {
    margin-top: 100px;
    margin-bottom: 0px;
  }

  .author-left-contain._902px {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 30px;
  }

  .author-text {
    font-size: 22px;
  }

  .author-name {
    font-size: 22px;
  }

  .social-wrapper.vertical {
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .author-top-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 30px;
  }

  .author-top-block._100px-bottom {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .author-top-block.center {
    -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;
  }

  .location-text {
    font-size: 36px;
  }

  .update-paragraph {
    font-size: 18px;
  }

  .licensing-hero-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 30px;
  }

  .font-title-heading {
    font-size: 45px;
  }

  .licensing-icon-grid {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .career-job-post-apply-text {
    font-size: 20px;
  }

  .collection-list-pricing {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .plan-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .product-box-wrap {
    padding: 30px;
  }

  .add-to-cart {
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 10px;
  }

  .buynow-button {
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 10px;
  }

  .pricing-page-emi-circle {
    width: 50%;
  }

  .icon {
    display: none;
  }

  .mobile-only {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 22px;
  }

  p {
    font-size: 18px;
  }

  blockquote {
    font-size: 24px;
  }

  .body-small {
    font-size: 16px;
  }

  .body-large {
    font-size: 20px;
  }

  .wrapper-1200px {
    width: 90%;
  }

  .wrapper-1200px.home-hero-flex {
    padding-top: 0px;
    padding-bottom: 150px;
  }

  .wrapper-1200px.home-logo-flex {
    padding-top: 100px;
    padding-bottom: 0px;
  }

  .wrapper-1200px.home-best-tool-flex {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .wrapper-1200px.home-how-flex {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .wrapper-1200px.home-testimonial-flex {
    padding-bottom: 50px;
  }

  .wrapper-1200px.footer-flex {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .wrapper-1200px.cta-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper-1200px.integration-flex {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrapper-1200px.home-blog-flex {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.home-numbers-flex {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .wrapper-1200px.navbar-flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrapper-1200px.features-hero-flex {
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-1200px.features-insight-flex {
    padding-top: 0px;
  }

  .wrapper-1200px.feature-4-card-flex {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .wrapper-1200px.amazing-feature-flex {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .wrapper-1200px.join-team-flex {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.career-blue-logo-flex {
    padding-top: 100px;
  }

  .wrapper-1200px.career-talent-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.career-hero-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.career-job-post-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.career-post-hero-flex {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .wrapper-1200px.blog-newsletter-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.blog-tabs-flex {
    padding-bottom: 100px;
  }

  .wrapper-1200px.blog-hero-flex {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.blog-cta-flex {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper-1200px.about-team-flex {
    padding-top: 100px;
  }

  .wrapper-1200px.about-tabs-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.about-seven-flex {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.about-flexible-section {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .wrapper-1200px.contact-hero-flex {
    padding-top: 80px;
  }

  .wrapper-1200px.contact-get-in-touch-flex {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.reference-page-flex {
    padding-bottom: 80px;
  }

  .wrapper-1200px.blogs {
    padding-bottom: 80px;
  }

  .licensing-heading {
    font-size: 35px;
  }

  .licencing-images-grid {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .licencing-image-item {
    height: 200px;
  }

  .update-text {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .instruction-heading {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .text-variant-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .typo-style-info-text {
    font-size: 16px;
    line-height: 20px;
  }

  .blue-button {
    display: none;
    padding: 12px 20px 13px;
    font-size: 18px;
    letter-spacing: 0em;
  }

  .utility-hero-heading {
    margin-bottom: 10px;
  }

  .color-swatch-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hollow-button-white {
    padding: 9px 16px 10px;
    font-size: 18px;
  }

  .hollow-button-white.nav-button-margin {
    font-size: 16px;
  }

  .hollow-button-white.nav-button-margin.hide {
    font-size: 14px;
  }

  .hollow-button-white.nav-button-margin.in-menu {
    font-size: 18px;
  }

  .google-sign-in-button {
    padding-bottom: 15px;
    background-position: 10% 50%;
    font-size: 16px;
    line-height: 150%;
  }

  .home-hero-text-container {
    margin-bottom: 20px;
  }

  .home-hero-heading {
    margin-top: 10px;
    font-size: 48px;
  }

  .hero-credit-card-item {
    display: none;
  }

  .home-hero-image-wrapper {
    width: 100%;
  }

  .home-hero-item-wrapper {
    bottom: -120px;
    width: 60%;
    border-radius: 10px;
  }

  .home-hero-item-wrapper._1 {
    right: -3%;
    bottom: -100px;
  }

  .home-hero-profile-wrapper.blue {
    left: -5%;
    width: 20%;
  }

  .home-hero-profile-wrapper.red {
    width: 20%;
  }

  .home-logo-heading-24px {
    padding-bottom: 20px;
    font-size: 24px;
  }

  .home-logo-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home-logo-item-icon {
    max-width: 80%;
    padding-bottom: 25px;
  }

  .home-feature-section {
    display: none;
  }

  .h3-heading-48px.center {
    display: none;
  }

  .home-feature-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-feature-icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
    border-radius: 12px;
  }

  .home-feature-text-24px {
    font-size: 22px;
  }

  .home-best-tool-section {
    margin-top: 100px;
  }

  .best-tool-2-container {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .home-how-section {
    display: none;
  }

  .home-how-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-how-para-18px {
    font-size: 16px;
  }

  .best-tool-pointer-18px {
    display: none;
    padding-left: 30px;
    background-position: 0% 4px;
    background-size: 20px;
    font-size: 16px;
  }

  .best-tool-1-image-container {
    width: 100%;
    margin-bottom: 80px;
  }

  .best-tool-1-hero-item.top {
    width: 80%;
  }

  .best-tool-1-hero-item.bottom {
    right: -10px;
    bottom: -40px;
    width: 60%;
  }

  .orange-circle {
    top: 0px;
    right: 0px;
  }

  .best-tool-author-container {
    display: none;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .best-tool-author-text-container {
    margin-top: 20px;
  }

  .best-tool-author-testimonial {
    margin-bottom: 16px;
  }

  .best-tool-red-item {
    top: 5%;
  }

  .best-tool-3-tags {
    right: -10px;
    bottom: 30px;
  }

  .best-tool-3-dotted-line {
    display: none;
  }

  .best-tool-3-logo-grid {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .best-tool-3-logo-image {
    display: none;
  }

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

  .footer-link-20px {
    font-size: 18px;
  }

  .footer-banner {
    padding-right: 4px;
    padding-left: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10px;
  }

  .copyright-text {
    display: none;
    text-align: center;
  }

  .green-purple-circle {
    display: none;
  }

  .cta-heading {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .cta-credit-card {
    display: none;
  }

  .cta-item-1-image {
    width: 100px;
  }

  .cta-item-2-image {
    width: 100px;
  }

  .integration-hero-item._2 {
    margin-right: 15px;
  }

  .integration-hero-item._4 {
    margin-bottom: 0px;
  }

  .integration-hero-item._6 {
    margin-bottom: 20px;
  }

  .integration-hero-item._10 {
    margin-top: 20px;
  }

  .integration-item-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-blog-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-blog-item-text-wrapper {
    margin-top: 15px;
  }

  .home-blog-item-tag {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .home-blog-item-heading {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 140%;
  }

  .home-blog-item-line {
    margin-bottom: 10px;
  }

  .home-blog-item-date-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-row-gap: 5px;
  }

  .home-blog-item-date {
    font-size: 16px;
  }

  .home-blog-item-date._24px {
    font-size: 20px;
  }

  .home-blog-item-reading-time {
    font-size: 16px;
  }

  .home-blog-item-reading-time._24px {
    font-size: 20px;
  }

  .home-blog-item-dot-spacer._6px {
    display: none;
  }

  .home-numbers-section {
    margin-top: 10px;
  }

  .home-numbers-grid {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-numbers-para-text {
    padding-bottom: 30px;
  }

  .home-numbers-item-wrapper {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .blue-star-image {
    width: 20px;
  }

  .home-testimonial-star-wrapper {
    margin-bottom: 20px;
  }

  .home-testimonial-slide-wrapper {
    padding: 0px 0px 100px;
  }

  .home-testimonial-italic-text {
    font-size: 22px;
  }

  .home-testimonial-author-name {
    font-size: 18px;
  }

  .testimonial-quote-icon.left {
    width: 20%;
  }

  .testimonial-quote-icon.right {
    bottom: 80px;
    width: 20%;
  }

  .hometestimonial-left-arrow {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .home-testimonial-right-arrow {
    left: 56px;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .menu-button {
    display: none;
    padding: 8px;
  }

  .features-hero-bg {
    max-height: none;
  }

  .features-home-text-container {
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
  }

  .features-her-heading {
    font-size: 35px;
  }

  .features-sub-hero-heading {
    font-size: 35px;
  }

  .features-sub-text-container {
    grid-row-gap: 10px;
  }

  .feature-4-card-item {
    padding: 30px 20px;
  }

  .feature-4-card-item-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .feature-4-card-heading {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .feature-4-card-para {
    font-size: 16px;
  }

  .feature-4-card-wrapper.right {
    padding-top: 0px;
  }

  .feature-4-card-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .amazing-feature-upper-wrapper {
    margin-bottom: 40px;
  }

  .amazing-features-text-wrapper {
    margin-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .amzing-features-item-heading {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .amazing-features-item-para {
    font-size: 16px;
  }

  .benefit-pointer-text-28px {
    padding-left: 32px;
    background-size: 24px;
    font-size: 18px;
    line-height: 160%;
  }

  .benefits-pointer-wrapper {
    grid-row-gap: 15px;
  }

  .benefit-pointer-grid {
    margin-top: 60px;
    grid-row-gap: 15px;
  }

  .join-team-bottom-container {
    margin-top: 60px;
  }

  .career-text-container-left {
    width: 100%;
    margin-bottom: 30px;
  }

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

  .career-job-type-container {
    margin-top: 8px;
  }

  .career-job-name-heading {
    font-size: 28px;
  }

  .career-job-location-text {
    font-size: 18px;
  }

  .career-job-type-slash {
    margin-right: 5px;
    margin-left: 5px;
  }

  .career-job-type-text {
    font-size: 18px;
  }

  .career-imagery-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .career-imagery-sub-wrapper {
    grid-row-gap: 20px;
  }

  .career-imagery-small-wrapper {
    height: 250px;
  }

  .career-blue-logo-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .career-talent-text-18px {
    font-size: 16px;
  }

  .career-talent-heading-32px {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .career-hero-wrapper {
    width: 90%;
  }

  .body-small-black {
    display: none;
  }

  .career-hero-profile-wrapper._3 {
    left: 2%;
  }

  .career-hero-profile-wrapper._5 {
    right: 5%;
  }

  .career-hero-profile-container.left {
    width: 160px;
  }

  .career-hero-profile-container.right {
    left: auto;
    top: 60px;
    right: 0%;
    bottom: auto;
    width: 160px;
  }

  .career-bio-rich-text-block blockquote {
    padding-right: 0px;
    padding-left: 15px;
  }

  .career-bio-rich-text-block p {
    margin-bottom: 14px;
  }

  .career-bio-rich-text-block h4 {
    margin-bottom: 14px;
    font-size: 24px;
  }

  .career-post-hero-heading {
    margin-bottom: 8px;
  }

  .career-post-left-container {
    margin-bottom: 20px;
  }

  .career-post-job-type-text {
    font-size: 20px;
  }

  .career-post-job-location-text {
    font-size: 20px;
  }

  .newsletter-text-field {
    height: 55px;
    font-size: 16px;
  }

  .newsletter-submit-button {
    height: 55px;
    font-size: 18px;
  }

  .newsletter-hero-item-wrapper.left {
    width: 120px;
  }

  .newsletter-hero-item-wrapper.right {
    width: 115px;
  }

  .blog-tab-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .blog-upper-container {
    margin-bottom: 60px;
  }

  .blog-hero-wrapper {
    margin-bottom: 40px;
  }

  .hero-blog-left-arrow {
    left: 30%;
    top: auto;
    right: auto;
    bottom: -100px;
    width: 45px;
    height: 45px;
  }

  .hero-blog-right-arrow {
    left: auto;
    top: auto;
    right: 30%;
    bottom: -100px;
    width: 45px;
    height: 45px;
  }

  .blog-slider-text-container {
    margin-top: 15px;
  }

  .forgot-password-hero-wrapper.right {
    width: 25%;
  }

  .forgot-password-hero-wrapper.left {
    width: 30%;
  }

  .forgot-password-submit-button {
    font-size: 18px;
  }

  .forgot-password-hero-heading {
    font-size: 40px;
    line-height: 100%;
  }

  .about-hero-section {
    margin-bottom: 30px;
  }

  .about-hero-item.right {
    width: 100px;
  }

  .about-hero-item.left {
    top: 10%;
    width: 100px;
  }

  .about-team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-team-hero-profile {
    width: 40%;
    margin-bottom: 10px;
  }

  .about-team-item-heading {
    font-size: 24px;
  }

  .about-team-item-para {
    font-size: 16px;
  }

  .about-tabs-menu {
    margin-bottom: 60px;
    grid-row-gap: 10px;
  }

  .about-tab-link {
    width: 50%;
  }

  .tab-pane-para-18px {
    font-size: 16px;
  }

  .tab-pane-author-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-hero-wrapper {
    margin-bottom: 60px;
  }

  .contact-hero-item {
    padding: 30px 15px;
  }

  .pricing-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .pricing-tab-link {
    font-size: 18px;
  }

  .pricing-tab-link.yearly {
    padding-right: 45px;
    padding-left: 45px;
  }

  .pricing-tab-link.monthly {
    padding-right: 40px;
    padding-left: 40px;
  }

  .blue-button-2 {
    background-image: none;
    font-size: 18px;
  }

  .price-point-wrapper {
    font-size: 16px;
  }

  .price-card {
    padding: 40px 24px;
  }

  .price-text.ecommerce {
    font-size: 34px;
  }

  .pricing-points-contain {
    grid-row-gap: 16px;
  }

  .plan-summary {
    font-size: 16px;
  }

  .pricing-h3-heading {
    margin-bottom: 60px;
  }

  .pricing-headings {
    font-size: 18px;
  }

  .pricing-headings.black {
    text-align: center;
  }

  .pricing-row-contain.buttons {
    display: none;
  }

  .comparison-plan {
    max-width: 120px;
  }

  .price-grid-text {
    font-size: 16px;
  }

  .price-grid-contain {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .white-button {
    padding: 12px 20px 13px;
    font-size: 18px;
    letter-spacing: 0em;
  }

  .pricing-wrapper-copy {
    padding-top: 30px;
  }

  .faq-answer {
    font-size: 17px;
  }

  .faq-question {
    font-size: 18px;
  }

  .faqs-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .faq-main-wrapper {
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .get-in-touch-upper-container {
    margin-bottom: 60px;
  }

  .get-in-touch-image-container {
    width: 100%;
    margin-bottom: 180px;
  }

  .get-in-touch-testimonial-wrapper {
    width: 95%;
    padding: 20px 10px;
  }

  .get-in-touch-testimonial-para {
    font-size: 16px;
  }

  .get-in-touch-testimonial-author {
    font-size: 14px;
  }

  .get-in-touch-field-label {
    font-size: 16px;
  }

  .get-in-touch-text-field {
    height: 55px;
    margin-bottom: 10px;
  }

  .get-in-touch-select-field {
    height: 55px;
    margin-bottom: 10px;
  }

  .get-in-touch-submit-button {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }

  .utility-page-content {
    margin-top: 40%;
  }

  .protected-hero-heading {
    margin-bottom: 24px;
    font-size: 35px;
  }

  .blue-text-span-16px {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .protected-page-field-label {
    margin-bottom: 10px;
  }

  .protected-page-text-field {
    margin-bottom: 10px;
    border-radius: 10px;
  }

  .protected-page-submit-button {
    border-radius: 10px;
  }

  ._404-para-20px {
    margin-bottom: 40px;
    font-size: 16px;
  }

  ._404-hero-heading {
    margin-bottom: 20px;
    font-size: 35px;
  }

  ._404-page-container {
    margin-top: 25%;
  }

  .blog-hero-wrapper-cms {
    margin-bottom: 40px;
    grid-row-gap: 30px;
  }

  .blog-heading {
    font-size: 36px;
  }

  .blog-main-image {
    height: 260px;
  }

  .author-wrapper {
    margin-top: 100px;
  }

  .author-image._200px {
    width: 120px;
  }

  .author-text {
    font-size: 22px;
  }

  .author-name {
    font-size: 22px;
  }

  .author-top-block.center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .author-position {
    font-size: 18px;
  }

  .locations-wrapper {
    padding-bottom: 100px;
  }

  .location-slider {
    margin-top: 80px;
  }

  .location-slide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 40px;
  }

  .location-text {
    font-size: 30px;
  }

  .location-slide-image {
    width: 70%;
  }

  .sign-up-with-google-button {
    padding-right: 31px;
    padding-left: 31px;
  }

  .contact-paragraph {
    font-size: 16px;
  }

  .update-paragraph {
    font-size: 16px;
  }

  .font-title-heading {
    margin-top: 40px;
    padding: 15px 10px;
    border-radius: 10px;
    font-size: 35px;
  }

  .career-job-post-apply-text {
    font-size: 18px;
  }

  .style-description {
    font-size: 16px;
  }

  .style-wrapper {
    width: 90%;
  }

  .collection-list-pricing {
    max-width: 350px;
  }

  .plan-detail-title {
    font-size: 30px;
    line-height: 40px;
  }

  .plan-detail-paragraph {
    font-size: 16px;
  }

  .product-box-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .plan-price {
    font-size: 30px;
  }

  .buttons-contain {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-product-text {
    font-size: 18px;
    line-height: 150%;
  }

  .add-to-cart {
    padding: 12px 20px 13px;
    font-size: 18px;
    letter-spacing: 0em;
  }

  .buynow-button {
    padding: 12px 20px 13px;
    font-size: 18px;
    letter-spacing: 0em;
  }

  .half-semi-circle {
    width: 80%;
  }

  .sign-in-semi-circle {
    width: 30%;
  }

  .icon {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}

#w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fa5-66c43f97 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fa7-66c43f97 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2079db3d-d7eb-3d20-6529-5c220340198f-66c43f97 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fb5-66c43f97 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_37e7c76b-c7e5-5552-c4d2-3fd1ed74dd35-66c43f97 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fc1-66c43f97 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fc5-66c43f97 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fc9-66c43f97 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e07b9271-295f-90bf-1a41-9ea6f23ed676-f23ed664 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e07b9271-295f-90bf-1a41-9ea6f23ed67d-f23ed664 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd55-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd57-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd59-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd5b-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd5d-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd5e-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd60-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd62-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd64-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd66-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd67-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd69-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd6b-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd6d-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd6f-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd70-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd72-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd74-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd76-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd78-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd79-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd7b-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd7d-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd7f-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd81-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd82-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd84-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd86-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd88-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd8a-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd8b-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd8d-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd8f-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd91-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd93-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd94-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd96-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd98-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd9a-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd9c-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccd9f-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccda1-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02083b30-d698-9c94-5654-cc31b57ccda3-996e7972 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fb54a780-d30f-1545-c8ca-d57130bf35f5-bd6e7963 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-fb54a780-d30f-1545-c8ca-d57130bf35f8-bd6e7963 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-fb54a780-d30f-1545-c8ca-d57130bf35fb-bd6e7963 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-fb54a780-d30f-1545-c8ca-d57130bf364e-bd6e7963 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-fb54a780-d30f-1545-c8ca-d57130bf3651-bd6e7963 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-fb54a780-d30f-1545-c8ca-d57130bf3654-bd6e7963 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-d3135317-4a11-931a-909e-5f5ae5507e3e-206e796d {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d3135317-4a11-931a-909e-5f5ae5507e47-206e796d {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d3135317-4a11-931a-909e-5f5ae5507e50-206e796d {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_03e1f766-2dd8-085f-6f0b-0c03078a2a8c-206e796d {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_03e1f766-2dd8-085f-6f0b-0c03078a2a8f-206e796d {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_03e1f766-2dd8-085f-6f0b-0c03078a2a92-206e796d {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-d3135317-4a11-931a-909e-5f5ae5507e3e-a66e796e {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d3135317-4a11-931a-909e-5f5ae5507e47-a66e796e {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d3135317-4a11-931a-909e-5f5ae5507e50-a66e796e {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_03e1f766-2dd8-085f-6f0b-0c03078a2a8c-a66e796e {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_03e1f766-2dd8-085f-6f0b-0c03078a2a8f-a66e796e {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_03e1f766-2dd8-085f-6f0b-0c03078a2a92-a66e796e {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}