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

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

@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-Medium.otf') format("opentype"), url('../fonts/Outfit-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-Regular.otf') format("opentype"), url('../fonts/Outfit-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype"), url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype"), url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fffeff;
  --dark: #282943;
  --accent: #545cd6;
  --grey: #f9f9f9;
  --ghost-blue: #ddddf7;
  --grey-darker: #f3f3f3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  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-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.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-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-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-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-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

.w-commerce-commercepaypalcheckouterrorstate {
  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-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .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 {
  background-color: var(--white);
  color: var(--dark);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}

h1 {
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--dark);
  text-decoration: underline;
}

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

li {
  font-size: 18px;
  line-height: 145%;
}

blockquote {
  border-left: 5px solid var(--accent);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 40px;
  font-size: 24px;
  line-height: 130%;
}

.section {
  color: #282943;
  background-color: #fffeff;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}

.section.grey {
  background-color: #f9f9f9;
}

.section.grey.industry-section-grey {
  justify-content: center;
  display: flex;
}

.section.hero-1 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.accent {
  color: #fffeff;
  background-color: #545cd6;
}

.section.hero-2 {
  padding-top: 100px;
  padding-bottom: 64px;
}

.section.ceo-word-section {
  background-image: url('../images/CEObackground.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.padding-bottom-0 {
  padding-bottom: 0;
}

.section.hero-about-a {
  background-image: url('../images/BGAboutA.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 390px;
}

.section.hero-about-b {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero-7 {
  padding-top: 40px;
  padding-bottom: 80px;
}

.section.hero-contact {
  background-color: var(--grey);
}

.section.hero-contact-c {
  background-color: var(--accent);
  color: var(--white);
  padding-bottom: 0;
  position: relative;
}

.section.hero-8 {
  padding-top: 64px;
}

.section.hero-9 {
  padding-top: 64px;
  padding-bottom: 80px;
}

.section.open-position-section {
  color: var(--white);
  background-image: linear-gradient(to right, #282943b3, #28294380 41%, #2829430d), url('../images/Openposition.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 290px;
  padding-bottom: 290px;
}

.section.hero-pricing {
  padding-top: 100px;
}

.section.hero-product {
  padding-top: 0;
  padding-bottom: 100px;
}

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

.section.hero-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

.main-container {
  width: 100%;
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.cta {
  background-color: var(--accent);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta:hover {
  background-color: #545cd6e6;
}

.cta.ghost {
  background-color: var(--ghost-blue);
  color: var(--accent);
  transition: color .2s, background-color .2s;
}

.cta.ghost:hover {
  background-color: var(--accent);
  color: var(--white);
}

.cta.ghost.cart-cta {
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.cta.white {
  color: var(--accent);
  background-color: #fff;
}

.cta.white:hover {
  background-color: #fffeffed;
}

.cta.nav-cta {
  height: 46px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
}

.cta.min-wifth-160 {
  min-width: 160px;
}

.cta.submit-contact-two, .cta.pricing-tile-cta {
  width: 100%;
}

.cta.add-to-cart-cta {
  min-width: 230px;
}

.paragraph-big {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-small {
  font-size: 16px;
  line-height: 140%;
}

.block-header {
  background-color: var(--white);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.dropdown-toggle-nav {
  grid-column-gap: 6px;
  color: #282943cc;
  justify-content: center;
  align-items: center;
  padding: 12px 10px 12px 14px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.navbar {
  z-index: 10000;
  background-color: var(--white);
  height: 120px;
}

.brand-link-navbar {
  height: 32px;
}

.apple-pay {
  border-radius: 8px;
  height: 48px;
}

.block-content {
  background-color: var(--white);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.right-navbar {
  grid-column-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1512px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.dropdown-navbar {
  color: #282943e6;
  height: 100%;
  font-weight: 500;
  display: block;
}

.brand-navbar {
  height: 100%;
}

.cart-container {
  border-radius: 8px;
}

.nav-menu {
  grid-column-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.wrap-nav-buttons {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-list.w--open {
  background-color: var(--grey-darker);
  border: 1px #1313131a;
  border-radius: 12px;
  box-shadow: 0 2px 30px #9b9b9b1a;
}

.icon-dropdown {
  width: 20px;
  height: 20px;
}

.dropdown-link {
  color: var(--dark);
  text-align: left;
  padding: 12px 40px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: #2829430d;
}

.dropdown-link.w--current {
  color: var(--accent);
}

.container-hero-wide {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.master-hero-home-a {
  color: #fffeff;
  background-image: linear-gradient(90deg, #282943cc, #2829434d 54%, #28294300), url('../images/HeroHomeA.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 300px 120px 120px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-wrap-home-a {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.subtitle {
  font-family: Satoshi, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
}

.limit-subtitle-home-a {
  max-width: 604px;
}

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

.flex-cta-left.mg-top-8 {
  margin-top: 8px;
}

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.scroll-down-home-a {
  position: absolute;
  inset: auto 100px 0% auto;
}

.master-logos {
  opacity: .4;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-logos-wide {
  object-fit: contain;
  width: 13%;
  max-width: 140px;
  max-height: 36.25px;
}

.grid-master-services-halves {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
}

.grid-master-services-halves.reversed-grid {
  grid-template-columns: 1.2fr .8fr;
}

.left-services-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 360px;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-services-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.tile-white {
  background-color: var(--white);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 30px #8e8f961a;
}

.tile-white.service-halves-tile {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.tile-white.service-halves-tile.highlighted-tile {
  background-color: var(--accent);
  color: #fffeff;
  transform: rotate(-4deg);
}

.tile-white.values-halves-tile {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.tile-white.values-thirds-tile {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 50px;
  display: flex;
}

.tile-white.moving-value-tile {
  grid-row-gap: 48px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 595px;
  padding: 48px;
  display: flex;
}

.tile-white.sticky-values-halves-tile {
  grid-row-gap: 40px;
  color: var(--dark);
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.tile-white.team-thirds-tile {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  padding: 56px 48px;
  display: flex;
}

.tile-white.team-fourths-tile {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  padding: 40px 48px;
  display: flex;
}

.tile-white.contact-one-tile {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding: 56px;
  display: flex;
}

.tile-white.contact-two-tile {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding: 120px 80px;
  display: flex;
}

.tile-white.contact-three-tile {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.tile-white.contact-c-form-wrap {
  max-width: 535px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 102px;
}

.tile-white.sticky-career-tile {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 40px 56px;
  display: flex;
  position: sticky;
  top: 80px;
}

.tile-white.blog-tile {
  height: 100%;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
}

.tile-white.search-tile {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.icon-service-halves {
  width: 40px;
  height: 40px;
}

.bottom-service-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-left {
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-left.limit-550 {
  max-width: 550px;
}

.master-moving-integrations {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
  overflow: hidden;
}

.inner-moving-integrations {
  grid-column-gap: 2vw;
  flex-direction: row;
  flex: none;
  align-items: center;
  width: 200vw;
  display: flex;
}

.circle-single-integration {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 11vw;
  max-width: 350px;
  height: 11vw;
  max-height: 350px;
  display: flex;
}

.icon-integration {
  height: 30%;
}

.bottom-moving-integrations {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 668px;
  display: flex;
}

.grid-faq-halves {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.left-faq-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 390px;
  display: flex;
}

.master-expandable-halves {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.plus-line {
  background-color: #282943;
  border-radius: 2px;
  width: 18px;
  height: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 145%;
}

.expandable-single-faq {
  background-color: var(--grey-darker);
  cursor: pointer;
  border-radius: 24px;
  padding: 32px 40px;
}

.heading-center {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.heading-center.mg-bottom-100 {
  margin-bottom: 100px;
}

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

.tab-pane, .tabs-mask {
  width: 100%;
}

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

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0b2471;
  background-color: #eee;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  padding: 6px;
  display: flex;
}

.tab-link {
  text-align: center;
  background-color: #eeeeeeed;
  border-radius: 80px;
  width: 180px;
  min-height: 40px;
  padding: 4px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.tab-link.w--current {
  background-color: var(--accent);
  color: #ebebeb;
  font-weight: 500;
}

.master-target-tabs-one {
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.inside-target-tab {
  color: var(--white);
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 340px;
  padding-bottom: 100px;
  padding-left: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.overlay-target-tab {
  background-image: linear-gradient(to right, #282943b3, #28294366 42%, #28294300);
  position: absolute;
  inset: 0%;
}

.wrap-target-tab-content {
  z-index: 10;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 418px;
  display: flex;
  position: relative;
}

.h3-target-tab {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 125%;
}

.slider-testimonials {
  background-color: #fffeff00;
  height: auto;
  position: static;
}

.mask-testimonials, .slide-testimonials {
  height: auto;
  position: static;
}

.slide-nav-hidden {
  display: none;
}

.wrap-content-testimonial {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-stars-testimonial {
  height: 32px;
  margin-bottom: 16px;
  display: block;
}

.h2-testimonial-slider {
  text-align: center;
  letter-spacing: .1px;
  font-size: 40px;
  font-weight: 300;
  line-height: 130%;
}

.span-highlight-testimonial {
  color: var(--accent);
  font-weight: 400;
}

.bottom-testimonial-slider {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-testimonial {
  height: 33px;
}

.divider-bottom-testimonial {
  background-color: #2829434d;
  width: 1px;
  height: 12px;
}

.wrap-name-testimonial {
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-position-testimonial {
  opacity: .6;
  font-size: 14px;
}

.arrow-testimonial {
  background-color: var(--grey-darker);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.arrow-testimonial.right-arrow {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% 0% 0% auto;
}

.arrow-testimonial.left-arrow {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% auto 0% 0%;
}

.icon-arrow-slider {
  width: 28px;
  height: 28px;
}

.grid-stats-wide {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-stat-wide {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-stat {
  color: var(--accent);
  font-family: Outfit, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
}

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

.divider-stat-wide {
  background-color: #28294333;
  width: 1px;
  height: 36px;
}

.divider-stat-wide.white-stat-divider {
  background-color: #fffeff4d;
}

.icon-check-in-circle {
  width: 40px;
  height: 40px;
}

.grid-values-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.gird-sticky-halves {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.sticky-sticky-halves {
  position: sticky;
  top: 64px;
}

.circle-check-values {
  background-color: var(--accent);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.left-sticky-halves {
  position: relative;
}

.left-values-sticky-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 430px;
  display: flex;
}

.bottom-values-halves {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-values-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-values-halves.move-down-collumn {
  padding-top: 80px;
}

.flex-heading-cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-heading-cta.mg-bottom-80 {
  margin-bottom: 80px;
}

.flex-heading-cta.mg-bottom-48 {
  margin-bottom: 48px;
}

.grid-blog-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tile-grey {
  background-color: var(--grey-darker);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 30px #8e8f961a;
}

.tile-grey.blog-tile {
  flex-direction: column;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tile-grey.value-fourths-tile {
  grid-row-gap: 53px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 24px;
  display: flex;
}

.tile-grey.quick-fact-tile {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.tile-grey.quick-fact-tile.extend-tile {
  flex: 1;
}

.tile-grey.career-tile {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.tile-grey.pricing-tile {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding: 52px 48px 48px;
  display: flex;
}

.wrap-image-blog {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

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

.bottom-blog-tile {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.overlay-blog-tile {
  background-color: #28294380;
  position: absolute;
  inset: 0%;
}

.circle-blog-tile {
  border: 1px solid var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: absolute;
  inset: auto 24px 24px auto;
}

.icon-blog-arrow {
  width: 16px;
  height: 16px;
}

.divider-contact-footer {
  background-color: #28294326;
  width: 100%;
  height: 1px;
}

.column-footer-links {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-footer-contact-list {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-top-footer {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-legal-footer {
  font-size: 17px;
}

.master-bottom-footer {
  border-top: 1px solid #28294333;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 48px;
  display: flex;
}

.tile-contact-footer {
  grid-row-gap: 24px;
  background-color: var(--white);
  color: #282943;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 32px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 30px #9090961a;
}

.master-top-footer {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.master-footer-socials {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-link-footer {
  height: 32px;
}

.single-footer-contact-list {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.right-top-footer {
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 435px;
  display: flex;
}

.heading-footer-links {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.footer {
  color: #282943;
  background-color: #f9f9f9;
  border-top: 1px solid #f3f3f3;
  padding-top: 120px;
  padding-bottom: 48px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}

.icon-footer-contact-list {
  width: 24px;
  height: 24px;
}

.brand-footer {
  height: 100%;
}

.link-social-footer {
  background-color: var(--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

.link-footer:hover {
  color: #282943cc;
}

.master-hero-home-b {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-wrap-hero-home-b {
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.row-title-home-b {
  grid-column-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.h1-home-b {
  font-family: Outfit, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 110%;
}

.wrap-people-home-b {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-people-home-b {
  border: 2px solid var(--white);
  border-radius: 50%;
  flex: none;
  width: 72px;
  height: 72px;
  display: block;
}

.image-people-home-b.middle-people {
  margin-left: -32px;
  margin-right: -32px;
}

.pill-home-b {
  border-radius: 70px;
  height: 66px;
}

.limit-subtitle-home-b {
  max-width: 604px;
}

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

.bottom-hero-home-b {
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.master-google-review {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.master-google-review.mg-top-16 {
  margin-top: 16px;
}

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

.text-google-review {
  font-size: 14px;
}

.stars-google-review {
  height: 21px;
}

.image-hero-home-b {
  border-radius: 24px;
  width: 100%;
  margin-top: 80px;
  display: block;
}

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

.image-target-halves {
  border-radius: 24px;
}

.wrap-content-target-halves {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 445px;
  display: flex;
}

.icon-target-halves {
  width: 52px;
  margin-bottom: 16px;
}

.wrap-tech-moving-columns {
  background-color: var(--accent);
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 420px;
  height: 380px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-tech-two-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: absolute;
}

.column-tech-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: none;
  align-items: stretch;
  width: 40%;
  display: flex;
}

.single-tech-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.circle-tech-moving-logo {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.icon-tech-columns {
  object-fit: contain;
  width: 50%;
  height: 50%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.left-tech-stack-two-columns {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 630px;
  display: flex;
}

.grid-values-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-slider-testimonial-big {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-slider-testimonials-big {
  width: 28px;
  height: 28px;
}

.grid-slider {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.arrow-slider-testimonials {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding-left: 2px;
  display: flex;
  position: absolute;
  inset: -125px 0% auto auto;
}

.arrow-slider-testimonials.left-arrow {
  padding-right: 2px;
  right: 72px;
}

.wrap-slider-content {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.mask-testimonials-big {
  height: auto;
}

.slider-testmonials-big {
  background-color: #ddd0;
  height: auto;
}

.text-testimonial-stat {
  color: var(--accent);
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.master-slider-testimonials-big {
  margin-top: 76px;
}

.top-slider-content {
  grid-column-gap: 16px;
  color: var(--accent);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.left-slider-testimonials-big {
  grid-row-gap: 40px;
  color: var(--dark);
  background-color: #fff;
  border-radius: 160px 12px 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 160px 48px 48px;
  display: flex;
}

.divider-slider {
  background-color: #424bd0;
  width: 100%;
  height: 1px;
}

.text-subnumber-testimonial {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.logo-testimonial-big {
  height: 40px;
  display: block;
}

.image-slider-testimonials-big {
  object-fit: cover;
  border-radius: 12px 12px 160px;
  width: 100%;
  height: 100%;
}

.slide-testimonials-big {
  height: auto;
}

.master-blog-halves {
  grid-column-gap: 72px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.left-blog-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 370px;
  display: flex;
}

.grid-blog-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-home-c {
  z-index: 10;
  background-image: linear-gradient(to right, #282943cc, #28294380 47%, #2829431a);
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 300px 120px 120px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-wrap-home-c {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.limit-subtitle-home-c {
  max-width: 604px;
}

.scroll-down-home-c {
  position: absolute;
  inset: auto 100px 0% auto;
}

.image-usp-tile-four {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.bottom-usp-tile-one {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.right-usp-tile-two {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tile-usp-fourths {
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 40px #8e8e941a;
}

.tile-usp-fourths.usp-fourths-one {
  grid-row-gap: 40px;
  align-items: stretch;
  padding: 40px;
}

.tile-usp-fourths.usp-fourths-two {
  grid-column-gap: 80px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
}

.tile-usp-fourths.usp-fourths-three {
  grid-row-gap: 56px;
  align-items: center;
  padding: 40px;
}

.grid-usp-fourths {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-usp-tile-one {
  object-fit: cover;
  border-radius: 12px;
  flex: 1;
}

.image-usp-tile-three {
  width: 100%;
}

.image-usp-tile-two {
  object-fit: cover;
  border-radius: 12px;
  width: 40%;
  max-width: 290px;
  height: 100%;
}

.top-usp-tile-three {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 1170px;
  padding-left: 24px;
  padding-right: 24px;
}

.master-ceo-word {
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 885px;
  display: flex;
}

.h2-ceo-word {
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
}

.bottom-ceo-word {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-ceo {
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.right-bottom-ceo {
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-moving-values {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-top: 64px;
  display: flex;
  overflow: hidden;
}

.move-moving-values, .single-moving-value {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-moving-value {
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.circle-small-check-values {
  background-color: var(--accent);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-small-check-in-circle {
  width: 24px;
  height: 24px;
}

.master-target-tabs-two {
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.section-big-image {
  height: 100vh;
  min-height: 600px;
  max-height: 1100px;
  overflow: hidden;
}

.image-big-section {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wrap-tech-moving-columns-white {
  background-color: var(--white);
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 600px;
  height: 530px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-tech-stack-white {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: none;
  align-items: stretch;
  width: 40%;
  max-width: 140px;
  display: flex;
}

.circle-tech-moving-logo-grey {
  background-color: var(--grey-darker);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.overlay-tech-stack-white {
  z-index: 10;
  background-image: linear-gradient(to bottom, var(--white), #fffeff00);
  height: 170px;
  position: absolute;
  inset: 0% 0% auto;
}

.overlay-tech-stack-white.bottom-overlay {
  background-image: linear-gradient(to top, var(--white), #fffeff00);
  inset: auto 0% 0%;
}

.grid-values-fourths {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.master-cta-block {
  background-color: var(--accent);
  color: var(--white);
  background-image: url('../images/BGCTA.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  padding-top: 188px;
  padding-bottom: 188px;
  padding-left: 100px;
  position: relative;
  overflow: hidden;
}

.wrap-cta-block-content {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 592px;
  display: flex;
}

.h2-cta-block {
  font-size: 88px;
}

.image-cta-block {
  object-fit: cover;
  object-position: 0% 50%;
  border-top-left-radius: 420px;
  border-bottom-left-radius: 420px;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 400px;
  display: flex;
}

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

.title-wrap-about-a {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 992px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-604 {
  max-width: 604px;
}

.section-under-hero-about-a {
  margin-top: -300px;
  position: relative;
}

.image-about-a-hero {
  z-index: 10;
  border-radius: 24px;
  width: 100%;
  position: relative;
}

.color-fill-about-a-hero {
  z-index: 1;
  background-color: var(--accent);
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.left-values-sticky-halves-two {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  display: flex;
}

.master-sticky-values {
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 573px;
  display: flex;
}

.bottom-sticky-value {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-team-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.wrap-team-image-circle {
  flex: none;
  width: auto;
  position: relative;
}

.image-team-circle {
  object-fit: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: block;
}

.circle-team-image {
  border: 1px solid var(--grey-darker);
  background-color: var(--grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  bottom: 4px;
  right: 24px;
  box-shadow: 0 2px 20px #99999c1a;
}

.icon-team-circle {
  width: 50%;
}

.bottom-team-tile {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.master-moving-office {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-moving-office {
  border-radius: 24px;
  flex: none;
  width: 100%;
  max-width: 736px;
  display: block;
}

.move-moving-office {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-moving-office {
  grid-column-gap: 24px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-hero-about-b {
  grid-column-gap: 65px;
  grid-template-rows: auto;
}

.left-hero-about-b {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.marquee-overlay {
  z-index: 9;
  background-image: linear-gradient(to bottom, var(--white), #fffeffa3 43%, #fffeff00);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.marquee-overlay.bottom {
  background-image: linear-gradient(to top, var(--white), #fffeffa3 48%, #fffeff00);
  inset: auto 0% -1px;
}

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

.marquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.marquee.reverse {
  justify-content: flex-end;
}

.marquee-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.marquee-image-wrap {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

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

.marquee-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-team-fourths {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-team-circle-fourths {
  object-fit: cover;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: block;
}

.grid-quick-facts {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.top-quick-fact {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-quick-fact {
  object-fit: cover;
  border-radius: 12px;
}

.image-quick-fact.extend-image {
  flex: 1;
}

.column-quick-fact {
  grid-row-gap: 23px;
  flex-direction: column;
  display: flex;
}

.bottom-lightbox-left {
  max-width: 520px;
}

.grid-lightbox-halves {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.lightbox-absolute-halves {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.top-left-lightbox {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video-lighbox-halves {
  z-index: 1;
  border-radius: 24px;
  min-height: 520px;
  position: relative;
}

.left-lightbox-halves {
  grid-row-gap: 240px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon-lightbox-left {
  width: 32px;
}

.master-expandable-middle {
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 663px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-about-c-halves {
  grid-column-gap: 48px;
  grid-template-rows: auto;
}

.title-wrap-about-c-hero {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 604px;
  display: flex;
}

.lightbox-about-c {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.image-ligbox-about-c {
  width: 100%;
}

.play-about-c-lightbox {
  width: 100px;
  height: 100px;
  margin: auto;
  transition: transform .2s;
  position: absolute;
  inset: 0%;
}

.play-about-c-lightbox:hover {
  transform: scale(1.1);
}

.grid-office-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.column-office-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.column-office-halves.move-down-column {
  padding-top: 72px;
}

.lightbox-office-halves {
  border-radius: 16px;
  overflow: hidden;
}

.image-office-halves {
  width: 100%;
}

.grid-combo-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.image-combo-halves {
  border-radius: 12px;
}

.content-combo-halves {
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.top-combo-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 474px;
  display: flex;
}

.grid-two-stats {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
}

.wrap-stat-left {
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.title-wrap-contact {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.bottom-contact-one {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-contact-one {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-width: 590px;
  height: 100%;
}

.right-contact-one {
  width: 100%;
  max-width: 606px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  padding-bottom: 52px;
}

.top-contact-one {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-contact-one {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.single-contact-list-icon {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.divider-contact-one {
  background-color: #28294333;
  width: 100%;
  height: 1px;
}

.icon-contact-list {
  width: 32px;
  height: 32px;
}

.image-abstract-contact-one {
  height: 52px;
}

.text-form-contact-two {
  text-align: center;
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
  font-family: Outfit, sans-serif;
  font-size: 24px;
}

.form-block-contact-two {
  width: 100%;
  max-width: 330px;
}

.right-contact-two {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.gird-contact-two {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.text-field-contact {
  background-color: var(--white);
  border: 1px solid #1b32334d;
  border-radius: 12px;
  height: 52px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
}

.text-field-contact:focus {
  border-color: var(--accent);
}

.text-field-contact::placeholder {
  color: #282943b3;
}

.success-message {
  background-color: var(--accent);
  color: var(--white);
  border-radius: 12px;
}

.grid-contact-thirds {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.icon-contact-thirds {
  width: 80px;
  height: 80px;
}

.bottom-contact-thirds {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.color-fill-contact-three {
  z-index: 1;
  background-color: var(--grey);
  height: 150px;
  position: absolute;
  inset: auto 0% 0%;
}

.form-block-contact-three {
  width: 100%;
  max-width: 330px;
  margin-bottom: 0;
}

.section-subnav {
  z-index: 100;
  border-top: 1px solid var(--grey-darker);
  border-bottom: 1px solid var(--grey-darker);
  background-color: var(--grey);
  justify-content: space-between;
  height: 60px;
  position: sticky;
  inset: 0 0% auto;
}

.container-sub-nav {
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.link-sub-nav {
  color: #282943b3;
  border-bottom: 2px solid #424bd100;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.link-sub-nav.w--current {
  border-bottom-color: var(--accent);
  color: var(--accent);
}

.master-hero-industries {
  color: var(--white);
  background-image: linear-gradient(#28294366, #28294366), url('../images/HeroIndustry.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 24px;
  padding: 160px 120px;
}

.content-hero-industries {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-wrap-industries {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-industry-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.left-industry-halves {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

.image-industry-halves {
  border-radius: 24px;
}

.wrap-heading-number {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.text-heading-number {
  color: #2829431a;
  justify-content: center;
  align-items: center;
  width: 80px;
  font-family: Outfit, sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: 90%;
  display: flex;
}

.master-checklist {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.single-check-list {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-check-list {
  width: 32px;
  height: 32px;
}

.master-hero-9 {
  color: var(--white);
  background-image: linear-gradient(#28294366, #28294366), url('../images/HomeB.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 24px;
  padding: 160px 120px 180px;
  position: relative;
}

.title-wrap-hero-9 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.scroll-down-careers {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 0%;
}

.grid-career-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.top-career-tile {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-open-position {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 426px;
  display: flex;
}

.title-wrap-career {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-sticky-career {
  grid-column-gap: 120px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto 460px;
}

.right-sticky-career {
  position: relative;
}

.title-wrap-blog-template {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1148px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-subtitle-blog-template {
  max-width: 850px;
}

.image-blog-template {
  border-radius: 24px;
  margin-top: 80px;
  margin-bottom: 120px;
}

.container-small {
  width: 100%;
  max-width: 823px;
  padding-left: 24px;
  padding-right: 24px;
}

.title-wrap-pricing {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.grid-pricing-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.top-pricing-tile {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-price-tile {
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 110%;
}

.divider-pricing-tile {
  background-color: #28294333;
  width: 100%;
  height: 1px;
}

.show-from-tablet-comparison {
  display: none;
}

.grid-comparison {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding-bottom: 24px;
}

.cell {
  justify-content: center;
  align-items: center;
  min-height: 64px;
  display: flex;
}

.cell.title {
  border-top: 1px solid #e7e9f1;
  min-height: 88px;
  margin-top: 24px;
}

.cell.left {
  justify-content: flex-start;
  padding-left: 96px;
  font-size: 18px;
}

.cell.left.title {
  grid-column-gap: 16px;
  border-top: 1px solid #e7e9f1;
  min-height: 88px;
  margin-top: 24px;
  padding-left: 32px;
  font-size: 24px;
  line-height: 24px;
}

.column-pricing {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.master-comparison {
  background-color: #fff;
  border: 1px solid #e7e9f1;
  border-radius: 24px;
}

.price-cell {
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 22px;
}

.cell-top {
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  display: flex;
  position: sticky;
  top: 0;
}

.master-product-hero {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding: 160px 120px;
  position: relative;
  overflow: hidden;
}

.overlay-product-hero {
  z-index: 1;
  background-color: #28294366;
  position: absolute;
  inset: 0%;
}

.title-wrap-product-hero {
  z-index: 10;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.field-label-hidden {
  display: none;
}

.add-to-cart {
  margin-top: 16px;
}

.default-state-add-to-cart {
  margin-bottom: 0;
}

.brand-wrap-checkout {
  background-color: var(--white);
  border-bottom: 1px solid #2829434d;
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.brand-link-checkout {
  height: 27px;
}

.brand-checkout {
  height: 100%;
}

.checkout-form {
  background-color: var(--grey);
  padding: 80px 0;
}

.text-field-checkout {
  background-color: #fff;
  border: 1px solid #2829431a;
  border-radius: 12px;
  height: 52px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
}

.text-field-checkout:focus, .text-field-checkout.-wfp-focus {
  color: #282943;
  border: 1px solid #424bd0;
}

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

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.search {
  margin-top: 40px;
  margin-bottom: 40px;
}

.search-result-list {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.icon-lock {
  width: 100%;
  max-width: 280px;
}

.title-wrap-404 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.flex-cta-center.mg-top-24 {
  margin-top: 34px;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 110%;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

.master-testimonials-slider-1 {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 125%;
}

.dark-link {
  color: #282943;
}

.big-image-1 {
  border-radius: 24px;
  width: 100%;
  margin-top: 0;
  display: block;
}

.grid-integration-2, .grid-integrations-3 {
  grid-column-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr auto;
  margin-bottom: 0;
}

.rich-text-good-biz h2 {
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

.rich-text-good-biz p {
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}

.rich-text-good-biz h3 {
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.rich-text-good-biz ul {
  font-size: 18px;
  line-height: 145%;
}

.rich-text-good-biz blockquote {
  border-left: 5px solid #545cd6;
  font-size: 24px;
  line-height: 130%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
  }

  .section.hero-about-a {
    padding-top: 100px;
  }

  .section.hero-about-b {
    padding-top: 64px;
  }

  .section.hero-8, .section.hero-9 {
    padding-top: 40px;
  }

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

  .section.hero-pricing {
    padding-top: 80px;
  }

  .dropdown-toggle-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 12px;
    font-size: 22px;
    line-height: 140%;
  }

  .wrap-menu-button {
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .line-menu {
    background-color: var(--accent);
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.first-line {
    width: 28px;
  }

  .line-menu.second-line {
    width: 18px;
  }

  .right-navbar {
    grid-column-gap: 8px;
  }

  .container-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-navbar {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu {
    background-color: var(--grey);
    border: 1px solid #28294314;
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    max-width: 530px;
    max-height: 80vh;
    margin-top: 8px;
    margin-left: auto;
    margin-right: 16px;
    overflow: scroll;
  }

  .dropdown-list.w--open {
    background-color: var(--white);
    margin-bottom: 16px;
    padding: 16px;
    position: static;
  }

  .menu-button {
    background-color: var(--ghost-blue);
    border-radius: 8px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--accent);
  }

  .dropdown-link {
    color: #282943;
    text-align: center;
    padding: 16px 12px;
    font-size: 22px;
  }

  .master-hero-home-a {
    padding: 120px 64px 160px;
  }

  .title-wrap-home-a {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle {
    font-size: 28px;
  }

  .scroll-down-home-a {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .master-logos {
    flex-wrap: wrap;
  }

  .grid-master-services-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-master-services-halves.reversed-grid {
    grid-template-columns: 1fr;
  }

  .left-services-halves {
    text-align: center;
    align-items: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-white.sticky-career-tile {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .circle-single-integration {
    width: 13vw;
    height: 13vw;
  }

  .grid-faq-halves {
    grid-template-columns: 1fr;
  }

  .left-faq-halves {
    text-align: center;
    align-items: center;
    max-width: 520px;
  }

  .inside-target-tab {
    padding-top: 280px;
    padding-bottom: 80px;
    padding-left: 80px;
  }

  .wrap-content-testimonial {
    width: 82%;
  }

  .h2-testimonial-slider {
    font-size: 32px;
  }

  .gird-sticky-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .left-values-sticky-halves {
    text-align: center;
    align-items: center;
    max-width: 780px;
  }

  .flex-heading-cta {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-blog-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .bottom-blog-tile {
    padding: 32px;
  }

  .master-bottom-footer {
    grid-column-gap: 48px;
  }

  .master-top-footer {
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: stretch;
  }

  .right-top-footer {
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrap-hero-home-b {
    grid-row-gap: 2vw;
  }

  .row-title-home-b {
    grid-column-gap: 3vw;
    height: 8vw;
  }

  .h1-home-b {
    font-size: 6vw;
  }

  .image-people-home-b {
    width: 8vw;
    height: 8vw;
  }

  .image-people-home-b.middle-people {
    margin-left: -3vw;
    margin-right: -3vw;
  }

  .pill-home-b {
    height: 7vw;
  }

  .wrap-tech-moving-columns {
    width: 100%;
    max-width: 600px;
  }

  .flex-tech-two-columns {
    padding-left: 16px;
    padding-right: 16px;
  }

  .column-tech-stack.first-column {
    max-width: 150px;
  }

  .column-tech-stack.second-column {
    width: 40%;
    max-width: 150px;
  }

  .left-tech-stack-two-columns {
    text-align: center;
    align-items: center;
  }

  .grid-values-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-blog-halves {
    grid-template-columns: 1fr;
  }

  .left-blog-halves {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 540px;
  }

  .video-home-c {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .title-wrap-home-c {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .scroll-down-home-c {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .tile-usp-fourths.usp-fourths-one {
    padding: 24px;
  }

  .tile-usp-fourths.usp-fourths-two {
    grid-column-gap: 32px;
    padding: 24px 32px 24px 24px;
  }

  .tile-usp-fourths.usp-fourths-three {
    grid-row-gap: 32px;
    padding: 24px;
  }

  .section-big-image {
    height: 70vw;
    min-height: 0;
    max-height: none;
  }

  .wrap-tech-moving-columns-white {
    width: 100%;
    max-width: 600px;
  }

  .grid-values-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .master-cta-block {
    padding: 80px 0 0;
  }

  .wrap-cta-block-content {
    text-align: center;
    align-items: center;
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-cta-block {
    font-size: 70px;
  }

  .image-cta-block {
    object-position: 50% 50%;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    border-bottom-left-radius: 0;
    width: 100%;
    max-height: 300px;
    margin-top: 64px;
    position: static;
    inset: auto 0% 0%;
  }

  .left-values-sticky-halves-two {
    text-align: center;
    align-items: center;
  }

  .master-sticky-values {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-team-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .image-moving-office {
    width: 80vw;
    max-width: 560px;
  }

  .grid-hero-about-b {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .left-hero-about-b {
    text-align: center;
    align-items: center;
  }

  .marquee-overlay {
    height: 140px;
  }

  .marquee-image-wrap {
    height: 320px;
  }

  .marquee-wrap {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-team-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .grid-lightbox-halves {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .video-lighbox-halves {
    height: 100%;
    min-height: 460px;
  }

  .grid-about-c-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .title-wrap-about-c-hero {
    text-align: center;
    align-items: center;
  }

  .lightbox-about-c {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-combo-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .image-combo-halves {
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-combo-halves {
    align-items: center;
  }

  .top-combo-halves {
    text-align: center;
    align-items: center;
  }

  .image-contact-one {
    max-width: 500px;
  }

  .right-contact-one {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-contact-one {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .gird-contact-two {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-contact-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-hero-industries {
    padding: 64px 40px;
  }

  .master-hero-9 {
    padding: 64px 64px 160px;
  }

  .grid-career-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .grid-sticky-career {
    grid-template-columns: 1fr;
  }

  .grid-pricing-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .show-from-tablet-comparison {
    display: block;
  }

  .grid-comparison {
    flex-direction: column;
    display: flex;
  }

  .cell {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    flex-direction: column;
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 20px;
  }

  .cell.empty, .cell.title, .column-pricing.first-column {
    display: none;
  }

  .cell-top {
    border-top: 1px solid #e7e9f1;
    margin-top: 40px;
    position: static;
  }

  .cell-top.first-cell-top {
    border-top-style: none;
  }

  .master-product-hero {
    padding: 64px 40px;
  }

  .h1-heading {
    font-size: 56px;
    line-height: 110%;
  }

  .grid-integration-2, .grid-integrations-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  .section.grey.industry-section-grey {
    position: static;
  }

  .section.accent.slider-testimonials-section {
    padding-bottom: 180px;
  }

  .section.hero-2 {
    padding-top: 64px;
  }

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

  .section.hero-about-a, .section.hero-contact {
    padding-top: 80px;
  }

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

  .section.hero-blog-template {
    padding-top: 80px;
  }

  .nav-menu {
    margin-right: auto;
  }

  .master-hero-home-a {
    padding-top: 64px;
  }

  .subtitle {
    font-size: 24px;
  }

  .scroll-down-home-a {
    height: 60px;
  }

  .master-logos {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .image-logos-wide {
    width: 33%;
    max-width: none;
  }

  .grid-services-halves {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-white.moving-value-tile {
    max-width: 480px;
  }

  .tile-white.contact-c-form-wrap {
    flex-direction: column;
    align-items: center;
    max-width: 420px;
    padding: 52px;
    display: flex;
  }

  .circle-single-integration {
    width: 20vw;
    height: 20vw;
  }

  .grid-faq-halves {
    grid-template-columns: 1fr;
  }

  .left-faq-halves {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-expandable {
    font-size: 22px;
    line-height: 28px;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .tabs-menu {
    border-radius: 24px;
    flex-direction: column;
    width: 100%;
    max-width: 360px;
  }

  .tab-link {
    width: 100%;
  }

  .inside-target-tab {
    padding-bottom: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-testimonials {
    margin-bottom: 20px;
  }

  .arrow-testimonial.right-arrow {
    margin-left: auto;
    margin-right: auto;
    inset: auto -70px -90px 0%;
  }

  .arrow-testimonial.left-arrow {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% -90px -70px;
  }

  .grid-stats-wide {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .divider-stat-wide {
    width: 100%;
    max-width: 240px;
    height: 1px;
  }

  .column-footer-links {
    width: 50%;
  }

  .left-top-footer {
    grid-row-gap: 80px;
    flex-wrap: wrap;
  }

  .master-bottom-footer {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer {
    padding-top: 100px;
  }

  .row-title-home-b {
    grid-column-gap: 2vw;
  }

  .image-people-home-b.middle-people {
    margin-right: 0;
  }

  .image-people-home-b.last-people {
    display: none;
  }

  .grid-target-halves {
    grid-template-columns: 1fr;
  }

  .image-target-halves {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-tech-moving-columns {
    align-self: center;
    height: 320px;
  }

  .grid-slider {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .arrow-slider-testimonials {
    inset: auto auto -80px 0%;
  }

  .arrow-slider-testimonials.right-arrow {
    left: 72px;
  }

  .arrow-slider-testimonials.left-arrow {
    right: auto;
  }

  .image-slider-testimonials-big {
    display: none;
  }

  .grid-blog-halves {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .video-home-c {
    padding: 120px 32px 180px;
  }

  .right-usp-tile-two {
    text-align: center;
    align-items: center;
  }

  .tile-usp-fourths.usp-fourths-one {
    padding: 32px;
  }

  .tile-usp-fourths.usp-fourths-two {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: stretch;
    padding: 32px;
  }

  .tile-usp-fourths.usp-fourths-three {
    padding: 32px;
  }

  .grid-usp-fourths {
    grid-template-columns: 1fr;
  }

  .image-usp-tile-one {
    max-height: 300px;
  }

  .image-usp-tile-two {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-ceo-word {
    font-size: 32px;
  }

  .wrap-tech-moving-columns-white {
    align-self: center;
  }

  .grid-team-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-team-circle {
    width: 40vw;
    height: 40vw;
  }

  .grid-team-fourths {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-quick-facts {
    grid-template-columns: 1fr;
  }

  .grid-lightbox-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .video-lighbox-halves {
    height: 72vw;
    min-height: 0;
  }

  .left-lightbox-halves {
    grid-row-gap: 120px;
  }

  .grid-office-halves {
    grid-template-columns: 1fr;
  }

  .column-office-halves.move-down-column {
    padding-top: 0;
  }

  .image-contact-one {
    width: 90%;
    max-width: 420px;
  }

  .container-sub-nav {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .link-sub-nav {
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
    border-radius: 40px;
    flex: none;
    height: 32px;
    margin-right: 1vw;
    padding-top: 0;
  }

  .link-sub-nav.w--current {
    color: #f9f9f9;
    background-color: #424bd1;
    border-color: #fff;
  }

  .master-hero-industries {
    padding: 40px 32px;
  }

  .grid-industry-halves {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .left-industry-halves {
    text-align: center;
    align-items: center;
  }

  .image-industry-halves {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-hero-9 {
    padding: 48px 24px 130px;
  }

  .scroll-down-careers {
    width: 200px;
  }

  .grid-career-thirds {
    grid-template-columns: 1fr;
  }

  .image-blog-template {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .master-product-hero {
    padding: 40px 24px;
  }

  .h1-heading {
    font-size: 48px;
    line-height: 110%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

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

  .section.hero-8 {
    padding-top: 24px;
  }

  .section.hero-career {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta.nav-cta {
    display: none;
  }

  .navbar {
    height: 82px;
  }

  .brand-link-navbar {
    width: 50%;
    height: auto;
    padding-left: 0;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand-navbar {
    width: 100%;
  }

  .nav-menu {
    width: 98%;
    margin-right: auto;
  }

  .container-hero-wide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .master-hero-home-a {
    padding: 48px 32px 120px;
  }

  .subtitle {
    font-size: 22px;
  }

  .image-logos-wide {
    width: 37%;
    max-height: 39px;
  }

  .tile-white.moving-value-tile {
    max-width: 290px;
    padding: 33px;
  }

  .tile-white.sticky-values-halves-tile {
    padding: 40px;
  }

  .tile-white.team-fourths-tile {
    padding: 40px 32px;
  }

  .tile-white.contact-one-tile, .tile-white.contact-two-tile {
    padding: 56px 32px;
  }

  .tile-white.contact-three-tile {
    padding: 32px;
  }

  .tile-white.contact-c-form-wrap {
    padding: 24px 20px;
  }

  .tile-white.sticky-career-tile {
    padding: 32px 24px;
  }

  .circle-single-integration {
    width: 30vw;
    height: 30vw;
  }

  .heading-expandable {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .expandable-single-faq {
    padding: 24px;
  }

  .tabs-menu {
    width: 100%;
    margin-bottom: 24px;
  }

  .tab-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 5vw;
    display: flex;
  }

  .inside-target-tab {
    padding: 200px 32px 40px;
  }

  .h3-target-tab {
    font-size: 40px;
  }

  .wrap-content-testimonial {
    width: 100%;
  }

  .h2-testimonial-slider {
    font-size: 24px;
  }

  .bottom-testimonial-slider {
    flex-wrap: wrap;
  }

  .grid-values-halves {
    grid-template-columns: 1fr;
  }

  .column-values-halves.move-down-collumn {
    padding-top: 0;
  }

  .tile-grey.quick-fact-tile, .tile-grey.pricing-tile {
    padding: 32px;
  }

  .bottom-blog-tile {
    padding: 24px;
  }

  .column-footer-links {
    text-align: center;
    align-items: center;
  }

  .left-top-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .tile-contact-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .master-footer-socials {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .icon-social-footer {
    width: 24px;
    height: 24px;
  }

  .link-social-footer {
    width: 48px;
    height: 48px;
  }

  .title-wrap-hero-home-b {
    grid-row-gap: 3vw;
  }

  .row-title-home-b {
    grid-row-gap: 3vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .row-title-home-b.second-row {
    grid-row-gap: 3vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .h1-home-b {
    font-size: 8.2vw;
  }

  .image-people-home-b {
    width: 20vw;
    height: 20vw;
  }

  .image-people-home-b.middle-people {
    margin-right: -3vw;
  }

  .image-people-home-b.last-people {
    display: block;
  }

  .pill-home-b {
    object-fit: cover;
    width: 43vw;
    max-width: 180px;
    height: 20vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .flex-hero-buttons {
    flex-direction: column;
    align-items: stretch;
    width: 90%;
    max-width: 320px;
  }

  .master-google-review {
    flex-wrap: wrap;
  }

  .right-google-review {
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-testimonial-stat {
    font-size: 56px;
  }

  .top-slider-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .left-slider-testimonials-big {
    border-top-left-radius: 120px;
    padding: 120px 40px 40px;
  }

  .text-subnumber-testimonial {
    font-size: 20px;
  }

  .video-home-c {
    padding: 64px 24px 140px;
  }

  .scroll-down-home-c {
    width: 70%;
  }

  .h2-ceo-word {
    font-size: 26px;
  }

  .section-big-image {
    height: 90vw;
  }

  .wrap-tech-moving-columns-white {
    height: 150vw;
  }

  .grid-values-fourths {
    grid-template-columns: 1fr;
  }

  .h2-cta-block {
    font-size: 40px;
  }

  .section-under-hero-about-a {
    margin-top: -340px;
  }

  .image-moving-office {
    border-radius: 12px;
  }

  .marquee-overlay {
    top: -1px;
  }

  .marquee-overlay.bottom {
    bottom: -1px;
  }

  .marquee-column {
    width: 48%;
  }

  .marquee-column.column-two, .marquee-column.column-one {
    flex: none;
  }

  .marquee-image-wrap {
    height: 180px;
  }

  .marquee-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-two-stats {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .wrap-stat-left {
    text-align: center;
    align-items: center;
  }

  .bottom-contact-one {
    grid-row-gap: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-contact-one {
    text-align: center;
    align-items: center;
  }

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

  .single-contact-list-icon {
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column wrap;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-abstract-contact-one {
    margin-left: auto;
    margin-right: auto;
  }

  .text-form-contact-two {
    font-size: 20px;
  }

  .form-block-contact-two {
    width: 90%;
  }

  .text-heading-3, .text-heading-3.contact-tile-h3 {
    font-size: 24px;
  }

  .form-block-contact-three {
    width: 100%;
  }

  .master-hero-industries {
    padding: 48px 16px;
  }

  .content-hero-industries {
    grid-row-gap: 40px;
  }

  .left-industry-halves, .image-industry-halves {
    width: 100%;
  }

  .wrap-heading-number {
    grid-row-gap: 12px;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .single-check-list {
    flex-wrap: wrap;
  }

  .master-hero-9 {
    padding: 32px 16px 90px;
  }

  .title-wrap-pricing {
    margin-bottom: 48px;
  }

  .text-price-tile {
    font-size: 25px;
  }

  .master-product-hero {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1-heading {
    font-size: 40px;
    line-height: 110%;
  }

  .h2-heading {
    font-size: 30px;
    line-height: 120%;
  }
}

#w-node-c606d87c-f556-8be7-2988-62c5d404a244-580e0922 {
  align-self: stretch;
}

#w-node-_33f0046c-5632-361a-032a-c18824941623-580e0923 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a245fe1b-a531-6bc8-8d28-3e691671913d-580e0923 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_68cad0f7-6ab2-7d9c-e647-f9bcbdcc41da-bdcc41d7, #w-node-_68cad0f7-6ab2-7d9c-e647-f9bcbdcc41e2-bdcc41d7, #w-node-af59f7f5-5700-e7bd-278b-6db8dacbd8c8-580e0924, #w-node-af59f7f5-5700-e7bd-278b-6db8dacbd8c9-580e0924, #w-node-af59f7f5-5700-e7bd-278b-6db8dacbd8ee-580e0924, #w-node-af59f7f5-5700-e7bd-278b-6db8dacbd90a-580e0924, #w-node-af59f7f5-5700-e7bd-278b-6db8dacbd92f-580e0924, #w-node-ddfb42b9-603d-38c4-4de9-914d6e620092-984d7f78, #w-node-ddfb42b9-603d-38c4-4de9-914d6e62009a-984d7f78, #w-node-ddfb42b9-603d-38c4-4de9-914d6e62009b-984d7f78, #w-node-ddfb42b9-603d-38c4-4de9-914d6e6200a2-984d7f78, #w-node-ddfb42b9-603d-38c4-4de9-914d6e6200a9-984d7f78, #w-node-ddfb42b9-603d-38c4-4de9-914d6e6200b0-984d7f78, #w-node-_898d2b03-09a4-2d03-0f5d-640c6e16e88b-3bc77566, #w-node-_898d2b03-09a4-2d03-0f5d-640c6e16e893-3bc77566, #w-node-_10d4ecf8-6708-4f78-8b37-71a5535ea17d-946b3688 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10d4ecf8-6708-4f78-8b37-71a5535ea182-946b3688 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_10d4ecf8-6708-4f78-8b37-71a5535ea183-946b3688 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10d4ecf8-6708-4f78-8b37-71a5535ea188-946b3688 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_10d4ecf8-6708-4f78-8b37-71a5535ea189-946b3688 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10d4ecf8-6708-4f78-8b37-71a5535ea18e-946b3688 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_10d4ecf8-6708-4f78-8b37-71a5535ea18f-946b3688 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f266055d-795d-b6b2-418e-e9b9f42c7d81-af2aa7be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-f266055d-795d-b6b2-418e-e9b9f42c7d8b-af2aa7be, #w-node-f266055d-795d-b6b2-418e-e9b9f42c7d8c-af2aa7be, #w-node-f266055d-795d-b6b2-418e-e9b9f42c7dad-af2aa7be, #w-node-_458770c1-20bf-c474-968d-1e9d47bb483a-bed58933, #w-node-_458770c1-20bf-c474-968d-1e9d47bb483b-bed58933, #w-node-_458770c1-20bf-c474-968d-1e9d47bb4842-bed58933, #w-node-_458770c1-20bf-c474-968d-1e9d47bb4849-bed58933, #w-node-_458770c1-20bf-c474-968d-1e9d47bb4850-bed58933 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_458770c1-20bf-c474-968d-1e9d47bb4857-bed58933 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3fd5d61e-67f4-4c3b-e955-c96121594017-9da3168a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fd5d61e-67f4-4c3b-e955-c96121594018-9da3168a, #w-node-_2b44c038-b0f6-2326-5af7-e4925bac19a7-986b15f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2b44c038-b0f6-2326-5af7-e4925bac19ad-986b15f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f473ea4-a4db-bfbb-576a-3821a07ce25f-50b3d67b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7f473ea4-a4db-bfbb-576a-3821a07ce267-50b3d67b {
  place-self: center;
}

#w-node-_7119b740-2a41-d97d-1ef0-efdb173d61fc-c6adea83, #w-node-_7119b740-2a41-d97d-1ef0-efdb173d6207-c6adea83, #w-node-_7119b740-2a41-d97d-1ef0-efdb173d620a-c6adea83, #w-node-_7119b740-2a41-d97d-1ef0-efdb173d6215-c6adea83, #w-node-_21e76866-2e00-d212-e509-d49a3249dbea-23fea9eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f05b49c9-e19b-97a8-fbb5-8813ab6657df-c6ae676c {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f05b49c9-e19b-97a8-fbb5-8813ab6657e6-c6ae676c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f05b49c9-e19b-97a8-fbb5-8813ab6657ed-c6ae676c {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-f05b49c9-e19b-97a8-fbb5-8813ab6657f4-c6ae676c, #w-node-_5b0032a3-e964-4022-f17f-f3e9884de415-06c98081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b0032a3-e964-4022-f17f-f3e9884de416-06c98081, #w-node-_5b0032a3-e964-4022-f17f-f3e9884de41e-06c98081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5b0032a3-e964-4022-f17f-f3e9884de424-06c98081, #w-node-_5b0032a3-e964-4022-f17f-f3e9884de427-06c98081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b0032a3-e964-4022-f17f-f3e9884de428-06c98081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2d41371b-c7a4-9f2e-5a01-6f50a8b4d9ab-5db015a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_2d41371b-c7a4-9f2e-5a01-6f50a8b4d9b3-5db015a1 {
  place-self: center;
}

#w-node-cfd13d5d-554a-9254-fe34-27fe8a2062c0-e00732fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfd13d5d-554a-9254-fe34-27fe8a2062c5-e00732fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cfd13d5d-554a-9254-fe34-27fe8a2062c6-e00732fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfd13d5d-554a-9254-fe34-27fe8a2062cb-e00732fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cfd13d5d-554a-9254-fe34-27fe8a2062cc-e00732fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfd13d5d-554a-9254-fe34-27fe8a2062d1-e00732fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cfd13d5d-554a-9254-fe34-27fe8a2062d2-e00732fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40bca808-f6ed-9b51-5f5d-5383ca609dda-a58570e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_40bca808-f6ed-9b51-5f5d-5383ca609de4-a58570e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-b98f5eba-a855-1b8b-21fd-fd82729a3163-be98e8e2, #w-node-b98f5eba-a855-1b8b-21fd-fd82729a316d-be98e8e2, #w-node-b98f5eba-a855-1b8b-21fd-fd82729a3177-be98e8e2, #w-node-b98f5eba-a855-1b8b-21fd-fd82729a3181-be98e8e2, #w-node-b98f5eba-a855-1b8b-21fd-fd82729a318b-be98e8e2, #w-node-b98f5eba-a855-1b8b-21fd-fd82729a3195-be98e8e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dca7bc4-f255-828d-bfb8-fbe0f0fc3cf3-bc6af000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_3dca7bc4-f255-828d-bfb8-fbe0f0fc3cfc-bc6af000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_815373f0-8c1e-c600-96a1-da4e299d423f-6415b883, #w-node-_815373f0-8c1e-c600-96a1-da4e299d4249-6415b883, #w-node-_815373f0-8c1e-c600-96a1-da4e299d4253-6415b883, #w-node-_815373f0-8c1e-c600-96a1-da4e299d425d-6415b883, #w-node-_815373f0-8c1e-c600-96a1-da4e299d4267-6415b883, #w-node-_815373f0-8c1e-c600-96a1-da4e299d4271-6415b883, #w-node-_815373f0-8c1e-c600-96a1-da4e299d427b-6415b883, #w-node-_815373f0-8c1e-c600-96a1-da4e299d4285-6415b883, #w-node-e47560ca-5887-739e-958e-a676ebdb52fd-6415e4c1, #w-node-e47560ca-5887-739e-958e-a676ebdb530c-6415e4c1, #w-node-_7dadf727-d278-d892-b001-a5118fad0fc4-2e78f6fa, #w-node-_7dadf727-d278-d892-b001-a5118fad0fcd-2e78f6fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12ec2d70-c6a4-6edd-28e0-6d4bb912e0ec-900ec36a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_12ec2d70-c6a4-6edd-28e0-6d4bb912e0f4-900ec36a, #w-node-e8336167-c808-0a12-aff1-fc2f6d22a0b4-ba985ac6, #w-node-e8336167-c808-0a12-aff1-fc2f6d22a0bb-ba985ac6, #w-node-c846a3f2-89cb-f082-2e46-58afc82110bb-fcb68805 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c846a3f2-89cb-f082-2e46-58afc82110bc-fcb68805 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c846a3f2-89cb-f082-2e46-58afc82110c3-fcb68805 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c846a3f2-89cb-f082-2e46-58afc82110c8-fcb68805 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c846a3f2-89cb-f082-2e46-58afc82110c9-fcb68805, #w-node-d9b77ba6-8375-1789-883f-8f0174a045fa-18c04ae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9b77ba6-8375-1789-883f-8f0174a045fb-18c04ae3, #w-node-e213bfaa-a5d9-ca56-86d0-9746019cd264-aaca9309 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_683b76f8-02df-44d0-49e6-ab6204db2caf-9010b1f5, #w-node-_683b76f8-02df-44d0-49e6-ab6204db2cb6-9010b1f5, #w-node-_683b76f8-02df-44d0-49e6-ab6204db2cbd-9010b1f5, #w-node-c28b4633-69dd-bfa9-a2ef-6241c2f48795-ee9694f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c28b4633-69dd-bfa9-a2ef-6241c2f4879a-ee9694f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c28b4633-69dd-bfa9-a2ef-6241c2f4879b-ee9694f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c28b4633-69dd-bfa9-a2ef-6241c2f487a0-ee9694f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c28b4633-69dd-bfa9-a2ef-6241c2f487a1-ee9694f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c28b4633-69dd-bfa9-a2ef-6241c2f487a6-ee9694f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c28b4633-69dd-bfa9-a2ef-6241c2f487a7-ee9694f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8039f7c-16d6-de66-b216-ff1b72d81b9b-226336e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-b8039f7c-16d6-de66-b216-ff1b72d81baf-226336e0, #w-node-_711f9320-5783-25dc-a92b-a99c26951f1d-1d8aa87c, #w-node-_711f9320-5783-25dc-a92b-a99c26951f28-1d8aa87c, #w-node-_711f9320-5783-25dc-a92b-a99c26951f33-1d8aa87c, #w-node-_9016afc3-9491-cf64-1dc2-060341995b5d-acbb7035, #w-node-_9016afc3-9491-cf64-1dc2-060341995b5e-acbb7035, #w-node-_9016afc3-9491-cf64-1dc2-060341995b83-acbb7035, #w-node-_9016afc3-9491-cf64-1dc2-060341995b9f-acbb7035, #w-node-_9016afc3-9491-cf64-1dc2-060341995bc4-acbb7035 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_68cad0f7-6ab2-7d9c-e647-f9bcbdcc41da-bdcc41d7, #w-node-_898d2b03-09a4-2d03-0f5d-640c6e16e88b-3bc77566, #w-node-f266055d-795d-b6b2-418e-e9b9f42c7d81-af2aa7be {
    justify-self: center;
  }

  #w-node-_458770c1-20bf-c474-968d-1e9d47bb4857-bed58933 {
    order: -9999;
  }

  #w-node-_7f473ea4-a4db-bfbb-576a-3821a07ce25f-50b3d67b, #w-node-_21e76866-2e00-d212-e509-d49a3249dbea-23fea9eb, #w-node-_2d41371b-c7a4-9f2e-5a01-6f50a8b4d9ab-5db015a1, #w-node-_40bca808-f6ed-9b51-5f5d-5383ca609dda-a58570e0, #w-node-_3dca7bc4-f255-828d-bfb8-fbe0f0fc3cf3-bc6af000, #w-node-_7dadf727-d278-d892-b001-a5118fad0fc4-2e78f6fa, #w-node-_12ec2d70-c6a4-6edd-28e0-6d4bb912e0ec-900ec36a, #w-node-d9b77ba6-8375-1789-883f-8f0174a045fa-18c04ae3 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2b44c038-b0f6-2326-5af7-e4925bac19ad-986b15f0 {
    order: -9999;
  }

  #w-node-f05b49c9-e19b-97a8-fbb5-8813ab6657df-c6ae676c, #w-node-f05b49c9-e19b-97a8-fbb5-8813ab6657e6-c6ae676c, #w-node-f05b49c9-e19b-97a8-fbb5-8813ab6657ed-c6ae676c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8039f7c-16d6-de66-b216-ff1b72d81b9b-226336e0 {
    justify-self: center;
  }

  #w-node-b8039f7c-16d6-de66-b216-ff1b72d81baf-226336e0 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5b0032a3-e964-4022-f17f-f3e9884de424-06c98081, #w-node-_5b0032a3-e964-4022-f17f-f3e9884de427-06c98081 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Medium.otf') format('opentype'), url('../fonts/Outfit-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Regular.otf') format('opentype'), url('../fonts/Outfit-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype'), url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype'), url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}