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

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

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

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

.w-commerce-commercecartcontainerwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  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-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.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-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: 'Space Grotesk', sans-serif;
  color: #40406a;
  font-size: 18px;
  line-height: 1.556em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #0d0c54;
  font-size: 56px;
  line-height: 1.214em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #0d0c54;
  font-size: 36px;
  line-height: 1.222em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #0d0c54;
  font-size: 24px;
  line-height: 1.333em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #0d0c54;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #0d0c54;
  font-size: 18px;
  line-height: 1.389em;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #0d0c54;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  letter-spacing: -0.03em;
}

a {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #3f95ff;
  text-decoration: none;
}

a:hover {
  color: #0d0c54;
}

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

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

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 13px;
  color: #0d0c54;
  font-weight: 700;
  letter-spacing: -0.03em;
}

strong {
  color: #0d0c54;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 69px 64px;
  border-left: 0px solid #000;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(13, 12, 84, 0.02), 0 6px 22px 0 rgba(13, 12, 84, 0.04);
  color: #3f95ff;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.03em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  position: absolute;
  left: 50px;
  bottom: 30px;
  max-width: 388px;
  margin-top: 0px;
  padding: 33px 54px 36px;
  border-radius: 14px;
  background-color: #fff;
  text-align: left;
  letter-spacing: -0.03em;
}

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

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

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

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

.mg-bottom-32px {
  margin-bottom: 32px;
}

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

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

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

.color-white {
  color: #fff;
}

.bg-primary-1 {
  background-color: #3f95ff;
}

.bg-secondary-1 {
  background-color: #f6f3ff;
}

.bg-secondary-2 {
  background-color: #f3efff;
}

.bg-secondary-3 {
  background-color: #403f8b;
}

.bg-secondary-4 {
  background-color: #171663;
}

.bg-neutral-700 {
  background-color: #40406a;
}

.bg-neutral-600 {
  background-color: #717194;
}

.bg-neutral-500 {
  background-color: #b0b0c1;
}

.bg-neutral-400 {
  background-color: #dadae3;
}

.bg-neutral-300 {
  background-color: #efeff5;
}

.bg-neutral-200 {
  background-color: #fafafc;
}

.bg-neutral-100 {
  background-color: #fff;
}

.styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

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

.container-default.checkout {
  width: 100%;
}

.container-default.values {
  padding-top: 24px;
}

.styleguide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 22px 0 rgba(35, 30, 97, 0.13);
}

.styleguide-seccion {
  padding-top: 86px;
  padding-bottom: 86px;
}

.styleguide-title {
  margin-top: 0px;
  color: #fff;
}

.styleguide-header {
  padding: 100px 68px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #3f95ff;
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.styleguide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  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;
  border-radius: 18px;
  background-color: #3f95ff;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.styleguide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  color: #40406a;
  text-decoration: none;
}

.styleguide-link:hover {
  background-color: #f2f1ff;
  color: #3f95ff;
}

.styleguide-link.w--current {
  background-color: #f2f1ff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #3f95ff;
  font-weight: 700;
}

.styleguide-link-wrapper {
  margin-bottom: 8px;
}

.styleguide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #fafafc;
  color: #40406a;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #fafafc;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-container {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(17, 10, 99, 0.04), 0 12px 22px 0 rgba(128, 118, 247, 0.04);
}

.color-block {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: #40406a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.color-hex {
  color: #717194;
  line-height: 20px;
}

.styleguide-subtitle {
  margin-top: 0px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

.color-secondary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #dadae3;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.typography-details {
  margin-top: 18px;
  color: #3f95ff;
  font-weight: 500;
}

.paragraph-large {
  font-size: 26px;
  line-height: 1.654em;
}

.paragraph-large.testimonial-v3 {
  margin-bottom: 23px;
}

.styleguide-subheader {
  padding: 36px 68px 26px;
  background-color: #fafafc;
}

