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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  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: flex;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  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: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  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: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.w-commerce-commercecartform {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

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

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

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

.w-commerce-commercecartiteminfo {
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  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::-moz-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: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
  align-items: baseline;
  flex-grow: 0;
  flex-shrink: 0;
  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: flex;
  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: flex;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  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;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.w-commerce-commercecartemptystate {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  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;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-color: #ffdede;
}

.w-pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  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-commercelayoutmain {
  flex-basis: 800px;
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutblockheader {
  display: flex;
  justify-content: space-between;
  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::-moz-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::-moz-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::-moz-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::-moz-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: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  flex-grow: 1;
  flex-shrink: 1;
  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::-moz-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::-moz-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::-moz-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::-moz-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: flex;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  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::-moz-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::-moz-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::-moz-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: flex;
  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::-moz-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::-moz-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::-moz-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::-moz-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::-moz-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::-moz-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::-moz-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: flex;
  justify-content: space-between;
  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: flex;
}

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  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 {
  flex-basis: 320px;
  flex-grow: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
  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: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  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;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  min-width: 0px;
}

.w-commerce-commercecheckoutdiscountsinput::-moz-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: flex;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  flex-shrink: 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;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  text-align: center;
}

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

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

.w-commerce-commerceaddtocartoptionpillgroup {
  display: flex;
  margin-bottom: 10px;
}

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

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

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

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

.w-commerce-commerceaddtocartquantityinput::-moz-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: flex;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

.w-commerce-commercelayoutcontainer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: flex;
  flex-direction: row;
  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;
}

.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-form-formradioinput--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: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    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 {
    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: Thicccboi, sans-serif;
  color: #57596c;
  font-size: 18px;
  line-height: 1.667em;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #111029;
  font-size: 54px;
  line-height: 1.222em;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #111029;
  font-size: 46px;
  line-height: 1.304em;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #111029;
  font-size: 46px;
  line-height: 1.417em;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #111029;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 600;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #111029;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 600;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #111029;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 600;
}

p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.8;
}

a {
  transition: color 300ms ease;
  color: #111029;
  text-decoration: underline;
}

a:hover {
  color: #3a71ff;
}

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

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

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

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

label {
  display: block;
  margin-bottom: 12px;
  color: #111029;
  font-weight: 700;
}

strong {
  color: #111029;
  font-weight: 700;
}

blockquote {
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 130px 96px;
  border-style: solid;
  border-width: 1px;
  border-color: #111029;
  border-radius: 40px;
  background-color: #111029;
  color: #fff;
  font-size: 26px;
  line-height: 1.615em;
  text-align: center;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  margin-top: 16px;
  text-align: center;
}

.page-wrapper {
  position: static;
}

.grid-2-columns {
  display: -ms-grid;
  display: grid;
  align-items: center;
  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;
}

