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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Nordecocyrillic;
  src: url('../fonts/NordecoCyrillic-SemiBold.ttf') format("truetype"), url('../fonts/NordecoCyrillic-Bold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --white: white;
  --text-dark: #0f0f14;
  --primary: #712fff;
  --primary-light: #fcfbf8;
  --gray: #e9e9e9;
  --light-gray: #f9f9fa;
  --dark-gray: #908f89;
  --white-50: #ffffff80;
  --error: #ffe7e7;
  --red: red;
  --par-color: #75736b;
  --light-purple: #c3a7ff;
  --dark-gray-50: #afafaf80;
  --light-purpure: #eae1fd;
}

.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-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

@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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--white);
  color: var(--text-dark);
  font-family: Nordeco, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

h1 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nordeco, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nordeco, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  margin-top: 10px;
  font-family: Nordeco, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nordeco, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nordeco, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nordeco, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: color .3s;
}

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

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

li {
  color: var(--text-dark);
  background-image: url('../images/list-bullet.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 22px;
  font-size: 18px;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/bxs_quote-left_1bxs_quote-left.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section.light-background {
  background-color: var(--primary-light);
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-top: 195px;
  display: flex;
}

.section.style-guide-section {
  padding-top: 191px;
  padding-bottom: 0;
  overflow: hidden;
}

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

.section.with-top-png {
  background-color: var(--primary-light);
  background-image: url('../images/PNG-6-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw 85px;
}

.section.our-pricing-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  display: flex;
}

.section.blog-category {
  background-image: linear-gradient(#0009, #0009), url('../images/Banner-Saas-4-1-1_1Banner Saas 4 (1) (1).webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 550px;
  display: flex;
}

.section.contact-us {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  display: flex;
}

.section.blog-classic {
  padding-top: 20px;
}

.section.our-shop {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  display: flex;
}

.section.lp-color-bg {
  background-color: var(--primary);
  background-image: linear-gradient(#0009, #0009), url('../images/Banner-Saas-4-1-1_1Banner Saas 4 (1) (1).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.base-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.base-container.relative {
  z-index: 10;
  position: relative;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.gray-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: var(--text-dark);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h2-tablet {
  font-size: 38px;
}

.h1-mobile {
  font-size: 42px;
}

.h2-mobile {
  font-size: 36px;
}

.primary-button {
  border: 2px solid var(--text-dark);
  background-color: var(--text-dark);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  padding: 16px 24px;
  font-size: 20px;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  color: var(--text-dark);
  background-color: #0000;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.search-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 58px;
}

.primary-button.full-width {
  width: 100%;
}

.primary-button.subscription-button:hover {
  border-color: var(--white);
  color: var(--white);
}

.primary-button.form-button-home-2 {
  border-color: var(--primary);
  background-color: var(--primary);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.primary-button.form-button-home-2:hover {
  border-color: var(--text-dark);
  background-color: var(--text-dark);
  color: var(--white);
}

.primary-button.full-mobile-button {
  transition-duration: .5s;
}

.primary-button.form-button-home-3 {
  border-color: var(--primary);
  background-color: var(--primary);
  border-radius: 50px;
}

.primary-button.form-button-home-3:hover {
  border-color: var(--text-dark);
  background-color: var(--text-dark);
  color: var(--white);
}

.primary-button.form-button-home-4 {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--text-dark);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.primary-button.form-button-home-4:hover {
  border-color: var(--text-dark);
  background-color: var(--text-dark);
  color: var(--white);
}

.primary-button.coming-soon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.primary-button.full-width-order {
  width: 100%;
  margin-bottom: 0;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  letter-spacing: normal;
  margin-right: 50px;
  transition-duration: .5s;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--light-gray);
  text-align: center;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  text-transform: uppercase;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  background-image: url('../images/PNG-3-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 350px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 2px solid var(--gray);
  border-radius: 50px;
  min-width: 280px;
  min-height: 58px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 2px solid var(--text-dark);
}

.password-input::placeholder {
  color: #0e0e0e66;
  font-size: 20px;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

.changelog-heading {
  margin-bottom: 20px;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-sidebar-right {
  flex-direction: column;
  position: sticky;
  top: 60px;
}

.sidebar-recent-post {
  align-items: center;
  display: flex;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.sidebar-category {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  padding: 8px 20px;
  transition: all .5s;
  display: flex;
}

.sidebar-category:hover {
  color: var(--primary);
  background-color: #0000;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.body-with-background {
  background-color: var(--primary-light);
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.pricing-plans-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plan-item {
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px 30px 30px;
  box-shadow: 0 0 20px #afaeae33;
}

.pricing-plan-list {
  margin-top: 20px;
  margin-bottom: 0;
}

.pricing-plan-price-wrapper {
  color: var(--white);
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  font-size: 56px;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

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

.pricing-item {
  background-color: var(--white);
  border-radius: 20px;
  width: 33.33%;
  box-shadow: 0 0 40px #0f5cfa1a;
}

.pricing-item.center-item {
  z-index: 10;
  border-radius: 20px;
  flex: 1;
  width: 34%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 40px #6161611a;
}

.pricing-item.left-item {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -2px;
}

.pricing-item.right-item {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -2px;
}

.pricing-title-wrapper {
  border-bottom: 1px solid var(--gray);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-title-wrapper.light-background {
  border-bottom-style: none;
}

.pricing-content {
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.pricing-list {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 0;
}

.pricing-3-list-item {
  border-bottom: 1px solid var(--gray);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 17px;
  list-style-type: none;
}

.pricing-3-list-item.last-child {
  border-bottom-style: none;
}

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

.dark-background {
  background-color: var(--primary);
}

.contacts-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.white-text {
  color: #fff;
}

.search-wrap-input {
  color: var(--text-dark);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  font-size: 18px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  color: var(--text-dark);
  border: 2px solid #0f0f1480;
  border-right-style: none;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 58px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 30px;
  font-size: 20px;
}

.search-input:focus {
  border-style: solid;
  border-color: var(--text-dark);
}

.search-input::placeholder {
  color: #0f0f1480;
  font-size: 20px;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 160px;
  padding-bottom: 80px;
}

.list-item-circle {
  background-color: var(--text-dark);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  inset: 7px auto auto 0;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.form-text-field {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 50px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 20px;
  line-height: 1;
}

.form-text-field:focus {
  border-style: solid;
  border-color: var(--white);
}

.form-text-field::placeholder {
  color: var(--white-50);
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.landing-inner-page-image-wrapper {
  border: 1px solid var(--primary-light);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-image-wrapper.banner-screens {
  margin-bottom: 0;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.home-blog-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.blog-list-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-list {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-blog-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-5-info-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-5-info-wrap-left {
  width: 50%;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.search {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
  font-size: 30px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.link {
  cursor: pointer;
}

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

.form {
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.base-container-6 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.tabs-3 {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.grid-header-2 {
  margin-top: 55px;
}

.style-guide-body-wrapper-2 {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper-2.last-child {
  margin-right: 0;
}

.style-guide-tab-link {
  background-color: var(--white);
  border-top: 1px solid #0f0f14;
  border-bottom: 1px solid #0f0f14;
  border-right: 1px solid #0f0f14;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  color: #fff;
  background-color: #0f0f14;
}

.style-guide-tabs-menu {
  border-left: 1px solid #0f0f14;
  margin-bottom: 80px;
  display: flex;
}

.grid-title-2 {
  color: #fff;
  background-color: #0f0f14;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title-2.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.link-with-icon-2 {
  transition: all .3s;
  display: flex;
}

.banner-title-wrapper-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  display: flex;
  position: relative;
}

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.landing-text-span {
  color: var(--primary);
}

.landing-banner-content {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  inset: auto;
}

.banner-description-2 {
  text-align: center;
  letter-spacing: 2.4px;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

.landing-banner-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
}

.landing-banner-screens {
  z-index: 999;
  width: 100%;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-inner-page-item {
  text-align: center;
  background-color: #0000;
  width: 100%;
  padding: 6px;
}

.landing-paragraph-style {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.section-landing-customers {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.landing-customers-content-left {
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-right: 100px;
  display: flex;
}

.landing-customers-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 50%;
  display: grid;
}

.landing-section-heading-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.landing-customers-icon-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.landing-icon-style {
  opacity: 1;
  filter: invert();
  max-height: 60px;
}

.paragraph-benefits-lp {
  color: #fff;
  width: 90%;
}

.landing-customers-layout {
  justify-content: space-between;
  display: flex;
}

.landing-section-title {
  width: 100%;
  margin: 0 auto;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-inner-page-title {
  text-transform: none;
}

.free-trial-wrapper-2 {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-wrapper-2.landing {
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.free-trial-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

.section-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-banner.landing-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 87vh;
  margin-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-bg {
  background-color: var(--primary);
  height: 140px;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-small {
  font-size: 14px;
}

.secondary-button-poli {
  border: 2px solid var(--text-dark);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #0000;
  border-radius: 50px;
  padding: 16px 24px;
  font-size: 20px;
  transition: all .3s;
  display: inline-block;
}

.secondary-button-poli:hover {
  background-color: var(--text-dark);
  color: var(--white);
}

.secondary-button-poli.full-width {
  width: 100%;
}

.footer-2 {
  background-color: var(--text-dark);
  text-align: center;
  border-bottom: 1px #fff;
  border-left: 1px #fff;
  border-right: 1px #fff;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.message-footer-item {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark-gray);
  color: var(--text-dark);
  background-color: #0000;
  min-height: 80px;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 0;
  font-size: 20px;
}

.message-footer-item:focus {
  border-bottom-color: var(--text-dark);
}

.message-footer-item::placeholder {
  color: var(--dark-gray);
}

.link-footer-line-white {
  background-color: #fff;
  justify-content: center;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.contact-footer-inputs-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-item-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dark-footer-wrapper {
  grid-row-gap: 40px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.contacts-3-form-3 {
  text-align: center;
  width: 100%;
}

.text-footer-white {
  color: #fff;
  width: 290px;
}

.button-footer-gray {
  color: #fff;
  background-color: #0000;
  padding: 10px 0 3px;
  display: inline-block;
}

.button-footer-gray:hover {
  color: #afafaf;
}

.footer-light-blue-wrap {
  background-color: var(--primary-light);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 95%;
  display: flex;
  position: relative;
}

.footer-link-container {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.light-blue-container {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-main-container {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.socials {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-paradraph {
  color: var(--white);
  width: 280px;
}

.footer-link-phone {
  color: var(--white);
  margin-top: 20px;
  transition-property: color;
  display: block;
}

.footer-link-phone:hover {
  color: #ffffffb3;
}

.contacts-footer-form {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.pages-footer-link {
  color: var(--text-dark);
  transition-property: color;
}

.pages-footer-link:hover {
  opacity: 1;
  color: var(--primary);
}

.our-page-wrap {
  justify-content: flex-start;
  position: relative;
}

.footer-adress {
  color: var(--white);
  width: 200px;
}

.contact-us-footer-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff #fff var(--dark-gray);
  color: var(--text-dark);
  background-color: #0000;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  font-size: 20px;
  transition: all .2s;
}

.contact-us-footer-input:focus {
  border-style: none none solid;
  border-width: 1px;
  border-color: #2a8bac #2a8bac var(--text-dark);
}

.contact-us-footer-input::placeholder {
  font-size: 20px;
}

.rights-wrap {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.footer-copyright-3, .footer-rights-3 {
  text-align: left;
}

.footer-rights-container {
  grid-row-gap: 5px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.link-footer-copyright {
  color: var(--primary);
  letter-spacing: .2px;
  margin-right: 5px;
  transition: all .3s;
  display: inline;
}

.link-footer-copyright.last {
  margin-right: 0;
}

.megamenu-dropdown-wrapper-2 {
  justify-content: center;
  display: flex;
}

.nav-menu-shadow-overlay-3 {
  align-items: center;
  display: flex;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  width: 200px;
  padding: 15px 20px;
  display: none;
}

.nav-dropdown-list-3.w--open {
  border-style: solid;
  border-color: var(--gray);
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-list-3.portfolio-details.w--open {
  width: 260px;
}

.nav-dropdown-list-3.megamenu, .nav-dropdown-list-3.megamenu-main-home {
  width: 370px;
  left: -110px;
}

.nav-dropdown-icon-2 {
  color: #000;
  font-size: 16px;
  display: block;
}

.nav-dropdown-icon-2.white-home-5-icon {
  display: none;
}

.nav-intro-item {
  font-size: 20px;
}

.nav-dropdown-home-5 {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: inline-block;
}

.line-header-black {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.megamenu-dropdown-wrap {
  width: 50%;
}

.nav-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.logo-mobile-3 {
  padding-left: 0;
  display: none;
}

.nav-dropdowm-link-line-2 {
  background-color: var(--primary);
  opacity: .7;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.dropdown-header-2 {
  background-color: #0000;
  padding: 32px 20px;
  transition: opacity .5s;
  display: flex;
}

.dropdown-header-2.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.dropdown-header-2.main-item, .dropdown-header-2.main-white-item {
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-header-2.main-white-item:hover {
  opacity: .7;
}

.nav-menu-wrapper-home-6 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.line-black {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.menu-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.border-wrap-2 {
  display: flex;
}

.tablet-menu-3 {
  display: none;
}

.nav-dropdown-link-wrapper-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-2 {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-logo {
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-logo:hover {
  opacity: 1;
}

.brand-logo.w--current {
  transition-property: opacity;
}

.brand-logo.w--current:hover {
  opacity: 1;
}

.nav-dropdown-transparent {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: inline-block;
}

.nav-item-link {
  color: var(--text-dark);
  flex: none;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5em;
  transition-property: opacity;
  display: flex;
}

.nav-item-link:hover {
  color: var(--primary);
}

.dropdown-menu-2 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-dropdown-intro-link {
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-intro-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-intro-link.w--current {
  color: var(--text-dark);
}

.nav-dropdown-intro-link.w--current:hover {
  color: var(--primary);
}

.image-notaro-tablet {
  width: auto;
  max-width: none;
  height: 20px;
}

.poli-logo-image {
  width: auto;
  max-width: none;
  height: 60px;
}

.cart-button {
  color: var(--text-dark);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  transition-property: opacity;
  position: relative;
}

.cart-button:hover {
  color: var(--primary);
}

.cart-button.mini-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.cart-button.mini-padding-white {
  color: var(--white);
  padding-left: 15px;
  padding-right: 15px;
}

.cart-wrapper {
  position: relative;
}

.cart-quantity {
  background-color: var(--text-dark);
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: auto;
  height: 18px;
  padding: 0;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -30% 0% auto auto;
}

.cart-quantity.white {
  background-color: var(--white);
  color: var(--text-dark);
}

.cart-line-item {
  margin-bottom: 30px;
}

.image-order {
  object-fit: cover;
  border-radius: 10px;
  height: 60px;
  transition: all .4s;
}

.image-order:hover {
  border-radius: 30px;
}

.checkout-actions {
  flex-direction: column;
  display: flex;
}

.display-hide {
  display: none;
}

.error-message {
  background-color: var(--error);
  color: #f73737;
  border-radius: 50px;
  margin-top: 10px;
  padding: 20px;
  font-size: 18px;
}

.error-message.main-footer {
  border-radius: 50px;
}

.error-message.coming-soon {
  text-align: center;
  width: 100%;
}

.login-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-left: 30px;
  display: flex;
}

.right-header-wrap {
  border-left: 1px solid var(--gray);
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  padding-left: 20px;
  display: flex;
}

.right-header-wrap.lp-container {
  flex: none;
  margin-left: 15px;
  padding-left: 15px;
}

.login-tablet-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-left: 30px;
  display: none;
}

.navigation-menu-poli {
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  font-weight: 600;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.success-message {
  background-color: var(--primary);
}

.success-message.main-footer {
  border-radius: 50px;
}

.success-message.black-bg {
  background-color: var(--text-dark);
  border-radius: 50px;
  margin-top: 20px;
}

.success-message.main-form {
  color: var(--white);
  border-radius: 20px;
}

.success-text {
  color: var(--white);
  font-size: 20px;
  line-height: 1.5em;
}

.success-text.banner {
  color: var(--text-dark);
}

.error-text {
  color: var(--red);
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
}

.error-text.cart {
  font-weight: 400;
}

.general-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-nav-item-link {
  color: var(--text-dark);
  flex: none;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.5em;
  transition-property: opacity;
  display: flex;
}

.main-nav-item-link:hover {
  color: var(--primary);
}

.login-wrap-with-mini-gap {
  grid-column-gap: 20px;
  justify-content: space-between;
  margin-left: 30px;
  display: flex;
}

.circle-link-portfolio-details {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link-portfolio-details:hover {
  opacity: 1;
}

.home-3-main-title {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.form-block-2 {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.get-in-touch-container-home-3 {
  width: 100%;
}

.main-subtitle {
  color: var(--primary);
  text-transform: capitalize;
}

.hero-background-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-image {
  object-fit: cover;
  background-image: url('../images/hero-pm1.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.number-item {
  color: var(--white);
  font-size: 45px;
  font-weight: 700;
}

.base-container-13 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-title-home-3 {
  width: 100%;
  font-size: 55px;
}

.home-2-content-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.notaro-banner-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.centered-intro {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.success-message-3 {
  color: #fff;
  background-color: #0000;
}

.large-main-section {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: auto;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.large-main-section.sign-up {
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 80px;
}

.navigation-menu-poli-lp {
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  font-weight: 600;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.contacts-home-1 {
  z-index: 100;
  background-color: var(--white);
  border-radius: 20px;
  width: 40%;
  padding: 20px;
  position: relative;
}

.contact-info-input {
  color: var(--text-dark);
  background-color: #ffffff1a;
  border: 1px #000;
  border-bottom: 1px solid #908f8980;
  height: 58px;
  padding: 16px 18px;
  font-size: 18px;
  transition: all .3s;
}

.contact-info-input:focus {
  border-color: var(--primary-light) var(--primary-light) var(--text-dark);
}

.contact-info-input::placeholder {
  color: #0f0f1480;
  font-size: 18px;
}

.contacts-info-textarea {
  border-style: none none solid;
  border-width: 2px 2px 1px;
  border-color: var(--white) var(--white) #908f8980;
  color: var(--text-dark);
  background-color: #ffffff1a;
  min-height: 150px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 18px;
}

.contacts-info-textarea:focus {
  border-color: var(--light-gray) var(--light-gray) var(--text-dark);
}

.contacts-info-textarea::placeholder {
  color: #0f0f1480;
  font-size: 18px;
}

.contacts-info-textarea.home-5 {
  min-height: 200px;
}

.error-message-form {
  background-color: var(--error);
  text-align: center;
  border-radius: 50px;
  padding: 20px;
}

.error-message-form.banner-form {
  border-radius: 20px;
}

.banner-paragraph-home-1 {
  color: var(--white);
  width: 80%;
  margin-bottom: 40px;
}

.banner-paragraph-home-1.black-text {
  color: var(--text-dark);
}

.overlay-banner-1 {
  background-color: #000000a6;
  background-image: linear-gradient(to top, #00000080, #0000);
  position: absolute;
  inset: 0%;
}

.brand-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  display: flex;
}

.brand-block-image {
  width: auto;
}

.image-brand {
  filter: invert();
  height: 25px;
}

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

.gradient-png {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.about-us-image-wrap-right {
  width: 50%;
  height: auto;
  position: relative;
}

.image-3 {
  object-fit: cover;
  height: 80px;
}

.image-task {
  z-index: 2;
  width: 100%;
  position: relative;
}

.section-full-width {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner-Saas-4-1-1_1Banner Saas 4 (1) (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 550px;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
  overflow: hidden;
}

.circle-button {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  width: 140px;
  height: 140px;
  display: flex;
}

.subtitle-list {
  color: var(--par-color);
  max-width: 370px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

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

.our-benefits-container {
  grid-column-gap: 60px;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.our-benefits {
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
  padding-top: 20px;
  display: flex;
}

.our-experience {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-experience-container {
  width: 50%;
}

.our-experience-image {
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.feature-wrap-horizontal {
  background-color: var(--white);
  border-radius: 20px;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 0 15px #9696961a;
}

.feature-general-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.image-girl-cover {
  z-index: 10;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.images-container {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.card-1-team {
  z-index: 20;
  object-fit: cover;
  border-radius: 20px;
  width: auto;
  height: 180px;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 0 20px #c9c9c940;
}

.card-2-team {
  z-index: 20;
  object-fit: cover;
  border-radius: 20px;
  width: auto;
  height: 100px;
  position: absolute;
  inset: 42% auto auto 0;
  box-shadow: 0 0 20px #c9c9c933;
}

.card-2-team.faq-image {
  height: 120px;
  top: 20%;
}

.card-2-team.faq-image-home-5 {
  height: 120px;
  top: 0%;
}

.toggle-round {
  z-index: 1;
  background-color: #fff;
  border-radius: 30px;
  width: 24px;
  height: 24px;
  position: absolute;
}

.toggle-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.toggle-price {
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 70px;
  height: 32px;
  margin-left: 32px;
  margin-right: 32px;
  padding: 4px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.toggle-price:hover {
  background-color: #712fff80;
  background-image: none;
}

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

.plan-type {
  color: var(--primary);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 600;
}

.button-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.pricing-plan {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  padding: 40px 30px 30px;
}

.pricing-plan.premium-item {
  background-color: var(--primary);
  background-image: url('../images/Price-Png_1Price Png.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 25px #5858581a;
}

.pricing-plan-price-2 {
  color: var(--white);
  font-size: 56px;
}

.item-description-faq {
  width: 90%;
  margin-bottom: 0;
}

.button-with-icon {
  grid-column-gap: 40px;
  letter-spacing: .5px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  padding: 16px 30px;
  transition-property: all;
  transition-duration: .5s;
  display: flex;
}

.button-with-icon:hover {
  grid-column-gap: 20px;
  opacity: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.button-with-icon.with-margin {
  margin-top: 30px;
}

.secondary-button-with-icon {
  grid-column-gap: 40px;
  border: 2px solid var(--text-dark);
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  padding: 16px 24px;
  transition-property: all;
  transition-duration: .5s;
  display: flex;
}

.secondary-button-with-icon:hover {
  grid-column-gap: 20px;
  opacity: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.our-team-holder {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.pricing-plan-currency-icon-2 {
  margin-right: 2px;
  font-size: 20px;
  line-height: 20px;
}

.list-pricing {
  color: var(--white);
  background-image: url('../images/Vector2_1Vector2.webp');
  background-position: 0%;
  align-items: center;
  padding-left: 27px;
}

.list-pricing.white-bg {
  color: var(--text-dark);
  background-image: url('../images/Vector1_1Vector1.webp');
}

.pricing-plan-main-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
}

.who-we-are {
  color: var(--white);
  margin-top: 55px;
  margin-bottom: 55px;
  font-size: 20px;
}

.who-we-are:hover {
  color: var(--text-dark);
}

.section-light-bg {
  background-color: var(--primary-light);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section-light-bg.partners-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-paragraph {
  color: var(--white);
}

.gradient-girl-png {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto -22% -25%;
}

.pricing-plan-with-print {
  background-color: var(--primary);
  background-image: url('../images/Price-Png_1Price Png.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 10px 10px;
  width: 100%;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.pricing-general-wrap {
  border-radius: 20px;
  box-shadow: 0 0 25px #5858581a;
}

.pricing-plan-bottom-part {
  background-color: var(--white);
  border-radius: 0 0 20px 20px;
  width: 100%;
  padding: 30px;
}

.image-5 {
  height: 512.891px;
}

.section-title-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-subtitle-2 {
  color: #ca9c5e;
}

.our-blog-container {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  box-shadow: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  min-height: 400px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.large-item, .large-blog-item {
  height: 100%;
}

.base-container-15 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container-15.full {
  max-width: none;
}

.recent-blog-list {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.collection-list-wrapper-3 {
  border-radius: 20px;
  width: 60%;
}

.blogl-right-wrapper {
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  display: flex;
}

.blog-post-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  min-height: 150px;
  margin-bottom: -60px;
  padding: 0 36px 36px;
  display: flex;
  position: relative;
  box-shadow: 0 12px 36px -8px #6b6b6d1a;
}

.large-blog-post {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-left: 36px;
  padding-right: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.large-blog-content {
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.blog-background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.large-blog-image {
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  transition: color .5s;
}

.blog-title:hover {
  color: var(--primary);
}

.body-display {
  color: var(--par-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.category-tag {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: -28px;
  padding: 16px 40px;
  transition-property: all;
  transition-duration: .5s;
  display: flex;
}

.category-tag:hover {
  background-color: var(--white);
  color: var(--primary);
}

.blog-post-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: minmax(120px, .5fr) 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding: 10px;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.blog-post-list-item:hover {
  box-shadow: 0 6px 24px -4px #3540751f;
}

.blog-list-image {
  border-radius: 20px;
  height: 100%;
  min-height: 100px;
  position: relative;
  overflow: hidden;
}

.journal-list-item-content {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-right: 18px;
  display: flex;
}

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

.item-blog-category {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

.recent-blog-name {
  margin-top: 0;
}

.data-blog {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.lottie-animation {
  object-fit: cover;
  width: 155%;
  height: auto;
  position: absolute;
}

.lottie-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.our-services-container {
  z-index: 10;
  width: 45%;
  height: 100%;
  margin-left: auto;
  position: relative;
}

.services-intro-wrapper {
  width: 100%;
}

.services-content-wrapper {
  z-index: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0 var(--gray) #f0f0f0 #f0f0f0;
  background-color: var(--primary-light);
  border-radius: 20px;
  width: 100%;
  margin-bottom: -100px;
  padding: 20px;
}

.services-description {
  margin-top: 0;
}

.notaro-image-all-services {
  background-image: url('../images/medical-aesthetics-lead-generation.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.notaro-image-all-services.image-3 {
  background-image: url('../images/medical-lead-generation.webp');
  position: relative;
}

.notaro-image-all-services.image-5 {
  background-image: url('../images/legal-lead-generation.webp');
  background-position: 50%;
  position: relative;
}

.best-services {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.services-container-home-1 {
  grid-column-gap: 0;
  grid-row-gap: 0;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  text-decoration: none;
  display: grid;
  position: relative;
}

.services-image {
  object-fit: cover;
  width: auto;
  height: 60px;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
}

.item-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.item-wrapper.item-3 {
  border-bottom-width: 1px;
  border-right-style: none;
}

.item-wrapper.item-5 {
  border-style: none;
}

.item-wrapper.item-2 {
  border-bottom-width: 1px;
}

.item-wrapper.item-4 {
  border-bottom-style: none;
}

.image-avatar {
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.grid-blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 35px;
  display: flex;
}

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

.services-title {
  color: var(--text-dark);
}

.section-reviews {
  background-color: var(--text-dark);
  background-image: url('../images/Gradient-1-1.png'), url('../images/Ellipse-2-1.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.reviews-left-content {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

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

.reviews-text {
  color: var(--white);
  width: 97%;
}

.intro-general-reviews {
  justify-content: space-between;
  display: flex;
}

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

.quotes-circle {
  border: 1px solid var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 230px;
  display: flex;
}

.image-8 {
  height: auto;
}

.reviews-loop-container {
  z-index: 2;
  flex-direction: row;
  width: auto;
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: hidden;
}

.loop-review-wrap {
  justify-content: flex-start;
  display: flex;
}

.loop-wrap {
  grid-column-gap: 30px;
  flex-direction: row;
  width: 100%;
  margin-right: 30px;
  display: flex;
  overflow: hidden;
}

.loop-review-item {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 400px;
  padding: 35px 30px;
  display: flex;
}

.name-avatar {
  margin-top: 0;
  font-weight: 600;
}

.profession-avatar {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
}

.border-wrapper {
  border-right: 1px dashed var(--primary);
  margin-right: 20px;
  padding-right: 20px;
}

.lottie-item {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 415px;
  display: flex;
  position: relative;
  inset: 0%;
}

.color-section {
  background-color: var(--primary);
  background-image: url('../images/Mask-Group-1_1Mask Group (1).webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta-content {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.cta-lottie {
  object-fit: cover;
  width: 120%;
  height: auto;
  position: absolute;
  inset: 0% -3% 0% auto;
}

.cta-lottie-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: 330px;
  display: flex;
  position: relative;
}

.cta-container {
  justify-content: space-between;
  display: flex;
}

.subscription-form {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}

.subscription-form-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.horizontal-line {
  border-style: dashed none none;
  border-width: 1px;
  border-color: var(--primary) black;
  width: 100%;
  height: 1px;
  position: absolute;
}

.horizontal-line.h-line-2, .horizontal-line.h-line-3, .horizontal-line.h-line-4, .horizontal-line.h-line-5, .horizontal-line.h-line-6, .horizontal-line.h-line-7 {
  display: none;
}

.vertical-line {
  border-style: none none none dashed;
  border-width: 1px;
  border-color: var(--primary) black var(--primary) var(--primary);
  width: auto;
  height: 100%;
  position: absolute;
}

.hero-person-count-span {
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  width: 100%;
  font-size: 16px;
  display: inline-block;
}

.hero-person-img {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  height: 115%;
  display: block;
  position: relative;
}

.hero-person-count-title {
  margin-bottom: -20px;
  line-height: 1em;
  display: inline-block;
}

.hero-person-count-title.stroke-white {
  font-weight: 600;
}

.swiper-person {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.hero-person-text-less {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 58px;
  display: flex;
  position: absolute;
  inset: auto -6px 80px auto;
  transform: rotate(-90deg);
}

.hero-person-count {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 52px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.hero-person-title {
  flex: none;
  font-size: 34px;
  line-height: 1.1em;
}

.hero-person-title.white-person-title {
  flex: 0 auto;
}

.hero-person-square {
  z-index: -1;
  background-color: var(--primary);
  border-radius: 100%;
  width: 58px;
  height: 58px;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.hero-banner-persons {
  z-index: 0;
  grid-column-gap: 30px;
  justify-content: flex-end;
  height: 590px;
  margin-left: -50px;
  display: flex;
  position: relative;
}

.hero-banner-col.col-1 {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  display: flex;
  position: relative;
}

.hero-banner-col.col-2 {
  z-index: 0;
  flex: 1;
}

.hero-columns {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hero-person-gradient {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#0000 35%, #000c);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-person-container {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-person-text-more {
  grid-column-gap: 40px;
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 80px;
}

.hero-person-text-more.mod-1 {
  z-index: 100;
  padding-left: 80px;
}

.hero-person {
  border-radius: 20px;
  width: 21%;
  position: relative;
  overflow: hidden;
}

.hero-person.mod-1 {
  width: 58%;
}

.banner-section-home-2 {
  background-image: url('../images/PNG-4-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
}

.form-block-home-2 {
  border-radius: 50px;
  width: 450px;
  margin-bottom: 0;
}

.home-2-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact-info-input-home-2 {
  border: 2px solid var(--primary);
  color: var(--text-dark);
  background-color: #ffffff1a;
  border-radius: 50px 0 0 50px;
  height: 58px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 18px;
  transition: all .3s;
}

.contact-info-input-home-2:focus {
  border-color: var(--text-dark);
}

.contact-info-input-home-2::placeholder {
  color: #0f0f1480;
  font-size: 18px;
}

.form-home-2 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.collection-list-wrapper-5 {
  position: absolute;
  inset: 0%;
}

.banner-paragraph-home-2 {
  width: 80%;
  margin-bottom: 40px;
}

.hero-text-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-tablet-banner-persons {
  z-index: 0;
  grid-column-gap: 30px;
  justify-content: flex-end;
  height: 590px;
  display: none;
  position: relative;
}

.company-s-advantages {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.section-benefins {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
}

.base-container-home-1 {
  z-index: 50;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.banner-title-home-1 {
  color: var(--white);
  width: 100%;
  font-size: 55px;
}

.poli-logo-image-animation {
  filter: invert();
  width: auto;
  max-width: none;
  height: 60px;
}

.nav-intro-item-animation {
  color: var(--white);
  font-size: 20px;
}

.main-nav-item-link-animation {
  color: var(--white);
  flex: none;
  padding-left: 15px;
  padding-right: 15px;
  transition-property: all;
  display: flex;
}

.main-nav-item-link-animation:hover {
  opacity: .7;
}

.nav-dropdown-white {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  transition: all .3s;
  display: inline-block;
}

.secondary-button-poli-animation {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #0000;
  border-radius: 50px;
  padding: 16px 24px;
  font-size: 20px;
  transition: all .3s;
  display: inline-block;
}

.secondary-button-poli-animation:hover {
  color: var(--white);
  transform: scale(1.05);
}

.primary-button-animation {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  padding: 16px 24px;
  font-size: 20px;
  transition: all .3s;
  display: inline-block;
}

.primary-button-animation:hover {
  color: var(--text-dark);
  transform: scale(1.05);
}

.nav-white-menu-poli-lp {
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  font-weight: 600;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.lower-layer {
  z-index: 1;
  background-color: var(--white-50);
  border-radius: 20px;
  position: absolute;
  inset: 20px 20px -20px -20px;
}

.paragraph, .gray-paragraph {
  color: var(--par-color);
}

.services-description-animation {
  margin-top: 0;
}

.nav-line-white, .line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.items-advantages {
  text-align: center;
  border-right: 1px solid #afafaf80;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 100%;
  display: flex;
}

.items-advantages.last-card {
  border-right-style: none;
}

.customer-services-item {
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 10px 10px #00000008, 0 5px 10px 2px #0000000d;
}

.subtitle-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.collection-product-list-wrapper {
  width: 100%;
}

.shop-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-grid.shop-category {
  grid-template-columns: 1fr 1fr;
}

.collection-product-item {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hover-link {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.button-with-icon-black-relative {
  z-index: 50;
  grid-column-gap: 40px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 60px;
  justify-content: center;
  padding: 10px 30px;
  transition-property: all;
  transition-duration: .5s;
  display: flex;
  position: relative;
}

.button-with-icon-black-relative:hover {
  grid-column-gap: 20px;
  opacity: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.reviews-loop-container-home-2 {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-end;
  width: auto;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: hidden;
}

.loop-wrap-right {
  grid-column-gap: 30px;
  flex-direction: row;
  width: 100%;
  margin-right: 30px;
  display: flex;
  overflow: hidden;
}

.about-saas-company-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-saas-wrap-left {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 52%;
  display: flex;
}

.saas-image-wrapper {
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-11-service-item {
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.home-2-service-item {
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  background-color: var(--white);
  border-radius: 20px;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 20px #8883;
}

.title-services {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.title-services.grid-title {
  font-size: 24px;
}

.description-services {
  color: var(--par-color);
  text-align: center;
  margin-bottom: 0;
}

.grid-items-services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.saas-info-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 500px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.popup-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.button-arrow {
  padding-left: 40px;
  font-family: "Fa solid 900", sans-serif;
}

.video-popup {
  z-index: 1;
  width: 230px;
  height: 60px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.quantity {
  display: none;
}

.shop-paragraph {
  border-style: none none dashed;
  border-width: 2px 2px 1px;
  border-color: #0000004d #0000004d var(--primary);
  color: var(--par-color);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.buy-now-button {
  display: none;
}

.add-to-cart {
  z-index: 4;
  background-color: #0f0f1480;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.default-state-2 {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.old-price {
  color: #0f0f1480;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  text-decoration: line-through;
}

.image-saas-1 {
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: auto -35% auto auto;
}

.circle-services {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.number-services-wrapper {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-item {
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.best-services-home-2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-title-full-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-content-wrap-home--2 {
  z-index: 1;
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  margin-bottom: -100px;
  padding: 20px;
}

.services-description-gray {
  color: var(--par-color);
  margin-top: 0;
}

.all-our-services {
  background-image: url('../images/Photo-4_1Photo 4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.all-our-services.image-3 {
  background-image: url('../images/Photo-3_1Photo 3.webp');
  position: relative;
}

.all-our-services.image-5 {
  background-image: url('../images/Photo-2_1Photo 2.webp');
  background-position: 50%;
  position: relative;
}

.products-name {
  margin-bottom: 0;
  font-weight: 600;
  transition: color .3s;
}

.products-name:hover {
  color: var(--primary);
}

.products-name.large-size {
  font-size: 22px;
}

.price-container {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.on-discount-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.price-text, .price-title {
  margin-top: 0;
  margin-bottom: 0;
}

.apple-play {
  border-radius: 50px;
  height: 56px;
}

.subtotal-text {
  color: var(--text-dark);
  font-size: 20px;
  font-weight: 400;
}

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

.cart-product-name {
  font-size: 20px;
  font-weight: 600;
}

.cart-price {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 400;
}

.remove {
  color: var(--primary);
  transition: color .3s;
}

.remove:hover {
  color: var(--text-dark);
}

.cart-header {
  background-color: var(--primary);
  border-bottom-style: none;
}

.cart-footer {
  border-top-color: var(--gray);
}

.no-item {
  font-size: 20px;
}

.primary-button-poli-white {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  padding: 16px 24px;
  font-size: 20px;
  transition: all .3s;
  display: inline-block;
}

.primary-button-poli-white:hover {
  color: var(--text-dark);
  background-color: #0000;
}

.primary-button-poli-white.cart {
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Fa solid 900", sans-serif;
}

.primary-button-poli-white.cart:hover, .primary-button-poli-white.hover-white:hover {
  color: var(--white);
}

.bottom-shop-content {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-top: 10px;
  display: flex;
}

.bottom-shop-content.home-3-content {
  padding-left: 20px;
  padding-right: 20px;
}

.link-category {
  z-index: 10;
  background-color: var(--white);
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 18px;
  position: absolute;
  inset: auto auto 25px 20px;
}

.link-category:hover {
  background-color: var(--primary);
  color: var(--white);
}

.bold-text {
  color: #fff;
  font-weight: 500;
}

.app {
  margin-right: 25px;
}

.image-s {
  width: 17px;
  height: 17px;
}

.link-app {
  max-width: 30%;
}

.grid-star {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 35px;
  margin-bottom: 10px;
  display: flex;
}

.apps-flex {
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  margin-right: auto;
  display: flex;
}

.vertical-flex {
  flex-direction: column;
  width: 95%;
  display: flex;
}

.collection-list-wrapper-7 {
  position: absolute;
  inset: 0%;
}

.section-download-app {
  height: 550px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.image-app {
  object-fit: cover;
  width: 100%;
  height: 560px;
}

.get-started {
  position: absolute;
  inset: 0%;
}

.get-started-ov {
  z-index: 1;
  background-color: #0f0f1499;
  background-image: linear-gradient(to right, #00000080, #0000);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.inbox-text.reviews {
  margin-top: 0;
}

.app-title {
  color: var(--white);
  width: 80%;
}

.app-link-wrapper {
  grid-column-gap: 20px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.mobile-images {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.card-image {
  background-color: #f4f8fa;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-product {
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.product-card {
  color: #080808;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.image-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-card.one {
  z-index: 3;
}

.image-card.three {
  z-index: 1;
  display: block;
}

.image-card.two {
  z-index: 2;
}

.image-indicator {
  z-index: 20;
  height: 5px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.card-image-wrapper {
  background-color: #f4f8fa;
  border-radius: 20px;
  height: 100%;
}

.indicator-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.product-showcase {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 15px;
  display: grid;
}

.overlay {
  background-color: #0808084d;
  position: absolute;
  inset: 0%;
}

.overlay.gradient {
  background-color: #08080800;
  background-image: linear-gradient(to top, #0000008c, #0000);
}

.showcase-image {
  max-height: 100vh;
  margin-bottom: -115px;
  padding-bottom: 115px;
  position: sticky;
  top: 115px;
  overflow: hidden;
}

.showcase-products {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-arrow {
  width: 15px;
}

.slider-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.slider-background.five {
  background-image: url('../images/Banner-1-1-1_1Banner 1 (1) (1).webp');
  background-position: 50%;
}

.slider-background.seven {
  background-image: url('../images/Banner-5-1_1Banner 5 (1).webp');
  background-position: 50%;
}

.slider-background.six {
  background-image: url('../images/Banner-4-1_1Banner 4 (1).webp');
  background-position: 50%;
}

.slider {
  background-color: #080808;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1500px;
  height: 100%;
}

.slider.clip {
  background-color: var(--white);
  border-radius: 20px;
  overflow: hidden;
}

.underline-link {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #667479;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px #e4e9ec;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: grid;
}

.mask {
  overflow: visible;
}

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

.slide-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.slide-content.flex-bottom {
  align-items: flex-end;
  padding-bottom: 120px;
}

.grid-wrapper {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.slide-heading {
  color: var(--white);
  text-transform: capitalize;
}

.slider-background-wrapper {
  justify-content: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.slider-background-wrapper.small {
  width: 100%;
  height: 100%;
}

.slide-intro {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 800px;
  display: grid;
  position: relative;
}

.slide-intro.small {
  grid-row-gap: 24px;
  max-width: 400px;
}

.tabs-menu-home-4 {
  z-index: 50;
  justify-content: center;
  align-items: stretch;
  max-width: 960px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-button {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 220px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  background-color: #0000;
  position: relative;
}

.tabs-content {
  padding-top: 40px;
  overflow: visible;
}

.load-bar-base {
  background-color: var(--gray);
  border-radius: 0;
  max-width: 220px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.load-bar {
  background-color: var(--primary);
  border-radius: 0;
  width: 0%;
  height: 2px;
}

.success-message-home-2 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 50px;
}

.your-cart {
  color: var(--white);
}

.your-cart-icon {
  filter: invert();
}

.quantity-cart {
  border-color: var(--gray);
  transition: all .3s;
}

.quantity-cart:focus {
  border-color: var(--text-dark);
}

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

.error-message-cart {
  background-color: var(--error);
  color: #f73737;
  border-radius: 50px;
  margin-top: 20px;
  padding: 16px 20px;
  font-size: 18px;
}

.error-text-cart {
  color: var(--red);
  text-align: center;
  line-height: 1.5em;
}

.stock {
  background-color: var(--white);
  border-radius: 50px;
  margin-top: 20px;
  padding: 10px 20px;
}

.stock-text {
  color: var(--text-dark);
  line-height: 1.5em;
}

.hero-home-info {
  z-index: 25;
  border-top: 1px #484858;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  line-height: 1.35;
  display: flex;
  position: static;
}

.hero-image-strip {
  z-index: 10;
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  padding-top: 50vh;
  display: flex;
}

.hero-image-strip.right-side {
  z-index: 25;
  align-items: flex-end;
  inset: 0% 0% 0% auto;
}

.hero-image-strip.left {
  position: relative;
}

.faq-text {
  align-items: center;
  padding-left: 2rem;
  padding-right: 1rem;
  display: flex;
}

.underline-link-2 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  border-bottom: 1px #1a1c24;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.faq-bottom-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: flex;
}

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

.strip-wrapper {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.strip-wrapper.right {
  z-index: 25;
  inset: 0% 0% 0% auto;
}

.image-fill {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.preview-intro {
  z-index: 25;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.hero-trigger {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.sticky-intro {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.faq-top {
  border: 1px dashed var(--primary);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
}

.button-8 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.container-item-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-hero-home {
  flex-direction: column;
  justify-content: flex-end;
}

.hero-home-3-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-bottom: -100vh;
  padding: 115px 5vw 4rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.home-hero {
  z-index: 25;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-bottom {
  z-index: 15;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  max-width: 1200px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: static;
}

.team-circles {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.section-banner-2 {
  position: relative;
}

.about-description {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  width: 90%;
  display: flex;
}

.team-basic {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-image {
  border-radius: 20px;
  align-items: flex-end;
  width: 50%;
  height: 400px;
  position: relative;
  overflow: visible;
}

.hero-wrapper {
  height: 300vh;
  position: relative;
}

.team-avatar {
  z-index: 20;
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
  position: relative;
  overflow: hidden;
}

.faq-item {
  cursor: pointer;
}

.team-intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 37rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.preview-agenda-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  outline-offset: 0px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: 1rem;
  outline: 1px #d3e5e9;
  flex-direction: column;
  margin-top: -2rem;
  padding: 4.5rem 2rem 2.5rem;
  display: flex;
}

.page-sections {
  z-index: 10;
  background-color: var(--primary-light);
  position: relative;
}

.faq-icon {
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.75rem;
  min-width: 4.75rem;
  height: 4.75rem;
  min-height: 4.75rem;
  display: flex;
}

.overlay-home-3 {
  z-index: 10;
  background-color: #0f0f1466;
  position: absolute;
  inset: 0%;
}

.overlay-home-3.overlay-light {
  background-color: #00000026;
}

.preview-description {
  width: 80%;
}

.preview-hero {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.hero-banner-image {
  border-radius: 20px;
  width: 20vw;
  height: 20vw;
  min-height: 20vw;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.hero-banner-image.twelve {
  margin-top: -150%;
}

.hero-banner-image.fourteen {
  left: 1vw;
}

.hero-banner-image.ten {
  margin-top: 0%;
  margin-bottom: -20%;
  left: 140%;
}

.hero-banner-image.thirteen {
  margin-top: -50vw;
  left: -74vw;
}

.hero-banner-image.two {
  margin-top: -30vw;
  left: 76vw;
}

.hero-banner-image.three {
  left: -5vw;
}

.hero-banner-image.four {
  top: 0%;
  left: -1vw;
}

.hero-banner-image.nine {
  margin-top: -30vw;
  left: -76vw;
}

.faq-bottom {
  overflow: hidden;
}

.hero-home-heading {
  z-index: 10;
  position: relative;
}

.form-block-home--3 {
  z-index: 30;
  background-color: #0000;
  border-radius: 20px;
  width: 60%;
  margin-bottom: 0;
  position: relative;
}

.form-home-3 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.contact-info-input-home-3 {
  border: 2px solid var(--primary);
  color: var(--text-dark);
  background-color: #0000;
  border-radius: 50px;
  height: 58px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 18px;
  transition: all .3s;
}

.contact-info-input-home-3:focus {
  border-color: var(--text-dark);
}

.contact-info-input-home-3::placeholder {
  color: #0f0f1480;
  font-size: 18px;
}

.base-page-padding {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.sticky-intro-content {
  grid-column-gap: 60px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  display: flex;
}

.sticky-intro-content.intro-2 {
  flex-direction: row-reverse;
}

.img-home-3 {
  z-index: 2;
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 20px;
  width: 96%;
  height: 380px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.img-home-3.image-2 {
  z-index: 2;
  left: auto;
}

.img-home-3.image-3 {
  inset: 0% auto auto 0%;
}

.img-home-3.img-company {
  width: 90%;
  height: 340px;
  inset: 0% auto auto 0%;
}

.img-home-3.our-values-img {
  inset: 0% 0% auto auto;
}

.content-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sticky-item-base {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--gray);
  background-color: #fff;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  justify-content: center;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: sticky;
  top: 115px;
}

.sticky-item-base.sticky-first-base {
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
}

.sticky-item-base.sticky-second-base {
  margin-bottom: 3rem;
  top: 10rem;
  overflow: hidden;
}

.sticky-item-base.last-item {
  overflow: hidden;
}

.sticky-content-info {
  justify-content: center;
  height: 100%;
  display: flex;
}

.sticky-it-card {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.sticky-anchor-item {
  height: 0;
  position: relative;
  top: -12rem;
}

.sticky-card-wrapper {
  position: sticky;
  top: 115px;
}

.section-sticky-cards-item {
  z-index: 25;
  background-color: var(--primary-light);
  margin-top: -4rem;
  position: relative;
}

.info-scroll-background {
  height: 100vh;
  margin-top: -4rem;
  padding: 4rem 15px 1rem;
  position: sticky;
  bottom: 0;
}

.feature-component {
  flex-direction: column;
  display: flex;
}

.scroll-image {
  position: absolute;
  inset: 0%;
}

.video-lightbox {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
  display: flex;
  position: relative;
}

.bg-video-overlay {
  z-index: 1;
  background-color: #1111118c;
  position: absolute;
  inset: 0%;
}

.overlay-2.dark-overlay {
  background-color: #0f13168c;
}

.video-loop-section {
  z-index: 10;
  background-color: var(--primary-light);
  padding-bottom: 80px;
  position: relative;
}

.play-icon {
  width: 1.25rem;
  margin-left: .2rem;
}

.scroll-background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-content {
  z-index: 10;
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.info-scroll-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.how-it-works-fill {
  background-color: #081c3a;
  border-radius: 100px;
  width: 100%;
  height: 0;
}

.steps-circle {
  border: 0 #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 36px auto auto -86px;
}

.steps-circle.end {
  top: auto;
  bottom: 36px;
}

.steps-circle.center {
  top: auto;
}

.steps-description {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.steps-card-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 900px;
  display: flex;
}

.steps-circle-outline {
  border: 2px solid var(--light-purple);
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.steps-circle-outline.two {
  background-color: #fff;
}

.steps-content {
  grid-row-gap: 45px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.steps-tracker {
  background-color: #c0c0d333;
  border-radius: 100px;
  flex-direction: column;
  width: 2px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.steps-sticky-card {
  z-index: 30;
  grid-row-gap: 40px;
  box-shadow: none;
  background-image: url('../images/sem-strategy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  height: 670px;
  display: flex;
  position: sticky;
  top: 120px;
  overflow: visible;
}

.steps-dot {
  z-index: 10;
  background-color: var(--primary);
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.steps-cards {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.steps-card {
  border: 1px solid #c0c0d333;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  min-height: 275px;
  padding: 24px;
  display: flex;
  position: relative;
}

.steps-icon {
  z-index: 10;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.card-arrow {
  background-color: #fff;
  border: 1px #c0c0d333;
  border-style: none none solid solid;
  border-bottom-left-radius: 3px;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto -51px auto auto;
  transform: rotate(45deg);
}

.steps-grid {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-content-home-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 96rem) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.slider-home-3-content-fill {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

.business-slide-icon {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  display: flex;
}

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

.family-services {
  margin-bottom: 40px;
}

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

.saas-img {
  justify-content: flex-end;
  width: 50vw;
  min-width: 50vw;
  display: flex;
  position: relative;
}

.content-intro-wrap {
  justify-content: space-between;
  display: flex;
}

.content-intro-wrap.busines-slide {
  width: 100%;
}

.slide-arrow-icon {
  width: 1rem;
}

.image-intro-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-subtitle-slider {
  color: var(--primary);
}

.slider-container {
  justify-content: center;
  min-height: 90vh;
  display: flex;
}

.image-legal-work {
  width: 100vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.low-content {
  z-index: 20;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.low-content.right-content-item {
  padding-left: 60px;
  padding-right: 0;
}

.business-slide-arrow {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  white-space: nowrap;
  background-color: #fff0;
  border: 1px #e4eff3;
  justify-content: flex-end;
  align-items: center;
  width: 12rem;
  height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  display: flex;
  inset: auto 0 2.25rem 8rem;
  overflow: visible;
}

.business-slide-arrow.right-slide-arrow {
  justify-content: flex-start;
  left: 15rem;
}

.business-slide-arrow.left-slide-arrow {
  left: 0;
  right: 15rem;
}

.image-layer-two {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.services-h-3 {
  width: 100%;
}

.image-layer-one {
  justify-content: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slider-item-content-fill {
  justify-content: center;
  width: 100%;
  display: flex;
}

.heading-content {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.right-description.maxw-543px {
  width: 50%;
}

.content-block-absolute {
  padding-left: 30px;
  padding-right: 30px;
}

.content-block-absolute.border {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.left-heading {
  width: 50%;
}

.block-absolute {
  background-color: var(--primary);
  background-image: url('../images/Mask-Group-1_1Mask Group (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: space-between;
  min-width: 725px;
  margin-bottom: -20px;
  padding: 44px 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-block-left {
  background-image: url('../images/Mini-Img-1-1_1Mini Img 1 (1).webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 50%;
  height: 550px;
}

.display-horizontal {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-20px {
  font-size: 20px;
  font-weight: 600;
}

.gray-benefits {
  font-size: 16px;
}

.gray-benefits.maxw {
  color: var(--par-color);
  max-width: 370px;
}

.content-bottom {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.text-content-right {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-left: 74px;
  display: flex;
}

.red-text {
  color: #ef4444;
}

.number-bold {
  color: #fff;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1em;
}

.image-row {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

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

.image-about-1 {
  z-index: 3;
  border-radius: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 0 20px #3d3d3d26;
}

.image-about-1.about-company {
  height: 270px;
  inset: auto 0% 0% auto;
}

.image-about-1.our-values {
  height: 220px;
  inset: auto auto 0% 0%;
}

.image-about-2 {
  z-index: 3;
  border-radius: 20px;
  width: auto;
  height: 155px;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 0 20px #3d3d3d26;
}

.gradient-1 {
  z-index: 1;
  position: absolute;
  inset: auto auto -45% -43%;
}

.gradient-1.g-2 {
  inset: auto 0% 24% 34%;
}

.image-about-3 {
  z-index: 3;
  border-radius: 20px;
  width: auto;
  height: 280px;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 0 20px #3d3d3d26;
}

.business-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.slider-overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.print-1, .print-2 {
  z-index: 1;
  position: absolute;
  inset: auto auto -30px -30px;
}

.print-3 {
  z-index: 1;
  position: absolute;
  inset: auto auto -10px -30px;
}

.app-link-wrap-home-3 {
  grid-column-gap: 20px;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.section-products {
  z-index: 10;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.mockup-container {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.mockup-image-1 {
  z-index: 2;
  width: auto;
  height: 600px;
  position: relative;
}

.app-store-benefits {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.mockup-img-container {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-circle {
  background-image: url('../images/Gradient-1-1.png');
  background-position: 50%;
  background-size: contain;
  border-radius: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
}

.faq-item-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.faq-main-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.image-faq {
  z-index: 10;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.card-1-faq {
  z-index: 20;
  object-fit: cover;
  border-radius: 20px;
  width: auto;
  height: 190px;
  position: absolute;
  inset: auto 0% -5% auto;
  box-shadow: 0 0 20px #c9c9c940;
}

.price-container-home-3 {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.on-discount-wrap-home-3 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shop-title {
  margin-bottom: 15px;
}

.container-lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 100vh;
}

.base-container-11 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.testimonials-with-bg-slide-nav {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 10px;
  line-height: 10px;
  display: flex;
  inset: auto 0% 40px auto;
}

.banner-gradient-2 {
  z-index: -1;
  background-image: linear-gradient(45deg, var(--primary), #aa49df);
  opacity: .34;
  filter: blur(150px);
  border-radius: 100%;
  width: 550px;
  height: 550px;
  position: absolute;
  inset: auto -46% auto auto;
}

.banner-gradient-1 {
  z-index: -100;
  background-image: linear-gradient(-45deg, var(--primary), #ac5eec 98%, white);
  opacity: .2;
  filter: blur(100px);
  border-radius: 100%;
  width: 500px;
  height: 400px;
  position: absolute;
  inset: 8% auto auto -51%;
}

.home-4-banner {
  background-image: url('../images/Poli-img-1_1Poli img (1).webp');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-banner-home-4 {
  flex: none;
  width: 42%;
  margin-bottom: 40px;
  margin-right: auto;
  padding-bottom: 80px;
}

.banner-title-home-4 {
  color: var(--white);
  width: 100%;
  font-size: 55px;
}

.banner-paragraph-home-4 {
  color: var(--white);
  width: 100%;
  margin-bottom: 40px;
}

.contact-info-input-home-4 {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 50px 0 0 50px;
  height: 58px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 18px;
  transition: all .3s;
}

.contact-info-input-home-4:focus {
  border-color: var(--white);
}

.contact-info-input-home-4::placeholder {
  color: var(--white-50);
  font-size: 18px;
}

.image-banner-4 {
  z-index: 5;
  object-fit: contain;
  background-image: url('../images/Mask-Group-2_1Mask Group (2).webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  height: 600px;
}

.home-4-banner-container {
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.home-5-banner {
  background-color: var(--white);
  align-items: flex-start;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.main-subtitle-white {
  color: var(--white);
  text-transform: capitalize;
}

.home-1-logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  place-items: end stretch;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.our-customer-logos {
  opacity: .5;
  object-fit: cover;
  height: 30px;
  transition: all .3s;
}

.our-customer-logos:hover {
  opacity: 1;
}

.our-customer-logos.white-logo {
  opacity: 1;
  filter: invert();
}

.our-customer-logos.white-logo:hover {
  opacity: .7;
}

.blog-item-2 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
  box-shadow: 0 0 15px #c5c5c526;
}

.blog-image-link-2 {
  width: 100%;
  overflow: hidden;
}

.blog-content-wrapper-2 {
  background-color: #fff;
  padding: 25px 20px;
}

.blog-description {
  color: var(--par-color);
  margin-top: 0;
}

.link-wrapper-with-line {
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.link-wrapper-with-line:hover {
  grid-column-gap: 20px;
}

.blog-hero-wrapper {
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.blog-post-title-color {
  color: var(--primary);
  margin-top: 0;
  transition: color .3s;
}

.blog-post-title-color:hover {
  color: var(--text-dark);
}

.tab-intro-content {
  grid-column-gap: 60px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  display: flex;
}

.tab-intro-content.intro-2 {
  flex-direction: row-reverse;
}

.tab-main-text {
  text-transform: capitalize;
}

.form-block-home-4 {
  border-radius: 50px;
  width: 100%;
  margin-bottom: 0;
}

.bottom-block-blue {
  z-index: 100;
  background-color: var(--primary);
  text-align: center;
  background-image: url('../images/Mask-Group-2_1Mask Group (2).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.centered-block-iphone {
  width: 100%;
}

.white-paragraph {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 50px;
}

.description-left-content {
  max-width: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.description-left-content.spacing {
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.top-image-block {
  justify-content: space-between;
  height: 340px;
  display: flex;
  position: relative;
}

.download-apps {
  position: relative;
}

.download-app-ov {
  z-index: 1;
  background-color: var(--primary);
  background-image: url('../images/Mask-Group-2_1Mask Group (2).webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 50px 0%;
}

.download-app-container {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.download-app-image {
  height: 660px;
}

.download-app-col {
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

.image-mob {
  z-index: 2;
  object-fit: cover;
  width: auto;
  height: 600px;
  position: absolute;
}

.our-team-wrapper {
  width: 49%;
}

.our-team-title-2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.social-icon-2 {
  background-color: #ffffff1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 9px;
  transition-property: all;
  display: flex;
}

.social-icon-2:hover {
  opacity: 1;
  background-color: #ffffff0d;
}

.vertical-card {
  background-color: var(--primary-light);
  color: #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  justify-items: stretch;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.our-team-description {
  color: var(--par-color);
  width: 100%;
}

.team-intro-wrap {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.home-1-our-team-image {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.ruc-social-wrapper {
  background-color: #00000026;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-1-our-team-author {
  text-align: left;
  padding-top: 20px;
}

.team-social-links-wrapper-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.social-links-wrap {
  background-color: var(--primary);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 180px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.home-1-team-position {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
}

.team-social-icon-black {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.team-social-icon-black:hover {
  color: #010524;
}

.our-team-grid-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.team-member {
  width: 100%;
}

.avatar-name {
  font-size: 24px;
}

.image-our-team {
  object-fit: cover;
  border-radius: 20px;
  width: 45%;
  height: 400px;
}

.app-link-wrap-4 {
  grid-column-gap: 20px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.app-title-home-4 {
  color: var(--white);
  width: 80%;
}

.grid-star-home-4 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 35px;
  margin-bottom: 10px;
  display: flex;
}

.success-message-home-4 {
  background-color: var(--text-dark);
  color: #fff;
  border-radius: 50px;
}

.centered-intro-home-5 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-5-main-title {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.banner-paragraph-home-5 {
  color: var(--text-dark);
  width: 95%;
  margin-bottom: 40px;
}

.contacts-home-5 {
  z-index: 100;
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 570px;
  padding: 40px 20px;
  position: relative;
  box-shadow: 0 0 20px #8883;
}

.banner-title-home-5 {
  z-index: 100;
  color: var(--text-dark);
  width: 100%;
  font-size: 55px;
  position: relative;
}

.get-in-touch-container-home-5 {
  width: 100%;
}

.free-trial {
  flex-flow: wrap;
  display: flex;
}

.text-free-trial {
  border-right: 1px solid var(--primary);
  color: var(--primary);
  margin-right: 15px;
  padding-right: 15px;
}

.text-free-trial.no-borders {
  border-right-style: none;
  margin-right: 0;
  padding-right: 0;
}

.lottie-animation-home-5 {
  object-fit: cover;
  width: auto;
  height: 530px;
  position: absolute;
  inset: auto auto -101px 17%;
}

.saas-span {
  z-index: 10;
}

.banner-line {
  z-index: 1;
  background-image: linear-gradient(225deg, var(--light-purple), var(--error));
  border-radius: 20px;
  width: 0;
  height: 10px;
}

.banner-line-wrapper {
  z-index: 1;
  align-items: flex-end;
  width: 400px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 26% 0% auto;
}

.lottie-banner-home-5 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.lottie-container {
  justify-content: center;
  align-items: center;
  height: 20px;
  display: flex;
  position: relative;
}

.lower-layer-home-5 {
  z-index: 1;
  background-image: linear-gradient(270deg, #c3a7ff4d, #ffe7e74d);
  border-radius: 20px;
  position: absolute;
  inset: 20px 20px -20px -20px;
}

.get-started-home-5 {
  width: 40%;
  position: relative;
}

.banner-gradient-home-5 {
  background-image: linear-gradient(45deg, var(--primary), #aa49df);
  opacity: .3;
  filter: blur(150px);
  border-radius: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: auto auto -100px -50px;
}

.gradient-home-5 {
  background-image: linear-gradient(45deg, var(--primary), #aa49df);
  opacity: .5;
  filter: blur(150px);
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 73px 320px auto auto;
}

.gradient-home-5.grad-6 {
  z-index: 1;
  width: 250px;
  height: 250px;
  top: auto;
  bottom: auto;
  right: auto;
}

.gradient-home-5.grad-7 {
  z-index: 1;
  opacity: .4;
  width: 250px;
  height: 250px;
  inset: auto auto 0% 0%;
}

.gradient-home-5.grad-8 {
  z-index: 1;
  opacity: .6;
  width: 150px;
  height: 150px;
  inset: auto 14% 14% auto;
}

.section-our-services {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.saas-info-wrap-home-5 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
}

.collection-item-3 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.collection-list-wrapper-8 {
  width: 100%;
  position: absolute;
}

.section-benefins-home-5 {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
}

.leading-data {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
}

.leading-data-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding-left: 20px;
  display: flex;
}

.leading-data-wrapper.right-wrap {
  align-items: flex-end;
  padding-left: 0;
  padding-right: 20px;
}

.leading-data-description {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-gradient-3 {
  z-index: 1;
  background-image: linear-gradient(45deg, var(--primary), #aa49df);
  opacity: .25;
  filter: blur(150px);
  border-radius: 100%;
  width: 400px;
  height: 350px;
  position: absolute;
  inset: 0% auto -34%;
}

.image-faq-home-5 {
  z-index: 10;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.card-1-faq-home-5 {
  z-index: 20;
  object-fit: cover;
  border-radius: 20px;
  width: auto;
  height: 190px;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 0 20px #c9c9c940;
}

.images-container-home-5 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.lottie-wrapper-home-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.lottie-item-home-5 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 415px;
  display: flex;
  position: relative;
  inset: 0%;
}

.hero-lottie-animation-home-5 {
  z-index: 2;
  object-fit: cover;
  width: 130%;
  position: absolute;
  inset: auto 0% -140px -71px;
}

.our-pricing-container {
  z-index: 10;
  width: 45%;
  height: 100%;
  position: relative;
}

.pricing-plan-item-title-color {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 20px;
}

.pricing-paragraph-black {
  color: var(--par-color);
}

.month-price {
  margin-bottom: 0;
}

.pricing-plan-wrap {
  color: var(--white);
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
}

.pricing-button-poli {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  width: 100%;
  margin-bottom: 10px;
  padding: 16px 24px;
  font-size: 20px;
  transition: all .3s;
  display: inline-block;
}

.pricing-button-poli:hover {
  color: var(--primary);
  background-color: #0000;
}

.line-text-container {
  position: relative;
}

.leading-data-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.password-text {
  font-family: Nordeco, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.protected-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.body-gray {
  background-color: var(--primary-light);
}

.logo-link {
  z-index: 100;
  mix-blend-mode: difference;
}

._404-title {
  z-index: 100;
  color: var(--text-dark);
  font-size: 180px;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

._404-title-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.span-color-h2 {
  color: var(--primary);
}

.paragraph-no-margin-search {
  margin-top: 0;
  margin-bottom: 0;
}

.gray-paragraph-search {
  color: var(--par-color);
}

.coming-soon-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  display: flex;
}

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

.coming-soon-heading-2 {
  width: 95%;
  margin-top: 60px;
  font-size: 60px;
}

.coming-soon-paragraph-2 {
  color: var(--par-color);
  width: 90%;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
}

.coming-soon-form-2 {
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.coming-soon-page-wrap-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-overlay {
  z-index: 1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.loop-section {
  width: 100%;
}

.image-content-right {
  grid-column-gap: 1rem;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.h1-color-span {
  color: var(--primary);
}

.loop-image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.images-layout {
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.coming-soon-input-2 {
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: var(--text-dark);
  color: var(--text-dark);
  background-color: #0000;
  border-radius: 50px 0 0 50px;
  width: 100%;
  min-width: 300px;
  height: 59px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 20px;
}

.coming-soon-input-2:focus {
  border-style: solid none solid solid;
  border-width: 2px 1px 2px 2px;
  border-color: var(--text-dark);
}

.coming-soon-input-2::placeholder {
  color: var(--par-color);
  font-size: 20px;
}

.loop-image-wrapper {
  border-radius: 20px;
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.loop-image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.coming-soon-form-container {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.loop-image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.loop-container {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.base-container-relative {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.banner-changelog {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  height: 505px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-overlay {
  background-color: #0f0f14b3;
  position: absolute;
  inset: 0%;
}

.inner-banner-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 114px;
  display: flex;
}

.banner-container {
  width: 100%;
  height: 100%;
}

.hero-inner-container {
  position: absolute;
  inset: 0%;
}

.large-banner-title {
  color: var(--light-gray);
  font-size: 60px;
}

.banner-our-pricing-1 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  height: 550px;
  position: absolute;
  inset: 0 0% 0%;
}

.left-align-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.white-bannr-description {
  color: var(--white);
  width: 50%;
  margin-bottom: 40px;
}

.white-bannr-description.text-2 {
  width: 50%;
}

.inner-big-banner-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 114px;
  display: flex;
}

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

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

.lottie-tablet-container {
  justify-content: center;
  align-items: center;
  height: 20px;
  display: none;
  position: relative;
}

.price-lottie-animation {
  object-fit: cover;
  width: 135%;
  height: auto;
  position: absolute;
  inset: auto auto -124px -114px;
}

.our-prices-lottie-item {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 415px;
  display: flex;
  position: relative;
  inset: 0%;
}

.items-2-services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-png {
  z-index: 1;
  object-fit: cover;
  width: 100vw;
  height: auto;
  min-height: 96px;
  position: absolute;
  inset: auto 0% -15px;
}

.pricing-plan-wrapper-3 {
  color: var(--white);
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 10px;
  display: flex;
}

.title-plan {
  font-size: 25px;
}

.pricing-title-3 {
  font-size: 56px;
}

.lottie-hero-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.wrapper-blog-classic {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.list-grid {
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: flex;
}

.blog-image-container {
  border-radius: 20px;
  flex: 1;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-owerlay {
  z-index: 10;
  background-color: #0d0d0d73;
  position: absolute;
  inset: 0%;
}

.blog-info-title {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
  position: relative;
}

.hover-line-fill {
  background-color: var(--primary);
  width: 100%;
  height: 100%;
}

.blog-content {
  width: 50%;
  padding-right: 40px;
}

.blog-name {
  width: 90%;
  display: inline-block;
  position: relative;
}

.blog-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.blog-container:hover {
  opacity: 1;
}

.list-blog-item {
  border-bottom: 1px solid var(--gray);
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  min-height: 160px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.subtitle-data-blog {
  font-size: 18px;
  line-height: 1.2em;
}

.description {
  color: var(--par-color);
  width: 90%;
}

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

.sidebar-categories-2 {
  border: 1px solid var(--gray);
  background-color: #0000;
  border-radius: 20px;
  padding: 20px;
}

.collection-item-4 {
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
  position: relative;
}

.collection-item-4:nth-child(odd) {
  margin-bottom: -80px;
}

.collection-item-4:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: -80px;
}

.sidebar-recent-posts-2 {
  border: 1px solid var(--gray);
  background-color: #0000;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
}

.recent-posts {
  margin-top: 0;
}

.sidebar-search-2 {
  background-color: #0000;
}

.sidebar-search-wrapper-2 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.blog-3-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  display: flex;
}

.blog-sidebar-wrapper-2 {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.sidebar-recent-post-item-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.collection-list-9 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.sidebar-recent-posts-wrapper-2 {
  margin-top: 20px;
}

.blog-3-card-content {
  z-index: 25;
  grid-row-gap: 140px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hover-blog-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-blog-line.top {
  top: -1px;
  bottom: auto;
}

.subtitle-home-1 {
  color: #fff;
}

.link-arrow {
  width: 12px;
}

.link-arrow.large {
  filter: invert();
  width: 18px;
}

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

.blog-3-card {
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-card-strip {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-top: 1px solid #afafaf80;
  border-bottom: 1px solid #afafaf80;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  height: 46px;
  padding-left: 36px;
  padding-right: 36px;
  display: grid;
  position: relative;
  overflow: visible;
}

.background-blog-image {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.card-background {
  width: 110%;
  height: 120%;
  position: absolute;
  inset: auto;
}

.blog-link-category {
  border: 2px solid var(--white);
  background-color: var(--white);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 18px;
  transition-property: all;
  transition-duration: .5s;
}

.blog-link-category:hover {
  color: #fff;
  background-color: #0000;
}

.blog-3-card-info {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  padding: 0 36px;
  display: flex;
}

.hover-blog-3-line-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.banner-paragraph {
  width: 90%;
}

.content-blog-details-wrap {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.subtitle-data {
  color: var(--text-dark);
  font-size: 20px;
}

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

.blog-template-wrapper-2 {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-wrapper-2.banner {
  max-width: 100%;
}

.blog-intro-content {
  grid-column-gap: 180px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  width: 65%;
  min-height: 500px;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
}

.scroll-blog-link {
  z-index: 5;
  background-color: var(--primary-light);
  border: 1px #8c9fac33;
  border-radius: 100%;
  margin-bottom: -70px;
  padding: 6px;
  position: absolute;
  inset: auto 0 0% auto;
  overflow: hidden;
}

.blog-arrow {
  z-index: 100;
  height: 30px;
  position: relative;
  transform: rotate(45deg);
}

.scroll-blog-circle {
  border: 1px solid #1111111a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: relative;
}

.scroll-blog-circle:hover {
  opacity: 1;
}

.data-line-container {
  width: 40px;
  position: relative;
  overflow: hidden;
}

.title-blog-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.data-line {
  background-color: #111;
  width: 40px;
  height: 1px;
}

.circle-link-wrapper {
  margin: -48px;
  padding: 48px;
}

.link-hover-fill {
  background-color: var(--text-dark);
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.section-blog-details {
  justify-content: center;
  align-items: stretch;
  height: 500px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-blog-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-details-background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

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

.section-blog {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.avatar {
  background-image: url('../images/ryan-avatar.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.image-agency {
  object-fit: cover;
  border-right: 1px #afafaf80;
  flex-direction: column;
  justify-content: space-between;
  width: 29%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.image-agency.blog {
  padding-top: 40px;
}

.client-avatar {
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  padding: 6px;
  position: relative;
}

.client-avatar.item-autors {
  width: 70px;
  height: 70px;
  padding: 0;
}

.container-holi-awards {
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.subtitle-core-value {
  color: var(--primary);
  font-size: 20px;
}

.short-title {
  margin-bottom: 20px;
}

.blog-template-pagination-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.border-wrap-reviews {
  border-right: 1px dashed var(--primary);
  margin-right: 20px;
  padding-right: 20px;
}

.subtitle-core-value-color {
  color: var(--text-dark);
}

.previ-post-arrow {
  color: #afafaf;
  width: 18px;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.slider-blog-arrow {
  border-right: 1px dashed var(--primary);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  top: auto;
  bottom: 0;
}

.slider-blog-arrow.right {
  border-right-style: none;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 0;
  left: auto;
}

.review-blog-details {
  border-top: 1px dashed var(--primary);
  border-bottom: 1px dashed var(--primary);
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 50px;
  margin-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.testimonials-text {
  color: var(--text-dark);
  font-size: 32px;
  font-weight: 400;
}

.award-info-title {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
}

.award-info-title.autor {
  align-items: center;
  display: flex;
}

.blog-details-link-title-2 {
  margin-bottom: 0;
}

.core-value-top {
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  display: flex;
}

.next-post-arrow-2 {
  color: #afafaf;
  width: 18px;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.awards {
  flex: 1;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.awards.blog {
  padding-top: 40px;
}

.autor-name {
  margin-bottom: 10px;
}

.error-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ffe8e6;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.shop-text-wrapper {
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.shop-text-wrapper.margin {
  margin-top: 80px;
}

.shop-text-wrapper.margin-bottom {
  margin-bottom: 30px;
}

.paragraph-shop-details {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.shop-tablet-image {
  display: none;
}

.collection-list-3 {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.lightbox-link-shop {
  border-bottom-style: none;
  min-width: 450px;
  height: 500px;
  transition-property: all;
  transition-duration: .8s;
}

.lightbox-link-shop:hover {
  padding: 10px;
}

.shop-card-old-price {
  color: #0f0f1480;
  text-decoration: line-through;
}

.shop-details-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.section-shop-details {
  background-color: var(--primary-light);
  padding-top: 190px;
  padding-bottom: 80px;
  position: relative;
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.shop-sticky-block {
  position: sticky;
  top: 25px;
}

.quantity-2 {
  color: #000;
  background-color: #0000;
  border-color: #0000 #0000 #a1a1a180;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.quantity-2:focus {
  border-bottom-color: #e9e9e9;
}

.out-of-stock-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f9f9fa;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.base-container-9 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.shop-details-title {
  margin-top: 0;
  margin-bottom: 20px;
}

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

.buy-now-button-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fcf9f6;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8em;
  display: flex;
}

.default-state-3 {
  flex-direction: column;
  margin-bottom: 0;
}

.shop-details-price-wrapper {
  grid-column-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.blog-grid-list-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-grid-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

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

.blog-grid-items {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
  box-shadow: 0 0 20px #c5c5c540;
}

.acout-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.link-sign-up {
  color: #ffffffb3;
}

.link-sign-up:hover {
  opacity: 1;
  color: var(--white);
}

.sign-wrapper {
  text-align: center;
  width: 50%;
  margin-bottom: 40px;
}

.regiester-info {
  grid-column-gap: 5px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.form-info {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.sign-up-form {
  z-index: 100;
  background-color: var(--white);
  border-radius: 20px;
  width: 45%;
  padding: 40px 30px;
  position: relative;
}

.banner-paragraph-sign-up {
  color: var(--white);
  width: 100%;
  margin-bottom: 0;
}

.background-image-sign-up {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 130vh;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.banner-title-sign-up {
  color: var(--white);
  width: 100%;
  font-size: 55px;
}

.bg-sign-up {
  justify-content: center;
  align-items: center;
  height: 130vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-sign-up-wrapper {
  position: absolute;
  inset: 0%;
}

.forgot-password-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.forgot-password-text {
  grid-column-gap: 5px;
  color: var(--text-dark);
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.sidebar-categories-list-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.blog-sidebar-left-wrapper-2 {
  width: 64%;
  padding-bottom: 80px;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.blog-sidebar-right-wrapper-2 {
  width: 35%;
  position: sticky;
  top: 220px;
}

.name-link-blog {
  color: #fff;
  transition: all .5s;
}

.name-link-blog:hover {
  color: #ffffffb3;
}

.sidebar-search-input-item {
  border: 2px solid var(--text-dark);
  color: var(--text-dark);
  background-color: #0000;
  border-radius: 50px;
  height: 58px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 22px;
  font-size: 20px;
}

.sidebar-search-input-item:focus {
  border-color: var(--text-dark);
}

.sidebar-search-input-item::placeholder {
  color: var(--dark-gray);
}

.article-2 {
  width: 100%;
}

.subtitle-gray {
  color: var(--par-color);
  margin-top: 0;
  margin-bottom: 0;
}

.hover-cover {
  background-color: var(--primary-light);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.subtitle-blog {
  color: var(--primary);
  margin-top: 0;
}

.tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 0;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.sidebar-recent-post-2 {
  z-index: 100;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.sidebar-recent-post-image-2 {
  z-index: 100;
  object-fit: cover;
  border-radius: 20px;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.click-here-color-link {
  color: var(--primary);
}

.click-here-color-link:hover {
  color: var(--text-dark);
}

.click-here-color-link.w--current {
  color: var(--primary);
}

.click-here-color-link.w--current:hover {
  color: var(--text-dark);
}

.contacts-slider-arrow-icon-2 {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-right-arrow-2 {
  color: #afafaf80;
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.link-contact-us {
  transition-duration: .5s;
}

.contacts-arrows-divider-2 {
  background-color: var(--gray);
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-detail-2 {
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 4px;
  display: flex;
}

.contact-us-content-wrap {
  width: 50%;
  padding-right: 40px;
}

.contacts-left-arrow-2 {
  color: #afafaf80;
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.address-item {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nordeco, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.contact-us-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.contacts-divider-2 {
  background-color: var(--gray);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.logos-contact-us {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  place-items: end stretch;
  width: 100%;
  display: flex;
}

.color-logos {
  background-color: var(--primary);
  margin-top: -2px;
  margin-bottom: -2px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-us-form {
  width: 40%;
  position: relative;
}

.contact-us-item {
  z-index: 100;
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  position: relative;
  box-shadow: 0 0 20px #8883;
}

.section-white {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section-white.with-top-png {
  background-color: var(--white);
  background-image: url('../images/PNG-6-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw 85px;
}

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

.banner-our-shop {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  height: 550px;
  position: absolute;
  inset: 0 0% 0%;
}

.quantity-title-text {
  font-family: Nordeco, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.checkout-form-container {
  background-color: var(--primary-light);
  padding-top: 190px;
  padding-bottom: 80px;
}

.order-items {
  margin-bottom: 0;
}

.left-form-container {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.right-form-container {
  top: 140px;
}

.primary-payment {
  border: 2px solid var(--text-dark);
  background-color: var(--text-dark);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  height: 56px;
  padding: 16px 24px;
  font-size: 20px;
  transition: all .3s;
}

.primary-payment:hover {
  color: var(--text-dark);
}

.info-container {
  margin-bottom: 0;
}

.info-container-top {
  border-color: var(--gray);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.info-container-bottom {
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.field-wrapper {
  border-left-color: var(--gray);
  background-color: var(--primary-light);
}

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

.shipping-method {
  border-bottom-style: none;
  margin-bottom: 0;
}

.shipping-method:nth-child(2n) {
  border-top: 1px solid var(--gray);
  border-bottom-style: solid;
  border-bottom-color: var(--gray);
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

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

.checkboxt-text {
  margin-bottom: 0;
}

.checkboxt-lable {
  border: 1px solid #000;
  margin-top: 0;
}

.shipping-address, .shipping-method-wrapper {
  margin-bottom: 0;
}

.order-image {
  object-fit: cover;
  border-radius: 10px;
  height: 60px;
  transition: all .5s;
}

.order-image:hover {
  border-radius: 20px;
}

.product-title-name {
  margin-bottom: 10px;
  font-weight: 600;
}

.empty-state {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.option-list-style {
  display: none;
}

.grid-blog-post-title {
  color: var(--primary);
  margin-top: 0;
  font-size: 24px;
  transition: color .3s;
}

.grid-blog-post-title:hover {
  color: var(--text-dark);
}

.order-summary {
  margin-bottom: 0;
}

.row {
  justify-content: space-between;
}

.column {
  flex: 0 auto;
  width: 33.3324%;
}

.top-main-wrapp {
  grid-column-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.bottom-main-wrap {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.landing-inner-page-image-2 {
  object-fit: cover;
  object-position: 50% 0%;
  border: 1px solid #f8f8f8;
  width: 100%;
}

.landing-inner-page-item-2 {
  text-align: center;
  background-color: #0000;
  width: 100%;
  padding: 6px;
}

.landing-home-pages-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-inner-page-item.home-screen {
  width: 33%;
}

.landing-inner-pages-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.section-title-wrapper-lp {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-icon {
  margin-right: 8px;
}

.buy-this-template {
  z-index: 1000;
  color: var(--white);
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.buy-this-template:hover {
  color: var(--white);
}

.all-templates {
  z-index: 1000;
  background-color: var(--white);
  color: #4353ff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 141px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.all-templates:hover {
  color: #4353ff;
}

.unlimited-webflow-design {
  z-index: 1000;
  color: var(--white);
  background-color: #1c276d;
  border: 1px solid #1c276d;
  border-radius: 4px;
  padding: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto auto 12px 12px;
}

.unlimited-webflow-design:hover {
  color: var(--white);
}

.list-content {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

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

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 48px;
  }

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

  .section.changelog-banner {
    padding-top: 245px;
  }

  .section.style-guide-section {
    padding-top: 220px;
  }

  .section.with-top-png {
    background-size: contain;
  }

  .section.our-pricing-1, .section.blog-category, .section.contact-us {
    padding-top: 245px;
  }

  .section.blog-classic {
    padding-top: 70px;
  }

  .section.our-shop {
    padding-top: 245px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .h1-tablet {
    font-size: 50px;
  }

  .h2-tablet {
    font-size: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .about-5-info-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-5-info-wrap-left {
    width: 50%;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .style-guide-body-wrapper-2 {
    margin-right: 60px;
  }

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

  .landing-banner-screens {
    margin-bottom: -80px;
  }

  .landing-inner-page-item.home-screen {
    max-width: none;
  }

  .section-landing-customers {
    padding-bottom: 130px;
  }

  .paragraph-benefits-lp {
    width: 80%;
  }

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

  .section-banner.landing-banner {
    background-image: none;
    min-height: 88vh;
  }

  .footer-2 {
    padding-top: 100px;
  }

  .contacts-3-form-3 {
    width: 570px;
  }

  .text-footer-white {
    width: 310px;
  }

  .footer-light-blue-wrap {
    width: 93%;
  }

  .footer-link-container {
    grid-column-gap: 50px;
    width: 570px;
    margin-bottom: 50px;
  }

  .light-blue-container {
    padding-top: 100px;
    padding-left: 60px;
  }

  .rights-wrap {
    justify-content: center;
  }

  .footer-rights-container {
    width: 570px;
  }

  .nav-dropdown-list-3.w--open {
    left: auto;
  }

  .dropdown-header-2.main-item, .dropdown-header-2.main-white-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-intro-link {
    font-weight: 500;
  }

  .cart-button.mini-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-button.mini-padding-white {
    color: var(--white);
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-button.mini-padding-white:hover {
    opacity: .7;
  }

  .cart-quantity.white {
    background-color: var(--white);
    color: var(--text-dark);
  }

  .error-message.main-footer {
    width: 570px;
  }

  .right-header-wrap.lp-container {
    margin-left: 20px;
    padding-left: 20px;
  }

  .success-message.main-footer {
    width: 570px;
  }

  .main-nav-item-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .login-wrap-with-mini-gap {
    grid-column-gap: 30px;
  }

  .banner-title-home-3 {
    font-size: 65px;
  }

  .large-main-section {
    padding-bottom: 120px;
  }

  .large-main-section.sign-up {
    padding-top: 160px;
    padding-bottom: 130px;
  }

  .contacts-home-1 {
    width: 38%;
  }

  .brand-block {
    flex-wrap: nowrap;
  }

  .brand-block-image {
    max-width: 100%;
  }

  .about-us-image-wrap-right {
    width: 50%;
  }

  .section-full-width {
    height: 600px;
  }

  .our-benefits {
    width: 50%;
  }

  .card-1-team {
    height: 220px;
  }

  .card-2-team {
    height: 150px;
    top: 40%;
    left: -40px;
  }

  .card-2-team.faq-image, .card-2-team.faq-image-home-5 {
    height: 140px;
    top: 18%;
    left: -25px;
  }

  .pricing-plan {
    padding-left: 40px;
    padding-right: 40px;
  }

  .list-pricing {
    color: var(--white);
  }

  .list-pricing.white-bg {
    color: var(--text-dark);
  }

  .section-light-bg {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .pricing-plan-with-print, .pricing-plan-bottom-part {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lottie-animation {
    width: 130%;
  }

  .services-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .notaro-image-all-services {
    height: 450px;
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .services-container-home-1 {
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .section-reviews {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .reviews-left-content {
    width: 50%;
  }

  .reviews-text {
    width: 100%;
  }

  .loop-review-item {
    width: 380px;
  }

  .color-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .cta-content {
    width: 52%;
  }

  .cta-lottie {
    position: static;
  }

  .cta-lottie-wrapper {
    width: 48%;
  }

  .hero-person-text-less {
    right: 5px;
  }

  .hero-banner-col.col-1 {
    width: 34%;
  }

  .hero-columns {
    grid-column-gap: 140px;
  }

  .banner-section-home-2 {
    padding-bottom: 100px;
  }

  .form-block-home-2 {
    width: 550px;
  }

  .banner-paragraph-home-2 {
    width: 100%;
  }

  .banner-title-home-1 {
    font-size: 65px;
  }

  .main-nav-item-link-animation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subtitle-wrap {
    margin-bottom: 50px;
  }

  .about-saas-company-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-saas-wrap-left {
    width: 50%;
  }

  .saas-image-wrapper {
    width: 65%;
  }

  .image-saas-1 {
    right: -20%;
  }

  .services-content-wrap-home--2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .all-our-services {
    height: 450px;
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .products-name.large-size {
    font-size: 24px;
  }

  .vertical-flex {
    width: 80%;
  }

  .section-download-app {
    height: 650px;
  }

  .image-app {
    height: 655px;
  }

  .app-title {
    width: 60%;
  }

  .card-image.card-category {
    height: 400px;
  }

  .hero-bottom {
    width: 750px;
  }

  .hero-banner-image.fourteen {
    left: 4vw;
  }

  .hero-banner-image.two {
    left: 74vw;
  }

  .hero-banner-image.four {
    left: -4vw;
  }

  .hero-banner-image.nine {
    left: -74vw;
  }

  .sticky-item-base {
    padding-top: 130px;
  }

  .sticky-item-base.last-item, .video-loop-section {
    padding-bottom: 130px;
  }

  .steps-card {
    padding: 36px;
  }

  .steps-grid {
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
  }

  .low-content {
    margin-left: 3%;
  }

  .low-content.right-content-item {
    margin-left: 0%;
    margin-right: 3%;
  }

  .block-absolute {
    margin-bottom: -50px;
  }

  .image-block-left {
    min-width: 580px;
  }

  .business-image {
    background-position: 112%;
  }

  .section-products {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .card-1-faq {
    height: 220px;
  }

  .hero-banner-home-4 {
    width: 50%;
    padding-bottom: 0;
  }

  .banner-title-home-4 {
    font-size: 65px;
  }

  .image-banner-4 {
    bottom: -17%;
    right: -1%;
  }

  .home-1-logos {
    padding-top: 70px;
  }

  .our-customer-logos.white-logo {
    height: 35px;
  }

  .bottom-block-blue {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .download-app-image {
    height: 770px;
  }

  .download-app-col {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .image-mob {
    height: 700px;
  }

  .our-team-wrapper {
    width: 55%;
  }

  .our-team-title-2 {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .our-team-description {
    margin-bottom: 40px;
  }

  .image-our-team {
    width: 40%;
  }

  .app-title-home-4 {
    width: 60%;
  }

  .banner-title-home-5 {
    font-size: 65px;
  }

  .free-trial {
    flex-wrap: nowrap;
  }

  .lottie-animation-home-5 {
    height: 550px;
  }

  .banner-line-wrapper {
    width: 475px;
  }

  .lottie-banner-home-5 {
    grid-row-gap: 0px;
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .get-started-home-5 {
    width: 38%;
  }

  .gradient-home-5 {
    right: 400px;
  }

  .gradient-home-5.grad-8 {
    width: 200px;
    height: 200px;
  }

  .section-our-services {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .leading-data {
    font-size: 65px;
  }

  .hero-gradient-3 {
    opacity: .15;
    width: 550px;
  }

  .card-1-faq-home-5 {
    height: 220px;
  }

  .images-container-home-5 {
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .hero-lottie-animation-home-5 {
    width: 130%;
    bottom: -164px;
    left: -63px;
  }

  ._404-title {
    font-size: 200px;
  }

  .coming-soon-heading-2 {
    width: 100%;
    font-size: 65px;
  }

  .loop-container {
    grid-column-gap: 60px;
  }

  .large-banner-title {
    font-size: 70px;
  }

  .white-bannr-description {
    width: 42%;
  }

  .white-bannr-description.text-2 {
    width: 53%;
  }

  .price-lottie-animation {
    width: 120%;
    bottom: -137px;
    left: -81px;
  }

  .pricing-png {
    min-height: 120px;
  }

  .blog-content {
    width: 45%;
  }

  .list-blog-item {
    grid-column-gap: 60px;
  }

  .blog-3-grid {
    grid-row-gap: 30px;
  }

  .blog-3-card-content {
    grid-row-gap: 160px;
  }

  .banner-paragraph {
    width: 90%;
  }

  .blog-intro-content {
    width: 65%;
    min-height: 550px;
    padding-top: 210px;
  }

  .section-blog-details {
    height: 650px;
  }

  .section-blog {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .image-agency {
    width: 30%;
  }

  .review-blog-details {
    grid-column-gap: 60px;
  }

  .lightbox-link-shop {
    min-width: 550px;
  }

  .shop-details-wrapper {
    grid-column-gap: 90px;
  }

  .section-shop-details {
    padding-top: 230px;
    padding-bottom: 130px;
  }

  .sign-wrapper {
    margin-bottom: 60px;
  }

  .banner-title-sign-up {
    font-size: 65px;
  }

  .section-2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .contact-us-form {
    width: 38%;
  }

  .section-white {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-white.with-top-png {
    background-size: contain;
  }

  .landing-inner-pages-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .text-center {
    font-size: 45px;
  }

  .search-section {
    padding-top: 160px;
  }

  .home-4-blog-wrapper {
    grid-row-gap: 60px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .landing-banner-title {
    font-size: 80px;
  }

  .section-banner.landing-banner {
    background-position: 91% 5%, 11% 22%;
    background-size: auto 330px, auto 290px;
    min-height: 90vh;
  }

  .footer-2 {
    background-position: 31% 149%;
    background-size: auto 550px;
    overflow: hidden;
  }

  .footer-light-blue-wrap {
    width: 84%;
  }

  .light-blue-container {
    padding-left: 100px;
  }

  .large-main-section {
    padding-top: 140px;
    padding-bottom: 90px;
  }

  .contacts-info-textarea.home-5 {
    min-height: 150px;
  }

  .text-experience-container {
    width: 53%;
  }

  .services-container-home-1 {
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .item-wrapper {
    border-left-width: 1px;
  }

  .loop-wrap {
    grid-column-gap: 35px;
  }

  .loop-review-item {
    width: 400px;
  }

  .banner-section-home-2 {
    padding-top: 140px;
  }

  .loop-wrap-right {
    grid-column-gap: 35px;
  }

  .saas-info-wrap {
    height: 550px;
  }

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

  .hero-banner-image {
    width: 18vw;
    height: 18vw;
    min-height: 18vw;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .steps-grid {
    grid-column-gap: 140px;
    grid-template-columns: .8fr 1fr;
  }

  .low-content {
    margin-left: 8%;
  }

  .low-content.right-content-item {
    margin-right: 8%;
  }

  .business-image {
    background-position: 145%;
  }

  .home-4-banner {
    padding-top: 120px;
  }

  .image-banner-4 {
    height: 580px;
  }

  .contacts-home-5 {
    min-height: 525px;
  }

  .lottie-animation-home-5 {
    height: 500px;
    bottom: -93px;
    left: 20%;
  }

  .lottie-banner-home-5 {
    grid-row-gap: 20px;
    padding-top: 160px;
  }

  .gradient-home-5 {
    top: 75px;
    right: 485px;
  }

  .gradient-home-5.grad-7 {
    width: 300px;
    height: 300px;
  }

  .saas-info-wrap-home-5 {
    height: 550px;
  }

  ._404-title {
    font-size: 140px;
  }

  .pricing-png {
    min-height: 135px;
  }

  .list-blog-item {
    grid-column-gap: 80px;
  }

  .blog-3-card-content {
    grid-row-gap: 180px;
  }

  .blog-intro-content {
    min-height: 500px;
    padding-top: 200px;
    padding-bottom: 80px;
  }

  .review-blog-details {
    grid-column-gap: 80px;
  }

  .background-image-sign-up, .bg-sign-up {
    height: 140vh;
  }
}

@media screen and (min-width: 1920px) {
  .section.changelog-banner {
    min-height: 600px;
  }

  .section.with-top-png {
    background-size: 100vw 120px;
  }

  .section.our-pricing-1, .section.blog-category, .section.contact-us, .section.our-shop {
    min-height: 600px;
  }

  .text-center {
    font-size: 48px;
  }

  .search-section {
    padding-top: 200px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .landing-banner-content {
    margin-bottom: 130px;
  }

  .landing-banner-title {
    font-size: 90px;
  }

  .landing-banner-screens {
    margin-bottom: -100px;
  }

  .section-landing-customers {
    padding-top: 130px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

  .section-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner.landing-banner {
    background-image: none;
    min-height: 92vh;
  }

  .color-bg {
    height: 200px;
  }

  .footer-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(to bottom, null, null);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .background-image {
    background-position: 50%;
  }

  .home-2-content-wrap {
    margin-top: 0;
  }

  .large-main-section {
    padding-top: 180px;
    padding-bottom: 150px;
  }

  .contacts-info-textarea, .contacts-info-textarea.home-5 {
    min-height: 200px;
  }

  .section-full-width {
    height: 700px;
  }

  .card-1-team {
    height: 200px;
  }

  .card-2-team {
    height: 160px;
    left: -144px;
  }

  .card-2-team.faq-image, .card-2-team.faq-image-home-5 {
    left: -60px;
  }

  .who-we-are {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .notaro-image-all-services {
    background-image: url('../images/medical-aesthetics-lead-generation.webp');
  }

  .notaro-image-all-services.image-3 {
    background-image: url('../images/medical-lead-generation.webp');
  }

  .notaro-image-all-services.image-5 {
    background-image: url('../images/legal-lead-generation.webp');
  }

  .color-section {
    background-image: url('../images/Mask-Group-2_1Mask Group (2).webp');
    background-position: 100% 100%;
  }

  .banner-section-home-2 {
    padding-top: 180px;
  }

  .saas-image-wrapper {
    width: 49%;
  }

  .image-saas-1 {
    right: 4%;
  }

  .slider-background.five, .slider-background.seven {
    background-position: 50% 25%;
  }

  .low-content {
    margin-left: 11%;
  }

  .low-content.right-content-item {
    margin-right: 11%;
  }

  .business-image {
    background-position: -550px;
  }

  .mockup-container {
    grid-column-gap: 80px;
  }

  .card-1-faq {
    height: 200px;
  }

  .banner-gradient-1 {
    top: 20%;
  }

  .home-4-banner {
    padding-top: 160px;
  }

  .image-banner-4 {
    height: 610px;
  }

  .home-1-logos {
    padding-top: 110px;
  }

  .our-customer-logos.white-logo {
    height: 37px;
  }

  .image-mob {
    height: 730px;
  }

  .contacts-home-5 {
    min-height: 570px;
  }

  .lottie-animation-home-5 {
    height: 550px;
    bottom: -101px;
    left: 17%;
  }

  .lottie-banner-home-5 {
    padding-top: 220px;
  }

  .banner-gradient-home-5 {
    opacity: .25;
    width: 400px;
    height: 400px;
  }

  .gradient-home-5 {
    top: 95px;
    right: 750px;
  }

  .gradient-home-5.grad-7 {
    opacity: .45;
  }

  .hero-gradient-3 {
    width: 600px;
  }

  .card-1-faq-home-5 {
    height: 200px;
  }

  ._404-title {
    font-size: 220px;
  }

  .banner-changelog {
    height: 605px;
  }

  .large-banner-title {
    font-size: 80px;
  }

  .banner-our-pricing-1 {
    height: 600px;
  }

  .white-bannr-description.text-3 {
    width: 50%;
  }

  .white-bannr-description.text-2 {
    width: 65%;
  }

  .pricing-png {
    min-height: 180px;
    bottom: -20px;
  }

  .blog-intro-content {
    min-height: 550px;
    padding-top: 210px;
    padding-bottom: 100px;
  }

  .section-blog-details {
    height: 700px;
  }

  .acout-link {
    margin-top: 60px;
  }

  .background-image-sign-up {
    background-position: 50%;
  }

  .section-white.with-top-png {
    background-size: 100vw 120px;
  }

  .banner-our-shop {
    object-position: 50% 45%;
    height: 600px;
  }
}

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

  .section.changelog-banner {
    min-height: 400px;
    padding-top: 160px;
  }

  .section.style-guide-section {
    padding-top: 140px;
  }

  .section.with-top-png {
    background-size: 100vw 40px;
  }

  .section.our-pricing-1, .section.blog-category, .section.contact-us {
    min-height: 500px;
  }

  .section.blog-classic {
    padding-top: 40px;
  }

  .section.our-shop {
    min-height: 500px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

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

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .pricing-plans-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .pricing-item {
    width: 31%;
  }

  .pricing-item.center-item {
    width: 38%;
  }

  .pricing-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-list {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .contacts-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    padding-top: 140px;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .blog-list {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .about-5-info-wrapper {
    flex-wrap: wrap;
  }

  .about-5-info-wrap-left {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .style-guide-body-wrapper-2 {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-banner-title {
    font-size: 65px;
  }

  .landing-customers-content-left {
    width: 40%;
    padding-left: 0;
    padding-right: 30px;
  }

  .landing-customers-content-right {
    grid-row-gap: 20px;
    width: 60%;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: row;
  }

  .landing-home-pages-wrapper {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .section-banner.landing-banner {
    background-image: none;
    align-items: center;
    min-height: 70vh;
    margin-top: 80px;
    padding-top: 60px;
  }

  .color-bg {
    height: 100px;
  }

  .footer-2 {
    background-position: 140% 12%;
    background-size: auto 400px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .contact-footer-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .footer-item-wrap {
    width: 50%;
  }

  .footer-item-wrap.first {
    width: 100%;
  }

  .dark-footer-wrapper {
    grid-row-gap: 30px;
    flex-flow: wrap;
    width: 100%;
  }

  .text-footer-white {
    width: 100%;
  }

  .footer-light-blue-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link-container {
    grid-column-gap: 50px;
    justify-content: center;
    margin-bottom: 60px;
  }

  .light-blue-container {
    width: 100%;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .footer-main-container {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .socials {
    justify-content: space-between;
  }

  .footer-paradraph {
    width: 100%;
  }

  .footer-link-phone {
    margin-top: 10px;
  }

  .contacts-footer-form {
    padding-bottom: 50px;
  }

  .rights-wrap {
    justify-content: flex-end;
  }

  .footer-rights-container {
    width: 100%;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .nav-close-icon-3 {
    align-self: stretch;
    max-width: 60%;
  }

  .nav-menu-shadow-overlay-3 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .close-menu-button-2.w--open {
    z-index: 10;
    background-color: #0000;
    padding: 10px 0 0 20px;
    position: absolute;
    inset: 15px 15px auto auto;
  }

  .nav-dropdown-list-3 {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-3.w--open {
    box-shadow: none;
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-3.portfolio-details.w--open {
    border-style: none;
  }

  .nav-dropdown-list-3.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-list-3.megamenu.w--open {
    border-style: none;
    width: 100%;
    height: 250px;
    overflow: auto;
  }

  .nav-dropdown-list-3.megamenu-main-home {
    padding-right: 0;
  }

  .nav-dropdown-list-3.megamenu-main-home.w--open {
    border-style: none;
    width: 100%;
    height: 180px;
    overflow: auto;
  }

  .nav-dropdown-icon-2 {
    justify-content: space-between;
    inset: 0% 0% 0% auto;
  }

  .nav-dropdown-icon-2.white-home-5-icon {
    color: #111;
    font-size: 12px;
    display: block;
  }

  .nav-intro-item {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .wrapper-item-home-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 10px;
  }

  .nav-dropdown-home-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .line-header-black {
    color: #111;
    background-color: #111;
    height: 1px;
    margin-bottom: 5px;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .nav-container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo-mobile-3 {
    justify-content: center;
    margin-bottom: 27px;
    display: flex;
  }

  .logo-mobile-3:hover {
    opacity: 1;
  }

  .nav-dropdowm-link-line-2 {
    display: none;
  }

  .dropdown-header-2 {
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .dropdown-header-2.main-item, .dropdown-header-2.main-white-item {
    padding-left: 0;
  }

  .line-black {
    color: #111;
    background-color: #111;
  }

  .menu-wrapper-2 {
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .border-wrap-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .tablet-menu-3 {
    background-color: #0d0d0d;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .nav-dropdown-link-wrapper-2 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .top-tablet-menu-2 {
    background-color: #fff;
    width: 100%;
  }

  .nav-menu-2 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .menu-button-3 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

  .menu-button-3.w--open {
    background-color: #0000;
    display: none;
  }

  .nav-dropdown-transparent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-item-link {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-menu-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 28px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .nav-dropdown-intro-link {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-weight: 500;
  }

  .nav-dropdown-intro-link.w--current {
    color: var(--primary);
  }

  .nav-dropdown-intro-link.w--current:hover {
    color: var(--text-dark);
  }

  .image-notaro-tablet {
    height: 25px;
  }

  .cart-button {
    justify-content: flex-end;
    display: flex;
  }

  .cart-button.mini-padding, .cart-button.mini-padding-white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-wrapper {
    flex: 1;
    justify-content: flex-end;
    display: flex;
  }

  .cart-quantity {
    margin-left: 25px;
    left: 10px;
  }

  .login-wrap {
    display: none;
  }

  .right-header-wrap {
    border-left-style: none;
    margin-left: 0;
    margin-right: 20px;
  }

  .login-tablet-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-right: 15px;
    display: flex;
  }

  .main-nav-item-link {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
  }

  .login-wrap-with-mini-gap {
    display: none;
  }

  .hero-background-wrapper {
    height: 100vh;
  }

  .background-image {
    background-position: 63% 0;
  }

  .banner-title-home-3 {
    font-size: 40px;
  }

  .home-2-content-wrap {
    text-align: left;
  }

  .notaro-banner-content-wrap {
    text-align: center;
    align-items: center;
  }

  .large-main-section {
    padding-top: 80px;
  }

  .large-main-section.sign-up {
    padding-top: 140px;
  }

  .contacts-home-1 {
    width: 45%;
  }

  .banner-paragraph-home-1 {
    width: 90%;
  }

  .brand-block {
    grid-column-gap: 20px;
  }

  .brand-block-image {
    max-width: 100%;
  }

  .about-us-image-wrap-right {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-full-width {
    height: 500px;
  }

  .our-benefits {
    width: 50%;
  }

  .our-experience {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .text-experience-container {
    width: 100%;
  }

  .image-girl-cover {
    width: auto;
    height: 400px;
  }

  .images-container {
    width: 100%;
  }

  .card-1-team {
    height: 240px;
    bottom: 39%;
  }

  .card-2-team {
    height: 170px;
  }

  .card-2-team.faq-image {
    height: auto;
    left: 20px;
  }

  .card-2-team.faq-image-home-5 {
    height: 180px;
    inset: auto auto 60px 45px;
  }

  .pricing-plan {
    max-width: 360px;
  }

  .pricing-plan.premium-item {
    max-width: 70%;
  }

  .item-description-faq {
    width: 100%;
  }

  .our-team-holder {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .gradient-girl-png {
    width: auto;
    height: 400px;
    left: 93px;
  }

  .pricing-general-wrap {
    flex-direction: column;
    align-items: center;
    width: 70%;
    display: flex;
  }

  .section-title-wrap {
    max-width: 600px;
  }

  .our-blog-container {
    grid-row-gap: 120px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    padding-bottom: 0;
  }

  .recent-blog-list {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .collection-list-wrapper-3 {
    width: 100%;
  }

  .blogl-right-wrapper {
    grid-row-gap: 24px;
    width: 100%;
  }

  .collection-item-blog {
    width: 49%;
  }

  .large-blog-post {
    min-height: 550px;
  }

  .blog-post-list-item {
    min-height: 150px;
  }

  .lottie-animation {
    width: 100%;
    position: absolute;
    top: -43%;
  }

  .lottie-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }

  .our-services-container, .services-intro-wrapper {
    width: 100%;
  }

  .services-content-wrapper {
    padding: 20px 30px;
  }

  .notaro-image-all-services {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .notaro-image-all-services.image-3, .notaro-image-all-services.image-5 {
    background-position: 50% 20%;
  }

  .best-services {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .services-container-home-1 {
    grid-template-columns: 1fr 1fr;
  }

  .item-wrapper.item-2 {
    border-right-style: none;
  }

  .reviews-text {
    width: 82%;
  }

  .quotes-wrapper {
    align-items: center;
  }

  .quotes-circle {
    width: 200px;
    height: 200px;
  }

  .image-8 {
    height: 55px;
  }

  .loop-wrap {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .loop-review-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lottie-item {
    width: 100%;
    height: 400px;
  }

  .color-section {
    background-position: 100% 20%;
    background-size: 80%;
  }

  .cta-content {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .cta-lottie {
    width: 70%;
    position: static;
  }

  .cta-lottie-wrapper {
    justify-content: center;
    width: 100%;
    height: 300px;
  }

  .cta-container {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .subscription-form {
    width: 80%;
  }

  .horizontal-line.h-line-2 {
    display: block;
  }

  .vertical-line.line-2 {
    display: none;
  }

  .hero-person-count-span {
    font-size: 12px;
  }

  .hero-person-count-title {
    font-size: 32px;
  }

  .swiper-person {
    margin-top: 40px;
  }

  .hero-person-text-less {
    display: none;
  }

  .hero-person-title {
    font-size: 22px;
  }

  .hero-banner-persons {
    grid-column-gap: 15px;
    height: auto;
    margin-left: 0;
  }

  .hero-banner-col.col-1 {
    width: 100%;
  }

  .hero-banner-col.col-2 {
    display: none;
  }

  .hero-person-text-more {
    grid-row-gap: 20px;
    opacity: 1;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .hero-person-text-more.mod-1 {
    padding-left: 16px;
  }

  .hero-person {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-section-home-2 {
    background-size: 100vw 40px;
    padding-top: 120px;
  }

  .form-block-home-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-content.home--2 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .banner-paragraph-home-2 {
    width: 100%;
  }

  .hero-tablet-banner-persons {
    grid-column-gap: 15px;
    height: auto;
    display: flex;
  }

  .company-s-advantages {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .section-benefins {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-title-home-1 {
    font-size: 45px;
  }

  .nav-intro-item-animation {
    color: var(--text-dark);
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .main-nav-item-link-animation {
    color: var(--text-dark);
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0;
    line-height: 1.5em;
  }

  .nav-dropdown-white {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-line-white {
    background-color: var(--white);
    height: 1px;
    margin-bottom: 5px;
  }

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

  .items-advantages {
    grid-row-gap: 5px;
    border-bottom: 1px solid #afafaf80;
    border-right-style: none;
    flex-wrap: nowrap;
    width: 35%;
    padding-bottom: 20px;
  }

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

  .collection-product-item:nth-child(odd) {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .loop-wrap-right {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .about-saas-company-wrapper {
    flex-wrap: wrap;
  }

  .about-saas-wrap-left {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-top: 30px;
  }

  .about-saas-wrap-left.saas-home-4 {
    padding-top: 0;
  }

  .saas-image-wrapper {
    justify-content: center;
    width: 100%;
    height: auto;
    position: static;
  }

  .grid-items-services {
    grid-template-columns: 1fr 1fr;
  }

  .saas-info-wrap {
    grid-row-gap: 50px;
    flex-direction: column;
    height: auto;
  }

  .shop-paragraph {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .image-saas-1 {
    width: auto;
    height: 400px;
    position: static;
  }

  .best-services-home-2 {
    grid-template-columns: 1fr;
  }

  .services-content-wrap-home--2 {
    padding: 20px 30px;
  }

  .all-our-services {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .all-our-services.image-3, .all-our-services.image-5 {
    background-position: 50% 20%;
  }

  .products-name.large-size {
    font-size: 24px;
  }

  .link-app {
    max-width: 40%;
  }

  .apps-flex {
    width: 70%;
  }

  .vertical-flex {
    width: 100%;
  }

  .section-download-app {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mobile-images {
    height: 307px;
  }

  .card-image {
    height: 400px;
  }

  .product-showcase {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .showcase-image {
    min-height: 90vw;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .slide-content.flex-bottom {
    min-height: 700px;
  }

  .slide-heading {
    font-size: 64px;
  }

  .hero-home-3-content {
    padding-top: 60px;
    padding-bottom: 20vh;
  }

  .team-circles {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

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

  .sticky-image {
    height: 440px;
  }

  .hero-wrapper {
    height: auto;
  }

  .faq-icon {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    min-height: 4rem;
  }

  .hero-banner-image {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .hero-banner-image.fourteen {
    border-radius: 100%;
    width: 10vw;
    height: 10vw;
    min-height: 10vw;
    top: -75px;
    left: 2vw;
  }

  .hero-banner-image.ten {
    margin-bottom: 0%;
  }

  .hero-banner-image.thirteen {
    z-index: 100;
    opacity: 1;
    border-radius: 100%;
    width: 10vw;
    height: 10vw;
    min-height: 10vw;
    position: absolute;
    inset: auto auto 31% 66%;
  }

  .hero-banner-image.two {
    margin-top: -10vw;
    left: 50vw;
  }

  .hero-banner-image.three {
    border-radius: 100%;
    width: 20vw;
    height: 20vw;
    min-height: 20vw;
    position: absolute;
    inset: auto auto 14% -203%;
  }

  .hero-banner-image.four {
    border-radius: 100%;
    width: 20vw;
    height: 20vw;
    min-height: 20vw;
    top: -10%;
    left: 6.9vw;
  }

  .hero-banner-image.nine {
    width: 35vw;
    height: 35vw;
    min-height: 35vw;
    margin-top: -15vw;
    left: -45vw;
  }

  .form-block-home--3 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-intro-content {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

  .img-home-3 {
    width: 95%;
    height: 400px;
  }

  .sticky-item-base {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    position: relative;
  }

  .sticky-item-base.sticky-first-base {
    padding-bottom: 100px;
    top: 0;
  }

  .sticky-item-base.sticky-second-base {
    margin-bottom: 0;
    padding-bottom: 100px;
    top: 0;
  }

  .sticky-item-base.last-item {
    top: 0;
  }

  .sticky-anchor-item {
    display: none;
  }

  .section-sticky-cards-item {
    background-color: #fff;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    margin-top: 0;
  }

  .video-lightbox {
    margin-bottom: 0;
  }

  .steps-card-wrapper {
    grid-row-gap: 40px;
  }

  .steps-circle-outline.three, .steps-tracker {
    display: none;
  }

  .steps-sticky-card {
    background-position: 50% 20%;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    min-width: 100%;
    max-width: 100%;
    height: 400px;
    padding-top: 26px;
    position: relative;
    top: auto;
  }

  .steps-dot {
    display: none;
  }

  .steps-cards {
    padding-left: 0;
  }

  .card-arrow {
    display: none;
  }

  .steps-grid {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .slider-section {
    padding-bottom: 80px;
  }

  .saas-img {
    min-width: 100vw;
    min-height: 35rem;
  }

  .saas-img.two {
    margin-left: -50vw;
  }

  .content-intro-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .content-intro-wrap.busines-slide {
    flex-direction: column-reverse;
  }

  .slider-container {
    border-top: 1px solid #e9e9e9;
    min-height: auto;
  }

  .image-legal-work {
    justify-content: flex-end;
    display: flex;
    inset: 0% auto 0% 0%;
  }

  .low-content {
    width: 100%;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .low-content.right-content-item {
    padding-left: 0;
  }

  .business-slide-arrow {
    top: auto;
    bottom: 30rem;
  }

  .business-slide-arrow.right-slide-arrow {
    flex-direction: row-reverse;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    left: auto;
    right: 3rem;
  }

  .business-slide-arrow.left-slide-arrow {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    left: 3rem;
    right: auto;
  }

  .image-layer-two {
    min-width: 100vw;
  }

  .services-h-3 {
    width: 100%;
  }

  .image-layer-one {
    justify-content: flex-end;
  }

  .heading-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .right-description.maxw-543px, .left-heading {
    width: 100%;
  }

  .block-absolute {
    border-top-left-radius: 0;
    width: 100%;
    margin-bottom: -120px;
  }

  .image-block-left {
    height: 500px;
  }

  .display-horizontal {
    flex-direction: column;
    width: 90%;
  }

  .content-bottom {
    margin-bottom: 120px;
  }

  .text-content-right {
    padding-left: 30px;
  }

  .number-bold {
    font-size: 40px;
  }

  .image-about-1 {
    width: auto;
    height: 200px;
  }

  .gradient-1 {
    bottom: 26%;
    left: -39%;
  }

  .business-image {
    background-position: 60% 100%;
  }

  .print-1 {
    width: auto;
    height: 140px;
    bottom: -25px;
    left: -10px;
  }

  .print-2 {
    width: auto;
    height: 140px;
    bottom: -23px;
    left: -6px;
  }

  .print-3 {
    width: auto;
    height: 140px;
    bottom: -5px;
    left: -10px;
  }

  .mockup-container {
    grid-column-gap: 40px;
    margin-top: 80px;
  }

  .mockup-image-1 {
    width: auto;
    height: auto;
  }

  .mockup-img-container {
    display: none;
  }

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

  .faq-main-wrap {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .image-faq {
    width: auto;
    height: 400px;
  }

  .card-1-faq {
    height: 250px;
    bottom: 39%;
  }

  .container-lightbox {
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-gradient-2 {
    opacity: .8;
    width: 200px;
    height: 200px;
    inset: 27% auto auto 0%;
  }

  .banner-gradient-1 {
    opacity: .25;
    width: 350px;
    height: 350px;
    left: -10%;
  }

  .home-4-banner {
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .hero-banner-home-4 {
    flex: none;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .banner-title-home-4 {
    font-size: 40px;
  }

  .banner-paragraph-home-4 {
    width: 100%;
  }

  .image-banner-4 {
    height: 500px;
    margin-top: 40px;
  }

  .home-4-banner-container {
    flex-direction: column;
  }

  .home-1-logos {
    grid-column-gap: 100px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-around;
    padding-top: 0;
  }

  .blog-item-2 {
    width: 47%;
  }

  .tab-intro-content {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

  .form-block-home-4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .top-image-block {
    grid-row-gap: 40px;
    flex-direction: column;
    height: auto;
  }

  .download-apps {
    background-color: var(--primary);
    background-image: url('../images/Mask-Group-2_1Mask Group (2).webp');
    background-position: 100% 0;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .download-app-ov {
    display: none;
  }

  .download-app-container {
    grid-column-gap: 60px;
  }

  .download-app-image {
    height: 500px;
  }

  .download-app-col {
    flex: 1;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .our-team-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .vertical-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
  }

  .home-1-our-team-image {
    object-position: 50% 30%;
    height: 340px;
  }

  .home-1-our-team-image.last-member {
    object-position: 50% 20%;
    height: 450px;
  }

  .ruc-social-wrapper {
    background-color: #0000;
  }

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

  .image-our-team {
    width: 100%;
    height: 450px;
  }

  .app-title-home-4 {
    width: 100%;
  }

  .centered-intro-home-5 {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .home-5-main-title {
    flex: none;
    width: 100%;
  }

  .title-home--5 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .banner-paragraph-home-5 {
    width: 90%;
  }

  .contacts-home-5 {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-title-home-5 {
    width: 70%;
    font-size: 45px;
  }

  .free-trial {
    justify-content: center;
  }

  .lottie-animation-home-5 {
    height: 530px;
    bottom: -95px;
    left: auto;
  }

  .banner-line-wrapper {
    width: 330px;
    top: 27%;
    left: 15%;
  }

  .lottie-banner-home-5 {
    padding-top: 140px;
  }

  .lottie-container, .lower-layer-home-5 {
    display: none;
  }

  .get-started-home-5 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-gradient-home-5 {
    opacity: .8;
    width: 150px;
    height: 150px;
    inset: auto auto 0% 0%;
  }

  .gradient-home-5 {
    opacity: .8;
    width: 160px;
    height: 160px;
    top: 86px;
    right: 259px;
  }

  .gradient-home-5.grad-6 {
    opacity: .5;
  }

  .gradient-home-5.grad-7 {
    inset: auto 5% -10% auto;
  }

  .gradient-home-5.grad-8 {
    display: none;
    bottom: 0%;
    right: 9%;
  }

  .saas-info-wrap-home-5 {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    height: auto;
  }

  .collection-list-wrapper-8 {
    height: 500px;
    margin-bottom: -250px;
    position: relative;
  }

  .leading-data {
    font-size: 50px;
  }

  .leading-data-wrapper {
    grid-row-gap: 10px;
    text-align: center;
    align-items: center;
    width: 50%;
    padding-left: 0;
  }

  .leading-data-wrapper.right-wrap {
    align-items: center;
    padding-right: 0;
  }

  .leading-data-description {
    font-size: 18px;
  }

  .hero-gradient-3 {
    opacity: .55;
    width: 200px;
    height: 200px;
    top: -1%;
  }

  .image-faq-home-5 {
    object-position: 50% 25%;
    width: 60%;
    height: 400px;
  }

  .card-1-faq-home-5 {
    height: 200px;
    bottom: 145px;
    right: 15px;
  }

  .images-container-home-5 {
    width: 100%;
  }

  .lottie-wrapper-home-5 {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }

  .lottie-item-home-5 {
    width: 100%;
    height: 400px;
  }

  .hero-lottie-animation-home-5 {
    width: 98%;
    position: absolute;
    bottom: -160px;
    left: 4px;
    right: auto;
  }

  .our-pricing-container {
    width: 100%;
  }

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

  .pricing-title {
    width: 84%;
  }

  ._404-title {
    font-size: 160px;
  }

  .coming-soon-wrapper-2 {
    align-items: center;
  }

  .coming-soon-heading-2 {
    text-align: center;
    width: 75%;
  }

  .coming-soon-paragraph-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .coming-soon-form-2 {
    width: 80%;
  }

  .image-content-right {
    display: none;
  }

  .loop-container {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
  }

  .banner-changelog {
    height: 405px;
  }

  .inner-banner-wrap {
    padding-top: 80px;
  }

  .large-banner-title {
    font-size: 55px;
  }

  .banner-our-pricing-1 {
    height: 505px;
  }

  .white-bannr-description {
    width: 55%;
  }

  .white-bannr-description.text-2 {
    width: 70%;
  }

  .inner-big-banner-wrap {
    padding-top: 80px;
  }

  .lottie-tablet-container {
    width: 100%;
    height: 300px;
    display: flex;
  }

  .price-lottie-animation {
    width: 90%;
    position: absolute;
    left: auto;
  }

  .our-prices-lottie-item {
    width: 100%;
    height: 400px;
  }

  .items-2-services {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-png {
    min-height: 72px;
    bottom: -10px;
  }

  .pricing-title-3 {
    font-size: 45px;
  }

  .lottie-hero-container {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }

  .wrapper-blog-classic {
    border-left-style: none;
    padding-left: 0;
  }

  .list-grid {
    border-top: 1px solid #afafaf80;
  }

  .list-grid.our-blog {
    border-top-style: none;
  }

  .blog-image-container {
    width: 100%;
    height: 400px;
  }

  .blog-content {
    width: 100%;
    padding-right: 0;
  }

  .blog-name {
    width: 100%;
  }

  .blog-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .list-blog-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .description {
    width: 100%;
  }

  .image-blog-posts {
    height: 400px;
  }

  .blog-3-grid {
    grid-row-gap: 30px;
  }

  .blog-sidebar-wrapper-2 {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-post-item-2 {
    flex-direction: row;
    align-items: center;
    width: 48%;
    display: flex;
  }

  .collection-list-9 {
    flex-flow: wrap;
  }

  .sidebar-recent-posts-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .content-blog-details-wrap {
    grid-template-columns: 1fr;
  }

  .blog-template-wrapper-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-wrapper-2.banner {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-intro-content {
    width: 90%;
    padding-top: 180px;
  }

  .scroll-blog-link {
    margin-bottom: -80px;
  }

  .section-blog-details {
    height: 450px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-agency {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-holi-awards {
    grid-row-gap: 20px;
  }

  .blog-template-pagination-2 {
    margin-top: 60px;
  }

  .slider-blog-arrow {
    padding-right: 60px;
  }

  .slider-blog-arrow.right {
    padding-left: 60px;
  }

  .review-blog-details {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .core-value-top {
    flex-direction: column;
  }

  .awards {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .shop-text-wrapper.margin {
    margin-top: 50px;
  }

  .shop-tablet-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
    display: block;
  }

  .collection-list-3 {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .lightbox-link-shop {
    min-width: 100%;
    height: 400px;
  }

  .collection-list-wrapper-11 {
    display: flex;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .collection-item-6 {
    width: 48%;
  }

  .collection-item-6:last-child {
    width: 100%;
  }

  .add-to-cart-2 {
    flex-direction: column;
    display: flex;
  }

  .section-shop-details {
    padding-top: 160px;
  }

  .blog-grid-list {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .acout-link {
    margin-top: 60px;
  }

  .sign-wrapper {
    width: 65%;
    margin-bottom: 60px;
  }

  .sign-up-form {
    width: 65%;
  }

  .background-image-sign-up {
    background-position: 55% 0;
  }

  .banner-title-sign-up {
    font-size: 45px;
  }

  .blog-sidebar-left-wrapper-2 {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right-wrapper-2 {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .article-2 {
    height: 100%;
  }

  .hover-cover {
    display: none;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-right-arrow-2 {
    right: 0;
  }

  .contacts-arrows-divider-2 {
    right: 40px;
  }

  .contact-us-content-wrap {
    width: 100%;
    padding-right: 0;
  }

  .contacts-left-arrow-2 {
    right: 41px;
  }

  .logos-contact-us {
    grid-column-gap: 100px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-around;
  }

  .color-logos {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-us-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us-item {
    padding-top: 20px;
  }

  .section-white.with-top-png {
    background-size: 100vw 40px;
  }

  .banner-our-shop {
    height: 505px;
  }

  .checkout-form-container {
    padding-top: 160px;
  }

  .row {
    flex-wrap: wrap;
  }

  .column {
    width: 100%;
  }

  .bottom-main-wrap {
    justify-content: center;
  }

  .landing-home-pages-wrap {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-page-item.home-screen {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .landing-inner-pages-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }
}

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

  h2 {
    font-size: 36px;
  }

  blockquote {
    font-size: 18px;
  }

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

  .section.changelog-banner {
    min-height: 350px;
    padding-top: 140px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.style-guide-section {
    padding-top: 120px;
  }

  .section.blog-classic {
    padding-top: 20px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .h2-tablet {
    font-size: 36px;
  }

  .primary-button.search-button {
    border-radius: 50px;
    width: 100%;
  }

  .primary-button.full-tablet-width {
    width: 100%;
  }

  .primary-button.coming-soon {
    border-radius: 50px;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .pricing-wrapper {
    grid-row-gap: 30px;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .pricing-item {
    width: 100%;
  }

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

  .pricing-item.left-item {
    border-radius: 20px;
    margin-right: 0;
  }

  .pricing-item.right-item {
    border-radius: 20px;
    margin-left: 0;
  }

  .pricing-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-list {
    margin-bottom: 40px;
  }

  .contacts-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-input {
    border-right-style: solid;
    border-radius: 50px;
  }

  .search-section {
    padding-top: 120px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .blog-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .about-5-info-wrap-left {
    width: 100%;
  }

  .search {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .grid-header-2 {
    width: 100%;
    margin-top: 35px;
  }

  .style-guide-body-wrapper-2 {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-top-style: none;
    border-bottom: 1px solid #0f0f14;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid #0f0f14;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title-2 {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title-2.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .landing-banner-title {
    font-size: 50px;
  }

  .landing-banner-screens {
    margin-bottom: -50px;
  }

  .section-landing-customers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .landing-customers-content-right {
    width: 100%;
    margin-top: 40px;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .landing-customers-layout {
    flex-direction: column;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .free-trial-title-2 {
    margin-bottom: 30px;
  }

  .section-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-banner.landing-banner {
    background-position: 143% 23%, -28% 38%;
    background-size: auto 260px, auto 220px;
  }

  .footer-2 {
    background-position: 170% 18%;
    background-size: auto 350px;
  }

  .dark-footer-wrapper {
    grid-row-gap: 20px;
  }

  .footer-link-container {
    grid-column-gap: 0px;
    justify-content: space-between;
  }

  .light-blue-container {
    height: 650px;
  }

  .rights-wrap {
    justify-content: center;
  }

  .footer-rights-container {
    width: 100%;
  }

  .nav-dropdown-list-3 {
    display: none;
  }

  .nav-menu-2 {
    max-width: none;
  }

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

  .dropdown-menu-2 {
    overflow: hidden;
  }

  .login-wrap-with-mini-gap {
    display: none;
  }

  .home-3-main-title {
    grid-row-gap: 10px;
    width: 100%;
  }

  .get-in-touch-container-home-3 {
    width: 100%;
  }

  .hero-background-wrapper {
    height: 140vh;
  }

  .background-image {
    background-position: 19% 0;
    height: 150vh;
  }

  .number-item {
    font-size: 40px;
  }

  .home-2-content-wrap {
    position: relative;
  }

  .home-2-content-wrap.home-3-container {
    text-align: center;
    align-items: center;
  }

  .notaro-banner-content-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .centered-intro {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .large-main-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .large-main-section.sign-up {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .contacts-home-1 {
    width: 100%;
  }

  .banner-paragraph-home-1 {
    width: 90%;
    margin-bottom: 40px;
  }

  .brand-block {
    grid-column-gap: 30px;
    justify-content: center;
  }

  .about-us-image-wrap-right {
    width: 100%;
  }

  .section-full-width {
    height: 400px;
  }

  .experience-text {
    width: 100%;
  }

  .card-1-team {
    height: 200px;
    inset: 0% 0% auto auto;
  }

  .card-2-team {
    height: 140px;
  }

  .card-2-team.faq-image {
    left: 0;
  }

  .card-2-team.faq-image-home-5 {
    height: 160px;
    left: 0;
  }

  .yearly-wrapper, .monthly-wrapper {
    text-align: center;
  }

  .button-pricing-wrap {
    align-items: flex-start;
  }

  .pricing-plan {
    max-width: none;
  }

  .pricing-plan.premium-item {
    max-width: 100%;
  }

  .our-team-holder {
    margin-bottom: 40px;
  }

  .section-light-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-plan-with-print {
    max-width: none;
  }

  .pricing-general-wrap {
    width: 100%;
  }

  .pricing-plan-bottom-part {
    max-width: none;
  }

  .section-title-wrap {
    margin-bottom: 40px;
  }

  .our-blog-container {
    grid-row-gap: 100px;
  }

  .recent-blog-list {
    grid-row-gap: 15px;
  }

  .blogl-right-wrapper {
    grid-row-gap: 24px;
  }

  .collection-item-blog {
    width: 100%;
  }

  .large-blog-post {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-post-list-item {
    min-height: 135px;
  }

  .blog-list-image {
    min-height: 110px;
  }

  .lottie-animation {
    width: 136%;
    top: auto;
  }

  .services-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .notaro-image-all-services {
    height: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .best-services {
    margin-top: 40px;
  }

  .item-wrapper {
    padding: 30px 20px 20px;
  }

  .section-reviews {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reviews-left-content, .reviews-text {
    width: 100%;
  }

  .intro-general-reviews {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .quotes-wrapper {
    justify-content: flex-end;
  }

  .quotes-circle {
    width: 170px;
    height: 170px;
  }

  .image-8 {
    height: 45px;
  }

  .reviews-loop-container {
    width: 100%;
    margin-top: 40px;
  }

  .loop-wrap {
    grid-column-gap: 15px;
    margin-right: 15px;
  }

  .our-services-text {
    width: 100%;
  }

  .color-section {
    background-position: 100% 10%;
    background-size: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-content {
    width: 100%;
  }

  .cta-lottie {
    width: 95%;
  }

  .cta-container {
    grid-row-gap: 20px;
  }

  .subscription-form {
    width: 100%;
  }

  .hero-banner-col.col-1 {
    padding-bottom: 20px;
  }

  .hero-columns {
    display: block;
  }

  .banner-section-home-2 {
    background-size: contain;
  }

  .banner-content.home--2 {
    width: 100%;
  }

  .collection-list-wrapper-5 {
    height: 150vh;
  }

  .banner-paragraph-home-2 {
    margin-bottom: 40px;
  }

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

  .banner-title-home-1 {
    width: 90%;
  }

  .lower-layer {
    display: none;
  }

  .collection-item, .collection-list {
    height: 100%;
  }

  .reviews-loop-container-home-2 {
    width: 100%;
    margin-top: 15px;
  }

  .loop-wrap-right {
    grid-column-gap: 15px;
    margin-right: 15px;
  }

  .about-saas-wrap-left {
    width: 100%;
  }

  .grid-items-services {
    grid-template-columns: 1fr;
  }

  .saas-info-wrap {
    margin-bottom: 40px;
  }

  .image-saas-1 {
    height: 300px;
  }

  .section-title-full-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .services-content-wrap-home--2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .all-our-services {
    height: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom-shop-content.home-3-content {
    padding-left: 0;
    padding-right: 0;
  }

  .apps-flex {
    justify-content: center;
    width: 100%;
  }

  .section-download-app {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-app {
    object-position: 25% 50%;
  }

  .app-title {
    width: 65%;
  }

  .mobile-images {
    height: 370px;
  }

  .card-image {
    height: 350px;
  }

  .showcase-image {
    min-height: 70vw;
    max-height: 70vh;
  }

  .slide-content.flex-bottom {
    min-height: 525px;
    padding-top: 65vw;
  }

  .slide-heading {
    font-size: 48px;
  }

  .tabs-menu-home-4 {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .tab-button {
    width: 33%;
  }

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

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-text {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .lottie-icon {
    width: .9rem;
    height: .9rem;
  }

  .sticky-intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .banner--3-text {
    font-size: 1.25rem;
  }

  .hero-home-3-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-bottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-circles {
    flex-wrap: wrap;
    display: flex;
  }

  .sticky-image {
    width: 100%;
  }

  .faq-icon {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .preview-description {
    max-width: 25rem;
  }

  .hero-banner-image.two {
    margin-top: 2vw;
  }

  .hero-banner-image.three {
    bottom: 13%;
  }

  .hero-banner-image.nine {
    margin-top: -2vw;
  }

  .base-page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sticky-intro-content {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .sticky-intro-content.intro-2 {
    flex-direction: column-reverse;
  }

  .sticky-item-base {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sticky-item-base.sticky-first-base, .sticky-item-base.sticky-second-base {
    padding-bottom: 80px;
  }

  .video-loop-section {
    padding-bottom: 60px;
  }

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

  .steps-grid {
    padding-left: 0;
  }

  .slider-home-3-content-fill {
    height: auto;
  }

  .slider-section {
    padding-bottom: 60px;
  }

  .saas-img {
    min-height: 25rem;
  }

  .content-intro-wrap {
    justify-content: flex-start;
  }

  .slide-item-1.left, .slide-item-1.right {
    height: auto;
  }

  .low-content {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .low-content.right-content-item {
    padding-left: 0;
  }

  .business-slide-arrow {
    bottom: 19.5rem;
  }

  .business-slide-arrow.right-slide-arrow {
    right: 2.25rem;
  }

  .business-slide-arrow.left-slide-arrow {
    left: 2.25rem;
  }

  .services-h-3 {
    width: 80%;
  }

  .content-block-absolute {
    text-align: center;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-absolute {
    border-top-left-radius: 20px;
    min-width: auto;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .image-block-left {
    width: 100%;
    height: 400px;
    margin-top: 40px;
  }

  .display-horizontal {
    width: 100%;
  }

  .content-bottom {
    flex-direction: column-reverse;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .text-content-right {
    padding-left: 0;
  }

  .number-bold {
    font-size: 35px;
  }

  .business-image {
    background-position: 55% 70%;
  }

  .section-products {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .app-store-benefits.apps-2 {
    margin-top: 15px;
  }

  .card-1-faq {
    height: 200px;
    inset: 0% 0% auto auto;
  }

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

  .testimonials-with-bg-slide-nav {
    padding-right: 0;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .banner-gradient-2 {
    top: 30%;
  }

  .banner-gradient-1 {
    top: 22%;
  }

  .faq-title-text {
    font-size: 23px;
  }

  .home-4-banner {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .banner-paragraph-home-4 {
    margin-bottom: 40px;
  }

  .home-1-logos {
    grid-row-gap: 50px;
  }

  .blog-item-2 {
    width: 100%;
  }

  .tab-intro-content {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .tab-intro-content.intro-2 {
    flex-direction: column-reverse;
  }

  .bottom-block-blue {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }

  .description-left-content.spacing {
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-image-block {
    align-items: flex-start;
  }

  .download-apps {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .download-app-container {
    grid-column-gap: 40px;
    position: relative;
  }

  .download-app-image {
    height: 380px;
  }

  .download-app-col {
    flex: 0 auto;
    justify-content: center;
    width: 100%;
  }

  .image-mob {
    height: 500px;
  }

  .vertical-card {
    flex-direction: column;
  }

  .our-team-description {
    width: 100%;
  }

  .home-1-our-team-image {
    object-position: 50% 20%;
    height: 350px;
  }

  .home-1-our-team-image.last-member {
    height: 350px;
  }

  .home-1-team-position {
    margin-bottom: 10px;
  }

  .our-team-grid-wrap {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .image-our-team {
    height: 350px;
  }

  .centered-intro-home-5 {
    flex-direction: column;
  }

  .home-5-main-title {
    grid-row-gap: 10px;
    width: 100%;
  }

  .title-home--5 {
    text-align: center;
  }

  .banner-paragraph-home-5 {
    width: 100%;
    margin-bottom: 30px;
  }

  .banner-title-home-5, .get-in-touch-container-home-5 {
    width: 100%;
  }

  .lottie-animation-home-5 {
    height: 450px;
    bottom: -80px;
    left: auto;
  }

  .banner-line-wrapper {
    left: 15px;
  }

  .lottie-banner-home-5 {
    grid-row-gap: 80px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .lottie-container {
    height: 250px;
  }

  .get-started-home-5 {
    width: 100%;
  }

  .banner-gradient-home-5 {
    inset: 380px 0 auto auto;
  }

  .gradient-home-5 {
    opacity: .7;
    inset: 138px auto auto 0;
  }

  .gradient-home-5.grad-6 {
    width: 200px;
    height: 200px;
  }

  .gradient-home-5.grad-7 {
    opacity: .35;
  }

  .section-our-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .saas-info-wrap-home-5 {
    grid-row-gap: 0px;
  }

  .collection-list-wrapper-8 {
    height: 400px;
    margin-bottom: -180px;
  }

  .section-benefins-home-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .leading-data {
    margin-bottom: 10px;
    font-size: 45px;
  }

  .leading-data-wrapper {
    text-align: center;
    align-items: center;
    padding-top: 20px;
  }

  .leading-data-wrapper.right-wrap {
    align-items: center;
  }

  .image-faq-home-5 {
    width: 80%;
  }

  .card-1-faq-home-5 {
    height: 180px;
    right: 0;
  }

  .lottie-item-home-5 {
    height: 380px;
  }

  .hero-lottie-animation-home-5 {
    width: 125%;
    bottom: -148px;
    left: -55px;
  }

  ._404-title {
    font-size: 140px;
  }

  .coming-soon-wrapper-2 {
    text-align: center;
    margin-left: 0%;
  }

  .coming-soon-heading-2 {
    width: 85%;
    font-size: 50px;
  }

  .coming-soon-paragraph-2, .coming-soon-form-2 {
    width: 70%;
  }

  .image-content-right {
    height: 30rem;
  }

  .coming-soon-input-2 {
    border-right-style: solid;
    border-radius: 50px;
    min-width: 240px;
  }

  .coming-soon-form-container {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .banner-changelog {
    height: 355px;
  }

  .large-banner-title {
    font-size: 50px;
  }

  .white-bannr-description {
    width: 75%;
    margin-bottom: 40px;
  }

  .white-bannr-description.text-2 {
    width: 100%;
  }

  .lottie-tablet-container {
    height: 270px;
  }

  .price-lottie-animation {
    width: 125%;
  }

  .our-prices-lottie-item {
    height: 420px;
  }

  .items-2-services {
    grid-template-columns: 1fr;
  }

  .pricing-png {
    min-height: 53px;
    bottom: 0;
  }

  .blog-name {
    width: 100%;
  }

  .list-blog-item {
    grid-template-columns: 1fr;
  }

  .image-blog-posts {
    height: 350px;
  }

  .collection-item-4 {
    width: 100%;
  }

  .collection-item-4:nth-child(odd) {
    margin-bottom: 0;
  }

  .collection-item-4:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-3-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .sidebar-recent-post-item-2 {
    width: 45%;
  }

  .blog-template-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-intro-content {
    width: 100%;
    min-height: 450px;
  }

  .scroll-blog-link {
    margin-bottom: -60px;
  }

  .scroll-blog-circle {
    width: 120px;
    height: 120px;
  }

  .section-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-agency {
    grid-row-gap: 20px;
    border-right-style: none;
    width: 100%;
  }

  .container-holi-awards {
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .blog-template-pagination-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .slider-blog-arrow {
    border-bottom: 1px dashed var(--primary);
    border-right-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .review-blog-details {
    grid-template-columns: 1fr;
  }

  .core-value-top {
    flex-direction: row;
  }

  .shop-text-wrapper.margin {
    margin-top: 60px;
  }

  .shop-tablet-image {
    height: 400px;
  }

  .collection-list-3 {
    grid-row-gap: 25px;
  }

  .lightbox-link-shop {
    height: 300px;
  }

  .shop-details-wrapper {
    grid-template-columns: 1fr;
  }

  .collection-item-6 {
    width: 48%;
  }

  .section-shop-details {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .shop-details-price-wrapper {
    flex-wrap: wrap;
  }

  .blog-grid-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-grid-list.blog-grid-category {
    grid-template-columns: 1fr;
  }

  .acout-link {
    margin-top: 40px;
  }

  .sign-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .form-info {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .sign-up-form {
    width: 100%;
  }

  .background-image-sign-up {
    background-position: 49% 0;
    height: 120vh;
  }

  .bg-sign-up {
    height: 120vh;
  }

  .bg-sign-up-wrapper {
    height: 150vh;
  }

  .bg-sign-up-list, .bg-sign-up-item {
    height: 100%;
  }

  .forgot-password-wrap {
    margin-top: 40px;
  }

  .blog-sidebar-left-wrapper-2 {
    column-count: 1;
    padding-bottom: 0;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subtitle-gray {
    font-size: 16px;
  }

  .subtitle-blog {
    font-size: 18px;
  }

  .contact-us-content-wrap {
    width: 100%;
  }

  .contacts-1-title {
    margin-bottom: 20px;
  }

  .logos-contact-us {
    grid-row-gap: 50px;
  }

  .color-logos {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-white {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .checkout-form-container {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .left-form-container {
    margin-bottom: 20px;
  }

  .column {
    width: 33.3%;
  }

  .top-main-wrapp, .bottom-main-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .landing-home-pages-wrap {
    grid-row-gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .landing-inner-page-item.home-screen {
    width: 100%;
  }

  .landing-inner-pages-wrapper-2 {
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-title-wrapper-lp {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .primary-button.subscription-button {
    width: 100%;
  }

  .primary-button.form-button-home-2 {
    border-radius: 50px;
  }

  .primary-button.full-mobile-button {
    width: 100%;
  }

  .primary-button.form-button-home-3, .primary-button.form-button-home-4 {
    border-radius: 50px;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .pricing-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .form-text-field {
    width: 100%;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .grid-title-2 {
    align-items: center;
  }

  .grid-title-2.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .landing-banner-content {
    flex-direction: column;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    inset: auto 0% 28%;
  }

  .landing-customers-content-left {
    width: 100%;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 0;
  }

  .landing-customers-icon-wrapper, .paragraph-benefits-lp {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-home-pages-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-banner.landing-banner {
    background-position: 193% 57%, -71% 20%;
    background-size: auto 230px, auto 220px;
    min-height: 50vh;
  }

  .secondary-button-poli.video-button {
    width: 100%;
  }

  .footer-2 {
    text-align: left;
    background-size: auto 300px;
  }

  .message-footer-item {
    margin-top: 23px;
    margin-bottom: 35px;
  }

  .contact-footer-inputs-wrapper {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .footer-item-wrap {
    width: 100%;
  }

  .text-footer-white {
    width: 70%;
  }

  .footer-link-container {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .light-blue-container {
    height: 825px;
  }

  .socials {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .pages-footer-link {
    justify-content: flex-start;
    width: 50%;
    display: flex;
  }

  .pages-footer-link.w--current {
    width: 50%;
    display: flex;
  }

  .rights-wrap {
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .footer-copyright-3 {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-rights-container {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .link-footer-copyright {
    margin-left: 5px;
  }

  .megamenu-dropdown-wrapper-2 {
    align-items: center;
    width: 100%;
  }

  .nav-dropdown-list-3.megamenu, .nav-dropdown-list-3.megamenu-main-home {
    align-items: center;
    padding-right: 0;
  }

  .nav-dropdown-icon-2.white-home-5-icon {
    font-size: 12px;
  }

  .nav-dropdown-home-5 {
    align-items: center;
  }

  .dropdown-header-2 {
    width: 100%;
  }

  .nav-dropdown-transparent {
    align-items: center;
  }

  .image-notaro-tablet {
    height: 35px;
  }

  .login-wrap-with-mini-gap {
    display: none;
  }

  .hero-background-wrapper, .background-image {
    height: 155vh;
  }

  .home-2-content-wrap {
    text-align: center;
  }

  .home-2-content-wrap.home-3-container {
    align-items: center;
  }

  .large-main-section {
    padding-top: 120px;
  }

  .contacts-home-1 {
    padding: 20px;
  }

  .banner-paragraph-home-1 {
    width: 100%;
  }

  .brand-block {
    grid-column-gap: 37px;
    justify-content: center;
  }

  .our-benefits-container {
    flex-wrap: wrap;
  }

  .our-benefits {
    width: 100%;
  }

  .feature-wrap-horizontal {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .card-1-team {
    height: 140px;
  }

  .card-2-team {
    height: 120px;
    inset: auto auto 0% 0%;
  }

  .card-2-team.faq-image {
    height: 140px;
    inset: auto auto 0% 0%;
  }

  .card-2-team.faq-image-home-5 {
    height: 100px;
  }

  .toggle-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .pricing-plan, .pricing-plan-with-print, .pricing-plan-bottom-part {
    padding: 30px 30px 20px;
  }

  .blogl-right-wrapper {
    grid-row-gap: 18px;
  }

  .blog-post-info {
    padding: 18px;
  }

  .large-blog-post {
    min-height: 800px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .large-blog-content {
    grid-row-gap: 18px;
  }

  .blog-background-image {
    background-position: 58%;
  }

  .category-tag {
    margin-top: 0;
  }

  .blog-post-list-item {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 15px;
  }

  .blog-list-image {
    min-height: 160px;
  }

  .journal-list-item-content {
    z-index: 10;
    position: relative;
  }

  .lottie-animation {
    width: 155%;
  }

  .services-container-home-1 {
    grid-template-columns: 1fr;
  }

  .loop-review-item {
    width: 330px;
  }

  .lottie-item {
    height: 285px;
  }

  .cta-lottie {
    width: 100%;
  }

  .cta-lottie-wrapper {
    height: 200px;
  }

  .subscription-form {
    flex-direction: column;
  }

  .subscription-form-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .horizontal-line.h-line-3 {
    display: block;
    inset: auto 0% 0%;
  }

  .horizontal-line.h-line-4, .horizontal-line.h-line-5, .horizontal-line.h-line-6 {
    display: block;
  }

  .horizontal-line.h-line-7 {
    display: block;
    inset: auto 0% 0%;
  }

  .vertical-line.line-2 {
    display: block;
    inset: 0% -1% 0% auto;
  }

  .hero-person {
    border-radius: 14px;
  }

  .hero-person.mod--3, .hero-person.mod--2, .hero-person.mod-1, .form-block-home-2 {
    width: 100%;
  }

  .contact-info-input-home-2 {
    border-radius: 50px;
  }

  .form-home-2, .hero-tablet-banner-persons {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .banner-title-home-1 {
    width: 100%;
  }

  .poli-logo-image-animation {
    height: 35px;
  }

  .nav-dropdown-white {
    align-items: center;
  }

  .items-advantages {
    width: 100%;
  }

  .items-advantages.last-card {
    border-bottom-style: none;
  }

  .subtitle-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .popup-wrap, .video-popup {
    width: 100%;
  }

  .image-saas-1 {
    height: 200px;
  }

  .section-title-full-wrap {
    justify-content: center;
  }

  .section-title-full-wrap.centered {
    text-align: center;
  }

  .products-name.large-size {
    font-size: 22px;
  }

  .app {
    max-width: 100%;
  }

  .link-app {
    max-width: 45%;
  }

  .section-download-app {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-app {
    object-position: 32% 50%;
  }

  .app-title, .mobile-images {
    width: 100%;
  }

  .card-image {
    height: 300px;
  }

  .product-showcase {
    overflow: hidden;
  }

  .showcase-products {
    grid-template-columns: 1fr;
  }

  .slider.clip {
    max-width: none;
  }

  .slide-content.flex-bottom {
    padding-top: 60vw;
    padding-bottom: 100px;
  }

  .slide-heading {
    font-size: 40px;
  }

  .tabs-menu-home-4 {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .tab-button {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .load-bar-base {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cart-container {
    border-radius: 0;
  }

  .hero-image-strip.right-side {
    height: 50vh;
    max-height: 50vh;
  }

  .hero-image-strip.left {
    height: 110vh;
    max-height: 110vh;
  }

  .faq-text {
    padding-left: 0;
  }

  .preview-intro {
    margin-bottom: 30px;
  }

  .hero-trigger {
    margin-top: 92vh;
  }

  .faq-top {
    border-radius: .5rem;
  }

  .hero-home-3-content {
    padding-bottom: 60px;
  }

  .hero-bottom {
    justify-content: flex-start;
  }

  .team-basic {
    padding-top: 0;
  }

  .hero-wrapper {
    height: 110vh;
  }

  .team-avatar {
    width: 3.5rem;
    height: 3.5rem;
  }

  .preview-agenda-item {
    padding: 3.75rem 1rem 1.75rem;
  }

  .large-heading {
    line-height: 1.15;
  }

  .preview-description {
    width: 100%;
  }

  .hero-banner-image {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .hero-banner-image.fourteen {
    display: none;
  }

  .hero-banner-image.thirteen {
    display: none;
    left: -55vw;
  }

  .hero-banner-image.two {
    border-radius: 100%;
    margin-top: 79vw;
    left: 45vw;
  }

  .hero-banner-image.three {
    display: none;
    left: -4vw;
  }

  .hero-banner-image.four {
    display: none;
  }

  .hero-banner-image.nine {
    border-radius: 100%;
    margin-top: 86vw;
    left: -45vw;
  }

  .form-block-home--3 {
    width: 100%;
  }

  .form-home-3 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .contact-info-input-home-3 {
    border-radius: 50px;
  }

  .steps-circle {
    display: none;
  }

  .steps-card-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .steps-tracker {
    display: none;
  }

  .steps-sticky-card {
    min-width: auto;
    padding: 14px 12px 24px;
  }

  .steps-cards {
    grid-template-columns: auto;
    width: 100%;
    padding-left: 0;
  }

  .steps-grid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .saas-img {
    min-height: 20rem;
  }

  .business-slide-arrow {
    bottom: 14.5rem;
  }

  .services-h-3 {
    width: 100%;
  }

  .content-block-absolute {
    text-align: center;
    width: 70%;
  }

  .content-block-absolute.border {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #fff;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-absolute {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 15px;
  }

  .image-block-left {
    height: 300px;
  }

  .text-content-right {
    grid-row-gap: 15px;
  }

  .row-text {
    align-items: flex-start;
  }

  .image-faq {
    height: auto;
  }

  .card-1-faq {
    height: 120px;
  }

  .banner-gradient-1 {
    top: 40%;
  }

  .home-4-banner {
    padding-top: 130px;
  }

  .contact-info-input-home-4 {
    border-radius: 50px;
  }

  .image-banner-4 {
    height: 400px;
  }

  .home-1-logos {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
  }

  .form-block-home-4 {
    width: 100%;
  }

  .bottom-block-blue {
    margin-top: -37px;
  }

  .white-paragraph {
    margin-bottom: 30px;
  }

  .description-left-content {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-image-block {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .download-apps {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto 500px;
    justify-content: center;
    align-items: center;
    padding-bottom: 260px;
    overflow: hidden;
  }

  .download-app-container {
    justify-content: center;
    position: static;
  }

  .download-app-image {
    height: 600px;
    position: absolute;
    inset: auto auto -660px;
  }

  .download-app-col {
    text-align: center;
    align-items: center;
  }

  .image-mob {
    height: 350px;
  }

  .our-team-description {
    width: 100%;
  }

  .home-1-our-team-image, .home-1-our-team-image.last-member, .image-our-team {
    height: 300px;
  }

  .app-link-wrap-4, .grid-star-home-4 {
    justify-content: center;
  }

  .banner-paragraph-home-5 {
    width: 100%;
  }

  .contacts-home-5 {
    padding: 20px;
  }

  .banner-title-home-5 {
    width: 100%;
  }

  .text-free-trial {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .lottie-animation-home-5 {
    width: 135%;
    height: auto;
    bottom: -86px;
  }

  .banner-line-wrapper {
    width: 100%;
    top: 18%;
    left: 0;
    right: 15px;
  }

  .banner-gradient-home-5 {
    top: 468px;
    right: -26px;
  }

  .gradient-home-5 {
    top: 119px;
    left: -47px;
  }

  .leading-data-wrapper {
    width: 100%;
  }

  .hero-gradient-3 {
    opacity: .5;
    top: 6%;
  }

  .image-faq-home-5 {
    width: 90%;
    height: 300px;
  }

  .card-1-faq-home-5 {
    height: 120px;
    bottom: 70px;
  }

  .lottie-item-home-5 {
    height: 265px;
  }

  .hero-lottie-animation-home-5 {
    width: 130%;
    bottom: -100px;
    left: -45px;
  }

  .leading-data-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .pricing-title {
    width: 100%;
  }

  ._404-title {
    font-size: 120px;
  }

  .coming-soon-heading-2 {
    width: 100%;
    font-size: 45px;
  }

  .coming-soon-paragraph-2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-form-2 {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .coming-soon-input-2 {
    min-width: auto;
  }

  .coming-soon-form-container {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .loop-container {
    grid-template-columns: 1fr;
  }

  .left-align-wrapper.mobile-centered {
    text-align: center;
    align-items: center;
    margin-left: auto;
  }

  .white-bannr-description {
    width: 100%;
  }

  .lottie-tablet-container {
    height: 275px;
  }

  .price-lottie-animation {
    width: 150%;
    bottom: -95px;
    left: -98px;
  }

  .our-prices-lottie-item {
    height: 300px;
  }

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

  .pricing-png {
    min-height: 34px;
  }

  .sidebar-recent-post-item-2 {
    width: 100%;
  }

  .sidebar-recent-posts-wrapper-2 {
    column-count: 1;
  }

  .blog-3-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-card-strip, .blog-3-card-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-intro-content {
    height: auto;
    min-height: 530px;
    padding-top: 160px;
  }

  .circle-link-wrapper {
    margin-left: -48px;
  }

  .client-avatar.item-autors {
    width: 60px;
    height: 60px;
  }

  .border-wrap-reviews {
    margin-right: 10px;
    padding-right: 10px;
  }

  .slider-blog-arrow {
    border-right-style: none;
    width: 100%;
    padding-bottom: 25px;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 25px;
  }

  .testimonials-text {
    font-size: 26px;
  }

  .autor-name {
    font-size: 30px;
  }

  .shop-tablet-image {
    height: 300px;
  }

  .collection-list-3 {
    grid-row-gap: 15px;
  }

  .collection-item-6 {
    width: 100%;
  }

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

  .sign-wrapper {
    width: 100%;
  }

  .regiester-info {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .sign-up-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-paragraph-sign-up {
    width: 100%;
  }

  .background-image-sign-up {
    background-position: 40% 0;
  }

  .banner-title-sign-up {
    width: 100%;
  }

  .forgot-password-wrap {
    text-align: center;
  }

  .sidebar-categories-list-3 {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .subtitle-gray {
    font-size: 18px;
  }

  .subtitle-blog {
    font-size: 20px;
  }

  .logos-contact-us {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .contact-us-item {
    padding: 20px;
  }

  .column {
    width: 100%;
  }

  .landing-home-pages-wrap, .landing-inner-pages-wrapper-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#w-node-_11f97e7a-49e9-488b-adaa-661cf839d208-e76db538 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_11f97e7a-49e9-488b-adaa-661cf839d20a-e76db538 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_11f97e7a-49e9-488b-adaa-661cf839d20b-e76db538 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_11f97e7a-49e9-488b-adaa-661cf839d20d-e76db538 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_11f97e7a-49e9-488b-adaa-661cf839d213-e76db538 {
  align-self: stretch;
}

#w-node-_11f97e7a-49e9-488b-adaa-661cf839d214-e76db538 {
  place-self: start;
}

#w-node-_11f97e7a-49e9-488b-adaa-661cf839d217-e76db538 {
  align-self: end;
}

#w-node-_11f97e7a-49e9-488b-adaa-661cf839d221-e76db538 {
  align-self: stretch;
}

#w-node-_11f97e7a-49e9-488b-adaa-661cf839d222-e76db538 {
  place-self: start;
}

#w-node-_11f97e7a-49e9-488b-adaa-661cf839d225-e76db538 {
  align-self: end;
}

#w-node-_11f97e7a-49e9-488b-adaa-661cf839d22f-e76db538 {
  align-self: stretch;
}

#w-node-_11f97e7a-49e9-488b-adaa-661cf839d230-e76db538 {
  place-self: start;
}

#w-node-_11f97e7a-49e9-488b-adaa-661cf839d233-e76db538 {
  align-self: end;
}

#w-node-_8c8638af-74cb-5b54-c937-855a607f7f38-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f39-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f43-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f44-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f4e-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f4f-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f59-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f5a-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f64-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f65-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f6f-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f70-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f7b-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f7c-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f86-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f87-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f91-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f92-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f9c-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7f9d-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7fa7-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7fa8-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7fb2-e76db538, #w-node-_8c8638af-74cb-5b54-c937-855a607f7fb3-e76db538, #w-node-_4423d09e-52c1-5920-c2b7-27c8d0035d82-e76db538 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_114bab12-9ee2-481f-140e-dda064b542a5-3a6db595 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_114bab12-9ee2-481f-140e-dda064b542a7-3a6db595, #w-node-_4099f555-e91d-4a8b-306f-19075e49df0f-9c6db597 {
  align-self: start;
}

#w-node-_032e17db-d145-744b-e720-56100d063dc4-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dc5-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dc6-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dc7-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dc8-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dc9-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dca-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dcb-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dcc-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dcd-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dce-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dcf-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dd0-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dd1-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dd2-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dd3-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dd4-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dd5-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dd7-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dd8-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dd9-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dda-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063ddb-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063ddc-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063ddd-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063dde-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063ddf-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063de0-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063de1-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063de2-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063de3-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063de4-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063de5-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063de6-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063de7-266db59b, #w-node-_032e17db-d145-744b-e720-56100d063de8-266db59b, #w-node-c7c80a72-40bf-9607-3b39-0e82afdaf41c-be6db59c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca348092-d7bf-3bb5-78ba-f9e9ca21648e-b16db59f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca348092-d7bf-3bb5-78ba-f9e9ca216490-b16db59f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-ca348092-d7bf-3bb5-78ba-f9e9ca216493-b16db59f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca348092-d7bf-3bb5-78ba-f9e9ca21649d-b16db59f {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-_6f8875fd-3315-8698-9340-7b8080d36c70-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d904-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d905-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d90f-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d910-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d91a-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d91b-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d925-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d926-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d930-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d931-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d93b-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d93c-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d947-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d948-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d952-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d953-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d95d-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d95e-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d968-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d969-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d973-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d974-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d97e-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d97f-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d98c-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d98d-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d997-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d998-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d9a2-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d9a3-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d9ad-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d9ae-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d9b8-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d9b9-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d9c3-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d9c4-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d9cf-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d9d0-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d9da-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d9db-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d9e5-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d9e6-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d9f0-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d9f1-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d9fb-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3d9fc-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3da06-a56db5a2, #w-node-_19f8437e-a342-a63f-a3a3-df74d8c3da07-a56db5a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f624699a-e031-75da-ead9-c9e98f8a0284-366db5b8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f624699a-e031-75da-ead9-c9e98f8a0285-366db5b8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-acadd24c-04c4-65e5-7421-3247485ae712-366db5b8 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-a5fa4184-6aab-d75a-5bc7-378cdee3250e-366db5b8 {
  grid-area: 1 / 2 / 3 / 2;
}

#w-node-ded8227e-5c5d-d369-0dc2-0c8ef81d3233-366db5b8 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_55c3df61-8824-4228-376a-e994893b6ad2-366db5b8, #w-node-ff2f5bef-3236-74ab-4c57-985ce297e32f-366db5b8, #w-node-_46eee5da-a1d8-af35-8453-df294d14c3f6-366db5b8, #w-node-_81c07b06-e9b6-a124-04f5-77888d9bcc44-366db5b8, #w-node-b481eb19-7c54-6494-a9f7-b00f06e9c3b5-366db5b8, #w-node-_5813ae1a-50f1-3d67-64df-ffeb66050e54-366db5b8 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_47f7e7d2-e7ea-f146-7ec7-46eb410fd017-366db5b8, #w-node-fc3e5dc7-7c80-c2e4-261f-64ae282cb2ab-366db5b8, #w-node-fc3e5dc7-7c80-c2e4-261f-64ae282cb2ac-366db5b8, #w-node-_14e1aa90-a229-a0f9-7348-6a707da3f830-366db5b8, #w-node-_14e1aa90-a229-a0f9-7348-6a707da3f831-366db5b8, #w-node-d04eba52-53e0-1a67-08f0-c8308917f1fb-366db5b8, #w-node-d04eba52-53e0-1a67-08f0-c8308917f1fc-366db5b8, #w-node-_8af16a0f-f383-76ba-0c97-d32e88ad282f-366db5b8, #w-node-_8af16a0f-f383-76ba-0c97-d32e88ad2830-366db5b8, #w-node-cf84571d-1e75-08d2-3e82-e8da2188eb72-366db5b8, #w-node-cf84571d-1e75-08d2-3e82-e8da2188eb73-366db5b8, #w-node-_2b4b0aa3-4a8c-d69b-626a-7c43cb5eb032-366db5b8, #w-node-_2b4b0aa3-4a8c-d69b-626a-7c43cb5eb033-366db5b8, #w-node-f7fe93ab-c949-e6f7-6501-2451ff2fe7bb-366db5b8, #w-node-f7fe93ab-c949-e6f7-6501-2451ff2fe7bc-366db5b8, #w-node-f7fe93ab-c949-e6f7-6501-2451ff2fe7c6-366db5b8, #w-node-f7fe93ab-c949-e6f7-6501-2451ff2fe7c7-366db5b8, #w-node-f7fe93ab-c949-e6f7-6501-2451ff2fe7d1-366db5b8, #w-node-f7fe93ab-c949-e6f7-6501-2451ff2fe7d2-366db5b8, #w-node-f7fe93ab-c949-e6f7-6501-2451ff2fe7dc-366db5b8, #w-node-f7fe93ab-c949-e6f7-6501-2451ff2fe7dd-366db5b8, #w-node-f7fe93ab-c949-e6f7-6501-2451ff2fe7e7-366db5b8, #w-node-f7fe93ab-c949-e6f7-6501-2451ff2fe7e8-366db5b8, #w-node-f7fe93ab-c949-e6f7-6501-2451ff2fe7f2-366db5b8, #w-node-f7fe93ab-c949-e6f7-6501-2451ff2fe7f3-366db5b8, #w-node-b33a4367-e5b5-10d9-5568-e432fcb55ca9-366db5b8, #w-node-b33a4367-e5b5-10d9-5568-e432fcb55ced-366db5b8, #w-node-_645b5608-b772-fc89-2595-8162e30fafa1-366db5b8, #w-node-_645b5608-b772-fc89-2595-8162e30fafa3-366db5b8, #w-node-f63112d9-3a37-edd9-9b05-95e35e9a44e7-366db5b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49ccfb23-be95-87e3-ce26-9b36b19972f3-366db5b8 {
  align-self: stretch;
}

#w-node-_49ccfb23-be95-87e3-ce26-9b36b19972f5-366db5b8, #w-node-_49ccfb23-be95-87e3-ce26-9b36b19972f7-366db5b8, #w-node-_957c0410-4651-8240-505d-edd960fe2615-cb6db5d6, #w-node-_957c0410-4651-8240-505d-edd960fe2619-cb6db5d6, #w-node-_7061f7a2-6139-2f68-ab72-2e5d2a962e9f-cb6db5d6, #w-node-_7061f7a2-6139-2f68-ab72-2e5d2a962ee3-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c899858c-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c899858d-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c8998597-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c8998598-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c89985a2-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c89985a3-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c89985ad-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c89985ae-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c89985b8-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c89985b9-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c89985c3-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c89985c4-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c89985cf-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c89985d0-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c89985da-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c89985db-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c89985e5-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c89985e6-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c89985f0-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c89985f1-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c89985fb-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c89985fc-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c8998606-cb6db5d6, #w-node-f62d0f61-1fd9-297a-0e46-1425c8998607-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd276e-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd276f-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd2779-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd277a-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd2784-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd2785-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd278f-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd2790-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd279a-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd279b-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd27a5-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd27a6-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd27b1-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd27b2-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd27bc-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd27bd-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd27c7-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd27c8-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd27d2-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd27d3-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd27dd-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd27de-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd27e8-cb6db5d6, #w-node-_81453954-e84b-eb41-9745-67b57cdd27e9-cb6db5d6, #w-node-_8a7d3bbe-8d00-59be-d115-4a03580719f7-cb6db5d6, #w-node-_8a7d3bbe-8d00-59be-d115-4a03580719f8-cb6db5d6, #w-node-_8a7d3bbe-8d00-59be-d115-4a03580719fa-cb6db5d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a7d3bbe-8d00-59be-d115-4a0358071a09-cb6db5d6 {
  align-self: stretch;
}

#w-node-_8a7d3bbe-8d00-59be-d115-4a0358071a0b-cb6db5d6, #w-node-_8a7d3bbe-8d00-59be-d115-4a0358071a0c-cb6db5d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37396eea-f366-1b0b-e3c8-089061554582-dd6db5dd {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_37396eea-f366-1b0b-e3c8-089061554585-dd6db5dd, #w-node-_37396eea-f366-1b0b-e3c8-08906155458f-dd6db5dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cab49a1-c738-719e-8420-b08688b18541-dd6db5dd {
  justify-self: center;
}

#w-node-_6cab49a1-c738-719e-8420-b08688b18542-dd6db5dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6cab49a1-c738-719e-8420-b08688b18548-dd6db5dd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-def00d5a-f781-110f-e7e4-24e22e15d587-dd6db5dd {
  justify-self: center;
}

#w-node-def00d5a-f781-110f-e7e4-24e22e15d588-dd6db5dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-def00d5a-f781-110f-e7e4-24e22e15d58b-dd6db5dd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_40e1340a-3386-5580-aff7-da72e92dffe9-dd6db5dd {
  justify-self: center;
}

#w-node-_40e1340a-3386-5580-aff7-da72e92dffea-dd6db5dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_40e1340a-3386-5580-aff7-da72e92dffed-dd6db5dd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2cf0a34a-b821-57d2-6899-a4d337f6a88f-dd6db5dd {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2cf0a34a-b821-57d2-6899-a4d337f6a8a8-dd6db5dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_37396eea-f366-1b0b-e3c8-089061554624-dd6db5dd, #w-node-_37396eea-f366-1b0b-e3c8-089061554625-dd6db5dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37396eea-f366-1b0b-e3c8-08906155462b-dd6db5dd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_37396eea-f366-1b0b-e3c8-089061554635-dd6db5dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37396eea-f366-1b0b-e3c8-089061554636-dd6db5dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_37396eea-f366-1b0b-e3c8-089061554638-dd6db5dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_37396eea-f366-1b0b-e3c8-08906155463a-dd6db5dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_37396eea-f366-1b0b-e3c8-08906155463c-dd6db5dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_37396eea-f366-1b0b-e3c8-08906155463e-dd6db5dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37396eea-f366-1b0b-e3c8-08906155463f-dd6db5dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_37396eea-f366-1b0b-e3c8-089061554641-dd6db5dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_37396eea-f366-1b0b-e3c8-089061554643-dd6db5dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_37396eea-f366-1b0b-e3c8-089061554645-dd6db5dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8627bf69-e8b0-e176-ee4c-e33d62d35dcf-dd6db5dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-db2e2093-f7ec-a6ec-76d4-e7c27032f6c9-dd6db5dd, #w-node-db2e2093-f7ec-a6ec-76d4-e7c27032f70d-dd6db5dd, #w-node-_2725f402-349e-3f7c-ca27-8d5213563c04-dd6db5dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6c92e84-e095-9b0b-39ab-83c55a27b402-dd6db5dd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_59fb841a-3b0d-04d8-38fb-2a726681289e-f06db5de {
  justify-self: center;
}

#w-node-_59fb841a-3b0d-04d8-38fb-2a726681289f-f06db5de {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_59fb841a-3b0d-04d8-38fb-2a72668128a4-f06db5de {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d9ae0365-3b58-d758-9379-e9b5010077a0-f06db5de {
  justify-self: center;
}

#w-node-d9ae0365-3b58-d758-9379-e9b5010077a1-f06db5de {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d9ae0365-3b58-d758-9379-e9b5010077a6-f06db5de {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bfb2f95a-adb7-cd67-11ad-57509a974188-f06db5de {
  justify-self: center;
}

#w-node-bfb2f95a-adb7-cd67-11ad-57509a974189-f06db5de {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bfb2f95a-adb7-cd67-11ad-57509a97418e-f06db5de {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_571f7a3e-def2-f467-80c4-c7b4de82dcb9-f06db5de, #w-node-_571f7a3e-def2-f467-80c4-c7b4de82dcfd-f06db5de, #w-node-_1b31c192-8d5c-2885-6f81-6ea14dcd5619-f06db5de, #w-node-_1b31c192-8d5c-2885-6f81-6ea14dcd561b-f06db5de, #w-node-_3d134ea6-9d83-2c51-b7e9-a6e0ab56d496-5a6db5e3, #w-node-_80d7d59b-90ff-f233-c90d-111da4a02d77-5a6db5e3, #w-node-e574cf40-7890-ece7-decf-1cc75d835306-5a6db5e3, #w-node-_00f4f7dd-4813-91d7-386a-51ae84919c84-5a6db5e3, #w-node-ee8820ac-329c-d977-c84d-d9e9877289b1-5a6db5e3, #w-node-_5aae20c8-e422-1c6e-40d9-2793bd5017ee-5a6db5e3, #w-node-_96a6ddf0-ecea-b898-d48e-2afc0b2bc3a0-5a6db5e3, #w-node-_45657d3c-d19d-6c58-a3be-9db4ce8e8702-5a6db5e3, #w-node-_4e50ac41-a9d7-c5de-454f-6bb72a742857-5a6db5e3, #w-node-_492825ba-9bf7-d9f3-865e-f354b5da0606-5a6db5e3, #w-node-d56db472-fede-2546-a49e-6cee400fde19-5a6db5e3, #w-node-_603c3838-33f2-e6b7-8638-67f828dff862-5a6db5e3, #w-node-_9c61a28c-fe4b-515a-88b8-01d18aefeccd-5a6db5e3, #w-node-e1bb1cca-5e57-5fd8-c1a1-95f1cc5d4605-5a6db5e3, #w-node-dfdb48fe-2d2f-dcd1-65b4-df56a0893582-5a6db5e3, #w-node-_76433509-e90d-e103-ac12-f3e63e6503ae-5a6db5e3, #w-node-_8e1e02be-6161-b07a-1a5e-dcd32b925329-5a6db5e3, #w-node-_338e9f90-0e92-973e-16f2-716095e24cb7-5a6db5e3, #w-node-f8d2b9bc-9551-5e68-eb98-65ec28c8f9e7-5a6db5e3, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-5a6db5e3, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-5a6db5e3, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-5a6db5e3, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-5a6db5e3, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-5a6db5e3, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-5a6db5e3, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-5a6db5e3, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-5a6db5e3, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-5a6db5e3, #w-node-b8b1b2fc-81e2-dc11-1144-0ee201e7612e-5a6db5e3, #w-node-af18f80e-902c-7de8-a493-03b4e2a1113d-5a6db5e3, #w-node-_8016c57f-c2d0-b119-0173-c4f1093302e0-5a6db5e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a4-2b6db5e4, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a8-2b6db5e4, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991ac-2b6db5e4, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b2-2b6db5e4, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b8-2b6db5e4, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991be-2b6db5e4 {
  justify-self: center;
}

#w-node-_362f2c41-5343-c1d3-4876-9258bf0a4042-d16db618, #w-node-_362f2c41-5343-c1d3-4876-9258bf0a4086-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a5780-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a5781-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a578b-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a578c-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a5796-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a5797-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a57a1-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a57a2-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a57ac-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a57ad-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a57b7-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a57b8-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a57c3-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a57c4-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a57ce-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a57cf-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a57d9-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a57da-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a57e4-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a57e5-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a57ef-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a57f0-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a57fa-d16db618, #w-node-b21c6940-bbeb-fb8c-2570-36129e4a57fb-d16db618, #w-node-_712c7a1a-06fe-82da-426f-f3b419ae7c90-d16db618 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c892c64-1d30-ad3b-e434-718f9c28acc0-a16db619, #w-node-_1c892c64-1d30-ad3b-e434-718f9c28acc1-a16db619 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1c892c64-1d30-ad3b-e434-718f9c28acc4-a16db619 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1c892c64-1d30-ad3b-e434-718f9c28accc-a16db619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c892c64-1d30-ad3b-e434-718f9c28accd-a16db619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1c892c64-1d30-ad3b-e434-718f9c28accf-a16db619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1c892c64-1d30-ad3b-e434-718f9c28acd1-a16db619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1c892c64-1d30-ad3b-e434-718f9c28acd3-a16db619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1c892c64-1d30-ad3b-e434-718f9c28acd5-a16db619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c892c64-1d30-ad3b-e434-718f9c28acd6-a16db619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1c892c64-1d30-ad3b-e434-718f9c28acd8-a16db619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1c892c64-1d30-ad3b-e434-718f9c28acda-a16db619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1c892c64-1d30-ad3b-e434-718f9c28acdc-a16db619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b629f589-46f3-4592-668d-bf7c5be583e3-656db61f, #w-node-_76566c31-aaf9-ab3e-1f9c-56d7dabe08f4-206db620 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-596db634, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-596db634, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-596db634, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-596db634, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-596db634, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-596db634, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-596db634, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-596db634, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-596db634, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-596db634 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_11f97e7a-49e9-488b-adaa-661cf839d208-e76db538 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_11f97e7a-49e9-488b-adaa-661cf839d208-e76db538 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11f97e7a-49e9-488b-adaa-661cf839d20a-e76db538 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11f97e7a-49e9-488b-adaa-661cf839d20b-e76db538 {
    grid-row-end: 3;
  }

  #w-node-_0e19885d-cffa-8f91-e0c5-ce740b3b81c7-e76db538 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-afc1272d-e61c-e6fc-22f5-03d076e9c46f-be6db59c, #w-node-afc1272d-e61c-e6fc-22f5-03d076e9c470-be6db59c, #w-node-afc1272d-e61c-e6fc-22f5-03d076e9c471-be6db59c, #w-node-afc1272d-e61c-e6fc-22f5-03d076e9c472-be6db59c, #w-node-afc1272d-e61c-e6fc-22f5-03d076e9c473-be6db59c, #w-node-afc1272d-e61c-e6fc-22f5-03d076e9c474-be6db59c {
    justify-self: center;
  }

  #w-node-ca348092-d7bf-3bb5-78ba-f9e9ca216490-b16db59f {
    grid-column: span 1 / span 1;
  }

  #w-node-ca348092-d7bf-3bb5-78ba-f9e9ca21649d-b16db59f {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_64fc6f19-6d89-a77f-fd06-c47817782359-d66db5a0, #w-node-_169cb6b9-3963-2116-ebfe-bb32fd99ea2d-a56db5a2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f624699a-e031-75da-ead9-c9e98f8a0285-366db5b8 {
    grid-column: span 3 / span 3;
  }

  #w-node-_980258c4-1e05-8405-4a63-f53707782e26-366db5b8, #w-node-_980258c4-1e05-8405-4a63-f53707782e27-366db5b8, #w-node-_980258c4-1e05-8405-4a63-f53707782e28-366db5b8, #w-node-_980258c4-1e05-8405-4a63-f53707782e29-366db5b8, #w-node-_980258c4-1e05-8405-4a63-f53707782e2a-366db5b8 {
    justify-self: center;
  }

  #w-node-acadd24c-04c4-65e5-7421-3247485ae712-366db5b8 {
    grid-column-end: 3;
  }

  #w-node-a5fa4184-6aab-d75a-5bc7-378cdee3250e-366db5b8 {
    grid-area: 1 / 2 / 4 / 2;
  }

  #w-node-ded8227e-5c5d-d369-0dc2-0c8ef81d3233-366db5b8 {
    grid-column: 2 / 3;
  }

  #w-node-_55c3df61-8824-4228-376a-e994893b6ad2-366db5b8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ff2f5bef-3236-74ab-4c57-985ce297e32f-366db5b8, #w-node-_46eee5da-a1d8-af35-8453-df294d14c3f6-366db5b8, #w-node-_81c07b06-e9b6-a124-04f5-77888d9bcc44-366db5b8, #w-node-b481eb19-7c54-6494-a9f7-b00f06e9c3b5-366db5b8, #w-node-_5813ae1a-50f1-3d67-64df-ffeb66050e54-366db5b8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3dab4f97-814b-27fe-c2ed-79a1216d3241-366db5b8, #w-node-_3dab4f97-814b-27fe-c2ed-79a1216d3242-366db5b8, #w-node-_3dab4f97-814b-27fe-c2ed-79a1216d3243-366db5b8, #w-node-_3dab4f97-814b-27fe-c2ed-79a1216d3244-366db5b8, #w-node-_3dab4f97-814b-27fe-c2ed-79a1216d3245-366db5b8 {
    justify-self: center;
  }

  #w-node-_412a6043-f673-49ac-45c0-dd53fe307526-366db5b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_675cd7a9-6e06-7275-333e-6d186d8259eb-cb6db5d6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2cf0a34a-b821-57d2-6899-a4d337f6a88f-dd6db5dd {
    grid-column: 1 / 4;
  }

  #w-node-_2cf0a34a-b821-57d2-6899-a4d337f6a8a8-dd6db5dd {
    grid-column-end: 4;
  }

  #w-node-_37396eea-f366-1b0b-e3c8-089061554624-dd6db5dd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5620e8e3-f0d9-9bb9-3902-6ab5dba084b9-f06db5de, #w-node-_5620e8e3-f0d9-9bb9-3902-6ab5dba084ba-f06db5de, #w-node-_5620e8e3-f0d9-9bb9-3902-6ab5dba084bb-f06db5de, #w-node-_5620e8e3-f0d9-9bb9-3902-6ab5dba084bc-f06db5de, #w-node-_5620e8e3-f0d9-9bb9-3902-6ab5dba084bd-f06db5de, #w-node-_5620e8e3-f0d9-9bb9-3902-6ab5dba084be-f06db5de {
    justify-self: center;
  }

  #w-node-_0e3d0fa7-3376-9dbb-b75b-eafa0b3b6bd0-f06db5de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_43c13da2-83c0-dab0-1983-e1c91beb7bee-bf6db617 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_1c892c64-1d30-ad3b-e434-718f9c28acc0-a16db619 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c7cd74c3-e0c0-1e99-2f54-8c919d377ac3-a46db61e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0e19885d-cffa-8f91-e0c5-ce740b3b81c7-e76db538, #w-node-_114bab12-9ee2-481f-140e-dda064b542a5-3a6db595, #w-node-ca348092-d7bf-3bb5-78ba-f9e9ca216490-b16db59f, #w-node-_412a6043-f673-49ac-45c0-dd53fe307526-366db5b8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_957c0410-4651-8240-505d-edd960fe2615-cb6db5d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0e3d0fa7-3376-9dbb-b75b-eafa0b3b6bd0-f06db5de {
    grid-column: span 1 / span 1;
  }

  #w-node-_1b31c192-8d5c-2885-6f81-6ea14dcd5619-f06db5de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_43c13da2-83c0-dab0-1983-e1c91beb7bee-bf6db617 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_11f97e7a-49e9-488b-adaa-661cf839d20d-e76db538 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca348092-d7bf-3bb5-78ba-f9e9ca216490-b16db59f {
    grid-column: span 1 / span 1;
  }

  #w-node-acadd24c-04c4-65e5-7421-3247485ae712-366db5b8 {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-a5fa4184-6aab-d75a-5bc7-378cdee3250e-366db5b8, #w-node-ded8227e-5c5d-d369-0dc2-0c8ef81d3233-366db5b8 {
    grid-area: 1 / 1 / 7 / 2;
  }

  #w-node-_55c3df61-8824-4228-376a-e994893b6ad2-366db5b8 {
    grid-row: 2 / 2;
    grid-column-end: 2;
  }

  #w-node-ff2f5bef-3236-74ab-4c57-985ce297e32f-366db5b8 {
    grid-row-start: 2;
    grid-column-end: 2;
  }

  #w-node-_46eee5da-a1d8-af35-8453-df294d14c3f6-366db5b8 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_81c07b06-e9b6-a124-04f5-77888d9bcc44-366db5b8 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-b481eb19-7c54-6494-a9f7-b00f06e9c3b5-366db5b8, #w-node-_5813ae1a-50f1-3d67-64df-ffeb66050e54-366db5b8 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-5a6db5e3, #w-node-d4f6ce9d-4e34-60f8-e195-9682740822b0-5a6db5e3, #w-node-_870e2fa6-db8f-db4e-896a-a7cd713338a9-5a6db5e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3d134ea6-9d83-2c51-b7e9-a6e0ab56d496-5a6db5e3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3d134ea6-9d83-2c51-b7e9-a6e0ab56d499-5a6db5e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_80d7d59b-90ff-f233-c90d-111da4a02d77-5a6db5e3, #w-node-e574cf40-7890-ece7-decf-1cc75d835306-5a6db5e3, #w-node-_00f4f7dd-4813-91d7-386a-51ae84919c84-5a6db5e3, #w-node-ee8820ac-329c-d977-c84d-d9e9877289b1-5a6db5e3, #w-node-_5aae20c8-e422-1c6e-40d9-2793bd5017ee-5a6db5e3, #w-node-_96a6ddf0-ecea-b898-d48e-2afc0b2bc3a0-5a6db5e3, #w-node-_45657d3c-d19d-6c58-a3be-9db4ce8e8702-5a6db5e3, #w-node-_4e50ac41-a9d7-c5de-454f-6bb72a742857-5a6db5e3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2568abe4-b093-9fdd-2ebf-0c169a646c83-5a6db5e3, #w-node-_2e4efbc2-aabe-91bf-efc3-a2cac76fc382-5a6db5e3, #w-node-_8e444b26-a8ed-20cf-d08d-a3f820127ca8-5a6db5e3, #w-node-_9d9bc723-a4e6-e825-bf98-55f8592f57de-5a6db5e3, #w-node-c6e83574-a862-3f0d-100e-f2dbc4c15464-5a6db5e3, #w-node-c9e30641-e49b-3b1e-de53-35a072e828a3-5a6db5e3, #w-node-_63f19fe5-7869-8da5-59ba-97747bb68044-5a6db5e3, #w-node-b0cbfc4c-31c6-a93a-2414-d1933753d85b-5a6db5e3, #w-node-_81bc6b37-0eaf-6599-3c4a-90ed1dea9735-5a6db5e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_492825ba-9bf7-d9f3-865e-f354b5da0606-5a6db5e3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc47-5a6db5e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d56db472-fede-2546-a49e-6cee400fde19-5a6db5e3 {
    grid-column: span 2 / span 2;
  }

  #w-node-d56db472-fede-2546-a49e-6cee400fde1c-5a6db5e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_603c3838-33f2-e6b7-8638-67f828dff862-5a6db5e3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_603c3838-33f2-e6b7-8638-67f828dff865-5a6db5e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9c61a28c-fe4b-515a-88b8-01d18aefeccd-5a6db5e3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9c61a28c-fe4b-515a-88b8-01d18aefecd0-5a6db5e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e1bb1cca-5e57-5fd8-c1a1-95f1cc5d4605-5a6db5e3 {
    grid-column: span 2 / span 2;
  }

  #w-node-e1bb1cca-5e57-5fd8-c1a1-95f1cc5d4608-5a6db5e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dfdb48fe-2d2f-dcd1-65b4-df56a0893582-5a6db5e3 {
    grid-column: span 2 / span 2;
  }

  #w-node-dfdb48fe-2d2f-dcd1-65b4-df56a0893585-5a6db5e3, #w-node-b46ff43e-7af3-a075-3797-7650f58d6831-5a6db5e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76433509-e90d-e103-ac12-f3e63e6503ae-5a6db5e3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_76433509-e90d-e103-ac12-f3e63e6503b1-5a6db5e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8e1e02be-6161-b07a-1a5e-dcd32b925329-5a6db5e3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8e1e02be-6161-b07a-1a5e-dcd32b92532c-5a6db5e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_338e9f90-0e92-973e-16f2-716095e24cb7-5a6db5e3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_338e9f90-0e92-973e-16f2-716095e24cba-5a6db5e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f8d2b9bc-9551-5e68-eb98-65ec28c8f9e7-5a6db5e3 {
    grid-column: span 2 / span 2;
  }

  #w-node-f8d2b9bc-9551-5e68-eb98-65ec28c8f9ea-5a6db5e3, #w-node-b90010c0-4ad6-9c7e-583d-142c88cc3e9d-5a6db5e3, #w-node-_8e236d07-a965-ee77-e8e2-f5c1b8699b4d-5a6db5e3, #w-node-_7b5f7b93-2dc4-a1cd-f3e3-905bd9f12d7f-5a6db5e3, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-5a6db5e3, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-5a6db5e3, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-5a6db5e3, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-5a6db5e3, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-5a6db5e3, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-5a6db5e3, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-5a6db5e3, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-5a6db5e3, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-5a6db5e3, #w-node-b8b1b2fc-81e2-dc11-1144-0ee201e7612e-5a6db5e3, #w-node-af18f80e-902c-7de8-a493-03b4e2a1113d-5a6db5e3, #w-node-_8016c57f-c2d0-b119-0173-c4f1093302e0-5a6db5e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Build';
  src: url('../fonts/build.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nordeco';
  src: url('../fonts/Nordeco-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nordeco';
  src: url('../fonts/Nordeco-SemiBold.ttf') format('truetype'), url('../fonts/Nordeco-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nordecocyrillic';
  src: url('../fonts/NordecoCyrillic-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nordeco';
  src: url('../fonts/Nordeco-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nordecocyrillic';
  src: url('../fonts/NordecoCyrillic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nordecocyrillic';
  src: url('../fonts/NordecoCyrillic-SemiBold.ttf') format('truetype'), url('../fonts/NordecoCyrillic-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nordeco';
  src: url('../fonts/Nordeco-Regular.ttf') format('truetype'), url('../fonts/Nordeco-SemiBold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nordecocyrillic';
  src: url('../fonts/NordecoCyrillic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nordecocyrillic';
  src: url('../fonts/NordecoCyrillic-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nordeco';
  src: url('../fonts/Nordeco-Regular.ttf') format('truetype'), url('../fonts/Nordeco-Light.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}