.styleguide-content-wrapper {
  padding: 110px 68px;
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(auto-fit, 80px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-primary {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-right: 10px;
  padding: 16px 36px;
  border-radius: 10px;
  background-color: #3f95ff;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}

.button-primary:hover {
  background-color: #002a7e;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #fff;
}

.button-primary.small {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-primary.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-primary.full-width {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.button-white {
  background-color: #fff;
  color: #3f95ff;
}

.button-primary.cta-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 259px;
  min-height: 142px;
  padding: 28px 31px 25px;
  -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;
  border-radius: 24px;
  font-size: 22px;
  line-height: 1.182em;
  text-align: left;
  text-decoration: none;
}

.button-primary.cta-v4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-primary.booking-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.button-primary.booking-button.this {
  margin-right: 0px;
  margin-bottom: 0px;
}

.button-primary.contact-form {
  margin-top: 13px;
  padding: 20px 50px;
}

.button-primary.additional-utility-page {
  display: block;
  margin-top: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-primary.additional-utility-page.verify-your-email {
  display: block;
  margin-top: 2px;
}

.button-primary.apply-position {
  margin-top: 40px;
}

.button-primary.empty-cart {
  margin-top: 20px;
}

.button-primary.discount {
  margin-left: 0px;
  padding-top: 26px;
  padding-bottom: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.button-primary.welcome-dash {
  display: inline-block;
}

.button-primary.booking-button-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.button-secondary {
  padding: 16px 36px;
  border-style: none;
  border-width: 1px;
  border-color: #dadae3;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #002a7e;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.01em;
}

.button-secondary:hover {
  border-color: #3f95ff;
  background-color: #edb809;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #fff;
}

.button-secondary.small {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-secondary.cta-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 259px;
  min-height: 142px;
  padding: 28px 31px 25px;
  -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;
  border-radius: 24px;
  font-size: 22px;
  line-height: 1.182em;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.button-secondary.integration-v2 {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #3f95ff;
}

.button-secondary.cta-v4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-secondary.full-width {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-secondary.full-width.card-pricing {
  margin-top: 22px;
}

.button-secondary.full-width.card-pricing-plan {
  margin-top: 18px;
}

.button-secondary.pagination {
  margin-top: 40px;
}

.button-secondary.learn-more {
  margin-left: 20px;
}

.button-secondary.learn-more.w--current {
  margin-left: 20px;
}

.styleguide-button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 24px;
}

.header {
  position: static;
  left: 0px;
  right: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  color: transparent;
}

.header-logo {
  width: 148px;
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.nav-item-wrapper {
  margin-left: 2vw;
}

.nav-item-wrapper.button-header-mobile {
  display: none;
}

.nav-item-wrapper.login-mobile {
  display: none;
}

.nav-item-wrapper.header-dropdown {
  display: none;
}

.nav-item-wrapper.tutors {
  display: none;
}

.nav-item-wrapper.work-with-us {
  display: none;
}

.nav-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #002a7e;
  text-decoration: none;
}

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

.nav-link.w--current {
  color: #edb809;
  font-weight: 700;
}

.nav-link.cart-link {
  display: none;
  padding: 0px;
  background-color: transparent;
}

.nav-link.dropdown {
  padding: 0px;
}

.nav-link.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.nav-link.dark {
  color: #0d0c54;
}

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

.nav-menu {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer {
  padding-top: 120px;
  padding-bottom: 46px;
  background-color: #002a7e;
}

.page-wrapper.utility-pages {
  position: absolute;
  left: 0%;
  right: 0%;
}

.licenses-hero {
  padding-top: 180px;
  padding-bottom: 90px;
  background-color: #171663;
}

.section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.hero-v1 {
  position: relative;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 72px;
}

.section.companies-v1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.why-v1 {
  overflow: hidden;
}

.section.features-v1 {
  padding-bottom: 120px;
}

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

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

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

.section.cta-last.author {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fafafc), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #fafafc 40%, #fff 0);
}

.section.cta-last.author {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fafafc), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #fafafc 40%, #fff 0);
}

.section.hero-v2 {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #002a7e;
}

.section.hero-v2.tutors {
  padding-top: 0px;
}

.section.companies-v2 {
  padding-top: 110px;
  padding-bottom: 140px;
}

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

.section.features-v2 {
  padding-top: 175px;
  padding-bottom: 0px;
}

.section.integration-v2 {
  padding-top: 150px;
}

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

.section.articles-section-v2 {
  padding-bottom: 100px;
}

.section.hero-v3 {
  position: relative;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 93px;
  background-image: url('../images/bg-home-v3-tech-ui-kit.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.companies-v3 {
  padding-top: 120px;
  padding-bottom: 132px;
}

.section.why-v3 {
  padding-top: 143px;
  padding-bottom: 145px;
  background-color: #fafafc;
}

.section.features-v3 {
  padding-top: 113px;
  padding-bottom: 145px;
}

.section.testimonials-v3 {
  background-color: #fafafc;
}

.section.articles-section-v3 {
  padding-bottom: 105px;
}

.section.about-hero {
  position: relative;
  display: none;
  background-color: #002a7e;
}

.section.achievements {
  display: none;
  padding-top: 80px;
  padding-bottom: 145px;
}

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

.section.our-team {
  padding-bottom: 110px;
}

.section.our-offices {
  display: none;
  padding-top: 110px;
  padding-bottom: 140px;
}

.section.open-positions {
  padding-top: 0px;
  padding-bottom: 20px;
}

.section.blog-hero-v1 {
  position: relative;
  padding-top: 177px;
  padding-bottom: 0px;
}

.section.blog-v1 {
  padding-top: 84px;
  padding-bottom: 140px;
}

.section.blog-hero-v2 {
  position: relative;
  padding-top: 183px;
  padding-bottom: 0px;
}

.section.blog-v2 {
  padding-top: 123px;
  padding-bottom: 234px;
}

.section.blog-post-hero {
  position: relative;
  padding-top: 191px;
  padding-bottom: 0px;
}

.section.blog-post {
  padding-top: 88px;
  padding-bottom: 132px;
}

.section.latest-articles {
  padding-top: 133px;
  padding-bottom: 160px;
}

.section.open-positions-hero {
  padding-top: 191px;
  padding-bottom: 130px;
  background-color: #002a7e;
}

.section.open-positions-hero.v2 {
  padding-bottom: 38px;
}

.section.open-positions-page {
  padding-top: 0px;
  padding-bottom: 140px;
}

.section.open-positions-page.v2 {
  padding-top: 140px;
}

.section.open-positions-page.v3 {
  padding-top: 120px;
}

.section.open-position-hero {
  padding-top: 191px;
  padding-bottom: 285px;
  background-color: #002a7e;
}

.section.about-this-position {
  padding-top: 0px;
  padding-bottom: 120px;
}

.section.integrations-hero {
  padding-top: 191px;
  padding-bottom: 120px;
  background-color: #002a7e;
}

.section.integrations {
  padding-top: 90px;
  padding-bottom: 120px;
}

.section.integration {
  position: static;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafafc;
}

.section.contact-hero {
  position: relative;
  padding-top: 160px;
  padding-bottom: 191px;
  background-color: #002a7e;
}

.section.contact {
  padding-top: 145px;
  padding-bottom: 155px;
}

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

.section.additional-utility-page {
  padding-top: 200px;
  padding-bottom: 40px;
  background-color: #002a7e;
}

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

.section.blog-category {
  position: relative;
  padding-top: 177px;
  padding-bottom: 140px;
}

.section.blog-category-content {
  padding-top: 84px;
  padding-bottom: 140px;
}

.section.team-member-bio {
  position: relative;
  z-index: 1;
  padding-top: 0px;
  padding-bottom: 140px;
}

.section.member-latest-articles {
  display: none;
  padding-top: 133px;
  padding-bottom: 160px;
  background-color: #fafafc;
}

.section.pricing-hero {
  position: relative;
  padding-top: 202px;
  padding-bottom: 44px;
}

.section.benefits {
  padding-top: 63px;
  padding-bottom: 116px;
}

.section.team-member-hero {
  position: relative;
  padding-top: 177px;
  padding-bottom: 280px;
  background-color: #002a7e;
}

.section.pricing-plans-hero {
  position: relative;
  padding-top: 191px;
  padding-bottom: 140px;
}

.section.pricing-testimonials {
  padding-top: 140px;
}

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

.section.pricing-plans-category {
  position: relative;
  padding-top: 191px;
  padding-bottom: 0px;
}

.section.home-hero {
  position: relative;
  overflow: hidden;
  padding-top: 122px;
  padding-bottom: 50px;
}

.section.pages {
  padding-top: 63px;
  padding-bottom: 140px;
}

.section.blog-v3 {
  padding-top: 20px;
  padding-bottom: 100px;
}

.section.blog-hero-v4 {
  position: relative;
  padding-bottom: 10px;
}

.section.member-latest-articles {
  padding-top: 133px;
  padding-bottom: 160px;
  background-color: #fafafc;
}

.section.student-hero {
  position: relative;
  padding-top: 177px;
  padding-bottom: 280px;
  background-color: #002a7e;
}

.section.subject-info {
  position: static;
  padding-top: 50px;
  padding-bottom: 91px;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #efeff5;
}

.divider.card-article-v1 {
  margin-top: 40px;
  margin-bottom: 28px;
}

.divider.card-article-v1-about {
  width: 22px;
  margin: 0px 1vw 10px;
  background-color: #b0b0c1;
}

.divider.footer-divider {
  margin-top: 116px;
  margin-bottom: 44px;
  background-color: #fff;
  opacity: 0.21;
}

.divider.small-print-divider {
  width: 20px;
  margin: 0px 14px;
  background-color: #fff;
  opacity: 0.23;
}

.divider.card-article-v3-about {
  width: 10px;
  margin: 0px 1vw;
  background-color: #b0b0c1;
}

.divider.card-our-team {
  margin-top: 25px;
  margin-bottom: 33px;
}

.divider.card-open-position-about {
  width: 22px;
  height: 2px;
  margin: 0px 24px;
  background-color: #b0b0c1;
}

.divider.card-article-featured-about {
  width: 22px;
  margin: 0px 1vw;
  background-color: #b0b0c1;
}

.divider.about-blog-post {
  width: 22px;
  margin: 0px 21px;
  background-color: #fff;
  opacity: 0.36;
}

.divider.about-open-position {
  width: 22px;
  margin: 0px 18px;
  background-color: #fff;
  opacity: 0.36;
}

.divider.card-contact {
  width: 74px;
  height: 2px;
  margin: 32px auto;
  background-color: #3f95ff;
}

.divider.sign-up-testimonial {
  margin-top: 43px;
  margin-bottom: 32px;
}

.divider.short {
  margin-top: 32px;
  margin-bottom: 32px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1084px;
  padding: 60px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #002a7e;
}

.utility-page-content-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #fafafc;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(13, 10, 44, 0.06), 0 60px 80px 0 rgba(74, 58, 255, 0.02), 0 40px 50px 0 rgba(74, 58, 255, 0.05);
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input {
  min-height: 70px;
  margin-bottom: 0px;
  padding-right: 21px;
  padding-left: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadae3;
  border-radius: 12px;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #40406a;
  font-size: 18px;
  line-height: 1em;
}

.input:hover {
  border-color: #3f95ff;
}

.input:focus,
.input.-wfp-focus {
  border-color: #3f95ff;
  color: #40406a;
  font-size: 18px;
  line-height: 1em;
}

.input::-webkit-input-placeholder {
  color: #717194;
}

.input:-ms-input-placeholder {
  color: #717194;
}

.input::-ms-input-placeholder {
  color: #717194;
}

.input::placeholder {
  color: #717194;
}

.input.footer-newsletter {
  min-height: 79px;
  padding-right: 180px;
  border-color: #fff;
}

.input.home-v3-newsletter {
  min-height: 79px;
  padding-right: 180px;
  padding-left: 21px;
  border-color: #fff;
  border-radius: 16px;
}

.input.cta-v5-newsletter {
  min-height: 79px;
  padding-right: 180px;
  padding-left: 21px;
  border-color: #fff;
  border-radius: 16px;
}

.input.blog-hero-newsletter {
  min-height: 79px;
  padding-right: 180px;
  padding-left: 21px;
  border-radius: 16px;
}

.input.blog-newsletter {
  min-height: 62px;
  margin-bottom: 14px;
  padding-right: 21px;
  padding-left: 21px;
  border-radius: 16px;
}

.input.additional-utility-page {
  min-height: 66px;
  padding-right: 24px;
  padding-left: 24px;
}

.input.checkout {
  min-height: 55px;
  margin-bottom: 16px;
  background-color: #fff;
}

.input.checkout:focus,
.input.checkout.-wfp-focus {
  color: #0d0c54;
}

.input.password {
  margin-bottom: 20px;
}

.input.cta-v6-newsletter {
  min-height: 79px;
  padding-right: 180px;
  padding-left: 21px;
  border-color: #fff;
  border-radius: 16px;
}

.utility-page-content-404 {
  margin-bottom: 0px;
  padding: 81px 50px;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.2);
}

._404-title {
  margin-bottom: 0px;
  color: #3f95ff;
  font-size: 180px;
  line-height: 160px;
  font-weight: 700;
}

.bg-neutral-800 {
  background-color: #0d0c54;
}

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

.split-content.hero-v1-left {
  max-width: 49%;
}

.split-content.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.why-v1-left {
  max-width: 520px;
  margin-bottom: 113px;
}

.split-content.testimonial-v1-left {
  max-width: 43%;
}

.split-content.cta-v1 {
  max-width: 52%;
  margin-right: 20px;
}

.split-content.cta-v2 {
  min-width: 52%;
  margin-right: 20px;
}

.split-content.feature-content {
  max-width: 453px;
}

.split-content.small-print-left {
  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;
}

.split-content.cta-v3-center {
  max-width: 557px;
  margin-right: 20px;
}

.split-content.integration-v2-left {
  max-width: 514px;
}

.split-content.testimonial-v2-right {
  max-width: 43%;
}

.split-content.articles-section-v2-left {
  max-width: 460px;
}

.split-content.cta-v4-left {
  max-width: 52%;
  margin-right: 20px;
}

.split-content.hero-v3 {
  max-width: 49%;
}

.split-content.cta-v5-left {
  max-width: 550px;
  margin-right: 20px;
}

.split-content.cta-v5-right {
  width: 485px;
}

.split-content.integration-v3-left {
  max-width: 514px;
}

.split-content.articles-section-v3-left {
  max-width: 460px;
}

.split-content.our-story-left {
  max-width: 43%;
}

.split-content.blog-hero-v1-left {
  max-width: 651px;
  margin-right: 49px;
}

.split-content.integrations-contact-left {
  max-width: 472px;
}

.split-content.integration-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.split-content.contact-left {
  max-width: 441px;
  margin-right: 40px;
}

.split-content.sign-up-left {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 55%;
  padding: 41px 40px 113px;
  -webkit-box-pack: center;
  -webkit-justify-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: #002a7e;
}

.split-content.sign-up-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 45%;
  padding: 41px 40px 113px;
  -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;
}

.split-content.blog-category-left {
  max-width: 651px;
}

.split-content.integrations-page-hero-left {
  max-width: 648px;
}

.split-content.pricing-hero-left {
  max-width: 514px;
  margin-top: 52px;
  margin-right: 40px;
}

.split-content.pricing-testimonial-top-left {
  max-width: 532px;
}

.split-content.hero-home-left {
  max-width: 49%;
  margin-top: 110px;
}

.split-content.perspective-left {
  max-width: 50%;
  margin-top: 95px;
}

.split-content.perspective-right {
  max-width: 50%;
}

.split-content.hero-home-right {
  max-width: 50%;
}

.split-content.careers-v2 {
  max-width: 651px;
  margin-right: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1268px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand {
  max-width: 106px;
  margin-bottom: 6px;
  padding-left: 0px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.brand:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.brand.footer-brand {
  margin-bottom: 30px;
}

.brand.additional-utility-page {
  max-width: 148px;
  margin-bottom: 0px;
}

.brand.sign-up-brand {
  max-width: 122px;
  margin-bottom: 84px;
}

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

.title.hero-v1 {
  color: #fff;
}

.title.testimonials-v1 {
  max-width: 404px;
  margin-bottom: 20px;
}

.title.cta-v1 {
  margin-bottom: 48px;
  color: #fff;
}

.title.integration-v1 {
  margin-bottom: 4px;
}

.title.main-footer-title {
  margin-bottom: 12px;
}

.title.dropdown {
  margin-bottom: 24px;
  color: #fff;
  line-height: 1.35em;
}

.title.cta-v2 {
  margin-bottom: 76px;
  color: #fff;
}

.title.companies-v2 {
  margin-right: 20px;
  color: #40406a;
  font-size: 24px;
}

.title.why-v2 {
  margin-bottom: 14px;
}

.title.why-v2-main-title {
  max-width: 453px;
  margin-right: auto;
  margin-left: auto;
  color: #030303;
}

.title.cta-v3 {
  margin-bottom: 34px;
}

.title.integration-v2 {
  margin-bottom: 6px;
}

.title.testimonials-v2 {
  max-width: 404px;
  margin-bottom: 35px;
}

.title.cta-v4 {
  margin-bottom: 15px;
}

.title.hero-v2 {
  color: #fff;
}

.title.hero-v3 {
  color: #fff;
}

.title.companies-v3 {
  max-width: 491px;
  margin-bottom: 49px;
}

.title.why-v3 {
  margin-bottom: 0px;
}

.title.feature-v3 {
  margin-bottom: 0px;
}

.title.cta-v5 {
  color: #fff;
}

.title.integrations-v2 {
  max-width: 453px;
}

.title.integrations-v3 {
  max-width: 453px;
}

.title.testimonials-v3 {
  max-width: 420px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.title.article-v3 {
  margin-bottom: 16px;
}

.title.about-hero {
  margin-bottom: 26px;
  color: #fff;
}

.title.our-story {
  max-width: 440px;
  margin-bottom: 20px;
}

.title.our-values {
  margin-bottom: 14px;
}

.title.our-team {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.091em;
}

.title.office {
  margin-bottom: 25px;
}

.title.open-positions {
  margin-bottom: 19px;
}

.title.card-open-position {
  margin-bottom: 15px;
}

.title.open-positions-email {
  margin-bottom: 15px;
}

.title.blog-hero-v1 {
  color: #fff;
}

.title.blog-hero-newsletter {
  font-size: 24px;
  line-height: 1.333em;
}

.title.blog-hero-v2 {
  color: #fff;
}

.title.blog-v2 {
  margin-bottom: 0px;
}

.title.blog-newsletter {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.333em;
}

.title.blog-featured {
  margin-bottom: 14px;
}

.title.blog-post {
  color: #fff;
}

.title.latest-articles {
  margin-bottom: 0px;
}

.title.author-name {
  margin-bottom: 3px;
}

.title.open-positions-page {
  color: #fff;
}

.title.open-position {
  color: #fff;
}

.title.about-this-position {
  margin-bottom: 32px;
}

.title.integrations {
  margin-bottom: 18px;
  color: #fff;
}

.title.integrations-contact {
  margin-bottom: 12px;
}

.title.integration-name {
  margin-bottom: 6px;
  font-size: 36px;
  line-height: 1.222em;
}

.title.contact-hero {
  margin-bottom: 18px;
  color: #fff;
}

.title.card-contact {
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 1.143em;
}

.title.contact {
  margin-bottom: 20px;
}

.title.faqs {
  max-width: 532px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.title.faq {
  margin-bottom: 0px;
  margin-left: 40px;
  font-size: 22px;
  line-height: 1.455em;
}

.title.faq-arrow {
  position: absolute;
  left: 0px;
  top: 6px;
  margin-bottom: 0px;
  font-family: 'Icons Tech Ui Kit', sans-serif;
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
}

.title.additional-utility-page {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.222em;
  text-align: center;
}

.title.sign-up {
  font-size: 36px;
  line-height: 1.222em;
}

.title.sign-up-testimonial {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.455em;
}

.title.integration-category-page {
  margin-bottom: 0px;
  color: #fff;
}

.title.team-member {
  margin-bottom: 0px;
  color: #fff;
}

.title.about-team-member {
  margin-bottom: 0px;
}

.title.checkout {
  margin-bottom: 0px;
}

.title.not-found {
  margin-top: 10px;
  color: #171663;
}

.title.pricing {
  margin-bottom: 0px;
  color: #fff;
}

.title.card-pricing {
  margin-bottom: 19px;
  color: #fff;
  font-size: 24px;
  line-height: 1.333em;
}

.title.pricing-plans {
  color: #fff;
}

.title.card-pricing-plan {
  margin-bottom: 20px;
  color: #3f95ff;
  font-size: 26px;
  line-height: 1.077em;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.title.custom-plan {
  margin-bottom: 12px;
}

.title.cta-v6 {
  color: #fff;
}

.title.home {
  min-width: 496px;
  color: #fff;
}

.title.page-ui-kit {
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 1.143em;
}

.title.careers-hero-v3 {
  margin-bottom: 26px;
  color: #fff;
}

.title.faq-arrow {
  position: absolute;
  left: 0px;
  top: 6px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
}

.title.pricing-plans {
  color: #fff;
}

.title.main-footer-title {
  margin-bottom: 12px;
  color: #fff;
}

.title.team-member {
  margin-bottom: 0px;
  color: #fff;
}

.title.student {
  margin-bottom: 0px;
  color: #fff;
}

.title.student-action-header {
  margin-bottom: 20px;
  color: #3f95ff;
  font-size: 26px;
  line-height: 1.077em;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.paragraph.hero-v1 {
  max-width: 479px;
  margin-bottom: 50px;
  color: #efeff5;
}

.paragraph.cta-v2 {
  max-width: 41%;
  color: #efeff5;
}

.paragraph.why-v1 {
  margin-bottom: 40px;
}

.paragraph.integration-v1 {
  color: #717194;
}

.paragraph.footer-paragraph {
  margin-bottom: 34px;
}

.paragraph.cta-v2-mobile {
  display: none;
  color: #efeff5;
}

.paragraph.integration-v2 {
  margin-bottom: 31px;
  color: #717194;
}

.paragraph.testimonials-v2 {
  margin-bottom: 20px;
}

.paragraph.cta-v4 {
  max-width: 436px;
  color: #efeff5;
}

.paragraph.hero-v2 {
  max-width: 479px;
  margin-bottom: 50px;
  color: #fff;
}

.paragraph.hero-v3 {
  max-width: 479px;
  margin-bottom: 54px;
  color: #efeff5;
}

.paragraph.features-v3 {
  max-width: 446px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph.cta-v5 {
  max-width: 481px;
  color: #efeff5;
}

.paragraph.about-hero {
  max-width: 479px;
  margin-right: auto;
  margin-bottom: 26px;
  margin-left: auto;
  color: #efeff5;
}

.paragraph.our-story {
  margin-bottom: 20px;
}

.paragraph.achievement {
  font-size: 15px;
  line-height: 1.667em;
}

.paragraph.our-team {
  margin-bottom: 25px;
}

.paragraph.card-open-position {
  margin-bottom: 32px;
}

.paragraph.card-open-position.v3 {
  color: #40406a;
}

.paragraph.blog-hero-v1 {
  max-width: 479px;
  color: #efeff5;
}

.paragraph.blog-hero-newsletter {
  max-width: 413px;
}

.paragraph.blog-hero-v2 {
  max-width: 479px;
  color: #fff;
}

.paragraph.blog-newsletter {
  max-width: 413px;
}

.paragraph.blog-featured {
  margin-bottom: 40px;
}

.paragraph.blog-post {
  max-width: 513px;
  margin-right: auto;
  margin-left: auto;
  color: #efeff5;
}

.paragraph.author {
  margin-bottom: 40px;
}

.paragraph.open-positions {
  max-width: 479px;
  margin-right: auto;
  margin-left: auto;
  color: #efeff5;
}

.paragraph.open-positions.v2 {
  max-width: 100%;
}

.paragraph.open-position {
  max-width: 479px;
  margin-right: auto;
  margin-left: auto;
  color: #efeff5;
}

.paragraph.integrations {
  max-width: 514px;
  color: #efeff5;
}

.paragraph.integration {
  max-width: 458px;
  color: #717194;
}

.paragraph.contact-hero {
  max-width: 514px;
  margin-right: auto;
  margin-left: auto;
  color: #efeff5;
}

.paragraph.contact {
  margin-bottom: 40px;
}

.paragraph.faqs {
  max-width: 532px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.paragraph.additional-utility-page {
  margin-bottom: 30px;
  text-align: center;
}

.paragraph.sign-up {
  margin-bottom: 40px;
}

.paragraph.team-member {
  color: #fff;
}

.paragraph.password {
  margin-bottom: 20px;
}

.paragraph.not-found {
  color: #403f8b;
}

.paragraph.pricing-description {
  margin-bottom: 37px;
  color: #efeff5;
}

.paragraph.card-pricing {
  color: #efeff5;
}

.paragraph.pricing-plans {
  color: #efeff5;
}

.paragraph.custom-plan {
  margin-bottom: 32px;
}

.paragraph.cta-v6 {
  max-width: 481px;
  color: #efeff5;
}

.paragraph.home {
  max-width: 479px;
  margin-bottom: 50px;
  color: #efeff5;
}

.paragraph.utility-pages {
  max-width: 449px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph.careers-v3 {
  max-width: 479px;
  margin-right: auto;
  margin-left: auto;
  color: #efeff5;
}

.paragraph.pricing-plans {
  color: #efeff5;
}

.paragraph.footer-paragraph {
  margin-bottom: 34px;
  color: #efeff5;
}

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

.space._2-buttons {
  min-width: 30px;
}

.space._2-buttons.cta-v4 {
  min-width: 28px;
}

.space.footer-links {
  width: 2vw;
}

.space.card-open-position {
  height: 24px;
}

.space.blog-v2 {
  min-width: 29px;
}

.space.blog-post {
  min-width: 7vw;
}

.space.integrations {
  min-width: 40px;
}

.space.faq {
  height: 25px;
}

.space.perspective-images {
  width: 100%;
  max-width: 28px;
}

.image.why-v1-01 {
  border-radius: 50px;
  box-shadow: 0 44px 74px 0 rgba(117, 69, 255, 0.04), 0 14px 114px 0 rgba(15, 15, 52, 0.09);
}

.image.why-v1-02 {
  position: absolute;
  left: 645px;
  top: -402px;
  border-radius: 50px;
  box-shadow: 0 4px 24px 0 rgba(117, 69, 255, 0.03), 0 14px 44px 0 rgba(15, 15, 52, 0.05);
}

.image.why-v1-03 {
  position: absolute;
  right: -173px;
  bottom: -119px;
  border-radius: 50px;
  box-shadow: 0 4px 24px 0 rgba(117, 69, 255, 0.03), 0 14px 44px 0 rgba(15, 15, 52, 0.05);
}

.image.feature {
  max-width: 50%;
  margin-right: 80px;
  border-radius: 50px;
  box-shadow: 0 24px 44px 0 rgba(117, 69, 255, 0.02), 0 4px 84px 0 rgba(15, 15, 52, 0.03);
}

.image.feature-2 {
  max-width: 50%;
  margin-left: 80px;
  border-radius: 50px;
  box-shadow: 0 24px 44px 0 rgba(117, 69, 255, 0.02), 0 4px 84px 0 rgba(15, 15, 52, 0.03);
}

.image.feature-3 {
  max-width: 54%;
  margin-right: 80px;
}

.image.integration-v1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.cta-v1-01 {
  max-width: 60%;
  border-radius: 30px;
  box-shadow: 0 4px 95px 0 rgba(9, 9, 39, 0.7);
}

.image.cta-v1-02 {
  max-width: 62%;
  margin-left: -98px;
  border-radius: 30px;
  box-shadow: 0 4px 95px 0 rgba(33, 32, 140, 0.21);
}

.image.hero-v2 {
  border-radius: 50px;
  box-shadow: 0 44px 74px 0 rgba(117, 69, 255, 0.02), 0 14px 114px 0 rgba(15, 15, 52, 0.05);
  color: #3f95ff;
}

.image.integration-v2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.hero-v3-01 {
  border-radius: 45px;
  box-shadow: 0 39px 66px 0 rgba(117, 69, 255, 0.02), 0 12px 102px 0 rgba(15, 15, 52, 0.05);
}

.image.hero-v3-02 {
  position: absolute;
  right: -69px;
  bottom: -37px;
  border-radius: 32px;
  box-shadow: 0 37px 63px 0 rgba(117, 69, 255, 0.1), 0 12px 96px 0 rgba(15, 15, 52, 0.13);
}

.image.why-v3 {
  width: 27px;
}

.image.why-v3-main-image {
  border-radius: 52px;
  box-shadow: 0 6px 25px 0 rgba(117, 69, 255, 0.03), 0 16px 46px 0 rgba(15, 15, 52, 0.05);
}

.image.testimonial-v3 {
  width: 72px;
  height: 72px;
  margin-right: 20px;
  border-radius: 1000px;
}

.image.testimonial-tab-link-v3 {
  width: 44px;
  height: 44px;
  margin-right: 12px;
  border-radius: 1000px;
}

.image.about-hero {
  margin-top: 72px;
  border-radius: 40px;
}

.image.our-story-1 {
  max-width: 61%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 32px;
}

.image.our-story-2 {
  max-width: 66%;
  margin-top: 95px;
  margin-left: -143px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 32px;
  box-shadow: 0 4px 54px 0 rgba(69, 65, 164, 0.22);
}

.image.blog-hero-newsletter {
  margin-bottom: 35px;
  border-radius: 43px;
}

.image.blog-newsletter {
  margin-bottom: 32px;
  border-radius: 34px;
}

.image.blog-newsletter.v3 {
  width: 90px;
  margin-bottom: 16px;
  border-radius: 19px;
}

.image.article-featured {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.blog-post-main {
  border-radius: 43px;
}

.image.integration {
  display: none;
  border-radius: 12px;
}

.image.verify-your-email {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.sign-up-testimonial {
  width: 140px;
  height: 140px;
  margin-top: -70px;
  margin-bottom: 28px;
  border-radius: 1000px;
}

.image.blog-category-icon {
  width: 100%;
  height: 100%;
}

.image.team-member {
  width: 180px;
  height: 180px;
  margin-bottom: 10px;
  border-radius: 1000px;
}

.image.benefit {
  width: 184px;
  height: 184px;
  min-width: 184px;
  margin-bottom: 29px;
  border-radius: 1000px;
}

.image.article-v4 {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.image.blog-hero-newsletter {
  margin-bottom: 35px;
  border-radius: 43px;
}

.image.student {
  width: 180px;
  height: 180px;
  margin-bottom: 10px;
  border-radius: 1000px;
}

.companies-v1-grid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 100px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg {
  position: absolute;
}

.bg.hero-v1 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.hero-v2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 114px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.about-hero {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 100%;
  height: 100%;
  padding-bottom: 227px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.our-values {
  z-index: -1;
  width: 100%;
  height: 702px;
  max-width: 748px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 241, 255, 0.48)), to(rgba(236, 239, 255, 0.13)));
  background-image: linear-gradient(180deg, rgba(236, 241, 255, 0.48), rgba(236, 239, 255, 0.13));
}

.bg.blog-hero-v1 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.blog-hero-v2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.blog-post {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 100%;
  height: 100%;
  padding-bottom: 271px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.integration {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 546px;
  background-color: #fafafc;
}

.bg.contact-hero {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding-bottom: 142px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.log-in {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 67%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.forgot-password {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 62%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.reset-password {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 65%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.verify-email {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 59%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.blog-category {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.pricing {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.pricing-plans {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 507px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.pricing-plans-category {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.hero-home {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.blog-hero-v3 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.student-background {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.subtitle {
  margin-bottom: 8px;
  color: #edb809;
  line-height: 1.111em;
  font-weight: 700;
}

.subtitle.light-color {
  color: #edb809;
}

.subtitle.light-color.blog-hero-v1 {
  margin-top: 14px;
  margin-bottom: 16px;
}

.subtitle.light-color.blog-hero-v2 {
  margin-bottom: 24px;
}

.subtitle.light-color.open-positions {
  margin-bottom: 16px;
}

.subtitle.light-color.integrations {
  margin-bottom: 12px;
  color: #edb809;
}

.subtitle.light-color.contact {
  margin-bottom: 12px;
  color: #edb809;
}

.subtitle.light-color.team-member {
  margin-bottom: 20px;
}

.subtitle.light-color.pricing-plans {
  margin-bottom: 16px;
}

.subtitle.faqs {
  max-width: 532px;
  margin-right: auto;
  margin-left: auto;
}

.container-medium-580px {
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-580px.features-v1 {
  text-align: center;
}

.container-medium-580px.integrations-v1 {
  text-align: center;
}

.container-medium-580px.articles-section-v1 {
  text-align: center;
}

.container-medium-580px.features-v2 {
  text-align: center;
}

.container-medium-580px.why-v3 {
  text-align: center;
}

.container-medium-580px.features-v3 {
  text-align: center;
}

.container-medium-580px.testimonials-v3 {
  text-align: center;
}

.container-medium-580px.our-values {
  text-align: center;
}

.container-medium-580px.our-offices {
  text-align: center;
}

.container-medium-580px.team-member {
  display: block;
  text-align: center;
}

.container-medium-580px.benefits {
  text-align: center;
}

.container-medium-580px.custom-plan {
  text-align: center;
}

.container-medium-580px.utility-pages {
  text-align: center;
}

.container-medium-580px.student {
  text-align: center;
}

.cta-v1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 62px 76px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #002a7e;
}

.testimonials-v1-wrapper {
  padding: 100px 5vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 241, 255, 0.48)), color-stop(80%, rgba(236, 239, 255, 0.11)));
  background-image: linear-gradient(180deg, rgba(236, 241, 255, 0.48), rgba(236, 239, 255, 0.11) 80%);
}

.cta-v2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 132px 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 40px;
  background-image: url('../images/bg-cta-v2-tech-ui-kit.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.skewed-home-v1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-bottom: 282px solid #fff;
  border-left: 100vw solid transparent;
}

.why-v1-images-wrapper {
  position: relative;
}

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

.features-v1-tabs {
  margin-top: 52px;
}

.features-tabs-menu {
  display: -ms-grid;
  display: grid;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.testimonials-v1-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  height: 100%;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.features-v1-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 23px 6px 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 172px;
  background-color: #fafafc;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #40406a;
  font-size: 16px;
  line-height: 1.375em;
}

.features-v1-tab-link.w--current {
  background-color: #f3efff;
  color: #3f95ff;
  font-weight: 700;
}

.features-v1-tab-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #3f95ff;
}

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

.feature-tabs-content {
  overflow: visible;
}

.feature-icon-wrappper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 64px;
  height: 64px;
  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: 19px;
}

.testimonials-v1-left-arrow {
  left: auto;
  top: -123px;
  right: 187px;
  bottom: auto;
  width: auto;
  height: 56px;
  padding: 14px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #40406a;
  border-radius: 12px;
  -webkit-transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  color: #40406a;
  font-size: 18px;
  line-height: 1.555em;
}

.testimonials-v1-left-arrow:hover {
  border-color: #3f95ff;
  background-color: #3f95ff;
  color: #fff;
}

.testimonial-v1-slide {
  max-width: 50%;
}

.card {
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(13, 12, 84, 0.02), 0 6px 22px 0 rgba(13, 12, 84, 0.04);
}

.card.testimonial-v1 {
  margin-right: 12px;
  margin-left: 12px;
  padding: 64px 40px 61px;
}

.card.integration-v1 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 62px 30px 58px;
}

.card.article-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #40406a;
}

.card.integration-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 48px 32px 46px;
  -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;
}

.card.testimonials-v3-tab-content {
  margin-bottom: 44px;
  padding: 87px 67px;
  text-align: center;
}

.card.achievement {
  padding: 40px 31px 44px;
  border-radius: 30px;
  background-color: #fafafc;
  box-shadow: none;
}

.card.our-values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 40px;
  border-radius: 24px;
}

.card.our-team {
  height: 100%;
  padding: 30px 32px 48px;
}

.card.open-position {
  position: relative;
  overflow: hidden;
  padding: 48px 55px 52px 104px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  cursor: pointer;
}

.card.open-position:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.card.open-position.v2 {
  padding-right: 32px;
  padding-bottom: 45px;
  padding-left: 68px;
}

.card.open-position.v3 {
  padding-right: 48px;
  padding-left: 48px;
}

.card.blog-hero-newsletter {
  margin-bottom: -121px;
  padding: 80px 32px 80px 47px;
}

.card.blog-article-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 24px;
  color: #40406a;
}

.card.blog-newsletter {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  max-width: 388px;
  padding: 54px 34px 51px;
}

.card.blog-newsletter.v3 {
  max-width: none;
}

.card.author {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 63px 31px 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;
  border-radius: 24px;
  text-align: center;
}

.card.open-position-page {
  margin-top: -213px;
  padding: 72px 70px;
}

.card.contact-hero {
  padding-right: 29px;
  padding-bottom: 56px;
  padding-left: 29px;
  border-radius: 24px;
  text-align: center;
}

.card.contact {
  width: 100%;
  max-width: 673px;
  padding: 55px 47px 47px 53px;
}

.card.faq {
  overflow: hidden;
  padding: 36px 48px 46px;
  border-radius: 22px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  cursor: pointer;
}

.card.faq:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.card.log-in {
  max-width: 520px;
  min-height: auto;
  padding: 40px 40px 60px;
}

.card.forgot-your-password {
  max-width: 520px;
  padding: 40px 40px 60px;
}

.card.reset-password {
  max-width: 520px;
  padding: 40px 40px 50px;
}

.card.verify-your-email {
  max-width: 520px;
  padding: 40px 40px 56px;
  text-align: center;
}

.card.sign-up-testimonial {
  padding-right: 55px;
  padding-bottom: 51px;
  padding-left: 55px;
  text-align: center;
}

.card.checkout {
  overflow: hidden;
}

.card.pricing {
  overflow: hidden;
  max-width: 520px;
  border-radius: 24px;
}

.card.about-team-member {
  margin-top: -230px;
  padding: 75px 60px 80px;
}

.card.pricing-plan {
  height: 100%;
  padding: 63px 32px 41px;
  border-radius: 24px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.card.pricing-plan:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.card.card-cart {
  overflow: hidden;
}

.card.article-v4 {
  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;
}

.card.action-card {
  height: 100%;
  padding: 63px 32px 41px;
  border-radius: 24px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  text-align: center;
}

.card.action-card:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.testimonial-v1-logo {
  max-width: 184px;
  margin-bottom: 30px;
}

.testimonial-v1-about-wrapper {
  margin-top: 67px;
}

.testimonial-v1-name {
  margin-bottom: 10px;
  color: #0d0c54;
  font-size: 22px;
  line-height: 1.091em;
  font-weight: 700;
}

.testimonial-v1-work {
  color: #717194;
  line-height: 1.111em;
}

.button-cta-v2-text {
  max-width: 125px;
}

.testimonial-mask {
  padding-top: 48px;
  padding-bottom: 48px;
}

.integrations-v1-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  margin-bottom: 53px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.integration-v1-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.integration-v1 {
  overflow: hidden;
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  margin-right: 18px;
  border-style: none;
  border-width: 1px;
  border-color: #dadae3;
  border-radius: 24px;
}

.image-wrapper.integration-v2 {
  overflow: hidden;
  width: 110px;
  height: 110px;
  margin-bottom: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadae3;
  border-radius: 33px;
}

.image-wrapper.article-v2 {
  margin-bottom: 20px;
  border-radius: 30px;
}

.image-wrapper.integration-v3 {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadae3;
  border-radius: 24px;
}

.image-wrapper.article-v3 {
  margin-bottom: 30px;
  border-radius: 30px;
}

.image-wrapper.our-team {
  width: 78px;
  height: 78px;
  min-width: 78px;
  margin-right: 18px;
  margin-bottom: 10px;
  border-radius: 1000px;
}

.image-wrapper.auhtor {
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
  border-radius: 1000px;
}

.image-wrapper.integration {
  max-width: 1012px;
  margin-right: auto;
  margin-bottom: 71px;
  margin-left: auto;
  border-radius: 40px;
}

.image-wrapper.card-contact {
  width: 140px;
  height: 140px;
  margin: -70px auto 32px;
  border-radius: 35px;
}

.image-wrapper.verify-your-email {
  width: 160px;
  height: 160px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  border-radius: 1000px;
}

.image-wrapper.hero-v1 {
  overflow: visible;
  max-width: 59%;
  margin-right: -90px;
}

.image-wrapper.perspective-page {
  margin-bottom: 27px;
  border-radius: 15px;
  box-shadow: 0 7px 23px 0 rgba(13, 12, 84, 0.1);
  -webkit-transition: box-shadow 600ms ease, -webkit-transform 600ms ease;
  transition: box-shadow 600ms ease, -webkit-transform 600ms ease;
  transition: box-shadow 600ms ease, transform 600ms ease;
  transition: box-shadow 600ms ease, transform 600ms ease, -webkit-transform 600ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-wrapper.perspective-page:hover {
  box-shadow: 0 20px 23px 0 rgba(13, 12, 84, 0.1);
  -webkit-transform: translate3d(-8px, -8px, -8px);
  transform: translate3d(-8px, -8px, -8px);
}

.image-wrapper.perspective-page.last {
  margin-bottom: 0px;
}

.image-wrapper.page-ui-kit {
  margin-bottom: 28px;
  border-radius: 28px;
  box-shadow: 0 14px 44px 0 rgba(13, 12, 84, 0.1);
}

.image-wrapper.article-v4 {
  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;
}

.integration-v1-subtitle {
  color: #3f95ff;
  line-height: 1.111em;
}

.articles-v1-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-article-v1-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 32px 29px 29px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.card-article-v1-category-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  -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;
  color: #0d0c54;
  line-height: 1.111em;
  text-decoration: none;
}

.card-article-v1-icon {
  margin-right: 10px;
  margin-bottom: 10px;
}

.card-article-v1-reading-time-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  -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;
  color: #0d0c54;
  line-height: 1.111em;
}

.cta-v1-images-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;
}

.new-badge {
  position: absolute;
  top: 25px;
  right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 55px;
  height: 34px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #ffec19;
  color: #0d0c54;
  font-size: 15px;
  line-height: 1.067em;
  font-weight: 700;
}

.new-badge.blog-featured {
  position: static;
  width: auto;
  height: auto;
  margin-bottom: 24px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 160px;
  background-color: #3f95ff;
  color: #fff;
  font-size: 18px;
  line-height: 1.222em;
}

.new-badge.page-ui-kit {
  position: static;
  width: auto;
  margin-left: 16px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #3f95ff;
  color: #fff;
}

.testimonials-v1-right-arrow {
  left: auto;
  top: -123px;
  right: 0px;
  bottom: auto;
  width: auto;
  height: 56px;
  padding: 14px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #40406a;
  border-radius: 12px;
  -webkit-transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  color: #40406a;
  font-size: 18px;
  line-height: 1.555em;
}

.testimonials-v1-right-arrow:hover {
  border-color: #3f95ff;
  background-color: #3f95ff;
  color: #fff;
}

.footef-links-block {
  margin-right: 1vw;
}

.footef-links-block.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 36%;
  margin-right: 0px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footef-links-block.last {
  margin-right: 0vw;
}

.footer-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.dropdown-icon-footer {
  display: none;
}

.footer-social-media-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-content-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-footer {
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-title {
  margin-bottom: 24px;
  color: #fff;
  font-size: 18px;
  line-height: 1.111em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.social-media-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 10px;
  background-color: #3f95ff;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: 'Icons Tech Ui Kit', sans-serif;
  color: #fff;
  font-size: 20px;
}

.social-media-footer:hover {
  background-color: #fff;
  color: #3f95ff;
}

.social-media-footer.yt {
  font-size: 18px;
}

.footer-newsletter-form {
  margin-bottom: 26px;
}

.fotter-newsletter-form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-newsletter-button {
  position: absolute;
  right: 19px;
  padding: 16px 26px;
  border-radius: 10px;
  background-color: #3f95ff;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}

.footer-newsletter-button:hover {
  background-color: #edb809;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #fff;
}

.small-print-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;
  text-align: center;
}

.small-print-link {
  color: #dadae3;
  font-size: 16px;
  line-height: 1.5em;
}

.small-print-link:hover {
  color: #a98bff;
}

.small-print-link.underline {
  text-decoration: underline;
}

.small-print {
  color: #dadae3;
  font-size: 16px;
  line-height: 1.5em;
}

.small-print.additional-utility-page {
  text-align: center;
}

.footer-link {
  color: #fff;
  line-height: 1.333em;
  text-decoration: none;
}

.footer-link:hover {
  color: #a98bff;
}

.button-header {
  position: static;
  padding: 16px 36px;
  border-radius: 10px;
  background-color: #3f95ff;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}

.button-header:hover {
  background-color: #002a7e;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #fff;
}

.button-header.pepeha {
  margin-right: 10px;
  margin-left: 10px;
}

.button-header.tutor-page {
  margin-right: 0px;
  margin-left: 0px;
}

.cart {
  margin-left: 32px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.cart-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  min-width: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  color: #3f95ff;
  font-size: 14px;
  line-height: 1em;
}

.cart-quantity.dark {
  background-color: #3f95ff;
  color: #fff;
}

.dropdown-list {
  overflow: hidden;
  margin-top: 32px;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-grid {
  width: 720px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.drop-div {
  padding: 40px 20px 40px 38px;
  background-color: #171663;
}

.drop-div.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 38px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0d0c54;
}

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

.drop-grid {
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-dropdown {
  margin-top: 4px;
  font-family: 'Icons Tech Ui Kit', sans-serif;
  font-size: 11px;
  line-height: 1em;
}

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

.dropdown-link {
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.333em;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #a98bff;
}

.reading-time-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.card-article-v1-category-link-text {
  margin-bottom: 10px;
}

.company-v1-link {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.company-v1-link:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.skewed-home-v2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 114px;
  border-bottom: 236px solid #fff;
  border-left: 100vw solid transparent;
}

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

.hero-v2-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 596px;
  margin-bottom: 9px;
  -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-align: center;
}

.hero-v2-content.about {
  width: 100vw;
}

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

.companies-v2-grid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 6vw;
  grid-row-gap: 62px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.company-v2-link {
  max-width: 195px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.company-v2-link:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.why-v2-wrapper {
  padding: 100px 6vw 66px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 241, 255, 0.48)), to(rgba(236, 239, 255, 0)));
  background-image: linear-gradient(180deg, rgba(236, 241, 255, 0.48), rgba(236, 239, 255, 0));
  color: #030303;
  text-align: center;
}

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

.top-content.why-v2 {
  max-width: 532px;
  margin-right: auto;
  margin-bottom: 61px;
  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;
}

.top-content.integrations-v2 {
  margin-bottom: 46px;
}

.top-content.articles-section-v2 {
  margin-bottom: 65px;
}

.top-content.integrations-v3 {
  margin-bottom: 33px;
}

.top-content.articles-section-v3 {
  margin-bottom: 65px;
}

.top-content.blog-v2 {
  margin-bottom: 63px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.latest-articles {
  margin-bottom: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.faq {
  position: relative;
  margin-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.top-content.pricing-testimonials {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-content.subject {
  margin-bottom: auto;
}

.why-v2-grid {
  margin-bottom: 70px;
  grid-column-gap: 48px;
  grid-row-gap: 72px;
}

.why-v2-content-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;
}

.why-v2-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 59px;
  height: 59px;
  min-width: 59px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #3f95ff;
}

.why-content {
  text-align: left;
}

.features-v2-grid {
  margin-top: 42px;
  grid-row-gap: 132px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.cta-v3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 76px;
  -webkit-box-pack: center;
  -webkit-justify-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: 40px;
  background-color: #edb809;
  text-align: center;
}

.integrations-v2-grid {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.integration-v2-title-wrapper {
  margin-bottom: 24px;
}

.integration-v2-subtitle {
  color: #3f95ff;
  line-height: 1.111em;
}

.testimonials-v2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 153px 5vw 150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 241, 255, 0.48)), color-stop(80%, rgba(236, 239, 255, 0.11)));
  background-image: linear-gradient(180deg, rgba(236, 241, 255, 0.48), rgba(236, 239, 255, 0.11) 80%);
}

.testimonial-v2-companies-grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-column-gap: 51px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-v2-logo {
  max-width: 141px;
}

.testimonial-v2-video-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
}

.testimonial-v2-video-wrapper:hover {
  color: #3f95ff;
}

.testimonial-v2-filter-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #0d0c54;
  opacity: 0.63;
}

.testimonial-v2-play-button-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34%;
  height: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  border-radius: 1000px;
  background-color: hsla(0, 0%, 100%, 0.13);
}

.testimonial-v2-play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 116px;
  height: 116px;
  -webkit-box-pack: center;
  -webkit-justify-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: 1000px;
  background-color: #fff;
  box-shadow: 0 4px 36px 0 rgba(13, 12, 84, 0.25);
}

.articles-v2-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-v4-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 5vw 115px;
  -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: 40px;
  background-color: #cde4eb;
}

.card-article-v2-content {
  color: #40406a;
}

.card-article-v2-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-v2 {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: transparent;
}

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

.home-v3-newsletter-form {
  max-width: 508px;
  margin-bottom: 16px;
}

.home-v3-newsletter-form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-v3-newsletter-button {
  position: absolute;
  right: 13px;
  padding: 16px 26px;
  border-radius: 10px;
  background-color: #3f95ff;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}

.home-v3-newsletter-button:hover {
  background-color: #3c16a8;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #fff;
}

.subscribe-details-text {
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero-v3-image-wrapper {
  position: relative;
  max-width: 46%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.companies-v3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.accent-text {
  color: #3f95ff;
}

.companies-v3-grid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 6vw;
  grid-row-gap: 62px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.company-v3-link {
  max-width: 184px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.company-v3-link:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.why-v3-grid {
  margin-top: 48px;
  margin-bottom: 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 74px;
  grid-row-gap: 72px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.why-v3-content-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;
}

.why-v3-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-v3-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #3f95ff;
}

.features-v3-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 58px;
  -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;
}

.features-v3-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 40%;
  margin-right: 77px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cta-v5-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 132px 5vw;
  -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: 40px;
  background-image: url('../images/bg-cta-v5-tech-ui-kit.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.features-v3-tab-content {
  overflow: visible;
  width: 100%;
  max-width: 60%;
}

.feature-v3-title-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;
}

.feature-v3-icon-wrappper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 19px;
  background-color: #f3efff;
}

.cta-v5-newsletter-form {
  margin-bottom: 16px;
}

.cta-v5-newsletter-form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-v5-newsletter-button {
  position: absolute;
  right: 13px;
  padding: 16px 26px;
  border-radius: 10px;
  background-color: #3f95ff;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}

.cta-v5-newsletter-button:hover {
  color: #fff;
}

.integrations-v3-slider {
  height: 100%;
  background-color: transparent;
}

.integration-v3-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.integration-v3-slide {
  max-width: 33.5%;
  padding-right: 14px;
  padding-left: 14px;
}

.integrations-v3-left-arrow {
  left: auto;
  top: -92px;
  right: 187px;
  bottom: auto;
  width: auto;
  height: 56px;
  padding: 14px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #40406a;
  border-radius: 12px;
  -webkit-transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  color: #40406a;
  font-size: 18px;
  line-height: 1.555em;
}

.integrations-v3-left-arrow:hover {
  border-color: #3f95ff;
  background-color: #3f95ff;
  color: #fff;
}

.integrations-v3-right-arrow {
  left: auto;
  top: -92px;
  right: 0px;
  bottom: auto;
  width: auto;
  height: 56px;
  padding: 14px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #40406a;
  border-radius: 12px;
  -webkit-transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  color: #40406a;
  font-size: 18px;
  line-height: 1.555em;
}

.integrations-v3-right-arrow:hover {
  border-color: #3f95ff;
  background-color: #3f95ff;
  color: #fff;
}

.integration-v3-mask {
  padding-top: 26px;
  padding-bottom: 48px;
}

.container-medium-932px {
  max-width: 932px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.testimonials-v3-tabs {
  margin-top: 48px;
}

.about-testimonial-v3-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;
}

.about-testimonial-v3-content-wrapper {
  text-align: left;
}

.about-testimonial-v3-name {
  margin-bottom: 10px;
  color: #0d0c54;
  font-size: 22px;
  line-height: 1.091em;
  font-weight: 700;
}

.about-testimonial-v3-job {
  color: #717194;
  font-size: 20px;
  line-height: 1em;
}

.testimonials-v3-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 804px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #dadae3;
}

.testimonials-v3-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding: 0px 33px 27px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid transparent;
  background-color: transparent;
}

.testimonials-v3-tab-link.w--current {
  border-bottom-color: #3f95ff;
  background-color: transparent;
}

.testimonial-v3-name {
  color: #0d0c54;
  line-height: 1.111em;
  font-weight: 700;
}

.articles-v3-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.article-v3-wrapper {
  position: relative;
}

.card-article-v3-content {
  color: #40406a;
}

.card-article-v3-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-article-v3-about-text {
  color: #717194;
  line-height: 1.111em;
  white-space: nowrap;
}

.card-article-v3-reading-time-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #717194;
  line-height: 1.111em;
  white-space: nowrap;
}

.card-article-v3-category-wrapper {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 20px;
  border-radius: 160px;
  background-color: #3f95ff;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
  text-decoration: none;
}

.card-article-v3-category-wrapper:hover {
  background-color: #0d0c54;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #fff;
}

.skewed-about {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 227px;
  border-bottom: 207px solid #fff;
  border-left: 100vw solid transparent;
}

.container-medium-837px {
  max-width: 837px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-837px.about-hero {
  text-align: center;
}

.container-medium-837px.blog-post-hero {
  margin-bottom: 102px;
  text-align: center;
}

.container-medium-837px.open-positions-hero {
  text-align: center;
}

.container-medium-837px.careers-v3 {
  text-align: center;
}

.achievements-grid {
  grid-column-gap: 27px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.achievement-number {
  margin-bottom: 8px;
  color: #0d0c54;
  font-size: 46px;
  line-height: 1.065em;
  font-weight: 700;
}

.achievement-title {
  margin-bottom: 18px;
  color: #3f95ff;
  line-height: 1.111em;
}

.our-story-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 76px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 241, 255, 0.48)), to(rgba(236, 239, 255, 0.11)));
  background-image: linear-gradient(180deg, rgba(236, 241, 255, 0.48), rgba(236, 239, 255, 0.11));
}

.our-story-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 49%;
}

.our-values-grid {
  grid-column-gap: 28px;
  grid-row-gap: 48px;
  grid-template-areas: ".";
  -ms-grid-rows: auto 48px auto 48px auto 48px auto 48px auto;
  grid-template-rows: auto auto auto auto auto;
}

.our-values-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-values-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
}

.our-values-content-wrapper {
  max-width: 411px;
}

.our-team-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 79px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card-our-team-top-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.our-team-job {
  color: #3f95ff;
  line-height: 1.111em;
}

.our-offices-grid {
  margin-top: 48px;
  margin-bottom: 85px;
  grid-column-gap: 99px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.our-office-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76px;
  height: 76px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 17px;
  background-color: #3f95ff;
}

.our-office-contact-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;
  color: #40406a;
  text-decoration: none;
}

.our-office-contact-wrapper:hover {
  color: #3f95ff;
}

.icon-office-contact {
  margin-right: 19px;
}

.icon-office-contact.top-align {
  margin-top: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.open-positions-wrapper {
  padding: 150px 24px 148px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 241, 255, 0.48)), to(rgba(236, 239, 255, 0)));
  background-image: linear-gradient(180deg, rgba(236, 241, 255, 0.48), rgba(236, 239, 255, 0));
}

.open-positions-title-wrapper {
  max-width: 493px;
  margin-right: auto;
  margin-bottom: 42px;
  margin-left: auto;
  text-align: center;
}

.open-positions-grid {
  display: -ms-grid;
  display: grid;
  max-width: 781px;
  margin-right: auto;
  margin-bottom: 83px;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-open-position-about-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;
}

.card-open-position-icon {
  margin-right: 8px;
}

.card-open-position-about-text {
  color: #717194;
  line-height: 1.167em;
  letter-spacing: -0.03em;
}

.card-open-position-link {
  line-height: 1.111em;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.card-open-position-link.v3 {
  color: #3f95ff;
}

.card-open-position-link.v3:hover {
  color: #171663;
}

.open-positions-email-wrapper {
  max-width: 493px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.our-office-address-wrapper {
  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;
}

.our-office-contact-grid {
  grid-row-gap: 17px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.card-author-name-wrapper {
  margin-bottom: 10px;
}

.card-open-position-about {
  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;
}

.skewed-blog-v1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-bottom: 108px solid #fff;
  border-left: 100vw solid transparent;
}

.blog-hero-v1-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;
}

.blog-categories-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 23px;
  border-radius: 1000px;
  background-color: #fafafc;
}

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

.blog-category-button {
  padding: 10px 28px;
  border-radius: 1000px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #40406a;
  font-size: 16px;
  line-height: 1.375em;
  text-decoration: none;
}

.blog-category-button:hover {
  background-color: #3f95ff;
  color: #fff;
}

.blog-category-button.w--current {
  background-color: #3f95ff;
  color: #fff;
  font-weight: 700;
}

.blog-category-button.all {
  margin-right: 10px;
}

.blog-category-button.all.w--current {
  background-color: #3f95ff;
  color: #fff;
  font-weight: 700;
}

.blog-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 57px;
}

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

.blog-v1-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-hero-newsletter-form {
  margin-bottom: 0px;
}

.blog-hero-newsletter-form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-hero-newsletter-button {
  position: absolute;
  right: 13px;
  padding: 16px 26px;
  border-radius: 10px;
  background-color: #3f95ff;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}

.blog-hero-newsletter-button:hover {
  color: #fff;
}

.skewed-blog-v2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 30px;
  border-bottom: 224px solid #fff;
  border-left: 100vw solid transparent;
}

.blog-hero-v2-wrapper {
  max-width: 651px;
  margin-bottom: 107px;
}

.card-article-featured-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 71px 62px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.blog-v2-grid {
  display: -ms-grid;
  display: grid;
  max-width: 804px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-newsletter-form {
  margin-bottom: 0px;
}

.blog-newsletter-button {
  width: 100%;
  padding: 20px 26px;
  border-radius: 10px;
  background-color: #3f95ff;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}

.blog-newsletter-button:hover {
  color: #fff;
}

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

.card-article-featured-icon {
  margin-right: 10px;
}

.card-article-featured-category-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #0d0c54;
  line-height: 1.111em;
  text-decoration: none;
}

.reading-time-featured-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-article-featured-reading-time-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #0d0c54;
  line-height: 1.111em;
}

.blog-hero-newsletter-top-content {
  margin-bottom: 33px;
}

.newsletter-top-content {
  margin-bottom: 24px;
}

.skewed-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  color: #002a7e;
}

