@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --raisin-black: #1a1c28;
  --electric-violet: #793dfe;
  --black: black;
  --white: white;
  --han-purple: #4937ed;
  --light-grey: #f4f4f4;
  --shadow: #1f173640;
  --light-violet: #c9b2fe;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 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-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-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-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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 {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

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

body {
  color: var(--raisin-black);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

a {
  color: var(--electric-violet);
  font-weight: 600;
}

a:hover {
  color: var(--electric-violet);
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

.text-weight-semibold {
  color: var(--white);
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

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

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

.text-align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.hide {
  display: none;
}

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

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

.text-style-link {
  color: var(--raisin-black);
  text-decoration: underline;
}

.text-style-link:hover {
  color: var(--electric-violet);
}

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

.text-size-small.text-style-italic {
  color: var(--white);
}

.text-rich-text {
  margin-left: auto;
  margin-right: auto;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Inter, sans-serif;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: Inter, sans-serif;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text a {
  color: var(--electric-violet);
  text-decoration: underline;
}

.text-rich-text a:hover {
  color: var(--han-purple);
}

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

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

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

.page-wrapper.mobile-only {
  display: none;
}

.text-size-tiny {
  font-size: .9rem;
  font-weight: 300;
}

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

.container-large.background-color-black {
  background-color: var(--electric-violet);
  max-height: 460px;
}

.container-large.background-color-black.hidden {
  display: none;
}

.container-large.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

.rl-styleguide_classes {
  display: none;
}

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

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

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding.hidden {
  display: none;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
  overflow: auto;
}

.max-width-large.align-center {
  text-align: center;
  justify-content: flex-start;
  display: flex;
}

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

.background-color-white {
  background-color: var(--white);
}

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

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

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.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: .25rem;
}

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

.margin-top {
  margin: 1rem 0 0;
}

.margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xlarge.flex-vertical-centered {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge.extra-padding-top {
  padding-top: 8rem;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.text-size-small.text-weight-semibold {
  color: var(--raisin-black);
}

.text-size-small.text-weight-semibold.text-color-blue {
  color: var(--han-purple);
}

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

.text-size-small.text-align-center.justify-center {
  margin-left: auto;
  margin-right: auto;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.text-color-white {
  color: var(--white);
}

.text-color-white.small-text {
  font-size: 1.2rem;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form-checkbox.hidden {
  display: none;
}

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

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 700;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.heading-medium {
  font-family: Inter, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.heading-medium.white-heading {
  color: var(--white);
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 600;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  background-color: var(--electric-violet);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  transition: all .35s;
  display: none;
}

.button:hover {
  color: var(--white);
  background-color: #8751fe;
}

.button.is-alternate {
  background-color: var(--electric-violet);
  color: var(--white);
  border-radius: 8px;
}

.button.is-button-small {
  padding: .5rem 1.25rem;
}

.button.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button.disabled {
  color: #525252;
  cursor: not-allowed;
  background-color: #9c9c9c;
}

.button.blue {
  background-color: var(--han-purple);
}

.button.black {
  background-color: var(--raisin-black);
}

.button.black.extra-padding {
  padding: 1.25rem 2rem 1.5rem;
  font-size: 1.5rem;
}

.button.black.extra-padding:hover {
  background-color: #242528;
}

.button.hidden {
  display: none;
}

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.background-color-lightgrey {
  background-color: var(--light-grey);
}

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

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

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  border: 1px solid var(--electric-violet);
  color: var(--electric-violet);
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  transition: all .35s;
}

.button-secondary:hover {
  background-color: var(--electric-violet);
  color: var(--white);
}

.button-secondary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-secondary.is-alternate {
  border-color: var(--electric-violet);
  color: var(--electric-violet);
  border-radius: 8px;
}

.button-secondary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button-secondary.white {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary.white:hover {
  border-color: var(--electric-violet);
}

.button-secondary.white.half-width {
  max-width: 50%;
}

.heading-small {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-quote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.form-field-wrapper {
  position: relative;
}

.image-wrapper_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.text-color-black {
  color: var(--black);
}

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.styleguide_grid-colours {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-xlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium {
  width: 3.5rem;
  height: 3.5rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.form-radio-label {
  margin-bottom: 0;
}

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

.text-lineheight-normal {
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl-styleguide_class-sample-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #10182808;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.text-lineheight-xtall {
  line-height: 2;
}

.icon-medium {
  height: 3rem;
}

.text-lineheight-none {
  line-height: 1;
}

.rl-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #10182824;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.styleguide_color-sample {
  padding: 8rem 1.5rem 1.25rem;
}

.styleguide_color-sample.is-lightgrey {
  background-color: #f4f4f4;
}

.styleguide_color-sample.is-black {
  background-color: #000;
}

.styleguide_color-sample.is-white {
  background-color: #fff;
}

.text-lineheight-short {
  line-height: 1.3;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #1018280d;
}

.icon-large {
  height: 5rem;
}

.button-tertiary {
  background-color: var(--light-grey);
  color: var(--black);
  text-align: center;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-tertiary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-tertiary.is-alternate {
  color: #fff;
  background-color: #464646;
  border-color: #464646;
}

.button-tertiary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.button-link {
  color: var(--black);
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.is-alternate {
  color: #fff;
}

.button-link.with-icon {
  grid-column-gap: .5rem;
}

.icon-xsmall {
  height: 1.5rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-xxsmall {
  height: 1rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.icon-small {
  height: 2rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.rl-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.icon-xlarge {
  height: 6.5rem;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.form-block {
  min-width: 350px;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #1018281a, 0 2px 4px -2px #1018280f;
}

.rl-styleguide_extension {
  display: none;
}

.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.heading {
  font-family: Inter, sans-serif;
}

.body {
  color: var(--raisin-black);
}

.heading-3 {
  font-family: Inter, sans-serif;
}

.paragraph {
  font-family: Open Sans, sans-serif;
}

.navbar_dropdown-link {
  color: var(--white);
  padding: .5rem 1rem;
  font-weight: 600;
}

.navbar_dropdown-link.w--current {
  color: var(--electric-violet);
}

.navbar_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar {
  background-color: var(--white);
  border-bottom: 1px #000;
  align-items: center;
  min-height: 5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.hidden {
  display: none;
}

.dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.navbar1_logo {
  max-width: 150px;
}

.navbar_dropdown-list.w--open {
  background-color: var(--raisin-black);
  box-shadow: 1px 1px 3px 0 var(--shadow);
  color: var(--white);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: .5rem;
}

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

.navbar_logo-link {
  padding-left: 0;
}

.navbar_dropdown-toggle {
  color: var(--raisin-black);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  transition: all .35s;
}

.navbar_dropdown-toggle:hover {
  color: var(--electric-violet);
}

.navbar_dropdown-toggle.hidden {
  display: none;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_link {
  color: var(--raisin-black);
  padding: .5rem;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  transition: all .35s;
}

.navbar_link:hover {
  color: var(--electric-violet);
}

.navbar_link.w--current {
  color: var(--black);
}

.navbar_link.hidden {
  display: none;
}

.navbar_link.extra-margin-left {
  margin-left: 2rem;
}

.button-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button-2.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button-2.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.is-button-row-center {
  justify-content: center;
}

.hero-image {
  border-radius: 2rem;
  max-height: 25rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-logo3 {
  overflow: hidden;
}

.logo3_component {
  justify-content: center;
  display: flex;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.logo3_logo {
  max-height: 3.5rem;
}

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

.section-features, .section-features.dark-bg {
  background-color: var(--raisin-black);
}

.section-features.background-color-white {
  background-color: var(--white);
}

.layout237_component {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.layout237_item {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.layout237_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout237_list.com-act-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.white-body-text {
  color: var(--white);
}

.white-header {
  color: var(--light-grey);
}

.layout24_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-layout24.dark-background {
  background-color: var(--raisin-black);
}

.section-layout24.hidden {
  display: none;
}

.section-layout24.background-color-purple {
  background-color: var(--electric-violet);
}

.heading-4 {
  font-family: Inter, sans-serif;
}

.button-secondary-white {
  border: 2px solid var(--white);
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  transition: all .35s;
}

.button-secondary-white:hover {
  border-color: var(--electric-violet);
  background-color: var(--white);
  color: var(--electric-violet);
}

.button-secondary-white.is-button-small {
  padding: .5rem 1.25rem;
}

.button-secondary-white.is-alternate {
  border-color: var(--electric-violet);
  color: var(--electric-violet);
  border-radius: 8px;
}

.button-secondary-white.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button-secondary-white.half-width {
  width: 50%;
}

.button-secondary-white.half-width.w--current {
  max-width: 50%;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

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

.layout152_lightbox-image {
  object-fit: cover;
  width: 100%;
}

.layout152_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.video-overlay-layer {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #00000080;
  background-clip: border-box;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.layout152_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.layout152_logo {
  max-height: 3.5rem;
}

.section-layout152.hidden {
  display: none;
}

.blog37_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog37_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog37_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog37_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog37_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog37_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog37_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  transition: all .35s;
  display: block;
}

.button-secondary-2 {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
}

.button-secondary-2.is-button-small {
  padding: .5rem 1.25rem;
}

.blog37_author-image-wrapper {
  margin-right: 1rem;
}

.blog37_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog37_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog37_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.section-blog37.dark-background.hidden {
  display: none;
}

.blog37_date-wrapper {
  align-items: center;
  display: flex;
}

.blog37_image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog37_component {
  flex-direction: column;
  align-items: center;
}

.blog-card-tag {
  color: var(--electric-violet);
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.blog-card-tag.hidden {
  display: none;
}

.body-text {
  font-family: PT Sans, sans-serif;
}

.cta_content {
  flex: 1;
}

.cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.cta_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer2_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer2_legal-list.hidden {
  display: none;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

.footer2_credit-text {
  color: var(--white);
  font-size: .875rem;
}

.footer2_logo-link {
  padding-left: 0;
}

.footer_link {
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  transition: all .35s;
}

.footer_link.hidden {
  display: none;
}

.line-divider {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.footer2_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
}

.footer2_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer2_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer2_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.footer2_legal-link {
  color: var(--white);
  font-size: .875rem;
  transition: all .35s;
}

.footer2_legal-link:hover {
  color: var(--electric-violet);
}

.footer, .footer.dark-background {
  background-color: var(--raisin-black);
}

.footer2_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer2_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer2_bottom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  transition: all .35s;
}

.footer2_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  color: var(--white);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer2_right-wrapper {
  flex-direction: column;
  display: flex;
}

.foote-logo {
  width: 50px;
}

.social-icon-wrapper {
  color: var(--white);
  align-items: center;
  transition: all .35s;
  display: flex;
}

.social-icon-wrapper:hover {
  color: var(--electric-violet);
}

.footer_social-link-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  transition: all .35s;
}

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

.layout89_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout89_component.hidden {
  display: none;
}

.heading-medium-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.layout237_item-2 {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.layout237_list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.team5_social {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-self: center;
  justify-items: start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.team_image {
  object-fit: cover;
  border-radius: .5rem;
  width: 10rem;
  min-width: 10rem;
  height: 10rem;
  min-height: 10rem;
}

.team5_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.team_social-icon {
  color: var(--raisin-black);
  width: 2.2rem;
  height: 2.2rem;
  transition: all .35s;
}

.team_social-icon:hover {
  color: var(--electric-violet);
}

.team5_image-wrapper {
  justify-content: center;
  display: flex;
}

.team5_item {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.team_name {
  color: var(--han-purple);
  font-size: 1.5rem;
  font-weight: 700;
}

.section-layout14.hidden {
  display: none;
}

.layout14_logo {
  max-width: 8rem;
}

.layout14_lightbox-image {
  object-fit: cover;
}

.layout14_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout14_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.layout14_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.reference_name {
  color: var(--han-purple);
  font-size: .9rem;
  font-weight: 700;
}

.layout1_content {
  max-width: 48rem;
  margin-top: 30px;
}

.layout1_image-wrapper {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.layout1_component {
  grid-column-gap: 6.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.features_3-col {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout254_content-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.layout254_image-wrapper {
  width: 100%;
  position: relative;
}

.layout254_right {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.section-layout254.hidden {
  display: none;
}

.heading-small-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  transition: all .35s;
}

.layout254_left {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.layout254_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.layout95_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout95_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout95_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.layout95_lightbox-image {
  object-fit: cover;
  width: 100%;
}

.contact17_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.contact17_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.contact17_component.extra-margin-top {
  margin-top: 4rem;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pricing23_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pricing23_tabs-menu {
  align-self: center;
  margin-bottom: 3rem;
}

.pricing23_tab-link {
  border: 1px solid var(--raisin-black);
  background-color: #0000;
  padding: .5rem 1.5rem;
  font-weight: 600;
}

.pricing23_tab-link.w--current {
  border-color: var(--electric-violet);
  background-color: var(--electric-violet);
  color: var(--white);
}

.pricing23_tab-link.no-left-border {
  border-width: 1px;
}

.pricing23_tab-link.no-left-border.w--current {
  display: none;
}

.pricing23_feature {
  display: flex;
}

.pricing23_plan {
  border: 1px solid var(--raisin-black);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.pricing23_plans {
  grid-column-gap: 1.25rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.pricing23_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

.pricing23_content {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.pricing23_content-top {
  min-height: 18rem;
}

.pricing_icon {
  max-width: 60px;
  display: block;
}

.plan-price {
  font-size: 1.25rem;
  font-weight: 600;
}

.plan-price.strikethrough-purple {
  color: var(--electric-violet);
}

.pricing21_row-content {
  border-left: 1px solid var(--light-violet);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.pricing21_top-row-content {
  background-color: var(--raisin-black);
  border: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 1.5rem 0;
  display: flex;
}

.pricing21_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--light-violet);
  background-color: var(--raisin-black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.pricing21_feature {
  padding: 1rem 1.5rem 1rem 1rem;
}

.pricing21_heading-row {
  border-top: 1px none var(--light-violet);
  border-bottom: 1px solid var(--light-violet);
  background-color: var(--raisin-black);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
}

.pricing21_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px none var(--black);
  background-color: var(--white);
  border-left: 1px #000;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
  place-content: stretch end;
  place-items: stretch stretch;
  display: grid;
  position: sticky;
  top: 3rem;
}

.pricing21_empty-space {
  border-right: 1px none var(--light-violet);
  background-color: var(--raisin-black);
  color: var(--raisin-black);
}

.pricing21_component {
  width: 100%;
  display: block;
}

.section-plan-comparison {
  background-color: var(--raisin-black);
  color: var(--white);
}

.testimonial17_rating-icon {
  color: var(--black);
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial17_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial17_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial17_content {
  border: 1px none var(--black);
  box-shadow: 2px 2px 4px 0 var(--shadow);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial17_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial17_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.testimonial17_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.testimonial_name {
  color: var(--electric-violet);
  font-weight: 600;
}

.blog1_author-image-wrapper {
  margin-right: 1rem;
}

.blog1_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog1_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog1_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.blog1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog1_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog1_menu-link {
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.blog1_menu-link.w--current {
  border-color: var(--black);
}

.blog1_item {
  text-decoration: none;
}

.blog1_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog1_category-link.w--current {
  text-decoration: none;
}

.blog1_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog1_image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog1_date-wrapper {
  align-items: center;
  display: flex;
}

.blog1_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blogpost2_divider {
  background-color: var(--black);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blogpost2_author-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

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

.blogpost2_author-image-wrapper {
  margin-bottom: 1rem;
}

.blogpost2_social-link {
  background-color: var(--light-grey);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .25rem;
  display: flex;
}

.blogpost2_background {
  z-index: -1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/AdobeStock_339822632-min.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.blogpost2_breadcrumb {
  align-items: center;
  width: 100%;
  display: flex;
}

.blogpost2_content {
  margin-bottom: 4rem;
}

.blogpost2_header {
  min-height: 50vh;
  position: relative;
}

.text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blogpost2_tag-item {
  background-color: var(--light-grey);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blogpost2_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.blogpost2_share-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blogpost2_title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.blogpost2_category-link {
  color: var(--white);
  margin-bottom: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.blogpost2_content-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.blogpost2_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blogpost2_tag-list-wrapper {
  width: 100%;
}

.breadcrumb-link {
  color: var(--black);
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.blogpost2_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.blogpost2_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.blogpost2_share {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blogpost2_share.content-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 0;
}

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

.error-text {
  color: #e23939;
}

.form-input-2 {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-color: #000;
}

.form-input-2::placeholder {
  color: #0009;
}

.form-input-2.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.cta26_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-link {
  color: var(--raisin-black);
  font-weight: 700;
  transition: all .35s;
}

.section-cta26 {
  background-color: var(--raisin-black);
  position: relative;
}

.blog35_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog35_category-wrapper {
  margin-bottom: .5rem;
  display: flex;
}

.blog35_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog35_author-image-wrapper {
  margin-right: 1rem;
}

.blog35_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog35_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog35_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog35_title-wrapper {
  margin-bottom: .5rem;
}

.blog35_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog35_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog35_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog35_component {
  flex-direction: column;
  align-items: center;
}

.blog35_date-wrapper {
  align-items: center;
  display: flex;
}

.blog35_item {
  border: 1px solid var(--black);
}

.text-block-2.hidden {
  display: none;
}

.blogpost_header-overlay {
  background-color: #1a1c2873;
  position: absolute;
  inset: 0%;
}

.text-block-3 {
  font-weight: 300;
}

.wg-dropdown-1 {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-weight: 700;
}

.wg-dropdown-1.hidden {
  display: none;
}

.wg-dd-1-togle {
  z-index: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  width: 100%;
  margin-left: 1rem;
  padding: 10px 15px;
}

.wg-dd-1-togle:hover {
  background-color: var(--han-purple);
  color: #fff;
}

.wg-selector-text-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  display: flex;
}

.wg-flag-ico {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.wg-dd-1-list.wg-dropdown-link-flag.w--open {
  margin-left: 0;
}

.wg-dropdown-1-link {
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link:hover {
  background-color: var(--han-purple);
  color: #fff;
}

.layout41_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-free-tier, .section-free-tier.hidden {
  display: none;
}

.features_4-col {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.pricing23_plan-2 {
  border: 1px solid #000;
  padding: 2rem;
}

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

.text-span-2 {
  font-weight: 700;
}

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.container-2 {
  justify-content: center;
  display: flex;
}

.image-2 {
  border-radius: 2rem;
  overflow: auto;
}

.text-align-center-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.heading-5, .heading-6, .heading-7, .heading-8 {
  text-align: center;
}

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

.image-3 {
  position: relative;
  top: -118px;
}

.columns {
  max-height: 400px;
}

.column {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 30px;
}

.column.padding-large {
  padding-left: 92px;
  display: block;
  position: relative;
}

.link {
  color: var(--electric-violet);
}

.link.text-color-black {
  color: var(--black);
}

.link-2 {
  color: var(--electric-violet);
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.image-4 {
  overflow: scroll;
}

.heading-9 {
  align-items: center;
  display: flex;
}

.features-list-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 24px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.features-table {
  border-bottom-width: 1px;
  border-bottom-color: #e4ebf3;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  display: block;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px 1rem;
  display: grid;
}

.comparison-title {
  margin-left: 1rem;
  font-size: 1.25rem;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/noun-cross-1776298-1A1C28.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px;
  min-height: 5rem;
  margin-top: 16px;
  margin-left: 24px;
  padding-left: 40px;
  padding-right: 20px;
}

.comparison-positive {
  background-image: url('../images/noun-checkmark-1379283-793DFE.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px;
  min-height: 5rem;
  margin-top: 16px;
  margin-left: 24px;
  padding-left: 40px;
  padding-right: 20px;
}

.section_header1 {
  min-height: 80vh;
}

.header1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  margin-top: 15%;
  display: grid;
}

.padding-section-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.comparison-table_votech-title {
  align-items: center;
  padding-left: 1rem;
  display: flex;
}

.comparison-logo {
  max-width: 40px;
}

.special-plan-wrapper {
  background-color: var(--raisin-black);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding: 2rem;
  display: flex;
}

.pricing-plan_content-wrapper {
  width: 70%;
  max-width: 700px;
}

.quote-wrapper {
  background-color: var(--electric-violet);
  border-radius: 1rem;
  justify-content: space-between;
  padding: 3.1rem;
  display: flex;
}

.quote-content-wrapper {
  justify-content: space-between;
  display: flex;
}

.quote-left-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  max-width: 700px;
  display: flex;
}

.quote-right-wrapper {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: -2rem;
  margin-bottom: -2rem;
  margin-right: -2rem;
  display: flex;
  position: relative;
}

.quote-img {
  max-width: 200%;
  min-height: 100%;
  max-height: 120%;
  position: absolute;
  bottom: -17px;
  right: 0;
}

.form-embed {
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.layout3_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: stretch;
  align-items: center;
  display: grid;
}

.section-img {
  border-radius: 1rem;
  width: 100%;
}

.footer2_legal-list-temp {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer2_legal-list-temp.hidden {
  display: none;
}

.hero-img {
  border-radius: 2rem;
  width: 100%;
}

.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-section-medium-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section_logo3 {
  overflow: hidden;
}

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

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.padding-section-huge {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.small-icon {
  max-width: 30px;
}

.logo3_component-2 {
  display: flex;
}

.logo3_list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 14.2rem 14.2rem 14.2rem 14.2rem 14.2rem 14.2rem 14.2rem 14.2rem 14.2rem 14.2rem 14.2rem 14.2rem 14.2rem 14.2rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.logo3_logo-2 {
  filter: grayscale();
  max-width: 150px;
}

.padding-section-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-span-4.text-weight-bold.text-color-bluish-purple, .text-span-5.text-weight-bold.text-color-bluish-purple, .text-span-subtitle.text-weight-bold.text-color-bluish-purple {
  color: var(--han-purple);
}

.pipedrive-form-box {
  justify-content: center;
  display: flex;
}

.font-size-medium {
  font-size: 2.5rem;
}

.blog-post_share {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: start;
  max-width: 300px;
  display: grid;
}

.blog-post_social-link {
  color: #222;
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition-property: all;
  transition-duration: .35s;
  display: flex;
}

.blog-post_social-link:hover {
  color: #41ade0;
}

.blog-post1_social-icon {
  background-color: var(--light-grey);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.html-embed-2 {
  width: 0;
  height: 0;
  display: none;
}

.copied-success-message {
  opacity: 0;
  font-weight: 700;
}

.blog-post_social-link-2 {
  color: #222;
  background-color: #0000;
  border-radius: 20px;
  align-items: center;
  padding: .25rem;
  transition-property: all;
  transition-duration: .35s;
}

.blog-post_social-link-2:hover {
  color: #41ade0;
}

.blog-post1_social-icon-2 {
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #793dfe59;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.hide {
  display: none;
}

.header-100vh {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

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

.section_header5 {
  margin-top: 5rem;
  position: relative;
}

.header5_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header5_background-image.straight-edges {
  border-radius: 0;
}

.section_layout1.background-color-black {
  background-color: var(--raisin-black);
}

.layout1_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.border-radius {
  border-radius: 2rem;
}

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

.text-span-6 {
  color: var(--raisin-black);
}

.team5_social-2 {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template: "Area"
  / max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

.team5_list-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.section_team5.background-color-black {
  background-color: var(--raisin-black);
}

.social-icon-2 {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.team5_item-2 {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team5_image {
  object-fit: cover;
  border-radius: 100%;
  width: 10rem;
  min-width: 10rem;
  height: 10rem;
  min-height: 10rem;
}

.team-bg-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 11rem;
  min-width: 11rem;
  height: 11rem;
  min-height: 11rem;
  display: flex;
}

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

.grid-2.hidden {
  display: none;
}

.accordion2_component {
  border: 1px none var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
}

.accordion2_top {
  cursor: pointer;
  background-color: #f5f7fa;
  justify-content: space-between;
  align-items: center;
  min-height: 5rem;
  padding: 1rem;
  display: flex;
}

.accordion2_icon {
  align-self: center;
  width: 2rem;
  margin-left: 1.5rem;
}

.accordion2_bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  overflow: hidden;
}

.comparison-accordions-wrapper {
  display: flex;
}

.accordion-top-inner-wrapper {
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.our-story-img {
  border-radius: 2rem;
  width: 100%;
  margin-bottom: 2rem;
}

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

.navbar-2 {
  background-color: #fff;
  border-bottom: 1px #000;
  align-items: center;
  min-height: 5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_dropdown-link-2 {
  color: #fff;
  padding: .5rem 1rem;
  font-weight: 600;
}

.navbar_dropdown-link-2.w--current {
  color: #793dfe;
}

.navbar_dropdown-toggle-2 {
  color: #1a1c28;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  transition: all .35s;
}

.navbar_dropdown-toggle-2:hover {
  color: #793dfe;
}

.navbar_dropdown-toggle-2.hidden {
  display: none;
}

.navbar_menu-2 {
  align-items: center;
  display: flex;
}

.navbar_dropdown-list-2.w--open {
  color: #fff;
  background-color: #1a1c28;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: .5rem;
  box-shadow: 1px 1px 3px #1f173640;
}

.wg-dd-1-togle-2 {
  z-index: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  width: 100%;
  margin-left: 1rem;
  padding: 10px 15px;
}

.wg-dd-1-togle-2:hover {
  color: #fff;
  background-color: #4937ed;
}

.wg-dropdown-1-link-2 {
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link-2:hover {
  color: #fff;
  background-color: #4937ed;
}

.button-3 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #793dfe;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  transition: all .35s;
}

.button-3:hover {
  color: #fff;
  background-color: #8751fe;
}

.navbar_link-2 {
  color: #1a1c28;
  padding: .5rem 1rem;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  transition: all .35s;
}

.navbar_link-2:hover {
  color: #793dfe;
}

.navbar_link-2.w--current {
  color: #000;
}

.navbar_link-2.hidden {
  display: none;
}

.scroll-indicator {
  z-index: 9999999;
  background-color: var(--han-purple);
  width: 0%;
  height: 8px;
  position: fixed;
  inset: 5rem 0% auto;
}

.section-cta-black {
  background-color: var(--raisin-black);
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--raisin-black);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  background-color: var(--electric-violet);
  border: 2px #000;
  border-radius: .5rem;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button:hover {
  color: var(--white);
  background-color: #8751fe;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-style: solid;
  border-color: var(--electric-violet);
  color: var(--electric-violet);
  background-color: #fff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--han-purple);
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_text-link:hover {
  color: var(--electric-violet);
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--han-purple);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  font-size: 12px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  background-color: var(--electric-violet);
  color: #fff;
  text-align: center;
  border: 2px #4353ff;
  border-radius: .5rem;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_button:hover {
  color: var(--white);
  background-color: #8751fe;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-style: solid;
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  font-weight: 700;
}

.fs-cc-banner_text {
  color: var(--white);
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.quote-right-wrapper-2 {
  align-items: center;
  width: 50%;
  margin-top: -2rem;
  margin-bottom: -2rem;
  margin-right: -2rem;
  display: flex;
  position: relative;
}

.image-2-copy {
  max-width: 300px;
  overflow: auto;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.html-embed-3 {
  width: 100%;
  overflow: hidden;
}

.section {
  overflow: hidden;
}

.section.hidden {
  display: block;
}

.container-6 {
  max-width: 75vw;
  overflow: hidden;
}

.navbar_login-link {
  margin-left: 2rem;
  font-weight: 600;
}

.small-text {
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.sv-footer-logo {
  max-width: 80px;
  margin-top: 2rem;
  display: block;
}

.sv-footer-logo.hidden {
  display: none;
}

.footer_aa-img {
  max-width: 100px;
}

.link-on-black-background {
  color: var(--white);
  font-weight: 600;
  text-decoration: underline;
}

.link-on-black-background.text-color-black {
  color: var(--black);
}

.wg-dd-1-togle-3 {
  z-index: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  width: 100%;
  padding: 10px 15px;
}

.wg-dd-1-togle-3:hover {
  background-color: var(--han-purple);
  color: var(--white);
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw6.hidden {
  display: none;
}

.wg-dropdown-1-link-3 {
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link-3:hover {
  background-color: var(--han-purple);
  color: var(--white);
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.text-size-medium-2.hidden {
  display: none;
}

.text-size-medium-2.text-color-white {
  font-size: 1.2rem;
}

.text-size-medium-2.text-color-white.text-weight-bold {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.section_header26.gradient-bg.lpheader {
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.section_header26.gradient-bg.lpheader.full-height {
  min-height: 100vh;
}

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

.header26_image-wrapper {
  justify-content: center;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.lp1-navbr_logo {
  max-width: 120px;
}

.lp1-navbar_menu {
  align-items: center;
  display: flex;
}

.section-features-lp, .section-features-lp.dark-bg {
  background-color: var(--raisin-black);
}

.section-features-lp.background-color-white {
  background-color: var(--white);
}

.layout237-lp_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.layout192_component {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.logo1_logo {
  filter: grayscale();
  max-height: 6rem;
}

.logo1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.foote-logo-lp {
  width: 150px;
}

.footer2-lp_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
}

.layout237-lp_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.social-link-phone {
  display: none;
}

.contact5_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.contact5_content.background-color-black {
  background-color: #1a1c28;
}

.contact5_item {
  display: flex;
}

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

.contact5_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.contact5_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact5_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact5_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.contact5_form-img {
  border-radius: 100%;
  max-width: 120px;
}

.text-size-huge-lp {
  font-size: 5rem;
  font-weight: 700;
}

.text-size-medium-lp {
  font-size: 1.5rem;
}

.text-size-medium-lp.text-weight-bold {
  color: var(--white);
}

.text-size-large-lp {
  font-size: 3rem;
}

.text-size-large-lp.text-color-white {
  font-size: 4rem;
}

.header26_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header26_wrapper.padding-vertical {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.header26_wrapper.padding-vertical.extra-padding-top {
  grid-column-gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  padding-left: 5%;
  padding-right: 5%;
}

.header26_wrapper.padding-vertical.padding-horizontal {
  padding-left: 5%;
  padding-right: 5%;
}

.header26_wrapper.padding-vertical.padding-horizontal.custom-padding {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  padding-top: 7rem;
}

.header26_wrapper.padding-vertical.padding-horizontal.custom-padding.min-height {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  min-height: 800px;
}

.contact5_image-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 100%;
}

.section_thank-you-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  display: flex;
}

.padding-section-custom-1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.image-6 {
  margin-bottom: -20%;
  display: none;
}

.div-block-3 {
  grid-column-gap: 3rem;
  justify-content: center;
  width: 100%;
  display: flex;
}

.padding-section-medium-2-copy {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.contact5_form-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.lp-embedded-form-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 800px;
  display: flex;
}

.navbar-lp {
  background-color: var(--white);
  border-bottom: 1px #000;
  align-items: center;
  min-height: 5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-lp.hidden {
  display: none;
}

.navbar_container-lp {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5 {
  min-width: 500px;
  max-width: 100%;
  height: 100%;
  display: none;
}

.text-link-wrapper {
  align-items: center;
  max-width: 120px;
  font-weight: 700;
  transition: all .35s;
  display: flex;
}

.text-link-arrow-embed {
  width: .9rem;
  height: 20px;
  margin-left: .5rem;
}

.header9_image-wrapper {
  flex: 1;
  position: relative;
}

.header9_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header9_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header9_component {
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  display: flex;
}

.header9_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_header5-2 {
  position: relative;
}

.header5_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.padding-section-custom-2 {
  padding-top: 10rem;
  padding-bottom: 6rem;
}

.layout18_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.layout18_image {
  width: 100%;
  height: 100%;
}

.layout18_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.layout18_item {
  display: flex;
}

.layout18_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.contact-modal1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_contact-modal1 {
  position: relative;
}

.contact-modal1_content-wrapper {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  overflow: scroll;
}

.field-label-2 {
  margin-bottom: .5rem;
  font-weight: 400;
}

.contact-modal1_form-block {
  flex-direction: column;
  align-items: stretch;
}

.contact-modal1_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.header26_component-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.whitepaper-download-button {
  background-color: var(--electric-violet);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  transition: all .35s;
}

.whitepaper-download-button:hover {
  color: var(--white);
  background-color: #8751fe;
}

.whitepaper-download-button.is-alternate {
  background-color: var(--electric-violet);
  color: var(--white);
  border-radius: 8px;
}

.whitepaper-download-button.is-button-small {
  padding: .5rem 1.25rem;
}

.whitepaper-download-button.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.whitepaper-download-button.disabled {
  color: #525252;
  cursor: not-allowed;
  background-color: #9c9c9c;
}

.whitepaper-download-button.blue {
  background-color: var(--han-purple);
}

.whitepaper-download-button.black {
  background-color: var(--raisin-black);
}

.whitepaper-download-button.black.extra-padding {
  padding: 1.25rem 2rem 1.5rem;
  font-size: 1.5rem;
}

.whitepaper-download-button.black.extra-padding:hover {
  background-color: #242528;
}

.image-overlay-layer-2 {
  z-index: 1;
  background-color: #65331ec7;
  position: absolute;
  inset: 0%;
}

.section_header5-3 {
  padding-top: 4rem;
  position: relative;
}

.section-webinar-speakers {
  background-color: var(--electric-violet);
}

.webinar-info-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.webinar-info-item {
  align-items: center;
  display: flex;
}

.webinar-info-icon {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-right: 1rem;
}

.team2_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

.team2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.team2_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.social-icon-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.team2_list-wrapper {
  display: flex;
}

.team2_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team2_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.webinar-header-wrapper {
  justify-content: space-between;
  display: flex;
}

.lp-embedded-form-wrapper-webinar {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 500px;
  display: flex;
}

.webinar-form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6.hidden {
  display: none;
}

.webinar-logo {
  max-width: 300px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-4 {
  margin-top: 20px;
}

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

.form-block-2 {
  min-width: 350px;
}

.heading-10 {
  font-size: 1rem;
  font-weight: 300;
}

.paragraph-3 {
  font-weight: 300;
}

.paragraph-4 {
  margin-top: 10px;
}

.heading-11 {
  color: var(--white);
}

.image-8 {
  filter: grayscale();
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.flex-center {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.careers-margin-top-large {
  flex: 0 auto;
  margin-top: 5em;
}

.margin-bottom-large {
  margin-bottom: 5em;
}

.rich-text-block {
  color: var(--white);
}

.padding-section-large-copy {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-section-large-copy.margin-left {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-50vh {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .container-large {
    max-width: 80rem;
  }

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

  .pricing21_top-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-3 {
    width: auto;
    height: 600px;
  }

  .text-span-3 {
    text-decoration: line-through;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-span-4, .text-span-5, .text-span-subtitle {
    color: var(--han-purple);
    font-weight: 700;
  }

  .accordion2_bottom {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }

  .html-embed-3 {
    min-height: 550px;
    overflow: hidden;
  }

  .image-8 {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .clip-element {
    margin-right: auto;
  }

  .padding-section-large-copy.margin-left {
    flex: 0 auto;
  }

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

  .header-50vh {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .page-wrapper.desktop-only, .page-wrapper.mobile-only {
    display: block;
  }

  .container-large.background-color-black {
    max-height: 550px;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.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-vertical.padding-xhuge.extra-padding-top {
    padding-top: 8rem;
  }

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

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

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .navbar_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .navbar_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .layout237_list {
    grid-column-gap: 2rem;
  }

  .layout24_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .button-secondary-white.margin-top.margin-xlarge.w--current {
    margin-top: 1rem;
  }

  .button-secondary-white.half-width {
    width: 50%;
  }

  .layout152_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .blog37_list {
    grid-template-columns: 1fr 1fr;
  }

  .cta_content {
    margin-right: 3rem;
  }

  .cta_component {
    grid-column-gap: 3rem;
  }

  .cta_button-row {
    flex: none;
  }

  .footer2_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer2_left-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .footer2_social-list {
    margin-bottom: 2rem;
  }

  .layout89_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .heading-medium-2 {
    font-size: 1.75rem;
  }

  .layout237_list-2, .team5_list {
    grid-column-gap: 2rem;
  }

  .layout14_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .layout14_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout14_component.lp {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .features_3-col {
    grid-column-gap: 2rem;
  }

  .layout254_content-bottom {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout95_item-list {
    grid-template-columns: 1fr;
  }

  .layout95_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout95_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .contact17_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: auto auto;
  }

  .pricing23_plans, .testimonial17_component {
    grid-template-columns: 1fr 1fr;
  }

  .blog1_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .blogpost2_content, .blogpost2_header {
    margin-bottom: 3rem;
  }

  .blog35_list {
    grid-template-columns: 1fr 1fr;
  }

  .wg-dropdown-1 {
    margin-left: 0;
    margin-right: auto;
  }

  .layout41_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .features_4-col {
    grid-column-gap: 2rem;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-3 {
    display: none;
  }

  .container-3 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .container-4 {
    max-width: 728px;
  }

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .comparison-negative, .comparison-positive {
    min-height: 12rem;
  }

  .header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .quote-wrapper {
    flex-direction: column;
    padding-bottom: 10rem;
  }

  .quote-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .quote-left-wrapper {
    width: 100%;
  }

  .quote-right-wrapper {
    width: 100%;
    margin-top: -5.2rem;
  }

  .quote-img {
    min-height: auto;
    max-height: 20rem;
    margin-bottom: -17px;
    margin-left: auto;
    margin-right: 0;
    display: block;
    position: static;
  }

  .layout3_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .layout1_component-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .team5_list-2 {
    grid-column-gap: 2rem;
  }

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

  .accordion2_bottom {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_dropdown-link-2 {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar_dropdown-toggle-2 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .navbar_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list-2.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .quote-right-wrapper-2 {
    width: 100%;
    margin-top: -5.2rem;
  }

  .container-5 {
    max-width: 728px;
  }

  .raing-img {
    max-width: 100px;
  }

  .wg-element-wrapper.sw6 {
    margin-bottom: 1rem;
  }

  .lp1-navbar_menu {
    border-bottom-color: #000;
    overflow: auto;
  }

  .layout192_component {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .footer2-lp_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .contact5_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .text-size-huge-lp {
    font-size: 5rem;
  }

  .text-size-large-lp {
    font-size: 2.5rem;
  }

  .header26_wrapper, .header26_wrapper.padding-vertical.extra-padding-top {
    grid-template-columns: 1fr;
  }

  .header26_wrapper.padding-vertical.padding-horizontal.custom-padding {
    grid-template-columns: 1.5fr;
  }

  .header26_wrapper.padding-vertical.padding-horizontal.custom-padding.min-height.lp-heading {
    grid-template-columns: 1fr;
  }

  .image-5 {
    width: 200%;
    max-width: 200%;
  }

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

  .div-block-4 {
    max-width: 50%;
  }

  .padding-section-medium-2-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lp-embedded-form-wrapper {
    min-height: 400px;
  }

  .div-block-5 {
    min-width: 500px;
    max-width: 100%;
  }

  .header9_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .padding-section-custom-2 {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .layout18_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact-modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .team2_list {
    grid-template-columns: 1fr 1fr;
  }

  .lp-embedded-form-wrapper-webinar {
    min-height: 400px;
  }

  .webinar-form-grid {
    grid-template-columns: 1fr;
  }

  .webinar-form-img {
    max-width: 500px;
  }

  .image-7 {
    display: none;
  }

  .padding-section-large-copy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-size-small.text-color-white {
    margin-top: 5px;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .hide-mobile-landscape, .text-size-tiny {
    display: none;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .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-xsmall.is-small-mobile {
    margin-bottom: 1rem;
  }

  .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-vertical.padding-xhuge.extra-padding-top {
    padding-top: 6rem;
  }

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

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

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

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

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

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-large {
    font-size: 2rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .navbar {
    height: auto;
    min-height: 4rem;
  }

  .navbar_logo-link {
    padding-left: 0;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .layout237_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout237_list.lp {
    grid-template-columns: 1fr 1fr;
  }

  .layout24_component {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .button-secondary-white.half-width.w--current {
    max-width: none;
  }

  .blog37_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section-cta {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta_content {
    margin-right: 0;
  }

  .cta_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta_button-row {
    justify-content: center;
    width: 100%;
  }

  .footer2_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer2_credit-text {
    margin-top: 1rem;
  }

  .footer2_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer2_left-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .layout89_component {
    grid-template-columns: 1fr;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .layout237_list-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team5_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout14_component, .layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .features_3-col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout254_content-bottom {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout254_right {
    grid-row-gap: 3rem;
  }

  .heading-small-2 {
    font-size: 1.25rem;
  }

  .layout254_left {
    grid-row-gap: 3rem;
  }

  .layout95_component {
    grid-template-columns: 1fr;
  }

  .contact17_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .pricing23_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing23_plans {
    grid-template-columns: 1fr;
  }

  .pricing23_content-top {
    min-height: auto;
  }

  .testimonial17_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial17_content {
    padding: 1.5rem;
  }

  .testimonial17_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial17_component {
    grid-template-columns: 1fr;
  }

  .blog1_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog1_menu-link.last-link {
    margin-right: 2rem;
  }

  .blog1_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog1_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .blogpost2_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blogpost2_content, .blogpost2_content-top {
    margin-bottom: 2rem;
  }

  .blog35_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout41_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .features_4-col {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .pricing23_plan-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image-2 {
    display: block;
  }

  .image-3 {
    display: none;
  }

  .features-list, .features-list-2, .features-table {
    padding: 60px 15px;
  }

  .comparison-title {
    font-size: 1.2rem;
  }

  .comparison-negative, .comparison-positive {
    min-height: 8rem;
  }

  .section_header1 {
    min-height: 70vh;
  }

  .header1_component {
    grid-row-gap: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .special-plan-wrapper {
    flex-direction: column;
  }

  .pricing-plan_content-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .quote-content-wrapper {
    flex-direction: column;
  }

  .quote-left-wrapper {
    width: 100%;
  }

  .quote-right-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 1rem;
    display: flex;
    position: static;
  }

  .quote-img {
    min-height: auto;
    max-height: 20rem;
    margin-top: -14px;
    position: static;
  }

  .layout3_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer2_legal-list-temp {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-auto-flow: row;
  }

  .padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo3_list-2 {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_logo-2 {
    max-height: 5rem;
  }

  .blog-post_share {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .layout1_component-2, .team5_list-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .accordion2_top {
    padding: 1rem 1.25rem;
  }

  .accordion2_icon {
    margin-top: 12px;
  }

  .navbar-2 {
    height: auto;
    min-height: 4rem;
  }

  .section-cta-black {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .pricing23-brief_content-top {
    min-height: auto;
  }

  .quote-right-wrapper-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 1rem;
    display: flex;
    position: static;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .layout192_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .logo1_logo {
    max-height: 5rem;
  }

  .logo1_component {
    padding-top: 1rem;
  }

  .footer2-lp_top-wrapper {
    grid-row-gap: 3rem;
  }

  .social-link-phone {
    display: block;
  }

  .contact5_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-huge-lp {
    font-size: 3.5rem;
  }

  .text-size-large-lp {
    font-size: 2rem;
  }

  .header26_wrapper.padding-vertical.extra-padding-top {
    grid-row-gap: 1.5rem;
  }

  .header26_wrapper.padding-vertical.padding-horizontal.custom-padding.min-height {
    grid-template-columns: 1fr;
  }

  .div-block-4 {
    max-width: 80%;
  }

  .padding-section-medium-2-copy {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .navbar-lp {
    height: auto;
    min-height: 5rem;
  }

  .header9_content-wrapper {
    grid-template-columns: 1fr;
  }

  .header9_component {
    height: auto;
    max-height: none;
  }

  .layout18_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact-modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-modal1_component {
    align-items: flex-start;
  }

  .team2_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team2_image-wrapper {
    height: 100%;
  }

  .div-block-6 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .webinar-logo {
    max-width: 200px;
  }

  .padding-section-large-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

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

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

  .container-large {
    flex-flow: row;
  }

  .container-large.background-color-black {
    min-height: 700px;
    max-height: 700px;
  }

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

  .button.black.extra-padding {
    max-width: 90vw;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.3rem;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .navbar {
    min-height: 5rem;
  }

  .navbar_container {
    align-self: center;
  }

  .logo3_list {
    justify-content: center;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .layout237_item {
    align-items: flex-start;
  }

  .layout237_list {
    grid-template-columns: 1fr;
  }

  .layout237_list.lp {
    grid-template-columns: 1fr;
    max-width: 90vw;
  }

  .layout24_component {
    grid-template-columns: 1fr;
  }

  .button-secondary-white.half-width {
    width: 100%;
  }

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

  .footer2_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer2_left-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .layout89_component, .layout237_list-2 {
    grid-template-columns: 1fr;
  }

  .team5_social {
    justify-content: center;
  }

  .team5_list {
    grid-template-columns: 1fr;
  }

  .team5_item {
    align-items: center;
  }

  .layout14_component {
    grid-template-columns: 1fr;
  }

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

  .layout1_component, .features_3-col, .layout254_content-bottom {
    grid-template-columns: 1fr;
  }

  .section-layout254 {
    max-width: 90vw;
  }

  .layout95_item-list, .layout95_component {
    grid-template-columns: 1fr;
  }

  .contact17_component {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .pricing21_top-row-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .blogpost2_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost2_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blogpost2_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost2_tag-list-wrapper {
    width: 100%;
  }

  .blogpost2_tag-list {
    justify-content: flex-start;
  }

  .blogpost2_share.content-top {
    margin-top: 2rem;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blog35_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .layout41_component, .features_4-col {
    grid-template-columns: 1fr;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .image-2 {
    display: block;
  }

  .heading-8 {
    font-size: 1.2rem;
  }

  .container-3 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .container-4 {
    max-width: none;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    font-size: 1rem;
  }

  .comparison-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .comparison-negative {
    background-position: 0 4px;
    background-size: 20px;
    min-height: 25rem;
    margin-left: 0;
    padding-right: 0;
    font-size: .9rem;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 20px;
    min-height: 25rem;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 0;
    font-size: .9rem;
  }

  .section_header1 {
    min-height: 60vh;
  }

  .header1_component {
    grid-template-columns: 1fr;
  }

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

  .padding-global {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .comparison-logo {
    max-width: 25px;
  }

  .special-plan-wrapper {
    flex-direction: column;
  }

  .quote-wrapper {
    padding: 1rem 1rem 1.4rem;
  }

  .quote-right-wrapper {
    margin-bottom: -1.4rem;
  }

  .quote-img {
    margin-top: 0;
    margin-bottom: 0;
  }

  .layout3_component {
    grid-template-columns: 1fr;
  }

  .logo3_list-2 {
    justify-content: center;
  }

  .blog-post_share {
    width: 100%;
  }

  .header-100vh {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    max-height: 90rem;
  }

  .header-100vh.careers-margin-top-large {
    max-height: 90rem;
    margin-top: 10em;
  }

  .layout1_component-2, .team5_list-2, .grid-2 {
    grid-template-columns: 1fr;
  }

  .accordion2_top {
    flex-direction: row;
    align-items: center;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .accordion2_icon {
    margin-top: 14px;
    margin-left: 1rem;
    margin-right: .5rem;
    display: block;
  }

  .accordion2_bottom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button-3 {
    width: 100%;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .quote-right-wrapper-2 {
    margin-bottom: -1.4rem;
  }

  .container-5 {
    max-width: none;
  }

  .container-6 {
    max-width: 100vw;
  }

  .section_header26 {
    padding-top: 3rem;
  }

  .section_header26.gradient-bg.lpheader {
    padding-top: 5rem;
  }

  .lp1-navbr_logo {
    max-width: 120px;
  }

  .lp1-navbar_menu {
    padding-bottom: 30px;
  }

  .layout192_component {
    grid-template-columns: 1fr;
  }

  .logo1_component {
    justify-content: center;
  }

  .footer2-lp_top-wrapper {
    grid-row-gap: 48px;
  }

  .layout237-lp_item {
    align-items: center;
  }

  .contact5_component {
    grid-template-columns: 1fr;
  }

  .text-size-huge-lp {
    font-size: 2rem;
  }

  .text-size-medium-lp {
    font-size: 1rem;
  }

  .text-size-large-lp {
    font-size: 1.25rem;
  }

  .text-size-large-lp.text-color-white {
    text-align: center;
    font-size: 1.75rem;
  }

  .header26_wrapper.padding-vertical.padding-horizontal.custom-padding.min-height {
    grid-template-columns: 1fr;
  }

  .header26_wrapper.padding-vertical.padding-horizontal.custom-padding.min-height.lp-heading {
    padding-top: 10rem;
  }

  .contact5_image-wrapper {
    flex-direction: column;
  }

  .section_thank-you-header {
    padding-top: 3rem;
  }

  .padding-section-custom-1 {
    padding-top: 6rem;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .navbar-lp {
    min-height: 8rem;
  }

  .navbar-lp.small-min-height, .navbar-lp.webinar {
    min-height: 5rem;
  }

  .navbar_container-lp {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-self: center;
  }

  .div-block-5 {
    min-width: 300px;
    max-width: 90vw;
  }

  .header9_content-wrapper {
    grid-template-columns: 1fr;
  }

  .section_header5-2 {
    padding-top: 57px;
  }

  .padding-section-custom-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .layout18_component {
    grid-template-columns: 1fr;
  }

  .contact-modal1_component {
    display: none;
  }

  .whitepaper-download-button {
    width: 100%;
  }

  .whitepaper-download-button.black.extra-padding {
    max-width: 90vw;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.3rem;
  }

  .team2_list {
    grid-template-columns: 1fr;
  }

  .lp-embedded-form-wrapper-webinar {
    justify-content: center;
    align-items: center;
    max-width: 90vw;
  }

  .webinar-form-grid, .webinar-form-img {
    max-width: 90vw;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .padding-section-large-copy {
    align-self: stretch;
  }

  .padding-section-large-copy.margin-left {
    padding-top: 0;
  }

  .header-50vh {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
  }

  .div-block-7 {
    min-width: 90vw;
    max-width: 90vw;
    margin-top: 10%;
  }
}

#w-node-b1a07bc3-795b-5317-6313-822420a75de7-5c1076b1, #w-node-b1a07bc3-795b-5317-6313-822420a75de9-5c1076b1, #w-node-fbb73d42-3a55-475f-16e1-164528720279-5c1076b1, #w-node-_00a7d1fa-64c0-51bd-9938-a5258a76e6d3-5c1076b1, #w-node-b1a07bc3-795b-5317-6313-822420a75deb-5c1076b1, #w-node-b1a07bc3-795b-5317-6313-822420a75ded-5c1076b1, #w-node-b1a07bc3-795b-5317-6313-822420a75def-5c1076b1, #w-node-b1a07bc3-795b-5317-6313-822420a75df1-5c1076b1, #w-node-b1a07bc3-795b-5317-6313-822420a75df3-5c1076b1, #w-node-_436260c1-d2fb-a029-f352-2ef8b78fee6e-5c1076b1, #w-node-_48f063a2-415f-a7d3-f82e-74c4a78ec780-5c1076b1, #w-node-_80b82dfe-27b6-ee45-f952-bcac39b2b181-5c1076b1, #w-node-_42b87ce9-2be6-d46e-ec04-dd190e81cfeb-5c1076b1, #w-node-_5c8f4d15-4e70-f3bc-f5e3-598c5333730d-5c1076b1, #w-node-fa6c7afb-1fa1-7990-184d-6d6dd9c644f5-5c1076b1, #w-node-fa6c7afb-1fa1-7990-184d-6d6dd9c644f7-5c1076b1, #w-node-eae37c95-fef7-44c0-b13c-c282c924c93c-5c1076b1, #w-node-_1cb41362-100b-d47e-6aab-78e7d71fe653-5c1076b1, #w-node-fa6c7afb-1fa1-7990-184d-6d6dd9c644f9-5c1076b1, #w-node-fa6c7afb-1fa1-7990-184d-6d6dd9c644fb-5c1076b1, #w-node-fa6c7afb-1fa1-7990-184d-6d6dd9c644fd-5c1076b1, #w-node-fa6c7afb-1fa1-7990-184d-6d6dd9c644ff-5c1076b1, #w-node-fa6c7afb-1fa1-7990-184d-6d6dd9c64501-5c1076b1, #w-node-fa6c7afb-1fa1-7990-184d-6d6dd9c64503-5c1076b1, #w-node-fa6c7afb-1fa1-7990-184d-6d6dd9c64505-5c1076b1, #w-node-fa6c7afb-1fa1-7990-184d-6d6dd9c64507-5c1076b1, #w-node-bef4ffbb-0a8d-7712-1ba9-fe700edb6a12-5c1076b1, #w-node-_19e826df-dd24-1637-a149-53e9427b9ca0-5c1076b1 {
  justify-self: center;
}

#w-node-e2ea16d0-301b-9c54-1e5f-91179e9dd03d-5c1076b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb9e0f44-1b3d-1d93-3d18-939e6d9bf21a-5c1076b1 {
  justify-self: stretch;
}

#w-node-_49c0eb41-9037-4b8a-8e25-20d49094e8ea-5c1076b1 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_5aa5be26-de9f-16f6-de1d-a05f338d18ea-5c1076b1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_49c0eb41-9037-4b8a-8e25-20d49094e8ef-5c1076b1, #w-node-_49c0eb41-9037-4b8a-8e25-20d49094e8ed-5c1076b1, #w-node-_49c0eb41-9037-4b8a-8e25-20d49094e8f4-5c1076b1, #w-node-_49c0eb41-9037-4b8a-8e25-20d49094e8f2-5c1076b1, #w-node-_49c0eb41-9037-4b8a-8e25-20d49094e8f9-5c1076b1, #w-node-_49c0eb41-9037-4b8a-8e25-20d49094e8f7-5c1076b1, #w-node-_49c0eb41-9037-4b8a-8e25-20d49094e8fe-5c1076b1, #w-node-_49c0eb41-9037-4b8a-8e25-20d49094e8fc-5c1076b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e141873-3f32-b15b-d495-996940ff5168-40ff5161 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1c44be09-4902-1f0f-2ebe-6ad1b3925bb9-40ff5161 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9e141873-3f32-b15b-d495-996940ff5172-40ff5161 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9e141873-3f32-b15b-d495-996940ff517e-40ff5161 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_9e141873-3f32-b15b-d495-996940ff518f-40ff5161 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2cf9a144-b992-d04c-a817-271009393a43-093939dd, #w-node-_280521fe-3e7c-49cc-aa2e-b57f24972408-093939dd, #w-node-_2cf9a144-b992-d04c-a817-271009393a48-093939dd, #w-node-_2cf9a144-b992-d04c-a817-271009393a52-093939dd, #w-node-_8b51ef03-becd-65a2-412e-7228185a81e7-093939dd, #w-node-_343b7d03-190b-d159-8be3-b9690d44db4c-093939dd, #w-node-_2cf9a144-b992-d04c-a817-271009393a5f-093939dd, #w-node-_2cf9a144-b992-d04c-a817-271009393a64-093939dd, #w-node-_506567e5-ea83-0626-eec2-f7a8d15b1304-093939dd, #w-node-_2cf9a144-b992-d04c-a817-271009393a4d-093939dd, #w-node-_2cf9a144-b992-d04c-a817-271009393a69-093939dd, #w-node-_2cf9a144-b992-d04c-a817-271009393a85-093939dd, #w-node-_2cf9a144-b992-d04c-a817-271009393a8a-093939dd, #w-node-_2cf9a144-b992-d04c-a817-271009393a8f-093939dd, #w-node-afd1f871-d490-aa60-94ed-6c766fd222e8-093939dd, #w-node-_60806ba7-7a08-6d9f-4b9c-a80c87558d68-093939dd, #w-node-_3cc56bd3-bea2-8dc4-7338-f0a385b4c9e5-093939dd, #w-node-_5d1eb502-c110-bfcd-610d-4d61b471dce8-093939dd, #w-node-_826e9d88-11ee-41b1-26f5-480e323b23d1-093939dd, #w-node-_9d9482b2-a4d2-5bb3-dac5-19e190187e29-093939dd, #w-node-_2cf9a144-b992-d04c-a817-271009393a94-093939dd, #w-node-_2cf9a144-b992-d04c-a817-271009393a99-093939dd, #w-node-_2cf9a144-b992-d04c-a817-271009393a9e-093939dd {
  align-self: start;
}

#w-node-_8fbc7f39-60d6-e55d-998c-028f33be02d6-911076ff {
  justify-self: stretch;
}

#w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad646-29107718, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad648-29107718, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad64a-29107718, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad64c-29107718, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad64e-29107718, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad650-29107718, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad652-29107718, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad654-29107718, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad657-29107718, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad659-29107718, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad65b-29107718, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad65d-29107718, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad65f-29107718, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad661-29107718, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad663-29107718, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad665-29107718 {
  justify-self: center;
}

#w-node-d6d7a3f0-8001-937a-cbf4-ef436637dce0-b7107719 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
}

#w-node-_5dada634-2966-ee60-a4ed-e360bcac1f75-b7107719 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_9f577629-2249-e0e5-0508-b33e804ccd1c-d9107744, #w-node-_9f577629-2249-e0e5-0508-b33e804ccd21-d9107744, #w-node-_9f577629-2249-e0e5-0508-b33e804ccd26-d9107744, #w-node-_9f577629-2249-e0e5-0508-b33e804ccd2b-d9107744, #w-node-_9f577629-2249-e0e5-0508-b33e804ccd30-d9107744, #w-node-_9f577629-2249-e0e5-0508-b33e804ccd35-d9107744, #w-node-_9f577629-2249-e0e5-0508-b33e804ccd3a-d9107744 {
  align-self: start;
}

#w-node-b215ffd2-b33c-021f-93e1-932557734e72-d9107744 {
  justify-self: center;
}

#w-node-b2dfdd0c-c7b9-07fe-2ecd-7e8afd69bbf7-d9107744, #w-node-b2dfdd0c-c7b9-07fe-2ecd-7e8afd69bbfc-d9107744, #w-node-b2dfdd0c-c7b9-07fe-2ecd-7e8afd69bc01-d9107744 {
  align-self: start;
}

#w-node-a82e69cf-a36e-d2e7-0b76-8f4eafa05981-d9107744, #w-node-_76205efa-b96e-67c6-4df1-d494755c4fe3-d9107744 {
  justify-self: center;
}

#w-node-e3b890ec-3fea-8b91-9b51-22769a925d2e-d9107744, #w-node-e3b890ec-3fea-8b91-9b51-22769a925d34-d9107744, #w-node-e3b890ec-3fea-8b91-9b51-22769a925d3a-d9107744, #w-node-_3c1de164-9c08-a4d2-50fe-50645bba47c7-d9107744, #w-node-f370a9f0-b1cb-3d3e-d496-6cf6aacff1a1-d9107744, #w-node-f370a9f0-b1cb-3d3e-d496-6cf6aacff1a7-d9107744 {
  align-self: start;
}

#w-node-f370a9f0-b1cb-3d3e-d496-6cf6aacff1b5-d9107744 {
  justify-self: center;
}

#w-node-fb0f6a28-2ab6-f494-0018-9e801db2ed3e-cf107748, #w-node-_61ddf28f-aae8-01d4-d48f-d1aef39cb6da-cf107748, #w-node-_07148424-e306-2d1d-b15d-9741978ca2d8-cf107748, #w-node-a4621fda-9fc2-d68c-65a1-e2f59b5093c8-cf107748, #w-node-fddc20f3-21d4-e111-edcc-0a4fced402df-cf107748, #w-node-_2a07a0ac-150a-abd7-409c-985f21b7fd98-21b7fd97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad646-3010774b, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad648-3010774b, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad64a-3010774b, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad64c-3010774b, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad64e-3010774b, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad650-3010774b, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad652-3010774b, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad654-3010774b, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad657-3010774b, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad659-3010774b, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad65b-3010774b, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad65d-3010774b, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad65f-3010774b, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad661-3010774b, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad663-3010774b, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad665-3010774b {
  justify-self: center;
}

#w-node-e11082d5-5956-adc6-00ce-d8c7eee33acd-3010774b, #w-node-_0716e0fd-e3a3-266f-3e19-5026523fafdd-3010774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad646-8610774c, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad648-8610774c, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad64a-8610774c, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad64c-8610774c, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad64e-8610774c, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad650-8610774c, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad652-8610774c, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad654-8610774c, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad657-8610774c, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad659-8610774c, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad65b-8610774c, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad65d-8610774c, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad65f-8610774c, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad661-8610774c, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad663-8610774c, #w-node-_50061ad3-68d9-bbe8-37f3-7cf0434ad665-8610774c {
  justify-self: center;
}

#w-node-_702ae6a3-5137-1f0f-1391-67150f7eface-4710774f {
  align-self: start;
}

#w-node-f5de2afd-2d98-8fac-6b13-e1d5dc2c58e2-4710774f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a13c849-3809-4a6c-2c79-aab325cef0e3-4710774f, #w-node-_3a13c849-3809-4a6c-2c79-aab325cef0e8-4710774f, #w-node-_3a13c849-3809-4a6c-2c79-aab325cef0ed-4710774f, #w-node-_3a13c849-3809-4a6c-2c79-aab325cef0f2-4710774f, #w-node-_3a13c849-3809-4a6c-2c79-aab325cef0f7-4710774f {
  align-self: start;
}

#w-node-fb0f6a28-2ab6-f494-0018-9e801db2ed3e-4710774f, #w-node-_47700702-e596-bd00-25d3-c2ab4bab255a-d1107752 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96d9d47d-5e70-4da4-c8a4-3083aad5c0c4-f7107753, #w-node-_96d9d47d-5e70-4da4-c8a4-3083aad5c0c9-f7107753, #w-node-d5da0634-a505-5854-cea4-58431565f242-f7107753, #w-node-_96d9d47d-5e70-4da4-c8a4-3083aad5c0ce-f7107753, #w-node-_96d9d47d-5e70-4da4-c8a4-3083aad5c0d3-f7107753, #w-node-_96d9d47d-5e70-4da4-c8a4-3083aad5c0d8-f7107753, #w-node-_4f1f5b32-058c-cbcc-8d6b-7b76c620d196-f7107753, #w-node-_96d9d47d-5e70-4da4-c8a4-3083aad5c0f5-f7107753, #w-node-_96d9d47d-5e70-4da4-c8a4-3083aad5c0fa-f7107753, #w-node-_96d9d47d-5e70-4da4-c8a4-3083aad5c0ff-f7107753, #w-node-_96d9d47d-5e70-4da4-c8a4-3083aad5c104-f7107753, #w-node-_96d9d47d-5e70-4da4-c8a4-3083aad5c109-f7107753, #w-node-_96d9d47d-5e70-4da4-c8a4-3083aad5c10e-f7107753, #w-node-_96d9d47d-5e70-4da4-c8a4-3083aad5c113-f7107753, #w-node-_925d244f-d8e6-e5ad-bfff-ccb57519693c-f7107753, #w-node-_96d9d47d-5e70-4da4-c8a4-3083aad5c12b-f7107753, #w-node-_96d9d47d-5e70-4da4-c8a4-3083aad5c130-f7107753, #w-node-_96d9d47d-5e70-4da4-c8a4-3083aad5c135-f7107753, #w-node-_96d9d47d-5e70-4da4-c8a4-3083aad5c13a-f7107753, #w-node-f8f1b95f-dcf5-0ffb-ca85-fbdb9209e020-f7107753, #w-node-dc0db992-a62e-af11-f868-23aaf29dc44c-f7107753, #w-node-dc0db992-a62e-af11-f868-23aaf29dc451-f7107753, #w-node-dc0db992-a62e-af11-f868-23aaf29dc456-f7107753, #w-node-_035ed03e-197b-6f7d-dc96-ab290dde288a-f7107753, #w-node-dc0db992-a62e-af11-f868-23aaf29dc45b-f7107753, #w-node-dc0db992-a62e-af11-f868-23aaf29dc460-f7107753, #w-node-dc0db992-a62e-af11-f868-23aaf29dc465-f7107753, #w-node-dc0db992-a62e-af11-f868-23aaf29dc47d-f7107753, #w-node-dc0db992-a62e-af11-f868-23aaf29dc482-f7107753, #w-node-dc0db992-a62e-af11-f868-23aaf29dc487-f7107753, #w-node-dc0db992-a62e-af11-f868-23aaf29dc48c-f7107753, #w-node-dc0db992-a62e-af11-f868-23aaf29dc491-f7107753, #w-node-dc0db992-a62e-af11-f868-23aaf29dc496-f7107753, #w-node-dc0db992-a62e-af11-f868-23aaf29dc49b-f7107753, #w-node-_24817bdd-ac1b-1000-38f0-582b3acdb5f0-f7107753, #w-node-dc0db992-a62e-af11-f868-23aaf29dc4b3-f7107753, #w-node-dc0db992-a62e-af11-f868-23aaf29dc4b8-f7107753, #w-node-dc0db992-a62e-af11-f868-23aaf29dc4bd-f7107753, #w-node-dc0db992-a62e-af11-f868-23aaf29dc4c2-f7107753, #w-node-e68ca70e-ed7b-3d9f-81ab-06d2a0722197-f7107753, #w-node-_50ecead4-9e70-32b3-73e7-b8fa6a503c29-f7107753, #w-node-_50ecead4-9e70-32b3-73e7-b8fa6a503c33-f7107753, #w-node-_50ecead4-9e70-32b3-73e7-b8fa6a503c38-f7107753, #w-node-_2b3de439-a448-f538-8fea-fe29967d0be0-f7107753, #w-node-_50ecead4-9e70-32b3-73e7-b8fa6a503c42-f7107753 {
  align-self: start;
}

#w-node-_417506c1-da7b-66d7-2697-35f77842cd32-f7107753 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_417506c1-da7b-66d7-2697-35f77842cd43-f7107753 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0410c2ce-1127-b2a9-125b-363006c258ac-2a107758, #w-node-_0410c2ce-1127-b2a9-125b-363006c258ae-2a107758, #w-node-_0410c2ce-1127-b2a9-125b-363006c258b0-2a107758, #w-node-_0410c2ce-1127-b2a9-125b-363006c258b2-2a107758, #w-node-_0410c2ce-1127-b2a9-125b-363006c258b4-2a107758, #w-node-_0410c2ce-1127-b2a9-125b-363006c258b6-2a107758, #w-node-_0410c2ce-1127-b2a9-125b-363006c258b8-2a107758, #w-node-_0410c2ce-1127-b2a9-125b-363006c258bb-2a107758, #w-node-_0410c2ce-1127-b2a9-125b-363006c258bd-2a107758, #w-node-_0410c2ce-1127-b2a9-125b-363006c258bf-2a107758, #w-node-_0410c2ce-1127-b2a9-125b-363006c258c1-2a107758, #w-node-_0410c2ce-1127-b2a9-125b-363006c258c3-2a107758, #w-node-_0410c2ce-1127-b2a9-125b-363006c258c5-2a107758, #w-node-_0410c2ce-1127-b2a9-125b-363006c258c7-2a107758 {
  justify-self: center;
}

#w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66153-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66158-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b6615d-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66162-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66167-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b6616c-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66171-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66176-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66192-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66197-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b6619c-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b661a1-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b661a6-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b661ae-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b661b3-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b661b8-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b661bd-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b661d9-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b661de-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b661e3-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b661e8-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b661ed-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b661f2-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b6620e-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66213-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66218-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b6621d-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66222-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66227-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b6622c-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66231-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b6624f-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66254-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66259-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b6625e-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66263-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b6626b-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66270-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66275-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b6627a-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b66299-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b6629e-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b662a3-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b662a8-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b662ad-2a107758, #w-node-f4fc8c59-1cc4-d502-0ae0-b93958b662b2-2a107758 {
  align-self: start;
}

#w-node-_2e415d82-e269-7560-07c4-6a3ce6c0965c-2a107758 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2e415d82-e269-7560-07c4-6a3ce6c0966d-2a107758 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6b09319e-9796-33d1-3302-1073fc86a121-3e107759, #w-node-_6b09319e-9796-33d1-3302-1073fc86a123-3e107759, #w-node-_6b09319e-9796-33d1-3302-1073fc86a125-3e107759, #w-node-_6b09319e-9796-33d1-3302-1073fc86a127-3e107759, #w-node-_6b09319e-9796-33d1-3302-1073fc86a129-3e107759, #w-node-_6b09319e-9796-33d1-3302-1073fc86a12b-3e107759, #w-node-_6b09319e-9796-33d1-3302-1073fc86a12d-3e107759, #w-node-_6b09319e-9796-33d1-3302-1073fc86a130-3e107759, #w-node-_6b09319e-9796-33d1-3302-1073fc86a132-3e107759, #w-node-_6b09319e-9796-33d1-3302-1073fc86a134-3e107759, #w-node-_6b09319e-9796-33d1-3302-1073fc86a136-3e107759, #w-node-_6b09319e-9796-33d1-3302-1073fc86a138-3e107759, #w-node-_6b09319e-9796-33d1-3302-1073fc86a13a-3e107759, #w-node-_6b09319e-9796-33d1-3302-1073fc86a13c-3e107759 {
  justify-self: center;
}

#w-node-_50584e5b-5681-d9b0-cebc-588e4ddecf91-3e107759, #w-node-_50584e5b-5681-d9b0-cebc-588e4ddecf96-3e107759, #w-node-_50584e5b-5681-d9b0-cebc-588e4ddecf9b-3e107759, #w-node-_50584e5b-5681-d9b0-cebc-588e4ddecfa0-3e107759, #w-node-_50584e5b-5681-d9b0-cebc-588e4ddecfa5-3e107759 {
  align-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9313f-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93141-5910775a {
  justify-self: center;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9315f-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93160-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93164-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93165-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93169-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316a-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316e-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316f-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93173-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93174-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93178-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93179-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93180-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93181-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93185-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93186-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318a-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318b-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318f-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93190-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93194-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93195-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93199-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9319a-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a1-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a2-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a6-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a7-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ab-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ac-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b0-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b1-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ba-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931bb-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c4-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c5-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d4-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d5-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d9-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931da-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931de-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931df-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e3-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e4-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e8-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e9-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f0-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f1-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f5-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f6-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fa-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fb-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ff-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93200-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93204-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93205-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93209-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9320a-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93211-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93212-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93216-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93217-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321b-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321c-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93220-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93221-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93225-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93226-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322d-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322e-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93232-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93233-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93237-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93238-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323c-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323d-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93241-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93242-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93246-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93247-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324e-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324f-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93253-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93254-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93258-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93259-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325d-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325e-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93262-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93263-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93267-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93268-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326c-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326d-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93271-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93272-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93276-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93277-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327e-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327f-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93283-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93284-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93288-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93289-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93290-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93291-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932d5-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f2-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f7-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f8-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fc-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fd-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9330d-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93319-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93323-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93324-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93327-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93328-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332b-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332c-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332f-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93330-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93333-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93334-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93337-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93338-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333b-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333c-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93346-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93347-5910775a {
  justify-self: start;
}

#w-node-_1bfecdfa-cf23-d065-290b-2142ac7792f5-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334b-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334c-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334d-5910775a {
  justify-self: start;
}

#w-node-_090a24d3-14a5-dfa2-fa04-d4a813666889-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93353-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93354-5910775a {
  justify-self: start;
}

#w-node-edb34d17-99cc-692f-0430-12adb3f5bcf1-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93358-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93359-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9335a-5910775a {
  justify-self: start;
}

#w-node-abefda6a-e9c5-21af-36b5-0ac7a543e5f9-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93360-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93361-5910775a {
  justify-self: start;
}

#w-node-be0b581d-0d4f-6a5c-e56f-c71f2b87dae5-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93365-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93366-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93367-5910775a {
  justify-self: start;
}

#w-node-_5f2284be-d63b-a2ed-4224-841634bd2cda-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336d-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336e-5910775a {
  justify-self: start;
}

#w-node-_53f59b45-9eeb-d810-f61d-0b7531040bb4-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93372-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93377-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93378-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93379-5910775a {
  justify-self: start;
}

#w-node-_142b856c-06a3-e4dd-2692-9efc37b12276-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9337f-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93380-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93381-5910775a {
  justify-self: start;
}

#w-node-_95d37fb2-d622-83b6-f731-4b18a22a7cb8-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93389-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338a-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338b-5910775a {
  justify-self: start;
}

#w-node-_46e3cf61-264e-9a1d-cad2-b40d089568e3-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93391-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93392-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93393-5910775a {
  justify-self: start;
}

#w-node-_920b5748-cb2c-4ec9-7808-1e23fedc9e74-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339b-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339c-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339d-5910775a {
  justify-self: start;
}

#w-node-e422508c-6977-80a1-fda1-ce3c73c6fd3a-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a3-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a4-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a5-5910775a {
  justify-self: start;
}

#w-node-_737c0550-399b-3c73-23ed-09d6878d2bfd-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ad-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ae-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933af-5910775a {
  justify-self: start;
}

#w-node-_4a51ac62-a1f9-d133-d82b-d1c317772463-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933b9-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ba-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bb-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bf-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c0-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c8-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c9-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ca-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d0-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d9-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933da-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933df-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e8-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e9-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f0-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f9-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933fa-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ff-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93408-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93409-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93410-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93411-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93419-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341a-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341f-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342d-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342e-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342f-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93430-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93432-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93435-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93439-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343a-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343b-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343c-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343e-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93447-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93448-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93449-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344a-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344c-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93455-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93456-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93457-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93458-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345a-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345d-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93464-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93465-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93466-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93467-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93469-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346c-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346d-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93473-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93474-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93475-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93476-5910775a, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93478-5910775a {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba934de-5910775a, #w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cb-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cc-5910775a {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d0-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d1-5910775a {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d5-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d6-5910775a {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725da-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725db-5910775a {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725df-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e0-5910775a {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e7-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e8-5910775a {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ec-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ed-5910775a {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f1-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f2-5910775a {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f6-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f7-5910775a {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fb-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fc-5910775a {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472600-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472601-5910775a {
  justify-self: start;
}

#w-node-_2a6740b2-9b61-38ae-6a6e-ace4c9df7f63-5910775a, #w-node-_2669e740-54bd-f4e3-4f8d-3d94df62d50d-5910775a, #w-node-_17e5434e-e737-a59f-05c4-a327fe5e482a-5910775a, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472616-5910775a, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472617-5910775a, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261a-5910775a, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261b-5910775a, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261e-5910775a, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261f-5910775a, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472622-5910775a, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472623-5910775a, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472626-5910775a, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472627-5910775a, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262a-5910775a, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262b-5910775a, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262e-5910775a, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262f-5910775a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9d625d8-220b-435c-19fb-7dd67143310a-ba7e231e {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_75a76c39-323e-0669-6fcb-8e528163cfdf-ba7e231e {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_75a76c39-323e-0669-6fcb-8e528163d009-ba7e231e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7a9bcd5f-6366-a2ce-da7d-4896aaed316e-ba7e231e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a75d6c94-d93b-ec13-f506-1e4908989cf4-ba7e231e, #w-node-be330956-58cc-9f71-4850-60cdf7f377aa-52be0c13 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a9d625d8-220b-435c-19fb-7dd67143310a-374291e3 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center;
}

#w-node-ab7f5bb4-322c-7b94-c460-7a88acbcc4bf-374291e3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_75a76c39-323e-0669-6fcb-8e528163cfdf-374291e3 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_75a76c39-323e-0669-6fcb-8e528163d007-374291e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_75a76c39-323e-0669-6fcb-8e528163d009-374291e3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b164177e-3d65-bb2e-c7c7-2f29771e9439-374291e3 {
  justify-self: center;
}

#w-node-b164177e-3d65-bb2e-c7c7-2f29771e943b-374291e3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7a9bcd5f-6366-a2ce-da7d-4896aaed316e-374291e3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_59522f26-3e0f-27b5-1109-9ff85f8862be-374291e3 {
  align-self: center;
}

#w-node-a75d6c94-d93b-ec13-f506-1e4908989cf4-374291e3 {
  grid-area: 1 / 1 / 2 / 2;
}

#form.w-node-_95fba9a8-927d-3351-1e7a-2dac10ca01cd-374291e3 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_95fba9a8-927d-3351-1e7a-2dac10ca01d2-374291e3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_95fba9a8-927d-3351-1e7a-2dac10ca01d4-374291e3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_95fba9a8-927d-3351-1e7a-2dac10ca01df-374291e3 {
  justify-self: center;
}

#w-node-_95fba9a8-927d-3351-1e7a-2dac10ca01ee-374291e3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_95fba9a8-927d-3351-1e7a-2dac10ca0225-374291e3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_95fba9a8-927d-3351-1e7a-2dac10ca0265-374291e3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_45e017e1-90f9-d3bc-0dc0-d4060323f5c1-c60fa1ed {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_45e017e1-90f9-d3bc-0dc0-d4060323f5c2-c60fa1ed {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_45e017e1-90f9-d3bc-0dc0-d4060323f5c3-c60fa1ed {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_45e017e1-90f9-d3bc-0dc0-d4060323f5c6-c60fa1ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_45e017e1-90f9-d3bc-0dc0-d4060323f5c8-c60fa1ed {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_45e017e1-90f9-d3bc-0dc0-d4060323f60d-c60fa1ed {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_45e017e1-90f9-d3bc-0dc0-d4060323f629-c60fa1ed {
  align-self: center;
}

#w-node-_45e017e1-90f9-d3bc-0dc0-d4060323f64e-c60fa1ed {
  grid-area: 1 / 1 / 2 / 2;
}

#form.w-node-ce28171b-1121-0640-77b4-5796364c5d07-c60fa1ed {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ce28171b-1121-0640-77b4-5796364c5d0c-c60fa1ed {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ce28171b-1121-0640-77b4-5796364c5d0e-c60fa1ed {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ce28171b-1121-0640-77b4-5796364c5d19-c60fa1ed {
  justify-self: center;
}

#w-node-ce28171b-1121-0640-77b4-5796364c5d28-c60fa1ed {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ce28171b-1121-0640-77b4-5796364c5d5f-c60fa1ed {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ce28171b-1121-0640-77b4-5796364c5d9f-c60fa1ed, #w-node-_75a76c39-323e-0669-6fcb-8e528163cfdf-720de6eb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_75a76c39-323e-0669-6fcb-8e528163cfe0-720de6eb {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_75a76c39-323e-0669-6fcb-8e528163d009-720de6eb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bc749321-4bf9-4ad2-062e-e29c265abe5b-720de6eb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a75d6c94-d93b-ec13-f506-1e4908989cf4-720de6eb {
  grid-area: 1 / 1 / 2 / 2;
}

#form.w-node-_96fda652-f6a6-6e6b-f667-9f7923e752a5-1900aa2a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_96fda652-f6a6-6e6b-f667-9f7923e752ad-1900aa2a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_96fda652-f6a6-6e6b-f667-9f7923e752af-1900aa2a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_78781679-3726-f8a7-13af-7c814d39a117-1900aa2a {
  justify-self: center;
}

#w-node-_78781679-3726-f8a7-13af-7c814d39a126-1900aa2a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_78781679-3726-f8a7-13af-7c814d39a15d-1900aa2a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_78781679-3726-f8a7-13af-7c814d39a1a0-1900aa2a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_78781679-3726-f8a7-13af-7c814d39a0df-16ffa035 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78781679-3726-f8a7-13af-7c814d39a0e7-16ffa035 {
  grid-area: 2 / 2 / 4 / 2;
  place-self: center;
}

#w-node-_78781679-3726-f8a7-13af-7c814d39a0e8-16ffa035 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_78781679-3726-f8a7-13af-7c814d39a0e9-16ffa035 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_78781679-3726-f8a7-13af-7c814d39a103-16ffa035 {
  justify-self: start;
}

#w-node-_78781679-3726-f8a7-13af-7c814d39a10c-16ffa035 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_78781679-3726-f8a7-13af-7c814d39a117-16ffa035 {
  justify-self: center;
}

#w-node-_78781679-3726-f8a7-13af-7c814d39a126-16ffa035 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_78781679-3726-f8a7-13af-7c814d39a15d-16ffa035 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_78781679-3726-f8a7-13af-7c814d39a1a0-16ffa035, #w-node-be330956-58cc-9f71-4850-60cdf7f377aa-86247e8c, #w-node-be330956-58cc-9f71-4850-60cdf7f377aa-eb81fa1f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_94ae2fda-9199-2435-a431-7dc58457b6fc-730fff60 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_94ae2fda-9199-2435-a431-7dc58457b6fe-730fff60 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_94ae2fda-9199-2435-a431-7dc58457b703-730fff60 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_94ae2fda-9199-2435-a431-7dc58457b738-730fff60 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_94ae2fda-9199-2435-a431-7dc58457b77b-730fff60 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-be2c684c-d94c-7dfa-96bd-ea389fe8c78a-3dd566d5 {
  justify-self: center;
}

#w-node-_1f8c21bb-4295-3480-eca0-e9b64b617eb8-3dd566d5, #w-node-_1f8c21bb-4295-3480-eca0-e9b64b617ebe-3dd566d5, #w-node-_1f8c21bb-4295-3480-eca0-e9b64b617ec4-3dd566d5 {
  align-self: start;
}

#w-node-_942d62d5-43c5-ea30-b293-35893e1ba96c-3dd566d5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-be2c684c-d94c-7dfa-96bd-ea389fe8c78a-87f14c17 {
  justify-self: center;
}

#w-node-_1f8c21bb-4295-3480-eca0-e9b64b617eb8-87f14c17, #w-node-_1f8c21bb-4295-3480-eca0-e9b64b617ebe-87f14c17 {
  align-self: start;
}

#w-node-_942d62d5-43c5-ea30-b293-35893e1ba96c-87f14c17, #w-node-be330956-58cc-9f71-4850-60cdf7f377aa-8b69cab3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-be2c684c-d94c-7dfa-96bd-ea389fe8c78a-efc2e464 {
  justify-self: center;
}

#w-node-_942d62d5-43c5-ea30-b293-35893e1ba96c-efc2e464 {
  grid-area: 1 / 1 / 2 / 2;
}

#form-section-desktop.w-node-ee919a5d-7cb4-938b-0a72-77c0683bc684-991319a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_401a164e-34fb-1203-e66f-7a42b80216eb-991319a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4e02cf08-51f1-cea3-894e-2d6cd3d03e6f-991319a2, #w-node-be330956-58cc-9f71-4850-60cdf7f377aa-b9e3ea44 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-be2c684c-d94c-7dfa-96bd-ea389fe8c78a-abe44959 {
  justify-self: center;
}

#w-node-_942d62d5-43c5-ea30-b293-35893e1ba96c-abe44959 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b164177e-3d65-bb2e-c7c7-2f29771e9439-7055550c {
  justify-self: center;
}

#w-node-a9d625d8-220b-435c-19fb-7dd67143310a-7055550c {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center;
}

#w-node-ab7f5bb4-322c-7b94-c460-7a88acbcc4bf-7055550c, #w-node-b164177e-3d65-bb2e-c7c7-2f29771e943b-7055550c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7a9bcd5f-6366-a2ce-da7d-4896aaed316e-7055550c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_31d94ade-a1ea-1e20-3985-8884cfe571d1-7055550c, #w-node-_31d94ade-a1ea-1e20-3985-8884cfe571d6-7055550c, #w-node-_31d94ade-a1ea-1e20-3985-8884cfe571db-7055550c, #w-node-_31d94ade-a1ea-1e20-3985-8884cfe571e0-7055550c, #w-node-_31d94ade-a1ea-1e20-3985-8884cfe571e8-7055550c, #w-node-_31d94ade-a1ea-1e20-3985-8884cfe571ed-7055550c, #w-node-_31d94ade-a1ea-1e20-3985-8884cfe571f2-7055550c, #w-node-_31d94ade-a1ea-1e20-3985-8884cfe571f7-7055550c, #w-node-_31d94ade-a1ea-1e20-3985-8884cfe571fc-7055550c, #w-node-_31d94ade-a1ea-1e20-3985-8884cfe57201-7055550c, #w-node-_31d94ade-a1ea-1e20-3985-8884cfe57206-7055550c, #w-node-_31d94ade-a1ea-1e20-3985-8884cfe57222-7055550c, #w-node-_31d94ade-a1ea-1e20-3985-8884cfe57227-7055550c, #w-node-_31d94ade-a1ea-1e20-3985-8884cfe5722c-7055550c {
  align-self: start;
}

#w-node-_6b09319e-9796-33d1-3302-1073fc86a121-0740766c, #w-node-_6b09319e-9796-33d1-3302-1073fc86a123-0740766c, #w-node-_6b09319e-9796-33d1-3302-1073fc86a125-0740766c, #w-node-_6b09319e-9796-33d1-3302-1073fc86a127-0740766c, #w-node-_6b09319e-9796-33d1-3302-1073fc86a129-0740766c, #w-node-_6b09319e-9796-33d1-3302-1073fc86a12b-0740766c, #w-node-_6b09319e-9796-33d1-3302-1073fc86a12d-0740766c, #w-node-_6b09319e-9796-33d1-3302-1073fc86a130-0740766c, #w-node-_6b09319e-9796-33d1-3302-1073fc86a132-0740766c, #w-node-_6b09319e-9796-33d1-3302-1073fc86a134-0740766c, #w-node-_6b09319e-9796-33d1-3302-1073fc86a136-0740766c, #w-node-_6b09319e-9796-33d1-3302-1073fc86a138-0740766c, #w-node-_6b09319e-9796-33d1-3302-1073fc86a13a-0740766c, #w-node-_6b09319e-9796-33d1-3302-1073fc86a13c-0740766c {
  justify-self: center;
}

#w-node-_50584e5b-5681-d9b0-cebc-588e4ddecf91-0740766c, #w-node-_50584e5b-5681-d9b0-cebc-588e4ddecf96-0740766c, #w-node-_50584e5b-5681-d9b0-cebc-588e4ddecf9b-0740766c, #w-node-_50584e5b-5681-d9b0-cebc-588e4ddecfa0-0740766c, #w-node-_50584e5b-5681-d9b0-cebc-588e4ddecfa5-0740766c {
  align-self: start;
}

#form-section-desktop.w-node-ee919a5d-7cb4-938b-0a72-77c0683bc684-97dfcff4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_401a164e-34fb-1203-e66f-7a42b80216eb-97dfcff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4e02cf08-51f1-cea3-894e-2d6cd3d03e6f-97dfcff4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_47700702-e596-bd00-25d3-c2ab4bab255a-ee9cdf3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#form-section-desktop.w-node-ee919a5d-7cb4-938b-0a72-77c0683bc684-4e854e46 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-fb9e0f44-1b3d-1d93-3d18-939e6d9bf21a-5c1076b1 {
    order: 9999;
  }

  #w-node-d6d7a3f0-8001-937a-cbf4-ef436637dce0-b7107719 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-a9d625d8-220b-435c-19fb-7dd67143310a-ba7e231e {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_75a76c39-323e-0669-6fcb-8e528163cfdf-ba7e231e {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-a9d625d8-220b-435c-19fb-7dd67143310a-374291e3 {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_75a76c39-323e-0669-6fcb-8e528163cfdf-374291e3 {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_95fba9a8-927d-3351-1e7a-2dac10ca01d2-374291e3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_45e017e1-90f9-d3bc-0dc0-d4060323f5c1-c60fa1ed {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_45e017e1-90f9-d3bc-0dc0-d4060323f5c3-c60fa1ed {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-ce28171b-1121-0640-77b4-5796364c5d0c-c60fa1ed {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_75a76c39-323e-0669-6fcb-8e528163cfdf-720de6eb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_75a76c39-323e-0669-6fcb-8e528163cfe0-720de6eb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_78781679-3726-f8a7-13af-7c814d39a0e7-16ffa035 {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_78781679-3726-f8a7-13af-7c814d39a0e9-16ffa035 {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_94ae2fda-9199-2435-a431-7dc58457b6fc-730fff60 {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_94ae2fda-9199-2435-a431-7dc58457b6fe-730fff60 {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-a9d625d8-220b-435c-19fb-7dd67143310a-7055550c {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9e141873-3f32-b15b-d495-996940ff51ae-40ff5161 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_417506c1-da7b-66d7-2697-35f77842cd8f-f7107753 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_85cac3c8-54f8-218e-4e0b-c174651f837f-9e107757 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_85cac3c8-54f8-218e-4e0b-c174651f8383-9e107757 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_34e60ab6-e8f3-f4b0-83f4-39b256f1c67f-9e107757 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_34e60ab6-e8f3-f4b0-83f4-39b256f1c683-9e107757 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c3d3f432-51b0-1e9c-4dbf-dcdefaeb1214-9e107757 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c3d3f432-51b0-1e9c-4dbf-dcdefaeb1218-9e107757 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2e415d82-e269-7560-07c4-6a3ce6c096b9-2a107758 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_8c99f9dd-68d9-d1bf-f874-41d502219e15-ba7e231e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7a9bcd5f-6366-a2ce-da7d-4896aaed316e-ba7e231e {
    grid-column: span 2 / span 2;
  }

  #w-node-a75d6c94-d93b-ec13-f506-1e4908989d14-ba7e231e, #w-node-be330956-58cc-9f71-4850-60cdf7f377b2-52be0c13 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b164177e-3d65-bb2e-c7c7-2f29771e943b-374291e3 {
    order: -9999;
  }

  #w-node-_8c99f9dd-68d9-d1bf-f874-41d502219e15-374291e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7a9bcd5f-6366-a2ce-da7d-4896aaed316e-374291e3 {
    grid-column: span 2 / span 2;
  }

  #w-node-a75d6c94-d93b-ec13-f506-1e4908989d14-374291e3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_95fba9a8-927d-3351-1e7a-2dac10ca01d2-374291e3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_95fba9a8-927d-3351-1e7a-2dac10ca01ee-374291e3 {
    order: -9999;
  }

  #w-node-_95fba9a8-927d-3351-1e7a-2dac10ca021b-374291e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_95fba9a8-927d-3351-1e7a-2dac10ca0225-374291e3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_95fba9a8-927d-3351-1e7a-2dac10ca026d-374291e3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_45e017e1-90f9-d3bc-0dc0-d4060323f603-c60fa1ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45e017e1-90f9-d3bc-0dc0-d4060323f60d-c60fa1ed {
    grid-column: span 2 / span 2;
  }

  #w-node-_45e017e1-90f9-d3bc-0dc0-d4060323f656-c60fa1ed {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ce28171b-1121-0640-77b4-5796364c5d0c-c60fa1ed {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ce28171b-1121-0640-77b4-5796364c5d28-c60fa1ed {
    order: -9999;
  }

  #w-node-ce28171b-1121-0640-77b4-5796364c5d55-c60fa1ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ce28171b-1121-0640-77b4-5796364c5d5f-c60fa1ed {
    grid-column: span 2 / span 2;
  }

  #w-node-ce28171b-1121-0640-77b4-5796364c5da7-c60fa1ed {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bc749321-4bf9-4ad2-062e-e29c265abe51-720de6eb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bc749321-4bf9-4ad2-062e-e29c265abe5b-720de6eb {
    grid-column: span 2 / span 2;
  }

  #w-node-a75d6c94-d93b-ec13-f506-1e4908989d14-720de6eb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_96fda652-f6a6-6e6b-f667-9f7923e752ad-1900aa2a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_78781679-3726-f8a7-13af-7c814d39a126-1900aa2a {
    order: -9999;
  }

  #w-node-_78781679-3726-f8a7-13af-7c814d39a153-1900aa2a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78781679-3726-f8a7-13af-7c814d39a15d-1900aa2a {
    grid-column: span 2 / span 2;
  }

  #w-node-_78781679-3726-f8a7-13af-7c814d39a1a8-1900aa2a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_78781679-3726-f8a7-13af-7c814d39a126-16ffa035 {
    order: -9999;
  }

  #w-node-_78781679-3726-f8a7-13af-7c814d39a153-16ffa035 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78781679-3726-f8a7-13af-7c814d39a15d-16ffa035 {
    grid-column: span 2 / span 2;
  }

  #w-node-_78781679-3726-f8a7-13af-7c814d39a1a8-16ffa035, #w-node-be330956-58cc-9f71-4850-60cdf7f377b2-86247e8c, #w-node-be330956-58cc-9f71-4850-60cdf7f377b2-eb81fa1f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_94ae2fda-9199-2435-a431-7dc58457b72e-730fff60 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_94ae2fda-9199-2435-a431-7dc58457b738-730fff60 {
    grid-column: span 2 / span 2;
  }

  #w-node-_94ae2fda-9199-2435-a431-7dc58457b783-730fff60, #w-node-_942d62d5-43c5-ea30-b293-35893e1ba974-3dd566d5, #w-node-_942d62d5-43c5-ea30-b293-35893e1ba974-87f14c17, #w-node-be330956-58cc-9f71-4850-60cdf7f377b2-8b69cab3, #w-node-_942d62d5-43c5-ea30-b293-35893e1ba974-efc2e464, #w-node-_4e02cf08-51f1-cea3-894e-2d6cd3d03e77-991319a2, #w-node-be330956-58cc-9f71-4850-60cdf7f377b2-b9e3ea44, #w-node-_942d62d5-43c5-ea30-b293-35893e1ba974-abe44959 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b164177e-3d65-bb2e-c7c7-2f29771e943b-7055550c {
    order: -9999;
  }

  #w-node-_8c99f9dd-68d9-d1bf-f874-41d502219e15-7055550c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7a9bcd5f-6366-a2ce-da7d-4896aaed316e-7055550c {
    grid-column: span 2 / span 2;
  }

  #w-node-_4e02cf08-51f1-cea3-894e-2d6cd3d03e77-97dfcff4 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9e141873-3f32-b15b-d495-996940ff5172-40ff5161 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9e141873-3f32-b15b-d495-996940ff517e-40ff5161 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_9e141873-3f32-b15b-d495-996940ff51ae-40ff5161 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d6d7a3f0-8001-937a-cbf4-ef436637dce0-b7107719 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5b3f6654-4e7f-9f4f-9731-a6822c0cc90b-2a107758 {
    justify-self: center;
  }

  #w-node-_2b7b967d-0f87-dd16-ffe6-a262632f9e84-3e107759 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8c99f9dd-68d9-d1bf-f874-41d502219e15-ba7e231e, #w-node-_7a9bcd5f-6366-a2ce-da7d-4896aaed316e-ba7e231e {
    grid-column: span 1 / span 1;
  }

  #w-node-a75d6c94-d93b-ec13-f506-1e4908989d14-ba7e231e, #w-node-be330956-58cc-9f71-4850-60cdf7f377b2-52be0c13 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b164177e-3d65-bb2e-c7c7-2f29771e9439-374291e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8c99f9dd-68d9-d1bf-f874-41d502219e15-374291e3, #w-node-_7a9bcd5f-6366-a2ce-da7d-4896aaed316e-374291e3 {
    grid-column: span 1 / span 1;
  }

  #w-node-a75d6c94-d93b-ec13-f506-1e4908989d14-374291e3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_95fba9a8-927d-3351-1e7a-2dac10ca01d2-374291e3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_95fba9a8-927d-3351-1e7a-2dac10ca021b-374291e3, #w-node-_95fba9a8-927d-3351-1e7a-2dac10ca0225-374291e3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_95fba9a8-927d-3351-1e7a-2dac10ca026d-374291e3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_45e017e1-90f9-d3bc-0dc0-d4060323f603-c60fa1ed, #w-node-_45e017e1-90f9-d3bc-0dc0-d4060323f60d-c60fa1ed {
    grid-column: span 1 / span 1;
  }

  #w-node-_45e017e1-90f9-d3bc-0dc0-d4060323f656-c60fa1ed {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ce28171b-1121-0640-77b4-5796364c5d0c-c60fa1ed {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ce28171b-1121-0640-77b4-5796364c5d55-c60fa1ed, #w-node-ce28171b-1121-0640-77b4-5796364c5d5f-c60fa1ed {
    grid-column: span 1 / span 1;
  }

  #w-node-ce28171b-1121-0640-77b4-5796364c5da7-c60fa1ed {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bc749321-4bf9-4ad2-062e-e29c265abe51-720de6eb, #w-node-bc749321-4bf9-4ad2-062e-e29c265abe5b-720de6eb {
    grid-column: span 1 / span 1;
  }

  #w-node-a75d6c94-d93b-ec13-f506-1e4908989d14-720de6eb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_96fda652-f6a6-6e6b-f667-9f7923e752ad-1900aa2a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_78781679-3726-f8a7-13af-7c814d39a153-1900aa2a, #w-node-_78781679-3726-f8a7-13af-7c814d39a15d-1900aa2a {
    grid-column: span 1 / span 1;
  }

  #w-node-_78781679-3726-f8a7-13af-7c814d39a1a8-1900aa2a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_78781679-3726-f8a7-13af-7c814d39a153-16ffa035, #w-node-_78781679-3726-f8a7-13af-7c814d39a15d-16ffa035 {
    grid-column: span 1 / span 1;
  }

  #w-node-_78781679-3726-f8a7-13af-7c814d39a1a8-16ffa035, #w-node-be330956-58cc-9f71-4850-60cdf7f377b2-86247e8c, #w-node-be330956-58cc-9f71-4850-60cdf7f377b2-eb81fa1f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_94ae2fda-9199-2435-a431-7dc58457b6fc-730fff60 {
    grid-area: 4 / 1 / 5 / 3;
    place-self: center;
  }

  #w-node-_94ae2fda-9199-2435-a431-7dc58457b6ff-730fff60 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_94ae2fda-9199-2435-a431-7dc58457b72e-730fff60, #w-node-_94ae2fda-9199-2435-a431-7dc58457b738-730fff60 {
    grid-column: span 1 / span 1;
  }

  #w-node-_94ae2fda-9199-2435-a431-7dc58457b783-730fff60, #w-node-_942d62d5-43c5-ea30-b293-35893e1ba974-3dd566d5, #w-node-_942d62d5-43c5-ea30-b293-35893e1ba974-87f14c17, #w-node-be330956-58cc-9f71-4850-60cdf7f377b2-8b69cab3, #w-node-_942d62d5-43c5-ea30-b293-35893e1ba974-efc2e464, #w-node-_4e02cf08-51f1-cea3-894e-2d6cd3d03e77-991319a2, #w-node-be330956-58cc-9f71-4850-60cdf7f377b2-b9e3ea44, #w-node-_942d62d5-43c5-ea30-b293-35893e1ba974-abe44959 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b164177e-3d65-bb2e-c7c7-2f29771e9439-7055550c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8c99f9dd-68d9-d1bf-f874-41d502219e15-7055550c, #w-node-_7a9bcd5f-6366-a2ce-da7d-4896aaed316e-7055550c {
    grid-column: span 1 / span 1;
  }

  #w-node-_4e02cf08-51f1-cea3-894e-2d6cd3d03e77-97dfcff4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #form-section-desktop.w-node-ee919a5d-7cb4-938b-0a72-77c0683bc684-4e854e46 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}