.grid-2-columns.style---styleguide-wrapper {
  align-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-columns.form {
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
}

.grid-2-columns.blog-card-featured {
  grid-column-gap: 60px;
  -ms-grid-columns: 1.6fr 1fr;
  grid-template-columns: 1.6fr 1fr;
}

.grid-2-columns.title-and-categories {
  margin-bottom: 64px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
}

.grid-2-columns._2-col-mbl.gap-row-18px {
  grid-row-gap: 18px;
}

.grid-2-columns._2-col-mbl.gap-row-30px {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  align-items: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(auto, 0.25fr);
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-columns._2-col-mbl.gap-row-30px.revers {
  grid-column-gap: 60px;
}

.grid-2-columns.template-page-sidebar {
  align-items: start;
  grid-column-gap: 40px;
  -ms-grid-columns: 0.35fr 1fr;
  grid-template-columns: 0.35fr 1fr;
}

.grid-2-columns.changelog-item {
  padding-top: 64px;
  padding-bottom: 64px;
  align-items: start;
  grid-column-gap: 60px;
  -ms-grid-columns: 0.4fr 1fr;
  grid-template-columns: 0.4fr 1fr;
  border-bottom: 1px solid #eff0f6;
}

.grid-2-columns.changelog-item.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.grid-2-columns.checkout-page {
  align-items: start;
  -ms-grid-columns: 1fr 0.4fr;
  grid-template-columns: 1fr 0.4fr;
}

.grid-2-columns.hero-image-right {
  margin-bottom: 0px;
  grid-column-gap: 72px;
  -ms-grid-columns: 1.4fr 1fr;
  grid-template-columns: 1.4fr 1fr;
}

.grid-2-columns._1-4fr---1fr {
  -ms-grid-columns: 1.4fr 1fr;
  grid-template-columns: 1.4fr 1fr;
}

.grid-2-columns._8fr---1fr {
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
}

.grid-2-columns._8fr---1fr.gap-row-56px {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 61px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1.05fr 1fr;
  grid-template-columns: 1.05fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-columns._8fr---1fr._1-col-tablet {
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
}

.grid-2-columns._8fr---1fr._1-col-tablet.invert {
  margin-top: 100px;
  padding-top: 0px;
  align-items: center;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
}

.grid-2-columns.gap-row-30px {
  grid-row-gap: 30px;
}

.grid-2-columns.columns-auto {
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.grid-2-columns._1-75fr---1fr {
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
}

.style---navigation-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  max-height: 100vh;
  box-shadow: 1px 0 14px 0 rgba(20, 20, 43, 0.06);
}

.style---main-wrapper {
  background-color: #f7f7fc;
}

.card {
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 34px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(20, 20, 43, 0.06);
}

.card.form {
  display: flex;
  min-height: 698px;
  margin-bottom: 0px;
  padding: 80px 74px 74px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  border-radius: 34px;
}

.card.tab-image-container {
  display: flex;
  overflow: hidden;
  padding-top: 14px;
  padding-right: 34px;
  padding-left: 34px;
  align-items: center;
  border-radius: 60px;
  transition: transform 300ms ease, color 300ms ease;
  color: #57596c;
  text-decoration: none;
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.sticky-top.top-24px.static-mbl {
  color: #fff;
}

.card.sticky-top.top-24px.static-mbl.k2 {
  border-style: none;
  border-color: #57596c;
  background-color: #2f2c42;
}

.card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

.card.checkout-block.last {
  margin-bottom: 0px;
}

.card.interface-bottom-none {
  width: 100%;
  border-style: none;
  border-color: #dcddeb;
  border-radius: 34px;
  box-shadow: none;
}

.card.interface-bottom-none.mg-bottom-40px {
  margin-bottom: 0px;
}

.card.features {
  overflow: hidden;
  max-width: 626px;
  padding-top: 64px;
  padding-right: 58px;
  padding-left: 58px;
  border-style: none;
}

.card.features.ambient {
  padding-bottom: 64px;
}

.card.video-container {
  overflow: hidden;
  width: 84%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  border-radius: 50px;
  box-shadow: 0 44px 84px 0 rgba(0, 0, 0, 0.06);
}

.card.tab {
  display: flex;
  width: 100%;
  padding: 56px 48px 56px 60px;
  align-items: center;
  border-radius: 28px;
  transition: transform 300ms ease, padding 300ms ease;
  transform-style: preserve-3d;
}

.card.tab:hover {
  transform: translate3d(0px, -6px, 0.01px);
}

.card.tab.w--current {
  padding-top: 54px;
  padding-bottom: 54px;
  align-items: flex-start;
  background-color: #fff;
}

.card.testimonial {
  padding: 32px 24px 40px;
}

.card.values {
  display: flex;
  padding: 54px 40px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card.values.ambientis {
  min-height: 340px;
  padding: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  border-style: none;
  background-color: transparent;
  box-shadow: none;
  text-align: left;
}

.card.team-member {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  padding: 90px 24px 72px;
  flex-direction: column;
  align-items: center;
  border-radius: 34px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.card.milestones {
  max-width: 652px;
  padding: 56px 49px 60px 56px;
  border-color: #dcddeb;
  box-shadow: none;
}

.card.milestones.ambientis {
  border-style: solid;
  background-image: linear-gradient(299deg, rgba(215, 240, 255, 0.87), #fff);
}

.card.milestones.ambientis.revers {
  background-image: linear-gradient(130deg, #f2ffee, #fff 58%);
}

.card.career-link {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 56px 68px;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  transition: transform 300ms ease;
  color: #57596c;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card.career-link:hover {
  transform: translate3d(0px, -6px, 0.01px);
}

.card.blog-post-author {
  display: flex;
  padding: 72px 52px;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.card.team-member-page {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  padding: 118px 56px 112px;
  border-style: none;
  border-radius: 40px;
}

.card.pricing {
  padding: 44px 40px 52px;
  background-color: hsla(0, 0%, 100%, 0.84);
  box-shadow: 0 8px 18px 0 rgba(20, 20, 43, 0.06);
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
  transition: none 0ms ease;
  text-decoration: none;
}

.card.pricing:hover {
  color: #111029;
}

.card.pricing.mg-top-100px-desktop {
  margin-top: 100px;
}

.card.add-to-cart {
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  max-width: 524px;
  padding: 64px 40px;
}

.card.contact-link {
  display: -ms-grid;
  display: grid;
  max-width: 400px;
  padding: 18px;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 72px 1fr;
  grid-template-columns: 72px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 114px;
  transition: transform 300ms ease, color 300ms ease;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card.contact-link:hover {
  transform: translate3d(0px, -6px, 0.01px);
  color: #11845b;
}

.card.social-media-link {
  display: flex;
  padding: 52px 40px 58px;
  flex-direction: column;
  align-items: center;
  border-radius: 34px;
  transition: none 0ms ease;
  text-align: center;
  text-decoration: none;
}

.card.career-description {
  padding: 76px 62px 96px;
  border-radius: 34px;
}

.card.career-apply {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  max-width: 412px;
  padding: 56px 54px;
  border-radius: 34px;
  transition-property: none;
  color: #57596c;
  text-decoration: none;
}

.card.integration {
  display: flex;
  height: 100%;
  padding: 56px 32px 68px;
  flex-direction: column;
  transition: none 0ms ease;
  text-decoration: none;
}

.card.integrations-page-description {
  margin: 16px;
  padding: 100px 84px 84px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(20, 20, 43, 0.06);
}

.card.token-page {
  display: -ms-grid;
  display: grid;
  padding: 98px 76px 98px 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.card._404 {
  max-width: 890px;
  padding: 112px 138px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.card.password-protected {
  display: flex;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 114px 56px;
  flex-direction: column;
  align-items: center;
}

.card.search-results {
  display: flex;
}

.style---color-block {
  position: relative;
  min-height: 180px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.style---color-block.bg-accent-1 {
  background-color: #3a71ff;
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  margin-bottom: 8px;
  color: #111029;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.style---color-block-hex {
  line-height: 20px;
}

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

.grid-4-columns._2-col-mbp {
  display: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg-accent-1 {
  background-color: #3a71ff;
}

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

.bg-neutral-800.border-bottom-white-10 {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.bg-neutral-700 {
  background-color: #2f2c42;
}

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

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

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

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

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

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

.style---color-block-text-example {
  position: absolute;
  left: auto;
  top: 16px;
  right: 16px;
  bottom: auto;
  padding: 10px 14px;
  border-radius: 40px;
  background-color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.style---color-block-text-example.badge-dark {
  background-color: #111029;
}

.color-accent-1 {
  color: #3a71ff;
}

.color-neutral-800 {
  color: #111029;
}

.color-neutral-700 {
  color: #2f2c42;
}

.color-neutral-600 {
  color: #57596c;
}

.color-neutral-500 {
  color: #a0a3bd;
}

.color-neutral-300 {
  color: #eff0f6;
}

.color-neutral-300.link:hover {
  color: #a0a3bd;
}

.color-neutral-200 {
  color: #f7f7fc;
}

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

.bg-green-400 {
  background-color: #11845b;
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: #086cd9;
}

.color-blue-400 {
  color: #086cd9;
}

.bg-blue-300 {
  background-color: #1d88fe;
}

.color-blue-300 {
  color: #1d88fe;
}

.bg-blue-200 {
  background-color: #8fc3ff;
}

.bg-blue-100 {
  background-color: #eaf4ff;
}

.color-blue-100 {
  color: #eaf4ff;
}

.color-neutral-400 {
  color: #dcddeb;
}

.bg-green-300 {
  background-color: #05c168;
}

.color-green-300 {
  color: #05c168;
}

.bg-green-200 {
  background-color: #7fdca4;
}

.color-green-200 {
  color: #7fdca4;
}

.color-green-100 {
  color: #def2e6;
}

.bg-green-100 {
  background-color: #def2e6;
}

.bg-red-400 {
  background-color: #dc2b2b;
}

.color-red-400 {
  color: #dc2b2b;
}

.bg-red-300 {
  background-color: #ff5a65;
}

.color-red-300 {
  color: #ff5a65;
}

.bg-red-200 {
  background-color: #ffbec2;
}

.color-red-200 {
  color: #ffbec2;
}

.bg-red-100 {
  background-color: #ffeff0;
}

.color-red-100 {
  color: #ffeff0;
}

.bg-orange-400 {
  background-color: #d5691b;
}

.color-orange-400 {
  color: #d5691b;
}

.bg-orange-300 {
  background-color: #ff9e2c;
}

.color-orange-300 {
  color: #ff9e2c;
}

.bg-orange-200 {
  background-color: #ffd19b;
}

.color-orange-200 {
  color: #ffd19b;
}

.bg-orange-100 {
  background-color: #fff3e4;
}

.color-orange-100 {
  color: #fff3e4;
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  margin-bottom: 64px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dcddeb;
}

.divider {
  height: 1px;
  margin-top: 0px;
  margin-bottom: 80px;
  background-color: #dcddeb;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider._84px---90px {
  margin-top: 84px;
  margin-bottom: 90px;
}

.divider._72px---56px {
  margin-top: 72px;
  margin-bottom: 56px;
}

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

.divider._34px---52px {
  margin-top: 34px;
  margin-bottom: 52px;
}

.divider.amb {
  margin-top: 0px;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  -ms-grid-columns: minmax(auto, 320px) 1fr;
  grid-template-columns: minmax(auto, 320px) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style---content-block {
  margin-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mg-right-8px.align-top {
  align-self: flex-start;
}

.mg-right-16px {
  margin-right: 16px;
}

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

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

.text-200 {
  line-height: 1.111em;
  font-weight: 400;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.medium:hover {
  color: #11845b;
}

.text-200.semi-bold {
  font-weight: 600;
}

.display-1 {
  color: #111029;
  font-size: 90px;
  line-height: 1.089em;
  font-weight: 600;
}

.display-1.ambientis {
  color: #111029;
  font-size: 80px;
}

.grid-1-column {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-1-column.dropdown-link-column {
  justify-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
}

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
}

.grid-1-column.gap-row-52px {
  grid-row-gap: 52px;
}

.grid-1-column.gap-row-36px {
  grid-row-gap: 36px;
}

.grid-1-column.gap-row-36px.testimonials-last-column {
  grid-column-gap: 36px;
}

.grid-1-column.gap-row-30px {
  justify-items: stretch;
  align-items: stretch;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.grid-1-column.gap-row-30px.values-card-second-column {
  justify-items: stretch;
  align-items: stretch;
  align-content: start;
}

.grid-1-column.gap-row-30px.revers {
  margin-top: 0px;
}

.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-row-40px {
  grid-row-gap: 40px;
}

.gap-row-48px {
  grid-row-gap: 48px;
}

.gap-row-56px {
  grid-row-gap: 56px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: #111029;
  font-size: 60px;
  line-height: 1.183em;
  font-weight: 600;
}

.display-2.color-neutral-100 {
  display: block;
  color: #fff;
}

.display-2.max-width-540 {
  width: 540px;
  min-width: auto;
  line-height: 1.1em;
}

.display-2.amb {
  font-size: 72px;
}

.display-3 {
  color: #111029;
  font-size: 44px;
  line-height: 1.364em;
  font-weight: 600;
}

.display-3.accordion-big-number {
  margin-right: 110px;
  color: #fff;
}

.display-4 {
  color: #111029;
  font-size: 32px;
  line-height: 1.375em;
  font-weight: 600;
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-large {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 600;
}

.paragraph-large.ambuentis-card {
  margin-bottom: 0px;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
  font-weight: 400;
}

.text-400.medium {
  font-weight: 500;
}

.text-400.medium.color-neutral-500 {
  overflow: visible;
}

.text-400.semi-bold {
  font-weight: 600;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 400;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.medium.link {
  text-decoration: none;
}

.text-300.semi-bold {
  font-weight: 600;
}

.text-300.semi-bold.footer-title {
  margin-bottom: 40px;
  color: #fff;
}

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 400;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.semi-bold {
  font-weight: 600;
}

.text-bold {
  color: #111029;
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

.grid-3-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns.gap-row-64px {
  grid-row-gap: 64px;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.gap-row-56px {
  grid-row-gap: 56px;
}

.grid-3-columns.testimonial-cards-section {
  position: relative;
  margin-top: 94px;
  padding-top: 38px;
  padding-bottom: 32px;
  align-items: start;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.grid-3-columns.gap-column-30px {
  grid-column-gap: 30px;
}

.grid-3-columns.gap-column-30px.gap-row-40px {
  grid-row-gap: 40px;
}

.style---shadow-card {
  display: flex;
  min-height: 220px;
  padding: 32px 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background-color: #fff;
  text-align: center;
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 rgba(20, 20, 43, 0.1);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 rgba(20, 20, 43, 0.14);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 rgba(20, 20, 43, 0.16);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 rgba(20, 20, 43, 0.24);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 rgba(58, 114, 255, 0.06);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 rgba(58, 114, 255, 0.08);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 rgba(58, 114, 255, 0.08);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 rgba(20, 20, 43, 0.04);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 rgba(20, 20, 43, 0.06);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 rgba(20, 20, 43, 0.1);
}

.style---heading {
  display: flex;
  min-height: 70vh;
  margin-bottom: 30px;
  padding: 72px 4vw;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(20, 20, 43, 0.08);
}

.inner-container {
  position: static;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-right: auto;
  margin-left: auto;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._864px {
  max-width: 864px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._608px {
  max-width: 608px;
}

.inner-container._608px.mg-bottom-40px {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
}

.inner-container._442px {
  max-width: 442px;
}

.inner-container._428px {
  max-width: 428px;
}

.inner-container._352px {
  max-width: 352px;
}

.inner-container._468px {
  max-width: 468px;
}

.inner-container._468px._100-mbl {
  max-width: 100%;
}

.inner-container._464px {
  max-width: 464px;
}

.inner-container._610px {
  max-width: 610px;
}

.inner-container._688px {
  max-width: 688px;
}

.inner-container._618px {
  max-width: 618px;
}

.inner-container._420px {
  max-width: 420px;
}

.inner-container._420px._100-tablet {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex: 0 auto;
  grid-column-gap: 20px;
}

.inner-container._466px {
  max-width: 466px;
}

.inner-container._866px {
  max-width: 866px;
}

.inner-container._614px {
  max-width: 614px;
}

.inner-container._524px {
  max-width: 524px;
}

.inner-container._120px {
  max-width: 120px;
}

.inner-container._672px {
  max-width: 672px;
}

.inner-container._550px {
  max-width: 550px;
}

.inner-container._84px {
  max-width: 84px;
}

.inner-container._570px {
  max-width: 570px;
}

.inner-container._1080px {
  max-width: 1080px;
}

.inner-container._100px {
  width: 100px;
  max-width: 100px;
}

.inner-container._470px {
  max-width: 470px;
}

.inner-container._652px {
  max-width: 652px;
}

.inner-container._1174px {
  max-width: 1174px;
}

.inner-container._804px {
  max-width: 804px;
}

.inner-container._178px {
  max-width: 178px;
}

.inner-container._178px.blog-post-author-avatar-container {
  overflow: hidden;
  min-width: 178px;
  margin-right: 32px;
  border-radius: 100%;
}

.inner-container._708px {
  max-width: 708px;
}

.inner-container._66px {
  max-width: 66px;
}

.inner-container._854px {
  max-width: 854px;
}

.inner-container._1140px {
  max-width: 1140px;
}

.inner-container._684px {
  max-width: 684px;
}

.inner-container._18px {
  max-width: 18px;
}

.inner-container._606px {
  max-width: 606px;
}

.inner-container._90px {
  max-width: 90px;
}

.inner-container._940px {
  max-width: 940px;
}

.inner-container._494px {
  max-width: 494px;
}

.style---content-heading {
  display: flex;
  margin-bottom: 60px;
  padding: 48px;
  align-items: center;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(20, 20, 43, 0.08);
}

.style---heading-icon-wrapper {
  margin-right: 18px;
  border-radius: 24px;
  background-color: #111029;
}

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

.style---content-wrapper {
  padding-top: 40px;
  padding-right: 4vw;
  padding-left: 4vw;
}

.border-radius-16px {
  border-radius: 16px;
}

.style---card-wrapper {
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.06);
}

.style---components-wrapper {
  border-radius: 24px;
  background-color: #fff;
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  padding: 48px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background-color: #111029;
}

.btn-primary {
  padding: 26px 38px;
  justify-content: center;
  border-style: none;
  border-width: 1px;
  border-color: #111029;
  border-radius: 96px;
  background-color: #111029;
  transition: border-color 300ms ease, background-color 300ms ease, transform 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transform-style: preserve-3d;
}

.btn-primary:hover {
  border-color: #11845b;
  background-color: #11845b;
  transform: translate3d(0px, -6px, 0.01px);
  color: #fff;
}

.btn-primary.small {
  display: none;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb.anbiantis {
  padding: 13px 12px;
  background-color: #414054;
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0px;
}

.btn-primary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-primary.white {
  border-color: #fff;
  background-color: #fff;
  color: #111029;
}

.btn-primary.inside-input {
  position: absolute;
  left: auto;
  top: 6px;
  right: 6px;
  bottom: 6px;
  display: flex;
  padding: 18px 24px;
  justify-content: center;
  align-items: center;
}

.btn-primary.inside-input.default {
  top: 8px;
  right: 8px;
  bottom: 8px;
  padding: 16px 24px;
}

.btn-primary.inside-input.newsletter-cta {
  top: 10px;
  right: 12px;
  bottom: 10px;
  padding-right: 38px;
  padding-left: 38px;
  border-color: #fff;
  background-color: #fff;
  color: #111029;
}

.btn-primary.inside-input.green {
  background-color: #11845b;
}

.btn-primary.inside-input.green:hover {
  border-style: none;
}

.btn-primary.button-row {
  margin-right: 24px;
  letter-spacing: 1px;
}

.btn-primary.download-app {
  display: flex;
}

.btn-primary.btn-next {
  margin-right: 14px;
  margin-left: 14px;
  border-style: none;
  border-width: 0px;
  font-size: 18px;
}

.btn-primary.hover-none {
  transition: none 0ms ease;
}

.btn-primary.hover-none:hover {
  background-color: #111029;
  transform: none;
}

.btn-secondary {
  display: none;
  padding: 26px 38px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #111029;
  border-radius: 48px;
  background-color: transparent;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #111029;
  line-height: 1.111em;
  text-align: center;
  transform-style: preserve-3d;
}

.btn-secondary:hover {
  background-color: #111029;
  transform: translate3d(0px, -6px, 0.01px);
  color: #fff;
}

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

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-secondary.white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.btn-secondary.white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #111029;
}

.btn-secondary.btn-previous {
  margin-right: 14px;
  margin-left: 14px;
  font-size: 18px;
}

.badge-primary {
  display: inline-block;
  padding: 18px 28px;
  border-radius: 40px;
  background-color: #111029;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.badge-primary.white {
  background-color: #fff;
  color: #111029;
}

.badge-primary.light {
  background-color: #eff0f6;
  color: #111029;
}

.badge-primary.light.tab {
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(58, 114, 255, 0.08);
  transition: transform 300ms ease, background-color 300ms ease;
  text-align: center;
  transform-style: preserve-3d;
}

.badge-primary.light.tab:hover {
  background-color: #dcddeb;
  transform: translate3d(0px, -6px, 0.01px);
}

.badge-primary.light.tab.w--current {
  border-style: none;
  background-color: #111029;
  color: #fff;
}

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

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary {
  display: inline-block;
  padding: 18px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(20, 20, 43, 0.06);
  color: #111029;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.badge-secondary.white {
  border-color: #fff;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}

.badge-secondary.light {
  border-width: 0px;
  background-color: #f7f7fc;
  box-shadow: none;
}

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

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary.category-badges {
  margin-left: 24px;
  transition: transform 300ms ease, border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
}

.badge-secondary.category-badges:hover {
  border-style: solid;
  border-color: #57596c;
  background-color: #57596c;
  transform: translate3d(0px, -3px, 0.01px);
  color: #fff;
}

.badge-secondary.category-badges.w--current {
  border-color: #111029;
  background-color: #111029;
  color: #fff;
  cursor: default;
}

.badge-secondary.category-badges.w--current:hover {
  border-color: #3a71ff;
  background-color: #3a71ff;
}

.badge-secondary.career-details {
  display: flex;
  padding: 16px 22px 16px 26px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

.badge-secondary.career-details.first {
  margin-right: 18px;
}

.input {
  min-height: 68px;
  margin-bottom: 0px;
  padding: 16px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.08);
  transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  font-size: 18px;
  line-height: 20px;
}

.input:hover {
  border-color: #a0a3bd;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.1);
}

.input:focus {
  border-color: #11845b;
  color: #111029;
}

.input.-wfp-focus {
  border-color: #11845b;
  color: #111029;
}

.input::-moz-placeholder {
  color: #57596c;
  font-size: 18px;
}

.input::-ms-input-placeholder {
  color: #57596c;
  font-size: 18px;
}

.input::placeholder {
  color: #57596c;
  font-size: 18px;
}

.input.small {
  min-height: 46px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::-moz-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

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

.input.large {
  min-height: 76px;
}

.input.mg-bottom-16px {
  margin-bottom: 16px;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::-moz-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0px;
}

.input.footer-input-dark {
  display: block;
  border-style: solid;
  border-color: #414054;
  background-color: #414054;
  transition: border-color 300ms ease, box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  color: #eff0f6;
}

.input.footer-input-dark:hover {
  border-color: #57596c;
}

.input.footer-input-dark:focus {
  border-color: #a0a3bd;
}

.input.footer-input-dark::-moz-placeholder {
  color: #fff;
}

.input.footer-input-dark::-ms-input-placeholder {
  color: #fff;
}

.input.footer-input-dark::placeholder {
  color: #fff;
}

.input.newsletter-cta {
  width: 100%;
  min-height: 94px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  background-color: hsla(0, 0%, 100%, 0.5);
  transition: border-color 300ms ease, box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  color: #fff;
}

.input.newsletter-cta:hover {
  border-color: #a0a3bd;
}

.input.newsletter-cta:focus {
  border-color: #dcddeb;
}

.input.newsletter-cta::-moz-placeholder {
  color: #fff;
}

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

.input.newsletter-cta::placeholder {
  color: #fff;
}

.input.dropdown {
  min-height: 72px;
  padding: 0px;
  border-style: none;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  color: #57596c;
  font-size: 16px;
  line-height: 1.125em;
}

.input.dropdown-wrapper {
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.input.dropdown-wrapper.mg-bottom-16px {
  min-height: 72px;
}

.input.cart-quantity-input {
  border-radius: 20px;
}

.position-relative {
  position: relative;
}

.text-area {
  min-height: 144px;
  padding: 16px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 22px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.08);
  transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  font-size: 18px;
  line-height: 28px;
}

.text-area:hover {
  border-color: #a0a3bd;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.1);
}

.text-area:focus {
  border-color: #11845b;
  color: #111029;
}

.text-area::-moz-placeholder {
  color: #57596c;
  font-size: 18px;
}

.text-area::-ms-input-placeholder {
  color: #57596c;
  font-size: 18px;
}

.text-area::placeholder {
  color: #57596c;
  font-size: 18px;
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::-moz-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.small::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.checkbox-field-wrapper {
  display: flex;
  margin-bottom: 24px;
  padding-left: 0px;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  border-width: 1px;
  border-color: #dcddeb;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(20, 20, 43, 0.06);
  transition: border-color 300ms ease, background-color 300ms ease;
}

.checkbox:hover {
  border-color: #3a71ff;
}

.checkbox.w--redirected-checked {
  margin-top: 0px;
  margin-left: 0px;
  border-color: #3a71ff;
  background-color: #3a71ff;
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-height: 28px;
  min-width: 28px;
}

.checkbox.small {
  min-height: 22px;
  min-width: 22px;
  border-radius: 5px;
}

.radio-button-field-wrapper {
  display: flex;
  margin-bottom: 24px;
  padding-left: 0px;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  border-color: #dcddeb;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(20, 20, 43, 0.06);
  transition: border-color 300ms ease, border-width 300ms ease, background-color 300ms ease;
}

.radio-button:hover {
  border-color: #3a71ff;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #3a71ff;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-height: 28px;
  min-width: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-height: 22px;
  min-width: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fit, 290px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.avatar-circle {
  overflow: hidden;
  width: 100%;
  border-radius: 50%;
  transform: translate(0px, 0px);
}

.avatar-circle._01 {
  width: 32px;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
}

.avatar-circle._02 {
  width: 48px;
  height: 48px;
  max-height: 48px;
  max-width: 48px;
}

.avatar-circle._03 {
  width: 64px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
}

.avatar-circle._04 {
  width: 80px;
  height: 80px;
  max-height: 80px;
  max-width: 80px;
}

.avatar-circle._05 {
  width: 120px;
  height: 120px;
  max-height: 120px;
  max-width: 120px;
}

.avatar-circle._05.team-member-card {
  width: 136px;
  height: 136px;
  max-height: 136px;
  max-width: 136px;
  margin-bottom: 8px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
}

.avatar-circle._06 {
  width: 160px;
  height: 160px;
  max-height: 160px;
  max-width: 160px;
}

.avatar-circle._07 {
  width: 206px;
  height: 206px;
  max-height: 206px;
  max-width: 206px;
}

.avatar-circle._07.team-member-page-avatar {
  width: 100%;
  height: auto;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
}

.avatar-circle._08 {
  width: 380px;
  height: 380px;
  max-height: 380px;
  max-width: 380px;
}

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

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fit, 36px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-icon-font {
  font-family: 'Social Icons Font', sans-serif;
  line-height: 1;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-font.testimonial-icon {
  margin-left: auto;
  padding-left: 16px;
  color: #1c9bf0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.social-icon-square {
  display: flex;
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f7f7fc;
  transition: background-color 300ms ease, color 300ms ease;
  text-decoration: none;
}

.social-icon-square:hover {
  background-color: #3a71ff;
  color: #fff;
}

.social-icon-square.size-10px {
  width: 10px;
}

.line-rounded-icon {
  font-family: 'Line Rounded Icons', sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  display: inline-block;
  margin-left: 6px;
}

.line-rounded-icon.link-icon-left {
  display: inline-block;
  margin-right: 6px;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.success-message-check {
  margin-right: 8px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.top {
  margin-right: 0px;
  margin-bottom: 24px;
  color: #11845b;
  font-size: 72px;
  line-height: 1em;
}

.line-rounded-icon.font-size-24px {
  font-size: 24px;
}

.line-rounded-icon.link-icon {
  display: inline-block;
}

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

.line-square-icon {
  font-family: 'Line Square Icons', sans-serif;
}

.filled-icons {
  font-family: 'Filled Icons', sans-serif;
}

.rich-text img {
  border-radius: 24px;
}

.rich-text p {
  margin-bottom: 16px;
}

.rich-text h2 {
  margin-bottom: 24px;
}

.rich-text h3 {
  margin-top: 32px;
  margin-bottom: 12px;
}

.rich-text figure {
  width: 100%;
  max-width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
}

.rich-text ul {
  margin-top: 24px;
  margin-bottom: 48px;
}

.rich-text ol {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text h6 {
  margin-top: 32px;
}

.rich-text h5 {
  margin-bottom: 16px;
}

.rich-text h4 {
  margin-top: 32px;
  margin-bottom: 12px;
}

.rich-text li {
  padding-left: 16px;
}

.rich-text blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
}

.style---dropdown-wrapper-sidebar {
  overflow: hidden;
  width: 100%;
}

.style---dropdown-toggle {
  display: flex;
  width: 100%;
  padding: 18px 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eff0f6;
  transition: color 300ms ease;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.style---dropdown-toggle:hover {
  color: #3a71ff;
}

.style---dropdown-toggle.w--open {
  color: #3a71ff;
}

.buttons-row {
  display: block;
  align-items: center;
}

.buttons-row.center {
  justify-content: center;
}

.style---dropdown-list-sidebar {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eff0f6;
  background-color: #fff;
}

.style---dropdown-link-sidebar {
  display: flex;
  padding: 12px 16px 12px 20px;
  flex-direction: row;
  align-items: center;
  border-right: 4px solid transparent;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #57596c;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: #57596c;
  background-color: #f7f7fc;
  color: #57596c;
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: #111029;
  background-color: #eff0f6;
  color: #111029;
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
  border-radius: 10px;
  background-color: #111029;
}

.style---sidebar-wrapper {
  display: flex;
  overflow: scroll;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.style---logo-wrapper {
  width: 100%;
  padding: 38px 22px;
  border-bottom: 1px solid #eff0f6;
  background-color: #f7f7fc;
  color: #57596c;
  text-align: center;
  text-decoration: none;
}

.width-100 {
  width: 100%;
  flex: 0 auto;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-right: 20px;
  padding-left: 20px;
}

.style---logo-sidebar {
  transition: opacity 300ms ease;
}

.style---logo-sidebar:hover {
  opacity: 0.6;
}

.container-default {
  max-width: 1356px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
}

.container-default.z-index-1 {
  position: relative;
  z-index: 1;
}

.container-default.order-confirmation {
  display: block;
}

.section {
  position: relative;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 180px;
}

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

.section.top {
  position: relative;
  z-index: 1;
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.top.pd-bottom-230px {
  padding-bottom: 230px;
}

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

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

.section.top.pd-top-72px {
  padding-top: 72px;
}

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

.section.top.ambientis {
  position: relative;
  padding-bottom: 300px;
}

.section.template-pages-hero {
  padding-top: 148px;
  padding-bottom: 148px;
  background-color: #111029;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-image-right {
  position: static;
  z-index: 1;
  overflow: hidden;
  height: auto;
  max-height: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.hero-image-right.home {
  display: flex;
  height: 80vh;
  align-items: center;
}

.section.bg-neutral-800.position-relative---z-index-1 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #111029;
}

.section.bg-neutral-800.position-relative---z-index-1.ambient {
  overflow: visible;
  background-image: url('../images/floatin-right-02-2.webp'), url('../images/floatin-left-01-dark.webp');
  background-position: 100% 0%, 0% 100%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.section.position-relative---z-index-1.revers {
  top: 0px;
  display: none;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 180px;
}

.section.position-relative---z-index-1.hero {
  padding-top: 120px;
  padding-bottom: 180px;
}

.section.position-relative---z-index-1.hero.home-sect-1ion {
  padding-bottom: 0px;
}

.section.position-relative---z-index-1.amb {
  margin-top: 96px;
  padding-top: 180px;
  padding-bottom: 0px;
}

.section.cta {
  padding-top: 194px;
  padding-bottom: 194px;
  background-color: #111029;
  background-image: url('../images/bg-blur-4-web3-webflow-ecommerce-template.jpg');
  background-position: 50% 100%;
  background-size: 130%;
  background-repeat: no-repeat;
}

.section.medium {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.pd-240px {
  padding-top: 240px;
  padding-bottom: 240px;
}

.link-wrapper {
  display: inline-block;
  transition: none 0ms ease;
  color: #111029;
}

.link-wrapper:hover {
  color: #3a71ff;
}

.link-wrapper.color-primary {
  color: #3a71ff;
}

.link-wrapper.color-primary:hover {
  color: #111029;
}

.link-wrapper.white {
  color: #fff;
}

.link-wrapper.white:hover {
  color: #f2f1ff;
}

.link-text {
  display: inline-block;
  transition: color 300ms ease;
}

.heading-h1-size {
  color: #111029;
  font-size: 54px;
  line-height: 1.222em;
  font-weight: 600;
}

.heading-h2-size {
  color: #111029;
  font-size: 46px;
  line-height: 1.304em;
  font-weight: 600;
}

.heading-h3-size {
  color: #111029;
  font-size: 24px;
  line-height: 1.417em;
  font-weight: 600;
}

.heading-h4-size {
  color: #111029;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 600;
}

.heading-h4-size.color-neutral-500 {
  color: #a0a3bd;
}

.heading-h5-size {
  color: #111029;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 600;
}

.heading-h6-size {
  color: #111029;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 600;
}

.header-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: transparent;
}

.header-wrapper.ambientis {
  position: relative;
}

.header-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex: 0 0 auto;
}

.header-nav-menu-list {
  z-index: 1;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}

.header-nav-link {
  padding: 0px;
  color: #111029;
  font-weight: 600;
}

.header-nav-link:hover {
  color: #11845b;
}

.header-nav-link.w--current {
  color: #111029;
}

.header-nav-link.w--current:hover {
  color: #11845b;
}

.header-nav-link.footer {
  flex: 0 0 auto;
  color: #fff;
  text-decoration: none;
}

.header-nav-link.active {
  color: #11845b;
}

.header-nav-list-item {
  margin-bottom: 0px;
  padding-left: 32px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.middle {
  padding-right: 22px;
  padding-left: 22px;
}

.dropdown-toggle {
  display: flex;
  padding: 0px;
  align-items: center;
  transition: color 300ms ease;
  color: #111029;
}

.dropdown-toggle:hover {
  color: #3a71ff;
}

.dropdown-column-wrapper {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
  transform: translate(-50%, 0px);
}

.dropdown-link {
  width: 100%;
  padding: 0px;
  color: #57596c;
  line-height: 20px;
}

.dropdown-link:hover {
  color: #3a71ff;
}

.dropdown-link.w--current {
  color: #57596c;
}

.dropdown-link.w--current:hover {
  color: #3a71ff;
}

.dropdown-link.special {
  padding-bottom: 6px;
  border-bottom: 3px solid #111029;
  transition: border-color 300ms ease, color 300ms ease;
  color: #111029;
  font-weight: 600;
}

.dropdown-link.special:hover {
  border-bottom-color: #3a71ff;
  color: #3a71ff;
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.pd-48px {
  padding: 48px;
}

.header-logo {
  width: auto;
  max-width: 240px;
}

.header-logo-link {
  padding-left: 0px;
  transition: transform 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
}

.header-logo-link:hover {
  transform: translate3d(0px, -3px, 0.01px);
}

.hamburger-menu-wrapper {
  padding: 0px;
  transform-style: preserve-3d;
}

.hamburger-menu-wrapper.w--open {
  background-color: transparent;
}

.hamburger-menu-bar {
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 20px;
  background-color: #111029;
}

.header-right-side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-middle {
  display: flex;
  margin-left: 0px;
  justify-content: flex-end;
  flex: 1;
}

.btn-circle-primary {
  display: flex;
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #111029;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  transform-style: preserve-3d;
}

.btn-circle-primary:hover {
  background-color: #3a71ff;
  transform: scale3d(0.94, 0.94, 1.01);
  color: #fff;
}

.btn-circle-primary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 22px;
}

.btn-circle-primary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-primary.white {
  background-color: #fff;
  color: #111029;
}

.btn-circle-primary.white:hover {
  background-color: #f2f1ff;
  color: #3a71ff;
}

.btn-circle-secondary {
  display: flex;
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #111029;
  font-size: 26px;
  text-decoration: none;
  transform-style: preserve-3d;
}

.btn-circle-secondary:hover {
  border-color: #3a71ff;
  background-color: #111029;
  transform: scale3d(0.94, 0.94, 1.01);
  color: #fff;
}

.btn-circle-secondary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-secondary.white {
  border-color: #fff;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}

.btn-circle-secondary.white:hover {
  border-color: #3a71ff;
  background-color: #3a71ff;
}

.utility-page-wrap {
  position: relative;
  display: flex;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
}

.display-none {
  display: none;
}

.social-media-grid-top {
  justify-content: start;
  justify-items: start;
  flex: 1;
  grid-template-columns: repeat(auto-fit, 36px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-media-grid-top.right {
  justify-content: end;
  justify-items: end;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.social-media-grid-top.right.center-tablet {
  display: flex;
  justify-items: stretch;
  align-items: stretch;
  flex: 0 0 auto;
  grid-auto-flow: column;
}

.social-media-grid-top.center {
  justify-content: center;
  justify-items: center;
}

.flex-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px none #000;
}

.flex-horizontal.start {
  justify-content: flex-start;
}

.flex-horizontal.children-wrap {
  flex-wrap: wrap;
}

.footer-wrapper {
  position: relative;
  z-index: 1;
  background-color: #111029;
}

.footer-logo {
  max-width: 100%;
  transition: transform 300ms ease;
  -o-object-fit: fill;
  object-fit: fill;
  transform-style: preserve-3d;
}

.footer-logo:hover {
  transform: scale3d(0.92, 0.92, 1.01);
}

.footer-logo-wrapper {
  display: flex;
  margin-bottom: 0px;
  justify-content: flex-start;
  align-items: center;
}

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

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

.footer-link {
  color: #dcddeb;
  text-decoration: none;
}

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

.footer-link.special {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 3px solid #fff;
  transition: border-color 300ms ease, color 300ms ease;
  color: #fff;
  font-weight: 600;
}

.footer-link.special:hover {
  border-bottom-color: #a0a3bd;
  color: #a0a3bd;
}

.footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
  border-top: 1px none hsla(0, 0%, 100%, 0.1);
}

.footer-top.amb {
  padding-top: 96px;
  padding-bottom: 56px;
  border-top-style: solid;
}

.footer-bottom {
  padding-top: 56px;
  padding-bottom: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.footer-bottom.text-left.text-center-mb {
  padding-top: 32px;
  padding-bottom: 32px;
}

.success-message {
  width: 100%;
  padding: 28px 28px 32px;
  border-radius: 90px;
  background-color: #3a71ff;
  color: #fff;
}

.success-message.white-message {
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #3a71ff;
  background-color: #fff;
  color: #3a71ff;
}

.success-message.white-message._68px {
  min-height: 68px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-style: none;
}

.success-message.white-message.border-radius-34px {
  flex: 1;
  border-radius: 34px;
}

.success-message.white-message.border-none {
  border-style: none;
}

.error-message {
  margin-top: 20px;
  padding: 20px 24px;
  border-radius: 16px;
  background-color: #ffeff0;
  color: #ff5a65;
  text-align: center;
}

.grid-footer-paragrah---social-media {
  align-items: center;
  -ms-grid-columns: 1fr 0.4fr;
  grid-template-columns: 1fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.grid-subscribe-form-button-down {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-footer-3-columns {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 48px;
  grid-row-gap: 64px;
  -ms-grid-columns: 6fr 4fr 2fr;
  grid-template-columns: 6fr 4fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-footer-3-columns.amb {
  grid-auto-flow: row;
  grid-column-gap: 64px;
  grid-row-gap: 59px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

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

.text-center.mg-bottom-134px {
  margin-bottom: 66px;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.floating-item {
  position: absolute;
}

.floating-item.bg-blob-1 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -2;
  width: 44%;
}

.floating-item.bg-blob-2 {
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  width: 56%;
}

.floating-item.video-section-left-item {
  position: relative;
  left: -5%;
  z-index: 1;
  width: 35%;
  max-width: 450px;
  margin-top: -48%;
  margin-right: auto;
  transform-origin: 0% 100%;
}

.floating-item.video-section-right-item {
  right: 0%;
  z-index: 1;
  width: 34%;
  max-width: 446px;
  margin-top: 11%;
  transform-origin: 100% 100%;
}

.floating-item.bg-blob-3 {
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 34%;
}

.floating-item.bg-blob-4 {
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 34%;
}

.floating-item.bg-blob-footer {
  left: 0px;
  bottom: 0px;
  z-index: -1;
  width: 60%;
}

.floating-item.bg-blob-5 {
  left: 0px;
  top: 0px;
  z-index: -1;
}

.floating-item.bg-blob-6 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -30%;
  z-index: -1;
  display: block;
  width: 66%;
  margin-top: 0px;
}

.floating-item.bg-blob-6.revers {
  left: auto;
  top: -22%;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
}

.floating-item.bg-blob-7 {
  left: 0px;
  top: 0px;
  z-index: -1;
}

.floating-item.bg-blob-8 {
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: inline-block;
}

.floating-item.bg-blob-blog-post {
  bottom: -8%;
  z-index: -1;
  width: 88%;
}

.floating-item.bg-blob-9 {
  top: -176px;
  right: 0px;
  z-index: -1;
}

.floating-item.bg-blob-10 {
  left: auto;
  top: auto;
  right: -16%;
  bottom: -14%;
  z-index: -1;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.play-button-large {
  border-radius: 50%;
  box-shadow: 0 28px 46px 0 rgba(49, 48, 112, 0.2);
  transition: transform 300ms ease;
  transform-style: preserve-3d;
}

.play-button-large:hover {
  transform: scale3d(0.94, 0.94, 1.01);
}

.overflow-hidden {
  overflow: hidden;
}

.video-bg-image {
  filter: blur(3px);
}

.lightbox-video-icon-wrapper {
  display: flex;
  width: 15%;
  justify-content: center;
  align-items: center;
  border-radius: 9999999px;
}

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

.cta-section {
  position: relative;
  overflow: hidden;
  padding-top: 126px;
  padding-bottom: 114px;
  background-color: #111029;
  background-image: url('../images/bg-blur-9-web3-webflow-ecommerce-template.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.grid-6-columns.table-row {
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto;
  border-bottom: 1px solid #dcddeb;
}

.logo-strip-full-width {
  display: none;
  justify-content: center;
  align-items: center;
}

.accordion-item-wrapper {
  display: flex;
  width: 100%;
  padding: 48px 64px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
  transition: transform 300ms ease;
  cursor: pointer;
  transform-style: preserve-3d;
}

.accordion-item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1.01);
}

.accordion-item-wrapper.horizontal {
  margin-bottom: -1px;
  padding: 46px 0px;
  justify-content: space-between;
  border-width: 1px 0px;
  border-top-color: hsla(0, 0%, 100%, 0.2);
  border-bottom-style: none;
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  transition: border-color 300ms ease, transform 300ms ease;
  color: #fff;
  transform-style: preserve-3d;
}

.accordion-item-wrapper.horizontal:hover {
  transform: translate3d(8px, 0px, 0.1px);
}

.accordion-item-wrapper.horizontal.last {
  border-bottom-style: solid;
}

.accordion-header {
  display: flex;
  align-items: center;
}

.acordion-body {
  overflow: hidden;
  width: 100%;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-spacer._6px {
  min-height: 6px;
}

.accordion-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.accordion-content-wrapper.v2 {
  width: 100%;
  max-width: 780px;
  margin-top: 10px;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-right: 0px;
  margin-left: 24px;
}

.accordion-icon-wrapper {
  display: flex;
  width: 92px;
  height: 92px;
  min-height: 92px;
  min-width: 92px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  font-size: 30px;
}

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

.accordion-big-number-wrapper {
  display: flex;
  margin-top: 18px;
  align-items: flex-start;
}

.tabs-wrapper.tabs-left {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  -ms-grid-columns: 0.91fr 1fr;
  grid-template-columns: 0.91fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-menu {
  display: flex;
  margin-bottom: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.tabs-menu.tabs-vertical {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tabs-menu.integrations-page-content {
  display: flex;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-content {
  overflow: visible;
}

.empty-state {
  padding: 26px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
  text-align: center;
}

.heading-link {
  transition: color 300ms ease;
}

.heading-link:hover {
  color: #3a71ff;
}

.heading-link.team-member-heading {
  transition: none 0ms ease;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.large.template-pages.k2 {
  border-radius: 34px;
  background-image: linear-gradient(306deg, #eaf4ff, #fff);
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

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

.height-100 {
  height: 100%;
}

.blog-card-featured-wrapper {
  width: 100%;
  color: #57596c;
  text-decoration: none;
}

.blog-card-featured-wrapper:hover {
  color: #57596c;
}

.blog-card-image {
  width: 100%;
}

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

.blog-card-image-wrapper {
  overflow: hidden;
  width: 100%;
  border-radius: 24px;
  transform: translate(0px, 0px);
}

.blog-card-image-wrapper.featured-v1 {
  display: flex;
}

.blog-card-image-wrapper.mg-bottom-32px {
  position: relative;
}

.blog-card-title.display-5 {
  margin-bottom: 22px;
}

.categories-badges-item-wrapper {
  display: flex;
  flex-direction: row;
}

.categories-badges-wrapper {
  display: flex;
  justify-content: flex-end;
}

.blog-card-wrapper {
  max-width: 412px;
  margin-left: auto;
  transition: none 0ms ease;
  color: #57596c;
  text-decoration: none;
}

.blog-card-wrapper:hover {
  color: #57596c;
}

.divider-details {
  width: 40px;
  height: 1px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: #a0a3bd;
}

.divider-details.vertical {
  width: 1px;
  height: 100%;
  min-height: 24px;
  margin-right: 24px;
  margin-left: 24px;
}

._404-not-found {
  margin-bottom: 8px;
  color: #111029;
  font-size: 182px;
  line-height: 1.121em;
  font-weight: 500;
}

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

.template-pages---nav-item-link {
  display: flex;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 300ms ease, color 300ms ease;
  color: #57596c;
  text-decoration: none;
}

.template-pages---nav-item-link:hover {
  background-color: #f7f7fc;
  color: #2f2c42;
}

.template-pages---nav-item-link.w--current {
  background-color: #f7f7fc;
  color: #111029;
  font-weight: 700;
}

.template-pages---nav-item-link.k2 {
  background-color: #2f2c42;
  color: #fff;
}

.template-pages---nav-item-link.k2:hover {
  background-color: #111029;
}

.template-pages---nav-item-link.k2.w--current {
  background-color: #111029;
}

.template-pages---phography-wrapper {
  overflow: hidden;
  border-radius: 16px;
  transition: transform 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
}

.template-pages---phography-wrapper:hover {
  transform: scale3d(0.94, 0.94, 1.01);
}

.apple-pay-btn {
  border-radius: 90px;
}

.apple-pay-btn.order-summary {
  height: 50px;
}

.checkout-form {
  min-height: auto;
  padding: 0px;
  background-color: transparent;
}

.checkout-col-left {
  margin-right: 0px;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  padding: 0px 0px 15px;
  border-width: 0px 0px 1px;
  border-bottom-color: #eff0f6;
  background-color: transparent;
}

.checkout-block-content {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: 0px solid #000;
  background-color: transparent;
}

.shipping-list {
  border: 0px solid #000;
}

.shipping-method {
  padding: 31px 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #eff0f6;
}

.shipping-price {
  color: #111029;
  font-weight: 700;
}

.order-item-list {
  margin-bottom: 0px;
}

.order-item {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eff0f6;
}

.order-list-price {
  color: #111029;
  font-weight: 700;
}

.order-list-title {
  margin-bottom: 8px;
  color: #111029;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.order-item-image {
  border-radius: 14px;
}

.order-option-item {
  padding-left: 0px;
}

.order-item-bold {
  color: #111029;
  font-weight: 700;
}

.order-summary-price {
  color: #111029;
}

.discounts-wrapper {
  margin-top: 32px;
  padding: 32px 0px 0px;
  border-width: 1px 0px 0px;
  border-top-color: #eff0f6;
}

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

.display-5 {
  font-size: 26px;
  line-height: 1.538em;
  font-weight: 600;
}

.display-6 {
  font-size: 38px;
  line-height: 1.158em;
  font-weight: 600;
}

.position-absolute {
  position: absolute;
}

.position-absolute.bg-blur-top {
  top: -104px;
  z-index: -1;
  width: 100%;
}

.position-absolute.bg-blur-top.top-0 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.position-absolute.bg-blur-1 {
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
}

.position-absolute.bg-blur-2 {
  top: 21%;
  right: -20%;
  z-index: -1;
  width: 96%;
}

.position-absolute.bg-blur-3 {
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
}

.position-absolute.bg-blur-4 {
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
}

.position-absolute.team-member-card-bg-top {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 154px;
}

.position-absolute.team-member-page-bg-top {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  width: 100%;
  max-height: 195px;
}

.position-absolute.bg-blur-5 {
  left: -10%;
  top: -16%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 120%;
  max-width: none;
}

.position-absolute.bg-blur-6 {
  left: 0px;
  bottom: -455px;
  z-index: -1;
}

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

.hero-image---shadow-1 {
  border-radius: 56px 56px 0px 0px;
  box-shadow: 0 16px 74px 0 rgba(18, 47, 119, 0.14);
}

.divider-logo-strip {
  display: block;
  width: 10px;
  height: 10px;
  min-height: 10px;
  min-width: 10px;
  margin-right: 68px;
  margin-left: 68px;
  border-radius: 99999px;
  background-color: #dcddeb;
}

.logo-strip-full-width-container {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: flex;
  overflow: hidden;
  padding-top: 74px;
  padding-bottom: 74px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 14px 64px 0 rgba(17, 16, 41, 0.04);
}

.logo-strip-full-width-container.k2 {
  padding-top: 74px;
  padding-bottom: 74px;
}

.z-index-1---overflow-hidden {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.video-bg-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.7);
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.flex.children-wrap {
  flex-wrap: wrap;
}

.flex.align-end {
  align-items: flex-end;
}

.video-section-main-wrapper {
  display: flex;
  margin-bottom: 48px;
  flex-direction: column;
  align-items: flex-end;
}

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

.section-divider-container {
  display: block;
  overflow: visible;
  max-width: 1356px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 0px;
  opacity: 1;
}

.section-divider-container.dark {
  display: block;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #111029;
}

.section-divider {
  overflow: visible;
  height: 1px;
  max-width: 1356px;
  background-color: #dcddeb;
  opacity: 1;
}

.section-divider.dark {
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  background-color: rgba(220, 221, 235, 0.19);
}

.tab-item-wrapper {
  width: 100%;
}

.tab-image {
  width: 100%;
}

.color-blue {
  color: #1c9bf0;
}

.testimonial-avatar-container {
  max-width: 62px;
  margin-right: 14px;
}

.testimonial-card-top {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}

.testimonial-cards-blur {
  position: absolute;
}

.testimonial-cards-blur.top {
  left: 0%;
  top: 3%;
  right: 0%;
  bottom: auto;
  min-height: 176px;
  background-image: linear-gradient(180deg, #111029, rgba(17, 16, 41, 0));
}

.testimonial-cards-blur.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 240px;
  background-image: linear-gradient(180deg, rgba(17, 16, 41, 0), #111029 82%);
}

.social-icon-circle {
  display: flex;
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 58px;
  background-color: #2f2c42;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 0em;
  text-decoration: none;
  transform-style: preserve-3d;
}

.social-icon-circle:hover {
  background-color: #57596c;
  transform: translate3d(0px, -3px, 0.01px);
  color: #fff;
}

.social-icon-circle.lang {
  display: flex;
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-left: 24px;
  justify-content: center;
  border-radius: 40px;
  background-color: #414054;
  font-size: 14px;
}

.social-icon-circle.lang:hover {
  background-color: #57596c;
}

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

._2-overlapping-images-container {
  position: relative;
  z-index: 1;
  display: flex;
  width: 96%;
  flex-direction: column;
  justify-content: space-between;
}

._2-overlapping-images {
  border-radius: 12%;
}

._2-overlapping-images.image-left {
  width: 70%;
}

._2-overlapping-images.image-right {
  width: 74%;
  margin-top: -52%;
  margin-left: auto;
}

.mg-bottom-40px-mbp {
  display: flex;
  justify-content: space-between;
}

.mg-bottom-40px-mbp.centered.banner {
  padding: 48px;
}

.team-member-card-main-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: none 0ms ease;
  text-decoration: none;
}

.blog-post-author-link-container {
  display: -ms-grid;
  display: grid;
  margin-bottom: -32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  transition: none 0ms ease;
  color: #57596c;
  text-decoration: none;
}

.blog-post-author-link-container:hover {
  color: #57596c;
}

.team-member-card-main-top-container {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  margin-left: 18px;
  align-items: flex-end;
}

.show-on-mobile {
  display: none;
}

.mg-left-auto-desktop {
  margin-left: auto;
}

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

.mg-top-auto {
  margin-top: auto;
}

.integrations-page-bg-gradient {
  min-height: 256px;
  border-radius: 44px;
}

.integrations-page-avatar {
  position: relative;
  display: block;
  width: 100%;
  margin: -102px auto 32px;
  border-radius: 9999999px;
}

.arrow-link-container {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.arrow-link-container:hover {
  color: #3a71ff;
}

.password-protected-icon {
  width: 100%;
  max-width: 68px;
  margin-bottom: 24px;
}

.table-icon {
  max-width: 42px;
  min-width: 42px;
  margin-right: 10px;
}

.table-column {
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: right;
}

.table-column.name {
  min-width: 200px;
  text-align: left;
}

.table-column.price {
  min-width: 94px;
}

.table-column.market-cap {
  min-width: 152px;
}

.table-column.volume {
  min-width: 142px;
}

.table-column.supply {
  min-width: 170px;
}

.table-column.info {
  min-width: 106px;
  text-align: left;
}

.overflow-auto {
  overflow: auto;
}

.integrations-page-avatar-wrapper {
  position: relative;
  z-index: 1;
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
}

.integrations-page-avatar-background {
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 99999999999px;
  background-color: #fff;
}

.cart-button {
  margin-right: 16px;
  padding: 0px;
  align-items: center;
  background-color: transparent;
  transition: none 0ms ease;
  color: #111029;
}

.cart-button:hover {
  color: #111029;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  margin-left: 0px;
  padding: 0px;
  background-color: transparent;
  color: #111029;
  font-size: 18px;
  line-height: 1.667px;
  font-weight: 500;
}

.cart-container {
  border-radius: 34px;
}

.pd-left-0 {
  padding-left: 0px;
}

.capitalize {
  text-transform: capitalize;
}

.loading-bar-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 900000000000000;
  display: none;
}

.loading-bar {
  min-height: 4px;
  background-color: #3a71ff;
}

.success-message-inner-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #57596c;
}

.success-message-inner-container.horizontal {
  flex-direction: row;
}

.form {
  margin-bottom: 0px;
}

.form.min-h-94px {
  display: flex;
  min-height: 94px;
}

.form.footer-subscribe {
  display: flex;
  min-height: 68px;
  margin-bottom: 12px;
  flex-direction: column;
  justify-content: flex-start;
}

.blog-post-featured-image {
  width: 100%;
  margin-top: 76px;
  border-radius: 94px;
}

.blog-post-author-social-media-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin-left: auto;
}

.home-hero-logo {
  margin-bottom: 100px;
}

.body {
  color: #111029;
}

.media-weraper {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-futer-wraper {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-wraper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 32px;
}

.div-block {
  display: -ms-grid;
  display: grid;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr 0.25fr;
  grid-template-columns: 0.5fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  display: flex;
}

.footer-link-amb {
  color: #fff;
}

.footer-link-amb:hover {
  color: #11845b;
}

.footer-link-amb.transperent {
  color: #a0a3bd;
}

.footer-link-amb.transperent:hover {
  color: #11845b;
}

.div-block-3 {
  flex: 0 auto;
}

.logo-wraper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.image {
  flex: 1;
}

.heading {
  display: flex;
  justify-content: center;
}

.div-block-4 {
  padding-right: 100px;
}

.paragraph {
  padding-right: 0px;
  font-weight: 500;
}

.content-column-wraper {
  padding-right: 100px;
}

.text-wraper {
  display: flex;
  grid-column-gap: 16px;
}

.image-2 {
  width: 26px;
  height: 26px;
  max-width: none;
  margin-top: 0px;
  padding-top: 0px;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-2 {
  font-weight: 500;
}

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

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

.text-block {
  color: #111029;
}

.line {
  display: block;
  width: 72.265625px;
  height: 4px;
  margin-bottom: 20px;
  background-color: #1c75bc;
}

.title-wraper {
  margin-bottom: 28px;
  padding-bottom: 0px;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    -ms-grid-columns: 0.3fr 1fr;
    grid-template-columns: 0.3fr 1fr;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .style---typography-block-grid {
    -ms-grid-columns: minmax(auto, 380px) 0.8fr;
    grid-template-columns: minmax(auto, 380px) 0.8fr;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    max-width: 46px;
    margin-right: 14px;
    border-radius: 12px;
  }

  .style---logo-wrapper {
    display: flex;
    justify-content: center;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .floating-item.bg-blob-1 {
    bottom: 0px;
  }

  .floating-item.bg-blob-2 {
    bottom: 0px;
    z-index: 0;
  }

  .floating-item.bg-blob-blog-post {
    bottom: -12%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-card-featured {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-categories {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .grid-2-columns.hero-image-right {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-image-right.reverse {
    display: flex;
  }

  .grid-2-columns._1-4fr---1fr._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._8fr---1fr._1-col-tablet {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-2-columns._8fr---1fr._1-col-tablet.invert {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-2-columns._8fr---1fr.gap-row-80px {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-75fr---1fr._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style---navigation-sidebar {
    position: static;
    max-height: 100%;
    min-height: auto;
    box-shadow: none;
  }

  .card.form {
    min-height: 648px;
    padding: 54px 32px;
  }

  .card.checkout-block {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.interface-bottom-none {
    border-radius: 32px;
  }

  .card.interface-bottom-none.mg-bottom-40px {
    border-radius: 24px;
  }

  .card.features {
    padding-top: 48px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .card.video-container {
    border-radius: 32px;
  }

  .card.tab {
    padding: 32px;
  }

  .card.tab.w--current {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.milestones {
    padding: 40px 40px 48px;
  }

  .card.career-link {
    padding-right: 48px;
    padding-left: 48px;
  }

  .card.blog-post-author {
    padding-right: 48px;
    padding-left: 48px;
  }

  .card.team-member-page {
    padding: 80px 40px;
  }

  .card.pricing.mg-top-100px-desktop {
    margin-top: 0px;
  }

  .card.integrations-page-description {
    padding: 80px 72px 64px;
  }

  .card.token-page {
    padding: 72px 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card._404 {
    padding: 80px 56px;
  }

  .grid-4-columns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider.no-mg-top {
    margin-top: 0px;
  }

  .style---typography-block-grid {
    -ms-grid-columns: minmax(auto, 250px) 1fr;
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

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

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .mg-bottom-80px {
    margin-bottom: 64px;
  }

  .display-1 {
    font-size: 64px;
  }

  .display-1.ambientis {
    font-size: 60px;
  }

  .grid-1-column.gap-row-36px.testimonials-last-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-1-column.gap-row-30px {
    align-content: stretch;
  }

  .grid-1-column.gap-row-30px.values-card-second-column {
    margin-top: 0px;
    align-items: stretch;
    align-content: start;
  }

  .gap-row-56px {
    grid-row-gap: 40px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2 {
    font-size: 58px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-3.accordion-big-number {
    margin-right: 32px;
  }

  .display-4 {
    font-size: 22px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 24px;
  }

  .text-400 {
    font-size: 22px;
  }

  .text-300.semi-bold.footer-title {
    margin-bottom: 24px;
  }

  .text-300.semi-bold.color-neutral-100 {
    text-align: center;
  }

  .grid-3-columns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.gap-row-56px._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._428px._100-tablet {
    max-width: 100%;
  }

  .inner-container._420px._100-tablet {
    max-width: 100%;
  }

  .inner-container._524px._100-tablet {
    max-width: 100%;
  }

  .inner-container._524px._100-tablet.revers {
    display: block;
  }

  .inner-container._672px._100-tablet {
    width: 100%;
    max-width: 100%;
  }

  .inner-container._550px._100-tablet {
    width: 100%;
    max-width: 100%;
  }

  .inner-container._494px._100-tablet {
    max-width: 100%;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    margin-left: 16px;
  }

  .btn-primary.large {
    padding: 26px 52px;
  }

  .btn-secondary.large {
    padding: 26px 52px;
  }

  .badge-secondary.category-badges {
    margin-right: 24px;
    margin-left: 0px;
  }

  .avatar-circle._06 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    height: 160px;
    max-height: 160px;
    max-width: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    height: 280px;
    max-height: 280px;
    max-width: 280px;
  }

  .line-rounded-icon.success-message-check.top {
    font-size: 56px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .container-default {
    overflow: visible;
    margin-bottom: 0px;
  }

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

  .section.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.top {
    padding-top: 80px;
  }

  .section.top.pd-bottom-230px {
    padding-bottom: 180px;
  }

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

  .section.top.ambientis {
    margin-top: -120px;
    margin-bottom: -211px;
    padding-bottom: 200px;
  }

  .section.hero-image-right {
    padding-top: 96px;
  }

  .section.bg-neutral-800.position-relative---z-index-1 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section.bg-neutral-800.position-relative---z-index-1.ambient {
    overflow: visible;
    margin-bottom: 0px;
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section.position-relative---z-index-1 {
    padding-bottom: 0px;
  }

  .section.position-relative---z-index-1.revers {
    top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 96px;
  }

  .section.position-relative---z-index-1.hero {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 98px;
    padding-bottom: 96px;
  }

  .section.position-relative---z-index-1.amb {
    padding-top: 96px;
  }

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

  .section.medium {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section.pd-200px {
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .section.pd-240px {
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .heading-h1-size {
    font-size: 48px;
  }

  .heading-h2-size {
    font-size: 30px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

  .heading-h4-size {
    font-size: 22px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-wrapper.ambientis {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-color: transparent;
  }

  .header-nav-menu-wrapper {
    left: 0%;
    top: 90px;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    padding: 24px 24px 96px;
    justify-content: space-between;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    background-color: #fff;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: center;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0px;
  }

  .header-nav-list-item.show-in-tablet {
    display: none;
  }

  .header-nav-list-item.middle {
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-nav-list-item.middle.amb {
    margin-bottom: 24px;
  }

  .dropdown-column-wrapper {
    border-width: 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-pd {
    padding: 20px 0px 14px;
  }

  .dropdown-pd.pd-48px {
    padding: 48px 0px 32px;
  }

  .hamburger-menu-wrapper {
    margin-right: 20px;
    transition: transform 300ms ease, opacity 300ms ease;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale3d(0.9, 0.9, 1.01);
  }

  .hamburger-menu-wrapper.w--open {
    margin-right: 20px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .display-none.show-on-tablet {
    display: block;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .social-media-grid-top.right.center-tablet {
    justify-content: center;
  }

  .footer-logo {
    max-width: 230px;
  }

  .footer-logo-wrapper {
    justify-content: center;
  }

  .footer-logo-wrapper.w--current {
    justify-content: center;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-top.amb {
    padding-top: 96px;
    padding-bottom: 56px;
  }

  .footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-bottom.text-left.text-center-mb {
    text-align: center;
  }

  .error-message.password {
    margin-right: 32px;
    margin-left: 32px;
  }

  .grid-footer-paragrah---social-media {
    grid-row-gap: 14px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-footer-3-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-center.mg-bottom-134px.mg-bottom-48px-tablet {
    margin-bottom: 48px;
  }

  .floating-item.bg-blob-1 {
    top: 8%;
  }

  .floating-item.video-section-left-item {
    border-radius: 30px;
  }

  .floating-item.bg-blob-5 {
    width: 50%;
  }

  .floating-item.bg-blob-6 {
    left: 0%;
    top: 15%;
    right: auto;
    bottom: auto;
  }

  .floating-item.bg-blob-6.revers {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
  }

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

  .grid-6-columns.table-row {
    margin-bottom: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-bottom-style: none;
  }

  .accordion-item-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .accordion-item-wrapper.horizontal:hover {
    transform: translate(6px, 0px);
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .accordion-content-wrapper.v2 {
    margin-top: 8px;
  }

  .accordion-icon-wrapper {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    font-size: 22px;
  }

  .accordion-big-number-wrapper {
    margin-top: 8px;
  }

  .tabs-wrapper.tabs-left {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tabs-menu.tabs-vertical {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-card-image {
    width: 100%;
  }

  .blog-card-image-wrapper.featured-v1 {
    height: 100%;
  }

  .blog-card-image-wrapper.mg-bottom-32px {
    margin-bottom: 20px;
  }

  .categories-badges-wrapper {
    justify-content: flex-start;
  }

  .blog-card-wrapper {
    max-width: 600px;
  }

  .template-pages---phography-wrapper {
    border-radius: 10px;
  }

  .display-5 {
    font-size: 20px;
  }

  .display-6 {
    font-size: 30px;
  }

  .position-absolute.bg-blur-top {
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .position-absolute.bg-blur-top.top-0 {
    top: 0%;
  }

  .position-absolute.bg-blur-2 {
    top: 38%;
    right: -20%;
    width: 100%;
  }

  .position-absolute.team-member-card-bg-top {
    min-height: 160px;
  }

  .position-absolute.team-member-page-bg-top {
    max-height: 140px;
  }

  .position-absolute.bg-blur-5 {
    top: -6%;
  }

  .divider-logo-strip {
    margin-right: 42px;
    margin-left: 42px;
  }

  .mg-0-tablet {
    margin: 0px;
  }

  .social-icon-circle.lang {
    margin-left: 0px;
    justify-content: center;
    flex: 0 auto;
  }

  .mg-bottom-134px {
    margin-bottom: 118px;
  }

  .mg-bottom-40px-mbp.centered {
    justify-content: center;
  }

  .mg-bottom-40px-mbp.centered.banner {
    padding: 0px;
  }

  .mg-left-auto-desktop {
    margin-left: 0px;
  }

  .integrations-page-bg-gradient {
    min-height: 200px;
    margin-top: -40px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .table-column {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dcddeb;
    text-align: left;
  }

  .cart-button {
    margin-right: 0px;
    margin-left: 24px;
  }

  .form.footer-subscribe {
    justify-content: space-between;
  }

  .blog-post-featured-image {
    margin-top: 64px;
    border-radius: 56px;
  }

  .hidden-on-tablet {
    display: none;
  }

  .blog-post-author-social-media-wrapper {
    width: 45%;
  }

  .media-weraper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: minmax(400px, 1fr);
    grid-template-columns: minmax(400px, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .div-block-2 {
    justify-content: flex-start;
  }

  .logo-wraper {
    display: flex;
    max-width: 200px;
    justify-content: space-between;
    align-items: stretch;
    flex: 0 0 auto;
  }

  .div-block-4 {
    padding-right: 0px;
  }

  .paragraph {
    padding-right: 0px;
  }

  .content-column-wraper {
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  p {
    font-size: 16px;
    line-height: 1.6;
  }

  img {
    flex: 1;
  }

  blockquote {
    padding: 80px 32px;
    border-radius: 18px;
    font-size: 20px;
  }

  .grid-2-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.style---styleguide-wrapper {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .grid-2-columns._1-col-tablet.revers {
    display: flex;
    flex-direction: column-reverse;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .grid-2-columns._2-col-mbl {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns._2-col-mbl.gap-row-30px {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.checkout-page {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-image-right.reverse {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .grid-2-columns._8fr---1fr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._8fr---1fr.gap-row-56px {
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._8fr---1fr._1-col-tablet.invert {
    margin-top: 96px;
  }

  .card.form {
    min-height: 595px;
    padding: 56px 32px;
  }

  .card.tab-image-container {
    flex-direction: column;
    border-radius: 40px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.interface-bottom-none {
    border-radius: 34px;
  }

  .card.features {
    max-width: 100%;
  }

  .card.video-container {
    border-radius: 24px;
  }

  .card.values {
    padding: 48px 24px;
  }

  .card.values.ambientis {
    min-height: auto;
    justify-content: flex-start;
  }

  .card.team-member {
    padding-top: 64px;
    padding-bottom: 56px;
  }

  .card.milestones {
    padding: 32px 32px 40px;
  }

  .card.career-link {
    padding: 40px 24px 48px;
    grid-column-gap: 32px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card.blog-post-author {
    padding: 48px 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .card.team-member-page {
    padding: 64px 32px;
    border-radius: 32px;
  }

  .card.pricing {
    padding: 40px 32px 48px;
  }

  .card.add-to-cart {
    max-width: 100%;
    padding: 48px 32px;
  }

  .card.contact-link {
    -ms-grid-columns: 60px 1fr;
    grid-template-columns: 60px 1fr;
  }

  .card.social-media-link {
    padding: 48px 24px;
  }

  .card.career-description {
    padding: 56px 32px;
  }

  .card.career-apply {
    width: 100%;
    max-width: 100%;
    padding: 40px 32px;
  }

  .card.integration {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.integrations-page-description {
    padding: 56px 40px 40px;
  }

  .card.token-page {
    padding: 56px 40px;
    grid-row-gap: 48px;
  }

  .card._404 {
    padding: 56px 32px;
  }

  .card.password-protected {
    padding: 80px 32px;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._34px---52px {
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

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

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

  .mg-bottom-56px {
    margin-bottom: 40px;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .mg-bottom-80px {
    margin-bottom: 48px;
  }

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

  .mg-top-80px {
    margin-top: 64px;
  }

  .mg-right-40px.mg-bottom-24px-mbl {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .text-200 {
    font-size: 16px;
  }

  .display-1 {
    font-size: 48px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .grid-1-column.gap-row-52px {
    grid-row-gap: 48px;
  }

  .grid-1-column.gap-row-52px.gap-row-32px-mbl {
    grid-row-gap: 32px;
  }

  .grid-1-column.gap-row-36px {
    grid-column-gap: 0px;
    grid-row-gap: 18px;
  }

  .grid-1-column.gap-row-36px.testimonials-last-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-1-column.gap-row-30px.values-card-second-column {
    margin-top: 0px;
  }

  .grid-1-column.gap-row-40px {
    grid-column-gap: 0px;
    grid-row-gap: 26px;
  }

  .gap-row-56px {
    grid-row-gap: 32px;
  }

  .display-2 {
    font-size: 35px;
  }

  .display-2.max-width-540 {
    width: auto;
  }

  .display-2.amb.text-center.mg-bottom-48px {
    font-size: 60px;
  }

  .display-2.amb.text-center.mg-bottom-48px.top-heading {
    font-size: 40px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 20px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 20px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-300.semi-bold.footer-title {
    margin-bottom: 24px;
  }

  .text-100 {
    font-size: 14px;
  }

  .grid-3-columns {
    grid-column-gap: 36px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .grid-3-columns._3-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 56px;
  }

  .grid-3-columns.gap-row-56px._2-col-mbl {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.testimonial-cards-section {
    margin-top: 48px;
  }

  .grid-3-columns.gap-column-30px.gap-row-40px {
    grid-column-gap: 30px;
    grid-row-gap: 26px;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._468px._100-mbl {
    max-width: 100%;
  }

  .inner-container._614px._100-mbl {
    max-width: 100%;
  }

  .inner-container._120px._80px-mbl {
    max-width: 80px;
  }

  .inner-container._84px._64px-mbl {
    max-width: 64px;
  }

  .inner-container._100px._80px-mbl {
    max-width: 80px;
  }

  .inner-container._470px._100-mbl {
    max-width: 100%;
  }

  .inner-container._178px.blog-post-author-avatar-container {
    max-width: 150px;
    min-width: 150px;
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .inner-container.centered {
    width: 100%;
    text-align: center;
  }

  .style---content-heading {
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 18px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
    border-radius: 16px;
  }

  .style---content-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.inside-input.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.light.tab {
    margin-left: 0px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary.category-badges {
    margin-top: 6px;
    margin-right: 12px;
    margin-bottom: 6px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .input.footer-input-dark {
    min-height: 68px;
  }

  .input.newsletter-cta {
    min-height: 88px;
  }

  .input.dropdown {
    min-height: 64px;
  }

  .text-area {
    border-radius: 18px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    height: 64px;
    max-height: 64px;
    max-width: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    height: 120px;
    max-height: 120px;
    max-width: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .avatar-circle._07.team-member-page-avatar {
    border-width: 6px;
  }

  .avatar-circle._08 {
    width: 220px;
    height: 220px;
    max-height: 220px;
    max-width: 220px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .line-rounded-icon.success-message-check.top {
    margin-bottom: 16px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .rich-text figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .rich-text ul {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 24px;
  }

  .rich-text ol {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 24px;
  }

  .rich-text blockquote {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

  .container-default {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

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

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

  .section.top {
    padding-top: 64px;
  }

  .section.top.pd-bottom-230px {
    padding-bottom: 100px;
  }

  .section.top.pd-bottom-140px {
    padding-bottom: 64px;
  }

  .section.top.pd-top-72px {
    padding-top: 64px;
  }

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.hero-image-right {
    margin-top: 0px;
    padding-top: 96px;
  }

  .section.bg-neutral-800.position-relative---z-index-1 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .section.bg-neutral-800.position-relative---z-index-1.ambient {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.position-relative---z-index-1.hero {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 96px;
  }

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

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

  .section.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.pd-240px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .dropdown-pd.pd-48px {
    padding-bottom: 24px;
  }

  .header-logo {
    max-width: 240px;
  }

  .hamburger-menu-bar {
    width: 36px;
  }

  .btn-circle-primary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-primary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .social-media-grid-top.right.left-mbp {
    justify-content: start;
  }

  .social-media-grid-top.right.left-mbl {
    justify-content: start;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-top.amb {
    padding-top: 96px;
    padding-bottom: 56px;
  }

  .footer-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .error-message.password {
    margin-right: 24px;
    margin-left: 24px;
  }

  .grid-footer-paragrah---social-media {
    grid-row-gap: 8px;
  }

  .floating-item.bg-blob-1 {
    left: -94%;
    top: 4%;
    width: 160%;
    max-width: none;
  }

  .floating-item.video-section-left-item {
    border-radius: 22px;
  }

  .floating-item.bg-blob-5 {
    top: 350px;
  }

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

  .grid-6-columns.table-row {
    margin-bottom: 48px;
    grid-column-gap: 40px;
  }

  .logo-strip-full-width {
    display: none;
    margin-left: 0px;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.horizontal {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .accordion-content-wrapper.v2 {
    margin-top: 2px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-icon-wrapper {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    font-size: 20px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .tabs-wrapper.tabs-left {
    flex-direction: column;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .tabs-menu.tabs-vertical {
    grid-row-gap: 16px;
  }

  .tabs-menu.integrations-page-content {
    width: auto;
    margin: -1px 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-right: 32px;
    padding-left: 32px;
  }

  .pd---content-inside-card.template-pages---sidebar.k2 {
    display: none;
  }

  .blog-card-image-wrapper.mg-bottom-32px {
    margin-bottom: 16px;
  }

  .categories-badges-item-wrapper {
    flex-wrap: wrap;
  }

  .categories-badges-wrapper {
    flex-wrap: wrap;
  }

  ._404-not-found {
    font-size: 120px;
  }

  .display-5 {
    font-size: 18px;
  }

  .display-6 {
    font-size: 26px;
  }

  .position-absolute.bg-blur-top.top-0 {
    top: -20%;
  }

  .position-absolute.bg-blur-2 {
    top: 56%;
    right: -37%;
    width: 140%;
    max-width: none;
  }

  .position-absolute.team-member-card-bg-top {
    max-height: 130px;
    min-height: 130px;
  }

  .position-absolute.team-member-page-bg-top {
    max-height: 110px;
  }

  .position-absolute.bg-blur-5 {
    left: -6%;
    top: 2%;
    width: 120%;
  }

  .divider-logo-strip {
    display: none;
  }

  .logo-strip-full-width-container {
    padding: 48px 0px;
  }

  .flex.vertical-mbl {
    flex-direction: column;
  }

  .position-static-mbl {
    position: static;
  }

  .mg-bottom-134px {
    margin-bottom: 100px;
  }

  ._2-overlapping-images-container {
    width: 100%;
  }

  .text-breaking-no-wrap {
    white-space: nowrap;
  }

  .blog-post-author-link-container {
    margin-bottom: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    transition: none 0ms ease;
  }

  .team-member-card-main-top-container {
    margin-bottom: 16px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .show-on-mobile {
    display: block;
  }

  .hidden-on-mobile {
    display: none;
  }

  .integrations-page-bg-gradient {
    min-height: 160px;
    margin-top: -32px;
    border-radius: 30px;
  }

  .integrations-page-avatar {
    margin-top: -72px;
    margin-bottom: 24px;
    border-width: 8px;
  }

  .table-column {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .integrations-page-avatar-wrapper {
    max-width: 140px;
  }

  .cart-button {
    margin-right: 24px;
    margin-left: 0px;
  }

  .cart-quantity {
    font-size: 16px;
  }

  .cart {
    order: -1;
  }

  .form.min-h-94px {
    min-height: 90px;
  }

  .form.footer-subscribe {
    min-height: 61px;
  }

  .blog-post-featured-image {
    margin-top: 40px;
    border-radius: 32px;
  }

  .blog-post-author-social-media-wrapper {
    width: 100%;
  }

  .home-hero-logo {
    max-width: 80%;
    margin-bottom: 0px;
  }

  .div-block {
    -ms-grid-columns: minmax(auto, auto);
    grid-template-columns: minmax(auto, auto);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  blockquote {
    padding: 56px 24px;
    font-size: 18px;
  }

  .grid-2-columns.form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._2-col-mbl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._2-col-mbl.gap-row-18px {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns._2-col-mbl.gap-row-30px {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-image-right.reverse {
    display: flex;
    flex-direction: column-reverse;
    grid-auto-flow: row;
    grid-column-gap: 30px;
    grid-row-gap: 60px;
  }

  .grid-2-columns._8fr---1fr._1-col-tablet.invert {
    -ms-grid-rows: minmax(auto, 0.25fr) auto;
    grid-template-rows: minmax(auto, 0.25fr) auto;
  }

  .grid-2-columns.gap-row-56px._2-col-mbl {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .card.form {
    min-height: 794px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.tab-image-container {
    padding-top: 40px;
    padding-right: 26px;
    padding-left: 26px;
    flex-direction: column;
  }

  .card.interface-bottom-none {
    border-radius: 24px;
  }

  .card.features {
    padding-top: 32px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.video-container {
    width: 100%;
  }

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

  .card.values {
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.values.ambientis {
    min-height: auto;
    padding: 0px;
  }

  .card.milestones {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.career-link {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .card.blog-post-author {
    padding: 40px 32px;
  }

  .card.team-member-page {
    padding: 48px 24px;
  }

  .card.pricing {
    padding: 32px 24px 40px;
  }

  .card.add-to-cart {
    padding: 40px 24px;
  }

  .card.contact-link {
    max-width: 100%;
  }

  .card.social-media-link {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.career-description {
    padding: 48px 24px;
    border-radius: 20px;
  }

  .card.career-apply {
    padding: 32px 24px;
  }

  .card.integration {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.integrations-page-description {
    padding: 40px 24px 24px;
  }

  .card.token-page {
    padding: 32px 24px;
  }

  .card._404 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.password-protected {
    padding: 48px 24px;
  }

  .grid-4-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-4-columns._2-col-mbp {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .mg-bottom-24px.mg-bottom-24px-mbp {
    margin-bottom: 24px;
  }

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

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

  .mg-bottom-64px {
    margin-bottom: 40px;
  }

  .mg-bottom-80px {
    margin-bottom: 40px;
  }

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

  .mg-top-80px {
    margin-top: 56px;
  }

  .display-1 {
    font-size: 40px;
  }

  .display-1.ambientis {
    font-size: 40px;
  }

  .grid-1-column.gap-row-30px.values-card-second-column {
    margin-top: 0px;
  }

  .grid-1-column.gap-row-30px.revers {
    margin-top: 0px;
  }

  .display-2 {
    font-size: 34px;
  }

  .display-2.max-width-540 {
    width: auto;
  }

  .display-2.amb.text-center.mg-bottom-48px {
    font-size: 63px;
  }

  .display-3 {
    font-size: 24px;
  }

  .display-3.accordion-big-number {
    display: none;
  }

  .paragraph-small.color-neutral-500.mg-bottom-0 {
    text-align: center;
  }

  .grid-3-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.gap-row-56px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.gap-row-56px._2-col-mbl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container {
    align-self: flex-start;
  }

  .inner-container._352px._100-mbp {
    max-width: 100%;
  }

  .inner-container._120px._80px-mbp {
    max-width: 80px;
  }

  .inner-container._178px.blog-post-author-avatar-container {
    max-width: 120px;
    min-width: 120px;
    margin-bottom: 24px;
  }

  .inner-container.centered {
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .style---content-heading {
    padding-right: 22px;
    padding-left: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    margin-right: 14px;
    border-radius: 16px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.inside-input {
    position: static;
    margin-top: 16px;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.inside-input.white {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.button-row {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .btn-primary.btn-next {
    width: auto;
    margin: 8px;
    font-size: 16px;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-secondary.btn-previous {
    width: auto;
    margin: 8px;
    font-size: 16px;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.light.tab {
    margin-right: 6px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary.category-badges {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .badge-secondary.career-details {
    padding-right: 20px;
    padding-left: 20px;
  }

  .badge-secondary.career-details.first {
    margin-right: 8px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::-moz-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .input.newsletter-cta {
    min-height: 64px;
  }

  .input.dropdown {
    min-height: 56px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-height: 22px;
    min-width: 22px;
  }

  .checkbox.large {
    min-height: 26px;
    min-width: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-height: 22px;
    min-width: 22px;
  }

  .radio-button.large {
    min-height: 26px;
    min-width: 26px;
  }

  .avatar-circle._05.team-member-card {
    width: 100px;
    height: 100px;
    max-height: 100px;
    max-width: 100px;
  }

  .social-icon-square {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .line-rounded-icon.success-message-check.top {
    font-size: 48px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .container-default {
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
  }

  .section {
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 96px;
  }

  .section.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.top {
    padding-top: 48px;
  }

  .section.top.pd-bottom-230px {
    padding-bottom: 96px;
  }

  .section.top.pd-bottom-140px {
    padding-bottom: 48px;
  }

  .section.top.pd-top-72px {
    padding-top: 64px;
  }

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.hero-image-right {
    padding-top: 96px;
  }

  .section.hero-image-right.home {
    height: auto;
    min-height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.position-relative---z-index-1.hero {
    margin-top: -70px;
    margin-bottom: -32px;
  }

  .section.position-relative---z-index-1.amb {
    margin-top: 0px;
    padding-top: 48px;
  }

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

  .section.medium {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.pd-240px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .header-nav-menu-wrapper {
    padding-bottom: 64px;
  }

  .header-nav-menu-list {
    flex-direction: column;
  }

  .header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }

  .dropdown-column-wrapper.w--open {
    transform: none;
  }

  .dropdown-pd.pd-48px {
    padding-top: 32px;
  }

  .header-logo {
    max-width: 204px;
  }

  .utility-page-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .social-media-grid-top.right.left-mbp {
    width: 100%;
    justify-content: start;
  }

  .social-media-grid-top.center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-top.amb {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .success-message.white-message._68px {
    border-radius: 40px;
  }

  .success-message.white-message.border-none {
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 48px;
  }

  .grid-subscribe-form-button-down {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-center.mg-bottom-134px.mg-bottom-48px-tablet {
    margin-bottom: 32px;
  }

  .text-center.mg-bottom-72px {
    margin-bottom: 40px;
  }

  .floating-item.bg-blob-1 {
    top: 10%;
  }

  .floating-item.video-section-left-item {
    margin-top: -54%;
    margin-left: -12px;
  }

  .floating-item.video-section-right-item {
    margin-top: 10%;
    margin-right: -12px;
  }

  .floating-item.bg-blob-5 {
    top: 406px;
    width: 60%;
  }

  .floating-item.bg-blob-6 {
    top: 12%;
  }

  .floating-item.bg-blob-6.revers {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .floating-item.bg-blob-10 {
    bottom: -4%;
  }

  .lightbox-video-icon-wrapper {
    width: 18%;
  }

  .cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
    background-position: 60% 100%;
  }

  .logo-strip-full-width {
    justify-items: center;
    grid-column-gap: 88px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .accordion-content-wrapper.v2 {
    margin-top: 0px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .tabs-menu.integrations-page-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .avatar-image {
    width: 100%;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-right: 24px;
    padding-left: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  ._404-not-found {
    font-size: 80px;
  }

  .order-item {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    flex-direction: column;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

  .order-item-content {
    margin-left: 0px;
  }

  .checkout-column {
    margin-bottom: 24px;
  }

  .display-6 {
    font-size: 22px;
  }

  .position-absolute.bg-blur-top.top-0 {
    top: -20%;
  }

  .position-absolute.team-member-card-bg-top {
    max-height: 120px;
    min-height: 120px;
  }

  .position-absolute.team-member-page-bg-top {
    height: 100%;
    max-height: 120px;
  }

  .divider-logo-strip {
    margin-right: 48px;
    margin-left: 48px;
  }

  .flex.align-center.mg-bottom-16px {
    margin-bottom: 16px;
  }

  .flex.align-end.vertical-center-mbp {
    flex-direction: column;
    align-items: center;
  }

  .video-section-main-wrapper {
    margin-bottom: 40px;
  }

  .section-divider-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .social-icon-circle {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    font-size: 14px;
  }

  .mg-bottom-24px-mbp {
    margin-bottom: 24px;
  }

  .mg-bottom-134px {
    margin-bottom: 80px;
  }

  .mg-bottom-40px-mbp {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .blog-post-author-link-container {
    margin-bottom: 24px;
  }

  .mg-bottom-18px-mbp {
    margin-bottom: 18px;
  }

  .team-member-card-main-top-container {
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .integrations-page-bg-gradient {
    min-height: 120px;
    margin-top: -40px;
  }

  .integrations-page-avatar {
    margin-top: -64px;
  }

  .password-protected-icon {
    max-width: 50px;
  }

  .table-column.name {
    min-width: 180px;
  }

  .integrations-page-avatar-wrapper {
    max-width: 120px;
  }

  .form.min-h-94px {
    min-height: 135px;
  }

  .form.footer-subscribe {
    min-height: 140px;
  }

  .blog-post-featured-image {
    margin-top: 24px;
    border-radius: 24px;
  }

  .home-hero-logo {
    max-width: 80%;
    margin-bottom: 0px;
  }

  .media-weraper {
    -ms-grid-columns: minmax(auto, 1fr);
    grid-template-columns: minmax(auto, 1fr);
  }

  .menu-wraper {
    flex-direction: column;
    grid-row-gap: 20px;
  }

  .mg-left-24px {
    margin-left: 0px;
  }
}

#w-node-_1f6a2894-a070-5598-9336-9f1f84c4727b-5808e226 {
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_75a29cfb-8e47-a3b9-e9bf-a3eafc3ee217-5808e226 {
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-a68c2de3-00a9-57c6-9b7c-fb311930e1bd-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e982c208-389a-cd44-129c-15ef924dad14-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_3dc554cf-77ab-b979-5526-a586cd0fe44d-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4902857f-b453-5d60-f93c-7f1e6131be72-5808e226 {
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_4eed5346-c9ae-8f59-4680-aefed43c2866-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6ff07a12-5eb1-c7b6-c700-541be418a42a-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6ff07a12-5eb1-c7b6-c700-541be418a42b-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6ff07a12-5eb1-c7b6-c700-541be418a432-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6ff07a12-5eb1-c7b6-c700-541be418a439-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dc2a713a-59d4-18d2-600d-8fdf00082152-5808e226 {
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_1be8a60e-3b9f-72e4-e1c0-e3f6457196ff-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fc7fdfa7-cadc-39d9-6dd8-035a528c09cd-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f600339d-8a5e-6694-949c-1096fcc8cabc-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cd29f982-7a90-bed4-391c-80065587e070-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c5e88956-85c7-4ad6-fd5c-6c167530678b-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c5e88956-85c7-4ad6-fd5c-6c167530678c-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c5e88956-85c7-4ad6-fd5c-6c167530679a-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c5e88956-85c7-4ad6-fd5c-6c16753067a8-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4affb31c-adc4-60dd-8363-a45ddf5ece5e-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4affb31c-adc4-60dd-8363-a45ddf5ece5f-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4affb31c-adc4-60dd-8363-a45ddf5ece6d-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4affb31c-adc4-60dd-8363-a45ddf5ece7b-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_86d9ed84-fd86-417b-3a7f-511ab357e01e-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-edcee0e3-3b11-cf48-4588-443761c3249a-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cfd66627-c1f0-9488-11a0-ebda1b9754d9-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cfd66627-c1f0-9488-11a0-ebda1b9754db-5808e226 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1ef10f37-d564-3308-4fd7-d44294cf49e0-94cf49d4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1ef10f37-d564-3308-4fd7-d44294cf49eb-94cf49d4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1ef10f37-d564-3308-4fd7-d44294cf49ec-94cf49d4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1ef10f37-d564-3308-4fd7-d44294cf49ee-94cf49d4 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1ef10f37-d564-3308-4fd7-d44294cf49f2-94cf49d4 {
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_1ef10f37-d564-3308-4fd7-d44294cf4a08-94cf49d4 {
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_1ef10f37-d564-3308-4fd7-d44294cf4a1e-94cf49d4 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_4da964d0-b1f4-bcec-eba4-94fe5f20c964-5f20c963 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4da964d0-b1f4-bcec-eba4-94fe5f20c96a-5f20c963 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4da964d0-b1f4-bcec-eba4-94fe5f20c970-5f20c963 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_4da964d0-b1f4-bcec-eba4-94fe5f20c976-5f20c963 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4da964d0-b1f4-bcec-eba4-94fe5f20c97c-5f20c963 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4da964d0-b1f4-bcec-eba4-94fe5f20c982-5f20c963 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7048f2af-4e30-2ae3-167c-42418f7f82d1-8f7f82b6 {
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_7048f2af-4e30-2ae3-167c-42418f7f82f3-8f7f82b6 {
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b0b46c05-7a05-a79c-53a7-b2f9572e8c8c-572e8c88 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b0b46c05-7a05-a79c-53a7-b2f9572e8c8d-572e8c88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b0b46c05-7a05-a79c-53a7-b2f9572e8c91-572e8c88 {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b0b46c05-7a05-a79c-53a7-b2f9572e8c9a-572e8c88 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b0b46c05-7a05-a79c-53a7-b2f9572e8c9e-572e8c88 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b0b46c05-7a05-a79c-53a7-b2f9572e8cab-572e8c88 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-b0b46c05-7a05-a79c-53a7-b2f9572e8cb7-572e8c88 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_61939d73-9cf6-b40c-dfc3-d681f0f3a661-ab08e239 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_61939d73-9cf6-b40c-dfc3-d681f0f3a668-ab08e239 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_61939d73-9cf6-b40c-dfc3-d681f0f3a66f-ab08e239 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a9ee3640-49b2-7c4b-73d0-e15c7f11c197-ab08e239 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dd4846db-5bf6-b9df-deee-9e8e0b2760e2-ab08e239 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_8d8f0bb0-9281-1917-9fe0-8f129e7c20d9-ab08e239 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6aa4e9a4-0a0d-e002-f892-1c9852138904-ab08e239 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_7ec0b782-b9f4-b248-34d3-feb4b0633019-ab08e239 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6dc55700-b906-7cd2-49d9-0e595d120f7d-ab08e239 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c12db985-7250-bf1b-050e-67ca3791ee14-ab08e239 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eede93ed-2ff0-6a92-6b0d-a42eee2e8741-ab08e239 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6864cf02-03ab-7d93-fe58-26aac3086deb-ab08e239 {
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6864cf02-03ab-7d93-fe58-26aac3086dec-ab08e239 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6864cf02-03ab-7d93-fe58-26aac3086df6-ab08e239 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_808513f2-9bea-3725-e500-f847a06762cc-ab08e239 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f1847372-9b59-03bc-c5a7-97351979a48b-ab08e239 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b2991662-6d88-9f99-343f-18aee1869bb3-ab08e239 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2f7f2276-01d1-54fd-fc9b-d1d465bf0a81-ab08e239 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_470cfdcd-7e7f-2773-1de5-9a571894c417-ab08e239 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb6cde4e-0c97-0447-15ad-5c36acbda9bb-ab08e239 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fa459c67-7836-a69c-603f-094f5838eddb-ab08e239 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c65bcd63-8d8f-4c80-b2f5-26ac60c80eb5-8d08e23b {
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_6dcd7e4a-ee39-4023-7b13-cffc238e3e73-7008e241 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_77b0c127-262e-a236-e8d6-a4d6aa10a371-7008e241 {
  -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-_77b0c127-262e-a236-e8d6-a4d6aa10a375-7008e241 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_22fd3448-d2f5-2148-7d67-0f2b678e03a8-7008e241 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f6b9e70a-cf96-3804-5d83-7c7131795374-7008e241 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ece5e4fd-b620-a869-6f4a-aaf7bae89e43-7008e241 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_82187361-9c41-998d-0bd1-ca396030700f-7008e241 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2e5d92a1-6c79-88b7-703c-0bf548b647ef-7008e241 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f1fd7dd0-db2f-e450-30d4-5c5cddfb8e6b-7008e241 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7749ba28-94f5-ad73-048b-5a3951b145c6-8908e245 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_59e9af9b-a30c-246c-53c0-e2626b29b64c-d508e246 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c50fd2ff-7157-5c20-e043-6fdc41c1fdef-6c08e247 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4bce319f-9d30-d7e9-b3fa-dae3b2089ae8-6c08e247 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ce4a7183-1193-9dad-7fd8-4c13f988a021-6c08e247 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ce4a7183-1193-9dad-7fd8-4c13f988a023-6c08e247 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9a477ead-f0d7-104a-bb22-5f362e16d262-7b08e248 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_60155e28-0e0a-a15a-221d-92e7adb963ab-7b08e248 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4ad5a0e0-18ac-659e-7722-dac19346e76e-dd08e249 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9e1aa957-3105-6adf-810e-edf37a3c7c7a-dd08e249 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-dec0c8ba-dda2-2dba-3189-c9ac8096ea29-dd08e249 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_15272b3c-02a1-4567-8285-abfa6b5729bb-2608e24a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f74aa95f-ed45-87b0-3fcc-ce7cfb88b4db-2608e24a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_14df780e-082a-6d37-4bdb-484a5432b68d-1708e275 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3987cdd9-85d2-689f-a1e0-7756c01cefb1-1708e275 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-de1c9731-f3a0-8810-cb8d-ba3de998a9fc-b808e288 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6616339b-c435-8b03-9ee9-3cdce4698c95-b808e288 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f1b5028b-9836-40f8-014e-c3d26f3277ab-b808e288 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1eaa23d4-f8e0-a067-e1f4-6f988dd1fc1d-b808e288 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d4a2daa6-1c31-e049-e09c-86fd0b84358c-4c08e296 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_5cb8d4c9-313a-8c78-a154-c3c152caa1f1-3908e2af {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fa6ad744-4d6f-cf4d-9cf9-bfa780b0d610-3908e2af {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e2a05658-a70e-41c6-2a77-bf0081aa96b8-3908e2af {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-9d08e2da {
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_41db9e68-dff6-ef77-5a44-45e3088f198d-2708e2d5 {
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-e108e2dd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b7e4ada-ef65-78b1-8f4d-9e4804dabb21-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_200295fa-85ea-c262-3800-6a546930001e-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8ce17239-2920-b191-9abe-5fb13fe58a86-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1f4d302-f1ba-50ee-d328-5f09a6095449-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_71659295-48de-7a87-94a5-2dbe88ef7732-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4ae1ed9a-1012-1ea0-f039-2225a08f95be-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f6fe4803-e601-4c21-5012-fe9d4914d3f7-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9d9ce8fc-36cb-b773-884d-6803471ea2ee-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_89c6a67a-2b5f-0f19-39ec-a89585fa3b61-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f2223c28-85b3-2752-14d2-9e1ce59a7d4a-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_33c13592-b2b3-2d6b-2718-b47442010890-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6c50a17a-dd7b-bcf8-3d7c-d4a5985f9fc1-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_694dd30c-42a5-297e-3055-fcc18b8cb302-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-effb2d27-aef9-a3b9-746a-62486d1a156c-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e0e99f5e-d3eb-14e2-ef47-851febce6d5e-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-df67defa-3e45-b23d-6634-af5f0a57f62b-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9affd6a6-1ec4-9c0a-e83d-ebdce5803daf-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d120e0f9-3be4-a72d-732a-e2fca10d03f3-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4aa38bef-107a-476d-0743-27a4145b922c-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4dea8a04-ea24-e588-07d6-06aa995b1a84-e108e2dd {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1556fde6-07a8-e1c0-926e-2f8dfe8a13d2-8408e2e1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1556fde6-07a8-e1c0-926e-2f8dfe8a13d5-8408e2e1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1556fde6-07a8-e1c0-926e-2f8dfe8a13d8-8408e2e1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1556fde6-07a8-e1c0-926e-2f8dfe8a13db-8408e2e1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1556fde6-07a8-e1c0-926e-2f8dfe8a13de-8408e2e1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1556fde6-07a8-e1c0-926e-2f8dfe8a13e1-8408e2e1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_5f5c3519-78e1-3e25-b52f-08e2b30f262e-8408e2e1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_42e293b4-e994-f41d-44d1-014d731f7d3b-8408e2e1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-feec7789-4654-6d31-2016-dd9eab46f6a5-8408e2e1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_714126ff-7bc9-7da5-6bf6-3c1c2a5b6e4b-8408e2e1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_65d1360b-b3cd-b305-f789-bfcf7122799d-8408e2e1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5a5e76b9-d425-33de-18a0-349b7a2b672d-8408e2e1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_346eddb3-67ba-2092-0d98-b13786448c7d-8408e2e1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ec0eac2d-3253-0e3d-80e8-9a62fe06c47a-8408e2e1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3d9fd37b-030d-402f-ed25-2da7310ad2ee-8408e2e1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d4a86658-2c99-8f79-b1d8-2ad695e5b38e-8408e2e1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6b9ccd9a-0b71-31b3-f427-4da986c44fb3-8408e2e1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1f6a2894-a070-5598-9336-9f1f84c4727b-4cc57052 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_75a29cfb-8e47-a3b9-e9bf-a3eafc3ee217-4cc57052 {
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-a3706b0c-1c29-9142-a84a-2618fab8090b-4cc57052 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a3706b0c-1c29-9142-a84a-2618fab8090e-4cc57052 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6a5b084d-93b1-3c9d-c495-3d839b3613e8-4cc57052 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_397a49c3-e043-65ae-a407-c766a868103e-4cc57052 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_397a49c3-e043-65ae-a407-c766a8681041-4cc57052 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0fe51c5e-824c-5fc6-4a38-0b4c412a80df-4cc57052 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0fe51c5e-824c-5fc6-4a38-0b4c412a80e0-4cc57052 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8055ebb1-6235-588a-1b81-a619f9bfb3a8-4cc57052 {
  -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-_96554afb-3a59-9a27-2243-87efad438e5c-4cc57052 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_0fe51c5e-824c-5fc6-4a38-0b4c412a80e1-4cc57052 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0fe51c5e-824c-5fc6-4a38-0b4c412a80e2-4cc57052 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0fe51c5e-824c-5fc6-4a38-0b4c412a80e9-4cc57052 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0fe51c5e-824c-5fc6-4a38-0b4c412a80f0-4cc57052 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  order: 9999;
}

#w-node-_0fe51c5e-824c-5fc6-4a38-0b4c412a80f1-4cc57052 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0fe51c5e-824c-5fc6-4a38-0b4c412a80f8-4cc57052 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0fe51c5e-824c-5fc6-4a38-0b4c412a80d7-4cc57052 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6fb2d16b-6c0a-24c6-81a1-81c0eec1ad80-4cc57052 {
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6fb2d16b-6c0a-24c6-81a1-81c0eec1ad81-4cc57052 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6fb2d16b-6c0a-24c6-81a1-81c0eec1ad89-4cc57052 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6fb2d16b-6c0a-24c6-81a1-81c0eec1ad8a-4cc57052 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6fb2d16b-6c0a-24c6-81a1-81c0eec1ad96-4cc57052 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6fb2d16b-6c0a-24c6-81a1-81c0eec1ada2-4cc57052 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6fb2d16b-6c0a-24c6-81a1-81c0eec1adae-4cc57052 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3ee80ccc-690e-8746-98a2-d84b8df51a12-caa1c313 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_3ee80ccc-690e-8746-98a2-d84b8df51a15-caa1c313 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c97a19e5-7c69-fff1-e253-9207b4a95f58-caa1c313 {
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c97a19e5-7c69-fff1-e253-9207b4a95f59-caa1c313 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c97a19e5-7c69-fff1-e253-9207b4a95f63-caa1c313 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c97a19e5-7c69-fff1-e253-9207b4a95f64-caa1c313 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f6574467-0feb-40e8-5a9d-29dc6a0b9918-caa1c313 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_385fa13f-dfa7-f137-61ed-5720bf4b6ec8-caa1c313 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_445cfc57-50f4-5959-66de-8f650b972479-caa1c313 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6dcd7e4a-ee39-4023-7b13-cffc238e3e73-38b78d78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_77b0c127-262e-a236-e8d6-a4d6aa10a371-38b78d78 {
  -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-_77b0c127-262e-a236-e8d6-a4d6aa10a375-38b78d78 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_470f89eb-d332-b6c7-6a32-9568b8be7980-2e11f679 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_470f89eb-d332-b6c7-6a32-9568b8be7983-2e11f679 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e356b62c-f864-44de-fefb-5e653431946f-354826ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e356b62c-f864-44de-fefb-5e6534319472-354826ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_1f6a2894-a070-5598-9336-9f1f84c4727b-5808e226 {
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_75a29cfb-8e47-a3b9-e9bf-a3eafc3ee217-5808e226 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e982c208-389a-cd44-129c-15ef924dad14-5808e226 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4affb31c-adc4-60dd-8363-a45ddf5ece5e-5808e226 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e43ed6ec-6dd5-7475-17e2-a61b29539617-5808e226 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1ef10f37-d564-3308-4fd7-d44294cf49d8-94cf49d4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1ef10f37-d564-3308-4fd7-d44294cf49ee-94cf49d4 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_1ef10f37-d564-3308-4fd7-d44294cf4a1e-94cf49d4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4da964d0-b1f4-bcec-eba4-94fe5f20c96a-5f20c963 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_4da964d0-b1f4-bcec-eba4-94fe5f20c970-5f20c963 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4da964d0-b1f4-bcec-eba4-94fe5f20c976-5f20c963 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_4da964d0-b1f4-bcec-eba4-94fe5f20c97c-5f20c963 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7048f2af-4e30-2ae3-167c-42418f7f82f3-8f7f82b6 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b0b46c05-7a05-a79c-53a7-b2f9572e8c8c-572e8c88 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b0b46c05-7a05-a79c-53a7-b2f9572e8c8d-572e8c88 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b0b46c05-7a05-a79c-53a7-b2f9572e8c90-572e8c88 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b0b46c05-7a05-a79c-53a7-b2f9572e8c9a-572e8c88 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b0b46c05-7a05-a79c-53a7-b2f9572e8c9e-572e8c88 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b0b46c05-7a05-a79c-53a7-b2f9572e8ca0-572e8c88 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b0b46c05-7a05-a79c-53a7-b2f9572e8ca8-572e8c88 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-b0b46c05-7a05-a79c-53a7-b2f9572e8cb7-572e8c88 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_61939d73-9cf6-b40c-dfc3-d681f0f3a661-ab08e239 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_61939d73-9cf6-b40c-dfc3-d681f0f3a668-ab08e239 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_61939d73-9cf6-b40c-dfc3-d681f0f3a66f-ab08e239 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7ec0b782-b9f4-b248-34d3-feb4b0633019-ab08e239 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7fb6a6c7-86b6-4f25-ec84-c6ac53e1eadf-8d08e23b {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c83fcad2-9ab3-4297-8411-5a4957935eda-8908e245 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e27c3d51-1cc2-0b18-8d0a-31a85faa85e7-d508e246 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4bce319f-9d30-d7e9-b3fa-dae3b2089ae8-6c08e247 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_60155e28-0e0a-a15a-221d-92e7adb963ab-7b08e248 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-de1c9731-f3a0-8810-cb8d-ba3de998a9fc-b808e288 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5cb8d4c9-313a-8c78-a154-c3c152caa1f1-3908e2af {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fa6ad744-4d6f-cf4d-9cf9-bfa780b0d610-3908e2af {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e2a05658-a70e-41c6-2a77-bf0081aa96b8-3908e2af {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_61914fa1f3028ad34c1c480b000000000014-9d08e2da {
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-d4a86658-2c99-8f79-b1d8-2ad695e5b38e-8408e2e1 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_1f6a2894-a070-5598-9336-9f1f84c4727b-4cc57052 {
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_75a29cfb-8e47-a3b9-e9bf-a3eafc3ee217-4cc57052 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a3706b0c-1c29-9142-a84a-2618fab8090e-4cc57052 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_6a5b084d-93b1-3c9d-c495-3d839b3613e8-4cc57052 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_397a49c3-e043-65ae-a407-c766a8681041-4cc57052 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_0fe51c5e-824c-5fc6-4a38-0b4c412a80df-4cc57052 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_0fe51c5e-824c-5fc6-4a38-0b4c412a80e1-4cc57052 {
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_0fe51c5e-824c-5fc6-4a38-0b4c412a80f0-4cc57052 {
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_3ee80ccc-690e-8746-98a2-d84b8df51a15-caa1c313 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_470f89eb-d332-b6c7-6a32-9568b8be7983-2e11f679 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-e356b62c-f864-44de-fefb-5e6534319472-354826ee {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d5bbc90d-7200-fcc0-c526-c759181a6bbd-5808e226 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d5bbc90d-7200-fcc0-c526-c759181a6bc0-5808e226 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4902857f-b453-5d60-f93c-7f1e6131be72-5808e226 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4eed5346-c9ae-8f59-4680-aefed43c2866-5808e226 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_4affb31c-adc4-60dd-8363-a45ddf5ece5e-5808e226 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1ef10f37-d564-3308-4fd7-d44294cf49d8-94cf49d4 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4da964d0-b1f4-bcec-eba4-94fe5f20c96a-5f20c963 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4da964d0-b1f4-bcec-eba4-94fe5f20c976-5f20c963 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4da964d0-b1f4-bcec-eba4-94fe5f20c982-5f20c963 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7048f2af-4e30-2ae3-167c-42418f7f82f3-8f7f82b6 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-dd4846db-5bf6-b9df-deee-9e8e0b2760e2-ab08e239 {
    order: -9999;
  }

  #w-node-_6864cf02-03ab-7d93-fe58-26aac3086deb-ab08e239 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6864cf02-03ab-7d93-fe58-26aac3086dec-ab08e239 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_6864cf02-03ab-7d93-fe58-26aac3086df6-ab08e239 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_9e1aa957-3105-6adf-810e-edf37a3c7c7a-dd08e249 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-f74aa95f-ed45-87b0-3fcc-ce7cfb88b4db-2608e24a {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3987cdd9-85d2-689f-a1e0-7756c01cefb1-1708e275 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-f1b5028b-9836-40f8-014e-c3d26f3277ab-b808e288 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_1eaa23d4-f8e0-a067-e1f4-6f988dd1fc1d-b808e288 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-e108e2dd {
    order: -9999;
  }

  #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-e108e2dd {
    order: -9999;
  }

  #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-e108e2dd {
    order: -9999;
  }

  #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-e108e2dd {
    order: -9999;
  }

  #w-node-b8cf53c1-c010-3022-014c-1e5c28adb693-e108e2dd {
    order: -9999;
  }

  #w-node-e73f2b01-cdd6-f338-7a35-224bffc5ff86-e108e2dd {
    order: -9999;
  }

  #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-e108e2dd {
    order: -9999;
  }

  #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-e108e2dd {
    order: -9999;
  }

  #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-e108e2dd {
    order: -9999;
  }

  #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-e108e2dd {
    order: -9999;
  }

  #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-e108e2dd {
    order: -9999;
  }

  #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-e108e2dd {
    order: -9999;
  }

  #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-e108e2dd {
    order: -9999;
  }

  #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-e108e2dd {
    order: -9999;
  }

  #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-e108e2dd {
    order: -9999;
  }

  #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-e108e2dd {
    order: -9999;
  }

  #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-e108e2dd {
    order: -9999;
  }

  #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-e108e2dd {
    order: -9999;
  }

  #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-e108e2dd {
    order: -9999;
  }

  #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-e108e2dd {
    order: -9999;
  }

  #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-e108e2dd {
    order: -9999;
  }

  #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-e108e2dd {
    order: -9999;
  }

  #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-e108e2dd {
    order: -9999;
  }

  #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-e108e2dd {
    order: -9999;
  }

  #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-e108e2dd {
    order: -9999;
  }

  #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-e108e2dd {
    order: -9999;
  }

  #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-e108e2dd {
    order: -9999;
  }

  #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-e108e2dd {
    order: -9999;
  }

  #w-node-_1556fde6-07a8-e1c0-926e-2f8dfe8a13d2-8408e2e1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8055ebb1-6235-588a-1b81-a619f9bfb3a8-4cc57052 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0fe51c5e-824c-5fc6-4a38-0b4c412a80e1-4cc57052 {
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_0fe51c5e-824c-5fc6-4a38-0b4c412a80f0-4cc57052 {
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_0fe51c5e-824c-5fc6-4a38-0b4c412a80d7-4cc57052 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_6fb2d16b-6c0a-24c6-81a1-81c0eec1ad80-4cc57052 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6fb2d16b-6c0a-24c6-81a1-81c0eec1ad81-4cc57052 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_6fb2d16b-6c0a-24c6-81a1-81c0eec1ad89-4cc57052 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-c97a19e5-7c69-fff1-e253-9207b4a95f58-caa1c313 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c97a19e5-7c69-fff1-e253-9207b4a95f59-caa1c313 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d5bbc90d-7200-fcc0-c526-c759181a6bbd-5808e226 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d5bbc90d-7200-fcc0-c526-c759181a6bc0-5808e226 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_1ef10f37-d564-3308-4fd7-d44294cf49d8-94cf49d4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1ef10f37-d564-3308-4fd7-d44294cf4a1e-94cf49d4 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_61939d73-9cf6-b40c-dfc3-d681f0f3a65a-ab08e239 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_61939d73-9cf6-b40c-dfc3-d681f0f3a661-ab08e239 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_61939d73-9cf6-b40c-dfc3-d681f0f3a668-ab08e239 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_61939d73-9cf6-b40c-dfc3-d681f0f3a66f-ab08e239 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_77b0c127-262e-a236-e8d6-a4d6aa10a371-7008e241 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8055ebb1-6235-588a-1b81-a619f9bfb3a8-4cc57052 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f6574467-0feb-40e8-5a9d-29dc6a0b9918-caa1c313 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_77b0c127-262e-a236-e8d6-a4d6aa10a371-38b78d78 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}