.bg-secondary-5 {
  background-color: #c9b6ff;
}

.about-blog-post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c9b6ff;
  font-size: 22px;
  line-height: 1.091em;
}

.blog-post-reading-time-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-post-category {
  color: #c9b6ff;
  text-decoration: none;
}

.blog-post-category:hover {
  color: #fff;
}

.skewed-blog-post {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 271px;
  border-bottom: 220px solid #fff;
  border-left: 100vw solid transparent;
}

.latest-articles-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.author-job {
  margin-bottom: 18px;
  color: #3f95ff;
  font-size: 20px;
  line-height: 1.4em;
}

.author-social-media-grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #403f8b;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: 'Icons Tech Ui Kit', sans-serif;
  color: #fff;
  font-size: 20px;
}

.social-media-wrapper:hover {
  background-color: #3f95ff;
  color: #fff;
}

.rich-text h2 {
  margin-bottom: 28px;
}

.rich-text p {
  margin-bottom: 27px;
}

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

.rich-text img {
  width: 100%;
  height: 100%;
  border-radius: 38px;
  -o-object-fit: cover;
  object-fit: cover;
}

.rich-text figure {
  margin-top: 68px;
  margin-bottom: 80px;
}

.rich-text h4 {
  margin-bottom: 22px;
}

