:root {
  --black: #181a20;
  --white-smoke-2: #fbfbfc;
  --blue: #175676;
  --white-smoke: #f3f3f3;
  --pale-turquoise: #9cfff3;
  --turquoise: #4ca8c9;
  --grey: #526476;
  --blanc: #f1f3f4;
  --dark-blue: #323745;
  --663399: #6a2b94;
  --error-color: #ec0202;
  --line: rgba(155, 169, 180, .31);
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

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

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

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

.w-commerce-commercecheckoutdiscountsinput {
  height: 38px;
  width: auto;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  min-width: 0;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

body {
  color: #666;
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.125;
}

h1 {
  color: var(--black);
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  color: var(--white-smoke-2);
  letter-spacing: -.1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Nourd, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--white-smoke-2);
  letter-spacing: -.1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Nourd, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: var(--white-smoke-2);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Nourd, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--white-smoke-2);
  margin-bottom: 0;
  font-family: Nourd, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #4ca8c9;
  font-style: normal;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

ul {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  color: var(--white-smoke-2);
  margin-bottom: .25rem;
  font-family: Nourd, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1rem solid #e2e2e2;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .75rem 1.25rem .75rem .85rem;
  font-family: Nourd, sans-serif;
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

.text-color-black {
  color: #000;
}

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

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light, .text-weight-light.heading-large {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.show {
  display: block;
}

.overflow-hidden {
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overflow-hidden.position-relative {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  overflow: visible;
}

.overflow-hidden.margin-bottom.margin-custom-1 {
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.overflow-hidden.second {
  display: block;
  overflow: visible;
}

.heading-medium {
  color: var(--black);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-medium.white {
  color: var(--white-smoke-2);
  font-weight: 600;
}

.heading-large {
  color: var(--black);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.text-size-large {
  font-size: 1.5rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-normal.margin-top.margin-small {
  font-family: Nourd, sans-serif;
}

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

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

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

.text-style-italic {
  font-style: italic;
}

.background-color-gray {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
}

.text-size-medium {
  font-size: 1.25rem;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.heading-xlarge {
  color: var(--black);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.page-wrapper {
  max-width: 100vw;
  margin-top: 0;
  margin-bottom: 5rem;
  padding-top: 10rem;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.page-wrapper.padding-top {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.page-wrapper.padding-top.checkout {
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}

.page-wrapper.padding-top.padding {
  margin-top: 8rem;
}

.page-wrapper.padding-top.blue-bottom {
  background-image: linear-gradient(to bottom, var(--black), var(--black) 85%, var(--blue));
  margin-bottom: 0;
}

.page-wrapper.gradient {
  background-image: linear-gradient(to bottom, var(--black) 85%, #175676);
  margin-bottom: 0;
  padding-bottom: 2rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.container-large {
  width: auto;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacin-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.text-color-gray {
  color: gray;
}

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

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility-component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-form-block {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 56px 27px;
  display: flex;
  position: relative;
}

.utility-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-custom-1 {
  padding-top: 10rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  text-align: center;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scrol {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.container {
  width: 80rem;
  max-width: 95%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.container.max-width-xxlarge {
  width: 95%;
  height: auto;
  max-width: 80rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container.max-width-xxlarge.padding-top.padding-custom-1.text-align-center {
  padding-top: 0;
  position: relative;
}

.container.max-width-xxlarge.padding-top.padding-custom-1.text-align-left {
  width: auto;
  margin-left: 0;
  padding-top: 0;
}

.container.max-width-xxlarge.padding-top.padding-xxlarge {
  margin-bottom: 5rem;
  padding-top: 5rem;
}

.container.max-width-xxlarge.display-flex-horizontal {
  width: 95%;
  max-width: 80rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.container.max-width-xlarge {
  width: 100%;
  max-width: 95%;
  margin: 2rem auto 0;
}

.container.max-width-xlarge.margin-top.margin-xxlarge.padding-bottom.padding-xxlarge.border-bottom {
  border-bottom: 1px none var(--white-smoke);
  margin-top: 4rem;
  margin-bottom: 0;
}

.container.max-width-xlarge.padding-vertical.padding-xxlarge {
  position: relative;
}

.container.max-width-xlarge.padding-vertical.padding-xxlarge.border-bottom {
  border-bottom: 1px solid var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 2rem;
}

.container.max-width-xlarge.padding-top.padding-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.container.max-width-xlarge.video {
  width: 60vw;
  position: static;
}

.container.max-width-large {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.container.max-width-large.blog {
  max-width: 48rem;
  align-items: flex-start;
  position: relative;
}

.container.max-width-large.blog.hide {
  display: block;
}

.container.max-width-large.blog.jobs {
  margin-bottom: 4rem;
}

.container.max-width-large.horizontal {
  max-width: 85%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 5rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container.max-width-large.hide {
  display: none;
}

.container.hidden {
  display: none;
  overflow: visible;
}

.main-heading.heading-xxlarge.text-align-center {
  color: var(--white-smoke-2);
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 600;
}

.main-heading.heading-xxlarge.text-align-center.text-weight-xbold.margin-bottom.margin-small {
  z-index: 1;
  color: var(--white-smoke-2);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
}

.main-heading.heading-xxlarge.text-align-center.text-weight-xbold.margin-bottom.margin-small.left {
  text-align: left;
}

.main-heading.heading-medium {
  margin-top: .5rem;
  font-weight: 600;
}

.main-heading.heading-medium.second {
  font-size: 2.37rem;
}

.main-heading.heading-medium.second.margin-bottom.margin-small {
  z-index: 1;
  max-width: 760px;
  color: var(--white-smoke-2);
  text-align: center;
  margin: 5rem auto 2rem;
  font-size: 3rem;
  font-weight: 600;
  position: relative;
}

.main-heading.heading-medium.second.margin-bottom.margin-small.text-align-left {
  color: var(--white-smoke-2);
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0;
  font-size: 1.8rem;
  font-weight: 600;
}

.main-heading.heading-medium.second.margin-bottom.margin-small.text-align-center {
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.main-heading.heading-medium.second.margin-bottom.margin-small.use-case {
  margin-bottom: 5rem;
}

.main-heading.heading-medium.second.margin-bottom.margin-small.left-side {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
}

.main-heading.heading-medium.margin-bottom.margin-small {
  max-width: 900px;
  color: var(--white-smoke-2);
  text-align: left;
  font-size: 3.5rem;
  font-weight: 600;
}

.main-heading.text-align-center.heading-medium.second {
  z-index: 1;
  color: var(--white-smoke-2);
  margin-bottom: 16px;
  line-height: 1.6;
  position: relative;
}

.main-heading.heading-large {
  color: var(--white-smoke-2);
  font-size: 3rem;
  font-weight: 600;
}

.main-heading.heading-large.text-align-center {
  letter-spacing: 0;
}

.main-heading.heading-large.text-align-center.margin-bottom.margin-small {
  line-height: 1.5;
}

.main-heading.heading-large.text-align-center.second {
  font-size: 3.5rem;
}

.main-heading.heading-large.text-align-center.second.margin-bottom {
  font-size: 3rem;
}

.main-heading.heading-large.text-align-center.second.margin-bottom.margin-small {
  color: var(--white-smoke-2);
  margin-top: 5rem;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.main-heading.heading-large.text-align-center.second.margin-bottom.margin-small.margin-top.left {
  text-align: left;
  margin-top: 0;
}

.main-heading.heading-large.margin {
  margin-bottom: 4rem;
}

.main-heading.heading-large.jobs {
  margin-bottom: 2rem;
}

.main-heading.heading-xlarge.second {
  color: var(--white-smoke-2);
  text-align: center;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}

.main-heading.heading-xlarge.second.margin {
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 1;
}

.main-heading.heading-xlarge.second.left-align {
  text-align: left;
  font-size: 2.5rem;
}

.main-heading.heading-xlarge.text-align-center.margin-top {
  margin-top: 1rem;
  font-size: 5.6rem;
  font-weight: 600;
}

.main-heading.heading-xlarge.text-color-white {
  color: var(--white-smoke);
  margin-bottom: 4rem;
}

.main-heading.heading-xlarge.text-color-white.mobile {
  margin-bottom: 0;
}

.main-heading.heading-small {
  font-size: 1.2rem;
  font-weight: 600;
}

.main-heading.heading-small.second {
  color: var(--white-smoke);
  letter-spacing: 0;
  font-size: 1.65rem;
  font-weight: 600;
}

.main-heading.heading-large.text-align-center.second {
  font-size: 3.5rem;
}

.main-heading.heading-large.text-align-center.second.margin-bottom.margin-small {
  letter-spacing: 0;
  margin-top: 2rem;
  line-height: 1.2;
}

.main-heading.blog {
  color: var(--white-smoke-2);
  font-weight: 600;
}

.heading-xxlarge {
  font-size: 5.5rem;
}

.main-paragraph {
  max-width: 800px;
  color: var(--white-smoke-2);
  text-align: left;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.6;
}

.main-paragraph.heading-small.text-weight-normal {
  text-align: center;
  margin-bottom: 2rem;
  margin-left: auto;
  font-weight: 400;
}

.main-paragraph.heading-small.text-weight-normal.text-align-center {
  text-align: center;
}

.main-paragraph.heading-small.text-weight-normal.text-align-center.max-width-large {
  margin-left: auto;
  margin-right: auto;
}

.main-paragraph.heading-small.text-weight-normal.text-align-center.max-width-large.margin-bottom.margin-large {
  z-index: 6;
  max-width: 600px;
  color: var(--white-smoke-2);
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 0;
  font-size: 1.2rem;
  line-height: 1.4;
  position: relative;
}

.main-paragraph.heading-small.text-weight-normal.text-align-center.max-width-large.margin-bottom.margin-large.left {
  text-align: left;
}

.main-paragraph.heading-small.text-weight-normal.text-align-center.max-width-medium.second {
  z-index: 1;
  max-width: 800px;
  color: var(--white-smoke-2);
  text-align: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  font-weight: 300;
  position: relative;
}

.main-paragraph.heading-small.text-weight-normal.text-align-center.max-width-medium.second.margin-bottom.margin-medium {
  max-width: 80%;
  font-size: 1.3rem;
}

.main-paragraph.heading-small.text-weight-normal.text-align-center.max-width-medium.tabs {
  max-width: 900px;
  color: var(--white-smoke-2);
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
}

.main-paragraph.heading-small.text-weight-normal.left {
  text-align: left;
  margin-left: 0;
}

.main-paragraph.text-align-left {
  color: var(--pale-turquoise);
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 500;
  text-decoration: none;
}

.main-paragraph.text-align-left.text-color-gray {
  color: var(--turquoise);
  font-size: 1rem;
}

.main-paragraph.text-align-left.text-color-gray.margin-bottom.margin-small.text-color-black {
  color: #000;
}

.main-paragraph.text-align-left.text-color-gray.margin-bottom.margin-small.text-color-black.text-weight-bold {
  color: var(--black);
}

.main-paragraph.text-align-left.text-color-gray.margin-bottom.margin-medium {
  color: var(--white-smoke);
  text-align: left;
  font-style: normal;
}

.main-paragraph.text-align-left.text-color-gray.margin-bottom.margin-medium.no-margin {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
}

.main-paragraph.text-align-left.text-color-gray.margin-bottom.margin-medium.no-margin.white {
  color: var(--grey);
  margin-top: 0;
}

.main-paragraph.text-align-left.white {
  color: var(--white-smoke-2);
}

.main-paragraph.text-align-left.underline {
  text-decoration: none;
}

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

.main-paragraph.text-align-center.contact-page {
  margin-top: 2rem;
}

.main-paragraph.text-size-medium.second {
  max-width: 900px;
  font-size: 1.1rem;
  line-height: 1.7;
}

.main-paragraph.text-size-regular {
  text-align: left;
}

.main-paragraph.text-size-regular.bio {
  text-align: left;
  margin-left: 0;
}

.main-paragraph.no-margin {
  max-width: 900px;
  margin-left: 0;
  margin-right: 0;
}

.main-paragraph.left {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.main-paragraph.wide {
  font-size: 1.2rem;
}

.main-paragraph.wide.center {
  max-width: 900px;
  text-align: center;
  padding-bottom: 10px;
}

.main-button {
  letter-spacing: -.01em;
  border-radius: .25rem;
  padding: .75rem 2rem;
}

.main-button.text-weight-medium {
  background-color: var(--blue);
  border-radius: 15px;
  flex: 0 auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.main-button.text-weight-medium.second {
  grid-column-gap: 4px;
  background-color: #6661ff;
  border-radius: 10px;
  align-items: center;
  margin-left: 0;
  padding: .75rem 1rem;
  font-style: normal;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}

.main-button.text-weight-medium.second.white {
  grid-column-gap: 4px;
  color: var(--blue);
  background-color: #fff;
  border-radius: 15px;
  padding-top: .95rem;
  padding-bottom: .95rem;
  font-style: normal;
}

.main-button.text-weight-medium.second.white.hide {
  display: none;
}

.main-button.text-weight-medium.hide-tablet {
  grid-column-gap: 4px;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-style: normal;
  display: flex;
  position: relative;
}

.main-button.text-weight-medium.align-center {
  margin-top: 1rem;
  font-style: normal;
}

.main-button.text-weight-medium.align-center.transparent {
  background-color: var(--blue);
}

.main-button.pricing {
  grid-column-gap: 4px;
  background-color: var(--blue);
  border-radius: .5rem;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  margin-top: auto;
  padding: .75rem 1rem;
  font-style: normal;
  display: flex;
}

.main-button.pricing.second {
  color: #fff;
  align-items: center;
  padding: .75rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.main-button.pricing.second.margin-top.margin-xsmall {
  margin-top: .5rem;
}

.main-button.pricing.second.margin-top.margin-xsmall.white {
  border: 1px solid var(--blue);
  color: var(--blue);
  background-color: rgba(0, 0, 0, 0);
  padding: .55rem 1rem;
  font-weight: 500;
}

.main-button.pricing.second.text-align-center {
  text-align: center;
  justify-content: center;
  align-self: stretch;
}

.main-button.pricing.second.no-margin {
  height: 45px;
  margin-top: 0;
}

.main-button.pricing {
  grid-column-gap: 4px;
  background-color: #114dc8;
  border-radius: .5rem;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  margin-top: auto;
  padding-top: 1.05rem;
  padding-bottom: 1.05rem;
  display: flex;
}

.main-button.pricing.second {
  color: #fff;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.main-button.text-weight-medium {
  background-color: #114dc8;
  border-radius: .5rem;
  flex: 0 auto;
  margin-left: auto;
}

.main-button.text-weight-medium.hide-tablet {
  grid-column-gap: 4px;
  background-color: #6661ff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.main-button.text-weight-medium.hide-tablet.login {
  color: var(--white-smoke);
  background-color: rgba(0, 0, 0, 0);
}

.main-button.text-weight-medium.hide-tablet.login:hover {
  color: var(--pale-turquoise);
}

.main-button.text-weight-medium-copy {
  background-color: #6661ff;
  border-radius: 10px;
  flex: 0 auto;
  margin-top: 10px;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.main-button.text-weight-medium-copy.no-margin {
  margin-top: 0;
}

.main-button.application {
  background-color: #6661ff;
  border-radius: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar {
  z-index: 999;
  height: 5rem;
  max-width: 100vw;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: var(--white-smoke-2);
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-size: 1.1rem;
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--blue);
}

.nav-link.first {
  color: var(--blanc);
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.nav-link.first.w--current {
  color: var(--blanc);
}

.nav-link.first.position-absolute {
  color: var(--blue);
  position: absolute;
  top: auto;
  bottom: -100%;
  left: 0%;
  right: 0%;
}

.nav-link.first.text-color-white {
  color: var(--white-smoke);
  text-decoration: none;
}

.nav-link.first.text-color-white.w--current {
  color: #d8d8d8;
}

.nav-link.first.nav {
  color: var(--white-smoke-2);
  margin-bottom: 0;
  padding: 1px;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  transition: color .2s;
}

.nav-link.first.nav:hover {
  color: var(--turquoise);
}

.nav-link.position-absolute {
  color: var(--blue);
  position: absolute;
  top: auto;
  bottom: -100%;
  left: 0%;
  right: 0%;
}

.nav-menu.display-flex-horizontal {
  width: 100%;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.nav-menu.display-flex-horizontal.overflow-hidden {
  width: auto;
  grid-column-gap: 20px;
  width: auto;
  grid-column-gap: 20px;
  flex: 1;
  align-self: center;
  align-items: center;
  margin-left: auto;
  padding-right: 0;
  overflow: visible;
}

.brand {
  width: 150px;
  margin-right: 0;
}

.brand.w--current {
  width: 150px;
}

.hero-section {
  width: 80rem;
  max-width: 95%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.hero-section.paralax {
  height: 900px;
  padding-top: 4rem;
}

.hero-section.grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-section.text-align-center {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.row.hero {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective: 1216px;
  justify-content: center;
  margin-bottom: 1rem;
  position: relative;
  transform: perspective(1412px);
}

.row.blog {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  margin-top: 10px;
  margin-right: auto;
}

.row.blog.post {
  grid-column-gap: 13px;
  margin: 1rem 0 0;
}

.row.center {
  max-width: 80%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
}

.row.form {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
}

.row.blog-page {
  width: 100%;
  justify-content: space-between;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.row.is-mobile-vertical {
  justify-content: space-between;
}

.row.center {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-direction: row;
  justify-content: center;
}

.grid-5-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-5-columns.social {
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
  align-items: center;
  justify-items: center;
  margin-bottom: 1rem;
  margin-left: 0;
}

.main-image {
  width: auto;
  height: auto;
  max-width: 70vw;
  border-radius: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: -8px;
}

.main-image.second {
  width: 130.11%;
  height: auto;
  max-width: 130.11%;
  margin-top: 0;
  position: static;
}

.main-image.second.absolute {
  z-index: 1;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.main-image.second.absolute._2 {
  padding-left: 19px;
  left: -17.93%;
}

.main-image.second.absolute._2.frame, .main-image.second.absolute._2.multiplatform {
  left: 0%;
}

.main-image.second.absolute._1 {
  width: 120%;
  top: -6.85%;
  left: -18%;
}

.main-image.second.absolute._1.no-shadow {
  box-shadow: none;
}

.main-image.second.absolute.use-case {
  width: 120%;
  height: auto;
  padding-right: 20px;
}

.main-image.second.absolute.use-case.left {
  padding-right: 20px;
}

.main-image.second.absolute.shadow {
  width: 110%;
  max-width: 110%;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 10px rgba(156, 255, 243, .2);
}

.main-image.second.absolute.shadow.ingestion {
  box-shadow: none;
}

.main-image.second.absolute.seach {
  width: 116%;
}

.main-image.second.absolute.search {
  width: 118%;
}

.main-image.second.absolute.phone {
  width: 80%;
}

.main-image.second.absolute.drag {
  margin-right: 10%;
}

.main-image.second.absolute.drag.main-image-permissions {
  width: 95%;
  right: 0;
}

.main-image.second.absolute.app {
  width: 118%;
  right: 40px;
}

.main-image.second.absolute.sign-up {
  width: 94%;
}

.main-image.use-case {
  height: 400px;
  left: auto;
}

.main-image.use-case.pulse {
  height: 460px;
}

.style-guide-block {
  border: 1px solid var(--white-smoke-2);
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 100px;
  padding: 57px 40px;
  display: flex;
}

.style-guide-block.hide {
  display: none;
}

.header-block {
  width: 100%;
  text-align: center;
  flex: none;
  font-size: 1.2rem;
  font-weight: 600;
}

.heading {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.heading.text-align-center {
  color: var(--white-smoke-2);
}

.styleguide-color-sample {
  width: 60%;
  background-color: #f5f5f5;
  flex: 0 auto;
  padding: 5rem;
}

.styleguide-color-sample.background-custom {
  width: 100%;
  background-color: var(--blue);
  color: #d372e2;
}

.styleguide-color-sample.is-primary {
  width: 100%;
  background-color: var(--black);
}

.styleguide-color-sample.is-secondary {
  width: 100%;
  background-color: var(--white-smoke);
  flex: none;
}

.styleguide-color-sample.is-secondary.border {
  border: 1px solid var(--dark-blue);
  background-color: var(--turquoise);
}

.styleguide-color-sample-wrapper.display-flex-horizontal.background-color-white.box-shadows {
  width: 220px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  display: flex;
}

.styleguide-color-sample-wrapper.display-flex-horizontal.background-color-gray {
  width: 220px;
  background-color: rgba(229, 229, 229, .35);
  justify-content: space-between;
  padding: 10px;
  display: flex;
}

.wrap-text-color {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 0 22px;
  display: flex;
}

.wrap-text-color.text-align-center {
  align-items: center;
  padding-top: 10px;
}

.styleguide-3-col {
  width: auto;
  grid-column-gap: 3.75rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wrap-tipography.background-color-white {
  width: 99px;
  height: 99px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown {
  height: 5rem;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.dropdown.hide-mobile-landscape {
  z-index: 10;
  height: auto;
  z-index: 10;
  height: auto;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-toggle {
  text-align: center;
  align-items: center;
  padding: 0 5px 0 0;
}

.image {
  width: 150px;
  max-width: 150%;
  display: block;
}

.toggle-circle-tab-on {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
}

.div-block {
  grid-column-gap: 33px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.pricing-tab-link {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-left-width: 0;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  padding: 5px 10px 5px 6px;
}

.pricing-tab-link.w--current {
  background-color: #8bd8ff;
  border-radius: 0;
}

.pricing-tab-link.r {
  background-color: #3f52ff;
  border: 1px solid #bbb;
  border-left-width: 0;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  align-items: center;
  padding-left: 4px;
  padding-right: 8px;
  display: flex;
}

.pricing-tab-link.l {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #bbb;
  border-radius: 100% 0% 0% 100%;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.pricing-tab-link.l.w--current {
  background-color: var(--grey);
  border-width: 1px 0 1px 1px;
  border-color: #bbb;
  align-items: center;
  display: flex;
}

.toggle-circle-tab-off {
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: var(--grey);
  border-radius: 100%;
  position: relative;
}

.pricing-tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.pricing-tabs-content {
  padding: 0 10px 69px;
}

.tab-toggle-text-l {
  width: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 45px;
}

.tab-toggle-text {
  width: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 45px;
}

.pricing-tabs {
  z-index: 2;
}

.pricing-card {
  border-radius: .25rem;
  margin-left: 0;
  margin-right: 0;
}

.pricing-card:hover {
  opacity: 1;
}

.pricing-card.padding-regular {
  height: 100%;
  perspective: 1314px;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  padding: 1.7rem;
  display: flex;
  transform: perspective(1235px);
  box-shadow: 1px 1px 8px -5px #333;
}

.pricing-card.padding-regular.blog {
  padding: 0;
}

.pricing-card.padding-regular.blog.overflow-hidden {
  background-color: var(--black);
  border-radius: 10px;
  align-items: flex-start;
  text-decoration: none;
  transition: transform .5s;
  box-shadow: 0 0 50px rgba(23, 86, 118, .5);
}

.pricing-card.padding-regular.blog.overflow-hidden:hover {
  transform: translate(0, -14px)perspective(1235px);
}

.pricing-card.padding-regular.blog.overflow-hidden.second {
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
}

.pricing-card.padding-regular.blog.overflow-hidden.second:hover {
  opacity: 1;
}

.pricing-card.padding-regular.second {
  height: auto;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  flex: 1;
}

.pricing-card.padding-regular.second.blog-page {
  margin-left: 0;
  margin-right: 0;
}

.main-text.text-size-large.text-align-left.text-weight-bold.text-color {
  color: #3f52ff;
}

.main-text.text-size-large.text-align-left.text-weight-bold.text-color.margin-bottom.margin-medium {
  margin-bottom: 1.4rem;
}

.main-text.text-style-allcaps {
  color: var(--white-smoke-2);
  margin-bottom: .7rem;
}

.main-text.text-size-medium.margin-bottom.margin-small.second {
  color: var(--white-smoke-2);
  line-height: 1.3;
}

.main-text.text-size-medium.margin-bottom.margin-xsmall.top {
  color: var(--white-smoke-2);
  text-align: center;
  font-style: normal;
  font-weight: 500;
}

.main-text.text-weight-bold {
  color: var(--white-smoke-2);
  text-align: center;
  margin-bottom: 18px;
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-text.text-weight-semibold {
  color: var(--white-smoke-2);
  text-align: center;
  white-space: normal;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-style: normal;
}

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

.main-text.text-color-white.text-align-center.banner {
  color: var(--white-smoke);
  text-align: left;
  -webkit-text-fill-color: inherit;
  color: var(--white-smoke-2);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.main-text.text-color-white.text-align-center.banner.text-span {
  background-image: linear-gradient(to bottom, var(--blue), white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.main-text.text-size-regular {
  color: var(--white-smoke-2);
  text-align: center;
  margin-bottom: .5rem;
}

.main-text.text-size-xsmall {
  text-align: center;
  margin-top: 5px;
  font-size: .9rem;
}

.main-text.text-size-xsmall.dna {
  color: var(--white-smoke-2);
  text-align: left;
  font-size: 1rem;
  line-height: 1.2;
}

.main-text.text-color-blue {
  color: var(--blue);
}

.main-text.banner-title {
  color: var(--white-smoke-2);
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 600;
}

.main-text.banner-number {
  color: var(--white-smoke-2);
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.main-text.banner-title-footer {
  color: var(--white-smoke-2);
  text-align: left;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 600;
}

.price.heading-medium.text-align-left {
  color: #333;
  font-weight: 500;
}

.price.heading-medium.text-align-left.margin-bottom.margin-small {
  color: var(--black);
}

.line {
  height: 1px;
  opacity: .31;
  background-color: #9ba9b4;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.line.margin-bottom.margin-small {
  background-color: #e6e6e6;
}

.line.margin-bottom.margin-medium {
  background-color: #e4e4e4;
}

.line.no-margin {
  width: 0%;
  height: 2px;
  background-color: var(--turquoise);
  opacity: 1;
  margin-top: 0;
  margin-bottom: -3px;
  position: static;
  bottom: 0;
}

.line.vertical {
  width: 2px;
  height: 0%;
  background-color: var(--turquoise);
  opacity: 1;
  color: var(--turquoise);
  margin-top: 0;
}

.html-embed {
  width: 20px;
  height: 20px;
  color: #00bb54;
  object-fit: cover;
  margin-bottom: 2px;
  margin-right: 5px;
}

.collection-list-pricing {
  z-index: 4;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.grid-blog {
  z-index: 2;
  grid-column-gap: 38px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 2rem;
  display: grid;
  position: relative;
}

.footer {
  width: auto;
  max-width: none;
  background-color: var(--black);
  text-align: center;
  border-radius: 15px 15px 0 0;
  align-items: flex-start;
  margin: 0 auto;
  padding: 2rem;
  position: static;
  bottom: 40px;
  box-shadow: 1px 1px 8px -5px rgba(251, 251, 252, .5);
}

.hidden {
  display: none;
}

.card-info.background-color-gray {
  background-color: var(--black);
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 63px 30px 35px;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px rgba(251, 251, 252, .2);
}

.paragraph {
  color: var(--blanc);
  text-align: center;
  font-size: .9rem;
}

.absolute-wrap {
  width: 50px;
  height: 50px;
  background-color: #6661ff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  top: -11%;
  box-shadow: 0 0 5px rgba(255, 255, 255, .2);
}

.grid-2-columns.max-width-xlarge {
  grid-column-gap: 64px;
  grid-row-gap: 30px;
  grid-template-rows: 396px 396px;
  grid-auto-rows: 396px;
  align-items: center;
  margin-top: 79px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-text {
  z-index: 2;
  padding-right: 0;
  position: relative;
}

.container-text.permissions {
  padding-left: 0;
}

.container-image-hero {
  z-index: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.tabs-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.tab {
  z-index: 1;
  max-width: 85rem;
  margin-left: 0;
  margin-right: 0;
  font-style: normal;
  font-weight: 600;
  position: relative;
}

.tab.category {
  color: var(--white-smoke-2);
  margin-right: 2rem;
  font-weight: 400;
}

.tab.margin-right {
  margin-right: 2.5rem;
}

.tabs-menu {
  text-align: center;
  white-space: nowrap;
  flex-direction: row;
  justify-content: center;
  margin-top: 1rem;
  display: flex;
}

.tabs-menu.career-page {
  margin-bottom: 5rem;
}

.tab-image {
  width: 693px;
  height: 436px;
  max-width: none;
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: 5px;
  align-self: center;
  margin: 0 0 2rem;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(23, 86, 118, .5);
}

.tab-link {
  width: 150px;
  opacity: .47;
  color: var(--dark-blue);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: opacity .4s ease-in-out;
  display: flex;
}

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

.tab-link.w--current {
  opacity: 1;
  color: var(--blue);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.tab-link.text-align-left {
  width: auto;
  border-bottom: 1px solid var(--white-smoke);
  color: var(--white-smoke-2);
  flex-direction: row;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wra-icon-tab-link {
  width: 56px;
  height: 56px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
  box-shadow: 0 1px 4px 1px rgba(10, 18, 22, .34);
}

.demo-section {
  background-image: linear-gradient(to bottom, var(--black), #182b38 60%, var(--blue) 90%);
  margin-bottom: 0;
  position: static;
}

.demo-banner {
  width: auto;
  max-width: none;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 15px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: grid;
}

.blog-section {
  position: relative;
}

.blog-section.bottom {
  padding-bottom: 4rem;
}

.image-blog {
  width: 99%;
  max-width: 100%;
  object-fit: fill;
  border-radius: 10px;
  padding-top: 0;
  display: block;
}

.heading-blog-card {
  height: 70px;
  color: var(--white-smoke-2);
  letter-spacing: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

.avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-bottom: 0;
  overflow: hidden;
}

.avatar.static {
  width: 50px;
  height: 50px;
  position: static;
  transform: none;
}

.avatar.absolute {
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
}

.avatar.absolute.rounded._120 {
  width: 120px;
  height: 120px;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar.about {
  width: 120px;
  height: 120px;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.avatar.about.rounded {
  border-radius: 80%;
}

.avatar-image {
  width: auto;
  height: auto;
  max-height: 50px;
  max-width: 50px;
  object-fit: fill;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: static;
}

.avatar-image.logo {
  height: 100px;
  max-height: 100px;
  max-width: none;
}

.avatar-image.logo.fwt {
  height: 57px;
}

.column {
  width: auto;
  flex: 1;
  font-size: 1rem;
}

.column.display-flex-horizontal {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.name-author {
  color: var(--dark-blue);
}

.name-author.text-weight-semibold {
  color: var(--white-smoke);
  margin-bottom: 2.5px;
  font-style: normal;
}

.name-author.text-weight-semibold.second {
  color: var(--white-smoke-2);
  margin-bottom: 0;
  margin-right: 8px;
  font-style: normal;
}

.text-home {
  color: var(--turquoise);
  margin-top: 1rem;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns.margin {
  width: 10rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.main-link {
  color: var(--turquoise);
  margin-bottom: .7rem;
  text-decoration: none;
  transition: color .4s;
  display: block;
}

.main-link:hover {
  color: var(--blue);
}

.main-link.blog {
  color: var(--white-smoke-2);
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-style: normal;
  display: inline-block;
}

.main-link.blog.w--current {
  color: var(--blue);
}

.newsletter-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.text-field {
  height: 100%;
  min-height: 100%;
  border: 1px solid var(--turquoise);
  color: var(--white-smoke-2);
  text-align: left;
  background-color: rgba(24, 26, 32, .6);
  border-radius: 10px;
  align-self: stretch;
  margin-bottom: 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.text-field:focus, .text-field.-wfp-focus {
  border-color: var(--blue);
}

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

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

.text-field.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.text-field.margin-bottom.margin-small.text-align-center {
  text-align: center;
  background-color: rgba(255, 255, 255, .57);
}

.text-field.checkout {
  min-height: 45px;
  background-color: var(--white-smoke);
  border-style: none;
  margin-bottom: 1rem;
}

.footer-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white-smoke-2);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.social-link {
  width: 20px;
  height: 20px;
  color: var(--dark-blue);
  transition: color .4s ease-in-out;
}

.social-link:hover {
  color: var(--blue);
}

.text-span {
  background-image: linear-gradient(to top, var(--blue) 1%, #9cfff3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.review-section {
  margin-top: 5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.review-section.margin-top {
  margin-top: 5rem;
}

.review-slider {
  width: auto;
  height: auto;
  max-width: 55rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #c2c2c2;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
  box-shadow: 1px 1px 8px -5px #333;
}

.slide-content {
  height: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.avatar-name {
  max-width: none;
  color: var(--white-smoke);
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.text-span-two {
  color: var(--white-smoke-2);
  font-weight: 400;
  display: block;
}

.slide {
  height: 100%;
  min-height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 10px;
  padding-top: 6.4rem;
  padding-bottom: 3.3rem;
  overflow: visible;
}

.slide.as-monaco {
  height: 450px;
  min-height: auto;
  background-image: url('../images/kappa-quote.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.slide.kappa {
  height: 450px;
  min-height: auto;
  background-image: url('../images/vitality-quote.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.orlando {
  height: 450px;
  min-height: auto;
  background-image: url('../images/orlando-city-quote.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.wave {
  height: 450px;
  min-height: auto;
  background-image: url('../images/sd-wave-quote.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.cricket {
  background-image: url('../images/Frame-5552_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide.rochelais {
  background-image: url('../images/Frame-5542.png');
  background-position: 0 0;
  background-size: auto;
}

.slide.freeride {
  background-image: url('../images/Frame-5552.png');
  background-position: 0 0;
  background-size: auto;
}

.slide.scottish {
  height: 450px;
  background-image: url('../images/scot.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.bds {
  background-image: url('../images/bds.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.rugby-tens {
  background-image: url('../images/LEC_TEAM_VS_XL_0322-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.slide.pickles {
  background-image: url('../images/pickles-quote.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 3.7rem;
}

.slide.wolves {
  height: 450px;
  background-image: url('../images/wolves-quote-picture.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.irish {
  height: 450px;
  background-image: url('../images/media_2061624_1745200_compressed-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.brand-testimonial {
  height: 450px;
  background-image: url('../images/175676-964-×-642-px.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.swiss-league {
  background-image: url('../images/swiss-league-quote.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 35px;
}

.slide.swiss-league.west-ham {
  background-image: url('../images/west-ham-quote-picture.png');
}

.slide.west-ham {
  background-image: url('../images/west-ham-quote-picture.png');
  background-position: 0 0;
  background-size: 960px;
}

.mask {
  height: 450px;
  align-self: center;
  overflow: visible;
}

.right-arrow {
  width: 4rem;
  height: 4rem;
  color: var(--blue);
  background-color: #6661ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: transform .4s;
  display: flex;
  transform: rotate(180deg)translate(-50%);
  box-shadow: 0 -1px 4px 1px rgba(10, 18, 22, .34);
}

.right-arrow:hover {
  transform: translate(10px)rotate(180deg)translate(-50%);
}

.left-arrow {
  width: 4rem;
  height: 4rem;
  color: var(--white-smoke-2);
  background-color: #6661ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: transform .4s;
  display: flex;
  transform: translate(-50%);
  box-shadow: 0 1px 4px 1px rgba(10, 18, 22, .34);
}

.left-arrow:hover {
  transform: translate(-10px)translate(-50%);
}

.feature-section {
  margin-top: 5rem;
  padding-top: 0;
}

.faq-section {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.faq-section.padding-bottom.padding-custom-1 {
  padding-bottom: 0;
}

.my-skill-wrap {
  border-top: 1px #000;
  border-bottom: 1px solid #e6e6e6;
}

.my-skill-wrap.max-width-large {
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-content {
  overflow: hidden;
}

.delete-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.delete-button.custom-background {
  width: 35px;
  height: 35px;
  color: #303030;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.admin-wrap {
  height: 80px;
  color: #1a1e27;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(0, 0, 0, .07);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 11px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.line-two {
  width: 20px;
  height: 4%;
  background-color: #000;
}

.line-two.first {
  width: 15px;
  height: 2px;
  background-color: var(--pale-turquoise);
  margin-bottom: 0;
}

.line-two.second {
  width: 2px;
  height: 15px;
  background-color: var(--pale-turquoise);
  position: absolute;
}

.main-text-second {
  font-size: 12px;
}

.main-text-second.text-weight-normal {
  color: var(--blanc);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.wrapper-faq.padding-horizontal.padding-xlarge {
  padding-bottom: 2rem;
  padding-left: 5.4rem;
  padding-right: 5.4rem;
}

.display-flex-vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.rich-text-block {
  color: var(--white-smoke-2);
  margin-top: 40px;
  font-family: Nourd, sans-serif;
}

.rich-text-block.jobs {
  margin-top: 0;
  margin-bottom: 50px;
}

.form-block-contact {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.form-block-contact.margin-top.margin-xlarge {
  color: var(--white-smoke-2);
  margin-top: 0;
  margin-bottom: 1rem;
}

.field-label {
  color: var(--blanc);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-second {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 40px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.wrap-imae.position-relative {
  z-index: 1;
  height: auto;
  position: relative;
}

.content-section {
  padding-top: 0;
}

.content-section.padding-top.padding-large {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.content-section.padding-top.padding-large.career {
  padding-bottom: 2rem;
}

.nav-blog-post.padding-vertical.padding-custom-second {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.nav-blog-post.padding-vertical.padding-custom-second.border-bottom {
  border-bottom: 1px #9ba9b4;
  margin-bottom: 40px;
}

.nav-blog-post.padding-vertical.padding-custom-second.border-bottom._2 {
  border-bottom-style: solid;
  border-bottom-color: var(--white-smoke);
  margin-bottom: 4rem;
}

.nav-blog-post.padding-vertical.padding-custom-second.border-bottom.category-page {
  border-bottom-style: solid;
  border-bottom-color: var(--white-smoke-2);
  padding-top: 0;
  padding-bottom: 0;
}

.collection-list-category-post {
  grid-column-gap: 2.5rem;
  border-bottom: 1px none var(--white-smoke);
  display: flex;
}

.collection-list-category-post.border-bottom {
  border-bottom-style: none;
  border-bottom-color: var(--white-smoke);
  justify-content: center;
}

.popular-post-wrap.padding-vertical.padding-xlarge {
  border-bottom-width: 1px;
  border-bottom-color: #000;
  margin-top: 5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.link-block-blog-post {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  transition: transform .4s;
  display: grid;
}

.link-block-blog-post:hover {
  opacity: 1;
  transform: translate(0, -14px);
}

.large-image {
  width: 100%;
  border-radius: .5rem;
}

.large-image.comparing {
  width: 80%;
  max-width: 80%;
}

.wrap-text-blog {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.heading-heading-blog-post.heading-large {
  font-weight: 600;
}

.heading-heading-blog-post.heading-large.margin-bottom.margin-small {
  color: var(--white-smoke-2);
  margin-top: 1rem;
  font-style: normal;
}

.all-post-wrapper.padding-vertical.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

._1 {
  width: 300px;
  border-radius: 5px;
  margin-bottom: -4px;
  margin-right: -4px;
  box-shadow: 0 0 20px rgba(156, 255, 243, .2);
}

.slide-nav {
  display: none;
}

.rich-text {
  color: var(--white-smoke-2);
  text-align: justify;
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-decoration: none;
}

.link-block {
  width: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--turquoise);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.arrow {
  width: 25px;
  height: 25px;
  transform: scale3d(1none, 1none, 1none);
  color: var(--pale-turquoise);
  transform-style: preserve-3d;
  display: flex;
}

.arrow.home {
  width: 40px;
  height: 40px;
  color: var(--white-smoke-2);
  overflow: visible;
}

.arrow.rotate {
  color: var(--white-smoke-2);
  transform-style: preserve-3d;
  transition: opacity .2s, transform .2s;
  transform: rotate(180deg);
}

.arrow.rotate:hover {
  transform: rotate(180deg)scale(1.1);
}

.arrow.rotate.absolute {
  position: absolute;
  right: 0;
}

.arrow.home {
  width: 40px;
  height: 40px;
  width: 40px;
  height: 40px;
  overflow: visible;
}

.back-to-blog-text {
  color: var(--pale-turquoise);
  text-align: center;
  font-family: Nourd, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.gallery-grid {
  grid-column-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1.25fr;
}

.gallery-grid.margin-bottom.margin-xsmall {
  margin-bottom: .75rem;
}

.gallery-grid.secpond {
  grid-template-columns: .75fr 1.25fr 1fr;
}

.image-gallery {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 10px;
}

.image-gallery.hide-mobile {
  object-position: 50% 100%;
}

.image-gallery.up {
  object-position: 50% 0%;
}

.tab-date {
  z-index: 40;
  height: auto;
  display: flex;
}

.tabs-menu-about-page {
  flex-direction: column;
  display: flex;
}

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

.tabs-content {
  flex: 1;
}

.tabs-content.padding-left.padding-xhuge {
  padding-left: 4rem;
  overflow: visible;
}

.tab-link-about {
  z-index: 28;
  width: 140px;
  grid-column-gap: 19px;
  color: rgba(102, 102, 102, .42);
  background-color: rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(102, 102, 102, .42);
  justify-content: space-between;
  align-items: center;
  padding: .75rem .5rem .75rem 6px;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: visible;
}

.tab-link-about.w--current {
  width: 140px;
  border-right-color: var(--turquoise);
  color: var(--turquoise);
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
}

.wrap-text-tab {
  border-radius: .5rem;
  padding: 1.5rem;
  box-shadow: 0 0 4px rgba(243, 243, 243, .2);
}

.position-relative {
  position: relative;
}

.link-block-second {
  width: auto;
  grid-column-gap: 5px;
  color: #666;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.link-block-second.second {
  color: #181818;
  -webkit-text-stroke-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: flex-start;
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 15px;
  display: flex;
  box-shadow: 0 0 40px rgba(24, 24, 24, .5);
}

.link-block-second.second.auto {
  background-color: rgba(24, 24, 24, 0);
  margin-top: 0;
  margin-right: 0;
}

.link-block-second.second.align-center {
  justify-content: center;
}

.link-block-second.second.align-center.hide {
  display: none;
}

.link-block-second.second.purple {
  color: var(--white-smoke-2);
  background-color: #5a68dc;
}

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

.grid-2 {
  grid-row-gap: 89px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 4rem;
}

.grid-2.margin-bottom.margin-xxxhuge {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
  margin-bottom: 0;
}

.team-wrap.display-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-logo {
  width: 100px;
}

.image-logo.margin-bottom.margin-xlarge._404 {
  width: 250px;
  margin-bottom: 2rem;
}

.checkout-section.padding-bottom.padding-huge {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.apple-pay {
  height: 45px;
  border-radius: .5rem;
}

.paypal {
  border-radius: .5rem;
  margin-bottom: .5rem;
}

.customer-info {
  border: 1px #000;
  border-radius: .5rem;
  box-shadow: 1px 1px 6px 2px rgba(102, 102, 102, .14);
}

.block-content {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-header {
  border-style: none none solid;
  border-bottom-color: var(--white-smoke);
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-two {
  flex-direction: column;
  align-self: center;
  display: flex;
}

.column-three, .column-four {
  flex-direction: column;
  display: flex;
}

.discounts {
  border-style: solid none none;
  border-top-color: var(--white-smoke);
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 10px;
}

.sticky {
  top: 131px;
}

.text-block-about-second, .text-block-about {
  font-style: normal;
}

.lottie-animation {
  width: 60%;
  opacity: .49;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: -12%;
}

.lottie-animation.fifth {
  width: 100%;
  opacity: .22;
  top: 54%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.lottie-animation.fifth._404 {
  top: 31%;
}

.text-span-bold {
  color: var(--blue);
}

.padding-mobile {
  padding-top: 100px;
}

.padding-mobile.career {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wrapper-heading {
  height: 48vh;
  background-image: linear-gradient(to bottom, var(--663399), var(--blue));
  border-radius: .5rem;
  align-items: flex-end;
  padding: 50px;
  display: flex;
}

.wrapper-heading.display-flex-vertical {
  border-style: none;
  border-width: 1px;
  border-color: black black var(--white-smoke);
  background-image: none;
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-bottom: 23px;
}

.grid-3-column {
  grid-column-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
}

.grid-2-column.second {
  grid-column-gap: 51px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-right: 50px;
}

.wrap-text {
  padding-left: 50px;
}

.wrap-text.padding-xlarge {
  padding-left: 4rem;
}

.column-left {
  border-radius: .5rem;
  padding: 34px;
  box-shadow: 1px 1px 3px #b8b8b8;
}

.success-message {
  background-color: var(--blue);
  color: #fff;
  text-align: left;
  border-radius: .5rem;
  padding: 17px 13px;
}

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

.error-message {
  height: auto;
  background-color: var(--error-color);
  color: #fff;
  text-align: left;
  border-radius: .5rem;
  padding: 17px 13px;
}

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

.empty-state {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 15px;
  padding-top: 19px;
  padding-bottom: 19px;
}

.button-category {
  opacity: 1;
  color: var(--white-smoke-2);
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  padding: 1.25rem 0;
  font-style: normal;
}

.button-category.w--current {
  border-bottom: 3px none var(--turquoise);
  color: var(--turquoise);
  font-weight: 600;
}

.wrap-button {
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
  position: relative;
}

.image-5 {
  width: 25px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 25%;
}

.image-5.static {
  right: 27%;
}

.image-5.absolute {
  right: 25.5%;
}

.changelog-section {
  height: auto;
  min-height: 100vh;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.changelog-container {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #525252;
  padding: 55px;
}

.changelog-container.border-radius {
  background-color: var(--blue);
  color: var(--white-smoke);
  border-radius: .5rem;
}

.changelog-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.2;
}

.body {
  max-width: none;
  background-color: var(--black);
  object-fit: fill;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 15px;
  padding-bottom: 0;
  font-family: Nourd, sans-serif;
  font-style: normal;
  overflow: visible;
}

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

.lightbox-link {
  background-color: var(--white-smoke-2);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.demo-text {
  color: var(--black);
  line-height: 1.2;
}

.text-span-3 {
  background-image: linear-gradient(to bottom, var(--turquoise), #9cfff3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.lightbox-link-2 {
  z-index: 2;
  width: 60vw;
  height: 400px;
  max-width: 100%;
  background-image: url('../images/THUMBNAILS-rebrand-4.png');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 1;
  transition: transform .2s, opacity .2s;
  position: relative;
  top: auto;
  bottom: 5%;
  left: auto;
  right: auto;
}

.play-button:hover {
  transform: scale(1.1);
}

.icon-tab {
  color: var(--white-smoke-2);
}

.image-66 {
  width: 50px;
  height: 50px;
  background-image: linear-gradient(to bottom, var(--turquoise), var(--blue));
  border-radius: 30px;
}

.line-quote {
  width: 50%;
  height: 1px;
  background-color: var(--white-smoke-2);
  color: var(--white-smoke-2);
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  margin-top: 30px;
  margin-bottom: 30px;
}

.line-quote.hide {
  height: 2px;
  background-color: #fbfbfc;
  order: 0;
  display: block;
  overflow: visible;
}

.figures-quote {
  max-width: 800px;
  color: var(--white-smoke-2);
  margin-left: auto;
  margin-right: auto;
}

.figures-quote.hide {
  display: block;
}

.form-demo {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: 0%;
  padding: 2rem;
  display: inline-block;
}

.demo-banner-left {
  max-width: 90%;
  margin-bottom: 2rem;
  margin-right: 0%;
}

.list {
  margin-bottom: 1rem;
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.text-demo {
  color: var(--white-smoke-2);
  margin-left: 20px;
  font-size: .92rem;
}

.text-demo.case {
  margin-left: 0;
  padding-top: 0;
  position: static;
  top: 20%;
  bottom: 20%;
}

.download-the-app {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-social {
  max-height: 40px;
}

.investors-banner {
  text-align: left;
  margin-bottom: 5rem;
}

.bold-text-4, .bold-text-5 {
  font-weight: 600;
}

.replace-text {
  color: var(--white-smoke-2);
  font-size: 1.2rem;
}

.replace-text.small-text {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.replace-text.small-text.margin-top {
  color: #b9b9b9;
  margin-top: 20px;
  font-size: .9rem;
  font-style: italic;
  font-weight: 300;
}

.replace-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-replace {
  color: var(--white-smoke-2);
  text-align: left;
  font-size: 1.2rem;
  font-style: normal;
  text-decoration: none;
}

.grid-use-cases {
  width: auto;
  max-width: none;
  grid-template-rows: auto;
  grid-template-columns: 15rem 15rem 15rem 15rem;
  align-content: center;
  justify-content: center;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.grid-use-cases.homepage {
  grid-template-rows: auto;
  grid-template-columns: 15rem 15rem 15rem;
  align-content: center;
  justify-content: center;
}

.grid-use-cases.homepage.product-pages {
  grid-template-rows: auto auto;
  grid-template-columns: 15rem 15rem 15rem;
}

.grid-content-1 {
  height: 5rem;
  background-image: url('../images/image-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 5px;
  display: flex;
  position: relative;
  box-shadow: 0 0 50px rgba(23, 86, 118, .5);
}

.grid-content-1.product {
  background-image: url('../images/video-product-thumbnail.png');
}

.grid-content-2 {
  height: 5rem;
  background-image: url('../images/image-94.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin: 5px;
  display: flex;
  position: relative;
  box-shadow: 0 0 50px rgba(23, 86, 118, .5);
}

.grid-content-2.product {
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/ai-product-thumbnail.png');
  background-clip: content-box;
}

.grid-content-3 {
  height: 5rem;
  background-image: url('../images/image-95.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 5px;
  display: flex;
  position: relative;
  box-shadow: 0 0 50px rgba(23, 86, 118, .5);
}

.grid-content-3.product {
  background-image: url('../images/archive-product-thumbnail.png');
}

.grid-content-4 {
  height: 5rem;
  background-image: url('../images/image-96.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 5px;
  display: flex;
  position: static;
  box-shadow: 0 0 50px rgba(23, 86, 118, .5);
}

.grid-content-4.product {
  background-image: url('../images/pulse-product-thumbnail.png');
}

.title-sport {
  color: var(--white-smoke-2);
  text-align: center;
  font-weight: 600;
  position: static;
  top: 25%;
  bottom: 25%;
  left: 0%;
  right: 0%;
}

.bold-text-6 {
  font-size: 1.5rem;
  font-weight: 600;
}

.link-use-case {
  width: 100%;
  height: 100%;
  font-style: normal;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
}

.link-use-case:hover {
  opacity: .8;
  transform: scale(1.05);
}

.grid-investors {
  width: 95%;
  max-width: 80rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-features {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 30% 30%;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  margin-top: 92px;
  margin-bottom: 140px;
  display: grid;
  position: relative;
}

.grid-features.hide-mobile {
  grid-template-rows: auto auto auto;
}

.openings {
  width: 500px;
  height: auto;
  max-width: 100%;
  border: 1px solid #6661ff;
  border-radius: .5rem;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 1.5rem;
  box-shadow: 0 0 4px rgba(243, 243, 243, .2);
}

.location-text {
  color: #959596;
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Nourd, sans-serif;
  font-weight: 400;
}

.block-quote {
  color: var(--white-smoke-2);
  font-family: Nourd, sans-serif;
  font-style: italic;
}

.paragraph-2 {
  font-family: Nourd, sans-serif;
}

.container-demo.max-width-xxlarge {
  width: 95%;
  height: auto;
  max-width: 80rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.demo-banner-contact-page {
  color: var(--white-smoke-2);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.demo-banner-contact-page.padding {
  padding-top: 8rem;
}

.collection-reading {
  z-index: 4;
  margin-top: 2rem;
  position: relative;
}

.text-block-2 {
  color: var(--white-smoke-2);
  font-style: italic;
}

.text-block-3 {
  font-style: normal;
}

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

.link-2 {
  color: var(--white-smoke-2);
  font-style: normal;
  font-weight: 600;
}

.fav-athlete-text {
  color: var(--turquoise);
  text-align: center;
  margin-top: .5rem;
  font-family: Nourd, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.bold-text-8 {
  font-weight: 600;
}

.tabs-menu-2 {
  border-bottom: 1px none var(--dark-blue);
  justify-content: center;
  display: flex;
}

.text-span-5 {
  background-image: linear-gradient(to bottom, #f0fcff, var(--turquoise));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.logo-carousel {
  width: 100%;
  grid-column-gap: 1rem;
  background-color: var(--black);
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  flex-flow: row;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.carousel-component {
  border-top: 1px none var(--white-smoke-2);
  background-color: var(--black);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-image {
  width: 105px;
  height: 75px;
  object-fit: contain;
}

.carousel {
  width: 100%;
  border: 1px solid var(--black);
  flex-direction: row;
  margin-top: -2rem;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.carousel.center {
  justify-content: center;
}

.logo-carousel-item {
  flex: none;
  margin-bottom: 0;
  padding: 1rem;
  list-style: none;
}

.logo-carousel-wrap {
  width: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: row;
  flex: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  overflow: visible;
  transform: translate(0)perspective(1px);
}

.line-logos {
  width: 90%;
  height: 1px;
  background-color: var(--white-smoke-2);
  color: var(--white-smoke-2);
  margin-top: 30px;
  margin-bottom: 30px;
}

.carousel-component-2 {
  border-top: 1px #fbfbfc;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.line-logos-2 {
  width: 90%;
  height: 1px;
  color: #fbfbfc;
  background-color: #fbfbfc;
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-paragraph-2 {
  max-width: 800px;
  color: #fbfbfc;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.6;
}

.main-paragraph-2.heading-small.text-weight-normal {
  text-align: left;
  font-weight: 400;
}

.main-paragraph-2.heading-small.text-weight-normal.text-align-center {
  text-align: center;
}

.main-paragraph-2.heading-small.text-weight-normal.text-align-center.max-width-large {
  margin-left: auto;
  margin-right: auto;
}

.main-paragraph-2.heading-small.text-weight-normal.text-align-center.max-width-large.margin-bottom.margin-large {
  z-index: 6;
  color: #fbfbfc;
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 0;
  font-size: 1.2rem;
  line-height: 1.4;
  position: relative;
}

.lightbox-link-cs {
  background-color: var(--white-smoke-2);
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding: .95rem 1rem;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.grid-use-case {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 30% 30% 30%;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  margin-top: 92px;
  margin-bottom: 140px;
  display: grid;
  position: relative;
}

.mask-teams {
  height: auto;
  align-self: center;
  overflow: visible;
}

.image-comparison {
  border-radius: 15px;
}

.link-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  transition: opacity .2s, transform .2s;
  display: grid;
}

.link-block-2:hover {
  opacity: 1;
  transform: translate(0, -10px);
}

.collection-item-4 {
  margin-bottom: 2rem;
}

.main-paragraph-copy {
  max-width: 800px;
  color: var(--white-smoke-2);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.6;
}

.main-paragraph-copy.heading-small.text-weight-normal {
  text-align: left;
  font-weight: 400;
}

.main-paragraph-copy.heading-small.text-weight-normal.text-align-center {
  text-align: center;
}

.main-paragraph-copy.heading-small.text-weight-normal.text-align-center.max-width-medium.second {
  z-index: 1;
  max-width: 800px;
  color: var(--white-smoke-2);
  text-align: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  font-weight: 300;
  position: relative;
}

.main-paragraph-copy.heading-small.text-weight-normal.text-align-center.max-width-medium.second.margin-bottom.margin-medium {
  width: 80%;
  font-size: 1.3rem;
}

.tabs {
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.footer-wrapper {
  width: auto;
  height: 200px;
  max-width: none;
  background-color: var(--blue);
  text-align: center;
  border-radius: 0;
  align-items: flex-start;
  margin: 0 auto;
  padding: 0;
  position: static;
  bottom: 40px;
}

.collection-item-5 {
  margin-bottom: 0;
}

.line-half {
  width: 50%;
  height: 1px;
  opacity: .31;
  background-color: #9ba9b4;
  margin: 2rem auto;
}

.first {
  margin-bottom: 1rem;
}

.collection-list {
  padding-bottom: 5px;
}

.nav-link-2 {
  color: var(--white-smoke-2);
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-size: 1.1rem;
  font-weight: 500;
}

.nav-link-2.w--current {
  color: var(--pale-turquoise);
}

.nav-link-2.first {
  color: #191919;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.nav-link-2.first.w--current {
  color: #114dc8;
}

.nav-link-2.first.nav {
  color: var(--white-smoke-2);
  margin-bottom: -2px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1rem;
  font-weight: 500;
  transition: color .2s;
}

.nav-link-2.first.nav:hover {
  color: var(--turquoise);
}

.nav-link-2.first.nav.dropdown-item {
  color: var(--black);
  font-style: normal;
}

.nav-link-2.first.nav {
  margin-bottom: -2px;
  padding-left: 0;
  padding-right: 0;
  transition: color .2s;
}

.nav-link-2.first.nav:hover {
  color: var(--turquoise);
}

.dropdown-list-2 {
  z-index: 14;
  border-radius: .25rem;
}

.dropdown-list-2.w--open {
  min-width: auto;
  border: 1px solid var(--blue);
  color: var(--white-smoke-2);
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  display: flex;
  top: 3rem;
  box-shadow: 1px 1px 3px #b9b9b9;
}

.icon-3 {
  width: 50px;
  height: 50px;
  color: var(--white-smoke-2);
  font-size: .9rem;
  top: 0%;
  bottom: -22%;
  left: auto;
  right: -40%;
}

.overflow-hidden-2 {
  height: auto;
  position: relative;
  overflow: hidden;
}

.overflow-hidden-2.position-relative {
  text-align: center;
  padding-left: 0;
  padding-right: 10px;
  overflow: visible;
}

.overflow-hidden-2.position-relative.margin-vertical {
  margin-top: 23px;
  margin-bottom: -6px;
  overflow: visible;
}

.overflow-hidden-2.position-relative.margin-vertical.final {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: auto;
  overflow: visible;
}

.overflow-hidden-2.position-relative.margin-vertical.first, .overflow-hidden-2.position-relative.margin-vertical.mid {
  margin-top: 20px;
  margin-bottom: 0;
}

.overflow-hidden-2.margin-bottom.margin-custom-1 {
  margin-bottom: .7rem;
  overflow: visible;
}

.floating-image {
  height: auto;
  filter: grayscale();
  border-radius: 15px;
  padding-bottom: 0;
  position: static;
  top: auto;
  bottom: 0%;
  left: -29%;
  right: auto;
}

.photo-gallery.mobile-hide {
  opacity: .1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 100%;
  left: 0%;
  right: 0%;
}

.tab-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-content.career {
  max-width: none;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.tab-content.career.last {
  margin-bottom: 7rem;
}

.info-job {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.jobs-grid {
  position: relative;
}

.collection-list-wrapper {
  z-index: 2;
  grid-column-gap: 38px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 2rem;
  display: grid;
  position: relative;
}

.collection-list-item {
  height: 100%;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  box-shadow: 0 0 10px rgba(251, 251, 252, .2);
}

.collection-list-item:hover {
  opacity: 1;
}

.tabs-content2 {
  width: 65rem;
  margin-top: 0;
}

.main-image-use-case.position-relative {
  height: auto;
  max-width: 90vw;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

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

.div-block-5 {
  z-index: 12;
  width: 150px;
  height: 50px;
  background-image: linear-gradient(to bottom, var(--blue), var(--blue));
  color: var(--white-smoke-2);
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: auto;
}

.div-block-5.center {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: linear-gradient(#6661ff, #6661ff);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  padding: .75rem 1rem;
  display: flex;
  position: static;
  top: 40%;
  bottom: 40%;
  left: 40%;
  right: 40%;
}

.text-block-109 {
  z-index: 1;
  font-style: normal;
  position: relative;
}

.html-embed-3 {
  margin-top: 0;
}

.navlang {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.image-71 {
  z-index: 0;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: -20%;
  right: 0%;
}

.logo-carousel-wrap-clone {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .05);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
  transform: perspective(1px);
}

.tab-indicator {
  width: 100%;
  height: 2px;
  background-color: var(--pale-turquoise);
}

.app {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.images {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.images.left {
  justify-content: flex-start;
}

.app-image {
  height: 30px;
}

.div-block-6 {
  color: var(--white-smoke-2);
  font-style: italic;
}

.text-block-110 {
  color: var(--white-smoke-2);
  text-align: center;
}

.empty-state-2 {
  background-color: var(--blue);
  border-radius: 10px;
}

.photo-credit {
  display: flex;
}

.background-video {
  width: 960px;
  height: 540px;
  border: 10px solid var(--black);
  box-shadow: 0 0 30px 0 var(--blue);
  border-radius: 15px;
}

.div-form {
  background-image: linear-gradient(to bottom, var(--black) 59%, var(--blue));
  margin-top: 10rem;
  margin-bottom: 0;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.section.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-content-dna {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 2rem;
  display: block;
}

.tab2 {
  display: flex;
}

.tabs-dna {
  text-align: center;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-link-dna {
  width: auto;
  height: auto;
  opacity: .47;
  color: var(--dark-blue);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition: opacity .4s ease-in-out;
  display: flex;
}

.tab-link-dna:hover {
  opacity: 1;
}

.tab-link-dna.w--current {
  width: auto;
  height: auto;
  opacity: 1;
  color: var(--blue);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.tab-icon {
  width: 130px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-dna {
  width: 150px;
  height: 100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  display: flex;
}

.category {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cat-text {
  color: #9cfff3;
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Nourd, sans-serif;
  font-weight: 400;
}

.tab-indicator2 {
  width: 2px;
  height: 100%;
  background-color: var(--blue);
}

.left-side.flex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  width: 45vw;
  height: 100%;
  max-width: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-office {
  max-width: none;
  border-radius: 10px;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  display: flex;
}

.video {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(23, 86, 118, .5);
}

.page-wrapper-2 {
  z-index: 1;
  max-width: none;
  background-image: linear-gradient(to bottom, var(--black), #181e25 53%, var(--blue));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-app {
  z-index: 1;
  max-width: none;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 45vw 45vw;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  display: grid;
  position: relative;
}

.div-app.logo {
  justify-content: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.heading-app {
  color: var(--white-smoke-2);
  text-align: left;
  font-size: 3rem;
  font-weight: 600;
}

.heading-app.blue {
  margin-top: .5rem;
  font-size: 1.8rem;
}

.paragraph-3 {
  text-align: center;
  margin-top: 2rem;
}

.slider {
  width: 50vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider.mobile {
  display: none;
}

.image-how-to {
  justify-content: center;
  display: flex;
}

.div-shadow {
  max-width: 50vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.arrow-html {
  width: 40px;
  height: 40px;
  color: var(--white-smoke-2);
}

.applink {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 1rem;
  display: flex;
}

.paragraph-link {
  text-align: center;
  margin-top: 0;
}

.image-app {
  z-index: 0;
  opacity: .4;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(10deg);
}

.image-app.side {
  top: auto;
  bottom: 15%;
  left: 0%;
  right: 0%;
  transform: rotate(-10deg);
}

.image-app.side.hide-mobile {
  max-width: none;
  bottom: 10%;
  transform: none;
}

.image-app.hide-mobile {
  max-width: none;
  opacity: .2;
  transform: none;
}

.grid-3 {
  grid-template-rows: 500px;
  grid-template-columns: 30vw 30vw 30vw;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-4._2col {
  grid-template-columns: 30vw 30vw;
  margin-top: 1rem;
}

.grid-4._3col {
  grid-template-columns: 25vw 25vw 25vw;
  margin-top: 2rem;
}

.step {
  width: 24vw;
  height: 225px;
  border: 1px solid #6661ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  display: flex;
  box-shadow: 0 0 20px rgba(47, 49, 63, .4);
}

.icon-step {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-5 {
  color: var(--pale-turquoise);
}

.paragraph-4 {
  text-align: center;
  font-weight: 700;
}

.dropdown-nav-content---brix {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-nav-container---brix {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-nav-container---brix.adjust-this-for-your-container-size {
  width: auto;
  max-width: none;
}

.dropdown-nav-content-wrapper---brix {
  justify-content: space-between;
  display: flex;
}

.dropdown-nav-pages-content---brix {
  margin-bottom: 10px;
  padding-left: 0;
}

.dropdown-bottom-button-v1---brix {
  width: 100%;
  background-color: var(--dark-blue);
  color: #6f6c90;
  border-radius: 14px;
  padding: 24px 28px;
  text-decoration: none;
  transition: color .35s;
  display: block;
}

.dropdown-bottom-button-v1---brix:hover {
  color: var(--turquoise);
}

.dropdown-nav-link---brix {
  color: var(--white-smoke-2);
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  transition: color .35s;
}

.dropdown-nav-link---brix:hover {
  color: var(--turquoise);
}

.dropdown-nav-link---brix.w--current {
  color: var(--blanc);
}

.dropdown-nav-item---brix {
  margin-bottom: 10px;
  line-height: 1.66667;
}

.dropdown-nav-item---brix.last---brix {
  margin-bottom: 0;
}

.dropdown-nav---brix {
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  list-style-type: none;
}

.dropdown-button-v3---brix {
  width: 100%;
  color: #6f6c90;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.dropdown-button-v3---brix:hover {
  color: #4a3aff;
}

.dropdown-nav-main-wrapper-v3---brix {
  width: auto;
  background-color: var(--black);
  border-radius: 15px;
  flex-direction: column;
  padding: 30px;
  display: block;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.brand-2 {
  width: 150px;
  margin-right: 0;
}

.image-74 {
  width: 200px;
  display: block;
}

.dropdown-toggle-2 {
  align-items: center;
  padding: 0;
  overflow: visible;
}

.line-2 {
  height: 1px;
  opacity: .31;
  background-color: #9ba9b4;
  margin-top: 2.8rem;
  margin-bottom: 1rem;
}

.line-2.no-margins {
  width: 0%;
  height: 2px;
  background-color: var(--turquoise);
  opacity: 1;
  margin-top: 0;
  margin-bottom: -2px;
  position: static;
  bottom: 0;
}

.container-2.max-width-xxlarge {
  width: 95%;
  height: auto;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-2.max-width-xxlarge.display-flex-horizontal {
  width: 95%;
  max-width: 80rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-list-3 {
  background-color: rgba(0, 0, 0, 0);
  left: auto;
  right: auto;
}

.dropdown-list-3.w--open {
  background-color: var(--black);
  border-radius: 15px;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
}

.main-container {
  width: 100%;
  max-width: 1329px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.main-container.narrow {
  max-width: 1106px;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.portrait-image-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: center;
  display: grid;
}

.portrait-image-section.reverse-direction {
  direction: rtl;
  grid-template-columns: 1fr 1fr;
}

.container-small-2 {
  width: 100%;
  max-width: none;
  direction: ltr;
}

.vertical-text-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.container-large-2 {
  width: 100%;
  max-width: 608px;
  direction: ltr;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-large-2.align-center {
  max-width: 800px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.load-second {
  width: 80rem;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.section-demo-image {
  display: block;
}

.section-demo-image.last-screenshot {
  z-index: 2;
  position: static;
  bottom: 2px;
}

.hero-screenshot-container {
  width: 75%;
  max-width: 350px;
  position: absolute;
}

.hero-screenshot-container.screenshot-container {
  margin-top: 56px;
}

.hero-screenshot-container.screenshot-container.relative {
  width: auto;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

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

.stars.above-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.sections-screenshots {
  width: 100%;
  height: auto;
  border: 28px none var(--dark-blue);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2 {
  perspective: 1000px;
  align-self: stretch;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.section-2.bg-dark {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.no-bottom-margin {
  text-align: center;
  margin-bottom: 0;
}

.metrics-grid-thirds {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.display-heading-2 {
  letter-spacing: -.01em;
  margin-bottom: 28px;
  font-size: 72px;
  font-weight: 900;
  line-height: 100%;
}

.display-heading-2.reduced-margin {
  margin-bottom: 14px;
}

.display-heading-2.reduced-margin.text-primary-2 {
  color: var(--pale-turquoise);
  text-align: center;
  font-size: 3rem;
}

.justify-content-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-white {
  color: var(--white-smoke-2);
  font-size: 1.2rem;
}

.heading-2 {
  color: var(--pale-turquoise);
}

.link-3 {
  color: var(--white-smoke-2);
}

.link-3:hover {
  color: var(--turquoise);
}

.grid-5-columns-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 10rem;
}

.grid-5-columns-2.bottom {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 0;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.how-we-work {
  margin-top: 2rem;
}

.collection-list-4-career {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.select-dd {
  height: 100%;
  border: 1px solid var(--turquoise);
  color: var(--white-smoke-2);
  background-color: rgba(24, 26, 32, .6);
  border-radius: 10px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-weight: 300;
}

.grid-content-5 {
  height: 5rem;
  background-image: url('../images/image-112.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 5px;
  display: flex;
  position: relative;
  box-shadow: 0 0 50px rgba(23, 86, 118, .5);
}

.grid-content-5.product {
  background-image: url('../images/collab-product-thumbnail.png');
}

.grid-content-6 {
  height: 5rem;
  background-image: url('../images/kappa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 5px;
  display: flex;
  position: static;
  box-shadow: 0 0 50px rgba(23, 86, 118, .5);
}

.grid-content-6.product {
  background-image: url('../images/live-workflows-product-thumbnail.png');
}

.grid-content-6.product-1 {
  background-image: url('../images/external-users-product-thumbnail.png');
}

.grid-content-6.product-2 {
  background-image: url('../images/drm-product-thumbnail.png');
}

.grid-content-6.product-3 {
  background-image: url('../images/apps-product-thumbnail.png');
}

.photo-wall {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo {
  width: 50px;
  height: 50px;
  opacity: .8;
  border-radius: 7px;
  transform: translate(0, 10px);
}

.photo.right {
  transform: translate(-30px, 10px);
}

.photo.round {
  width: 100px;
  height: 100px;
  border-radius: 60px;
  margin-bottom: 1rem;
}

.photos {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-self: flex-start;
  display: flex;
  transform: translate(0, 20px);
}

.photos.up {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  transform: translate(0, 40px);
}

.photos.up2 {
  transform: translate(0, 20px);
}

.photos.up3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  transform: translate(0, 50px);
}

.image-75 {
  width: 300px;
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(156, 255, 243, .1);
}

.grid-3-columns {
  z-index: 2;
  grid-column-gap: 38px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 92px;
  margin-bottom: 140px;
  display: grid;
  position: relative;
}

.grid-3-columns.banner {
  grid-column-gap: 107px;
  grid-template-columns: auto auto auto 1fr;
  align-self: center;
  align-items: stretch;
  margin-top: 1rem;
  margin-bottom: 0;
}

.trusted-by-banner {
  background-image: none;
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.text-wrapper {
  width: auto;
  max-height: 450px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrapper.text-align-center.text-color-white {
  color: #fff;
  color: #f3f3f3;
  font-size: 1rem;
  font-style: normal;
}

.div-block-11 {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 2rem;
  display: flex;
  box-shadow: 0 0 20px rgba(156, 255, 243, .2);
}

.div-block-11.wsc {
  background-image: linear-gradient(rgba(24, 26, 32, .6), rgba(24, 26, 32, .6)), url('../images/BPT_Elite16_G26W_02_04_030-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
}

.div-block-11.opta {
  background-image: linear-gradient(rgba(24, 26, 32, .6), rgba(24, 26, 32, .6)), url('../images/image-87.webp');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  border-radius: 10px;
}

.div-block-11.sportradar {
  background-image: linear-gradient(rgba(24, 26, 32, .6), rgba(24, 26, 32, .6)), url('../images/FWT20_FIEBERBRUNN_JBERNARD_AO9I3789-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
}

.div-block-11.youtube {
  background-image: linear-gradient(rgba(24, 26, 32, .6), rgba(24, 26, 32, .6)), url('../images/mj2_2351-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-3-columns2 {
  z-index: 2;
  grid-column-gap: 38px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 92px;
  margin-bottom: 140px;
  display: grid;
  position: relative;
}

.grid-3-columns2.banner2 {
  grid-column-gap: 107px;
  grid-template-columns: auto auto;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-3-columns2.banner2._3 {
  grid-template-columns: auto auto auto;
}

.grid-3-columns2.banner2.collaboration {
  grid-template-columns: auto auto 1fr;
}

.main-text3.banner-number2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
}

.main-text3.text-style-allcaps {
  color: #191919;
  margin-bottom: .7rem;
}

.main-text3.text-style-allcaps.text-align-left {
  color: var(--blanc);
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.div1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-77 {
  width: auto;
  height: 75px;
}

.boxed {
  padding: 56px;
}

.boxed.reduced-padding {
  background-color: #000;
  border: 1px solid #6661ff;
  border-radius: 10px;
  padding: 48px;
}

.boxed.bg-white {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.large-text-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 150%;
}

.review {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reviews-grid-halves {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.reviews-grid-vertical {
  grid-row-gap: 28px;
  grid-template-columns: 1fr;
}

.container-integration {
  width: 100%;
  max-width: 1329px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}

.container-integration.narrow {
  max-width: 1106px;
  margin-top: 5rem;
}

.no-bottom-margin-2 {
  color: var(--white-smoke-2);
  margin-top: 0;
  margin-bottom: 0;
}

.image-78 {
  height: 50px;
}

.text-collab {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 0;
  font-family: Nourd, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-span-11, .text-span-13 {
  background-image: linear-gradient(to bottom, var(--blue), white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-3 {
  color: var(--white-smoke-2);
  margin-top: 0;
  font-size: 3rem;
}

.heading-3.collab {
  font-size: 2.5rem;
}

.div-block-12 {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--blue);
  border-radius: 10px;
  align-self: center;
}

.paragraph-5 {
  margin: .2rem .2rem .5rem;
}

.image-79 {
  border-radius: 50px;
}

.grid-2-no-image {
  margin-left: 1rem;
  margin-right: 1rem;
}

.grid-2-no-image.max-width-xlarge {
  grid-column-gap: 64px;
  grid-row-gap: 30px;
  grid-template-rows: 396px 396px;
  grid-auto-rows: 396px;
  align-items: center;
  margin-top: 79px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-2-no-image.external-users {
  grid-template-columns: 1fr;
}

.link-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.div-block-13 {
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
  overflow: hidden;
}

.title-cas {
  color: var(--white-smoke-2);
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-size: .8rem;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.title-cas:hover {
  color: var(--pale-turquoise);
}

.title-cas.case {
  margin-left: 0;
  padding-top: 0;
  position: static;
  top: 20%;
  bottom: 20%;
}

.link-4 {
  color: var(--white-smoke-2);
  text-shadow: 0 0 10px #000;
  font-size: 1rem;
}

.link-4:hover {
  color: var(--pale-turquoise);
}

.image-80 {
  width: 100%;
  height: 70px;
  opacity: .5;
  object-fit: cover;
  border-radius: 10px;
}

.image-80:hover {
  opacity: .8;
}

.youtube, .cms-sportradar {
  width: 100%;
}

.slide-content-quote {
  height: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-span-two-2 {
  width: 0;
  height: 0;
  color: var(--white-smoke-2);
  font-weight: 400;
  display: block;
}

.avatar-name-2 {
  color: var(--white-smoke-2);
  flex-direction: column;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.mask-quote-clients {
  width: 100%;
  height: auto;
  align-self: center;
  overflow: visible;
}

.left-arrow-2 {
  width: 4rem;
  height: 4rem;
  color: #114dc8;
  background-color: #6661ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: transform .4s;
  display: flex;
  transform: translate(-50%);
  box-shadow: 0 1px 4px 1px rgba(10, 18, 22, .34);
}

.left-arrow-2:hover {
  transform: translate(-10px)translate(-50%);
}

.quote-clients {
  height: auto;
  max-width: 55rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #c2c2c2;
  border-radius: .5rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 1px 1px 8px -5px #333;
}

.slide-quote-clients {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 1px #000;
  border-radius: 10px;
  padding-top: 6.4rem;
  padding-bottom: 3.3rem;
  overflow: visible;
}

.slide-quote-clients.sfl {
  background-image: url('../images/swiss-league-quote.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-quote-clients.west-ham {
  background-image: url('../images/west-ham-quote-picture.png');
  background-position: 50%;
  background-size: cover;
}

.slide-quote-clients.asm {
  background-image: url('../images/kappa-quote.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-quote-clients.wolves {
  background-image: url('../images/wolves-quote-picture.png');
}

.slide-quote-clients.wave {
  background-image: url('../images/sd-wave-quote.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-quote-clients.orlando {
  background-image: url('../images/orlando-city-quote.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-quote-clients.kappa {
  background-image: url('../images/kappa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-quote-clients.vitality {
  background-image: url('../images/vitality-quote.png');
  background-position: 50%;
}

.slide-quote-clients.wolves-copy {
  background-image: url('../images/wolves-quote-picture.png');
}

.right-arrow-2 {
  width: 4rem;
  height: 4rem;
  color: #114dc8;
  background-color: #6661ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: transform .4s;
  display: flex;
  transform: rotate(180deg)translate(-50%);
  box-shadow: 0 -1px 4px 1px rgba(10, 18, 22, .34);
}

.right-arrow-2:hover {
  transform: translate(10px)rotate(180deg)translate(-50%);
}

.main-paragraph-3 {
  font-size: 1rem;
  line-height: 1.6;
}

.main-paragraph-3.heading-small.text-weight-normal {
  text-align: left;
  font-weight: 400;
}

.main-paragraph-3.heading-small.text-weight-normal.text-align-center {
  text-align: center;
}

.main-paragraph-3.heading-small.text-weight-normal.text-align-center.max-width-medium.second {
  z-index: 1;
  max-width: 700px;
  color: #666;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  font-weight: 300;
  position: relative;
}

.main-paragraph-3.heading-small.text-weight-normal.text-align-center.max-width-medium.second.margin-bottom.margin-medium {
  color: var(--white-smoke);
  font-size: 1.3rem;
}

.container-quotes {
  width: 100%;
  max-width: 70rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.container-quotes.max-width-xxlarge {
  width: 95%;
  height: auto;
  max-width: 80rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-quotes.max-width-xxlarge.padding-top.padding-custom-1.text-align-center {
  padding-top: 0;
  position: relative;
}

.container-quotes.max-width-xxlarge.padding-top.padding-custom-1.text-align-left {
  width: auto;
  margin-left: 0;
  padding-top: 0;
}

.container-quotes.max-width-xxlarge.padding-top.padding-xxlarge {
  margin-bottom: 5rem;
  padding-top: 5rem;
}

.container-quotes.max-width-xxlarge.display-flex-horizontal {
  width: 95%;
  max-width: 80rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.container-quotes.max-width-xlarge {
  width: 100%;
  max-width: 95%;
  margin: 2rem auto 0;
}

.container-quotes.max-width-xlarge.margin-top.margin-xxlarge.padding-bottom.padding-xxlarge.border-bottom {
  border-bottom: 1px none var(--white-smoke);
  margin-top: 4rem;
  margin-bottom: 0;
}

.container-quotes.max-width-xlarge.padding-vertical.padding-xxlarge {
  position: relative;
}

.container-quotes.max-width-xlarge.padding-vertical.padding-xxlarge.border-bottom {
  border-bottom: 1px solid var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 2rem;
}

.container-quotes.max-width-xlarge.padding-top.padding-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.container-quotes.max-width-xlarge.video {
  width: 60vw;
  position: static;
}

.container-quotes.max-width-large {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.container-quotes.max-width-large.blog {
  max-width: 48rem;
  align-items: center;
  position: relative;
}

.container-quotes.max-width-large.blog.hide {
  display: block;
}

.container-quotes.max-width-large.horizontal {
  max-width: 85%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 5rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-quotes.max-width-large.hide {
  display: none;
}

.container-quotes.hidden {
  display: none;
  overflow: visible;
}

.tab-career {
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.adjacent-tabs-container {
  display: flex;
}

.large-text {
  font-size: 24px;
  line-height: 34px;
}

.large-text.subheading {
  margin-bottom: 21px;
}

.large-text.subheading.text-primary-1 {
  color: var(--dark-blue);
  font-size: 1.2rem;
}

.container-tabs {
  width: 100%;
  max-width: 1329px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}

.vertical-tab-link {
  min-width: 295.453px;
  opacity: .5;
  color: var(--white-smoke-2);
  background-color: rgba(0, 0, 0, 0);
  order: 1;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 36px;
  transition: color .2s, background-color .2s, opacity .2s;
  display: block;
}

.vertical-tab-link:hover {
  opacity: 1;
}

.vertical-tab-link.w--current {
  width: auto;
  min-width: 295.453px;
  opacity: 1;
  color: var(--pale-turquoise);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  box-shadow: 0 0 20px rgba(47, 49, 63, .4);
}

.adjacent-tabs-content {
  flex: 1;
}

.medium-heading {
  margin-bottom: 14px;
  font-size: 40px;
  font-weight: 900;
  line-height: 46px;
}

.medium-heading.increased-margin {
  margin-bottom: 28px;
}

.tab-image-2 {
  max-width: 30%;
  border-radius: 10px;
  margin-bottom: 0;
}

.vertical-tabs-menu {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 56px;
  display: flex;
}

.text-block-111 {
  color: var(--white-smoke-2);
  font-size: 1.2rem;
  font-weight: 500;
}

.text-block-112 {
  color: var(--blanc);
  font-weight: 500;
}

.grid-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-5._2col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.container-sp-quotes {
  width: 100%;
  max-width: 1329px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}

.review-text {
  text-align: center;
  flex: 1;
  margin-bottom: 1rem;
}

.large-text-3 {
  font-size: 24px;
  line-height: 34px;
}

.large-text-3.subheading {
  margin-bottom: 21px;
}

.review-slide {
  padding-left: 14px;
  padding-right: 14px;
}

.review-slide.quote {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-slide-nav {
  height: 10px;
  margin-top: 21px;
  padding-top: 0;
  font-size: 10px;
  line-height: 10px;
  position: relative;
}

.large-heading {
  margin-bottom: 28px;
  font-size: 54px;
  font-weight: 900;
  line-height: 54px;
}

.large-heading.no-bottom-margin {
  margin-bottom: 0;
}

.grid-halves {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
}

.grid-halves.has-slider {
  grid-row-gap: 0px;
}

.no-bottom-margin-3 {
  color: var(--pale-turquoise);
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

.review-slider-2 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 2rem;
}

.container-3 {
  z-index: 1;
  width: 100%;
  max-width: 497px;
  direction: ltr;
  position: relative;
}

.gallery-grid-copy {
  grid-column-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1.25fr;
}

.gallery-grid-copy.margin-bottom.margin-xsmall {
  grid-template-columns: 1.25fr 1.25fr .5fr;
  margin-bottom: .75rem;
}

.gallery-grid-copy.second {
  grid-template-columns: .5fr 1.25fr 1.25fr;
}

.image-gallery-2 {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
}

.collection-list-wrapper-2 {
  margin-bottom: 3rem;
}

.text-block-113 {
  color: var(--pale-turquoise);
}

.link-block-4 {
  color: var(--white-smoke);
  -webkit-text-stroke-width: 0px;
  background-color: #6661ff;
  border-radius: 10px;
  margin-top: 2rem;
  padding: .75rem 1rem;
  display: flex;
  box-shadow: 0 0 20px rgba(47, 49, 63, .4);
}

.icon-4 {
  width: 15px;
  height: 15px;
  color: var(--white-smoke-2);
  font-size: .9rem;
  top: 0%;
  bottom: -22%;
  left: auto;
  right: -40%;
}

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

.icon-5 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 30px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-6 {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-6 {
  max-width: 95%;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.div-media {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.logo-news {
  max-width: 100px;
  background-color: var(--black);
  border-radius: 100px;
}

.logo-news.straight {
  border-radius: 0;
}

.subdiv {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.publication {
  color: var(--pale-turquoise);
  margin-bottom: 1rem;
}

.text-block-114 {
  color: var(--white-smoke-2);
  align-self: center;
}

.text-block-115 {
  align-self: center;
}

.previous, .next {
  background-color: var(--blue);
  color: var(--white-smoke-2);
}

.text-block-116 {
  color: var(--white-smoke-2);
}

.next-2 {
  border-color: var(--blue);
  background-color: var(--blue);
  border-radius: 15px;
}

.icon-7 {
  color: #fff;
}

.gen-wrap-1-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.gen-text-1 {
  color: var(--blanc);
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
}

.gen-wrap-1-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.gen-pic-1 {
  height: 35px;
}

.gen-wrap-1 {
  display: block;
}

.gen-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.gen-button-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ic_baseline-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.2em;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0 2em;
}

.gen-wrap-6 {
  width: 40%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.gen-section-1 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5em;
  font-size: 1vw;
}

.gen-link-2 {
  color: #67819c;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
}

.gen-icon-1 {
  width: 24px;
  height: 24px;
}

.gen-wrap-2 {
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.gen-logo-1 {
  width: 13em;
}

.gen-search-1 {
  height: 3.2em;
  background-color: var(--dark-blue);
  border: 1px #e3e3e3;
  border-radius: 10px;
  margin-bottom: 0;
  display: flex;
}

.gen-wrap-8 {
  display: flex;
}

.gen-wrap-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.gen-link-1 {
  color: var(--white-smoke-2);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
}

.gen-wrap-3 {
  border-top: 1px dashed #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.gen-imput-1 {
  color: #305472;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 1em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.div-block-14 {
  display: flex;
}

.link-social {
  width: 24px;
  height: 24px;
}

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

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

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

.dropdown-link {
  width: 100%;
  color: var(--blue);
  padding: 0;
  line-height: 20px;
}

.dropdown-link:hover {
  color: var(--blue);
}

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

.text-200 {
  line-height: 20px;
}

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

.text-200.bold.color-neutral-800.mg-bottom-8px {
  font-size: 1rem;
  font-weight: 500;
}

.dropdown-toggle-3 {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

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

.header-nav-link {
  padding: 0;
}

.header-nav-link:hover {
  color: #4a3aff;
}

.link-text {
  color: var(--blue);
  font-weight: 500;
  transition: color .3s;
  display: inline-block;
}

.grid-2-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns-2.dropdown-2-sides {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.2fr auto;
  align-items: stretch;
}

.grid-2-columns-2.dropdown-2-sides.blog-left {
  grid-template-columns: auto 1fr;
}

.mg-bottom-24px {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

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

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

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

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

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

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

.dropdown-side-pd {
  min-width: auto;
  padding: 40px;
}

.dropdown-side-pd.pd-64px {
  padding-left: 64px;
  padding-right: 64px;
}

.dropdown-side-pd.pd-64px.bg-neutral-200 {
  min-width: 200px;
  padding-left: 0;
}

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

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

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

.grid-1-column.gap-row-24px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 20rem;
}

.grid-1-column.mg-bottom-24px {
  grid-template-columns: 12.5rem;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: #4a3aff;
}

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

.link-wrapper.color-primary.text-bold {
  align-items: center;
  display: flex;
}

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

.dropdown-column-wrapper.width-840px {
  min-width: 840px;
}

.dropdown-column-wrapper.width-840px.w--open {
  min-width: auto;
  border-radius: 10px;
  left: 40px;
}

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

.square-icon.dropdown-icon {
  width: 40px;
  color: var(--blue);
  background-color: rgba(23, 86, 118, .7);
  border-radius: 10px;
  margin-right: 16px;
  padding: .2rem;
}

.flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal.dropdown-link-wrapper {
  color: #6e7191;
  transform-style: preserve-3d;
  justify-content: flex-start;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.flex-horizontal.dropdown-link-wrapper:hover {
  transform: scale3d(.94, .94, 1.01);
}

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

.image-81 {
  width: 24px;
  color: var(--blue);
}

.div-block-15 {
  color: var(--blue);
  font-weight: 400;
}

.link-block-5 {
  display: flex;
}

.div-block-16 {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.heading-4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.thumbnail {
  width: 120px;
  max-width: 80%;
  border-radius: 10px;
}

.div-block-17 {
  max-width: 150px;
  border-radius: 10px;
}

.text-block-117 {
  color: var(--blue);
}

.div-block-18 {
  max-width: 10rem;
}

.bold-text-9, .bold-text-10 {
  font-weight: 600;
}

.banner-wrapper {
  background-image: linear-gradient(#000, #fff);
  position: absolute;
  top: 102px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bannerr {
  background-image: linear-gradient(#6661ff, #6661ff);
}

.text-wrapperr {
  color: #fff;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: .9rem;
  position: -webkit-sticky;
  position: sticky;
}

.link-5 {
  color: #fff;
  -webkit-text-stroke-color: var(--white-smoke);
  text-decoration: underline;
}

.tab-image-main {
  width: 693px;
  height: 436px;
  max-width: none;
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: 5px;
  margin: 50px 0 2rem;
  padding-top: 0;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(23, 86, 118, .5);
}

.dna-value {
  width: 20vw;
  height: 140px;
  border: 1px solid #6661ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  display: flex;
  box-shadow: 0 0 20px rgba(47, 49, 63, .4);
}

.form-block-contact-newsletter {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.form-block-contact-newsletter.margin-top.margin-xlarge {
  color: var(--white-smoke-2);
  margin-top: 0;
  margin-bottom: 1rem;
}

.field-label-footer {
  color: var(--blanc);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: .9rem;
}

.text-field-footer {
  height: 100%;
  min-height: 100%;
  border: 1px solid var(--turquoise);
  color: var(--white-smoke-2);
  text-align: left;
  background-color: rgba(24, 26, 32, .6);
  border-radius: 15px;
  align-self: stretch;
  margin-bottom: 10px;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.text-field-footer:focus {
  border-color: var(--blue);
}

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

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

.text-field-footer.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.text-field-footer.margin-bottom.margin-small.text-align-center {
  text-align: center;
  background-color: rgba(255, 255, 255, .57);
}

.text-field-footer.checkout {
  min-height: 45px;
  background-color: var(--white-smoke);
  border-style: none;
  margin-bottom: 1rem;
}

.form-second-newsletter {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.success-message-2 {
  color: #fff;
  text-align: left;
  background-color: #114dc8;
  border-radius: .5rem;
  padding: 17px 13px;
}

.form-newsletter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  perspective: 1196px;
  align-items: flex-end;
  transition: opacity .2s;
  display: flex;
  transform: perspective(941px);
}

.text-field-2 {
  height: 100%;
  min-height: 100%;
  text-align: left;
  background-color: rgba(255, 255, 255, .74);
  border: 1px solid #666;
  border-radius: .5rem;
  align-self: stretch;
  margin-bottom: 0;
  padding-top: .7rem;
  padding-bottom: .8rem;
}

.text-field-2:focus {
  border-color: #114dc8;
}

.text-span-2 {
  width: 20px;
  height: 20px;
  background-image: url('../images/arrow_right_alt_FILL1_wght300_GRAD200_opsz48-white2-01-01.svg');
  background-position: 0%;
  background-size: 25px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 5px;
  display: block;
}

.text-span-2.absolute {
  height: 20px;
  background-image: url('../images/arrow_right_alt_FILL1_wght300_GRAD200_opsz48-white.svg');
  background-position: 100%;
  padding-right: 0;
  position: absolute;
  right: 28px;
}

.text-span-2.absolute.pricing {
  right: 34%;
}

.text-span-2.absolute.pricing._2 {
  right: 16%;
}

.error-message-2 {
  height: auto;
  color: #fff;
  text-align: left;
  background-color: #ec0202;
  border-radius: .5rem;
  padding: 17px 13px;
}

.success-message-3 {
  color: var(--pale-turquoise);
  text-align: left;
  background-color: #202020;
  border-radius: 10px;
  padding: 17px 13px;
}

.text-field-3 {
  height: 100%;
  min-height: 100%;
  text-align: left;
  background-color: rgba(255, 255, 255, .74);
  border: 1px solid #666;
  border-radius: .5rem;
  align-self: stretch;
  margin-bottom: 0;
  padding-top: .7rem;
  padding-bottom: .8rem;
}

.text-field-3:focus {
  border-color: #114dc8;
}

.text-span-14 {
  width: 20px;
  height: 20px;
  background-image: url('../images/arrow_right_alt_FILL1_wght300_GRAD200_opsz48-white2-01-01.svg');
  background-position: 0%;
  background-size: 25px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 5px;
  display: block;
}

.text-span-14.absolute {
  height: 20px;
  background-image: url('../images/arrow_right_alt_FILL1_wght300_GRAD200_opsz48-white.svg');
  background-position: 100%;
  padding-right: 0;
  position: absolute;
  right: 28px;
}

.text-span-14.absolute.pricing {
  right: 34%;
}

.text-span-14.absolute.pricing._2 {
  right: 16%;
}

.error-message-3 {
  height: auto;
  background-color: var(--dark-blue);
  color: var(--error-color);
  text-align: left;
  border-radius: .5rem;
  padding: 17px 13px;
}

.newsletter-wrap-2 {
  width: 100%;
}

.main-paragraph-4 {
  font-size: 1rem;
  line-height: 1.6;
}

.main-paragraph-4.text-align-left.text-color-gray {
  color: #666;
  font-size: 1rem;
}

.main-paragraph-4.text-align-left.text-color-gray.margin-bottom.margin-medium {
  color: var(--white-smoke-2);
  margin-bottom: 1rem;
}

.div-newsletter {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.cms-ia {
  width: 100%;
}

.html-embed-6 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.grid-investors-home-page {
  width: 95%;
  max-width: 80rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.header-app {
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.container-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-wrapper-app-link {
  z-index: 1;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.one {
  margin-top: 2rem;
}

.one-app {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.left-app, .right-app {
  width: 50%;
}

.steps {
  height: 260px;
  max-width: 100%;
  background-color: var(--black);
  border-radius: 10px;
  padding: 10px;
}

.number {
  width: 50px;
  height: 50px;
  background-color: rgba(50, 55, 69, .5);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  color: var(--pale-turquoise);
  font-size: 2rem;
}

.heading-6 {
  color: var(--white-smoke);
  font-size: 3rem;
  font-weight: 600;
}

.image-82 {
  height: 35px;
}

.bottom-app {
  display: none;
}

@media screen and (min-width: 1440px) {
  .page-wrapper {
    position: relative;
  }

  .container.max-width-xxlarge.padding-top.padding-custom-1.text-align-left {
    margin-left: auto;
  }

  .container.max-width-xxlarge.padding-top.padding-xxlarge {
    padding-top: 4.1rem;
  }

  .container.max-width-large.blog {
    align-items: center;
  }

  .main-heading.heading-xxlarge.text-align-center.text-weight-xbold.margin-bottom.margin-small {
    z-index: 1;
    position: relative;
  }

  .main-heading.heading-medium.second.margin-bottom.margin-small.text-align-left {
    margin-bottom: 2rem;
  }

  .main-heading.heading-medium.margin-bottom.margin-small {
    margin-left: 0;
  }

  .main-paragraph.heading-small.text-weight-normal.text-align-center.max-width-large.margin-bottom.margin-large {
    z-index: 1;
    max-width: 1000px;
    position: relative;
  }

  .main-paragraph.text-align-left.text-color-gray.margin-bottom.margin-medium.no-margin {
    margin-top: 0;
  }

  .hero-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .hero-section.paralax {
    display: block;
  }

  .grid-5-columns.social {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr);
    grid-auto-flow: row;
  }

  .main-image {
    height: 632px;
    margin-top: 0;
  }

  .main-image.second.absolute {
    width: 110%;
  }

  .main-image.second.absolute._2 {
    width: 111%;
    padding-left: 0;
    left: 0%;
  }

  .main-image.second.absolute._2.frame {
    width: 121%;
  }

  .main-image.second.absolute.shadow {
    padding-left: 0;
    padding-right: 0;
  }

  .main-image.second.absolute.shadow.ingestion {
    padding-right: 0;
  }

  .main-image.second.absolute.app {
    width: 127%;
  }

  .paragraph {
    font-size: 1rem;
  }

  .grid-2-columns.max-width-xlarge {
    position: relative;
  }

  .container-text {
    margin-bottom: 2rem;
    padding-left: 20px;
  }

  .tab-image {
    margin-left: -13px;
  }

  .tab-link.text-align-left {
    width: auto;
  }

  .column.display-flex-horizontal {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .name-author.text-weight-semibold {
    margin-bottom: 0;
  }

  .review-section {
    padding-top: 0;
  }

  .admin-wrap {
    border-top-style: none;
  }

  .nav-blog-post.padding-vertical.padding-custom-second.border-bottom {
    border-bottom-style: solid;
  }

  .nav-blog-post.padding-vertical.padding-custom-second.border-bottom.category-page {
    border-bottom-style: none;
  }

  .collection-list-category-post {
    border-bottom-width: 1px;
    border-bottom-color: var(--white-smoke);
  }

  .lottie-animation {
    top: 9%;
    bottom: auto;
    left: auto;
    right: -23%;
  }

  .lottie-animation.fifth {
    width: 100%;
    top: 45%;
  }

  .button-category.w--current {
    border-bottom-width: 3px;
  }

  .changelog-container {
    background-color: rgba(0, 0, 0, 0);
  }

  .text-demo {
    font-size: 1.1rem;
  }

  .replace-text.small-text {
    font-size: 1.2rem;
  }

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

  .main-paragraph-2.heading-small.text-weight-normal.text-align-center.max-width-large.margin-bottom.margin-large {
    z-index: 1;
    position: relative;
  }

  .floating-image {
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .photo-gallery {
    height: 400px;
    opacity: .1;
    margin-top: 5rem;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .photo-gallery.mobile-hide {
    justify-content: center;
    display: flex;
    top: 5%;
  }

  .div-app {
    flex-direction: column;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
  }

  .div-app.logo {
    justify-content: center;
    display: flex;
  }

  .heading-app {
    color: var(--white-smoke-2);
    margin-bottom: 1rem;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 1.4rem;
  }

  .slider {
    width: 50vw;
    height: 400px;
    background-color: rgba(0, 0, 0, 0);
  }

  .image-73 {
    width: auto;
    height: 400px;
  }

  .image-how-to {
    height: 400px;
    justify-content: center;
    display: flex;
  }

  .mask-2 {
    height: 400px;
  }

  .div-shadow {
    justify-content: center;
    display: flex;
    left: auto;
  }

  .arrow-html {
    width: 40px;
    height: 40px;
    color: var(--white-smoke-2);
  }

  .paragraph-link {
    text-align: center;
    font-size: 1.4rem;
  }

  .dropdown-nav-link---brix {
    color: var(--white-smoke-2);
    font-size: 1.1rem;
    font-weight: 500;
  }

  .dropdown-nav-item---brix {
    margin-bottom: 10px;
  }

  .hero-screenshot-container.screenshot-container.relative {
    position: static;
  }

  .boxed.reduced-padding {
    background-color: #000;
  }

  .heading-3.collab {
    margin-bottom: 2rem;
  }

  .grid-2-no-image {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-no-image.max-width-xlarge {
    position: relative;
  }

  .grid-2-no-image.external-users {
    grid-template-columns: 1fr;
  }

  .title-cas {
    font-size: 1.1rem;
  }

  .container-quotes.max-width-xxlarge.padding-top.padding-custom-1.text-align-left {
    margin-left: auto;
  }

  .container-quotes.max-width-xxlarge.padding-top.padding-xxlarge {
    padding-top: 4.1rem;
  }

  .container-quotes.max-width-large.blog {
    align-items: center;
  }

  .tab-image-main {
    margin-left: -13px;
  }
}

@media screen and (max-width: 991px) {
  .overflow-hidden.position-relative {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .hide-tablet {
    display: none;
  }

  .page-wrapper {
    margin-bottom: 2rem;
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-wrapper.padding-top.padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .show-tablet {
    display: block;
  }

  .max-width-large {
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .show-mobile-landscape.display-flex {
    border-top: 1px solid var(--white-smoke);
    border-top: 1px solid #f3f3f3;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 21px;
    padding-top: 0;
    display: flex;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.max-width-xxlarge.padding-top.padding-xxlarge {
    padding-top: 4rem;
  }

  .container.max-width-xxlarge.display-flex-horizontal {
    width: 100%;
  }

  .container.max-width-large.blog {
    max-width: 80vw;
  }

  .main-heading.heading-xxlarge.text-align-center {
    font-size: 4rem;
  }

  .main-heading.heading-medium.second.margin-bottom.margin-small {
    font-size: 2.5rem;
  }

  .main-heading.heading-medium.second.margin-bottom.margin-small.text-align-left {
    align-self: center;
    margin-right: 0;
  }

  .main-paragraph.heading-small.text-weight-normal.text-align-center.max-width-medium.second.margin-bottom.margin-medium {
    width: auto;
    max-width: none;
    font-size: 1.2rem;
  }

  .main-paragraph.text-align-left.text-color-gray {
    font-size: .9rem;
  }

  .main-button.text-weight-medium.hide-tablet {
    margin-left: 20px;
    display: none;
  }

  .main-button.pricing {
    padding-left: 1.1rem;
    padding-right: 2.9rem;
  }

  .main-button.text-weight-medium.hide-tablet {
    margin-left: 20px;
    display: none;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link {
    font-size: 18px;
  }

  .nav-link.first {
    font-size: 1rem;
  }

  .nav-link.first.w--current {
    color: var(--turquoise);
    text-decoration: none;
  }

  .nav-link.first.nav {
    color: var(--black);
    margin-left: 0;
    margin-right: auto;
  }

  .nav-link.second {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .nav-menu.display-flex-horizontal {
    width: auto;
    background-color: #fff;
    margin-right: 0;
    padding-top: 0;
  }

  .nav-menu.display-flex-horizontal.overflow-hidden {
    width: 100%;
    width: 100%;
    background-color: var(--dark-blue);
    box-shadow: 1px 1px 3px #b3b3b3;
    box-shadow: none;
    border-radius: .5rem;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-bottom: auto;
    margin-left: 0;
    padding: 19px;
    position: absolute;
    top: auto;
  }

  .about-section.text-align-center {
    padding-bottom: 4rem;
  }

  .row.blog {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .row.form {
    width: 100%;
  }

  .grid-5-columns {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .main-image {
    height: auto;
    max-width: 80vw;
  }

  .main-image.second.absolute, .main-image.second.absolute._2 {
    width: 100%;
    max-width: none;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .main-image.second.absolute._1 {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-right: auto;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .main-image.second.absolute.use-case {
    width: 60%;
    height: auto;
  }

  .main-image.use-case.pulse {
    height: auto;
    overflow: hidden;
  }

  .styleguide-3-col {
    grid-column-gap: 2.75rem;
    grid-template-columns: 1fr 1fr;
  }

  .menu-burger-line-old {
    width: 20px;
    height: 2px;
    background-color: var(--white-smoke-2);
  }

  .menu-burger-line-old.center {
    background-color: var(--white-smoke-2);
    margin-top: 2.5px;
    margin-bottom: 2.5px;
  }

  .menu-button {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    margin-left: auto;
    display: none;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown.hide-mobile-landscape {
    display: none;
  }

  .wrap-link-dropdown {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .pricing-tabs-content {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-card.padding-regular {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing-card.padding-regular.blog.overflow-hidden {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .pricing-card.padding-regular.second {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
  }

  .main-text.text-size-medium.margin-bottom.margin-xsmall.top {
    font-size: 1rem;
  }

  .main-text.text-weight-bold, .main-text.text-weight-semibold, .main-text.text-color-white.text-align-center.banner {
    text-align: center;
  }

  .main-text.text-size-regular {
    font-size: .9rem;
  }

  .main-text.banner-title {
    text-align: center;
  }

  .main-text.banner-number {
    font-size: 1.6rem;
  }

  .main-text.banner-title-footer {
    text-align: center;
  }

  .price.heading-medium.text-align-left.margin-bottom.margin-small {
    font-size: 1.5rem;
  }

  .line.no-margin {
    display: none;
  }

  .html-embed {
    width: 15px;
    height: 15px;
    margin-right: 2px;
  }

  .grid-blog {
    grid-column-gap: 15px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-info.background-color-gray {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2-columns.max-width-xlarge {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .tabs-section {
    padding-bottom: 4rem;
  }

  .tab.category {
    margin-right: 1rem;
  }

  .tab-image {
    align-self: center;
  }

  .demo-banner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    padding: 54px 33px;
  }

  .image-blog {
    border-radius: 10px;
  }

  .avatar, .avatar.static {
    width: 40px;
    height: 40px;
  }

  .avatar.about {
    width: 100px;
    height: 100px;
  }

  .avatar-image {
    max-height: 40px;
    max-width: 40px;
  }

  .columns.margin {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .review-slider {
    max-width: 100vw;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-content {
    width: auto;
    justify-content: center;
    margin-left: 10%;
    margin-right: 10%;
  }

  .slide.as-monaco {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slide.kappa {
    padding: 4rem 1rem;
  }

  .right-arrow {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 5%;
  }

  .left-arrow {
    top: 0%;
    bottom: 0%;
    left: 5%;
    right: auto;
  }

  .my-skill-wrap.max-width-large {
    align-items: flex-start;
  }

  .delete-button.custom-background {
    flex-direction: column;
  }

  .form-block-contact.margin-top.margin-xlarge {
    width: 100%;
    max-width: none;
  }

  .form-second {
    width: 30rem;
  }

  .wrap-imae.position-relative {
    align-items: center;
    display: none;
  }

  .content-section.padding-top.padding-large {
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-list-category-post.border-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .link-block-blog-post {
    grid-template-columns: 1fr;
  }

  .back-to-blog-text {
    font-size: .9rem;
  }

  .image-gallery {
    height: 200px;
  }

  .tab-date {
    height: 600px;
    flex-direction: column;
  }

  .tabs-menu-about-page {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
  }

  .tabs-content.padding-left.padding-xhuge {
    padding-left: .9rem;
  }

  .tab-link-about {
    border-bottom: 4px solid #e0e0e0;
    border-right-style: none;
    justify-content: center;
    padding-left: .5rem;
  }

  .tab-link-about.w--current {
    border-bottom-color: var(--blue);
    justify-content: center;
    padding-left: .5rem;
  }

  .grid-2.margin-bottom.margin-xxxhuge {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-2-column.second {
    padding-right: 0;
  }

  .wrap-text {
    padding-left: 0;
  }

  .image-5.static {
    right: 9%;
  }

  .image-5.absolute {
    display: none;
  }

  .line-quote {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .form-demo {
    width: auto;
    max-width: none;
    margin-top: 20px;
    margin-left: 0%;
  }

  .demo-banner-left {
    width: 30rem;
    max-width: none;
    margin-right: 0%;
  }

  .grid-use-cases, .grid-use-cases.homepage {
    grid-template-columns: 15rem 15rem;
  }

  .grid-investors {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-features {
    grid-column-gap: 15px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .location-text {
    font-size: .9rem;
  }

  .demo-banner-contact-page {
    flex-direction: column;
    align-items: center;
    padding: 54px 33px 0;
  }

  .fav-athlete-text {
    font-size: .9rem;
  }

  .collection-item-2 {
    margin-bottom: 20px;
  }

  .grid-use-case {
    grid-column-gap: 15px;
    grid-row-gap: 64px;
    grid-template-columns: 33% 33% 33%;
  }

  .link-block-2 {
    grid-template-columns: 1fr;
  }

  .main-paragraph-copy.heading-small.text-weight-normal.text-align-center.max-width-medium.second.margin-bottom.margin-medium {
    width: auto;
    max-width: none;
    font-size: 1.2rem;
  }

  .footer-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-2 {
    color: var(--blue);
    padding-left: 0;
    font-size: 18px;
  }

  .nav-link-2.first.nav {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link-2.second {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .overflow-hidden-2.position-relative {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .overflow-hidden-2.position-relative.flex {
    display: flex;
  }

  .collection-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .tabs-content2 {
    max-width: 100vw;
  }

  .main-image-use-case.position-relative {
    align-items: center;
    display: flex;
  }

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

  .div-block-5.center {
    left: 30%;
    right: 30%;
  }

  .navlang {
    display: none;
  }

  .image-71 {
    top: 0%;
    bottom: auto;
    left: 10%;
    right: 10%;
  }

  .div-block-6 {
    font-style: italic;
  }

  .background-video {
    width: 480px;
    height: 290px;
  }

  .cat-text {
    font-size: .9rem;
  }

  .div-app {
    grid-template-columns: 40vw 40vw;
  }

  .heading-app {
    font-size: 2.2rem;
  }

  .heading-app.blue {
    font-size: 1.5rem;
  }

  .slider.mobile, .image-app.hide-mobile {
    display: none;
  }

  .grid-3.hide-mobile {
    align-items: start;
  }

  .step {
    height: 278px;
  }

  .dropdown-nav-container---brix.adjust-this-for-your-container-size {
    grid-column-gap: 32px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .dropdown-nav-pages-content---brix {
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .dropdown-bottom-button-v1---brix {
    width: auto;
    align-self: flex-start;
    padding: 16px;
  }

  .dropdown-nav-item---brix {
    margin-bottom: 12px;
    line-height: 1.6;
  }

  .dropdown-nav---brix {
    margin-bottom: 0;
  }

  .dropdown-button-v3---brix {
    align-self: flex-start;
  }

  .dropdown-nav-main-wrapper-v3---brix {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: rgba(0, 0, 0, 0);
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 10px 24px 10px 0;
  }

  .wrap-link-dropdown-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .line-2.no-margins {
    display: none;
  }

  .container-2.max-width-xxlarge.display-flex-horizontal {
    width: 100%;
  }

  .menu-burger-line {
    width: 20px;
    height: 2px;
    background-color: var(--white-smoke-2);
  }

  .menu-burger-line.center {
    background-color: var(--white-smoke-2);
    margin-top: 2.5px;
    margin-bottom: 2.5px;
  }

  .dropdown-list-3.w--open {
    background-color: var(--dark-blue);
    position: static;
  }

  .portrait-image-section {
    grid-template-columns: 1fr;
  }

  .sections-screenshots {
    height: 497px;
  }

  .metrics-grid-thirds {
    max-width: 497px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .display-heading-2 {
    letter-spacing: 0;
    font-size: 54px;
    line-height: 54px;
  }

  .grid-5-columns-2 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-4-career {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-3-columns {
    grid-column-gap: 15px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .trusted-by-banner {
    padding: 54px 33px;
  }

  .div-block-11.sportradar {
    justify-content: center;
  }

  .grid-3-columns2 {
    grid-column-gap: 15px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns2.banner2._3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .main-text3.banner-number2 {
    font-size: 1.7rem;
    font-weight: 600;
  }

  .main-text3.text-style-allcaps.text-align-left {
    margin-top: 20px;
  }

  .heading-3.collab {
    text-align: center;
    font-size: 1.8rem;
  }

  .button, .paragraph-5 {
    font-size: .9rem;
  }

  .grid-2-no-image {
    grid-template-columns: 1fr;
  }

  .grid-2-no-image.max-width-xlarge {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .link-4 {
    font-size: .8rem;
  }

  .slide-content-quote {
    width: auto;
  }

  .left-arrow-2 {
    top: auto;
    bottom: 5%;
    left: 27%;
    right: auto;
  }

  .quote-clients {
    padding-left: 36px;
    padding-right: 36px;
  }

  .right-arrow-2 {
    top: auto;
    bottom: 5%;
    left: auto;
    right: 27%;
  }

  .main-paragraph-3.heading-small.text-weight-normal.text-align-center.max-width-medium.second.margin-bottom.margin-medium {
    width: auto;
    max-width: none;
  }

  .container-quotes.max-width-xxlarge.padding-top.padding-xxlarge {
    padding-top: 4rem;
  }

  .container-quotes.max-width-xxlarge.display-flex-horizontal {
    width: 100%;
  }

  .container-quotes.max-width-large.blog {
    max-width: 80vw;
  }

  .adjacent-tabs-container {
    flex-direction: column;
  }

  .medium-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .vertical-tabs-menu {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 56px;
    margin-right: 0;
  }

  .slider-title {
    margin-bottom: 84px;
  }

  .large-heading {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 46px;
  }

  .grid-halves {
    grid-template-columns: 1fr;
  }

  .grid-halves.has-slider {
    flex-direction: column;
    display: flex;
  }

  .image-gallery-2 {
    height: 200px;
  }

  .icon-4 {
    color: var(--blue);
  }

  .gen-wrap-7 {
    flex-direction: column;
  }

  .header-nav-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

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

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

  .dropdown-side-pd {
    padding: 32px 24px 40px 0;
  }

  .dropdown-side-pd.pd-64px {
    padding-left: 44px;
    padding-right: 44px;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-column-wrapper.width-840px {
    min-width: auto;
    transform: none;
  }

  .tab-image-main {
    width: 650px;
    height: 385px;
    max-height: 385px;
    max-width: 650px;
    object-fit: contain;
    flex: 0 auto;
    overflow: hidden;
  }

  .form-block-contact-newsletter.margin-top.margin-xlarge {
    width: 100%;
    max-width: none;
  }

  .form-second-newsletter {
    width: 30rem;
  }

  .text-span-2.absolute {
    position: static;
  }

  .text-span-2.static {
    display: none;
  }

  .text-span-14.absolute {
    position: static;
  }

  .text-span-14.static {
    display: none;
  }

  .main-paragraph-4.text-align-left.text-color-gray {
    font-size: .9rem;
  }

  .grid-investors-home-page {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .overflow-hidden.margin-bottom.margin-custom-1 {
    margin-bottom: 0;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .max-width-xlarge {
    flex-direction: column;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-wrapper {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-wrapper.padding-top.padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-width-large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .show-mobile-landscape {
    margin-top: 20px;
    display: block;
  }

  .show-mobile-landscape.display-flex {
    border-top: 1px solid #dfdfdf;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 0;
    display: flex;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .container.max-width-xxlarge {
    width: auto;
    max-width: none;
  }

  .container.max-width-xxlarge.padding-top.padding-custom-1.text-align-center {
    padding-top: 0;
  }

  .container.max-width-xlarge {
    width: 95vw;
  }

  .container.max-width-large {
    padding-left: 0;
    padding-right: 0;
  }

  .container.max-width-large.blog {
    width: auto;
    max-width: none;
  }

  .container.max-width-large.blog.hide {
    display: block;
  }

  .main-heading.heading-xxlarge.text-align-center {
    font-size: 3rem;
  }

  .main-heading.heading-xxlarge.text-align-center.text-weight-xbold.margin-bottom.margin-small {
    text-align: center;
    font-size: 3.25rem;
  }

  .main-heading.heading-medium.second.margin-bottom.margin-small {
    margin-top: 2rem;
    font-size: 2.5rem;
  }

  .main-heading.heading-medium.second.margin-bottom.margin-small.text-align-left {
    text-align: left;
    margin-right: 0;
    font-size: 32px;
  }

  .main-heading.heading-medium.second.margin-bottom.margin-small.text-align-center, .main-heading.text-align-center.heading-medium.second, .main-heading.heading-large.text-align-center.second.margin-bottom.margin-small {
    font-size: 32px;
  }

  .main-heading.heading-xlarge.second {
    font-size: 3rem;
  }

  .main-heading.heading-large.text-align-center.second.margin-bottom.margin-small {
    font-size: 32px;
  }

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

  .main-paragraph.heading-small.text-weight-normal.text-align-center.max-width-large.margin-bottom.margin-large {
    text-align: left;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .main-paragraph.heading-small.text-weight-normal.text-align-center.max-width-large.margin-bottom.margin-large.left {
    padding-left: 0;
  }

  .main-paragraph.heading-small.text-weight-normal.text-align-center.max-width-medium.second {
    font-size: 1.25rem;
  }

  .main-paragraph.heading-small.text-weight-normal.text-align-center.max-width-medium.second.margin-bottom.margin-medium {
    max-width: 70%;
    font-size: 1rem;
  }

  .main-paragraph.text-align-left.text-color-gray.margin-bottom.margin-medium {
    font-size: 1rem;
  }

  .main-paragraph.text-size-regular {
    text-align: left;
  }

  .main-paragraph.wide.center {
    max-width: 450px;
    font-size: 1rem;
  }

  .main-button.text-weight-medium {
    width: 100%;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .main-button.text-weight-medium.second {
    width: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-button.text-weight-medium.second.white, .main-button.text-weight-medium.align-center {
    text-align: center;
  }

  .main-button.text-weight-medium {
    width: 100%;
    flex: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .main-button.text-weight-medium-copy {
    width: auto;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .navbar {
    padding-left: 23px;
    padding-right: 23px;
  }

  .nav-link {
    margin-top: 20px;
    padding-left: 0;
    font-size: 18px;
  }

  .nav-link.first {
    margin-top: 0;
    margin-left: 0;
  }

  .nav-link.first.w--current {
    margin-top: 10px;
  }

  .nav-link.first.nav {
    color: var(--black);
    margin-right: auto;
  }

  .nav-link.second {
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
  }

  .nav-menu.display-flex-horizontal {
    width: 92%;
    border-radius: .25rem;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    position: absolute;
    box-shadow: 1px 1px 6px #c2c2c2;
  }

  .nav-menu.display-flex-horizontal.overflow-hidden {
    padding-top: 18px;
    padding-bottom: 31px;
    top: 176px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .about-section.text-align-center {
    padding-bottom: 2rem;
  }

  .row.hero {
    flex-direction: row;
  }

  .row.center {
    flex-direction: column;
  }

  .row.blog-page {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
  }

  .row.is-mobile-vertical {
    justify-content: space-between;
  }

  .grid-5-columns {
    grid-template-columns: 1fr;
  }

  .main-image {
    max-width: 100vw;
    left: auto;
  }

  .main-image.second.absolute {
    z-index: 3;
    width: 100%;
    max-width: none;
    position: relative;
    left: auto;
  }

  .main-image.second.absolute._2 {
    position: static;
    left: auto;
  }

  .main-image.second.absolute._1 {
    left: auto;
  }

  .main-image.second.absolute.use-case {
    width: 100%;
  }

  .main-image.use-case {
    height: auto;
    max-width: 80vw;
  }

  .styleguide-color-sample {
    padding: 2.5rem 2rem;
  }

  .styleguide-3-col {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown {
    height: auto;
    justify-content: flex-start;
  }

  .dropdown-toggle {
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .wrap-link-dropdown {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .pricing-card.padding-regular.blog.overflow-hidden {
    background-color: rgba(0, 0, 0, 0);
  }

  .main-text.text-weight-semibold {
    font-size: 1rem;
  }

  .main-text.text-color-white.text-align-center.banner {
    text-align: center;
    font-size: 32px;
  }

  .main-text.banner-title {
    text-align: center;
  }

  .main-text.banner-number {
    font-size: 1.3rem;
  }

  .main-text.banner-title-footer {
    text-align: center;
  }

  .grid-blog {
    grid-column-gap: 19px;
    grid-row-gap: 53px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .footer {
    width: auto;
    max-width: none;
    padding: 40px 20px;
  }

  .paragraph.hide-mobile {
    display: block;
  }

  .grid-2-columns.max-width-xlarge {
    grid-template-rows: auto 396px;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    margin-top: 0;
  }

  .container-text {
    text-align: center;
    margin-top: 0;
  }

  .tabs-section {
    padding-bottom: 2rem;
  }

  .tab {
    width: 85rem;
    max-width: 100vw;
  }

  .tab.category {
    font-size: .8rem;
  }

  .tab-image {
    width: 553.6px;
    height: 348.8px;
  }

  .tab-link.text-align-left {
    font-size: 1.25rem;
  }

  .demo-banner {
    width: auto;
    max-width: none;
    grid-template-columns: 1fr;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .avatar.absolute.rounded._120 {
    width: 60px;
    height: 60px;
    overflow: visible;
  }

  .avatar-image {
    height: auto;
  }

  .avatar-image.logo {
    height: 60px;
  }

  .columns {
    flex-direction: row;
  }

  .columns.margin {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .review-slider {
    justify-content: center;
  }

  .slide-content {
    height: auto;
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .avatar-name {
    align-items: center;
  }

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

  .slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slide.as-monaco {
    height: auto;
    max-width: none;
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slide.orlando {
    height: 500px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slide.wave {
    height: auto;
    min-height: auto;
    padding: 4rem .25rem;
  }

  .slide.cricket, .slide.rochelais, .slide.freeride {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .mask {
    height: 500px;
    max-width: 30rem;
  }

  .right-arrow {
    width: 3rem;
    height: 3rem;
    right: 0%;
  }

  .left-arrow {
    width: 3rem;
    height: 3rem;
    left: 0%;
  }

  .admin-wrap {
    padding-left: 2rem;
    padding-right: 2em;
  }

  .main-text-second.text-weight-normal {
    font-size: 1.1rem;
  }

  .wrap-imae.position-relative {
    display: none;
  }

  .content-section.padding-top.padding-large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-category-post.border-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .large-image.comparing {
    width: 100%;
    max-width: 100%;
  }

  .wrap-text-blog.compare {
    margin-left: 0;
  }

  .tab-date {
    height: auto;
  }

  .tabs-content.padding-left.padding-xhuge {
    padding-left: 0;
  }

  .grid-2.margin-bottom.margin-xxxhuge {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .collection-item {
    align-items: center;
    display: flex;
  }

  .wrapper-heading.display-flex-vertical {
    padding-left: 28px;
    padding-right: 28px;
  }

  .grid-2-column.second {
    grid-template-columns: 1fr;
  }

  .button-category.w--current {
    font-size: .8rem;
  }

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

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

  .form-demo {
    width: auto;
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 2rem;
  }

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

  .investors-banner {
    margin-bottom: 2rem;
  }

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

  .replace-div {
    text-align: center;
    justify-content: flex-start;
  }

  .link-replace {
    font-size: 1rem;
  }

  .grid-use-cases, .grid-use-cases.homepage {
    grid-template-columns: 15rem 15rem;
  }

  .grid-investors {
    grid-template-columns: 1fr 1fr;
  }

  .grid-features {
    grid-column-gap: 19px;
    grid-row-gap: 53px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-features.hide-mobile {
    grid-template-columns: 1fr 1fr;
  }

  .openings {
    width: auto;
  }

  .demo-banner-contact-page {
    padding-bottom: 0;
  }

  .main-paragraph-2 {
    text-align: left;
  }

  .main-paragraph-2.heading-small.text-weight-normal.text-align-center.max-width-large.margin-bottom.margin-large {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .grid-use-case {
    grid-column-gap: 19px;
    grid-row-gap: 53px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .mask-teams {
    max-width: 30rem;
  }

  .link-block-2 {
    max-width: 80vw;
  }

  .collection-item-4 {
    max-width: 80vw;
    justify-content: center;
    display: flex;
  }

  .main-paragraph-copy {
    text-align: left;
  }

  .main-paragraph-copy.heading-small.text-weight-normal.text-align-center.max-width-medium.second {
    font-size: 1.25rem;
  }

  .main-paragraph-copy.heading-small.text-weight-normal.text-align-center.max-width-medium.second.margin-bottom.margin-medium {
    max-width: 70%;
    font-size: 1rem;
  }

  .footer-wrapper {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .nav-link-2 {
    margin-top: 0;
    padding-left: 0;
    font-size: 18px;
  }

  .nav-link-2.first {
    margin-top: 10px;
    margin-left: 0;
  }

  .nav-link-2.first.w--current {
    margin-top: 10px;
  }

  .nav-link-2.first.nav {
    margin-right: auto;
  }

  .nav-link-2.second {
    margin-top: 20px;
    font-size: 16px;
  }

  .overflow-hidden-2.position-relative.flex {
    margin-top: 10px;
  }

  .overflow-hidden-2.margin-bottom.margin-custom-1 {
    margin-bottom: 0;
  }

  .photo-gallery.mobile-hide {
    display: none;
  }

  .collection-list-wrapper {
    grid-column-gap: 19px;
    grid-row-gap: 53px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .tabs-content2 {
    max-width: 95vw;
  }

  .collection-list-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .div-block-5.center {
    left: 30%;
    right: 30%;
  }

  .navlang {
    display: none;
  }

  .image-71 {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .tabz {
    max-width: 98vw;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .tab-content-dna {
    padding-left: 0;
  }

  .tab2 {
    flex-direction: column;
  }

  .tabs-dna {
    flex-direction: row;
  }

  .tab-dna {
    width: 130px;
    flex-direction: column;
  }

  .tab-indicator2.hide-mobile {
    display: none;
  }

  .image-2 {
    width: 20vw;
  }

  .image-office {
    opacity: .3;
  }

  .div-app {
    max-width: 90vw;
    grid-template-columns: 50% 50%;
  }

  .heading-app {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .heading-app.blue {
    color: var(--pale-turquoise);
    font-size: 1.2rem;
    font-weight: 500;
  }

  .step {
    width: 26vw;
    height: 315px;
  }

  .dropdown-nav-container---brix.adjust-this-for-your-container-size {
    flex-direction: column;
    display: flex;
  }

  .dropdown-nav-pages-content---brix {
    margin-bottom: 24px;
    padding-left: 16px;
  }

  .dropdown-nav-item---brix {
    margin-bottom: 12px;
  }

  .dropdown-nav---brix {
    margin-bottom: 0;
  }

  .brand-2.w--current {
    padding-left: 0;
  }

  .dropdown-toggle-2 {
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .wrap-link-dropdown-2 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .sections-screenshots {
    border-width: 21px;
  }

  .section-2 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .grid-5-columns-2, .grid-5-columns-2.bottom {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-4-career {
    grid-template-columns: 1fr;
  }

  .grid-3-columns {
    grid-column-gap: 19px;
    grid-row-gap: 53px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-3-columns.banner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: auto;
  }

  .grid-3-columns2 {
    grid-column-gap: 19px;
    grid-row-gap: 53px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .main-text3.text-style-allcaps.text-align-left {
    font-size: 1.25rem;
  }

  .boxed {
    padding: 35px;
  }

  .reviews-grid-halves {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
  }

  .reviews-grid-vertical {
    grid-row-gap: 21px;
  }

  .button {
    font-size: .8rem;
  }

  .paragraph-5 {
    text-align: left;
    margin-bottom: 1rem;
    font-size: .8rem;
    line-height: 1.2;
  }

  .grid-2-no-image {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .grid-2-no-image.max-width-xlarge {
    grid-template-rows: auto 396px;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    margin-top: 0;
  }

  .link-block-3 {
    margin-bottom: 1rem;
  }

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

  .main-paragraph-3.heading-small.text-weight-normal.text-align-center.max-width-medium.second, .main-paragraph-3.heading-small.text-weight-normal.text-align-center.max-width-medium.second.margin-bottom.margin-medium {
    font-size: 1.25rem;
  }

  .container-quotes.max-width-xxlarge {
    width: auto;
    max-width: none;
  }

  .container-quotes.max-width-xxlarge.padding-top.padding-custom-1.text-align-center {
    padding-top: 0;
  }

  .container-quotes.max-width-xlarge {
    width: 95vw;
  }

  .container-quotes.max-width-large {
    padding-left: 0;
    padding-right: 0;
  }

  .container-quotes.max-width-large.blog {
    width: auto;
    max-width: none;
  }

  .container-quotes.max-width-large.blog.hide {
    display: block;
  }

  .tab-career {
    max-width: 98vw;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .vertical-tab-link {
    font-size: 24px;
    line-height: 34px;
  }

  .slider-title {
    margin-bottom: 56px;
  }

  .grid-halves {
    max-width: 497px;
    grid-row-gap: 56px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-halves.has-slider {
    flex-direction: column;
    display: flex;
  }

  .gen-wrap-6 {
    width: 100%;
  }

  .gen-wrap-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .grid-2-columns-2.dropdown-2-sides {
    grid-template-columns: 1.2fr;
  }

  .grid-2-columns-2.dropdown-2-sides.blog-left {
    grid-template-columns: 1fr;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .square-icon {
    max-width: 56px;
    border-radius: 12px;
  }

  .square-icon.dropdown-icon {
    max-width: 52px;
  }

  .tab-image-main {
    width: 553px;
    height: 320px;
    max-height: 320px;
    max-width: 553px;
  }

  .dna-value {
    width: 26vw;
  }

  .main-paragraph-4.text-align-left.text-color-gray.margin-bottom.margin-medium {
    font-size: 1rem;
  }

  .grid-investors-home-page {
    grid-template-columns: 1fr 1fr;
  }

  .header-app {
    justify-content: center;
  }

  .page-wrapper-app-link {
    background-image: none;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 0 60px 60px;
  }

  .one-app {
    margin-left: 0;
    margin-right: 0;
  }

  .steps {
    height: 210px;
    background-color: var(--black);
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .number {
    width: 30px;
    height: 30px;
  }

  .heading-5 {
    font-size: 1.4rem;
  }

  .bottom-app {
    z-index: 1;
    background-color: #000;
    justify-content: center;
    padding: 10px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .overflow-hidden {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .overflow-hidden.position-relative {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .page-wrapper {
    margin-bottom: 0;
    padding: 5rem 10px 0;
  }

  .page-wrapper.padding-top {
    margin-top: 8rem;
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .page-wrapper.padding-top.padding {
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-wrapper.padding-top.padding.mobile {
    padding-top: 4rem;
  }

  .page-wrapper.padding-top.blue-bottom {
    background-image: linear-gradient(to bottom, var(--black), var(--black) 85%, var(--blue));
    padding-bottom: 6rem;
  }

  .max-width-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .show-mobile-landscape.display-flex {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .container.max-width-xxlarge.padding-top.padding-custom-1.text-align-center {
    padding-top: 0;
  }

  .container.max-width-xxlarge.padding-top.padding-xxlarge {
    padding-bottom: 0;
  }

  .container.max-width-xxlarge.display-flex-horizontal {
    align-items: center;
    position: static;
  }

  .container.max-width-xlarge {
    max-width: none;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .container.max-width-xlarge.margin-top.margin-xxlarge.padding-bottom.padding-xxlarge.border-bottom {
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
  }

  .container.max-width-xlarge.padding-top.padding-xxlarge {
    padding-top: 0;
  }

  .container.max-width-xlarge.video {
    width: auto;
    height: auto;
  }

  .container.max-width-large {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.max-width-large.blog {
    width: auto;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.max-width-large.blog.hide {
    display: none;
  }

  .container.max-width-large.horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .container.max-width-large.horizontal.mobile {
    width: auto;
    max-width: 100vw;
    grid-template-columns: 100vw;
    justify-content: center;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-heading.heading-xxlarge.text-align-center {
    font-size: 2rem;
    line-height: 1;
  }

  .main-heading.heading-xxlarge.text-align-center.text-weight-xbold.margin-bottom.margin-small {
    text-align: center;
    padding-top: 20px;
    font-size: 2rem;
  }

  .main-heading.heading-medium.second.margin-bottom.margin-small {
    margin-top: 2rem;
    font-size: 1.8rem;
    display: block;
  }

  .main-heading.heading-medium.second.margin-bottom.margin-small.text-align-left {
    align-items: flex-start;
    font-size: 1.8rem;
  }

  .main-heading.heading-medium.second.margin-bottom.margin-small.text-align-center {
    align-items: center;
    font-size: 1.8rem;
  }

  .main-heading.heading-medium.second.margin-bottom.margin-small.hide-mobile {
    display: none;
  }

  .main-heading.heading-medium.margin-bottom.margin-small {
    font-size: 2rem;
  }

  .main-heading.text-align-center.heading-medium.second {
    font-size: 2rem;
    line-height: 1.4;
  }

  .main-heading.heading-large {
    font-size: 2rem;
  }

  .main-heading.heading-large.text-align-center.margin-bottom.margin-small {
    font-size: 3rem;
    line-height: 1.1;
  }

  .main-heading.heading-large.text-align-center.second.margin-bottom {
    font-size: 2rem;
    display: block;
  }

  .main-heading.heading-large.text-align-center.second.margin-bottom.margin-small {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .main-heading.heading-large.text-align-center.second.margin-bottom.margin-small.margin-top {
    margin-top: 2rem;
  }

  .main-heading.heading-large.margin, .main-heading.heading-large.jobs {
    font-size: 2.5rem;
  }

  .main-heading.heading-xlarge.second {
    font-size: 2rem;
    display: block;
  }

  .main-heading.heading-xlarge.text-color-white.mobile {
    margin-bottom: 1rem;
  }

  .main-heading.heading-small.second {
    text-align: center;
  }

  .main-heading.heading-small.second.left {
    text-align: left;
  }

  .main-heading.heading-large {
    font-size: 3rem;
  }

  .main-heading.heading-large.text-align-center.second.margin-bottom.margin-small {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-heading.blog {
    color: var(--white-smoke-2);
    font-size: 2.5rem;
    font-weight: 600;
  }

  .main-paragraph {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
  }

  .main-paragraph.heading-small.text-weight-normal.text-align-center.max-width-large.margin-bottom.margin-large {
    width: auto;
    min-width: 1rem;
    text-align: center;
    margin: 0 0 1rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    display: block;
  }

  .main-paragraph.heading-small.text-weight-normal.text-align-center.max-width-large.margin-bottom.margin-large.left {
    max-width: none;
    min-width: auto;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .main-paragraph.heading-small.text-weight-normal.text-align-center.max-width-medium.second {
    font-size: 1rem;
  }

  .main-paragraph.heading-small.text-weight-normal.text-align-center.max-width-medium.second.margin-bottom.margin-medium {
    max-width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
    line-height: 1.3;
  }

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

  .main-paragraph.text-align-left.text-color-gray.margin-bottom.margin-medium {
    font-size: 1rem;
    line-height: 1.3;
  }

  .main-paragraph.text-align-left.text-color-gray.margin-bottom.margin-medium.no-margin {
    font-size: 14px;
  }

  .main-paragraph.text-size-medium.second, .main-paragraph.text-size-regular {
    font-size: 1rem;
  }

  .main-paragraph.no-margin {
    font-weight: 300;
    line-height: 1.4;
  }

  .main-button.text-weight-medium {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .main-button.text-weight-medium.second {
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .9rem;
    line-height: 1.4;
  }

  .main-button.text-weight-medium.second.white {
    text-align: center;
    font-size: .9rem;
  }

  .main-button.text-weight-medium.second.white.hide {
    display: none;
  }

  .main-button.pricing {
    align-items: center;
    margin-top: 0;
  }

  .main-button.pricing.second {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    margin-top: 0;
  }

  .main-button.pricing {
    align-items: center;
    margin-top: 0;
  }

  .main-button.pricing.second {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    margin-top: 0;
  }

  .main-button.text-weight-medium-copy {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .navbar {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    overflow: visible;
  }

  .nav-link.first {
    margin-right: 0;
    font-size: .9rem;
  }

  .nav-link.first.w--current {
    color: var(--white-smoke-2);
    margin-top: 0;
  }

  .nav-link.first.text-color-white.second {
    font-size: 15px;
  }

  .nav-link.first.nav {
    color: var(--black);
    margin-bottom: 5px;
    font-size: 18px;
    transition: color .2s;
  }

  .nav-link.second {
    text-align: center;
    align-items: flex-start;
    margin-top: 10px;
    padding-right: 0;
  }

  .nav-menu.display-flex-horizontal {
    width: 88%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff;
  }

  .nav-menu.display-flex-horizontal.overflow-hidden {
    background-color: var(--dark-blue);
    border: 0 #000;
    justify-content: flex-start;
    padding-top: 24px;
    padding-bottom: 0;
    top: 81px;
  }

  .brand {
    width: auto;
    padding-left: 0;
  }

  .hero-section.paralax {
    height: 540px;
  }

  .row {
    grid-column-gap: 5px;
    grid-row-gap: 2px;
    flex-flow: wrap;
  }

  .row.margin-bottom.margin-small {
    flex-wrap: nowrap;
  }

  .row.hero {
    margin-top: 1rem;
  }

  .row.center {
    flex-direction: column;
    margin-top: 1rem;
  }

  .row.form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    margin-bottom: 5px;
  }

  .row.blog-page {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .row.is-mobile-vertical {
    flex-direction: column-reverse;
    align-content: center;
  }

  .grid-5-columns.social {
    justify-items: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .main-image {
    left: 0;
  }

  .main-image.second.absolute.use-case {
    width: 100%;
    height: auto;
  }

  .main-image.use-case {
    height: auto;
  }

  .main-image.use-case.pulse {
    overflow: hidden;
  }

  .styleguide-3-col {
    grid-template-columns: 1fr;
  }

  .menu-burger-line-old {
    background-color: var(--white-smoke-2);
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .menu-button.w--open {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-link-dropdown {
    padding-bottom: 0;
    padding-left: 0;
  }

  .image {
    text-align: center;
  }

  .pricing-tabs-content {
    padding: 0 0 40px;
    overflow: visible;
  }

  .pricing-card.padding-regular.blog.overflow-hidden {
    background-color: rgba(0, 0, 0, 0);
  }

  .pricing-card.padding-regular.blog.overflow-hidden.second {
    box-shadow: 0 0 7px rgba(251, 251, 252, .2);
  }

  .pricing-card.padding-regular.second {
    align-items: flex-start;
  }

  .main-text.text-style-allcaps {
    font-size: .87rem;
  }

  .main-text.text-size-medium.margin-bottom.margin-xsmall.top {
    font-style: normal;
  }

  .main-text.text-weight-semibold {
    font-size: 1rem;
  }

  .main-text.text-color-white.text-align-center.banner {
    font-size: 1.2rem;
  }

  .main-text.text-color-white.text-align-center.banner.text-span {
    background-image: none;
  }

  .main-text.banner-title {
    color: var(--white-smoke-2);
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .main-text.banner-number {
    text-align: center;
  }

  .main-text.banner-title-footer {
    color: var(--white-smoke-2);
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .line.no-margin {
    display: block;
  }

  .grid-blog {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .footer {
    z-index: 1;
    width: auto;
    height: auto;
    box-shadow: none;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .paragraph.hide-mobile {
    display: none;
  }

  .grid-2-columns.max-width-xlarge {
    grid-template-rows: auto auto;
  }

  .tabs-section {
    padding-bottom: 2rem;
  }

  .tab {
    max-width: 100vw;
  }

  .tab.category {
    margin-bottom: 0;
    margin-right: .5rem;
    font-size: 1rem;
  }

  .tab.margin-right {
    margin-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-image {
    width: 346px;
    height: 194px;
    max-width: 95vw;
  }

  .demo-banner {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-blog-card {
    font-size: 1.4rem;
  }

  .avatar.absolute.rounded._120 {
    overflow: visible;
  }

  .avatar.absolute.about {
    width: 90px;
    height: 90px;
    display: block;
  }

  .avatar.about {
    width: 50px;
    height: 50px;
  }

  .avatar.about.rounded {
    width: 60px;
    height: 60px;
    max-height: 100%;
    max-width: 100%;
  }

  .avatar-image {
    height: auto;
    max-height: 40px;
    max-width: 40px;
    border-radius: 100%;
  }

  .avatar-image.logo {
    height: 60px;
    border-radius: 0%;
  }

  .column {
    width: 100%;
  }

  .columns {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .columns.margin {
    flex-direction: column;
  }

  .main-link.blog {
    margin-right: 20px;
    display: inline-block;
  }

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

  .footer-text {
    flex-direction: row;
    font-size: .9rem;
    display: block;
  }

  .text-span {
    background-image: linear-gradient(to top, var(--turquoise) 28%, #9cfff3 88%);
  }

  .review-slider {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-content {
    width: 100%;
    justify-content: center;
    margin: auto;
  }

  .avatar-name {
    text-align: center;
    align-items: center;
    font-size: .9rem;
    display: flex;
  }

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

  .slide {
    height: 600px;
    padding: 4.5rem 23px 5.2rem;
  }

  .slide.as-monaco {
    height: 450px;
    padding: 5rem 10px;
  }

  .slide.kappa, .slide.orlando {
    height: 450px;
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slide.wave, .slide.cricket {
    height: 450px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slide.rochelais {
    height: 450px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slide.freeride {
    height: 450px;
    padding: 4rem 10px;
  }

  .slide.scottish {
    height: 450px;
  }

  .slide.bds {
    height: 520px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slide.pickles {
    height: 450px;
    background-image: url('../images/pickels.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide.wolves {
    width: 80vw;
    height: 450px;
  }

  .slide.irish, .slide.brand-testimonial {
    height: 450px;
  }

  .slide.swiss-league {
    height: 490px;
  }

  .mask {
    width: 90vw;
    height: 500px;
    overflow: visible;
  }

  .right-arrow {
    display: none;
    top: auto;
    bottom: 3%;
    left: auto;
    right: 15%;
  }

  .left-arrow {
    display: none;
    top: auto;
    bottom: 3%;
    left: 15%;
    right: auto;
  }

  .my-skill-wrap.max-width-large {
    align-items: flex-start;
  }

  .delete-button.custom-background {
    margin-right: 10px;
  }

  .admin-wrap {
    padding: 15px 0;
  }

  .main-text-second.text-weight-normal {
    font-size: 16px;
  }

  .wrapper-faq.padding-horizontal.padding-xlarge {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-contact.margin-top.margin-xlarge {
    margin-bottom: 0;
  }

  .field-label {
    margin-top: 5px;
  }

  .form-second {
    width: 85vw;
    max-width: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .content-section {
    padding-top: 0;
  }

  .content-section.padding-top.padding-large {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-blog-post.padding-vertical.padding-custom-second.border-bottom._2 {
    padding-left: 20px;
  }

  .collection-list-category-post {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: row;
    display: flex;
  }

  .collection-list-category-post.border-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-bottom-style: none;
  }

  .popular-post-wrap.padding-vertical.padding-xlarge {
    margin-top: 2rem;
  }

  .popular-post-wrap.padding-vertical.padding-xlarge.hide-mobile {
    display: none;
  }

  .link-block-blog-post {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(251, 251, 252, .2);
  }

  .large-image.comparing {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .wrap-text-blog {
    margin-left: 0;
    padding: 1.7rem 1rem;
  }

  .wrap-text-blog.compare {
    margin-left: 0;
  }

  .heading-heading-blog-post.heading-large.margin-bottom.margin-small {
    font-size: 1.8rem;
  }

  .rich-text {
    font-size: .9rem;
  }

  .gallery-grid.margin-bottom.margin-xsmall {
    grid-template-columns: 1fr .75fr 1fr;
  }

  .gallery-grid.secpond {
    grid-template-columns: .75fr 1fr 1fr;
  }

  .image-gallery {
    height: 100px;
  }

  .image-gallery.hide-mobile {
    display: block;
  }

  .tab-date {
    height: auto;
  }

  .tabs-content.padding-left.padding-xhuge {
    padding-left: 0;
  }

  .tab-link-about {
    width: 80px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .tab-link-about.w--current {
    width: 80px;
  }

  .link-block-second.second {
    flex-direction: row;
  }

  .grid {
    grid-template-columns: 100vw;
  }

  .grid-2.margin-bottom.margin-xxxhuge {
    grid-template-columns: 50% 50%;
    margin-top: 2rem;
  }

  .customer-info {
    height: 100vh;
    flex-wrap: nowrap;
    justify-content: flex-start;
    display: flex;
    overflow: auto;
  }

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

  .collection-item.blog {
    display: flex;
  }

  .padding-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-mobile.mobile {
    padding-top: 10px;
  }

  .wrapper-heading.display-flex-vertical {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-3-column {
    grid-column-gap: 13px;
    grid-template-columns: auto auto auto;
  }

  .wrap-text.padding-xlarge {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-category {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1rem;
    font-style: normal;
  }

  .button-category.w--current {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1rem;
    font-style: normal;
    display: inline-block;
  }

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

  .image-5.static {
    right: 17%;
  }

  .image-5.absolute {
    display: none;
    right: 15.5%;
  }

  .changelog-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .changelog-container {
    padding: 25px;
  }

  .changelog-text {
    font-size: 19px;
  }

  .body.gradient {
    background-color: #000;
  }

  .lightbox-link-2 {
    width: 80vw;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .line-quote {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .line-quote.hide {
    display: none;
  }

  .figures-quote {
    text-align: center;
    font-size: .9rem;
  }

  .figures-quote.hide {
    display: none;
  }

  .form-demo {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .demo-banner-left {
    width: 15.9rem;
  }

  .list {
    display: none;
  }

  .text-demo {
    text-align: left;
    font-size: 1rem;
  }

  .download-the-app {
    align-items: center;
    margin-top: 20px;
  }

  .grid-use-cases {
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50%;
    justify-content: center;
  }

  .grid-use-cases.homepage {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 50% 50%;
  }

  .grid-use-cases.homepage.product-pages {
    grid-template-columns: 50% 50%;
  }

  .grid-content {
    height: 3rem;
  }

  .bold-text-6 {
    font-size: 1rem;
  }

  .grid-investors {
    grid-template-columns: 50% 50%;
  }

  .grid-features {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .grid-features.hide-mobile {
    display: none;
  }

  .openings {
    max-width: 100%;
  }

  .paragraph-2 {
    font-weight: 300;
  }

  .demo-banner-contact-page {
    padding: 0 10px;
  }

  .demo-banner-contact-page.padding {
    padding-top: 4rem;
  }

  .text-block-2 {
    font-size: 1rem;
  }

  .collection-item-3 {
    text-align: left;
    align-items: center;
    display: flex;
  }

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

  .logo-image {
    width: 50px;
    height: 50px;
  }

  .carousel {
    margin-top: 0;
  }

  .logo-carousel-item {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .logo-carousel-wrap {
    margin-top: .5rem;
  }

  .main-paragraph-2 {
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
  }

  .main-paragraph-2.heading-small.text-weight-normal.text-align-center.max-width-large.margin-bottom.margin-large {
    min-width: 1rem;
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .grid-use-case {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .mask-teams {
    width: 100%;
    height: 450px;
    overflow: visible;
  }

  .image-comparison {
    border-radius: 15px;
  }

  .link-block-2 {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .main-paragraph-copy {
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
  }

  .main-paragraph-copy.heading-small.text-weight-normal.text-align-center.max-width-medium.second.margin-bottom.margin-medium {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: .9rem;
  }

  .tabs {
    border: 1px #000;
    flex-direction: row;
    align-items: center;
    overflow: scroll;
  }

  .footer-wrapper {
    width: auto;
    max-width: none;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .second, .first {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-link-2 {
    margin-top: 0;
  }

  .nav-link-2.first {
    margin-right: auto;
    font-size: .87rem;
  }

  .nav-link-2.first.nav {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .nav-link-2.second {
    align-items: flex-start;
    margin-top: 10px;
  }

  .overflow-hidden-2.position-relative {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
  }

  .overflow-hidden-2.position-relative.flex {
    display: flex;
  }

  .floating-image {
    height: auto;
    position: relative;
    left: auto;
  }

  .photo-gallery {
    opacity: .1;
    position: absolute;
    top: 30%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .tab-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .collection-list-wrapper {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .tabs-content2 {
    width: 55rem;
    max-width: 95vw;
  }

  .main-image-use-case.position-relative {
    justify-content: center;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .div-block-5.center {
    left: 20%;
    right: 20%;
  }

  .navlang {
    display: none;
  }

  .image-71 {
    max-width: 95vw;
  }

  .logo-carousel-wrap-clone {
    margin-top: .5rem;
  }

  .div-block-6 {
    margin-top: 20px;
    font-size: .8rem;
  }

  .tab-content-dna {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .left-side {
    max-width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-2 {
    width: auto;
    height: auto;
    max-width: 100vw;
    text-align: center;
  }

  .image-office {
    border-radius: 0;
    display: block;
  }

  .div-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .video {
    width: 90vw;
    height: 20vh;
  }

  .page-wrapper-2 {
    max-width: 100vw;
    background-image: none;
  }

  .div-app {
    max-width: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 0 0;
    display: flex;
  }

  .div-app.logo {
    padding-bottom: 0;
  }

  .heading-app {
    color: var(--white-smoke-2);
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .heading-app.blue {
    color: var(--pale-turquoise);
    margin-bottom: 1rem;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 1rem;
  }

  .slider {
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
  }

  .slider.mobile {
    display: block;
  }

  .image-73 {
    width: 375px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  .image-how-to {
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 5rem;
    display: flex;
  }

  .mask-2 {
    height: auto;
  }

  .div-shadow {
    z-index: 1;
    max-width: 100vw;
    background-image: linear-gradient(to bottom, #181a20, var(--black) 0%, var(--blue));
    padding-top: 0;
    padding-bottom: 8rem;
    position: relative;
  }

  .arrow-html {
    width: 40px;
    height: 40px;
    color: var(--white-smoke-2);
  }

  .applink {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .paragraph-link {
    text-align: center;
    font-size: 1rem;
  }

  .image-app.side {
    top: 40%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .grid-3.hide-mobile {
    display: none;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .grid-4._2col, .grid-4._3col {
    grid-template-columns: auto;
  }

  .step {
    width: 80vw;
  }

  .dropdown-nav-container---brix.adjust-this-for-your-container-size {
    display: block;
  }

  .dropdown-nav-pages-content---brix {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .dropdown-2 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .brand-2 {
    width: 140px;
    padding-left: 0;
  }

  .image-74 {
    width: 250px;
  }

  .dropdown-toggle-2 {
    margin-top: 0;
  }

  .wrap-link-dropdown-2 {
    padding-left: 0;
  }

  .container-2.max-width-xxlarge.display-flex-horizontal {
    align-items: center;
    position: static;
  }

  .menu-burger-line {
    background-color: var(--white-smoke-2);
  }

  .main-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .vertical-text-grid {
    grid-row-gap: 35px;
  }

  .container-large-2.align-center {
    flex-direction: column;
  }

  .stars.above-text {
    margin-bottom: 14px;
  }

  .sections-screenshots {
    height: 280px;
  }

  .display-heading-2 {
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 38px;
  }

  .grid-5-columns-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid-5-columns-2.bottom, .collection-list-4-career {
    grid-template-columns: 1fr;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .grid-3-columns.banner {
    grid-template-columns: auto;
  }

  .trusted-by-banner {
    width: 80rem;
    max-width: 95%;
    padding: 20px 0;
  }

  .text-wrapper.text-align-center.text-color-white {
    font-size: 1rem;
    line-height: 1;
  }

  .grid-3-columns2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .grid-3-columns2.banner2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: auto;
  }

  .grid-3-columns2.banner2._3 {
    grid-template-columns: auto;
  }

  .grid-3-columns2.banner2.collaboration {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: auto auto auto;
  }

  .main-text3.banner-number2 {
    text-align: center;
    font-size: 1.8rem;
  }

  .main-text3.text-style-allcaps {
    font-size: .87rem;
  }

  .main-text3.text-style-allcaps.text-align-left {
    margin-top: 20px;
    font-size: 1rem;
  }

  .image-77 {
    height: 50px;
  }

  .boxed {
    padding: 28px;
  }

  .boxed.reduced-padding {
    padding: 35px;
  }

  .large-text-2 {
    font-size: .8rem;
    font-weight: 400;
    line-height: 120%;
  }

  .container-integration {
    padding-left: 21px;
    padding-right: 21px;
  }

  .container-integration.narrow {
    padding-left: 0;
    padding-right: 0;
  }

  .no-bottom-margin-2 {
    font-size: 1.2rem;
  }

  .image-78 {
    height: 30px;
  }

  .heading-3.collab {
    font-size: 1.8rem;
  }

  .div-block-12 {
    margin-bottom: 1rem;
  }

  .button {
    background-color: var(--blue);
    text-align: center;
    border-radius: 5px;
    align-self: center;
    font-weight: 500;
  }

  .slide-nav-2 {
    display: none;
  }

  .paragraph-5 {
    text-align: left;
    margin-bottom: 1rem;
  }

  .background-video-2 {
    border-radius: 10px;
    margin-top: 2rem;
  }

  .image-79 {
    margin-top: 1rem;
  }

  .grid-2-no-image {
    grid-template-columns: 1fr;
  }

  .grid-2-no-image.max-width-xlarge {
    grid-template-rows: auto auto;
  }

  .title-cas {
    text-align: left;
    font-size: 1rem;
  }

  .slide-content-quote {
    width: 100%;
  }

  .avatar-name-2 {
    display: flex;
  }

  .mask-quote-clients {
    width: 100%;
    overflow: visible;
  }

  .left-arrow-2 {
    top: auto;
    bottom: 3%;
    left: 15%;
    right: auto;
  }

  .quote-clients {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-quote-clients {
    padding: 4.5rem 23px 5.2rem;
  }

  .right-arrow-2 {
    top: auto;
    bottom: 3%;
    left: auto;
    right: 15%;
  }

  .main-paragraph-3 {
    font-size: 1.25rem;
  }

  .main-paragraph-3.heading-small.text-weight-normal.text-align-center.max-width-medium.second.margin-bottom.margin-medium {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.25rem;
  }

  .container-quotes.max-width-xxlarge.padding-top.padding-custom-1.text-align-center {
    padding-top: 0;
  }

  .container-quotes.max-width-xxlarge.padding-top.padding-xxlarge {
    padding-bottom: 0;
  }

  .container-quotes.max-width-xxlarge.display-flex-horizontal {
    align-items: center;
    position: static;
  }

  .container-quotes.max-width-xlarge {
    max-width: none;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .container-quotes.max-width-xlarge.padding-top.padding-xxlarge {
    padding-top: 0;
  }

  .container-quotes.max-width-xlarge.video {
    width: auto;
    height: auto;
  }

  .container-quotes.max-width-large {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-quotes.max-width-large.blog {
    width: auto;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-quotes.max-width-large.blog.hide {
    display: none;
  }

  .container-quotes.max-width-large.horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .container-quotes.max-width-large.horizontal.mobile {
    width: auto;
    max-width: 100vw;
    grid-template-columns: 100vw;
    justify-content: center;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-text {
    font-size: 18px;
    line-height: 28px;
  }

  .large-text.subheading {
    margin-bottom: 14px;
  }

  .container-tabs {
    padding-left: 21px;
    padding-right: 21px;
  }

  .vertical-tab-link {
    text-align: center;
    padding: 14px;
    font-size: 18px;
    line-height: 28px;
  }

  .vertical-tab-link.w--current {
    text-align: center;
    font-size: 1.3rem;
  }

  .medium-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .tab-image-2 {
    max-width: 100%;
  }

  .grid-5, .grid-5._2col {
    grid-template-columns: 1fr;
  }

  .container-sp-quotes {
    padding-left: 21px;
    padding-right: 21px;
  }

  .large-text-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .large-text-3.subheading {
    margin-bottom: 14px;
  }

  .review-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .large-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .gallery-grid-copy.second {
    grid-column-gap: .75rem;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr .5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-gallery-2 {
    height: 100px;
  }

  .grid-6 {
    max-width: 90%;
  }

  .div-media {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .logo-news, .logo-news.straight {
    max-width: 50px;
  }

  .h3-title {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.5;
  }

  .publication {
    font-size: .8rem;
  }

  .gen-wrap-6, .gen-wrap-2, .gen-wrap-7 {
    flex-direction: column;
  }

  .div-block-14 {
    margin-top: 2rem;
  }

  .grid-2-columns-2.dropdown-2-sides.blog-left {
    grid-template-columns: 1fr;
  }

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

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .dropdown-side-pd.pd-64px.bg-neutral-200 {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    padding-left: 0;
    padding-right: 0;
  }

  .square-icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .banner-wrapper {
    top: 77px;
  }

  .text-wrapperr {
    top: 20px;
  }

  .tab-image-main {
    width: 346px;
    height: 176px;
    max-height: 176px;
    max-width: 346vw;
  }

  .dna-value {
    width: 80vw;
  }

  .form-block-contact-newsletter.margin-top.margin-xlarge {
    margin-bottom: 0;
  }

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

  .form-second-newsletter {
    width: 85vw;
    max-width: none;
  }

  .form-newsletter {
    flex-direction: column;
    align-items: stretch;
  }

  .text-field-2, .text-field-3 {
    text-align: center;
  }

  .main-paragraph-4 {
    font-size: 1.25rem;
  }

  .main-paragraph-4.text-align-left.text-color-gray.margin-bottom.margin-medium {
    font-size: .8rem;
    line-height: 1.3;
  }

  .grid-investors-home-page {
    grid-template-columns: 50% 50%;
  }

  .header-app {
    justify-content: center;
  }

  .page-wrapper-app-link {
    max-width: 100vw;
    background-image: none;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .one-app {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .left-app {
    width: 100%;
  }

  .right-app {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .steps {
    background-color: var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-5 {
    font-size: 1.2rem;
  }

  .bottom-app {
    z-index: 1;
    background-color: #000;
    justify-content: center;
    padding: 10px 20px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

#w-node-bdaa2113-39eb-9411-5eb3-618bfb49b9a7-46a06414, #w-node-bdaa2113-39eb-9411-5eb3-618bfb49b9a8-46a06414, #w-node-bdaa2113-39eb-9411-5eb3-618bfb49b9ac-46a06414, #w-node-bdaa2113-39eb-9411-5eb3-618bfb49b9ad-46a06414, #w-node-bdaa2113-39eb-9411-5eb3-618bfb49b9b1-46a06414, #w-node-bdaa2113-39eb-9411-5eb3-618bfb49b9b2-46a06414, #w-node-_0da1b8f1-9ec6-c895-a37b-f7c5dae25eac-46a06414, #w-node-_0da1b8f1-9ec6-c895-a37b-f7c5dae25ead-46a06414, #w-node-bdaa2113-39eb-9411-5eb3-618bfb49b9b6-46a06414, #w-node-bdaa2113-39eb-9411-5eb3-618bfb49b9b7-46a06414, #w-node-_6bc63529-af61-f102-173b-f3c473fa7e36-46a06414, #w-node-_6bc63529-af61-f102-173b-f3c473fa7e37-46a06414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a584399f-56f4-539f-8b19-4bb2edfd23df-46a06414, #w-node-a584399f-56f4-539f-8b19-4bb2edfd23e7-46a06414, #w-node-a584399f-56f4-539f-8b19-4bb2edfd23ef-46a06414, #w-node-a584399f-56f4-539f-8b19-4bb2edfd23f9-46a06414, #w-node-a584399f-56f4-539f-8b19-4bb2edfd2401-46a06414, #w-node-a584399f-56f4-539f-8b19-4bb2edfd2409-46a06414, #w-node-a584399f-56f4-539f-8b19-4bb2edfd2411-46a06414, #w-node-a584399f-56f4-539f-8b19-4bb2edfd2421-46a06414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_43f8d196-31dc-a832-bc61-e140f7659634-f7659632, #w-node-b83afdb7-df9b-fb51-0d33-9762c0a2a9cf-f7659632, #w-node-_142f3cbf-59dc-0a2c-1f80-3dce72cef466-f7659632, #w-node-_6c1bcd0c-13b2-76ab-0d66-e72774db7da9-f7659632, #w-node-_6c1bcd0c-13b2-76ab-0d66-e72774db7d8b-f7659632 {
  align-self: start;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a06417, #w-node-b92a74e2-120c-4300-432d-31c5b99249c7-46a06417 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249df-46a06417 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249f3-46a06417, #w-node-bb4b666f-46c1-7e71-59b7-32dd4bc1c850-46a06417 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_005df650-0f2b-4737-8308-4532fbc8e4be-46a06417 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0c215d98-d5eb-6fa0-7f5d-afbf78728c70-46a06418, #w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a06419, #w-node-b92a74e2-120c-4300-432d-31c5b99249c7-46a06419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249df-46a06419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249f3-46a06419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d78aa0d-56c5-31b3-9103-9775e91ad968-46a06419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3d78aa0d-56c5-31b3-9103-9775e91ad969-46a06419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d78aa0d-56c5-31b3-9103-9775e91ad96d-46a06419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3d78aa0d-56c5-31b3-9103-9775e91ad96e-46a06419, #w-node-_3d78aa0d-56c5-31b3-9103-9775e91ad972-46a06419, #w-node-_3d78aa0d-56c5-31b3-9103-9775e91ad973-46a06419, #w-node-_124072e7-b17e-7d3f-0893-8ff571d26c8d-46a06419, #w-node-_124072e7-b17e-7d3f-0893-8ff571d26c8e-46a06419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249df-46a0641a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f370208b-4e3e-a75c-1f2a-8608b157113c-46a0641a {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-_7519b486-49bf-5692-ccc6-b473fabd13df-46a0641c, #w-node-a8f8cba7-6d7b-59fb-ae16-4d5a576c45c5-46a0641c, #w-node-_7d09c063-a79e-f022-afea-50ed97ca2189-46a0641d, #w-node-_7d09c063-a79e-f022-afea-50ed97ca218b-46a0641d, #w-node-_7d09c063-a79e-f022-afea-50ed97ca218a-46a0641d, #w-node-_5347e1d9-665d-7e49-28ea-17bcc20550ee-46a0641d, #w-node-_5347e1d9-665d-7e49-28ea-17bcc20550ec-46a0641d, #w-node-_5347e1d9-665d-7e49-28ea-17bcc20550ed-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be448d97-ad6c-5be8-a653-156114ba770b-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f128cec7-aa63-e5cc-6393-2c8358a0e519-46a0641d, #w-node-_9d4970c4-95bb-c41d-4a3c-21f0c1859083-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_931836ed-dcfe-cff0-d2e5-da32f799c938-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_931836ed-dcfe-cff0-d2e5-da32f799c939-46a0641d, #w-node-_931836ed-dcfe-cff0-d2e5-da32f799c93b-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f7ba835-c156-e117-24d7-2acbf317b04e-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_3f7ba835-c156-e117-24d7-2acbf317b04f-46a0641d, #w-node-_3f7ba835-c156-e117-24d7-2acbf317b051-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3c88e37-7e37-268d-8f10-c0920008b678-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b3c88e37-7e37-268d-8f10-c0920008b679-46a0641d, #w-node-b3c88e37-7e37-268d-8f10-c0920008b67b-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3c88e37-7e37-268d-8f10-c0920008b681-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b3c88e37-7e37-268d-8f10-c0920008b682-46a0641d, #w-node-b3c88e37-7e37-268d-8f10-c0920008b684-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34f025af-348a-7894-9ffe-21161c56199f-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_34f025af-348a-7894-9ffe-21161c5619a0-46a0641d, #w-node-_34f025af-348a-7894-9ffe-21161c5619a2-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34f025af-348a-7894-9ffe-21161c5619a8-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_34f025af-348a-7894-9ffe-21161c5619a9-46a0641d, #w-node-_34f025af-348a-7894-9ffe-21161c5619ab-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34f025af-348a-7894-9ffe-21161c5619b1-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_34f025af-348a-7894-9ffe-21161c5619b2-46a0641d, #w-node-_34f025af-348a-7894-9ffe-21161c5619b4-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3715a6a-4276-7d70-2b3b-b960c54b6b16-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c3715a6a-4276-7d70-2b3b-b960c54b6b17-46a0641d, #w-node-c3715a6a-4276-7d70-2b3b-b960c54b6b19-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3715a6a-4276-7d70-2b3b-b960c54b6b1f-46a0641d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c3715a6a-4276-7d70-2b3b-b960c54b6b20-46a0641d, #w-node-c3715a6a-4276-7d70-2b3b-b960c54b6b22-46a0641d, #w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a06420, #w-node-b92a74e2-120c-4300-432d-31c5b99249c7-46a06420 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249df-46a06420 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249f3-46a06420, #w-node-b92a74e2-120c-4300-432d-31c5b99249f5-46a06420, #w-node-b92a74e2-120c-4300-432d-31c5b99249f6-46a06420, #w-node-d83191f2-a7cb-3ab1-ebc2-9b9f19ce8235-46a06420, #w-node-a108d0da-387b-c966-ccf7-0bde1e604df8-46a06420, #w-node-a108d0da-387b-c966-ccf7-0bde1e604df9-46a06420 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d78aa0d-56c5-31b3-9103-9775e91ad968-46a06420 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3d78aa0d-56c5-31b3-9103-9775e91ad969-46a06420 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d78aa0d-56c5-31b3-9103-9775e91ad96d-46a06420 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3d78aa0d-56c5-31b3-9103-9775e91ad96e-46a06420, #w-node-_3d78aa0d-56c5-31b3-9103-9775e91ad972-46a06420, #w-node-_3d78aa0d-56c5-31b3-9103-9775e91ad973-46a06420, #w-node-_608decbd-8199-db3a-233a-520cbf3734bf-46a06421, #w-node-_47a76273-b9c0-e8f8-6183-e5ee8ac32d50-46a06421, #w-node-e242307f-9307-ed01-cbf1-3200af8d3c81-46a06421, #w-node-c91b8a40-f617-c120-7a85-6aaad2b0037a-46a06421, #w-node-c91b8a40-f617-c120-7a85-6aaad2b0037b-46a06421, #w-node-c91b8a40-f617-c120-7a85-6aaad2b0037c-46a06421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63603ed6-de4b-45ef-a98a-e02c04f0d147-46a06421, #w-node-e8aca64f-6635-4b01-1e62-57e39e80b9a4-46a06421, #w-node-c1f0055a-adb0-38ff-65d5-81cadbf8ebf7-46a06421, #w-node-_6443b475-3aba-b341-570a-d0bb7bb7a42f-46a06421, #w-node-fe4415aa-8d4e-8934-5236-6d64961ac71b-46a06421, #w-node-_3b828322-ba76-b677-1cb1-6e71710809e8-46a06421, #w-node-c1d27d3e-672f-8d68-1380-1fce5a63a6e2-46a06421, #w-node-c4046704-c2a8-62a4-6516-f643be374a02-46a06421, #w-node-dbbbae23-70a6-b25d-34c7-c606bb851fb3-46a06421, #w-node-c8f58a3a-4505-198a-8190-0c8ba9bc07fd-46a06421, #w-node-a8382ef3-592e-5862-ed08-9201cf344866-46a06421, #w-node-_09a14efc-5761-7c3e-7cf2-1fe7e8c29e87-46a06421, #w-node-_320e02ca-d12e-f89e-d00d-b8461007953b-46a06421, #w-node-e34564cb-fdf7-9d73-319b-38ac0251c66f-46a06421, #w-node-_28c922f9-7a45-d26e-6aba-9269524edb45-46a06421, #w-node-f8514c1e-d5e4-d0a1-9342-1c96c1b3ccd2-46a06421, #w-node-_53d01f96-7ca9-e37c-08f7-86d3bbe7e398-46a06421, #w-node-_67dac1c8-09b8-f058-4bdf-b0fd7533c8a1-46a06421, #w-node-_2a653221-8e94-6db7-53c3-da3bc413b7ca-46a06421, #w-node-_635138cb-62c0-7c71-47cf-e7720d0374cd-46a06421, #w-node-_9886fb41-50f0-dbe3-d3ae-15a45ce6d1f3-46a06421, #w-node-_16b03cb4-b2cd-07c8-7e30-884fd50d1ee4-46a06421, #w-node-e58157bc-7e0e-030b-3bdf-27929bd41b28-46a06421, #w-node-_00a919e6-7043-bf96-759c-c0a657c7443c-46a06421, #w-node-_519e163c-be32-5c6e-5e2c-15e0906cefe3-46a06421, #w-node-_63a9c743-b8ea-ba7c-e0ad-ca8c8d8ba6ce-46a06421, #w-node-_63a9c743-b8ea-ba7c-e0ad-ca8c8d8ba6d6-46a06421, #w-node-_63a9c743-b8ea-ba7c-e0ad-ca8c8d8ba6de-46a06421, #w-node-_63a9c743-b8ea-ba7c-e0ad-ca8c8d8ba6e8-46a06421, #w-node-_63a9c743-b8ea-ba7c-e0ad-ca8c8d8ba6f0-46a06421, #w-node-_63a9c743-b8ea-ba7c-e0ad-ca8c8d8ba6f8-46a06421, #w-node-_63a9c743-b8ea-ba7c-e0ad-ca8c8d8ba700-46a06421, #w-node-_63a9c743-b8ea-ba7c-e0ad-ca8c8d8ba710-46a06421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b4214bc4-4e8e-e182-0327-c3343aedec76-46a06421, #w-node-b4214bc4-4e8e-e182-0327-c3343aedec77-46a06421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f7a7e40-efae-f225-506f-b84bc2cbc83f-46a06421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1de2af3b-f464-181f-9488-0cb8e2c35069-46a06421, #w-node-_1de2af3b-f464-181f-9488-0cb8e2c3506a-46a06421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1de2af3b-f464-181f-9488-0cb8e2c3506b-46a06421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_7d7cb17d-da37-5a75-7f9e-3028eaf90815-46a06421, #w-node-_0d70d25e-d8eb-0d16-03c3-6fed3a42c98b-46a06421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09e396b2-fe7e-481e-e754-9e5fe975f208-46a06421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_79f30318-835a-9dc7-22e0-d32a07a3f145-46a06421, #w-node-_79f30318-835a-9dc7-22e0-d32a07a3f146-46a06421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79f30318-835a-9dc7-22e0-d32a07a3f147-46a06421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_57eec63d-96a8-72f5-02d2-3fdb599f04c2-46a06421, #w-node-_57eec63d-96a8-72f5-02d2-3fdb599f04c3-46a06421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57eec63d-96a8-72f5-02d2-3fdb599f04c4-46a06421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1083bbf7-714e-e08d-ea15-f151fdfe12bf-46a06421, #w-node-_1083bbf7-714e-e08d-ea15-f151fdfe12c0-46a06421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1083bbf7-714e-e08d-ea15-f151fdfe12c1-46a06421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0dd50891-85be-c057-3922-e791eec2a37d-46a06421, #w-node-_0dd50891-85be-c057-3922-e791eec2a37e-46a06421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dd50891-85be-c057-3922-e791eec2a37f-46a06421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_79180a2c-9cb3-3d97-07db-ab8486b5daed-46a06422 {
  align-self: center;
  justify-self: center;
}

#w-node-_4265ac0c-f374-4456-37c5-84288a9df1bf-46a06422 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6438-46a06423, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b643f-46a06423 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6441-46a06423, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6442-46a06423, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6452-46a06423, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6453-46a06423, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64ca-46a06423, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64d1-46a06423, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64d9-46a06423, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64e1-46a06423, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64e9-46a06423, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64f1-46a06423, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64fe-46a06423, #w-node-_6749b291-6973-84c2-34f7-ccb6df04e2bf-46a06425, #w-node-_6749b291-6973-84c2-34f7-ccb6df04e2c0-46a06425, #w-node-_6749b291-6973-84c2-34f7-ccb6df04e2c4-46a06425, #w-node-_6749b291-6973-84c2-34f7-ccb6df04e2c5-46a06425, #w-node-_6749b291-6973-84c2-34f7-ccb6df04e2c9-46a06425, #w-node-_6749b291-6973-84c2-34f7-ccb6df04e2ca-46a06425, #w-node-_6749b291-6973-84c2-34f7-ccb6df04e2ce-46a06425, #w-node-_6749b291-6973-84c2-34f7-ccb6df04e2cf-46a06425, #w-node-_6749b291-6973-84c2-34f7-ccb6df04e2d3-46a06425, #w-node-_6749b291-6973-84c2-34f7-ccb6df04e2d4-46a06425, #w-node-_6749b291-6973-84c2-34f7-ccb6df04e2d8-46a06425, #w-node-_6749b291-6973-84c2-34f7-ccb6df04e2d9-46a06425, #w-node-_65cfe195-a982-8d21-649f-a51ea9f3fbef-46a06425 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bd93038-854c-fe28-d545-fb8eef65ba86-46a0642a {
  align-self: center;
}

#w-node-_8bd93038-854c-fe28-d545-fb8eef65bb1d-46a0642a, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b643f-46a0642f, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6441-46a0642f, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6442-46a0642f, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6452-46a0642f, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6453-46a0642f, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64ca-46a0642f, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64d1-46a0642f, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64d9-46a0642f, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64fe-46a0642f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249df-46a06430, #w-node-_005df650-0f2b-4737-8308-4532fbc8e4be-46a06430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_74efd5ef-1b72-8026-4966-d46f8fa50fea-46a06430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_74efd5ef-1b72-8026-4966-d46f8fa50feb-46a06430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74efd5ef-1b72-8026-4966-d46f8fa50fef-46a06430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_74efd5ef-1b72-8026-4966-d46f8fa50ff0-46a06430, #w-node-_74efd5ef-1b72-8026-4966-d46f8fa50ff4-46a06430, #w-node-_74efd5ef-1b72-8026-4966-d46f8fa50ff5-46a06430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7e77ae4-4268-08ac-fa6f-929ea4683299-46a06434 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_301ff8da-ced3-649a-c836-f38ec06b4b7b-46a06434 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_8debcf8d-2f14-127b-7ba9-6054d39836fd-46a06434 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8debcf8d-2f14-127b-7ba9-6054d39836fe-46a06434, #w-node-ae6cb67b-72d8-9222-15a7-38a79ca5c55d-46a06434, #w-node-ae6cb67b-72d8-9222-15a7-38a79ca5c55e-46a06434, #w-node-cc1d1c14-1747-817f-9814-697ff20cbe7e-46a06434, #w-node-cc1d1c14-1747-817f-9814-697ff20cbe7f-46a06434, #w-node-cc1d1c14-1747-817f-9814-697ff20cbe83-46a06434, #w-node-cc1d1c14-1747-817f-9814-697ff20cbe84-46a06434, #w-node-cc1d1c14-1747-817f-9814-697ff20cbe88-46a06434, #w-node-cc1d1c14-1747-817f-9814-697ff20cbe89-46a06434, #w-node-cc1d1c14-1747-817f-9814-697ff20cbe8d-46a06434, #w-node-cc1d1c14-1747-817f-9814-697ff20cbe8e-46a06434, #w-node-cc1d1c14-1747-817f-9814-697ff20cbe92-46a06434, #w-node-cc1d1c14-1747-817f-9814-697ff20cbe93-46a06434, #w-node-cc1d1c14-1747-817f-9814-697ff20cbe97-46a06434, #w-node-cc1d1c14-1747-817f-9814-697ff20cbe98-46a06434, #w-node-_9ba79ab7-3847-c571-ea24-df7308a25142-46a06434, #w-node-_9ba79ab7-3847-c571-ea24-df7308a25143-46a06434, #w-node-f9f47a2b-0c68-b782-155f-10ea42d29a43-46a06434, #w-node-f9f47a2b-0c68-b782-155f-10ea42d29a44-46a06434, #w-node-_682d5c66-aa48-b0fd-be17-5c4c6f734c64-46a06434, #w-node-_682d5c66-aa48-b0fd-be17-5c4c6f734c65-46a06434, #w-node-_8f1af376-160d-3ef6-3c07-5d8bc32966f2-46a06434, #w-node-a967185a-e9c0-06ee-f6ea-3b2c9cc519e8-46a06434, #w-node-_58990c0e-ba87-c767-1dc5-14ad4c5ac172-46a06434, #w-node-_42c7ffcd-7dfe-4987-4d04-4a3e62a41e38-46a06434, #w-node-_5eb112de-f3d4-cc48-05e0-f8ad81398b2c-46a06434, #w-node-_17657319-f59b-199a-7181-b53e78c81e84-46a06434, #w-node-_2cd421b7-7257-857b-9466-86b539b94573-46a06434, #w-node-b98cd37d-62ed-2cbf-cad5-e827ab9422e5-46a06434, #w-node-_228fa7de-d559-cd71-c9d8-ac3d12eaabc6-46a06434, #w-node-_0143a9ba-b6ac-b3a6-bf9f-ed62d6802a4d-46a06434, #w-node-_0143a9ba-b6ac-b3a6-bf9f-ed62d6802a4e-46a06434, #w-node-_0143a9ba-b6ac-b3a6-bf9f-ed62d6802a52-46a06434, #w-node-_0143a9ba-b6ac-b3a6-bf9f-ed62d6802a53-46a06434, #w-node-_0143a9ba-b6ac-b3a6-bf9f-ed62d6802a57-46a06434, #w-node-_0143a9ba-b6ac-b3a6-bf9f-ed62d6802a58-46a06434, #w-node-_0143a9ba-b6ac-b3a6-bf9f-ed62d6802a5c-46a06434, #w-node-_0143a9ba-b6ac-b3a6-bf9f-ed62d6802a5d-46a06434, #w-node-_0143a9ba-b6ac-b3a6-bf9f-ed62d6802a61-46a06434, #w-node-_0143a9ba-b6ac-b3a6-bf9f-ed62d6802a62-46a06434, #w-node-_0143a9ba-b6ac-b3a6-bf9f-ed62d6802a66-46a06434, #w-node-_0143a9ba-b6ac-b3a6-bf9f-ed62d6802a67-46a06434, #w-node-e5d7bea4-e530-2fba-22f6-fa8e98c2357c-46a06436, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b643f-46a06436, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6441-46a06436, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6442-46a06436 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6438-46a06436 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6452-46a06436, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6453-46a06436, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64f1-46a06436, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64d1-46a06436, #w-node-cb655ed7-dfe7-dd20-027a-8baa9b0142e1-46a06436, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64d9-46a06436, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64e1-46a06436, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64e9-46a06436, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64fe-46a06436, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b643f-46a06437, #w-node-c37e6c8e-a802-d61a-ba24-b39d0afc847e-46a06437 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6438-46a06437 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6452-46a06437, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6453-46a06437, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64ca-46a06437, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64d1-46a06437, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64d9-46a06437, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64e1-46a06437, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64e9-46a06437, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64f1-46a06437, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64fe-46a06437, #w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a06438 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249df-46a06438 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249f3-46a06438, #w-node-b92a74e2-120c-4300-432d-31c5b99249f5-46a06438, #w-node-b92a74e2-120c-4300-432d-31c5b99249f6-46a06438, #w-node-e504f46b-6742-0f8b-3dff-0bff63c0a9f4-46a06438, #w-node-e504f46b-6742-0f8b-3dff-0bff63c0a9f5-46a06438 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_949e16df-aae2-da15-06a6-65e642b46992-46a06438 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_949e16df-aae2-da15-06a6-65e642b46993-46a06438, #w-node-_949e16df-aae2-da15-06a6-65e642b46997-46a06438, #w-node-_949e16df-aae2-da15-06a6-65e642b46998-46a06438, #w-node-_949e16df-aae2-da15-06a6-65e642b4699c-46a06438, #w-node-_949e16df-aae2-da15-06a6-65e642b4699d-46a06438, #w-node-ad71ba3e-778c-8a75-cb82-76cf19f6ebeb-46a06438, #w-node-ad71ba3e-778c-8a75-cb82-76cf19f6ebec-46a06438, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6441-46a0643a, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6442-46a0643a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6438-46a0643a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5820a11f-0c7a-d12d-4ada-03dab00b643f-46a0643a, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6452-46a0643a, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6453-46a0643a, #w-node-b268fe09-55e6-1787-71d9-68781e504974-46a0643a, #w-node-aa4e6de2-c3f0-90ef-acf8-1a9667406a8f-46a0643a, #w-node-_0b765648-9b36-714e-168b-298f87fba13c-46a0643a, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64e9-46a0643a, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64ca-46a0643a, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64d9-46a0643a, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64d1-46a0643a, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64e1-46a0643a, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64f1-46a0643a, #w-node-_154767a1-1d91-a546-ad76-d07e55cb4856-46a0643a, #w-node-_6f0e9acd-f10f-19d5-8f16-7a24d23ccc5c-46a0643a, #w-node-a429f4c1-5eba-68b5-a166-aed905fa6165-46a0643a, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64fe-46a0643a, #w-node-_40952f66-abae-2dae-9a3c-c69a7104228d-46a0643b, #w-node-_40952f66-abae-2dae-9a3c-c69a71042292-46a0643b, #w-node-_40952f66-abae-2dae-9a3c-c69a71042297-46a0643b, #w-node-_40952f66-abae-2dae-9a3c-c69a7104229e-46a0643b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40952f66-abae-2dae-9a3c-c69a710422aa-46a0643b {
  align-self: start;
}

#w-node-_40952f66-abae-2dae-9a3c-c69a710422b1-46a0643b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40952f66-abae-2dae-9a3c-c69a710422bd-46a0643b {
  align-self: start;
}

#w-node-_40952f66-abae-2dae-9a3c-c69a710422c4-46a0643b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40952f66-abae-2dae-9a3c-c69a710422d0-46a0643b {
  align-self: start;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a0643c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249c7-46a0643c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249df-46a0643c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249f3-46a0643c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb4b666f-46c1-7e71-59b7-32dd4bc1c850-46a0643c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_005df650-0f2b-4737-8308-4532fbc8e4be-46a0643c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c19a85f8-1caf-7b4c-b2dd-416998f368ac-46a0643f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c19a85f8-1caf-7b4c-b2dd-416998f368ad-46a0643f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249df-46a0643f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9e9951bc-2cb2-0fdf-97d1-730d2917f3df-46a0643f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9e9951bc-2cb2-0fdf-97d1-730d2917f3e0-46a0643f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a548a145-9b6f-54bf-8855-8a6aa85f4473-46a0643f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a548a145-9b6f-54bf-8855-8a6aa85f4474-46a0643f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_005df650-0f2b-4737-8308-4532fbc8e4be-46a0643f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_93a06b85-a85f-ddc4-9220-eb1e204b042b-46a06481, #w-node-_93a06b85-a85f-ddc4-9220-eb1e204b0432-46a06481, #w-node-_93a06b85-a85f-ddc4-9220-eb1e204b0454-46a06481, #w-node-_93a06b85-a85f-ddc4-9220-eb1e204b045c-46a06481, #w-node-_93a06b85-a85f-ddc4-9220-eb1e204b0464-46a06481, #w-node-_93a06b85-a85f-ddc4-9220-eb1e204b0476-46a06481, #w-node-_93a06b85-a85f-ddc4-9220-eb1e204b047f-46a06481, #w-node-_93a06b85-a85f-ddc4-9220-eb1e204b0490-46a06481, #w-node-_93a06b85-a85f-ddc4-9220-eb1e204b049a-46a06481, #w-node-_39b3ca95-9cac-5317-85b2-6a9ee6f2ae1e-46a06481, #w-node-_39b3ca95-9cac-5317-85b2-6a9ee6f2ae25-46a06481, #w-node-_39b3ca95-9cac-5317-85b2-6a9ee6f2ae47-46a06481, #w-node-_39b3ca95-9cac-5317-85b2-6a9ee6f2ae4f-46a06481, #w-node-_39b3ca95-9cac-5317-85b2-6a9ee6f2ae57-46a06481, #w-node-_39b3ca95-9cac-5317-85b2-6a9ee6f2ae69-46a06481, #w-node-_39b3ca95-9cac-5317-85b2-6a9ee6f2ae72-46a06481, #w-node-_39b3ca95-9cac-5317-85b2-6a9ee6f2ae7a-46a06481, #w-node-_39b3ca95-9cac-5317-85b2-6a9ee6f2ae83-46a06481, #w-node-_39b3ca95-9cac-5317-85b2-6a9ee6f2ae8d-46a06481 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_19bf5194-ef0c-2a21-96a1-df5601ea11a8-46a06481, #w-node-_437d480c-0163-a0cb-6ec4-ab6f34c4c121-46a06481, #w-node-_1c559e6b-7fc1-977a-47f6-d9d7beaffb77-46a06481, #w-node-_369f3162-5757-0643-0f11-8a7115111d52-46a06481, #w-node-_148f7613-85cb-0b9c-4c90-02aa537a20cf-46a06481, #w-node-ee73f328-51cc-0ad7-f623-413dd9099008-46a06481, #w-node-_1881ea2c-29ee-a289-29d0-67f23d0801ba-46a06481, #w-node-_4dc7775c-2557-a176-536e-3b63ece89bf3-46a06481, #w-node-_5609e4ac-4119-3662-ce3a-7b097d306b8d-46a06481, #w-node-_3c5c7b96-cb8d-7a98-ed14-6c9f53bdefa5-46a06481, #w-node-b7eb54d4-aa80-62d7-6224-4b94ebf72731-46a06481, #w-node-_7390a1e2-2257-6840-dd1d-cec1c2a74f5a-46a06481, #w-node-b7aa046b-3454-57e8-bb63-eff3f1f79b6c-46a06481, #w-node-aaaf13cf-2259-b7d3-843f-945e5afcd54a-46a06481, #w-node-ce9ec454-96ba-dfc9-53e3-626a62dbe79a-46a06481, #w-node-_15792312-9b9c-de87-a922-d1a7e823df06-46a06481, #w-node-_74490f39-1c14-b61b-9415-f0b1c87f6dae-46a06481, #w-node-f7f35928-34eb-1586-44fc-19e88a3c4c59-46a06481, #w-node-_26b10012-562f-c31c-c2f3-fae01bbdab0a-46a06481, #w-node-_3db5da10-5cc3-f66a-30d1-448c6bf81aea-46a06481 {
  justify-self: center;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a06482, #w-node-b92a74e2-120c-4300-432d-31c5b99249c7-46a06482 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249df-46a06482 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b92a74e2-120c-4300-432d-31c5b99249f3-46a06482, #w-node-_898c3248-095e-26e6-69da-c6533ab1944d-46a06483, #w-node-ed8275b6-689a-9771-47fb-a6a69e32c738-46a06483, #w-node-_4e9c6a9e-737b-88d9-4f6c-92d9fb688762-46a06483, #w-node-_80df3d38-71fb-5ea9-a81e-8d7bc6747002-46a06483, #w-node-dd98e674-e6dc-f306-9510-a9149d2aa69e-46a06483, #w-node-_0f002d7f-5e59-5096-3f43-939a50aaf449-46a06483, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b643f-46a06484 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96cdddf5-797b-0f42-986f-5f3098a2d7c9-46a06484 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_96cdddf5-797b-0f42-986f-5f3098a2d7df-46a06484, #w-node-_96cdddf5-797b-0f42-986f-5f3098a2d7e1-46a06484, #w-node-_96cdddf5-797b-0f42-986f-5f3098a2d7e2-46a06484, #w-node-_96cdddf5-797b-0f42-986f-5f3098a2d80e-46a06484, #w-node-_96cdddf5-797b-0f42-986f-5f3098a2d80f-46a06484, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64ca-46a06484, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64d1-46a06484, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64d9-46a06484, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64e1-46a06484, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64e9-46a06484, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64f1-46a06484, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b64fe-46a06484 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-a584399f-56f4-539f-8b19-4bb2edfd23df-46a06414 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-b83afdb7-df9b-fb51-0d33-9762c0a2a9cf-f7659632 {
    align-self: start;
  }

  #w-node-_63a9c743-b8ea-ba7c-e0ad-ca8c8d8ba6ce-46a06421, #w-node-_93a06b85-a85f-ddc4-9220-eb1e204b0464-46a06481 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8e2e3c10-23dc-85b2-b66a-4883f63aa31a-f63aa317 {
    justify-self: center;
  }

  #w-node-_8e2e3c10-23dc-85b2-b66a-4883f63aa32f-f63aa317 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a06417, #w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a06419, #w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a06420 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249f5-46a06420, #w-node-d83191f2-a7cb-3ab1-ebc2-9b9f19ce8235-46a06420, #w-node-a108d0da-387b-c966-ccf7-0bde1e604df8-46a06420, #w-node-_79180a2c-9cb3-3d97-07db-ab8486b5daed-46a06422, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6441-46a06423, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6452-46a06423 {
    align-self: center;
  }

  #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6441-46a0642f {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
  }

  #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6452-46a0642f {
    align-self: center;
  }

  #w-node-_8debcf8d-2f14-127b-7ba9-6054d39836fd-46a06434 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
  }

  #w-node-ae6cb67b-72d8-9222-15a7-38a79ca5c55d-46a06434 {
    align-self: center;
  }

  #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6441-46a06436 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
  }

  #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6452-46a06436, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6452-46a06437 {
    align-self: center;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a06438 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249f5-46a06438, #w-node-e504f46b-6742-0f8b-3dff-0bff63c0a9f4-46a06438 {
    align-self: center;
  }

  #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6441-46a0643a {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
  }

  #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6452-46a0643a {
    align-self: center;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a0643c {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
  }

  #w-node-c19a85f8-1caf-7b4c-b2dd-416998f368ac-46a0643f, #w-node-_9e9951bc-2cb2-0fdf-97d1-730d2917f3df-46a0643f, #w-node-a548a145-9b6f-54bf-8855-8a6aa85f4473-46a0643f {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a06482, #w-node-_96cdddf5-797b-0f42-986f-5f3098a2d7e1-46a06484 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
  }

  #w-node-_96cdddf5-797b-0f42-986f-5f3098a2d80e-46a06484 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8e2e3c10-23dc-85b2-b66a-4883f63aa31a-f63aa317 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a06417, #w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a06419 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249c8-46a0641a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f370208b-4e3e-a75c-1f2a-8608b157113c-46a0641a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a06420 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_79180a2c-9cb3-3d97-07db-ab8486b5daed-46a06422 {
    align-self: center;
  }

  #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6441-46a06423, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6441-46a0642f, #w-node-_8debcf8d-2f14-127b-7ba9-6054d39836fd-46a06434, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6441-46a06436, #w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a06438, #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6441-46a0643a, #w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a0643c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c19a85f8-1caf-7b4c-b2dd-416998f368ac-46a0643f, #w-node-_9e9951bc-2cb2-0fdf-97d1-730d2917f3df-46a0643f, #w-node-a548a145-9b6f-54bf-8855-8a6aa85f4473-46a0643f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a06482, #w-node-_96cdddf5-797b-0f42-986f-5f3098a2d7e1-46a06484 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0da1b8f1-9ec6-c895-a37b-f7c5dae25eac-46a06414, #w-node-_6bc63529-af61-f102-173b-f3c473fa7e36-46a06414 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e2e3c10-23dc-85b2-b66a-4883f63aa31a-f63aa317 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8e2e3c10-23dc-85b2-b66a-4883f63aa32f-f63aa317 {
    grid-row: 2 / 3;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249df-46a06417 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_005df650-0f2b-4737-8308-4532fbc8e4be-46a06417 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a06419, #w-node-b92a74e2-120c-4300-432d-31c5b99249df-46a06419 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249df-46a0641a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f370208b-4e3e-a75c-1f2a-8608b157113c-46a0641a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249df-46a06420 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249f5-46a06420 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-d83191f2-a7cb-3ab1-ebc2-9b9f19ce8235-46a06420, #w-node-a108d0da-387b-c966-ccf7-0bde1e604df8-46a06420 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_461c6bb8-5cc3-b02c-1529-4729e5301db1-46a06421, #w-node-_6749b291-6973-84c2-34f7-ccb6df04e2ce-46a06425, #w-node-_6749b291-6973-84c2-34f7-ccb6df04e2d8-46a06425 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249df-46a06430 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_005df650-0f2b-4737-8308-4532fbc8e4be-46a06430 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cc1d1c14-1747-817f-9814-697ff20cbe8d-46a06434, #w-node-cc1d1c14-1747-817f-9814-697ff20cbe97-46a06434, #w-node-_9ba79ab7-3847-c571-ea24-df7308a25142-46a06434, #w-node-f9f47a2b-0c68-b782-155f-10ea42d29a43-46a06434, #w-node-_682d5c66-aa48-b0fd-be17-5c4c6f734c64-46a06434, #w-node-_0143a9ba-b6ac-b3a6-bf9f-ed62d6802a5c-46a06434, #w-node-_0143a9ba-b6ac-b3a6-bf9f-ed62d6802a66-46a06434 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249df-46a06438 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249f5-46a06438 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-e504f46b-6742-0f8b-3dff-0bff63c0a9f4-46a06438 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6438-46a0643a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5820a11f-0c7a-d12d-4ada-03dab00b6452-46a0643a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249df-46a0643c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_005df650-0f2b-4737-8308-4532fbc8e4be-46a0643c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249df-46a0643f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_005df650-0f2b-4737-8308-4532fbc8e4be-46a0643f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b92a74e2-120c-4300-432d-31c5b99249c6-46a06482, #w-node-b92a74e2-120c-4300-432d-31c5b99249df-46a06482 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Nourd';
  src: url('../fonts/Nourd-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nourd';
  src: url('../fonts/Nourd-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nourd';
  src: url('../fonts/Nourd-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nourd';
  src: url('../fonts/Nourd-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nourd';
  src: url('../fonts/Nourd-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nourd';
  src: url('../fonts/Nourd-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}