@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Satoshi variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #010e24;
  --dark-slate-blue: #2f394b;
  --deep-pink: #e74573;
  --white: white;
  --crimson: #e62a5f;
  --steel-blue: #4979ce0f;
  --ghost-white: #e8ebf1;
  --orange: #f5ae26;
  --orange-2: #ee9f06;
  --medium-spring-green: #45e799;
  --deep-sky-blue: #1ab3ff;
  --dark-slate-blue-2: #24457f;
  --medium-orchid: #cb26f5;
}

.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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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-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-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: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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 {
  color: var(--black);
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Satoshi variable, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  color: var(--black);
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Satoshi variable, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Satoshi variable, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Satoshi variable, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Satoshi variable, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

p {
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

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

a:hover {
  color: var(--black);
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

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

li {
  color: var(--black);
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

blockquote {
  background-color: var(--black);
  color: var(--deep-pink);
  background-image: radial-gradient(circle at 0 0, #f5ae2666, #45e79930 9%, #0000 39%), radial-gradient(circle at 100% 100%, #1ab3ff59 4%, #cb26f55c 12%, #0000 29%);
  border: 1px #000;
  border-radius: 18px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px;
  font-family: Satoshi variable, sans-serif;
  font-size: 32px;
  line-height: 140%;
}

figcaption {
  color: var(--black);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Satoshi variable, sans-serif;
  font-weight: 500;
}

.announcement-bar {
  background-color: var(--deep-pink);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 3%;
  display: flex;
}

.announcement-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  font-family: Satoshi variable, sans-serif;
  display: flex;
}

.announcement-flex-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.announcement-link {
  color: var(--white);
}

.annoncement-close-icon {
  background-color: var(--crimson);
  border: 1px #171e30;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.image-x {
  filter: invert();
}

.brand {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.btn-primary {
  background-color: var(--deep-pink);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 8px;
  height: auto;
  padding: 20px 40px;
  font-family: Satoshi variable, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.btn-primary:hover {
  background-color: var(--crimson);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 2px 2px 9px #71a6ff54;
}

.btn-primary.w--current {
  border-radius: 8px;
}

.btn-primary.style-guide-bar {
  z-index: 2;
  position: absolute;
  inset: auto 6% 2%;
}

.nav-menu {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  color: #171e30;
  background-color: #0000;
  border: 1px #000;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 14px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.nav-link:hover {
  background-color: var(--steel-blue);
  color: var(--deep-pink);
  border: 1px #000;
}

.nav-link.w--current {
  color: #222d48;
  border-bottom-color: #ef3e57;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 24px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-column.right {
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.logo {
  color: #222d48;
  letter-spacing: -.6px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.container {
  z-index: 4;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.arete-social-icon {
  width: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.btn-primary-2 {
  background-color: var(--orange);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 8px;
  padding: 20px 40px;
  font-family: Satoshi variable, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.btn-primary-2:hover {
  background-color: var(--orange-2);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 2px 2px 9px #71a6ff54;
}

.arete-top-header-title {
  color: var(--dark-slate-blue);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Satoshi variable, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  position: relative;
}

.arete-top-header-title.light {
  color: var(--ghost-white);
}

.highlited-text {
  color: var(--orange);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #000;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.highlited-text.red {
  color: var(--deep-pink);
}

.highlited-text.green {
  color: var(--medium-spring-green);
}

.highlited-text.blue {
  color: var(--deep-sky-blue);
}

.panel {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Satoshi variable, sans-serif;
  display: grid;
  position: relative;
}

.arete-social-icons-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
}

.arete-social-icons-wrapper.right-flex {
  justify-content: flex-end;
}

.panel-social-links {
  justify-content: flex-end;
  align-items: center;
  margin-top: -4px;
  margin-right: -14px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.hero-section {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.hero-email {
  color: #171e30;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 17px;
  font-weight: 600;
}

.arete {
  opacity: 1;
  background-color: #010e241a;
  border: 0 #242227;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 4px 5px;
  display: flex;
  position: relative;
}

.arete:hover {
  background-color: var(--orange);
}

.top-text-label {
  color: var(--dark-slate-blue);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.top-text-label.right {
  color: var(--dark-slate-blue);
  text-align: right;
  margin-bottom: 10px;
  font-weight: 500;
}

.email-left-side-wrapper {
  color: #151515;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.arete-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.mg-20px {
  width: 100%;
  height: 20px;
}

.hero-content-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-content-center._70 {
  width: 70%;
}

.arete-hero-grid-image {
  width: 60%;
}

.arete-hero-grid-image.blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 70%;
  height: 500px;
}

.mg-60px {
  width: 100%;
  height: 60px;
}

.arete-hero-image {
  perspective: 2000px;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  transform: translate(0);
  box-shadow: 0 10px 30px #2f394b33;
}

.arete-hero-image._1 {
  width: 70%;
}

.arete-hero-image-wrap {
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-bar-info {
  z-index: 2;
  background-color: var(--orange);
  white-space: nowrap;
  border-radius: 8px;
  padding: 9px 20px;
  font-family: Satoshi variable, sans-serif;
  position: absolute;
  inset: auto auto 20% 4%;
}

.image-bar-info.second {
  z-index: 2;
  background-color: var(--deep-pink);
  color: var(--white);
  border-radius: 8px;
  font-family: Satoshi variable, sans-serif;
  bottom: 30%;
  left: 14%;
}

.image-bar-info.first {
  z-index: 2;
  background-color: var(--black);
  color: var(--white);
  border-radius: 8px;
  font-family: Satoshi variable, sans-serif;
  position: absolute;
  inset: 11% auto auto 10%;
}

.image-bar-info.fourth {
  background-color: var(--medium-spring-green);
  color: var(--black);
  border-radius: 8px;
  font-family: Satoshi variable, sans-serif;
  bottom: 27%;
  left: auto;
  right: 10%;
}

.image-bar-info.fifth {
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 8px;
  font-family: Satoshi variable, sans-serif;
  bottom: 12%;
  left: auto;
  right: 3%;
}

.hero-image-bar-text {
  white-space: nowrap;
}

.grid-info {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template: "."
  / 1fr 1fr;
  place-items: center end;
}

.inner-content {
  color: #3c4153;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.inner-content.white-text {
  color: var(--white);
  justify-content: space-between;
}

.button-wrapper {
  margin-right: 24px;
}

.mg-100px {
  width: 100%;
  height: 100px;
}

.integration-card {
  box-shadow: none;
  text-align: center;
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.title-integration {
  color: #171e30;
  margin-bottom: 0;
}

.integration-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--steel-blue);
  border-top: 1px dashed #4979ce1a;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 128px 5%;
  position: relative;
}

.section.dark {
  background-color: var(--black);
  color: var(--white);
  overflow: hidden;
}

.section.dark.invisible-overflow {
  z-index: 2;
  color: var(--white);
  overflow: hidden;
}

.section.integration-section {
  background-color: var(--black);
  padding-top: 0;
  position: relative;
}

.section.invisible-overflow {
  padding-top: 128px;
  padding-bottom: 128px;
  overflow: hidden;
}

.section.cta-text-section {
  background-color: var(--black);
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.section.pricing-section {
  background-color: #0000;
  padding-top: 0;
  position: relative;
}

.section.no-padding-bottom {
  background-color: var(--ghost-white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.about-gallery-image {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

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

.section.blog, .section.blog-details, .section.mg-top-0px {
  padding-top: 0;
}

.arete-section-title-left-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.arete-section-title-left-wrapper.dark-text {
  color: var(--black);
}

.integration-wrapper {
  z-index: 2;
  background-color: var(--white);
  border-radius: 14px;
  padding: 60px;
  position: relative;
}

.arete-buttons-grid-right {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.arete-feature-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #1a1b1f;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arete-feature-card.second {
  z-index: 1;
  background-color: var(--deep-sky-blue);
  justify-content: flex-end;
  align-items: flex-end;
  width: 96%;
  height: 100%;
  margin-left: auto;
  padding: 35px;
  position: relative;
  overflow: hidden;
}

.arete-feature-card.first {
  z-index: 1;
  background-color: var(--orange);
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 96%;
  height: 100%;
  padding: 35px;
  position: relative;
  overflow: hidden;
}

.arete-grid-join-stip {
  grid-column-gap: 140px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.arete-icon-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.arete-icon-wrapper.green {
  background-color: #e8fff1;
}

.arete-icon-wrapper._1 {
  background-color: var(--orange);
}

.arete-icon-wrapper._2 {
  background-color: var(--deep-sky-blue);
}

.arete-icon-wrapper._3 {
  background-color: var(--deep-pink);
}

.arete-icon-wrapper._4 {
  background-color: var(--medium-spring-green);
}

.arete-service-icon {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.arete-bottom-content-wrapper {
  width: 100%;
}

.arete-service-grid-wrapper {
  grid-template-rows: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.integration-icon {
  border-radius: 0;
  margin-bottom: 0;
}

.mg-40px {
  width: 100%;
  height: 40px;
}

.shade-color {
  background-color: #4979ce30;
  border-radius: 12px;
  position: absolute;
  inset: 6% -4% 4% 0%;
  transform: scale(.9)rotate(6deg);
}

.shade-color.leftmg {
  left: -4%;
  right: 0%;
  transform: scale(.9)rotate(-6deg);
}

.shade-color._1 {
  background-color: #f5ae2630;
}

.div-block {
  position: relative;
}

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

.section-block {
  z-index: 1;
  background-color: var(--white);
  height: 65%;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-left-arrow {
  background-color: #251e38;
  border-radius: 6px;
  width: 60px;
  height: 60px;
  font-size: 13px;
  display: block;
  left: -54%;
}

.slider-left-arrow:hover {
  background-image: linear-gradient(to right, #de39ff, #3982ff);
}

.slider-left-arrow._1 {
  background-color: var(--dark-slate-blue-2);
  border-radius: 100%;
  margin-left: -6em;
  left: 0%;
}

.slider-left-arrow._1:hover {
  background-color: var(--orange);
  color: #fff;
  background-image: none;
}

.arete-mg-20px {
  width: 100%;
  height: 20px;
}

.testimonial-info-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-right-arrow {
  background-color: #251e38;
  border-radius: 6px;
  width: 60px;
  height: 60px;
  font-size: 15px;
  display: block;
  right: -54%;
}

.slider-right-arrow:hover {
  background-image: linear-gradient(to left, #de39ff, #3982ff);
}

.slider-right-arrow._1 {
  background-color: var(--dark-slate-blue-2);
  border-radius: 100%;
  margin-right: -6em;
  font-size: 13px;
  right: 0%;
}

.slider-right-arrow._1:hover {
  background-color: var(--deep-pink);
  background-image: none;
}

.slide {
  margin-right: 40px;
}

.testimonial-container {
  background-color: var(--orange);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.testimonial-container._3 {
  background-color: var(--deep-pink);
}

.testimonial-container._2 {
  background-color: var(--deep-sky-blue);
}

.name-position {
  color: #171e30;
  letter-spacing: -.5px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.testimonials-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-bottom-info-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.mask {
  overflow: visible;
}

.testimonial-author-name {
  color: #142335;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Satoshi variable, sans-serif;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.testimonial-author-name.left {
  justify-content: flex-start;
}

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

.testimonials {
  text-align: center;
  background-color: #0000;
  border-radius: 16px;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.logo-clients {
  opacity: 1;
  background-color: #171e30;
  border-radius: 6px;
  width: auto;
  height: 40px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: auto;
  display: inline-block;
}

.testimonial-text {
  color: #171e30;
  text-align: center;
  max-width: 570px;
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6em;
}

.team-image {
  z-index: 5;
  border-radius: 20px;
  width: 160px;
  height: 160px;
  margin-bottom: 0;
  transition: box-shadow .3s;
  position: relative;
  overflow: hidden;
}

.team-image.second {
  background-image: url('../images/Untitled-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-image.first {
  background-image: url('../images/Untitled-4.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  align-items: flex-start;
  display: flex;
}

.team-image.three {
  background-image: url('../images/Untitled-3.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  align-items: flex-start;
  width: 160px;
  height: 160px;
  display: flex;
}

.team-image._1 {
  background-color: #0000;
  background-image: url('../images/Untitled-3.png');
  background-position: 50%;
  background-size: cover;
}

.team-image._2 {
  background-color: #0000;
  background-image: url('../images/Untitled-4.png');
  background-position: 50%;
  background-size: cover;
}

.arete-text-center {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arete-text-center._60 {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.arete-text-center._60 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.arete-text-center._70 {
  z-index: 2;
  color: var(--black);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonials-name {
  color: #222d48;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.icon {
  color: #fff;
}

.footer-section {
  background-color: #0000;
  padding-bottom: 10px;
}

.arete-social-footer-link {
  opacity: 1;
  color: #4979ce1a;
  background-color: #010e241a;
  border: 0 #242227;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 4px 5px;
  display: flex;
  position: relative;
}

.arete-social-footer-link:hover {
  background-color: var(--orange);
}

.footer-logo-link {
  color: #333;
  flex: 0 auto;
  min-width: auto;
  max-height: none;
  text-decoration: none;
  display: flex;
}

.footer-bottom {
  z-index: 2;
  background-color: var(--white);
  color: var(--black);
  border: 1px #000;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Satoshi variable, sans-serif;
  display: flex;
  position: relative;
}

.footer-title-block {
  color: #171e30;
  margin-bottom: 0;
  font-size: 24px;
}

.btn-primary-3 {
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 8px;
  height: auto;
  padding: 20px 40px;
  font-family: Satoshi variable, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.btn-primary-3:hover {
  color: #fff;
  background-color: #029deb;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 2px 2px 9px #71a6ff54;
}

.footer-flex-container {
  z-index: 2;
  color: #666;
  text-align: left;
  justify-content: space-between;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.arete-mg-40px {
  width: 100%;
  height: 40px;
}

.footer-link {
  color: #171e30;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px 14px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--deep-pink);
  background-color: #4979ce1a;
  text-decoration: none;
}

.footer-column {
  color: #000;
  text-align: left;
  flex: 0 auto;
  width: 30%;
  margin-bottom: 20px;
  padding-right: 20px;
}

.footer-links {
  color: #6d6875;
  margin-top: 0;
  margin-bottom: 10px;
}

.footer-copyright {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}

.footer-side {
  color: #f8ffd9;
  width: 32%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 40px;
}

.footer-side.flex-side {
  border-left: 1px solid #30364d2e;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 98px;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.footer-side.flex-side.light {
  color: #000;
  border: 1px #000;
  justify-content: flex-end;
  width: 68%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-link-text {
  color: var(--black);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link-text:hover {
  color: var(--deep-pink);
  background-color: #4979ce1a;
  text-decoration: none;
}

.arete-categories-card-link {
  background-color: var(--deep-pink);
  color: var(--white);
  border-radius: 8px;
  padding: 10px 16px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  display: inline-block;
}

.arete-big-blog-card-wrapper {
  background-color: var(--white);
  border-radius: 14px;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.arete-image-blog-card {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 400px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.arete-blog-card-image-wrapper {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  transform: translate(0);
}

.arete-blog-big-tittle {
  color: #222d48;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4em;
}

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

.arete-bottom-info-post-wrapper {
  color: var(--black);
  padding: 30px;
}

.arete-blog-small-title {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 125%;
}

.arete-small-blog-card-wrapper {
  background-color: var(--white);
  color: var(--black);
  border: 1px #ffe8eb;
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 0;
  text-decoration: none;
  display: flex;
}

.mg-10px {
  width: 100%;
  height: 10px;
}

.arete-left-info-post-wrapper {
  margin-left: 0;
}

.arete-image-blog-card-small {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px 0 0 14px;
  align-items: flex-end;
  width: 100%;
  height: 200px;
  display: flex;
}

.blog-small-card-info-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  width: 100%;
}

.text-block {
  color: #171e30;
  font-family: Satoshi variable, sans-serif;
  font-weight: 500;
}

.form-input {
  border: 1px solid var(--dark-slate-blue-2);
  background-color: var(--steel-blue);
  color: var(--white);
  border-radius: 6px;
  height: 38px;
  min-height: 50px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 15px;
  line-height: 25px;
  transition: all .3s;
}

.form-input:hover {
  border-color: var(--deep-pink);
  box-shadow: 0 0 0 4px #71a6ff54;
}

.form-input:focus, .form-input.-wfp-focus {
  border-color: var(--deep-pink);
  color: var(--white);
}

.form-input::placeholder {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.form-input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 15px;
  line-height: 25px;
  overflow: auto;
}

.form-input.text-area:hover {
  border-color: var(--deep-pink);
  box-shadow: 0 0 0 4px #71a6ff54;
}

.form-input.text-area::placeholder {
  color: #fff;
}

.form-input.select {
  color: #fff;
  background-color: #4979ce1a;
  font-weight: 500;
}

.form-input.select:hover {
  border-color: var(--deep-pink);
  box-shadow: 0 0 0 4px #71a6ff54;
}

.arete-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

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

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

.arete-field-label {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

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

.arete-form-component {
  background-color: var(--black);
  border-style: none;
  border-width: 0;
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  font-family: Satoshi variable, sans-serif;
}

.contact-info-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  font-size: 13px;
  line-height: 20px;
  display: grid;
}

.contact-list-wrapper {
  align-items: flex-start;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  display: flex;
}

.checkmark-circle {
  background-color: var(--deep-pink);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

.arete-grid-two-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: relative;
}

.arete-cta-in-container {
  background-color: var(--white);
  text-align: left;
  border-radius: 14px;
  padding: 60px 60px 60px 0;
  position: relative;
  overflow: hidden;
}

.arete-width-small-card {
  direction: ltr;
  flex: none;
  width: 100%;
  position: relative;
}

.dashboard-image {
  border: 1px #000;
  border-radius: 20px;
  position: relative;
  bottom: 0;
  left: -29px;
}

.cta-block-color {
  background-color: var(--deep-sky-blue);
  filter: blur(100px);
  width: 38%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cta-strip-text {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  white-space: normal;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: rotate(0);
}

.text-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  white-space: nowrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
  transform: rotate(0);
}

.cta-text-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row;
  align-items: center;
  width: 100vw;
  display: flex;
}

.divider-diamond {
  filter: invert();
}

.features-info {
  position: relative;
}

.features-info.left-flex {
  text-align: left;
}

.arete-grid-2-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.metric-wrapper {
  background-color: var(--steel-blue);
  border-radius: 13px;
  width: auto;
  padding: 24px;
}

.arete-info-description-metrics {
  color: #6e7191;
}

.arete-metric-grid-inline {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
}

.arete-metric-info {
  color: #222d48;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 66px;
}

.component-wrapper {
  z-index: 2;
  background-color: var(--white);
  border-radius: 14px;
  padding: 60px;
  position: relative;
}

.team-member-image {
  z-index: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-bottom: 0;
  position: relative;
}

.top-header-tittle {
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Satoshi variable, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.team-member-position {
  color: #171e30;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.team-member-name {
  color: #171e30;
  text-transform: none;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.team-card {
  grid-column-gap: 40px;
  background-color: var(--white);
  text-align: center;
  border-radius: 14px;
  flex-direction: row;
  align-items: center;
  padding: 30px;
  font-family: Satoshi variable, sans-serif;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-grid {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
  position: relative;
}

.accordion-card {
  text-align: left;
  border: 1px #000;
  margin-bottom: 20px;
  transition: box-shadow .4s, background-color .4s;
  display: block;
  overflow: hidden;
}

.vertical-line {
  color: #ff7839;
  background-color: #fff;
  width: 2px;
  height: 40%;
  position: absolute;
}

.accordion-paragraph {
  color: var(--white);
  background-color: #ffffff1a;
  border-radius: 10px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-paragraph._1 {
  background-color: var(--deep-sky-blue);
}

.accordion-paragraph._2 {
  background-color: var(--deep-pink);
}

.accordion-head {
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ffffff1a;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: center;
  min-height: 100px;
  padding: 14px 40px 14px 20px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-head._1 {
  background-color: var(--deep-sky-blue);
}

.accordion-head._2 {
  background-color: var(--deep-pink);
}

.accordion-icon {
  z-index: 2;
  background-color: #171e30;
  border: 0 #bd243a;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-right: 20px;
  padding-top: 0;
  display: flex;
  position: absolute;
  right: 0;
}

.accordion-icon:hover {
  background-color: var(--deep-pink);
}

.accordion-body {
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}

.horizontal-line {
  background-color: #fff;
  width: 40%;
  height: 2px;
  position: absolute;
}

.accordion-overlay {
  z-index: -1;
  background-color: #fff;
  width: 0;
  position: absolute;
  inset: 0%;
}

.accordion-wrapper {
  width: 100%;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.accordion-wrapper._700px {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.arete-toggle-heading {
  z-index: 2;
  letter-spacing: -.5px;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 4px;
  margin-right: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  position: relative;
}

.team-content-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.block-color {
  background-color: var(--orange);
  filter: blur(100px);
  width: 30%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.block-color._2 {
  background-color: var(--deep-pink);
}

.block-color._3 {
  background-color: var(--deep-sky-blue);
}

.block-color._4 {
  background-color: var(--medium-spring-green);
}

.mg-120px {
  width: 100%;
  height: 120px;
}

.arete-grid-3-column {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.arete-contact-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  text-align: left;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  font-family: Satoshi variable, sans-serif;
  display: flex;
}

.contact-link {
  color: var(--dark-slate-blue);
  text-align: left;
  border: 1px #000;
  font-size: 16px;
  text-decoration: none;
}

.contact-link:hover {
  color: var(--deep-pink);
}

.arete-features-plan {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 170%;
}

.arete-pricing-feature-wrapper {
  grid-column-gap: 16px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.arete-pricing-card {
  background-color: #fff7f8;
  border-radius: 24px;
  flex-direction: column;
  padding: 40px 32px 32px;
  display: flex;
}

.arete-pricing-card._1 {
  background-color: var(--white);
  color: var(--black);
  border: 0 #ffe8eb;
  border-radius: 20px;
  font-family: Satoshi variable, sans-serif;
  position: relative;
  overflow: hidden;
}

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

.arete-price-features-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 0;
  display: block;
}

.arete-caption-price-table {
  color: #171e30;
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.arete-top-price-contrent-card {
  width: 100%;
  margin-bottom: 0;
}

.pricing-section-block-color {
  z-index: 1;
  background-color: var(--black);
  height: 85%;
  position: absolute;
  inset: auto 0% 0%;
}

.pricing-color-block {
  background-color: var(--orange);
  height: 18%;
  position: absolute;
  inset: 0% 0% auto;
}

.pricing-color-block._1 {
  filter: blur(100px);
}

.hero-flex-container {
  align-items: center;
  display: flex;
}

.arete-left-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
  display: flex;
}

.arete-integration-icon {
  box-shadow: none;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
  position: relative;
}

.arete-integration-icon._1 {
  width: 90px;
  height: 90px;
  position: relative;
}

.arete-header-page-info-wrapper {
  color: #383942;
  max-width: 600px;
  margin-top: 0;
}

.interaction-logo {
  border-radius: 0;
}

.hero-features-wrapp {
  margin-left: auto;
  position: relative;
}

.arete-grid-itegration {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 400px;
  height: 400px;
}

.interaction-block {
  padding-top: 0;
}

.interaction-link {
  z-index: 1;
  color: var(--black);
  background-color: #010e241a;
  border-radius: 7px;
  width: auto;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: relative;
}

.interaction-link:hover {
  color: #151515;
  background-color: #fafaf3;
}

.interaction-link.w--current {
  color: #151515;
  background-color: #c3d577;
  font-weight: 700;
}

.interaction-link._1 {
  background-color: var(--orange);
  color: var(--white);
  font-family: Satoshi variable, sans-serif;
}

.interaction-link._1:hover {
  background-color: #d3951f;
}

.interaction-link._1.w--current:hover {
  background-color: #b17d18;
}

.interaction-link._2 {
  background-color: var(--deep-pink);
  color: var(--white);
  font-family: Satoshi variable, sans-serif;
}

.interaction-link._2:hover {
  background-color: #b43056;
}

.interaction-link._3 {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  font-family: Satoshi variable, sans-serif;
}

.interaction-link._3:hover {
  background-color: #118ac7;
}

.interaction-link._4 {
  background-color: var(--medium-spring-green);
  color: var(--white);
  font-family: Satoshi variable, sans-serif;
}

.interaction-link._4:hover {
  background-color: #35c07d;
}

.arete-categories-links {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.interaction-title {
  color: var(--white);
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 32px;
}

.categories-links-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arete-intergration-card {
  background-color: var(--white);
  border-radius: 15px;
  padding: 5em 4.8em;
  font-family: Satoshi variable, sans-serif;
  position: relative;
  overflow: hidden;
}

.arete-integrations-grid {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.block-color-integration {
  background-color: var(--orange);
  filter: blur(100px);
  height: 130px;
  position: absolute;
  inset: 0% 0% auto;
}

.block-color-integration._2 {
  background-color: var(--deep-sky-blue);
}

.block-color-integration._3 {
  background-color: var(--deep-pink);
  background-color: var(--medium-spring-green);
}

.block-color-integration._4 {
  background-color: var(--deep-pink);
}

.integration-link {
  color: var(--black);
  text-align: left;
  border: 1px #000;
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.integration-link:hover {
  color: var(--deep-pink);
}

.utility-page-wrap {
  background-color: var(--steel-blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 460px;
  padding: 41px;
  font-family: Satoshi variable, sans-serif;
  display: flex;
  position: relative;
}

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

.search {
  background-color: var(--white);
  border-style: none;
  border-width: 0;
  border-radius: 16px;
  align-items: stretch;
  width: 40%;
  padding: 6px;
  display: flex;
  overflow: hidden;
}

.search-input {
  border: 1px #0000;
  height: 60px;
  margin-bottom: 0;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.search-input::placeholder {
  color: var(--black);
}

.search-button {
  background-color: var(--deep-sky-blue);
  background-image: url('../images/icons8-search-480-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 10px;
  width: 20%;
}

.search-button:hover {
  background-color: #1192d3;
}

.link-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.arete-sidebar-menu {
  border-top: 1px solid var(--dark-slate-blue);
  flex-direction: column;
  align-items: stretch;
  padding: 28px 16px;
  display: flex;
}

.sidebar-link {
  color: #f6f8ff;
  border-radius: 10px;
  width: 100%;
  padding: 14px 24px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .3s;
}

.sidebar-link:hover {
  color: var(--deep-pink);
  background-color: #ffffff1a;
  border-radius: 10px;
}

.sidebar {
  background-color: var(--black);
  color: #fff;
  width: 270px;
  padding-bottom: 104px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.arete-grid-colors {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-bottom: 80px;
  display: grid;
}

.mg-80px {
  width: 100%;
  height: 80px;
}

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

.arete-component-wrapper {
  text-align: left;
  width: 100%;
  padding-bottom: 0;
}

.paragraph-big {
  font-size: 20px;
  line-height: 170%;
}

.text-small {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.arete-componet-header {
  text-align: center;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.arete-component-card {
  text-align: center;
  background-color: #fff;
  border: 1px #dee3e9;
  border-radius: 14px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 40px 15%;
  display: flex;
  position: relative;
}

.card {
  background-color: #fff;
  border: 1px solid #ecebea;
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  position: relative;
}

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

.card.component {
  border: 0 #0000;
  border-radius: 14px;
  overflow: hidden;
}

.card.style-guide-color-card {
  color: #3c4153;
  background-color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 16px;
  width: 100%;
  min-width: 150px;
  height: 200px;
  font-weight: 700;
  overflow: hidden;
}

.card.style-guide-color-card._1 {
  box-shadow: none;
  background-image: url('../images/6182075d665205e6d0d6c8db_portrait-08.jpg');
  background-position: 50%;
  background-size: cover;
}

.card.style-guide-color-card._2 {
  background-image: url('../images/Photo-02.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.card.style-guide-color-card._3 {
  background-image: url('../images/Photo-01.jpeg');
  background-position: 50%;
  background-size: cover;
}

.card.style-guide-color-card._4 {
  background-image: url('../images/60c96575e659ad304a88b3e5_people-landscape-03.jpg');
  background-position: 0 0;
  background-size: cover;
}

.card.style-guide-color-card._5 {
  background-image: url('../images/Photo-03.webp');
  background-position: 50%;
  background-size: cover;
}

.card.style-guide-color-card._6 {
  background-image: url('../images/6182075c24106381cb2b0e75_portrait-03-p-800.jpeg');
  background-position: 50%;
  background-size: cover;
}

.card.icons {
  background-color: var(--deep-pink);
  border-style: none;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.arete-buttons-grid {
  grid-column-gap: 23px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-bottom: 80px;
  display: grid;
}

.card-body {
  color: #110e19;
  background-color: #fff;
  border-top: 1px #cad4ec66;
  flex: 1;
  padding: 12px 24px;
  font-family: Satoshi variable, sans-serif;
}

.style-guide-color {
  border-bottom: 1px #f6f8ff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: 200px;
  padding-top: 20px;
  padding-left: 20px;
}

.style-guide-color.primary-12 {
  background-color: var(--black);
}

.style-guide-color.primary-4 {
  background-color: var(--orange);
  color: #110e19;
  border: 1px #000;
}

.style-guide-color.primary-6 {
  background-color: var(--deep-sky-blue);
}

.style-guide-color.primary-5 {
  background-color: var(--deep-pink);
}

.style-guide-color.primary-11 {
  background-color: var(--dark-slate-blue);
  color: #0d072b;
}

.style-guide-color.primary-9 {
  background-color: var(--medium-spring-green);
  color: #000;
}

.style-guide-color.primary-10 {
  background-color: var(--medium-orchid);
}

.style-guide-color.primary-2 {
  background-color: var(--ghost-white);
  border: 1px #000;
  border-radius: 1px;
}

.arete-line {
  background-color: #cad4ec;
  flex: 1;
  height: 1px;
  margin-left: 0;
}

.color-name {
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 10px;
  font-family: Satoshi variable, sans-serif;
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  box-shadow: 1px 1px 10px #171e301a;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.style-guide {
  margin-left: 270px;
}

.single-form {
  color: var(--dark-slate-blue);
  text-align: center;
  border-radius: 0;
  max-width: 700px;
  margin: 0 auto;
  font-size: 13px;
  display: block;
}

.form-third {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #fff;
  border: 1px #0000;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px;
  font-family: Satoshi variable, sans-serif;
  display: grid;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: red;
  border-radius: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.success-message-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0dcc43;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
}

.text-field {
  float: none;
  color: #000;
  background-color: #0000;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  height: 60px;
  margin-top: -1px;
  margin-bottom: 0;
  margin-left: -1px;
  padding: 12px 20px;
  display: inline-block;
}

.text-field:hover, .text-field:active {
  border-color: #e9e9e9;
}

.text-field:focus {
  background-color: #f7f7f7;
  border-color: #e9e9e9;
}

.text-field.single {
  float: left;
  opacity: 1;
  color: #000;
  text-align: left;
  background-color: #0000;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  flex: 1;
  height: 60px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  position: relative;
}

.text-field.single:focus {
  background-color: #f7f7f7;
}

.text-field.single.email {
  color: #000;
  border-style: none;
  border-color: #0000;
  border-radius: 12px;
  margin-top: 1px;
  margin-left: 0;
}

.text-field.single.email::placeholder {
  color: var(--black);
}

.about-gallery-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-gallery-image {
  border-radius: 20px;
}

.join-us-strip {
  z-index: 2;
  background-color: var(--deep-pink);
  border-radius: 20px;
  padding: 40px;
  position: relative;
}

.arete-grid-matric {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 0;
  display: grid;
}

.features-info-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  font-family: Satoshi variable, sans-serif;
  font-size: 13px;
  line-height: 20px;
  display: grid;
}

.features-list-wrapper {
  align-items: flex-start;
  font-size: 16px;
  display: flex;
}

.btn-primary-4 {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 8px;
  padding: 20px 40px;
  font-family: Satoshi variable, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.btn-primary-4:hover {
  background-color: var(--deep-pink);
  color: var(--white);
}

.small-icon-26px {
  width: 32px;
  min-width: 26px;
  height: 32px;
  min-height: 26px;
}

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

._11px-normal-text {
  text-transform: uppercase;
  font-family: Satoshi variable, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

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

.integration-small-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-left: 20px;
  font-weight: 600;
  display: flex;
}

.arete-testimonials-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-100-cover {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  margin-bottom: -10px;
}

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

.tabs-content {
  background-color: var(--steel-blue);
  box-shadow: none;
  border-radius: 0 0 10px 10px;
  width: 100%;
  padding: 0 56px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  overflow: visible;
}

.tabs-content.white {
  background-color: #ffffff14;
  padding-top: 0;
}

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

.dark-color-text {
  color: #303030;
}

.tab-link-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  box-shadow: none;
  color: #303030;
  background-color: #0000;
  border: 1px #000;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s, border-color .3s;
  display: flex;
}

.tab-link-center.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border: 1px #000;
  border-radius: 10px;
  flex: 1;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.tabs-menu {
  background-color: var(--steel-blue);
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 11px;
  display: flex;
}

.tabs-menu.white {
  background-color: #ffffff1a;
  border-top-right-radius: 10px;
}

.tab-image-wrapper {
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
}

.color-text-card {
  color: #56565f;
}

.tab-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 40px;
}

.tab-title.white {
  color: var(--white);
}

.grid-1colmn-center-55px-gap {
  z-index: 2;
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  padding-top: 48px;
  position: relative;
}

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

.center-text._60 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

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

.heading-h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 34px;
}

.card-copy {
  text-align: left;
  background-color: #fff;
  border: 1px #ecebea;
  border-radius: 10px;
  flex-direction: column;
  padding: 60px 48px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 20px #2f394b1a;
}

.card-copy:hover {
  text-decoration: none;
}

.card-copy.transparent {
  box-shadow: none;
  background-color: #0000;
  border: 0 #0000;
  padding-left: 0;
  padding-right: 0;
}

.grid-1-colmn-16px {
  grid-template-columns: 1fr;
}

.icon-list-card {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-list-box {
  background-color: var(--medium-spring-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  margin-right: 16px;
  display: flex;
}

.icon-list-box.x {
  background-color: var(--crimson);
}

._18px-bold-text {
  color: var(--dark-slate-blue);
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

._100-invert {
  filter: invert();
}

.position-relative {
  background-color: var(--steel-blue);
  border-radius: 10px;
  padding: 78px;
  position: relative;
  overflow: hidden;
}

.grid-2-colmn-100px-gap {
  z-index: 2;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  place-items: center stretch;
  position: relative;
}

.testimonials-grid-vr-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}

.color-buble {
  background-color: #0000;
  background-image: linear-gradient(to bottom, #ffffff80, #ffffff80), linear-gradient(to bottom, var(--orange), var(--deep-pink));
  filter: blur(100px);
  border-radius: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
  left: -30%;
  right: auto;
}

.color-buble._2 {
  background-color: #0000;
  background-image: linear-gradient(to bottom, #ffffff80, #ffffff80), linear-gradient(to bottom, var(--deep-sky-blue), var(--medium-spring-green));
  top: -86px;
  left: auto;
  right: -25%;
}

.color-buble._2.interaction {
  width: 700px;
  height: 700px;
}

.color-buble._4 {
  z-index: 1;
  background-image: linear-gradient(to bottom, #ffffff80, #ffffff80), linear-gradient(to bottom, var(--orange-2) 38%, var(--medium-spring-green) 76%);
  width: 400px;
  height: 400px;
  margin: auto;
  position: absolute;
  inset: 0% 0% -24%;
}

.color-buble._5 {
  background-image: linear-gradient(to bottom, #ffffff80, #ffffff80), linear-gradient(to bottom, var(--orange), var(--medium-spring-green));
  width: 600px;
  height: 600px;
  top: auto;
  bottom: auto;
  left: auto;
}

.color-buble._6 {
  width: 600px;
  height: 600px;
  left: auto;
}

.color-buble._8 {
  background-image: linear-gradient(to bottom, #ffffff80, #ffffff80), linear-gradient(to bottom, var(--deep-sky-blue), var(--deep-pink));
  width: 600px;
  height: 600px;
  bottom: -114px;
  left: auto;
  right: auto;
}

.color-buble._9 {
  background-image: linear-gradient(to bottom, #010e2485, #010e2485), linear-gradient(to bottom, var(--orange), var(--medium-spring-green));
  inset: 3px -300px auto auto;
}

.color-buble._9.pricing {
  top: 187px;
}

.color-buble._9.intergrations {
  top: 220px;
}

.color-buble._9.features {
  background-image: linear-gradient(to bottom, #010e2485, #010e2485), linear-gradient(to bottom, var(--orange), var(--crimson));
  top: 133px;
}

.color-buble._10 {
  z-index: 1;
  background-image: linear-gradient(to bottom, #010e2438, #010e2438), linear-gradient(to bottom, var(--deep-sky-blue), var(--crimson));
  bottom: 124px;
}

.color-buble._10.footer {
  background-image: linear-gradient(to bottom, #ffffff69, #ffffff69), linear-gradient(to bottom, var(--deep-sky-blue), var(--crimson));
}

.color-buble._10.style-guide {
  background-image: linear-gradient(to bottom, #010e249e, #010e249e), linear-gradient(to bottom, var(--deep-sky-blue), var(--crimson));
  padding-bottom: 0;
  top: auto;
  bottom: 0;
}

.color-buble._11 {
  width: 1000px;
  height: 400px;
  top: 140px;
  left: auto;
}

.color-buble._12 {
  width: 600px;
  height: 600px;
  bottom: 0;
}

.color-buble._13 {
  background-image: linear-gradient(to bottom, #ffffff80, #ffffff80), linear-gradient(to bottom, var(--medium-spring-green), var(--deep-sky-blue));
  inset: 200px 0 200px auto;
}

.color-buble._14 {
  width: 400px;
  height: 300px;
  top: 67px;
  left: auto;
  right: 0;
}

.color-buble._16 {
  background-image: linear-gradient(to bottom, #010e24b8, #010e24b8), linear-gradient(to bottom, var(--deep-pink), var(--medium-spring-green));
  width: 600px;
  height: 600px;
  inset: auto -200px 200px auto;
}

.color-buble._17 {
  top: 200px;
  bottom: auto;
  left: -20%;
}

.color-buble.toogle {
  background-image: linear-gradient(to bottom, #010e24a1, #010e24a1), linear-gradient(to bottom, var(--orange), var(--deep-pink));
}

.color-buble.toogle._2 {
  background-image: linear-gradient(to bottom, #010e24a1, #010e24a1), linear-gradient(to bottom, var(--deep-sky-blue), var(--medium-orchid) 66%);
}

.color-buble.toogle._3 {
  background-image: linear-gradient(to bottom, #010e24a1, #010e24a1), linear-gradient(to bottom, var(--deep-sky-blue), var(--crimson) 61%);
}

.color-buble.toogle._4 {
  background-image: linear-gradient(to bottom, #010e24a1, #010e24a1), linear-gradient(to bottom, var(--orange), var(--medium-spring-green));
  margin-right: 0;
}

.color-buble._19 {
  background-image: linear-gradient(to bottom, #fffc, #fffc), linear-gradient(to bottom, var(--orange), var(--deep-pink));
  width: 700px;
  height: 700px;
  top: 200px;
  left: auto;
}

.color-buble.middle {
  top: auto;
  bottom: 100px;
}

.image {
  filter: invert();
}

.star-wrapper {
  margin-top: 20px;
}

.star {
  margin-left: 2px;
  margin-right: 2px;
}

.buble-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 152px;
}

.tab-pane {
  overflow: hidden;
}

.mg-200px {
  height: 200px;
}

.show-part-of-buble-card {
  justify-content: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.h3-white {
  color: var(--white);
  font-family: Satoshi variable, sans-serif;
  font-weight: 600;
}

.paragraph-white {
  color: #fff;
}

.text-block-footer {
  text-align: left;
  font-family: Satoshi variable, sans-serif;
  font-size: 14px;
}

.form-wrapper {
  width: 100%;
}

.tab-link-dark {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  width: 25%;
  padding: 32px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.tab-link-dark:hover {
  color: var(--white);
}

.tab-link-dark.w--current {
  background-color: var(--white);
  color: var(--black);
  border-radius: 10px;
}

.collection-list {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.richtext-post-wrapper {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.search-results-wrapper {
  position: relative;
}

.search-result-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 32px;
  padding: 33px;
  font-family: Satoshi variable, sans-serif;
  box-shadow: 7px 7px 10px #010e2405;
}

.text-block-styles {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 150%;
}

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

.pricing-number {
  z-index: 2;
  margin-bottom: 10px;
  position: relative;
}

.grid-colors {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.licenses-image {
  width: 100px;
  height: 100px;
}

.licenses-image._1 {
  background-color: #dce1c8;
  background-image: url('../images/Untitled-2.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 240px;
}

.licenses-image._2 {
  background-color: #dce1c8;
  background-image: url('../images/Untitled-4.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 240px;
}

.licenses-image._3 {
  background-color: #dce1c8;
  background-image: url('../images/Untitled-5.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 240px;
}

.licenses-image._4 {
  background-image: url('../images/Untitled-3.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 240px;
}

.licenses-image._5 {
  background-image: url('../images/Untitled-6.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 240px;
}

.licenses-image._6 {
  background-image: url('../images/Untitled-1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 240px;
}

.logo-invers {
  filter: invert();
}

.font-div-block {
  background-color: var(--black);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 120px;
  padding: 30px;
  display: flex;
}

.font-white {
  color: #fff;
  margin-bottom: 0;
  font-family: Satoshi variable, sans-serif;
}

.pricing-item-box {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 56px;
  padding: 10px 24px;
  display: flex;
}

.compare-plan-price {
  color: var(--black);
  font-size: 32px;
  line-height: 132%;
}

.pricing-check {
  background-color: var(--deep-pink);
  border-radius: 100px;
  width: 24px;
  height: 24px;
}

.pricing-check.light {
  background-color: #010e241a;
}

.pricing-check.blue {
  background-color: var(--deep-sky-blue);
}

.pricing-check.yellow {
  background-color: var(--orange);
}

.pricing-row-title {
  color: var(--black);
  align-items: center;
  padding: 9px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.pricing-package {
  color: #4a3aff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
}

.pricing-plan-top-info {
  color: var(--black);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 56px 20px 20px;
  display: flex;
  position: relative;
}

.pricing-row-item {
  border: 1px #000;
  width: 100%;
  display: flex;
}

.pricing-row-item.white {
  background-color: #fff;
}

.row-item-4-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.pricing-small-text {
  color: var(--black);
  font-size: 14px;
  line-height: 140%;
}

.pricing-grid-compare {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f5ff;
  border: 1px solid #e7deff;
  border-radius: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.pricing-grid-compare.hide-in-mobile {
  background-color: var(--steel-blue);
  color: var(--black);
  border-style: none;
  border-width: 0;
  font-family: Satoshi variable, sans-serif;
}

.pricing-grid-compare.show-in-m-bl {
  background-color: var(--steel-blue);
  color: var(--black);
  border-style: none;
  border-width: 0;
  font-family: Satoshi variable, sans-serif;
  display: none;
}

.pricing-plan-bottom {
  background-color: var(--steel-blue);
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 56px 20px 20px;
  display: flex;
  position: relative;
}

.compare-title-packages {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border: 1px #000;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  inset: 0% 0% auto;
}

.compare-title-packages.hide-in-mobile {
  background-color: var(--deep-pink);
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.arete-price {
  color: #222d48;
  align-items: center;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 170%;
  display: flex;
}

.arete-top-price-content-card {
  width: 100%;
  margin-bottom: 0;
}

.checkmark-circle-vr-2 {
  background-color: #171e30;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

.section-image-wrap {
  position: relative;
}

.arete-white-card {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 20px #0000001a;
}

.arete-pricing-list-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.mg-5px {
  height: 5px;
}

.arete-features {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.arete-features.big {
  font-size: 16px;
  line-height: 1.6;
}

.top-price-info {
  width: 100%;
}

.grid-insights {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.05fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.pricing-block {
  flex-direction: column;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.checkout-form {
  background-color: var(--steel-blue);
  padding-bottom: 120px;
  font-family: Satoshi variable, sans-serif;
}

.block-header {
  border-top-style: none;
  border-bottom-color: #4979ce26;
  border-left-style: none;
  border-right-style: none;
  padding-top: 20px;
}

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

.billing-address-toggle {
  align-items: center;
}

.checkbox {
  margin-top: 0;
}

.checkbob-label {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
}

.block-info {
  border-radius: 10px;
  overflow: hidden;
}

.blockcontent {
  border: 1px #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.gw-bg-overlay {
  z-index: 9999;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.load-wrap-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arete-logo {
  color: #050505;
  letter-spacing: -.6px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.arete-logo.white {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
}

.inner-text {
  white-space: nowrap;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.symbol {
  border-radius: 100px;
  margin-top: 0;
}

.grid-cta {
  text-align: left;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 200px;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.cta-section {
  z-index: 2;
  background-color: #fafafa;
  border-bottom: 1px solid #d4d4d4;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.cta-section.both-sides {
  background-color: var(--black);
  border: 1px #000;
  padding-top: 40px;
  padding-bottom: 60px;
}

.cta-wrapper {
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-cta {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
}

.flex-wrapper {
  white-space: nowrap;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.absolut-image-wrapper {
  width: 500px;
  max-width: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.grid-2-clmn-left-0-7-120px-gap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
}

.hero-features-img-wrapper {
  perspective: 2000px;
}

.load-lottie {
  filter: invert();
  width: 36px;
  margin-top: 6px;
  margin-right: 12px;
}

.changelog-wrapper {
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  align-items: center;
  max-width: 800px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
}

.andor-change-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

.instruction-richtex {
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  padding: 70px;
  position: relative;
}

.apple-pay-styles {
  border-radius: 10px;
  height: 50px;
}

.cart-button-nav {
  background-color: var(--steel-blue);
  border: 0 #ccc;
  border-radius: 10px;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.cart-button-nav:hover {
  background-color: var(--orange);
}

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

.cart-footer {
  color: var(--black);
  border-top-color: #e7deff;
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  line-height: 180%;
}

.social-image {
  z-index: 1;
  width: 20px;
  position: relative;
}

.social-image.cart {
  width: 28px;
}

.cart-container {
  box-shadow: none;
  background-color: #f8f5ff;
  border: 1px solid #e7deff;
  border-radius: 10px;
  max-width: 580px;
  font-size: 18px;
}

.cart-wrapper-styles {
  z-index: 1100;
  background-color: #050505;
}

.close-button {
  width: 32px;
  height: 32px;
}

.cart-header {
  border-bottom-color: #e7deff;
  align-items: center;
}

.name-package {
  color: var(--dark-slate-blue);
  margin-bottom: 0;
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  position: static;
}

.btn-primary-cart {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border: 2px solid #646464;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 14px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: all .4s;
  display: block;
  position: relative;
}

.btn-primary-cart:hover {
  grid-column-gap: 14px;
  color: #1d1d1d;
  background-color: #ffd900;
  border-color: #ffd900;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 500;
}

.btn-primary-cart._2 {
  grid-column-gap: 8px;
  color: #101010;
  text-transform: none;
  background-color: #ffd900;
  background-image: none;
  border: 0 #0b3a2e4d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 14px 20px;
  font-weight: 500;
  transition: all .4s;
  display: flex;
}

.btn-primary-cart._2:hover {
  grid-column-gap: 14px;
  color: #1a1b1f;
  background-color: #fff;
  background-image: none;
  border: 0 #0000;
  font-weight: 500;
  box-shadow: 0 6px 18px #0b3a2e1a;
}

.btn-primary-cart._2.remove {
  background-color: var(--deep-pink);
  color: #f8f5ff;
  border-radius: 6px;
  justify-content: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Satoshi variable, sans-serif;
  text-decoration: none;
  display: flex;
}

.btn-primary-cart._2.remove:hover {
  background-color: var(--black);
}

.cart-quantity-styles {
  border-style: solid;
  border-color: var(--steel-blue);
  background-color: var(--steel-blue);
  color: #050505;
  border-radius: 4px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

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

.cart-flext-left {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 16px;
  text-decoration: none;
}

.price-package {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Satoshi variable, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 140%;
}

.close-icon {
  background-color: var(--orange);
  border: 0 #0000;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  padding: 11px;
  font-size: 12px;
  display: inline-block;
}

.close-icon:hover {
  background-color: var(--deep-pink);
}

.cart-quantity {
  color: #ffd900;
  background-color: #101010;
  margin-bottom: 10px;
  margin-left: -10px;
  display: none;
}

.row-item-3-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

.paragraph {
  text-align: left;
  display: block;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15 {
  font-size: 22px;
}

@media screen and (min-width: 1280px) {
  .style-guide-color {
    height: 200px;
  }

  .checkmark-circle-vr-2 {
    background-color: #0d072b;
  }

  .btn-primary-cart {
    transition-property: background-color;
    transition-duration: .4s;
  }
}

@media screen and (min-width: 1440px) {
  .btn-primary-2:hover {
    color: #fff;
  }

  .arete {
    width: 40px;
    height: 40px;
  }

  .integration-grid {
    width: 80%;
  }

  .arete-text-center {
    flex-flow: row;
  }

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

  .team-member-image {
    max-height: none;
  }

  .style-guide-color {
    height: 200px;
  }

  .color-buble._17 {
    bottom: -200px;
    left: -21%;
  }

  .checkmark-circle-vr-2 {
    background-color: #0d072b;
  }

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

  .symbol {
    background-color: #fff;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    margin-top: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .grid-cta {
    grid-template-columns: 1fr 200px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .title-cta {
    font-size: 40px;
    font-weight: 400;
  }

  .btn-primary-cart._2 {
    font-weight: 500;
  }
}

@media screen and (min-width: 1920px) {
  .announcement-container {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    border: 1px #000;
  }

  .nav-link:hover {
    color: #171e30;
    border: 1px #000;
  }

  .nav-link.w--current:hover {
    color: #171e30;
  }

  .nav-column.right {
    align-items: center;
  }

  .container {
    max-width: 1200px;
  }

  .hero-section {
    background-color: #0000;
    border-style: none;
    border-color: #000;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-bar-info.fifth {
    color: #fff;
  }

  .integration-card {
    background-color: #0000;
  }

  .integration-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    border: 1px #000;
  }

  .section.no-padding-bottom {
    padding-top: 132px;
  }

  .section.no-top-padding {
    border-style: none;
  }

  .integration-wrapper {
    background-color: #fff;
    border-radius: 15px;
  }

  .arete-buttons-grid-right {
    text-align: right;
  }

  .arete-bottom-content-wrapper {
    width: 100%;
  }

  .testimonial-info-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .name-position {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 0;
  }

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

  .testimonials-bottom-info-block {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .testimonials {
    background-image: none;
    max-width: 900px;
    padding: 40px;
  }

  .logo-clients {
    filter: none;
    text-align: left;
    background-color: #222d48;
    width: auto;
    height: 40px;
    margin-top: auto;
    margin-bottom: 10px;
    margin-left: 10px;
    display: block;
  }

  .team-image.first {
    align-items: flex-end;
    display: flex;
  }

  .team-image.three {
    display: flex;
  }

  .arete-text-center._60 {
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-link, .footer-copyright {
    margin-bottom: 0;
  }

  .footer-side {
    padding-top: 80px;
  }

  .footer-side.flex-side.light {
    justify-content: flex-end;
    padding-top: 80px;
  }

  .footer-link-text {
    margin-bottom: 0;
  }

  .arete-image-blog-card {
    height: 400px;
  }

  .arete-width-small-card {
    width: 100%;
  }

  .component-wrapper {
    background-color: #fff;
    border-radius: 15px;
  }

  .accordion-card {
    border-top-color: #251e38;
    border-bottom-color: #251e38;
  }

  .arete-pricing-card {
    background-color: #fff7f8;
  }

  .arete-price-features-wrapper {
    margin-top: 0;
  }

  .interaction-link.w--current {
    background-color: #c3d577;
  }

  .arete-grid-colors {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .card.style-guide-color-card {
    background-color: #0000;
    border-style: solid;
    border-radius: 10px;
  }

  .style-guide-color {
    height: 200px;
  }

  .style-guide-color.primary-6, .style-guide-color.primary-5 {
    border-radius: 0;
  }

  .testimonials-grid-vr-2 {
    grid-column-gap: 40px;
    grid-template-rows: auto;
  }

  .color-buble {
    left: -20%;
  }

  .color-buble._2 {
    background-image: linear-gradient(to bottom, #ffffff80, #ffffff80), linear-gradient(to bottom, var(--deep-sky-blue), var(--medium-spring-green));
    width: 700px;
    height: 700px;
    right: -46%;
  }

  .color-buble._2.interaction {
    background-image: linear-gradient(to bottom, #ffffff80, #ffffff80), linear-gradient(to bottom, var(--deep-sky-blue), var(--medium-spring-green));
    right: -6%;
  }

  .color-buble._9.intergrations {
    background-image: linear-gradient(to bottom, #010e24b0, #010e24b0), linear-gradient(to bottom, var(--orange), var(--medium-spring-green));
    width: 500px;
    height: 500px;
  }

  .color-buble._10 {
    background-image: linear-gradient(to bottom, #010e2494, #010e2494), linear-gradient(to bottom, var(--deep-sky-blue), var(--crimson));
    width: 700px;
    height: 700px;
  }

  .color-buble._10.footer {
    background-image: linear-gradient(to bottom, #ffffff8f, #ffffff8f), linear-gradient(to bottom, var(--deep-sky-blue), var(--crimson));
  }

  .color-buble._14 {
    background-image: linear-gradient(to bottom, #fff9, #fff9), linear-gradient(to bottom, var(--orange), var(--deep-pink));
    width: 400px;
    height: 400px;
  }

  .color-buble._16 {
    right: 200px;
  }

  .grid-colors {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .arete-price {
    line-height: 1.3em;
  }

  .grid-insights {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1.2fr;
  }

  .gw-bg-overlay {
    justify-content: center;
    align-items: center;
  }

  .symbol {
    background-color: #ff7839;
  }

  .title-cta {
    font-weight: 400;
  }
}

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

  h2 {
    font-size: 52px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 24px;
  }

  p {
    line-height: 120%;
  }

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

  .btn-primary.style-guide-bar {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 10px;
    height: auto;
    padding: 10px;
    position: absolute;
    overflow: auto;
  }

  .nav-link {
    color: #0d072b;
    background-color: #0000;
    font-size: 18px;
    line-height: 32px;
    display: block;
  }

  .nav-link:hover {
    background-color: var(--ghost-white);
    color: var(--black);
  }

  .menu-button {
    background-color: var(--black);
    color: var(--white);
    border-radius: 10px;
    order: 1;
    padding: 14px;
    transition: background-color .2s;
  }

  .menu-button:hover, .menu-button.w--open {
    background-color: var(--deep-pink);
  }

  .nav-column.right {
    align-items: center;
    width: 100%;
    margin-right: 20px;
  }

  .logo {
    margin-bottom: 0;
  }

  .container.navbar-container {
    justify-content: space-between;
  }

  .container.checkout {
    flex-direction: column;
  }

  .panel {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .arete-social-icons-wrapper {
    margin-left: 0;
  }

  .hero-email {
    font-size: 15px;
    line-height: 20px;
  }

  .top-text-label.right {
    color: #171e30;
  }

  .hero-content-center {
    flex-direction: column;
  }

  .hero-content-center._70 {
    width: 90%;
  }

  .arete-hero-grid-image.blog {
    width: 100%;
  }

  .image-bar-info.second {
    bottom: 35%;
    left: 4%;
  }

  .image-bar-info.fourth {
    right: 8%;
  }

  .image-bar-info.fifth {
    right: 1%;
  }

  .image-bar-info.third {
    left: 1%;
  }

  .grid-info {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .integration-grid {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .section, .section.dark.invisible-overflow {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .arete-buttons-grid-right {
    text-align: left;
    justify-content: flex-start;
  }

  .arete-feature-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 24px;
  }

  .arete-grid-join-stip {
    grid-column-gap: 50px;
    grid-template-columns: .8fr;
  }

  .arete-bottom-content-wrapper.top-mg-40px-mbl {
    margin-top: 40px;
  }

  .slider-left-arrow._1 {
    left: 0%;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .testimonials {
    max-width: 77%;
  }

  .logo-clients {
    height: 42px;
  }

  .testimonial-text {
    font-size: 20px;
    line-height: 36px;
  }

  .team-image.three {
    width: 400px;
  }

  .arete-text-center {
    flex-wrap: wrap;
  }

  .arete-text-center._60 {
    width: 80%;
  }

  .arete-text-center._70 {
    width: 90%;
  }

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

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .footer-side {
    width: 70%;
  }

  .footer-side.flex-side.light {
    justify-content: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .arete-categories-card-link {
    margin-right: 0;
  }

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

  .arete-blog-big-tittle {
    font-size: 30px;
    line-height: 46px;
  }

  .arete-image-blog-card-small {
    height: 220px;
  }

  .arete-grid-two-row {
    grid-template-columns: 1fr;
  }

  .arete-width-small-card {
    width: 100%;
  }

  .arete-width-small-card.side-mg-40px-mbl {
    padding-left: 40px;
  }

  .arete-grid-2-column {
    grid-template-columns: 1fr;
  }

  .arete-metric-info {
    font-size: 48px;
    line-height: 60px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

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

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

  .accordion-icon {
    border-radius: 6px;
  }

  .arete-grid-3-column {
    grid-template-columns: 1fr 1fr;
  }

  .arete-pricing-card._1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-flex-container {
    flex-direction: column;
  }

  .arete-left-info-wrapper {
    text-align: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .arete-header-page-info-wrapper {
    text-align: left;
    max-width: 100%;
  }

  .hero-features-wrapp {
    margin-right: auto;
  }

  .arete-grid-itegration {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: auto auto auto;
    place-items: stretch center;
    width: 100%;
    height: 100%;
  }

  .interaction-link:hover {
    background-color: #0000;
  }

  .interaction-link.w--current {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 16px;
  }

  .arete-categories-links {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 0;
  }

  .arete-intergration-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 3em;
    display: flex;
  }

  .arete-integrations-grid {
    grid-template-columns: 1fr;
  }

  .search {
    width: 70%;
  }

  .logo-wrapper {
    margin: 0;
    padding: 24px;
  }

  .arete-sidebar-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
  }

  .sidebar-link {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sidebar {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    position: relative;
  }

  .arete-componet-header {
    margin-bottom: 56px;
  }

  .arete-component-card {
    padding: 40px 12%;
  }

  .style-guide-color {
    height: 140px;
  }

  .page-wrapper.style-guide {
    margin-left: 0;
  }

  .single-form {
    max-width: 100%;
    margin-left: 0;
  }

  .join-us-strip {
    padding-bottom: 0;
  }

  .arete-grid-matric {
    grid-column-gap: 50px;
    grid-template-columns: .8fr;
  }

  .image-100-cover {
    margin-bottom: 0;
  }

  .tabs-content {
    padding: 40px 32px;
  }

  .tabs-content.white {
    padding-bottom: 0;
  }

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

  .tab-link-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    flex-direction: row;
  }

  .tab-title {
    font-size: 22px;
    line-height: 38px;
  }

  .grid-1colmn-center-55px-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .center-text._60 {
    max-width: 80%;
  }

  .mg-bottom-0px._13px-mbl {
    margin-bottom: 13px;
  }

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

  .heading-h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .grid-2-colmn-100px-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .testimonials-grid-vr-2 {
    grid-template-columns: 1fr;
  }

  .color-buble._6 {
    width: 400px;
    height: 500px;
  }

  .color-buble._10 {
    bottom: 142px;
    left: -50%;
  }

  .color-buble._10.footer {
    top: 71px;
    bottom: auto;
  }

  .color-buble._10.style-guide {
    left: 0%;
  }

  .color-buble._11 {
    width: 100%;
    top: auto;
    bottom: 12px;
  }

  .color-buble._16 {
    bottom: 533px;
  }

  .buble-wrapper {
    top: 249px;
  }

  .mg-200px {
    height: 120px;
  }

  .mg-200px._100px-mbl {
    height: 100px;
  }

  .collection-list, .collection-list-pricing {
    grid-template-columns: 1fr;
  }

  .grid-colors {
    grid-template-columns: 1fr 1fr;
  }

  .compare-plan-price {
    text-align: center;
  }

  .pricing-row-title {
    justify-content: center;
  }

  .row-item-4-column {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pricing-grid-compare.hide-in-mobile {
    display: none;
  }

  .pricing-grid-compare.show-in-m-bl {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-insights {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .checkout-left-block, .checkout-right-block {
    width: 100%;
  }

  .gw-bg-overlay {
    display: none;
  }

  .load-wrap-div {
    flex-direction: row;
    align-items: center;
  }

  .arete-logo {
    margin-bottom: 0;
  }

  .grid-cta {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .title-cta {
    font-size: 42px;
  }

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

  .absolut-image-wrapper.mg-top-20px-mbl {
    margin-top: 20px;
  }

  .grid-2-clmn-left-0-7-120px-gap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .row-item-3-column {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

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

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 38px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 110%;
  }

  h6 {
    font-size: 19px;
  }

  p {
    line-height: 130%;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .btn-primary.pricing-table.w--current {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 22px;
  }

  .menu-button.w--open {
    color: #fff;
  }

  .navbar {
    z-index: 999;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary-2.pricing-table.w--current {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 22px;
  }

  .panel {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    display: flex;
  }

  .panel-social-links {
    margin-right: -10px;
  }

  .hero-email {
    font-size: 15px;
    line-height: 20px;
  }

  .top-text-label {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 18px;
  }

  .email-left-side-wrapper {
    width: 50%;
  }

  .arete-hero-grid-image.blog {
    height: 350px;
  }

  .arete-hero-image._1 {
    border-radius: 8px;
  }

  .image-bar-info.second {
    bottom: 41%;
  }

  .image-bar-info.fourth {
    bottom: 33%;
    right: 3%;
  }

  .image-bar-info.fifth {
    right: -1%;
  }

  .grid-info {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-items: start;
  }

  .button-wrapper {
    margin-right: 16px;
  }

  .mg-100px {
    height: 80px;
  }

  .integration-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section, .section.dark.invisible-overflow {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .arete-feature-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .arete-grid-join-stip {
    grid-row-gap: 12px;
    grid-template-columns: 1.1fr;
  }

  .arete-icon-wrapper, .arete-icon-wrapper._1 {
    width: 52px;
    height: 52px;
  }

  .arete-service-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .testimonial-container {
    display: flex;
  }

  .testimonial-text {
    max-width: 366px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 32px;
  }

  .team-image.first {
    height: 160px;
  }

  .team-image.three {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
  }

  .arete-text-center._60 {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .btn-primary-3.pricing-table.w--current {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 22px;
  }

  .footer-flex-container {
    flex-wrap: wrap;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-side {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .footer-side.flex-side {
    border-left-style: none;
    width: 100%;
    padding-left: 20px;
  }

  .footer-side.flex-side.light {
    width: 100%;
    padding-top: 60px;
  }

  .arete-blog-big-tittle {
    font-size: 28px;
    line-height: 40px;
  }

  .arete-image-blog-card-small {
    height: 190px;
  }

  .arete-width-small-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .dashboard-image {
    border-radius: 12px;
  }

  .arete-metric-grid-inline {
    grid-template-columns: 1fr 1fr;
  }

  .arete-metric-info {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

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

  .accordion-head {
    min-height: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .accordion-icon {
    border-radius: 4px;
    width: 32px;
    height: 32px;
  }

  .arete-toggle-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .mg-120px {
    height: 90px;
  }

  .arete-grid-3-column {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .arete-pricing-card._1 {
    width: 90%;
  }

  .arete-grid-itegration {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 100%;
    height: 100%;
  }

  .interaction-link {
    padding: 8px 16px;
  }

  .arete-categories-links {
    margin-bottom: 40px;
  }

  .categories-links-wrap {
    flex-wrap: wrap;
  }

  .arete-intergration-card {
    padding: 3.5em;
  }

  .search {
    width: 80%;
  }

  .logo-wrapper {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .arete-sidebar-menu {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .arete-grid-colors {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .arete-buttons-grid {
    grid-template-columns: 1fr;
  }

  .card-body {
    padding: 16px;
  }

  .single-form {
    width: 70%;
  }

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

  .text-field.single {
    width: 100%;
    min-width: auto;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
  }

  .about-gallery-image-grid {
    grid-template-columns: 1fr;
  }

  .about-gallery-image {
    border-radius: 12px;
  }

  .arete-grid-matric {
    grid-row-gap: 12px;
    grid-template-columns: 1.1fr;
  }

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

  .tabs-content {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .tab-link-center {
    justify-content: center;
    margin: 10px 0;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .tab-title {
    font-size: 20px;
    line-height: 32px;
  }

  .grid-1colmn-center-55px-gap {
    grid-template-columns: 1fr;
  }

  .card-copy {
    padding: 48px 32px;
  }

  ._18px-bold-text {
    font-size: 16px;
    line-height: 18px;
  }

  .position-relative {
    padding: 40px;
  }

  .grid-2-colmn-100px-gap {
    grid-template-columns: 1fr;
  }

  .mg-200px {
    height: 100px;
  }

  .tab-link-dark {
    width: 100%;
  }

  .collection-list-interactions, .collection-list-pricing {
    grid-template-columns: 1fr;
  }

  .grid-colors {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .compare-plan-price {
    font-size: 24px;
  }

  .pricing-grid-compare.hide-in-mobile {
    display: none;
  }

  .pricing-grid-compare.show-in-m-bl {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .grid-cta {
    grid-template-columns: 1fr 1fr;
    place-items: center start;
    display: flex;
  }

  .title-cta {
    text-align: center;
    font-size: 38px;
  }
}

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

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 36px;
  }

  h6, p {
    font-size: 17px;
  }

  blockquote {
    padding: 40px;
    font-size: 24px;
  }

  .brand {
    margin-right: auto;
    padding-left: 0;
    position: relative;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .btn-primary.pricing-table.w--current {
    padding: 10px;
    font-size: 12px;
  }

  .menu-button {
    padding: 12px;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-column.right {
    margin-right: 10px;
  }

  .nav-column.right.hide-in-mbl {
    display: none;
  }

  .container.navbar-container {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .arete-social-icon {
    width: 16px;
  }

  .btn-primary-2.pricing-table.w--current {
    padding: 10px;
    font-size: 12px;
  }

  .panel {
    justify-content: flex-start;
    padding-top: 0;
  }

  .hero-email {
    font-size: 17px;
    line-height: 24px;
  }

  .arete {
    width: 30px;
    height: 30px;
  }

  .top-text-label {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 20px;
  }

  .top-text-label.right {
    text-align: left;
  }

  .email-left-side-wrapper {
    text-align: center;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .arete-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .arete-hero-grid-image.blog {
    height: 240px;
  }

  .arete-hero-image {
    border-radius: 8px;
  }

  .arete-hero-image._1 {
    width: 98%;
  }

  .image-bar-info.second, .image-bar-info.first, .image-bar-info.fourth, .image-bar-info.fifth, .image-bar-info.third {
    display: none;
  }

  .grid-info {
    justify-items: start;
  }

  .button-wrapper {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .mg-100px {
    height: 80px;
  }

  .integration-grid {
    padding: 24px;
  }

  .integration-wrapper {
    padding: 29px;
  }

  .arete-buttons-grid-right {
    flex-direction: column;
  }

  .arete-feature-card {
    grid-column-gap: 24px;
    flex-direction: column;
    padding: 16px 24px 10px;
  }

  .slider-left-arrow, .slider-left-arrow._1, .slider-right-arrow, .slider-right-arrow._1 {
    display: none;
  }

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

  .testimonial-author-name {
    text-align: center;
    flex-direction: column;
  }

  .slide-nav-second {
    justify-content: center;
    align-items: center;
    font-size: 7px;
    display: flex;
    bottom: -27px;
  }

  .testimonials {
    max-width: 90%;
    padding: 20px 0;
  }

  .logo-clients {
    height: 31px;
  }

  .team-image {
    background-image: none;
  }

  .arete-text-center._60 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .arete-text-center._70 {
    width: 100%;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .btn-primary-3.pricing-table.w--current {
    padding: 10px;
    font-size: 12px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .footer-side {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-side.flex-side {
    border-left-style: none;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .footer-side.flex-side.light {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .arete-categories-card-link {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .arete-image-blog-card {
    height: 300px;
  }

  .arete-blog-big-tittle {
    font-size: 24px;
    line-height: 34px;
  }

  .arete-info-blog-post {
    flex-direction: column;
    align-items: flex-start;
  }

  .arete-bottom-info-post-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arete-small-blog-card-wrapper {
    padding-right: 0;
  }

  .arete-left-info-post-wrapper {
    margin-top: 0;
    margin-left: 20px;
    padding-bottom: 20px;
  }

  .arete-image-blog-card-small {
    border-top-right-radius: 14px;
    border-bottom-left-radius: 0;
    height: 220px;
  }

  .blog-small-card-info-grid {
    grid-template-columns: 1fr;
  }

  .arete-form-field {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .arete-form-component {
    padding: 20px;
  }

  .arete-cta-in-container {
    padding: 30px;
  }

  .arete-width-small-card {
    width: 100%;
    max-width: none;
  }

  .arete-width-small-card.side-mg-40px-mbl {
    padding-left: 0;
  }

  .dashboard-image {
    border-radius: 8px;
    left: -44px;
  }

  .arete-metric-grid-inline {
    grid-template-columns: 1fr;
  }

  .arete-metric-info {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .component-wrapper {
    padding: 29px;
  }

  .team-member-image {
    margin-bottom: 16px;
  }

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

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

  .accordion-icon {
    border-radius: 4px;
  }

  .team-content-info {
    align-items: center;
  }

  .arete-pricing-card._1 {
    width: 100%;
  }

  .arete-header-page-info-wrapper {
    margin-top: 60px;
  }

  .arete-grid-itegration {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
  }

  .interaction-block {
    padding-top: 0;
  }

  .arete-categories-links {
    padding-top: 0;
    padding-bottom: 0;
  }

  .categories-links-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .arete-intergration-card {
    text-align: center;
    align-items: center;
    padding: 1.7em;
  }

  .search {
    width: 100%;
  }

  .search-button {
    width: 27%;
  }

  .logo-wrapper {
    margin: 0;
  }

  .sidebar {
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .arete-grid-colors {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .mg-80px {
    height: 60px;
  }

  .arete-buttons-grid {
    grid-template-columns: 1fr;
  }

  .card-body {
    padding: 12px;
  }

  .style-guide-color {
    height: 160px;
  }

  .single-form {
    width: 100%;
  }

  .text-field.single {
    margin-right: 0;
  }

  .about-gallery-image {
    border-radius: 5px;
  }

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

  .tabs-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-link-center {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tab-title {
    font-size: 20px;
    line-height: 30px;
  }

  .center-text._60 {
    max-width: 100%;
  }

  .heading-h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .card-copy {
    padding: 32px 24px;
  }

  .icon-list-box {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
  }

  .position-relative {
    padding: 23px;
  }

  .color-buble, .color-buble._2 {
    width: 100%;
    height: 400px;
  }

  .color-buble._2.interaction {
    width: 500px;
    height: 500px;
  }

  .color-buble._4 {
    width: 100%;
    height: 300px;
  }

  .collection-list-second {
    grid-template-columns: 1fr;
  }

  .grid-colors {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .pricing-item-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .compare-plan-price {
    font-size: 18px;
  }

  .pricing-plan-top-info {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .pricing-plan-bottom {
    padding: 70px 2px 10px;
  }

  .compare-title-packages {
    font-size: 14px;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .arete-white-card {
    padding: 32px;
  }

  .arete-pricing-list-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .pricing-block {
    margin-bottom: 10px;
  }

  .title-cta {
    font-size: 33px;
  }
}

#w-node-c726a246-9d51-18f3-9426-47a943381639-bde0d259 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_312f235e-0ab5-724d-148d-51ac7f2674b7-bde0d259, #w-node-_172ac1f5-36ce-c289-5033-172f45d91386-bde0d259, #w-node-_9762af03-181c-b4a5-aeb0-e47197205ab9-bde0d259, #w-node-d2e2b452-9c6d-5b45-ea44-736ef61b7f03-bde0d259, #w-node-_531edebd-bc4f-7dcd-3703-79d74f6d0a08-bde0d259, #w-node-_531edebd-bc4f-7dcd-3703-79d74f6d0a09-bde0d259, #w-node-_03495be1-aba4-4f7f-adc3-9c0bd0a00f43-bde0d259, #w-node-_03495be1-aba4-4f7f-adc3-9c0bd0a00f44-bde0d259, #w-node-_4ee21339-9bf0-7724-1589-be62f53d703b-bde0d259, #w-node-_4ee21339-9bf0-7724-1589-be62f53d703c-bde0d259, #w-node-f0d70119-d382-0c7d-6c4c-dc3c2c33993f-bde0d259, #w-node-f0d70119-d382-0c7d-6c4c-dc3c2c339940-bde0d259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52263be6-95e9-7f1d-d908-3863a23b4695-bde0d259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_52263be6-95e9-7f1d-d908-3863a23b46a2-bde0d259, #w-node-_52263be6-95e9-7f1d-d908-3863a23b46aa-bde0d259, #w-node-_2c35ed24-4aeb-ee59-c1d7-b9efb9ff3a87-bde0d259, #w-node-_52263be6-95e9-7f1d-d908-3863a23b46b6-bde0d259, #w-node-_9de7e9c5-d076-85d0-b7c6-147c38676d94-bde0d259, #w-node-_9de7e9c5-d076-85d0-b7c6-147c38676d96-bde0d259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52263be6-95e9-7f1d-d908-3863a23b46bc-bde0d259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9af53e94-96f4-6e7d-e9fc-ae0edfae8b24-bde0d25a, #w-node-_82d60edb-8de1-b600-add1-829b1a49400d-bde0d25a, #w-node-_4a79ba19-c4c6-5998-9118-cc59c8ce9334-bde0d25a, #w-node-_4a79ba19-c4c6-5998-9118-cc59c8ce933f-bde0d25a, #w-node-_9de7e9c5-d076-85d0-b7c6-147c38676d94-bde0d25a, #w-node-_9de7e9c5-d076-85d0-b7c6-147c38676d96-bde0d25a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52263be6-95e9-7f1d-d908-3863a23b46bc-bde0d25a, #w-node-_52263be6-95e9-7f1d-d908-3863a23b4695-bde0d25a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_2c35ed24-4aeb-ee59-c1d7-b9efb9ff3a87-bde0d25a, #w-node-_52263be6-95e9-7f1d-d908-3863a23b46b6-bde0d25a, #w-node-_73df9859-7123-71fa-6ff6-1ce3bd98b2ae-bde0d25a, #w-node-_73df9859-7123-71fa-6ff6-1ce3bd98b2bd-bde0d25a, #w-node-_9b4bb707-f950-8038-69a3-9d5da7df2846-bde0d25a, #w-node-e25dc70c-ba92-1295-932b-d8fc08b84cb7-bde0d25a, #w-node-f5747780-0a9b-2465-c6bb-cf7935328c8c-bde0d25b, #w-node-f5747780-0a9b-2465-c6bb-cf7935328c94-bde0d25b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30b96c05-9da7-fdaf-b4b0-f5f82e5d968c-bde0d25b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_8fd97095-0626-c98e-70b8-b1d324e3687b-bde0d25b, #w-node-_8fd97095-0626-c98e-70b8-b1d324e36898-bde0d25b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06c24019-d00f-a6dc-a666-55ea0553c336-bde0d266 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_06c24019-d00f-a6dc-a666-55ea0553c353-bde0d266, #w-node-_06c24019-d00f-a6dc-a666-55ea0553c370-bde0d266 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06c24019-d00f-a6dc-a666-55ea0553c371-bde0d266 {
  justify-self: center;
}

#w-node-_46b88bba-db81-0a5b-a01d-815ad88ab7e0-bde0d267 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_46b88bba-db81-0a5b-a01d-815ad88ab7ea-bde0d267 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-d52b1065-c5b0-985c-0bdb-c0903153bfa9-bde0d268, #w-node-d52b1065-c5b0-985c-0bdb-c0903153bfb4-bde0d268 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b7e6fd2-f7e4-b847-37f5-4a721304d0cb-bde0d268 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_34e308ee-a562-f836-109e-a887b16cf442-bde0d26b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_34e308ee-a562-f836-109e-a887b16cf455-bde0d26b, #w-node-_79be1b65-f37a-2a0b-8b0f-a98bfd711d34-bde0d26b, #w-node-_79be1b65-f37a-2a0b-8b0f-a98bfd711d3f-bde0d26b, #w-node-_42f2daef-6fe6-d733-8b3e-547db1df8040-bde0d270, #w-node-_64b91a89-5159-c629-0626-b551f6f36a14-bde0d270, #w-node-_831135f7-9be4-e88c-a0f5-2d0cfbbd3327-bde0d270, #w-node-_1a5801d2-ecff-5e7d-2e24-856e9f20f581-bde0d270, #w-node-_03517238-2da0-1f98-a47a-e62968660a55-bde0d270, #w-node-_03517238-2da0-1f98-a47a-e62968660a56-bde0d270, #w-node-_03517238-2da0-1f98-a47a-e62968660a57-bde0d270 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_52263be6-95e9-7f1d-d908-3863a23b46b6-bde0d259, #w-node-_9de7e9c5-d076-85d0-b7c6-147c38676d96-bde0d259 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52263be6-95e9-7f1d-d908-3863a23b46bc-bde0d259 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_9de7e9c5-d076-85d0-b7c6-147c38676d96-bde0d25a, #w-node-_52263be6-95e9-7f1d-d908-3863a23b46b6-bde0d25a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_692c1ddb-d7f4-b728-bc57-9f82c1075bd3-bde0d25a {
    align-self: auto;
  }

  #w-node-_692c1ddb-d7f4-b728-bc57-9f82c1075bd4-bde0d25a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_692c1ddb-d7f4-b728-bc57-9f82c1075baf-bde0d25a {
    align-self: auto;
  }

  #w-node-_692c1ddb-d7f4-b728-bc57-9f82c1075bb0-bde0d25a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_692c1ddb-d7f4-b728-bc57-9f82c1075bc1-bde0d25a {
    align-self: auto;
  }

  #w-node-_692c1ddb-d7f4-b728-bc57-9f82c1075bc2-bde0d25a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_34e308ee-a562-f836-109e-a887b16cf442-bde0d26b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-c726a246-9d51-18f3-9426-47a943381639-bde0d259 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_73df9859-7123-71fa-6ff6-1ce3bd98b2bd-bde0d25a, #w-node-_9b4bb707-f950-8038-69a3-9d5da7df2846-bde0d25a, #w-node-e25dc70c-ba92-1295-932b-d8fc08b84cb7-bde0d25a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c726a246-9d51-18f3-9426-47a943381639-bde0d259 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_52263be6-95e9-7f1d-d908-3863a23b4695-bde0d259, #w-node-_52263be6-95e9-7f1d-d908-3863a23b46bc-bde0d259, #w-node-_52263be6-95e9-7f1d-d908-3863a23b46bc-bde0d25a, #w-node-_52263be6-95e9-7f1d-d908-3863a23b4695-bde0d25a {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-f5747780-0a9b-2465-c6bb-cf7935328c94-bde0d25b {
    grid-column: span 2 / span 2;
  }

  #w-node-_30b96c05-9da7-fdaf-b4b0-f5f82e5d968c-bde0d25b {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_06c24019-d00f-a6dc-a666-55ea0553c336-bde0d266 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_06c24019-d00f-a6dc-a666-55ea0553c353-bde0d266 {
    order: 9999;
  }

  #w-node-_34e308ee-a562-f836-109e-a887b16cf442-bde0d26b {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f5747780-0a9b-2465-c6bb-cf7935328c94-bde0d25b {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_52263be6-95e9-7f1d-d908-3863a23b4695-bde0d259, #w-node-_52263be6-95e9-7f1d-d908-3863a23b46bc-bde0d259, #w-node-_52263be6-95e9-7f1d-d908-3863a23b46bc-bde0d25a, #w-node-_52263be6-95e9-7f1d-d908-3863a23b4695-bde0d25a, #w-node-_30b96c05-9da7-fdaf-b4b0-f5f82e5d968c-bde0d25b, #w-node-_06c24019-d00f-a6dc-a666-55ea0553c336-bde0d266 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_46b88bba-db81-0a5b-a01d-815ad88ab7ea-bde0d267, #w-node-_9b7e6fd2-f7e4-b847-37f5-4a721304d0cb-bde0d268 {
    grid-column: span 4 / span 4;
  }

  #w-node-_34e308ee-a562-f836-109e-a887b16cf442-bde0d26b {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}