.rich-text h5 {
  margin-bottom: 20px;
}

.rich-text h6 {
  margin-bottom: 11px;
}

.rich-text li {
  margin-bottom: 16px;
}

.rich-text ul {
  margin-bottom: 38px;
  padding-left: 30px;
}

.rich-text ol {
  margin-bottom: 38px;
  padding-left: 30px;
}

.rich-text blockquote {
  margin-top: 56px;
  margin-bottom: 80px;
}

.rich-text.styleguide {
  margin-bottom: -16px;
}

.open-positions-page-grid {
  display: -ms-grid;
  display: grid;
  max-width: 781px;
  margin: -80px auto 72px;
  grid-auto-columns: 1fr;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.open-positions-page-grid.v3 {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.about-open-position-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c9b6ff;
  font-size: 22px;
  line-height: 1.091em;
}

.container-medium-909px {
  max-width: 909px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-644px {
  max-width: 644px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-644px.open-position-hero {
  text-align: center;
}

.container-large-1136px {
  max-width: 1136px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

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

.integration-categories-title {
  margin-bottom: 10px;
  color: #0d0c54;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
}

.integration-categories-title.allselector {
  color: #3f95ff;
}

.integration-categories-title.allselectorsubjects {
  font-weight: 400;
}

.integrations-grid {
  display: -ms-grid;
  display: grid;
  max-width: 805px;
  margin-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.integration-categories-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.integration-category-link {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #40406a;
  font-size: 20px;
  line-height: 1.1em;
  text-decoration: none;
}

.integration-category-link:hover {
  color: #3f95ff;
}

.integration-category-link.w--current {
  color: #3f95ff;
  font-weight: 700;
}

.integration-category-link.all {
  margin-bottom: 20px;
}

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

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

.icon-integration {
  width: 130px;
  height: 130px;
  margin-right: 42px;
  border-style: none;
  border-width: 1px;
  border-color: #efeff5;
  border-radius: 39px;
}

.integration-category-subtitle {
  text-decoration: none;
}

.integration-title-wrapper {
  margin-bottom: 17px;
}

.integration-options-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 694px;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
  padding: 11px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 150px;
  background-color: #fafafc;
}

.integration-tab-content {
  overflow: visible;
  max-width: 694px;
  margin-right: auto;
  margin-left: auto;
}

.integration-option-link {
  padding: 10px 28px;
  border-radius: 10000px;
  background-color: transparent;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #40406a;
  font-size: 16px;
  line-height: 1.375em;
}

.integration-option-link:hover {
  background-color: #3f95ff;
  color: #fff;
}

.integration-option-link.w--current {
  background-color: #3f95ff;
  color: #fff;
  font-weight: 700;
}

.integration-option-link.middle {
  margin-right: 10px;
  margin-left: 10px;
}

.container-medium-713px {
  max-width: 713px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-713px.contact-hero {
  margin-bottom: 62px;
  text-align: center;
}

.container-medium-713px.pricing-plans-top-content-hero {
  text-align: center;
}

.contact-hero-grid {
  margin-top: 71px;
  grid-column-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-contact-link {
  display: block;
  margin-bottom: 22px;
  color: #0d0c54;
  line-height: 1.111em;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.card-contact-link:hover {
  color: #3f95ff;
}

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

.contact-social-media-grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.text-area {
  max-height: 230px;
  max-width: 100%;
  min-height: 189px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 18px 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadae3;
  border-radius: 12px;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #40406a;
  font-size: 18px;
}

.text-area:hover {
  border-color: #3f95ff;
}

.text-area:focus {
  border-color: #3f95ff;
  color: #40406a;
  font-size: 18px;
}

.text-area::-webkit-input-placeholder {
  color: #717194;
}

.text-area:-ms-input-placeholder {
  color: #717194;
}

.text-area::-ms-input-placeholder {
  color: #717194;
}

.text-area::placeholder {
  color: #717194;
}

.contact-faqs-wrapper {
  padding: 150px 16px 120px;
  text-align: center;
}

.faqs-grid {
  max-width: 692px;
  margin-right: auto;
  margin-left: auto;
  grid-row-gap: 27px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.faq-content {
  margin-left: 40px;
  text-align: left;
}

.additional-utility-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.log-in-form-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-label-additional-utility-page {
  margin-bottom: 16px;
  line-height: 1em;
}

.log-in-checkbox-field {
  display: none;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.log-in-checkbox-field.sign-up {
  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;
}

.log-in-checkbox {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadae3;
  border-radius: 8px;
  -webkit-transition: box-shadow 350ms ease, border-color 350ms ease;
  transition: box-shadow 350ms ease, border-color 350ms ease;
}

.log-in-checkbox:hover {
  border-color: #3f95ff;
}

.log-in-checkbox.w--redirected-checked {
  border-color: #3f95ff;
  background-color: #3f95ff;
  background-image: url('../images/checkbox-icons-tech-ui-kit.svg');
  background-size: auto;
  box-shadow: 0 3px 8px 0 rgba(117, 69, 255, 0.24);
}

.log-in-checkbox.sign-up {
  margin-top: 5px;
}

.additional-utility-page-help-text {
  margin-bottom: 6px;
  color: #717194;
}

.additional-utility-page-link {
  text-decoration: none;
}

.log-in-help-text-wrapper {
  margin-top: 10px;
  text-align: center;
}

.sign-up-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
}

.sign-up-form-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.additional-utility-page-form-block {
  margin-bottom: 0px;
}

.forgot-password-form-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.reset-password-form-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sign-up-slider {
  width: 100%;
  height: auto;
  max-width: 546px;
  background-color: transparent;
}

.sign-up-left-arrow {
  display: none;
}

.sign-up-right-arrow {
  display: none;
}

.sign-up-slide-nav {
  bottom: -50px;
}

.sign-up-slide {
  margin-top: 70px;
  margin-right: 10px;
}

.sign-up-testimonial-name {
  margin-bottom: 10px;
  color: #0d0c54;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

.sign-up-testimonial-job {
  color: #717194;
  line-height: 1.111em;
}

.sign-up-right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 496px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-medium-760px {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.category-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-title-wrapper.pricing {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.skewed-blog-category {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-bottom: 108px solid #fff;
  border-left: 100vw solid transparent;
}

.team-member-grid {
  display: -ms-grid;
  display: grid;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-team-member-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.member-last-articles-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkout-form {
  min-height: auto;
  padding: 60px 0px 100px;
  background-color: #fff;
}

.block-header {
  padding: 30px 40px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 0px;
}

.block-content {
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.checkout-required-text {
  color: #3f95ff;
  font-size: 16px;
}

.checkout-checkbox-label {
  margin-bottom: 0px;
}

.billing-address-toggle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-checkbox {
  margin-top: 0px;
}

.items-in-order-content {
  margin-left: 0px;
}

.items-in-order-title-link {
  margin-bottom: 10px;
  line-height: 1em;
}

.apple-pay {
  height: 50px;
  border-radius: 10px;
}

.changelog-version {
  margin-bottom: 10px;
  color: #3f95ff;
}

.arrow-slider {
  display: block;
  font-family: 'Icons Tech Ui Kit', sans-serif;
  font-size: 15px;
}

.arrow-button-cta-v2 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Icons Tech Ui Kit', sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.testimonial-v2-icon-play {
  margin-left: 6px;
  font-family: 'Icons Tech Ui Kit', sans-serif;
  font-size: 2.5em;
  text-shadow: 0 4px 11px rgba(117, 69, 255, 0.34);
}

.open-position-icon-arrow {
  position: absolute;
  left: 55px;
  top: 52px;
  font-family: 'Icons Tech Ui Kit', sans-serif;
  font-size: 23px;
}

.open-position-icon-arrow.v2 {
  left: 32px;
}

.apply-arrow-icon {
  font-family: 'Icons Tech Ui Kit', sans-serif;
  font-size: 16px;
}

.icons-style-guide {
  width: 80px;
  height: 80px;
  border-radius: 18px;
}

.skewed-pricing {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-bottom: 204px solid #fff;
  border-left: 100vw solid transparent;
}

.pricing-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricing-features-grid {
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.pricing-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.pricing-feature-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;
  color: #efeff5;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.pricing-feature-icon {
  margin-right: 13px;
}

.card-pricing-top-content {
  padding: 58px 40px 41px;
  background-color: #3f95ff;
}

.card-pricing-content {
  padding: 40px 40px 46px;
}

.card-pricing-field-label {
  margin-bottom: 20px;
}

.select {
  min-height: 70px;
  margin-bottom: 0px;
  padding-right: 21px;
  padding-left: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadae3;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #40406a;
  font-size: 18px;
  line-height: 1em;
}

.select:hover {
  border-color: #3f95ff;
}

.select:focus {
  border-color: #3f95ff;
  color: #0d0c54;
  font-size: 18px;
  line-height: 1em;
}

.select::-webkit-input-placeholder {
  color: #717194;
}

.select:-ms-input-placeholder {
  color: #717194;
}

.select::-ms-input-placeholder {
  color: #717194;
}

.select::placeholder {
  color: #717194;
}

.select.card-pricing {
  margin-bottom: 33px;
}

.card-pricing-price {
  margin-bottom: 28px;
  color: #0d0c54;
  font-size: 32px;
  line-height: 1.478em;
  font-weight: 700;
}

.benefits-grid {
  margin-top: 48px;
  margin-bottom: 48px;
  grid-column-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.pricing-plans-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 54px;
  margin-bottom: 65px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-pricing-plan-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.card-pricing-plan-price {
  margin-right: 12px;
  color: #0d0c54;
  font-size: 48px;
  line-height: 1.042em;
  font-weight: 700;
}

.card-pricing-plan-price-text {
  line-height: 1.111em;
  letter-spacing: -0.03em;
}

.card-features-title {
  margin-bottom: 25px;
  color: #0d0c54;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.card-pricing-description {
  margin-bottom: 30px;
}

.card-pricing-feature-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;
  color: #0d0c54;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.card-pricing-features-grid {
  margin-bottom: 32px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.card-pricing-select-users {
  display: none;
}

.skewed-pricing-plans {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 507px;
  border-bottom: 204px solid #fff;
  border-left: 100vw solid transparent;
}

.pricing-testimonials-grid {
  grid-column-gap: 64px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-author-link {
  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;
}

.cart-wrapper {
  z-index: 9999999;
  background-color: rgba(13, 12, 84, 0.8);
}

.cart-header {
  padding: 30px 40px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-width: 0px;
}

.cart-list {
  padding-right: 40px;
  padding-left: 40px;
}

.cart-footer {
  padding: 20px 40px 30px;
  border-top-width: 0px;
}

.cart-product-wrapper {
  margin-left: 0px;
}

.cart-subtotal {
  color: #0d0c54;
  font-size: 20px;
}

.cart-product-quantity {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadae3;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #40406a;
  font-size: 18px;
  line-height: 1em;
}

.cart-product-quantity:hover {
  border-color: #3f95ff;
}

.cart-product-quantity:focus {
  border-color: #3f95ff;
  color: #40406a;
  font-size: 18px;
  line-height: 1em;
}

.cart-product-quantity::-webkit-input-placeholder {
  color: #717194;
}

.cart-product-quantity:-ms-input-placeholder {
  color: #717194;
}

.cart-product-quantity::-ms-input-placeholder {
  color: #717194;
}

.cart-product-quantity::placeholder {
  color: #717194;
}

.cart-product-title-link {
  margin-bottom: 13px;
  color: #0d0c54;
  line-height: 1em;
}

.cart-product-title-link:hover {
  color: #3f95ff;
}

.cart-product-text {
  margin-bottom: 8px;
  line-height: 1.111em;
}

.cart-product-text.last {
  margin-bottom: 18px;
}

.cart-remove-button {
  line-height: 1em;
}

.empty-state {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(13, 12, 84, 0.02), 0 6px 22px 0 rgba(13, 12, 84, 0.04);
  color: #717194;
  font-size: 20px;
  text-align: center;
}

.empty-state.pricing {
  overflow: hidden;
  margin-top: 220px;
  margin-bottom: 220px;
  border-radius: 24px;
}

.empty-state.small {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  font-size: 18px;
}

.skewed-pricing-plans-category {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 280px;
  border-bottom: 204px solid #fff;
  border-left: 100vw solid transparent;
}

.success {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 18px;
  background-color: #002a7e;
  box-shadow: 0 1px 6px 0 rgba(13, 12, 84, 0.02), 0 6px 22px 0 rgba(13, 12, 84, 0.04);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.success.contact {
  width: 100%;
  padding: 55px 47px 47px 53px;
}

.error-message {
  padding: 20px;
  border-radius: 12px;
  background-color: red;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.error-message.discount {
  background-color: #fff9fb;
  color: #ff282b;
}

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

.login-icon-text {
  font-family: 'Icons Tech Ui Kit', sans-serif;
  font-size: 19px;
}

.login-icon-text.v2 {
  color: #3f95ff;
}

.category-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 28px;
  background-color: #fff;
}

.cart-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-close-button {
  background-image: url('../images/icon-close-tech-ui-kit.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-v3 {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: transparent;
}

.container-header-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1268px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.small-print-utility-page-wrapper {
  margin-top: 160px;
}

.cta-v6-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 132px 5vw;
  -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: 40px;
  background-image: url('../images/bg-cta-v5-tech-ui-kit.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-v6-newsletter-button {
  position: absolute;
  right: 13px;
  padding: 16px 26px;
  border-radius: 10px;
  background-color: #3f95ff;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}

.cta-v6-newsletter-button:hover {
  color: #fff;
}

.cta-v6-newsletter-form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-v6-newsletter-form {
  margin-bottom: 16px;
}

.skewed-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-bottom: 283px solid #fff;
  border-left: 100vw solid transparent;
}

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

.perspective-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -120px;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(0px) rotateX(-23deg) rotateY(30deg) rotateZ(10deg) perspective(2000px);
  transform: perspective(0px) rotateX(-23deg) rotateY(30deg) rotateZ(10deg) perspective(2000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.container-medium-497px {
  max-width: 497px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-497px.pages {
  text-align: center;
}

.container-medium-497px.pages.home {
  max-width: 540px;
}

.pages-grid {
  margin-top: 63px;
  grid-column-gap: 29px;
  grid-row-gap: 66px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-ui-kit-title-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;
  text-align: center;
}

.feature-v3-image {
  width: 100%;
  border-radius: 61px;
  box-shadow: 0 30px 54px 0 rgba(117, 69, 255, 0.02), 0 4px 102px 0 rgba(15, 15, 52, 0.03);
}

.feature-v3-image.v2 {
  border-radius: 0px;
  box-shadow: none;
}

.feature-v3-tab-text-wrapper {
  overflow: hidden;
}

.feature-v3-tab-text {
  margin-top: 20px;
  margin-bottom: 0px;
}

.tab-link-feature-v3 {
  display: block;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, opacity 200ms ease-out;
  transition: border-color 200ms ease, opacity 200ms ease-out;
  cursor: pointer;
}

.tab-link-feature-v3.w--current {
  background-color: transparent;
}

.tab-link-feature-v3.center {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #dadae3;
  border-bottom: 1px solid #dadae3;
}

.empty-state-cart {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #717194;
  font-size: 20px;
  text-align: center;
}

.blog-hero-v3-wrapper {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 151px;
  text-align: center;
}

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

.blog-v3-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.7fr 0.4fr;
  grid-template-columns: 0.7fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-article-v4-content {
  padding: 29px 26px;
}

.skewed-blog-v3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 30px;
  border-bottom: 80px solid #fff;
  border-left: 100vw solid transparent;
}

.white-link {
  -webkit-transition: opacity 350ms ease, color 350ms ease;
  transition: opacity 350ms ease, color 350ms ease;
  color: #fff;
  text-decoration: underline;
}

.white-link:hover {
  opacity: 0.7;
  color: #fff;
}

.password-icon {
  width: 120px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.bold {
  color: #171663;
  font-weight: 700;
}

.checkout-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkout-title {
  padding-top: 44px;
  padding-bottom: 0px;
  background-color: #fff;
}

.discount-code {
  margin-top: 22px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 1px 0px 0px;
  border-top-color: #dadae3;
}

.button-paypal {
  margin-bottom: 4px;
}

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

.open-positions-page-grid-v2 {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-bottom: 72px;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.careers-v2-hero {
  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-container-careers-v3 {
  margin-bottom: 72px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 0.45fr;
  grid-template-columns: 1fr 0.45fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(246, 243, 255, 0.8);
  opacity: 1;
}

.modal-background.booking-modal {
  position: fixed;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.modal-background.pepe {
  position: fixed;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.modal-frame {
  position: static;
  overflow: visible;
  width: 80vw;
  height: 80vh;
  max-height: 100vh;
  max-width: 100vw;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}

.modal-frame.card {
  position: relative;
  display: block;
  overflow: scroll;
  height: 80vh;
  margin-bottom: -20px;
  padding: 20px;
  opacity: 1;
}

.modal-heading {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.small-print-2 {
  color: #dadae3;
  font-size: 16px;
  line-height: 1.5em;
}

.dropdown-icon-footer-2 {
  display: none;
}

.success-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 18px;
  background-color: #7545ff;
  box-shadow: 0 1px 6px 0 rgba(13, 12, 84, 0.02), 0 6px 22px 0 rgba(13, 12, 84, 0.04);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.footer-newsletter-button-2 {
  position: absolute;
  right: 19px;
  padding: 16px 26px;
  border-radius: 10px;
  background-color: #7545ff;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}

.footer-newsletter-button-2:hover {
  background-color: #3c16a8;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #fff;
}

.input-2 {
  min-height: 70px;
  margin-bottom: 0px;
  padding-right: 21px;
  padding-left: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadae3;
  border-radius: 12px;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #40406a;
  font-size: 18px;
  line-height: 1em;
}

.input-2:hover {
  border-color: #7545ff;
}

.input-2:focus {
  border-color: #7545ff;
  color: #40406a;
  font-size: 18px;
  line-height: 1em;
}

.input-2::-webkit-input-placeholder {
  color: #717194;
}

.input-2:-ms-input-placeholder {
  color: #717194;
}

.input-2::-ms-input-placeholder {
  color: #717194;
}

.input-2::placeholder {
  color: #717194;
}

.input-2.footer-newsletter {
  min-height: 79px;
  padding-right: 180px;
  border-color: #fff;
}

.social-media-footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #403f8b;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #fff;
  font-size: 20px;
}

.social-media-footer-2:hover {
  background-color: #fff;
  color: #7545ff;
}

.social-media-footer-2.yt {
  font-size: 18px;
}

.divider-2 {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #efeff5;
}

.divider-2.footer-divider {
  margin-top: 116px;
  margin-bottom: 44px;
  background-color: #fff;
  opacity: 0.21;
}

.divider-2.small-print-divider {
  width: 20px;
  margin: 0px 14px;
  background-color: #fff;
  opacity: 0.23;
}

.small-print-link-2 {
  color: #dadae3;
  font-size: 16px;
  line-height: 1.5em;
}

.small-print-link-2:hover {
  color: #a98bff;
}

.small-print-link-2.underline {
  text-decoration: underline;
}

.footer-link-2 {
  color: #fff;
  line-height: 1.333em;
  text-decoration: none;
}

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

.student-subtitle {
  margin-bottom: 8px;
  color: #7545ff;
  line-height: 1.111em;
  font-weight: 700;
}

.student-subtitle.light-color {
  color: #c9b6ff;
}

.student-subtitle.light-color.student {
  margin-bottom: 20px;
}

.student-cards-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 54px;
  margin-bottom: 65px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.student-action-icon {
  padding-bottom: 20px;
}

.div-block-2 {
  width: 100vw;
  height: 100vh;
}

.html-embed {
  overflow: hidden;
  width: 0vw;
  height: 0vh;
  -o-object-fit: none;
  object-fit: none;
}

.booking-embed {
  overflow: scroll;
  height: 55vh;
  margin-bottom: 20px;
}

.close {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
}

.question {
  position: static;
  left: auto;
  top: auto;
  right: 50px;
  bottom: auto;
}

.pepeha {
  text-align: center;
}

.link-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  margin-top: 20px;
  margin-right: 50px;
}

.rich-text-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.section-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.container {
  position: absolute;
  left: 0%;
  top: 30vh;
  right: 0%;
  bottom: 30vh;
  display: block;
  line-height: 40vh;
}

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

.body {
  background-color: #edb809;
  color: #3f95ff;
}

.heading-2 {
  color: #f6f3ff;
}

.paragraph-2 {
  color: #030303;
}

.acuity-embed {
  overflow: visible;
}

.booking-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.booking-button-wrapper {
  display: inline-block;
}

.booking-button-wrapper.log-in-to-book {
  margin: 10px;
}

.booking-button-wrapper.tutor-page {
  margin: 10px;
}

.close-button-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50px;
}

.paragraph-3 {
  color: #fff;
}

.dashboard-button {
  padding: 16px 36px;
  border-radius: 10px;
  background-color: #3f95ff;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}

.dashboard-button:hover {
  background-color: #002a7e;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #fff;
}

.dashboard-button.small {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 18px;
}

.dashboard-button.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.dashboard-button.full-width {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.dashboard-button.button-white {
  background-color: #fff;
  color: #3f95ff;
}

.dashboard-button.cta-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 259px;
  min-height: 142px;
  padding: 28px 31px 25px;
  -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;
  border-radius: 24px;
  font-size: 22px;
  line-height: 1.182em;
  text-align: left;
  text-decoration: none;
}

.dashboard-button.cta-v4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.dashboard-button.booking-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.dashboard-button.contact-form {
  margin-top: 13px;
  padding: 20px 50px;
}

.dashboard-button.additional-utility-page {
  display: block;
  margin-top: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dashboard-button.additional-utility-page.verify-your-email {
  display: block;
  margin-top: 2px;
}

.dashboard-button.apply-position {
  margin-top: 40px;
}

.dashboard-button.empty-cart {
  margin-top: 20px;
}

.dashboard-button.discount {
  margin-left: 0px;
  padding-top: 26px;
  padding-bottom: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.dashboard-button.welcome-dash {
  display: inline-block;
}

.go-to-classroom-button {
  display: inline-block;
}

.pepeha-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.booking {
  display: inline-block;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-div {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.typed-words {
  color: #edb809;
  font-size: 120px;
  font-weight: 700;
}

.our-name-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 49%;
  -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;
}

.origin-story-heading {
  margin-top: 18px;
}

.section-3 {
  background-color: #002a7e;
}

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

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  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;
  background-color: #3f95ff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#002a7e), color-stop(100%, #3f95ff), to(#edb809));
  background-image: linear-gradient(0deg, #002a7e, #3f95ff 100%, #edb809);
}

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

.paragraph-4 {
  color: #fff;
  text-align: center;
}

.heading-3 {
  color: #fff;
  text-align: center;
}

.button {
  display: inline-block;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.italic-text {
  position: absolute;
  text-align: center;
}

.paragraph-5 {
  color: #fff;
}

.umbrella-box {
  margin-bottom: 25px;
}

.link {
  color: #030303;
}

.link:hover {
  color: #3f95ff;
}

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

.coming-soon-badge {
  position: absolute;
  top: 25px;
  right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 34px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #3f95ff;
  color: #fff;
  font-size: 15px;
  line-height: 1.067em;
  font-weight: 700;
}

.coming-soon-badge.blog-featured {
  position: static;
  width: auto;
  height: auto;
  margin-bottom: 24px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 160px;
  background-color: #3f95ff;
  color: #fff;
  font-size: 18px;
  line-height: 1.222em;
}

.coming-soon-badge.page-ui-kit {
  position: static;
  width: auto;
  margin-left: 16px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #3f95ff;
  color: #fff;
}

.text-block-2 {
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  a {
    color: #3f95ff;
  }

  a:hover {
    color: #edb809;
  }

  .button-primary {
    position: relative;
    display: inline-block;
    border-style: none;
    border-width: 0px;
  }

  .button-primary.booking-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .button-primary.booking-button-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .header {
    position: static;
  }

  .section.hero-v2 {
    padding-bottom: 160px;
  }

  .section.about-hero {
    padding-top: 160px;
  }

  .section.open-positions-hero {
    padding-top: 160px;
    background-color: #002a7e;
    background-image: none;
  }

  .section.contact-hero {
    padding-top: 160px;
    padding-bottom: 191px;
    background-color: #002a7e;
  }

  .section.faqs {
    display: none;
  }

  .section.additional-utility-page {
    padding-top: 32px;
    background-color: #002a7e;
  }

  .section.team-member-hero {
    background-color: #002a7e;
  }

  .section.student-hero {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #002a7e;
  }

  .split-content.sign-up-left {
    background-color: #002a7e;
    background-image: none;
  }

  .container-header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brand.sign-up-brand {
    margin-bottom: 48px;
  }

  ._2-buttons.cta-v4 {
    -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;
  }

  .title.cta-v1 {
    color: #fff;
  }

  .paragraph.cta-v2 {
    display: none;
  }

  .image.about-hero {
    border-radius: 20px;
  }

  .subtitle.light-color {
    color: #edb809;
  }

  .container-medium-580px.student {
    margin-top: 5vw;
  }

  .cta-v1-wrapper {
    background-color: #002a7e;
  }

  .card.log-in {
    min-height: auto;
  }

  .card.action-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.action-card.tutor {
    margin-top: 40px;
  }

  .card.video-embed {
    margin-top: 79px;
  }

  .footef-links-block {
    display: none;
  }

  .button-header {
    background-color: #3f95ff;
  }

  .cta-v3-wrapper {
    background-color: #cde4eb;
  }

  .integration-option-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .log-in-checkbox-field {
    display: none;
  }

  .team-member-grid {
    display: none;
  }

  .small-print-utility-page-wrapper {
    margin-top: 10px;
  }

  .cta-v6-wrapper {
    background-color: #002a7e;
    background-image: none;
  }

  .cta-v6-newsletter-button:hover {
    background-color: #edb809;
  }

  .modal-background {
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(246, 243, 255, 0.8);
  }

  .modal-background.booking-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
  }

  .modal-background.modal2 {
    display: none;
  }

  .modal-background.pepe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .modal-frame {
    width: 80vw;
    height: 100vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .modal-frame.card {
    position: relative;
    z-index: 9999;
    overflow: scroll;
    width: 70vw;
    max-height: 80vw;
    max-width: 1048px;
    margin-bottom: -20px;
    padding-top: 40px;
    padding-bottom: 20px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .booking-embed {
    display: block;
    overflow: scroll;
    margin-bottom: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .close {
    position: absolute;
    left: auto;
    top: 20px;
    right: 20px;
    bottom: auto;
    display: block;
    text-align: right;
  }

  .video-embed {
    padding: 20px;
    border-radius: 20px;
  }

  .question {
    position: absolute;
    left: auto;
    top: 20px;
    right: 50px;
    bottom: auto;
    display: block;
    text-align: right;
  }

  .section-2 {
    background-color: #edb809;
  }

  .acuity-embed {
    overflow: visible;
    width: 100vw;
    margin-bottom: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .modal-content {
    overflow: scroll;
    margin-bottom: -20px;
    padding-bottom: 20px;
    color: #a0aec0;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .scroll-container {
    overflow: scroll;
  }

  .booking-modal {
    display: none;
    overflow: visible;
  }

  .booking-button-wrapper {
    display: inline-block;
  }

  .dashboard-button {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    border-style: none;
    border-width: 0px;
  }

  .dashboard-button.booking-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .dashboard-button.get {
    margin-right: 5px;
  }

  .dashboard-button.cancel {
    margin-left: 10px;
  }

  .go-to-classroom-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .get-and-cancel-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .donate-button {
    display: block;
  }

  .pepeha-modal {
    display: none;
    overflow: visible;
  }

  .modal-wrapper {
    display: none;
    background-image: linear-gradient(45deg, rgba(0, 42, 126, 0.9), #3f95ff 100%, rgba(63, 149, 255, 0.85));
  }

  .container-2 {
    display: block;
    text-align: center;
  }

  .paragraph-4 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .div-block-6 {
    position: absolute;
    left: auto;
    top: 20px;
    right: 20px;
    bottom: auto;
    width: 30px;
    padding: 5px;
  }

  .text-span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 47px;
  }

  .styleguide-sidebar {
    display: none;
  }

  .container-default.checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .styleguide-content {
    margin-left: 0px;
  }

  .styleguide-seccion {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .styleguide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .styleguide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-secondary.integration-v2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .header-navigation {
    margin-top: 20px;
    -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;
  }

  .nav-item-wrapper {
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
  }

  .nav-item-wrapper.button-header-mobile {
    display: block;
  }

  .nav-item-wrapper.login-mobile {
    display: block;
    padding-top: 20vh;
    padding-bottom: 0px;
  }

  .nav-link {
    display: block;
    color: #fff;
    font-size: 32px;
  }

  .nav-link.cart-link {
    display: none;
    font-size: 18px;
  }

  .nav-link.login {
    display: none;
  }

  .nav-link.login.mobile {
    display: block;
    margin-right: 0vw;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
  }

  .nav-link.login.mobile.v2 {
    color: #0d0c54;
  }

  .nav-link.login.mobile.v2:hover {
    color: #3f95ff;
  }

  .menu-button {
    position: relative;
    z-index: 100;
    overflow: hidden;
    width: 52px;
    height: 52px;
    min-width: 52px;
    padding: 0px;
    border-radius: 10px;
    background-color: #3f95ff;
    -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
    transition: background-color 350ms ease, -webkit-transform 350ms ease;
    transition: background-color 350ms ease, transform 350ms ease;
    transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button:hover {
    background-color: #3c16a8;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  .menu-button.w--open {
    background-color: #3f95ff;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  .nav-menu {
    overflow: auto;
    width: 100%;
    padding: 116px 24px 36px;
    background-color: #002a7e;
  }

  .nav-menu.light {
    background-color: #fff;
  }

  .footer {
    padding-top: 100px;
    background-position: 50% 0%;
    background-size: contain;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.hero-v1 {
    padding-top: 140px;
  }

  .section.why-v1 {
    padding-top: 100px;
  }

  .section.hero-v2 {
    padding-top: 140px;
  }

  .section.companies-v2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.features-v2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.integration-v2 {
    padding-top: 120px;
  }

  .section.hero-v3 {
    padding-top: 100px;
  }

  .section.companies-v3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.why-v3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.features-v3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.about-hero {
    padding-top: 160px;
  }

  .section.achievements {
    padding-bottom: 120px;
  }

  .section.our-offices {
    padding-bottom: 120px;
  }

  .section.blog-hero-v1 {
    padding-top: 160px;
  }

  .section.blog-v1 {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .section.blog-hero-v2 {
    padding-top: 160px;
  }

  .section.blog-v2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.blog-post-hero {
    padding-top: 160px;
  }

  .section.blog-post {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .section.latest-articles {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.open-positions-hero {
    padding-top: 160px;
  }

  .section.open-positions-hero.v2 {
    padding-bottom: 0px;
  }

  .section.open-positions-page {
    padding-bottom: 120px;
  }

  .section.open-positions-page.v2 {
    padding-top: 198px;
  }

  .section.open-positions-page.v3 {
    padding-top: 80px;
  }

  .section.open-position-hero {
    padding-top: 160px;
    padding-bottom: 260px;
  }

  .section.integrations-hero {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .section.integrations {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.integration {
    padding-top: 80px;
  }

  .section.contact-hero {
    padding-top: 160px;
  }

  .section.contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.terms {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .section.blog-category {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .section.blog-category-content {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .section.team-member-bio {
    padding-bottom: 120px;
  }

  .section.member-latest-articles {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.pricing-hero {
    padding-top: 160px;
  }

  .section.team-member-hero {
    padding-top: 140px;
  }

  .section.pricing-plans-hero {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .section.pricing-testimonials {
    padding-top: 120px;
  }

  .section.pricing-plans-category {
    padding-top: 160px;
  }

  .section.home-hero {
    padding-top: 140px;
  }

  .section.pages {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .section.blog-v3 {
    padding-top: 80px;
  }

  .section.blog-hero-v4 {
    padding-bottom: 102px;
  }

  .section.member-latest-articles {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.student-hero {
    padding-top: 140px;
  }

  .section.subject-info {
    padding-top: 80px;
  }

  .divider.card-article-v1-about {
    margin-right: 3vw;
    margin-left: 3vw;
  }

  .divider.footer-divider {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .divider.card-article-v3-about {
    margin-right: 3vw;
    margin-left: 3vw;
  }

  .divider.card-contact {
    margin-left: 0px;
  }

  .utility-page-wrap {
    height: 870px;
  }

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

  .split-content.hero-v1-left {
    max-width: 596px;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .split-content.why-v1-left {
    margin-bottom: 60px;
  }

  .split-content.testimonial-v1-left {
    max-width: 463px;
    margin-bottom: 100px;
  }

  .split-content.cta-v1 {
    margin-right: 10px;
  }

  .split-content.cta-v2 {
    max-width: 650px;
    min-width: auto;
    margin-right: 0px;
  }

  .split-content.feature-content {
    max-width: 48%;
  }

  .split-content.small-print-left {
    margin-bottom: 20px;
  }

  .split-content.cta-v3-center {
    margin-right: 0px;
  }

  .split-content.integration-v2-left {
    margin-bottom: 40px;
  }

  .split-content.testimonial-v2-right {
    max-width: 365px;
  }

  .split-content.articles-section-v2-left {
    margin-bottom: 40px;
  }

  .split-content.cta-v4-left {
    max-width: 650px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.hero-v3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 597px;
    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;
  }

  .split-content.cta-v5-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.cta-v5-right {
    width: 100%;
    max-width: 485px;
  }

  .split-content.articles-section-v3-left {
    margin-bottom: 40px;
  }

  .split-content.our-story-left {
    max-width: 458px;
    margin-bottom: 60px;
  }

  .split-content.blog-hero-v1-left {
    margin-bottom: 60px;
  }

  .split-content.integration-top-left {
    margin-right: 40px;
  }

  .split-content.contact-left {
    margin-bottom: 60px;
  }

  .split-content.sign-up-left {
    position: static;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .split-content.sign-up-right {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .split-content.pricing-hero-left {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .split-content.hero-home-left {
    max-width: 595px;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .split-content.hero-home-right {
    max-width: 100%;
  }

  .split-content.careers-v2 {
    max-width: 580px;
    margin-right: 0px;
    margin-bottom: 48px;
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .brand {
    z-index: 100;
  }

  .brand.w--current {
    z-index: 100;
  }

  .brand.sign-up-brand {
    margin-bottom: 60px;
  }

  .title.cta-v1 {
    margin-bottom: 40px;
  }

  .title.dropdown {
    display: none;
  }

  .title.cta-v2 {
    margin-bottom: 40px;
  }

  .title.companies-v2 {
    margin-right: 0px;
    margin-bottom: 40px;
    text-align: center;
  }

  .title.cta-v3 {
    margin-bottom: 40px;
  }

  .title.companies-v3 {
    margin-bottom: 40px;
  }

  .title.cta-v5 {
    margin-bottom: 20px;
  }

  .title.integrations-v2 {
    margin-right: auto;
    margin-left: auto;
  }

  .title.blog-v2 {
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .title.blog-featured {
    max-width: 382px;
  }

  .title.open-positions-page {
    max-width: 631px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.open-positions-page.v2 {
    max-width: 100%;
  }

  .title.sign-up {
    margin-bottom: 20px;
  }

  .title.cta-v6 {
    margin-bottom: 20px;
  }

  .title.home {
    min-width: auto;
  }

  .paragraph.cta-v2 {
    display: none;
  }

  .paragraph.integration-v1 {
    max-width: 500px;
  }

  .paragraph.footer-paragraph {
    max-width: 446px;
  }

  .paragraph.cta-v2-mobile {
    display: block;
    margin-bottom: 40px;
  }

  .paragraph.integration-v2 {
    max-width: 500px;
  }

  .paragraph.cta-v4 {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.why-v3 {
    max-width: 410px;
  }

  .paragraph.blog-hero-newsletter {
    margin-bottom: 0px;
  }

  .paragraph.blog-featured {
    max-width: 382px;
  }

  .paragraph.author {
    max-width: 658px;
  }

  .paragraph.integrations-contact {
    margin-bottom: 20px;
  }

  .paragraph.footer-paragraph {
    max-width: 446px;
  }

  .space.blog-v2 {
    height: 40px;
  }

  .image.hero-v1 {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .image.why-v1-01 {
    max-width: 79%;
  }

  .image.why-v1-02 {
    left: auto;
    top: 89px;
    right: 0px;
    max-width: 46%;
  }

  .image.why-v1-03 {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 65%;
    margin-top: 65px;
    margin-left: 50px;
  }

  .image.feature {
    margin-right: 24px;
  }

  .image.feature-2 {
    margin-left: 24px;
  }

  .image.feature-3 {
    margin-right: 24px;
  }

  .image.hero-v2 {
    width: 100%;
    max-width: 754px;
    border-radius: 30px;
  }

  .image.testimonial-v2-video {
    width: 100%;
  }

  .image.hero-v3-01 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image.hero-v3-02 {
    right: -55px;
    border-radius: 28px;
  }

  .image.about-hero {
    margin-top: 60px;
  }

  .image.blog-hero-newsletter {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .image.blog-newsletter {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .image.blog-newsletter.v2 {
    margin-right: 0px;
    margin-bottom: 26px;
  }

  .image.blog-hero-newsletter {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .companies-v1-grid {
    grid-column-gap: 5vw;
  }

  .bg.hero-v1 {
    width: 150%;
    height: 150%;
    max-width: 150%;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .bg.hero-v2 {
    padding-bottom: 53px;
  }

  .bg.about-hero {
    padding-bottom: 100px;
  }

  .bg.our-values {
    display: none;
  }

  .bg.blog-hero-v1 {
    padding-bottom: 80px;
  }

  .bg.blog-hero-v2 {
    padding-bottom: 120px;
  }

  .bg.blog-post {
    padding-bottom: 90px;
  }

  .bg.hero-home {
    width: 150%;
    height: 150%;
    max-width: 150%;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .bg.blog-hero-v3 {
    padding-bottom: 0px;
  }

  .cta-v1-wrapper {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .testimonials-v1-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-v2-wrapper {
    padding: 100px 40px;
  }

  .skewed-home-v1 {
    border-bottom-width: 382px;
  }

  .testimonials-v1-slider {
    width: 100%;
  }

  .features-v1-tab-link {
    padding-right: 13px;
  }

  .testimonials-v1-left-arrow {
    left: 0px;
    top: -50px;
    right: auto;
  }

  .testimonial-v1-slide {
    max-width: 100%;
  }

  .card.our-values {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.blog-hero-newsletter {
    max-width: 754px;
    margin-bottom: -121px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .card.blog-newsletter {
    max-width: 804px;
  }

  .card.blog-newsletter.v3 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.author {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.contact-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 56px;
    padding-right: 56px;
    padding-left: 56px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card.contact {
    max-width: none;
  }

  .card.pricing {
    max-width: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .integrations-v1-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-wrapper.our-team {
    width: 68px;
    height: 68px;
    min-width: 68px;
    margin-bottom: 0px;
  }

  .image-wrapper.blog-article-featured {
    max-width: 50%;
  }

  .image-wrapper.integration {
    margin-bottom: 60px;
  }

  .image-wrapper.card-contact {
    width: 120px;
    height: 120px;
    min-width: 120px;
    margin: 0px 40px 0px 0px;
    border-radius: 30px;
  }

  .image-wrapper.hero-v1 {
    max-width: 688px;
    margin-right: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .articles-v1-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-article-v1-about-wrapper {
    -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;
  }

  .testimonials-v1-right-arrow {
    left: 220px;
    top: -50px;
    right: auto;
  }

  .footef-links-block {
    width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.21);
  }

  .footef-links-block.main {
    max-width: 436px;
    margin-bottom: 60px;
    border-bottom-width: 0px;
  }

  .footef-links-block.last {
    border-bottom-width: 0px;
  }

  .footer-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-icon-footer {
    display: block;
    font-family: 'Icons Tech Ui Kit', sans-serif;
    font-size: 0.6em;
    line-height: 1em;
  }

  .footer-mobile-content {
    overflow: hidden;
    margin-bottom: 15px;
    text-align: left;
  }

  .footer-mobile-title {
    padding-top: 28px;
    padding-bottom: 22px;
    cursor: pointer;
  }

  .footer-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .small-print-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-header {
    display: block;
    margin-right: 2vw;
  }

  .button-header.mobile {
    margin-right: 0vw;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #3f95ff;
    -webkit-transition: border-color 350ms ease, background-color 350ms ease;
    transition: border-color 350ms ease, background-color 350ms ease;
    font-size: 24px;
  }

  .button-header.mobile:hover {
    border-color: #fff;
    background-color: transparent;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .button-header.mobile.v2:hover {
    border-color: #3f95ff;
    color: #3f95ff;
  }

  .button-header.tutor-page {
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-list {
    margin-top: 0px;
    box-shadow: none;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .dropdown-grid {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .drop-div {
    padding-right: 30px;
    padding-left: 0px;
    background-color: transparent;
  }

  .drop-div.last {
    width: 100%;
    padding-right: 20px;
    padding-left: 0px;
    background-color: transparent;
  }

  .dropdown-text {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .drop-grid {
    grid-column-gap: 30px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .icon-dropdown {
    font-size: 20px;
  }

  .dropdown-link.mobile-dark {
    color: #0d0c54;
  }

  .dropdown-link.mobile-dark:hover {
    color: #3f95ff;
  }

  .collection-list {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 40px;
    grid-row-gap: 32px;
  }

  .skewed-home-v2 {
    margin-bottom: 53px;
    border-bottom-width: 200px;
  }

  .hero-v2-content {
    margin-bottom: 60px;
  }

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

  .companies-v2-grid {
    grid-column-gap: 5vw;
    grid-row-gap: 40px;
  }

  .why-v2-wrapper {
    padding-top: 80px;
  }

  .top-content {
    margin-bottom: 60px;
  }

  .top-content.integrations-v2 {
    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;
  }

  .top-content.articles-section-v2 {
    -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;
  }

  .top-content.integrations-v3 {
    margin-bottom: 100px;
  }

  .top-content.articles-section-v3 {
    -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;
  }

  .top-content.blog-v2 {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .features-v2-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .cta-v3-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .integrations-v2-grid {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonials-v2-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testimonial-v2-video-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-right: 0px;
  }

  .testimonial-v2-play-button-wrapper {
    width: 30%;
    height: 53%;
  }

  .testimonial-v2-play-button {
    width: 150px;
    height: 150px;
    font-size: 24px;
  }

  .articles-v2-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-v4-wrapper {
    padding: 100px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .header-v2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .hero-v3-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .home-v3-newsletter-form {
    max-width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .hero-v3-image-wrapper {
    max-width: 100%;
  }

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

  .companies-v3-grid {
    grid-column-gap: 5vw;
  }

  .why-v3-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .features-v3-tabs {
    -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;
  }

  .features-v3-tabs-menu {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .cta-v5-wrapper {
    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;
    text-align: center;
  }

  .features-v3-tab-content {
    max-width: 100%;
  }

  .integration-v3-slide {
    max-width: 100%;
  }

  .integrations-v3-left-arrow {
    left: 0px;
    top: -50px;
    right: auto;
  }

  .integrations-v3-right-arrow {
    left: 220px;
    top: -50px;
    right: auto;
  }

  .articles-v3-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .skewed-about {
    margin-bottom: 100px;
    border-bottom-width: 160px;
  }

  .container-medium-837px.blog-post-hero {
    margin-bottom: 80px;
  }

  .container-medium-837px.careers-v3 {
    max-width: 560px;
  }

  .achievements-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 29px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .our-story-wrapper {
    padding: 120px 60px;
    -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;
  }

  .our-story-images-wrapper {
    max-width: 523px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .our-values-grid {
    grid-row-gap: 40px;
  }

  .our-values-icon-wrapper {
    margin-bottom: 25px;
  }

  .our-team-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .card-our-team-top-content-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .our-offices-grid {
    margin-bottom: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 5vw;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

  .our-office-wrapper {
    max-width: 251px;
  }

  .icon-office-contact {
    margin-right: 10px;
  }

  .open-positions-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .open-positions-grid {
    margin-bottom: 60px;
  }

  .card-author-name-wrapper {
    margin-bottom: 0px;
  }

  .skewed-blog-v1 {
    margin-bottom: 80px;
    border-bottom-width: 160px;
  }

  .blog-hero-v1-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-categories-wrapper.blog-v2 {
    margin-bottom: 20px;
  }

  .blog-v1-grid {
    max-width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .skewed-blog-v2 {
    margin-bottom: 120px;
  }

  .blog-hero-v2-wrapper {
    margin-bottom: 80px;
  }

  .card-article-featured-content {
    padding: 60px 40px;
  }

  .blog-v2-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-v2-grid {
    max-width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .blog-newsletter-form {
    max-width: 100%;
  }

  .blog-hero-newsletter-top-content {
    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;
  }

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

  .newsletter-top-content.careers-v3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .skewed-wrapper.blog-v3 {
    display: none;
  }

  .skewed-blog-post {
    margin-bottom: 90px;
  }

  .latest-articles-grid {
    max-width: 754px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-post-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-post-sidebar {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .rich-text figure {
    margin: 60px 0px 70px;
  }

  .rich-text blockquote {
    margin-top: 50px;
    margin-bottom: 70px;
  }

  .open-positions-page-grid {
    margin-bottom: 60px;
  }

  .integrations-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .icon-integration {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 20px;
    border-radius: 29px;
  }

  .integration-options-wrapper {
    margin-bottom: 40px;
  }

  .container-medium-713px.contact-hero {
    margin-bottom: 60px;
  }

  .contact-hero-grid {
    max-width: 692px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .contact-faqs-wrapper {
    padding-top: 120px;
  }

  .card-contact-content-wrapper {
    text-align: left;
  }

  .sign-up-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .member-last-articles-title-wrapper {
    margin-right: 20px;
  }

  .open-position-icon-arrow {
    top: 50px;
  }

  .skewed-pricing {
    border-bottom-width: 382px;
  }

  .pricing-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .benefits-grid {
    grid-column-gap: 40px;
  }

  .pricing-plans-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .skewed-pricing-plans {
    border-bottom-width: 160px;
  }

  .pricing-testimonials-grid {
    grid-column-gap: 20px;
  }

  .menu-button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }

  .menu-line-top {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #fff;
  }

  .menu-line-middle {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .menu-line-bottom {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .empty-state.pricing {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .skewed-pricing-plans-category {
    border-bottom-width: 160px;
  }

  .menu-button-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button-wrapper:hover {
    background-color: #edb809;
  }

  .login-icon-text {
    font-size: 24px;
  }

  .header-v3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .small-print-utility-page-wrapper {
    margin-top: 140px;
  }

  .cta-v6-wrapper {
    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;
    text-align: center;
  }

  .skewed-home {
    border-bottom-width: 382px;
  }

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

  .perspective-wrapper {
    margin-right: 0px;
  }

  .pages-grid {
    margin-top: 60px;
    grid-row-gap: 60px;
  }

  .feature-v3-tab-text {
    max-width: 449px;
  }

  .blog-hero-v3-wrapper {
    padding-bottom: 0px;
  }

  .skewed-blog-v3 {
    margin-bottom: 114px;
  }

  .checkout-body {
    margin-right: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .checkout-sidebar {
    margin-top: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .card-article-v4-about-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .open-positions-page-grid-v2 {
    margin-bottom: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .careers-v2-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid-container-careers-v3 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-icon-footer-2 {
    display: block;
    font-size: 0.6em;
    line-height: 1em;
  }

  .divider-2.footer-divider {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .student-cards-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .booking-button-wrapper {
    margin: 10px;
  }

  .our-name-logo-wrapper {
    max-width: 523px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 39px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 19px;
  }

  blockquote {
    padding: 40px 49px;
    font-size: 25px;
  }

  figcaption {
    left: 20px;
    bottom: 20px;
    max-width: 300px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .styleguide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .styleguide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-large.testimonial-v3 {
    text-align: left;
  }

  .styleguide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .styleguide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary.cta-v2 {
    margin-bottom: 20px;
  }

  .button-primary.apply-position {
    margin-top: 30px;
  }

  .button-secondary.w--current {
    margin-top: 10px;
  }

  .button-secondary.cta-v2 {
    margin-bottom: 20px;
  }

  .header {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .nav-item-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link {
    font-size: 28px;
  }

  .nav-link.login.mobile {
    font-size: 20px;
  }

  .menu-button {
    width: 47px;
    height: 47px;
    min-width: 47px;
  }

  .nav-menu {
    padding-top: 100px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .section.hero-v1 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.companies-v1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.why-v1 {
    padding-top: 80px;
  }

  .section.features-v1 {
    padding-bottom: 100px;
  }

  .section.hero-v2 {
    padding-top: 120px;
  }

  .section.companies-v2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.features-v2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.integration-v2 {
    padding-top: 100px;
  }

  .section.hero-v3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.companies-v3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.why-v3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.features-v3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.articles-section-v3 {
    padding-bottom: 100px;
  }

  .section.about-hero {
    padding-top: 140px;
  }

  .section.achievements {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.our-team {
    padding-bottom: 100px;
  }

  .section.our-offices {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.blog-hero-v1 {
    padding-top: 140px;
  }

  .section.blog-v1 {
    padding-bottom: 100px;
  }

  .section.blog-hero-v2 {
    padding-top: 140px;
  }

  .section.blog-v2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.blog-post-hero {
    padding-top: 140px;
  }

  .section.blog-post {
    padding-bottom: 100px;
  }

  .section.latest-articles {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.open-positions-hero {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .section.open-positions-page {
    padding-bottom: 100px;
  }

  .section.open-positions-page.v3 {
    padding-top: 60px;
  }

  .section.open-position-hero {
    padding-top: 140px;
  }

  .section.about-this-position {
    padding-bottom: 100px;
  }

  .section.integrations-hero {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section.integrations {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.integration {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.contact-hero {
    padding-top: 140px;
  }

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

  .section.terms {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section.blog-category {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.blog-category-content {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .section.team-member-bio {
    padding-bottom: 100px;
  }

  .section.member-latest-articles {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.pricing-hero {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .section.benefits {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.team-member-hero {
    padding-top: 120px;
  }

  .section.pricing-plans-hero {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.pricing-testimonials {
    padding-top: 100px;
  }

  .section.pricing-plans-category {
    padding-top: 140px;
  }

  .section.home-hero {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .section.pages {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section.member-latest-articles {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.student-hero {
    padding-top: 120px;
  }

  .section.subject-info {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .divider.card-article-v1 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

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

  .divider.card-open-position-about {
    margin-right: 10px;
    margin-left: 10px;
  }

  .divider.card-article-featured-about {
    margin-right: 2vw;
    margin-left: 2vw;
  }

  .divider.sign-up-testimonial {
    margin-top: 40px;
    margin-bottom: 28px;
  }

  .utility-page-wrap {
    height: 840px;
  }

  .utility-page-content-password {
    padding-right: 32px;
    padding-left: 32px;
  }

  ._404-title {
    font-size: 150px;
    line-height: 120px;
  }

  .split-content.testimonial-v1-left {
    margin-bottom: 100px;
  }

  .split-content.cta-v1 {
    max-width: 557px;
    margin-right: 0px;
    margin-bottom: 60px;
    text-align: center;
  }

  .split-content.feature-content {
    max-width: 453px;
  }

  .split-content.cta-v3-center {
    max-width: 557px;
    text-align: center;
  }

  .split-content.hero-v3 {
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .split-content.cta-v5-left {
    max-width: 557px;
    text-align: center;
  }

  .split-content.integration-v3-left {
    max-width: 514px;
  }

  .split-content.articles-section-v3-left {
    margin-bottom: 40px;
  }

  .split-content.our-story-left {
    margin-bottom: 40px;
  }

  .split-content.blog-hero-v1-left {
    margin-bottom: 40px;
  }

  .split-content.integration-top-left {
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.contact-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.sign-up-left {
    padding-right: 24px;
    padding-left: 24px;
  }

  .split-content.sign-up-right {
    padding-right: 24px;
    padding-bottom: 80px;
    padding-left: 24px;
  }

  .split-content.blog-category-left {
    margin-bottom: 40px;
  }

  .split-content.pricing-hero-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.pricing-testimonial-top-left {
    margin-bottom: 40px;
  }

  .split-content.perspective-left {
    margin-top: 60px;
  }

  .brand.sign-up-brand {
    margin-bottom: 40px;
  }

  ._2-buttons.cta-v2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .title.cta-v1 {
    font-size: 28px;
  }

  .title.cta-v2 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .title.companies-v2 {
    font-size: 21px;
    text-align: left;
  }

  .title.why-v2 {
    margin-bottom: 10px;
  }

  .title.why-v2-main-title {
    margin-left: 0px;
  }

  .title.cta-v3 {
    font-size: 28px;
  }

  .title.cta-v4 {
    font-size: 28px;
  }

  .title.why-v1 {
    max-width: 430px;
  }

  .title.articles-section-v1 {
    max-width: 430px;
  }

  .title.cta-v5 {
    font-size: 28px;
  }

  .title.integrations-v2 {
    margin-left: 0px;
  }

  .title.integrations-v3 {
    margin-left: 0px;
  }

  .title.testimonials-v3 {
    margin-left: 0px;
  }

  .title.article-v3 {
    margin-bottom: 10px;
  }

  .title.about-hero {
    margin-bottom: 20px;
  }

  .title.office {
    margin-bottom: 20px;
  }

  .title.blog-hero-newsletter {
    margin-bottom: 10px;
  }

  .title.blog-hero-v2 {
    margin-bottom: 20px;
  }

  .title.blog-post {
    margin-bottom: 20px;
  }

  .title.latest-articles {
    margin-bottom: 30px;
  }

  .title.open-positions-page {
    max-width: 552px;
    margin-left: 0px;
  }

  .title.faqs {
    margin-left: 0px;
  }

  .title.additional-utility-page {
    font-size: 29px;
  }

  .title.sign-up {
    margin-bottom: 10px;
  }

  .title.not-found {
    font-size: 34px;
  }

  .title.article-v1 {
    margin-bottom: 10px;
  }

  .title.article-v2 {
    margin-bottom: 10px;
  }

  .title.cta-v6 {
    font-size: 28px;
  }

  .title.home {
    margin-bottom: 20px;
  }

  .title.page-ui-kit {
    font-size: 24px;
  }

  .title.careers-hero-v3 {
    margin-bottom: 20px;
  }

  .paragraph.hero-v1 {
    margin-bottom: 40px;
  }

  .paragraph.hero-v2 {
    margin-bottom: 40px;
  }

  .paragraph.hero-v3 {
    margin-bottom: 40px;
  }

  .paragraph.features-v3 {
    margin-left: 0px;
  }

  .paragraph.about-hero {
    margin-left: 0px;
  }

  .paragraph.our-team {
    max-width: 439px;
  }

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

  .paragraph.open-positions {
    margin-left: 0px;
  }

  .paragraph.contact-hero {
    margin-left: 0px;
  }

  .paragraph.faqs {
    margin-left: 0px;
  }

  .paragraph.team-member {
    margin-right: 20px;
    margin-left: 20px;
  }

  .paragraph.home {
    margin-bottom: 40px;
  }

  .paragraph.careers-v3 {
    margin-left: 0px;
  }

  .paragraph.team-member {
    margin-right: 20px;
    margin-left: 20px;
  }

  .space.integrations {
    height: 40px;
  }

  .space.faq {
    height: 20px;
  }

  .image.why-v1-01 {
    border-radius: 30px;
  }

  .image.why-v1-02 {
    border-radius: 30px;
  }

  .image.why-v1-03 {
    border-radius: 30px;
  }

  .image.feature {
    max-width: 100%;
    margin-top: 40px;
    margin-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image.feature-2 {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0px;
  }

  .image.feature-3 {
    max-width: 100%;
    margin-top: 40px;
    margin-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image.hero-v2 {
    max-width: 100%;
    border-radius: 25px;
  }

  .image.hero-v3-01 {
    border-radius: 35px;
  }

  .image.hero-v3-02 {
    right: 41px;
    max-width: 32%;
    border-radius: 22px;
  }

  .image.why-v3-main-image {
    border-radius: 32px;
  }

  .image.testimonial-tab-link-v3 {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image.about-hero {
    margin-top: 40px;
    border-radius: 18px;
  }

  .image.our-story-1 {
    max-width: 50%;
    border-radius: 25px;
  }

  .image.our-story-2 {
    max-width: 50%;
    margin-right: 23px;
    border-radius: 25px;
  }

  .image.blog-hero-newsletter {
    width: 140px;
    margin-bottom: 20px;
    border-radius: 33px;
  }

  .image.blog-newsletter {
    width: 140px;
    margin-bottom: 20px;
    border-radius: 24px;
  }

  .image.blog-post-main {
    border-radius: 30px;
  }

  .image.benefit {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-bottom: 20px;
  }

  .image.blog-hero-newsletter {
    width: 140px;
    margin-bottom: 20px;
    border-radius: 33px;
  }

  .companies-v1-grid {
    grid-auto-columns: 1fr;
    grid-column-gap: 20vw;
    grid-row-gap: 40px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .bg.hero-v1 {
    width: 160%;
    height: 160%;
    max-width: 160%;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .bg.about-hero {
    padding-bottom: 50px;
  }

  .bg.blog-hero-v2 {
    padding-bottom: 30px;
  }

  .bg.blog-post {
    padding-bottom: 10px;
  }

  .bg.hero-home {
    width: 160%;
    height: 160%;
    max-width: 160%;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .bg.blog-hero-v3 {
    padding-bottom: 30px;
  }

  .subtitle.light-color {
    color: #edb809;
  }

  .subtitle.light-color.blog-hero-v2 {
    margin-bottom: 20px;
  }

  .subtitle.light-color.contact {
    margin-bottom: 10px;
  }

  .subtitle.faqs {
    margin-left: 0px;
  }

  .container-medium-580px.features-v1 {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.integrations-v1 {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.articles-section-v1 {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.features-v2 {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.why-v3 {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.features-v3 {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.testimonials-v3 {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.our-values {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.our-offices {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.benefits {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.custom-plan {
    margin-left: 0px;
    text-align: left;
  }

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

  .testimonials-v1-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-v2-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .skewed-home-v1 {
    border-bottom-width: 280px;
  }

  .flex-vc {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .features-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .testimonials-v1-slider {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .features-v1-tab-link {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .feature-icon-wrappper {
    margin-bottom: 20px;
  }

  .testimonials-v1-left-arrow {
    position: absolute;
  }

  .card.testimonial-v1 {
    padding: 60px 30px;
  }

  .card.integration-v1 {
    width: 100%;
  }

  .card.testimonials-v3-tab-content {
    margin-bottom: 40px;
    padding: 60px 40px;
  }

  .card.achievement {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.open-position {
    padding-right: 40px;
    padding-left: 80px;
    border-radius: 18px;
  }

  .card.blog-hero-newsletter {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.blog-article-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.blog-newsletter {
    padding-right: 29px;
    padding-left: 29px;
  }

  .card.author {
    margin-top: 40px;
    padding: 50px 30px;
  }

  .card.open-position-page {
    padding: 60px 40px;
  }

  .card.contact-hero {
    padding: 50px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.contact {
    padding: 50px 40px 40px;
  }

  .card.faq {
    padding: 30px 40px 40px;
  }

  .card.sign-up-testimonial {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .card.pricing {
    max-width: 100%;
  }

  .card.about-team-member {
    padding: 65px 40px 70px;
  }

  .card.card-cart {
    max-width: 450px;
  }

  .testimonial-v1-about-wrapper {
    margin-top: 32px;
  }

  .testimonial-v1-name {
    font-size: 20px;
  }

  .testimonial-mask {
    min-width: 110%;
  }

  .integrations-v1-grid {
    margin-top: 40px;
    margin-bottom: 40px;
    justify-items: start;
    grid-row-gap: 24px;
  }

  .image-wrapper.article-v2 {
    margin-bottom: 15px;
  }

  .image-wrapper.article-v3 {
    margin-bottom: 20px;
  }

  .image-wrapper.blog-article-featured {
    max-width: none;
  }

  .image-wrapper.integration {
    border-radius: 30px;
  }

  .image-wrapper.card-contact {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-bottom: 30px;
    border-radius: 20px;
  }

  .image-wrapper.hero-v1 {
    max-width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .image-wrapper.page-ui-kit {
    margin-bottom: 20px;
    border-radius: 22px;
  }

  .articles-v1-grid {
    grid-row-gap: 60px;
  }

  .card-article-v1-content {
    padding-top: 30px;
  }

  .card-article-v1-about-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cta-v1-images-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .new-badge.blog-featured {
    margin-bottom: 20px;
  }

  .footef-links-block.main {
    margin-bottom: 40px;
  }

  .footer-content-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-header {
    display: none;
  }

  .button-header.mobile {
    display: block;
    font-size: 20px;
  }

  .button-header.tutor-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .cart {
    margin-left: 20px;
  }

  .drop-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .drop-div.last {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .icon-dropdown {
    font-size: 15px;
  }

  .company-v1-link {
    max-width: 140px;
  }

  .skewed-home-v2 {
    border-bottom-width: 160px;
  }

  .hero-v2-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-v2-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .companies-v2-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .companies-v2-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 20vw;
    grid-row-gap: 40px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .company-v2-link {
    max-width: 140px;
  }

  .why-v2-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .top-content.why-v2 {
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.integrations-v2 {
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.articles-section-v2 {
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.integrations-v3 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.articles-section-v3 {
    margin-bottom: 60px;
    -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-align: left;
  }

  .top-content.latest-articles {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.pricing-testimonials {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .why-v2-grid {
    max-width: 580px;
    margin-bottom: 60px;
    grid-column-gap: 8vw;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .why-v2-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .why-v2-icon-wrapper {
    margin-bottom: 25px;
  }

  .features-v2-grid {
    grid-row-gap: 60px;
  }

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

  .integrations-v2-grid {
    grid-row-gap: 24px;
  }

  .testimonials-v2-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-v2-video-wrapper {
    border-radius: 30px;
  }

  .testimonial-v2-play-button-wrapper {
    width: 148px;
    height: 148px;
  }

  .testimonial-v2-play-button {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }

  .articles-v2-grid {
    grid-row-gap: 60px;
  }

  .cta-v4-wrapper {
    padding: 60px 20px;
  }

  .card-article-v2-about-wrapper {
    margin-top: 35px;
  }

  .header-v2 {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .hero-v3-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .companies-v3-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .companies-v3-grid {
    grid-auto-columns: 1fr;
    grid-column-gap: 20vw;
    grid-row-gap: 40px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .company-v3-link {
    max-width: 140px;
  }

  .why-v3-grid {
    margin-top: 40px;
    margin-bottom: 40px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .why-v3-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-v3-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-v3-tabs-menu {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .feature-v3-title-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-v3-icon-wrappper {
    margin-bottom: 0px;
  }

  .integration-v3-slide {
    margin-right: 24px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .integrations-v3-left-arrow {
    position: absolute;
  }

  .integration-v3-mask {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonials-v3-tabs {
    margin-top: 40px;
  }

  .about-testimonial-v3-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .about-testimonial-v3-name {
    font-size: 20px;
  }

  .testimonials-v3-tabs-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .testimonials-v3-tab-link {
    padding-right: 3vw;
    padding-bottom: 20px;
    padding-left: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .articles-v3-grid {
    grid-row-gap: 60px;
  }

  .card-article-v3-about-wrapper {
    margin-bottom: 10px;
  }

  .skewed-about {
    margin-bottom: 50px;
    border-bottom-width: 120px;
  }

  .container-medium-837px.about-hero {
    text-align: left;
  }

  .container-medium-837px.blog-post-hero {
    margin-bottom: 60px;
  }

  .container-medium-837px.open-positions-hero {
    text-align: left;
  }

  .container-medium-837px.careers-v3 {
    text-align: left;
  }

  .achievement-number {
    font-size: 40px;
  }

  .our-story-wrapper {
    padding: 100px 40px;
  }

  .our-story-images-wrapper {
    position: relative;
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .our-values-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .our-team-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .our-offices-grid {
    margin-top: 40px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .our-office-wrapper {
    max-width: none;
  }

  .our-office-icon-wrapper {
    margin-bottom: 20px;
  }

  .open-positions-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .open-positions-title-wrapper {
    margin-bottom: 40px;
    margin-left: 0px;
    text-align: left;
  }

  .card-open-position-icon {
    margin-right: 5px;
  }

  .card-open-position-about-text {
    font-size: 16px;
  }

  .skewed-blog-v1 {
    border-bottom-width: 120px;
  }

  .blog-categories-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 24px;
  }

  .blog-categories-wrapper.blog-v2 {
    border-radius: 32px;
  }

  .blog-categories-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-categories {
    margin-bottom: 40px;
  }

  .blog-v1-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .skewed-blog-v2 {
    margin-bottom: 30px;
  }

  .blog-hero-v2-wrapper {
    margin-bottom: 60px;
  }

  .card-article-featured-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-v2-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blog-v2-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-hero-newsletter-wrapper {
    margin-bottom: 20px;
  }

  .blog-hero-newsletter-top-content {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsletter-top-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .skewed-blog-post {
    margin-bottom: 10px;
    border-bottom-width: 180px;
  }

  .latest-articles-grid {
    grid-row-gap: 60px;
  }

  .rich-text h2 {
    margin-bottom: 20px;
  }

  .rich-text p {
    margin-bottom: 20px;
  }

  .rich-text h3 {
    margin-bottom: 20px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .rich-text h4 {
    margin-bottom: 20px;
  }

  .rich-text h5 {
    margin-bottom: 15px;
  }

  .rich-text h6 {
    margin-bottom: 8px;
  }

  .rich-text li {
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-bottom: 28px;
    padding-left: 20px;
  }

  .rich-text ol {
    margin-bottom: 28px;
    padding-left: 20px;
  }

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 60px 50px;
    font-size: 25px;
  }

  .about-open-position-wrapper {
    font-size: 20px;
  }

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

  .integration-categories-title {
    margin-bottom: 20px;
  }

  .integrations-grid {
    max-width: 100%;
    margin-bottom: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .integration-category-link {
    font-size: 18px;
  }

  .icon-integration {
    margin-bottom: 20px;
  }

  .integration-title-wrapper {
    margin-bottom: 10px;
  }

  .integration-options-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-medium-713px.contact-hero {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-713px.pricing-plans-top-content-hero {
    margin-left: 0px;
    text-align: left;
  }

  .contact-hero-grid {
    margin-left: 0px;
  }

  .contact-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-faqs-wrapper {
    padding: 100px 22px;
    text-align: left;
  }

  .faqs-grid {
    grid-row-gap: 24px;
  }

  .category-title-wrapper.pricing {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .skewed-blog-category {
    border-bottom-width: 80px;
  }

  .member-last-articles-title-wrapper {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .checkout-form {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .open-position-icon-arrow {
    left: 40px;
    top: 47px;
  }

  .skewed-pricing {
    border-bottom-width: 280px;
  }

  .benefits-grid {
    max-width: 530px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .benefits-wrapper {
    text-align: left;
  }

  .pricing-plans-grid {
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: 0px;
  }

  .skewed-pricing-plans {
    border-bottom-width: 140px;
  }

  .pricing-testimonials-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .empty-state {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 24px;
  }

  .empty-state.pricing {
    max-width: 100%;
  }

  .skewed-pricing-plans-category {
    border-bottom-width: 140px;
  }

  .success.contact {
    padding: 50px 40px 40px;
  }

  .menu-button-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .category-icon-wrapper {
    width: 90px;
    height: 90px;
    padding: 18px;
    border-radius: 24px;
  }

  .header-v3 {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .small-print-utility-page-wrapper {
    margin-top: 120px;
  }

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

  .skewed-home {
    border-bottom-width: 280px;
  }

  .pages-grid {
    margin-top: 40px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-v3-image {
    border-radius: 48px;
  }

  .empty-state-cart {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 24px;
  }

  .blog-v3-wrapper {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .skewed-blog-v3 {
    margin-bottom: 30px;
  }

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

  .card-article-v4-about-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .divider-2.footer-divider {
    margin-top: 40px;
  }

  .student-subtitle.light-color {
    color: #c9b6ff;
  }

  .student-cards-grid {
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: 0px;
  }

  .dashboard-button.cta-v2 {
    margin-bottom: 20px;
  }

  .dashboard-button.apply-position {
    margin-top: 30px;
  }

  .our-name-logo-wrapper {
    position: relative;
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .coming-soon-badge.blog-featured {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  label {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 28px 16px;
    font-size: 20px;
  }

  figcaption {
    position: static;
    max-width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default.testimonials-v1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-default.why-v2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-default.open-positions {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-default.our-story {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-default.faqs {
    padding-right: 0px;
    padding-left: 0px;
  }

  .styleguide-seccion {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .styleguide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .styleguide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .styleguide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-primary.cta-v2 {
    min-height: 122px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-primary.apply-position {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-secondary {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-secondary.w--current {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-secondary.cta-v2 {
    min-height: 122px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-secondary.cta-v4 {
    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;
  }

  .button-secondary.full-width.card-pricing {
    margin-top: 20px;
  }

  .button-secondary.learn-more.w--current {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-navigation {
    margin-top: 50px;
  }

  .nav-item-wrapper.login-mobile {
    padding-top: 0vh;
  }

  .nav-link {
    color: #fff;
  }

  .nav-link.login {
    display: none;
  }

  .nav-link.login.mobile {
    font-size: 18px;
  }

  .menu-button {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background-color: #3f95ff;
    font-size: 26px;
  }

  .menu-button:active {
    background-color: #002a7e;
  }

  .menu-button:focus {
    background-color: #002a7e;
  }

  .nav-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-top: 90px;
    padding-right: 16px;
    padding-left: 16px;
    background-color: #002a7e;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero-v1 {
    padding-bottom: 40px;
  }

  .section.why-v1 {
    padding-top: 60px;
  }

  .section.features-v1 {
    padding-bottom: 80px;
  }

  .section.cta-last {
    padding-bottom: 80px;
  }

  .section.hero-v2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.companies-v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.features-v2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.integration-v2 {
    padding-top: 80px;
  }

  .section.articles-section-v2 {
    padding-bottom: 80px;
  }

  .section.hero-v3 {
    padding-top: 60px;
  }

  .section.companies-v3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.why-v3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.features-v3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.articles-section-v3 {
    padding-bottom: 80px;
  }

  .section.about-hero {
    padding-top: 120px;
  }

  .section.achievements {
    padding-bottom: 80px;
  }

  .section.our-team {
    padding-bottom: 80px;
  }

  .section.our-offices {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.open-positions {
    padding-bottom: 10px;
  }

  .section.blog-hero-v1 {
    padding-top: 120px;
  }

  .section.blog-v1 {
    padding-bottom: 80px;
  }

  .section.blog-hero-v2 {
    padding-top: 120px;
  }

  .section.blog-v2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.blog-post-hero {
    padding-top: 120px;
  }

  .section.blog-post {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.latest-articles {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.open-positions-hero {
    padding-top: 120px;
  }

  .section.open-positions-page {
    padding-bottom: 80px;
  }

  .section.open-position-hero {
    padding-top: 120px;
    padding-bottom: 250px;
  }

  .section.about-this-position {
    padding-bottom: 80px;
  }

  .section.integrations-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.integrations {
    padding-bottom: 60px;
  }

  .section.integration {
    padding-top: 40px;
  }

  .section.contact-hero {
    padding-top: 120px;
  }

  .section.contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.terms {
    padding-bottom: 80px;
  }

  .section.blog-category {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.blog-category-content {
    padding-bottom: 80px;
  }

  .section.team-member-bio {
    padding-bottom: 80px;
  }

  .section.member-latest-articles {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.pricing-hero {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .section.benefits {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.team-member-hero {
    padding-top: 100px;
  }

  .section.pricing-plans-hero {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.pricing-testimonials {
    padding-top: 80px;
  }

  .section.pricing-plans-category {
    padding-top: 120px;
  }

  .section.home-hero {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .section.pages {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.member-latest-articles {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.student-hero {
    padding-top: 100px;
  }

  .section.subject-info {
    padding-top: 40px;
  }

  .divider.card-article-v1 {
    margin-top: 20px;
  }

  .divider.card-article-v1-about {
    display: none;
    margin-right: 10px;
    margin-left: 10px;
  }

  .divider.small-print-divider {
    margin-right: 2vw;
    margin-left: 2vw;
  }

  .divider.card-article-v3-about {
    display: none;
    margin-right: 10px;
    margin-left: 10px;
  }

  .divider.card-our-team {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .divider.card-open-position-about {
    display: none;
    margin-right: 8px;
    margin-left: 8px;
  }

  .divider.card-article-featured-about {
    display: none;
    margin-right: 10px;
    margin-left: 10px;
  }

  .divider.card-contact {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.sign-up-testimonial {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .utility-page-wrap {
    height: 710px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  .input {
    padding-right: 16px;
    padding-left: 16px;
  }

  .input.footer-newsletter {
    min-height: 60px;
    padding-right: 16px;
  }

  .input.home-v3-newsletter {
    padding-right: 16px;
    padding-left: 16px;
  }

  .input.cta-v5-newsletter {
    min-height: 69px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .input.blog-hero-newsletter {
    padding-right: 16px;
    padding-left: 16px;
  }

  .input.blog-newsletter {
    padding-right: 16px;
    padding-left: 16px;
  }

  .input.additional-utility-page {
    padding-right: 16px;
    padding-left: 16px;
  }

  .input.cta-v6-newsletter {
    min-height: 69px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-content-404 {
    padding: 42px 26px;
  }

  ._404-title {
    font-size: 110px;
    line-height: 100px;
  }

  .split-content.testimonial-v1-left {
    margin-bottom: 80px;
  }

  .split-content.cta-v1 {
    margin-bottom: 40px;
  }

  .split-content.cta-v2 {
    max-width: 100%;
  }

  .split-content.integration-v2-left {
    margin-bottom: 30px;
  }

  .split-content.articles-section-v2-left {
    margin-bottom: 20px;
  }

  .split-content.cta-v4-left {
    max-width: 100%;
  }

  .split-content.articles-section-v3-left {
    margin-bottom: 20px;
  }

  .split-content.integration-top-left {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.sign-up-left {
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .split-content.sign-up-right {
    padding-right: 16px;
    padding-bottom: 60px;
    padding-left: 16px;
  }

  .split-content.pricing-testimonial-top-left {
    margin-bottom: 30px;
  }

  .split-content.perspective-left {
    margin-top: 40px;
  }

  .container-header {
    margin-bottom: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }

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

  ._2-buttons.cta-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._2-buttons.cta-v4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .title.hero-v1 {
    margin-bottom: 20px;
  }

  .title.cta-v1 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .title.feature-v1 {
    margin-bottom: 10px;
  }

  .title.cta-v2 {
    font-size: 24px;
  }

  .title.cta-v3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .title.testimonials-v2 {
    margin-bottom: 20px;
  }

  .title.cta-v4 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .title.hero-v2 {
    margin-bottom: 20px;
  }

  .title.hero-v3 {
    margin-bottom: 20px;
  }

  .title.cta-v5 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .title.testimonials-v3 {
    margin-bottom: 20px;
  }

  .title.our-values {
    margin-bottom: 10px;
  }

  .title.office {
    margin-bottom: 10px;
  }

  .title.blog-hero-v1 {
    margin-bottom: 20px;
  }

  .title.blog-hero-v2 {
    margin-bottom: 10px;
  }

  .title.blog-v2 {
    margin-bottom: 10px;
  }

  .title.blog-newsletter {
    margin-bottom: 10px;
  }

  .title.blog-featured {
    margin-bottom: 10px;
  }

  .title.blog-post {
    margin-bottom: 10px;
  }

  .title.latest-articles {
    margin-bottom: 20px;
  }

  .title.open-positions-page {
    margin-bottom: 20px;
  }

  .title.open-position {
    margin-bottom: 20px;
  }

  .title.about-this-position {
    margin-bottom: 20px;
  }

  .title.contact-hero {
    margin-bottom: 10px;
  }

  .title.card-contact {
    margin-bottom: 10px;
  }

  .title.contact {
    margin-bottom: 10px;
  }

  .title.faqs {
    margin-bottom: 10px;
  }

  .title.faq {
    margin-left: 25px;
  }

  .title.additional-utility-page {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .title.not-found {
    font-size: 26px;
  }

  .title.card-pricing {
    margin-bottom: 10px;
  }

  .title.card-pricing-plan {
    margin-bottom: 10px;
    font-size: 21px;
  }

  .title.custom-plan {
    margin-bottom: 10px;
  }

  .title.cta-v6 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .title.page-ui-kit {
    font-size: 22px;
  }

  .title.student-action-header {
    margin-bottom: 10px;
    font-size: 21px;
  }

  .paragraph.our-team {
    margin-bottom: 20px;
  }

  .paragraph.card-open-position {
    margin-bottom: 20px;
  }

  .paragraph.contact {
    margin-bottom: 30px;
  }

  .paragraph.sign-up {
    margin-bottom: 30px;
  }

  .paragraph.team-member {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .paragraph.custom-plan {
    margin-bottom: 20px;
  }

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

  .paragraph.team-member {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .space._2-buttons {
    height: 20px;
  }

  .space.card-open-position {
    height: 20px;
  }

  .space.perspective-images {
    max-width: 15px;
  }

  .image.why-v1-01 {
    max-width: 100%;
    border-radius: 20px;
  }

  .image.why-v1-02 {
    max-width: 60%;
    border-radius: 20px;
  }

  .image.why-v1-03 {
    max-width: 80%;
    margin-left: 0px;
    border-radius: 20px;
  }

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

  .image.feature-2 {
    margin-top: 20px;
  }

  .image.feature-3 {
    margin-top: 20px;
  }

  .image.cta-v1-01 {
    border-radius: 20px;
  }

  .image.cta-v1-02 {
    border-radius: 20px;
  }

  .image.hero-v2 {
    border-radius: 15px;
  }

  .image.hero-v3-01 {
    border-radius: 20px;
  }

  .image.hero-v3-02 {
    bottom: -25px;
    border-radius: 15px;
  }

  .image.why-v3-main-image {
    border-radius: 22px;
  }

  .image.testimonial-v3 {
    width: 64px;
    height: 64px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image.testimonial-tab-link-v3 {
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .image.about-hero {
    border-radius: 20px;
  }

  .image.our-story-1 {
    border-radius: 15px;
  }

  .image.our-story-2 {
    margin-right: 0px;
    border-radius: 15px;
  }

  .image.blog-hero-newsletter {
    width: 120px;
    border-radius: 23px;
  }

  .image.blog-newsletter {
    width: 120px;
    border-radius: 18px;
  }

  .image.blog-post-main {
    border-radius: 20px;
  }

  .image.card-contact {
    position: static;
    display: inline-block;
    clear: none;
    text-align: center;
  }

  .image.sign-up-testimonial {
    margin-bottom: 20px;
  }

  .image.benefit {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }

  .image.blog-hero-newsletter {
    width: 120px;
    border-radius: 23px;
  }

  .companies-v1-grid {
    grid-row-gap: 30px;
  }

  .bg.about-hero {
    padding-bottom: 20px;
  }

  .bg.blog-post {
    padding-bottom: 0px;
  }

  .subtitle.light-color.blog-hero-v1 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .subtitle.light-color.blog-hero-v2 {
    margin-bottom: 10px;
  }

  .subtitle.light-color.open-positions {
    margin-bottom: 10px;
  }

  .container-medium-580px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cta-v1-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 30px;
  }

  .cta-v2-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 30px;
  }

  .features-v1-tab-link {
    width: 100%;
    margin-bottom: 5px;
  }

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

  .feature-icon-wrappper {
    margin-bottom: 20px;
  }

  .testimonials-v1-left-arrow {
    top: -40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.testimonial-v1 {
    padding: 40px 20px;
  }

  .card.integration-v1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.article-v1 {
    border-radius: 20px;
  }

  .card.integration-v2 {
    padding: 40px 20px;
  }

  .card.testimonials-v3-tab-content {
    padding: 40px 20px;
    border-radius: 24px;
    text-align: left;
  }

  .card.our-values {
    padding: 40px 20px;
  }

  .card.our-team {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .card.open-position {
    padding: 40px 20px 40px 70px;
  }

  .card.open-position.v3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.blog-hero-newsletter {
    padding: 40px 20px;
    border-radius: 20px;
  }

  .card.blog-newsletter {
    padding: 40px 20px;
  }

  .card.author {
    padding: 40px 20px;
  }

  .card.open-position-page {
    padding: 50px 20px;
    border-radius: 23px;
  }

  .card.contact-hero {
    padding: 40px 20px;
    border-radius: 15px;
  }

  .card.contact {
    padding: 40px 20px;
  }

  .card.faq {
    padding-right: 20px;
    padding-left: 30px;
  }

  .card.log-in {
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    border-radius: 25px;
  }

  .card.forgot-your-password {
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    border-radius: 25px;
  }

  .card.reset-password {
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    border-radius: 25px;
  }

  .card.verify-your-email {
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    border-radius: 25px;
  }

  .card.sign-up-testimonial {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.about-team-member {
    padding: 40px 20px 50px;
  }

  .card.pricing-plan {
    padding: 50px 20px 40px;
  }

  .card.card-cart {
    max-width: 480px;
    border-radius: 0px;
  }

  .card.action-card {
    padding: 50px 20px 40px;
  }

  .testimonial-v1-logo {
    max-width: 160px;
    margin-bottom: 22px;
  }

  .testimonial-v1-about-wrapper {
    margin-top: 40px;
  }

  .testimonial-v1-name {
    font-size: 18px;
  }

  .button-cta-v2-text {
    font-size: 20px;
  }

  .testimonial-mask {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .integrations-v1-grid {
    grid-row-gap: 30px;
  }

  .image-wrapper.article-v2 {
    margin-bottom: 10px;
    border-radius: 20px;
  }

  .image-wrapper.article-v3 {
    border-radius: 20px;
  }

  .image-wrapper.integration {
    margin-bottom: 40px;
    border-radius: 20px;
  }

  .image-wrapper.card-contact {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-right: 0px;
    margin-bottom: 20px;
    border-radius: 15px;
  }

  .image-wrapper.perspective-page {
    margin-bottom: 15px;
    border-radius: 8px;
  }

  .image-wrapper.perspective-page:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image-wrapper.page-ui-kit {
    border-radius: 17px;
  }

  .articles-v1-grid {
    grid-row-gap: 40px;
  }

  .card-article-v1-content {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-article-v1-about-wrapper {
    -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;
  }

  .card-article-v1-category-link {
    margin-bottom: 10px;
  }

  .card-article-v1-icon {
    margin-right: 5px;
  }

  .card-article-v1-reading-time-wrapper {
    margin-bottom: 10px;
  }

  .cta-v1-images-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .new-badge.blog-featured {
    margin-bottom: 10px;
  }

  .testimonials-v1-right-arrow {
    left: 170px;
    top: -40px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .footer-newsletter-button {
    position: static;
    margin-top: 20px;
  }

  .small-print {
    font-size: 14px;
  }

  .button-header {
    display: none;
  }

  .button-header.mobile {
    font-size: 18px;
  }

  .button-header.go-to-dash {
    display: none;
  }

  .button-header.tutor-page {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cart {
    margin-left: 15px;
  }

  .dropdown-grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .drop-div {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 0px;
  }

  .drop-div.last {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  .reading-time-wrapper {
    white-space: nowrap;
  }

  .skewed-home-v2 {
    border-bottom-width: 70px;
  }

  .hero-v2-content {
    margin-bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .companies-v2-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-row-gap: 30px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .top-content.why-v2 {
    margin-bottom: 40px;
  }

  .top-content.integrations-v2 {
    margin-bottom: 40px;
  }

  .top-content.articles-section-v2 {
    margin-bottom: 40px;
  }

  .top-content.integrations-v3 {
    margin-bottom: 80px;
  }

  .top-content.articles-section-v3 {
    margin-bottom: 40px;
  }

  .why-v2-grid {
    margin-bottom: 40px;
    grid-row-gap: 40px;
  }

  .why-v2-icon-wrapper {
    margin-bottom: 20px;
  }

  .features-v2-grid {
    grid-row-gap: 56px;
  }

  .cta-v3-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 30px;
  }

  .integrations-v2-grid {
    grid-row-gap: 30px;
  }

  .testimonial-v2-companies-grid {
    grid-column-gap: 19px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .testimonial-v2-video-wrapper {
    margin-top: 40px;
    border-radius: 20px;
  }

  .testimonial-v2-play-button-wrapper {
    width: 30%;
    height: 53%;
  }

  .testimonial-v2-play-button {
    width: 68%;
    height: 68%;
    font-size: 12px;
  }

  .articles-v2-grid {
    grid-row-gap: 40px;
  }

  .cta-v4-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 30px;
  }

  .card-article-v2-about-wrapper {
    margin-top: 30px;
    -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;
  }

  .header-v2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-v3-newsletter-form-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;
  }

  .home-v3-newsletter-button {
    position: static;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .subscribe-details-text {
    margin-right: 10px;
    margin-left: 10px;
  }

  .companies-v3-grid {
    grid-row-gap: 30px;
  }

  .why-v3-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .why-v3-title-wrapper {
    margin-bottom: 10px;
  }

  .why-v3-icon-wrapper {
    margin-right: 10px;
  }

  .features-v3-tabs {
    margin-top: 40px;
  }

  .cta-v5-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 30px;
  }

  .feature-v3-icon-wrappper {
    margin-right: 10px;
    border-radius: 15px;
  }

  .cta-v5-newsletter-form-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;
  }

  .cta-v5-newsletter-button {
    position: static;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .integrations-v3-left-arrow {
    top: -40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .integrations-v3-right-arrow {
    left: 170px;
    top: -40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .integration-v3-mask {
    padding-top: 60px;
  }

  .container-medium-932px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .about-testimonial-v3-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;
  }

  .about-testimonial-v3-name {
    font-size: 18px;
  }

  .about-testimonial-v3-job {
    font-size: 18px;
  }

  .testimonials-v3-tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-width: 0px;
  }

  .testimonials-v3-tab-link {
    margin-bottom: 20px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .articles-v3-grid {
    grid-row-gap: 40px;
  }

  .card-article-v3-about-wrapper {
    -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;
  }

  .card-article-v3-reading-time-wrapper {
    white-space: nowrap;
  }

  .skewed-about {
    margin-bottom: 20px;
    border-bottom-width: 80px;
  }

  .container-medium-837px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-837px.blog-post-hero {
    margin-bottom: 40px;
  }

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

  .our-story-wrapper {
    padding: 80px 16px;
  }

  .our-values-grid {
    grid-row-gap: 24px;
  }

  .our-values-wrapper {
    margin-top: 40px;
  }

  .our-values-icon-wrapper {
    margin-bottom: 20px;
  }

  .our-team-grid {
    grid-row-gap: 30px;
  }

  .our-offices-grid {
    margin-bottom: 40px;
    grid-row-gap: 40px;
  }

  .open-positions-wrapper {
    padding: 80px 16px;
  }

  .open-positions-grid {
    margin-bottom: 40px;
  }

  .card-open-position-about-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;
  }

  .card-open-position-about-wrapper.v3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-open-position-about {
    margin-bottom: 10px;
  }

  .card-open-position-about.last {
    margin-bottom: 0px;
  }

  .card-open-position-about.v3 {
    margin-right: 16px;
    margin-bottom: 0px;
  }

  .skewed-blog-v1 {
    border-bottom-width: 80px;
  }

  .blog-categories-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-categories-wrapper.blog-v2 {
    margin-bottom: 0px;
  }

  .blog-v1-grid {
    grid-row-gap: 24px;
  }

  .blog-hero-newsletter-form-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;
  }

  .blog-hero-newsletter-button {
    position: static;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .skewed-blog-v2 {
    border-bottom-width: 140px;
  }

  .blog-hero-v2-wrapper {
    margin-bottom: 40px;
  }

  .card-article-featured-content {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-v2-grid {
    grid-row-gap: 24px;
  }

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

  .blog-newsletter-button {
    position: static;
  }

  .card-article-featured-about-wrapper {
    width: 100%;
    -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;
  }

  .card-article-featured-icon {
    margin-right: 5px;
  }

  .card-article-featured-category-link {
    margin-bottom: 10px;
  }

  .reading-time-featured-wrapper {
    white-space: nowrap;
  }

  .card-article-featured-reading-time-wrapper {
    margin-bottom: 10px;
  }

  .blog-post-reading-time-wrapper {
    white-space: nowrap;
  }

  .skewed-blog-post {
    margin-bottom: 0px;
    border-bottom-width: 100px;
  }

  .latest-articles-grid {
    grid-row-gap: 40px;
  }

  .rich-text p {
    margin-bottom: 15px;
  }

  .rich-text h3 {
    margin-bottom: 15px;
  }

  .rich-text figure {
    margin-bottom: 40px;
  }

  .rich-text h4 {
    margin-bottom: 10px;
  }

  .rich-text h5 {
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-bottom: 20px;
  }

  .rich-text ol {
    margin-bottom: 20px;
  }

  .rich-text blockquote {
    margin-bottom: 40px;
    padding: 40px 20px;
    border-radius: 18px;
    font-size: 21px;
  }

  .open-positions-page-grid {
    margin-bottom: 40px;
  }

  .about-open-position-wrapper {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .container-medium-909px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-644px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-large-1136px {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .integrations-grid {
    margin-bottom: 40px;
    grid-row-gap: 24px;
  }

  .icon-integration {
    margin-bottom: 15px;
  }

  .integration-options-wrapper {
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 20px;
  }

  .integration-option-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-medium-713px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-713px.contact-hero {
    margin-bottom: 40px;
  }

  .contact-hero-grid {
    justify-items: stretch;
    grid-row-gap: 20px;
  }

  .contact-form-grid {
    grid-row-gap: 20px;
  }

  .text-area {
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact-faqs-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faqs-grid {
    grid-row-gap: 20px;
  }

  .faq-content {
    margin-left: 25px;
  }

  .log-in-form-grid {
    grid-row-gap: 20px;
  }

  .additional-utility-page-link {
    font-size: 16px;
  }

  .log-in-help-text-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }

  .log-in-help-text-wrapper.margin-l-r-0px {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sign-up-form-grid {
    grid-row-gap: 20px;
  }

  .forgot-password-form-grid {
    grid-row-gap: 20px;
  }

  .reset-password-form-grid {
    grid-row-gap: 20px;
  }

  .container-medium-760px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .skewed-blog-category {
    border-bottom-width: 60px;
  }

  .about-team-member-wrapper {
    margin-bottom: 10px;
  }

  .checkout-form {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .arrow-button-cta-v2 {
    font-size: 24px;
  }

  .open-position-icon-arrow {
    left: 35px;
    top: 39px;
  }

  .skewed-pricing {
    border-bottom-width: 240px;
  }

  .card-pricing-top-content {
    padding: 45px 20px 40px;
  }

  .card-pricing-content {
    padding: 30px 20px 40px;
  }

  .card-pricing-field-label {
    margin-bottom: 15px;
  }

  .select {
    padding-right: 16px;
    padding-left: 16px;
  }

  .select.card-pricing {
    margin-bottom: 30px;
  }

  .card-pricing-price {
    margin-bottom: 20px;
  }

  .benefits-grid {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pricing-plans-grid {
    margin-bottom: 50px;
    grid-row-gap: 20px;
  }

  .card-pricing-plan-price-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-pricing-plan-price {
    margin-right: 10px;
    font-size: 40px;
  }

  .card-features-title {
    margin-bottom: 20px;
  }

  .card-pricing-description {
    margin-bottom: 20px;
  }

  .skewed-pricing-plans {
    border-bottom-width: 240px;
  }

  .pricing-testimonials-grid {
    grid-row-gap: 20px;
  }

  .cart-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cart-list {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cart-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cart-product-quantity {
    padding-right: 16px;
    padding-left: 16px;
  }

  .empty-state {
    padding: 40px 20px;
    border-radius: 18px;
  }

  .skewed-pricing-plans-category {
    border-bottom-width: 240px;
  }

  .success.contact {
    padding: 40px 20px;
  }

  .menu-button-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .category-icon-wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 20px;
  }

  .header-v3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-header-v3 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .small-print-utility-page-wrapper {
    margin-top: 100px;
  }

  .cta-v6-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 30px;
  }

  .cta-v6-newsletter-button {
    position: static;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-v6-newsletter-form-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;
  }

  .perspective-wrapper {
    -webkit-transform: perspective(0px) perspective(2000px);
    transform: perspective(0px) perspective(2000px);
  }

  .container-medium-497px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .feature-v3-image {
    border-radius: 28px;
  }

  .tab-link-feature-v3.center {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .empty-state-cart {
    padding: 40px 20px;
    border-radius: 18px;
  }

  .skewed-blog-v3 {
    border-bottom-width: 140px;
  }

  .mg-top-24-mb {
    margin-top: 24px;
  }

  .card-article-v4-about-wrapper {
    -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;
  }

  .open-positions-page-grid-v2 {
    margin-bottom: 40px;
  }

  .small-print-2 {
    font-size: 14px;
  }

  .footer-newsletter-button-2 {
    position: static;
    margin-top: 20px;
  }

  .input-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .input-2.footer-newsletter {
    min-height: 60px;
    padding-right: 16px;
  }

  .divider-2.small-print-divider {
    margin-right: 2vw;
    margin-left: 2vw;
  }

  .student-cards-grid {
    margin-bottom: 50px;
    grid-row-gap: 20px;
  }

  .dashboard-button {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dashboard-button.cta-v2 {
    min-height: 122px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .dashboard-button.apply-position {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .typed-words {
    font-size: 32px;
  }

  .coming-soon-badge.blog-featured {
    margin-bottom: 10px;
  }
}

#w-node-e26b8c72-c7af-f369-aba8-d199bf2df5f5-759fa3e8 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_229fdb40-44ad-d0d5-d15c-1644395ee8ae-0f9fa418 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-599fa46c {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-599fa46c {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-599fa46c {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-599fa46c {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-599fa46c {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-599fa46c {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_229fdb40-44ad-d0d5-d15c-1644395ee8ae-0f9fa418 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_61e0244f-6cc9-81f3-82a9-a836df0ebce8-c19fa3de {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e26b8c72-c7af-f369-aba8-d199bf2df5f5-759fa3e8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_229fdb40-44ad-d0d5-d15c-1644395ee8ae-0f9fa418 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_23ea5517-f432-7e12-5a1e-2fc39644ab70-759fa3e8 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@font-face {
  font-family: 'Icons Tech Ui Kit';
  src: url('../fonts/icons-tech-ui-kit.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}