:root {
  --dark-blue-0: #000;
  --paragraphs: #6f87a0eb;
  --white: white;
  --gradient: #bdd7f180;
  --dark-blue-3: #132436;
  --dark-blue-1: #050d15;
  --blue-2: #56f;
  --blue-3: #6472f3;
  --blue-1: #2a3ded;
  --dark-blue-2: #121f2d;
  --green-1: #186f44;
  --green-2: #35a670;
  --transparent-bg: #02090fcc;
  --paragraphs-dark: #6f87a099;
  --blur-blue: #2a3ded66;
  --circle-1: #2a3dedcc;
  --circle-2: #000000b3;
  --circle-border: #ffffff26;
  --circle-accent: #fff;
}

body {
  background-color: var(--dark-blue-0);
  color: var(--paragraphs);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Creato Display, sans-serif;
  font-size: 16px;
  line-height: 1.62em;
  display: flex;
}

h1 {
  background-image: linear-gradient(140deg, var(--white), var(--gradient));
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.75em;
  font-weight: 500;
  line-height: 1.06em;
}

h2 {
  background-image: linear-gradient(140deg, var(--white), var(--gradient));
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.37em;
  font-weight: 500;
  line-height: 1.07em;
}

h3 {
  background-image: linear-gradient(140deg, var(--white), var(--gradient));
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.37em;
  font-weight: 500;
  line-height: 1.1em;
}

h4 {
  background-image: linear-gradient(140deg, var(--white), var(--gradient));
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.62em;
  font-weight: 500;
  line-height: 1.16em;
}

h5 {
  background-image: linear-gradient(140deg, var(--white), var(--gradient));
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  background-image: linear-gradient(140deg, var(--white), var(--gradient));
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.12em;
  font-weight: 500;
  line-height: 1.28em;
}

p {
  letter-spacing: .025em;
  margin-top: 0;
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 2.2em;
}

li {
  letter-spacing: .025em;
  padding: .3em .6em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 1px solid var(--dark-blue-3);
  background-image: linear-gradient(140deg, var(--white), var(--gradient));
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: .9em;
  padding: 0 0 0 1.4em;
  font-size: 1.25em;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6em;
}

figure {
  border: 1px solid var(--dark-blue-3);
  border-radius: 1.2em;
  margin-top: 2.7em;
  margin-bottom: 2.7em;
  overflow: hidden;
}

figcaption {
  background-color: var(--dark-blue-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.2em 8%;
  font-size: .87em;
  line-height: 1.5em;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-block {
  border: 1px solid var(--dark-blue-3);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #000000b3;
  border-radius: 50em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 74em;
  padding: .6em .65em;
  display: flex;
}

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

.brand {
  filter: grayscale(90%);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: .6em;
  margin-right: .6em;
  padding: .5em .4em;
  transition: filter .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.brand:hover {
  filter: grayscale(0%);
}

.logo {
  height: 1.6em;
}

.nav-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--paragraphs);
  text-align: center;
  letter-spacing: .025em;
  padding: .7em 1.1em;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2em;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

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

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

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

.block-nav-button {
  grid-column-gap: .55em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-extra {
  color: var(--paragraphs);
  text-align: center;
  letter-spacing: .025em;
  padding: .7em 1.1em;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2em;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

.nav-link-extra:hover {
  color: var(--white);
}

.nav-button {
  background-color: var(--dark-blue-2);
  color: var(--white);
  text-align: center;
  letter-spacing: .025em;
  border-radius: 50em;
  padding: .7em 1.4em;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2em;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
}

.nav-button:hover {
  box-shadow: 0 5px 40px -10px var(--blue-2), inset -15px 13px 20px 0 var(--blue-3), inset 20px -55px 20px 0 var(--blue-1);
}

.section-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 13em 1.8em 7em;
  display: flex;
  position: relative;
}

.content {
  width: 100%;
  max-width: 75em;
}

.block-hero {
  z-index: 50;
  grid-row-gap: 2.4em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-hero {
  max-width: 12em;
  margin-bottom: -.15em;
}

.heading-hero.large {
  flex: 0 auto;
  order: 0;
  font-size: 6em;
  line-height: 1.1em;
  display: block;
  overflow: visible;
}

.paragraph {
  max-width: 25em;
  font-size: 1.125em;
  line-height: 1.7em;
}

.button {
  background-color: #0000;
  background-image: linear-gradient(20deg, var(--blue-1), var(--blue-3));
  box-shadow: 0 7px 80px -12px var(--blue-2), inset 0 0 0 0 #13243600, inset 0 0 0 0 #13243600;
  color: var(--white);
  text-align: center;
  letter-spacing: .025em;
  border-radius: 50em;
  padding: .9em 1.8em;
  font-size: 1.12em;
  font-weight: 500;
  line-height: 1.2em;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
}

.button:hover {
  box-shadow: 0 0 0 -10px var(--blue-2), inset -15px 13px 30px 0 var(--dark-blue-3), inset 20px -55px 30px 0 var(--dark-blue-3);
}

.button.green {
  background-image: linear-gradient(20deg, var(--green-1), var(--green-2));
  box-shadow: 0 7px 80px -12px var(--green-2), inset 0 0 0 0 #13243600, inset 0 0 0 0 #13243600;
}

.button.green:hover {
  box-shadow: 0 0 0 -10px var(--green-2), inset -15px 13px 30px 0 var(--dark-blue-3), inset 20px -55px 30px 0 var(--dark-blue-3);
}

.wrapper {
  background-color: var(--dark-blue-3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  perspective: 1300px;
  border: 1px solid #000;
  border-radius: 1.2em;
  align-items: stretch;
  width: 100%;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  z-index: 10;
  background-color: var(--transparent-bg);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  border-radius: 1.2em;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blurred-color {
  z-index: 0;
  background-color: var(--blue-2);
  opacity: 0;
  filter: blur(30px);
  border-radius: 100%;
  width: 70%;
  height: 70%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.blurred-color.green {
  background-color: var(--green-2);
}

.blurred-color.small-blur {
  filter: blur(5px);
}

.section {
  color: var(--paragraphs);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1.8em 1.8em 5.3em;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.section.first {
  padding-top: 1.4em;
}

.section.post {
  padding-top: 2em;
  padding-bottom: 4em;
}

.grid-features {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  place-items: stretch stretch;
}

.feature {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-feature {
  border-radius: 1em;
  width: 100%;
}

.paragraph-feature {
  max-width: 24.5em;
}

.heading-feature {
  max-width: 12em;
  margin-bottom: -.25em;
}

.block-heading {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3.5em;
  display: flex;
}

.heading {
  max-width: 12.8em;
}

.heading.opacity {
  opacity: .3;
  opacity: .3;
  max-width: 17em;
}

.subtitle {
  color: var(--blue-1);
  letter-spacing: .13em;
  text-transform: uppercase;
  background-color: #5566ff26;
  border-radius: 50em;
  margin-bottom: 1.5em;
  padding: .7em 1.3em;
  font-size: .63em;
  font-weight: 500;
  line-height: 1.3em;
}

.section-clients {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 1.8em 5.3em;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.subtitle-clients {
  color: var(--paragraphs);
  text-align: center;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 3em;
  font-size: .63em;
  font-weight: 500;
  line-height: 1.2em;
}

.block-clients {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clients {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-client {
  max-height: 2.7em;
  margin-left: 2.5em;
  margin-right: 2.5em;
}

.gradient-tape {
  z-index: 50;
  background-image: linear-gradient(90deg, var(--dark-blue-0) 5%, #070f1700 20%, #070f1700 80%, var(--dark-blue-0) 95%);
  margin-top: 50px;
  padding-top: 50px;
  position: absolute;
  inset: 0%;
}

.button-small {
  background-color: #0000;
  background-image: linear-gradient(20deg, var(--blue-1), var(--blue-3));
  box-shadow: 0 7px 80px -12px var(--blue-2), inset 0 0 0 0 #13243600, inset 0 0 0 0 #13243600;
  color: var(--white);
  text-align: center;
  letter-spacing: .025em;
  border-radius: 50em;
  padding: .8em 1.6em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
}

.button-small:hover {
  box-shadow: 0 0 0 -10px var(--blue-2), inset -15px 13px 30px 0 var(--dark-blue-3), inset 20px -55px 30px 0 var(--dark-blue-3);
}

.button-small.green {
  background-image: linear-gradient(20deg, var(--green-1), var(--green-2));
  box-shadow: 0 7px 80px -12px var(--green-2), inset 0 0 0 0 #13243600, inset 0 0 0 0 #13243600;
}

.button-small.green:hover {
  box-shadow: 0 0 0 -10px var(--green-2), inset -15px 13px 30px 0 var(--dark-blue-3), inset 20px -55px 30px 0 var(--dark-blue-3);
}

.grid {
  vertical-align: baseline;
}

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

.paragraph-hero {
  -webkit-text-stroke-color: var(--paragraphs);
  max-width: 33em;
  font-size: 1.125em;
  line-height: 1.7em;
}

.paragraph-hero.max-w {
  max-width: 21em;
  padding-top: 5px;
}

.icon-list {
  width: 1.5em;
  height: 1.5em;
}

.list {
  grid-column-gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.block-list {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 25em;
  display: flex;
}

.heading-list {
  margin-top: .05em;
}

.block {
  z-index: 50;
  grid-row-gap: 2.2em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.7em;
  padding-bottom: 3.7em;
  display: flex;
  position: relative;
}

.block.right {
  padding-left: 10%;
}

.grid-tools {
  grid-column-gap: 1.8em;
  grid-row-gap: 2.4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tool {
  grid-row-gap: 1.2em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.heading-tool {
  margin-bottom: -.2em;
}

.paragraph-tool {
  max-width: 16em;
}

.icon-tool {
  width: 2em;
  height: 2em;
  margin: 1em;
}

.grid-reviews {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.block-reviews {
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.review {
  grid-row-gap: 1.5em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.7em 3.2em;
  display: flex;
  transform: translate(0);
  box-shadow: 0 2px 5px #0003;
}

.avatar-review {
  border-radius: 100%;
  width: 2.9em;
  height: 2.9em;
}

.review-info {
  grid-column-gap: .9em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-subtitle {
  letter-spacing: .025em;
  font-size: .87em;
  line-height: 1.2em;
}

.block-review-info {
  grid-row-gap: .2em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 5.3em 1.8em 0;
  display: flex;
  position: relative;
}

.grid-footer {
  grid-column-gap: 1.4em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 2.4fr 1fr 1fr 1fr;
  margin-bottom: 8.3em;
}

.logo-footer {
  filter: grayscale(90%);
  height: 1.6em;
  margin-bottom: 1.8em;
}

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

.paragraph-footer {
  color: var(--paragraphs-dark);
  max-width: 22em;
  margin-bottom: 1.6em;
}

.block-footer-down {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.8em;
  display: flex;
}

.text-footer-down {
  color: var(--paragraphs-dark);
  letter-spacing: .025em;
  font-size: .94em;
  line-height: 1.4em;
}

.link-footer {
  color: var(--paragraphs);
  padding-top: .25em;
  padding-bottom: .25em;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

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

.subtitle-footer {
  color: var(--paragraphs-dark);
  text-align: center;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 2.2em;
  font-size: .63em;
  font-weight: 500;
  line-height: 1.2em;
}

.link-block {
  grid-column-gap: .5em;
  background-color: var(--dark-blue-2);
  color: var(--paragraphs);
  border-radius: .94em;
  justify-content: flex-start;
  align-items: center;
  padding: .7em 1.2em;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.link-block:hover {
  box-shadow: 0 5px 50px -12px var(--blue-2), inset -15px 13px 20px 0 var(--blue-3), inset 20px -55px 20px 0 var(--blue-1);
  color: var(--white);
}

.icon-link {
  mix-blend-mode: screen;
  width: 1.25em;
  height: 1.25em;
}

.banner {
  perspective: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.6em 3.7em;
  display: flex;
  position: relative;
}

.block-banner {
  z-index: 70;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-banner {
  max-width: 11em;
  margin-bottom: .6em;
}

.paragraph-banner {
  max-width: 25em;
  margin-bottom: 2.2em;
  font-size: 1.125em;
  line-height: 1.7em;
}

.image-banner {
  z-index: 5;
  width: 37%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-banner.img-2 {
  aspect-ratio: 1;
  vertical-align: top;
  aspect-ratio: 1;
  vertical-align: top;
  inset: 0% auto auto 0%;
  width: 37%;
  height: 112.4%;
  inset: 0% auto auto 0%;
}

.paragraph-block {
  max-width: 34em;
  margin-top: 2em;
  font-size: 1.125em;
  line-height: 1.7em;
}

.grid-faq {
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 54em;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item {
  border: 1px solid var(--dark-blue-3);
  background-color: var(--dark-blue-1);
  border-radius: 1.2em;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

.accordion-header {
  grid-column-gap: 1em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-right: -.7em;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  transition: padding .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.accordion-header:hover {
  padding-left: .35em;
  padding-right: .35em;
}

.icon-accordion {
  flex: none;
  width: 1.5em;
  height: 1.5em;
}

.accordion-content {
  display: block;
  overflow: hidden;
}

.paragraph-accordion {
  max-width: 90%;
  margin-bottom: 1.6em;
}

.text-error {
  color: #e74c5f;
  letter-spacing: .025em;
  font-weight: 500;
}

.cart {
  flex: none;
  margin-left: .5em;
}

.cart-wrapper {
  background-color: #0000;
}

.cart-container {
  border: 1px solid var(--dark-blue-3);
  background-color: var(--dark-blue-1);
  border-radius: 1.2em;
  width: 100%;
  min-width: 22em;
  max-width: 30em;
  margin-top: 1em;
}

.cart-header {
  border-bottom-color: var(--dark-blue-3);
  padding: 1em 1.5em;
}

.cart-footer {
  border-top-color: var(--dark-blue-3);
  padding: 1em 1.5em 1.5em;
}

.close-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: .2em;
  display: flex;
}

.icon-close {
  object-fit: cover;
  width: 1.5em;
  height: 1.5em;
}

.cart-list {
  padding: 1em 1.5em;
}

.cart-item {
  align-items: flex-start;
  padding-top: .7em;
  padding-bottom: .7em;
}

.image-cart-item {
  border: 1px solid var(--dark-blue-3);
  object-fit: cover;
  border-radius: .6em;
  width: 3.75em;
  height: auto;
}

.block-cart-item {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 1em;
  margin-right: 1em;
}

.cart-item-name {
  color: var(--white);
  letter-spacing: .025em;
  margin-bottom: .2em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3em;
}

.cart-item-price {
  letter-spacing: .025em;
  margin-bottom: .6em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.3em;
}

.text-remove {
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: .63em;
  font-weight: 500;
  line-height: 1.3em;
}

.remove-button {
  color: var(--blue-2);
  padding-top: .3em;
  padding-bottom: .3em;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

.remove-button:hover {
  color: var(--white);
}

.option-list {
  margin-top: 0;
  margin-bottom: .6em;
  display: inline-block;
}

.option {
  background-color: var(--dark-blue-2);
  letter-spacing: .13em;
  text-transform: uppercase;
  border-radius: .4em;
  padding: .7em 1em;
  font-size: .63em;
  font-weight: 500;
  line-height: 1.3em;
}

.cart-quantity {
  border: 1px solid var(--dark-blue-3);
  color: var(--white);
  letter-spacing: .025em;
  background-color: #050b1180;
  border-radius: .4em;
  width: 3.6em;
  height: 2.4em;
  margin-bottom: .8em;
  padding: .5em .6em .5em .8em;
  font-size: .9em;
  line-height: 1.3em;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cart-quantity:focus {
  border-color: var(--blue-2);
}

.cart-line-item {
  letter-spacing: .025em;
  margin-bottom: 1em;
  font-size: .9em;
}

.text-subtotal {
  color: var(--white);
  font-size: 1.2em;
  font-weight: 500;
}

.checkout-button {
  background-color: #0000;
  background-image: linear-gradient(20deg, var(--blue-1), var(--blue-3));
  box-shadow: 0 7px 80px -12px var(--blue-2), inset 0 0 0 0 #13243600, inset 0 0 0 0 #13243600;
  color: var(--white);
  text-align: center;
  letter-spacing: .025em;
  border-radius: .62em;
  margin-top: 1.2em;
  padding: 1em 1.8em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
}

.checkout-button:hover {
  box-shadow: 0 0 0 -10px var(--blue-2), inset -15px 13px 30px 0 var(--dark-blue-3), inset 20px -55px 30px 0 var(--dark-blue-3);
}

.apple-pay, .pay-with-browser {
  border-radius: 50em;
  height: 2.7em;
}

.cart-empty-state {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4.4em;
  padding-bottom: 4.4em;
}

.text-cart-empty {
  margin-bottom: 1.4em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3em;
}

.cart-error-state {
  background-color: #0000;
  border: 1px solid #e74c5f;
  border-radius: .62em;
  margin: 0 1.5em 1.5em;
  padding: .8em 1.2em;
  font-size: .9em;
  line-height: 1.3em;
}

.text-cart {
  color: var(--white);
  letter-spacing: .025em;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2em;
  display: none;
}

.cart-button {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  background-color: var(--dark-blue-2);
  border-radius: 50em;
  justify-content: flex-start;
  align-items: center;
  padding: .6em 1.2em;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.cart-button:hover {
  box-shadow: 0 5px 40px -10px var(--blue-2), inset -15px 13px 20px 0 var(--blue-3), inset 20px -55px 20px 0 var(--blue-1);
}

.icon-cart {
  flex: none;
  width: 1.2em;
  height: 1.2em;
}

.icon-cart-quantity {
  background-color: var(--blue-1);
  color: var(--white);
  border-radius: 50em;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding: .4em .7em .3em;
  font-size: .72em;
  font-weight: 500;
  line-height: 1.1em;
  position: absolute;
  inset: -16% -16% auto auto;
}

.grid-hero {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-left: .5em;
  padding-right: .5em;
}

.overflow {
  flex-flow: column;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.blur-top {
  z-index: -10;
  background-color: var(--blur-blue);
  filter: blur(150px);
  border-radius: 100%;
  width: 75%;
  height: 22em;
  position: absolute;
  inset: -12em auto auto -25%;
  transform: perspective(1000px);
}

.wrapper-circle {
  justify-content: center;
  align-items: center;
  min-height: 26em;
  display: flex;
  position: relative;
}

.content-wrapper-circle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 2000px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
  transform: translate(0)perspective(2000px);
}

.blur-hero {
  z-index: -10;
  background-color: var(--blur-blue);
  filter: blur(150px);
  border-radius: 100%;
  width: 50em;
  height: 20em;
  position: absolute;
  bottom: -4em;
  transform: perspective(1000px);
}

.color-circle {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--circle-1), var(--circle-2) 80%);
  box-shadow: inset 0 0 0 1px var(--circle-border);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  transform: translate(0);
}

.color-circle.line {
  box-shadow: inset 0 0 0 3px var(--circle-accent);
  box-shadow: inset 0 0 0 3px var(--circle-accent);
  background-image: none;
}

.block-feature {
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2.5em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
}

.block-feature.top {
  padding-top: 2.5em;
  padding-bottom: 0;
}

.grid-features-small {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start stretch;
  margin-top: 1.25em;
}

.block-cta {
  grid-column-gap: 2.4em;
  grid-row-gap: 2.4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blur-block {
  z-index: -10;
  background-color: var(--blur-blue);
  filter: blur(150px);
  border-radius: 100%;
  width: 50em;
  height: 24em;
  position: absolute;
  bottom: -4em;
  left: -15em;
  transform: rotate(-20deg)perspective(1000px);
}

.circle-b {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  display: flex;
  position: relative;
  top: -3em;
  transform: rotateX(37deg)rotateY(53deg)rotateZ(0);
}

.area-main-b3 {
  z-index: 5;
  border-radius: 100%;
  width: 30em;
  height: 30em;
  position: relative;
}

.area-b2 {
  z-index: 6;
  filter: blur(7px);
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 80%;
  height: 80%;
  position: absolute;
  transform: translate3d(3.5em, 5em, 3.5em);
}

.area-b1 {
  z-index: 7;
  filter: blur(20px);
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 50%;
  height: 50%;
  position: absolute;
  transform: translate3d(10.7em, 9.8em, 7em);
}

.area-b4 {
  z-index: 4;
  filter: blur(7px);
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 93%;
  height: 93%;
  position: absolute;
  transform: translate3d(1.4em, 6.5em, -4.4em);
}

.area-b5 {
  z-index: 3;
  filter: blur(20px);
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 60%;
  height: 60%;
  position: absolute;
  transform: translate3d(-4.7em, 6.2em, -11em);
}

.blur-block-b {
  z-index: -10;
  background-color: var(--blur-blue);
  filter: blur(150px);
  border-radius: 100%;
  width: 50em;
  height: 24em;
  position: absolute;
  bottom: 1.6em;
  transform: rotate(-26deg)perspective(1000px);
}

.circle-c {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  display: flex;
  position: relative;
  top: -1em;
  transform: rotateX(64deg)rotateY(-28deg)rotateZ(0);
}

.area-c1 {
  z-index: 7;
  filter: blur(20px);
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 40%;
  height: 40%;
  position: absolute;
  transform: translate3d(0, 0, 8.9em);
}

.area-c2 {
  z-index: 6;
  filter: blur(7px);
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 77%;
  height: 77%;
  position: absolute;
  transform: translate3d(0, 0, 4.7em);
}

.area-main-c3 {
  z-index: 5;
  border-radius: 100%;
  width: 30em;
  height: 30em;
  position: relative;
}

.area-c4 {
  z-index: 4;
  filter: blur(7px);
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 110%;
  height: 110%;
  position: absolute;
  transform: translate3d(0, 0, -4.7em);
}

.area-c5 {
  z-index: 3;
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 77%;
  height: 77%;
  position: absolute;
  transform: translate3d(0, 0, -10.7em);
}

.area-c6 {
  z-index: 2;
  filter: blur(20px);
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 50%;
  height: 50%;
  position: absolute;
  transform: translate3d(0, 0, -16.4em);
}

.blur-block-c {
  z-index: -10;
  background-color: var(--blur-blue);
  filter: blur(150px);
  border-radius: 100%;
  width: 50em;
  height: 24em;
  position: absolute;
  bottom: 2.4em;
  transform: rotate(-26deg)perspective(1000px);
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.code-embed {
  position: relative;
}

.navbar-copy {
  z-index: 500;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .7em 2.2em 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.db-content-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent-bg);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  border-radius: 1.2em;
  flex-flow: column wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.homepage-image {
  justify-content: center;
  align-items: center;
  min-height: 26em;
  display: flex;
  position: relative;
}

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

  h2 {
    font-size: 2.8em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.2em;
  }

  h6 {
    font-size: 1em;
  }

  .nav-menu {
    border: 1px solid var(--dark-blue-3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #050d15cc;
    border-radius: 1.2em;
    margin-top: .7em;
    padding: .7em;
    position: absolute;
    left: 2.2em;
    right: 2.2em;
  }

  .nav-link {
    text-align: left;
    padding-top: .9em;
    padding-bottom: .9em;
  }

  .menu-button {
    color: var(--paragraphs);
    border-radius: 50em;
    padding: .4em .7em;
    font-size: 1.35em;
    line-height: 1em;
    transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
  }

  .menu-button.w--open {
    box-shadow: 0 5px 40px -10px var(--blue-2), inset -15px 13px 20px 0 var(--blue-3), inset 20px -55px 20px 0 var(--blue-1);
    color: var(--white);
    background-color: #0000;
  }

  .section-hero {
    padding-top: 10em;
    padding-bottom: 6em;
  }

  .heading-hero.large {
    font-size: 4.2em;
  }

  .section {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .section.post {
    padding-top: 1.5em;
    padding-bottom: 3em;
  }

  .grid-features {
    grid-column-gap: .9em;
    grid-row-gap: .9em;
  }

  .block-heading {
    margin-bottom: 2.5em;
  }

  .section-clients {
    padding-bottom: 4.5em;
  }

  .logo-client {
    max-height: 2em;
    margin-left: 2.2em;
    margin-right: 2.2em;
  }

  .grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .block {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .grid-plan {
    grid-column-gap: .9em;
    grid-row-gap: .9em;
  }

  .plan {
    padding: 2.5em 2.7em 2.7em;
  }

  .grid-benefits {
    grid-column-gap: .9em;
    grid-row-gap: .9em;
    margin-top: .9em;
  }

  .grid-reviews {
    grid-column-gap: .9em;
    grid-row-gap: .9em;
  }

  .block-reviews {
    grid-row-gap: .9em;
  }

  .review {
    padding: 1.8em 2.2em;
  }

  .section-footer {
    padding-top: 4.5em;
  }

  .grid-footer {
    margin-bottom: 7.5em;
  }

  .block-footer-down {
    margin-bottom: 2.7em;
  }

  .section-top {
    padding-top: 10em;
    padding-bottom: 2em;
  }

  .block-top {
    grid-row-gap: 2em;
  }

  .paragraph-block {
    margin-top: 1.2em;
  }

  .collection-list {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
  }

  .block-post {
    padding: 2.7em;
  }

  .image-post-thumbnail {
    height: 23vw;
  }

  .image-main-post {
    margin-bottom: 3.2em;
  }

  .contact, .account-form {
    padding: 2.7em;
  }

  .categories {
    margin-bottom: 2em;
  }

  .collection-list-shop {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
  }

  .block-product {
    padding: 2.7em;
  }

  .link-product-thumbnail {
    margin-bottom: 2em;
  }

  .section-product {
    padding-top: 7.8em;
  }

  .grid-product {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
  }

  .content-product {
    padding: 2.5em 2.7em 2.7em;
  }

  .ecommerce-grid {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
  }

  .circle-hero {
    font-size: 1em;
  }

  .grid-features-small {
    grid-column-gap: .9em;
    grid-row-gap: .9em;
    margin-top: .9em;
  }

  .circle-b {
    font-size: .8em;
  }

  .circle-c {
    font-size: .9em;
  }

  .db-wrapper {
    padding-left: 0;
  }

  .db-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 1.2em;
    flex: 0 auto;
    padding-left: 0;
  }

  .no-style {
    padding-left: 0;
  }

  .db-main-content {
    border-width: 1px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .db-main-content-wrapper {
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    border-width: 0;
  }

  .image-5 {
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    padding-right: 25px;
    text-decoration: none;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .db-content-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 0;
    flex: 0 auto;
    padding-left: 0;
  }
}

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

  h1 {
    font-size: 3.4em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.9em;
  }

  .navbar {
    padding-left: 1.8em;
    padding-right: 1.8em;
  }

  .nav-menu {
    left: 1.8em;
    right: 1.8em;
  }

  .block-hero {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .heading-hero.large {
    font-size: 3.7em;
  }

  .grid-features, .grid {
    grid-template-columns: 1fr;
  }

  .block.right {
    padding-left: 0%;
  }

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

  .grid-plan, .grid-benefits, .grid-reviews {
    grid-template-columns: 1fr;
  }

  .grid-footer {
    grid-row-gap: 5em;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .image-post-thumbnail {
    height: 47vw;
  }

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

  .sing-up-banner {
    display: none;
  }

  .collection-list-shop, .collection-list-shop.small, .collection-list-shop.small, .grid-product, .ecommerce-grid {
    grid-template-columns: 1fr;
  }

  .grid-icon-licensing {
    grid-template-columns: auto auto auto auto;
  }

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

  .blur-top {
    width: 120%;
    height: 26em;
    left: -60%;
  }

  .blur-hero {
    width: 38em;
    height: 18em;
  }

  .grid-features-small {
    grid-template-columns: 1fr 1fr;
  }

  .blur-block {
    width: 40em;
    height: 20em;
  }

  .blur-block-b {
    width: 40em;
    height: 18em;
  }

  .blur-block-c {
    width: 42em;
    height: 20em;
  }

  .navbar-copy {
    padding-left: 1.8em;
    padding-right: 1.8em;
  }
}

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

  h2 {
    font-size: 2.1em;
  }

  h3 {
    font-size: 1.8em;
  }

  .nav-block {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .navbar {
    padding-left: .7em;
    padding-right: .7em;
    position: absolute;
  }

  .nav-menu {
    left: .7em;
    right: .7em;
  }

  .nav-link-extra, .nav-button {
    display: none;
  }

  .section-hero {
    padding-top: 9em;
    padding-bottom: 4em;
  }

  .heading-hero.large {
    font-size: 2.6em;
  }

  .section {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .section.post {
    padding-bottom: 2em;
  }

  .section-clients {
    padding-bottom: 3.5em;
  }

  .logo-client {
    max-height: 1.7em;
    margin-left: 1.8em;
    margin-right: 1.8em;
  }

  .gradient-tape {
    margin-top: 60px;
    padding-top: 0;
  }

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

  .grid-tools {
    grid-column-gap: .75em;
    grid-row-gap: 2em;
    font-size: 14px;
  }

  .plan {
    padding: 2em;
  }

  .price-plan {
    font-size: 2.8em;
  }

  .review {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .section-footer {
    padding-top: 3.5em;
  }

  .grid-footer {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 6.5em;
  }

  .banner {
    padding: 7em 2.5em;
  }

  .image-banner {
    width: 50%;
  }

  .section-top {
    padding-top: 9em;
    padding-bottom: 1em;
  }

  .block-post {
    padding: 2em;
  }

  .image-main-post {
    margin-bottom: 2.5em;
  }

  .contact {
    padding: 2em;
  }

  .field-group {
    flex-direction: column;
  }

  .account-form {
    padding: 2em;
  }

  .paragraph-form {
    margin-top: 1em;
  }

  .cart-container {
    margin-top: 0;
  }

  .block-product, .block-product.small, .block-product.small {
    padding: 2em;
  }

  .link-product-thumbnail {
    margin-bottom: 1.5em;
  }

  .block-price {
    font-size: 14px;
  }

  .section-product {
    padding-top: 7em;
  }

  .content-product {
    padding: 2em;
  }

  .button-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-option {
    margin-bottom: .45em;
    margin-right: 0;
  }

  .block-header {
    grid-row-gap: .3em;
    flex-direction: column;
  }

  .grid-button {
    grid-auto-flow: row;
  }

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

  .grid-icon-licensing {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    grid-template-columns: auto auto auto;
  }

  .wrapper-circle {
    min-height: 22em;
  }

  .circle-hero {
    font-size: .7em;
  }

  .blur-hero {
    bottom: -2.7em;
  }

  .grid-features-small {
    grid-template-columns: 1fr;
  }

  .circle-b {
    font-size: .6em;
  }

  .circle-c {
    font-size: .7em;
  }

  .navbar-copy {
    padding-left: .7em;
    padding-right: .7em;
    position: absolute;
  }

  .homepage-image {
    min-height: 22em;
  }
}

#w-node-d4ba1274-ed5d-e06a-1dca-8c88f0ae31c0-8e37a6e1, #w-node-_84b8323b-3ad0-3993-31c2-ac29c4ccd8fb-8e37a6e1, #w-node-_4a9981fd-209a-e178-c3a1-cffc31f408cd-8e37a6e1, #w-node-_244e42ea-0fb7-cb23-35a4-528d50c957e1-8e37a6e1, #w-node-eacb9a4c-aadb-c64f-843d-f216a7a70c18-8e37a6e1, #w-node-_757ae935-86ee-b633-d439-70dfefbac7bf-8e37a6e1, #w-node-c7e0d008-3069-bb20-2394-70a2ca361a61-8e37a6e1, #w-node-eb13b2f8-453e-9077-b886-8613465ecae3-8e37a6e1, #w-node-_27b66c3d-1095-1d4a-2a40-399be46e58bc-8e37a6e1, #w-node-b9e1f080-1bab-3393-81c2-ad7db6065000-8e37a6e1, #w-node-_9aa07fc6-96ae-1451-f5cf-be48481e4270-8e37a6e1, #w-node-_76b0174a-a129-c1c0-dfe2-fc48f0af606f-8e37a6e1, #w-node-e9b78613-13df-23f7-5a88-5cb6ec3fcf07-8e37a6e1, #w-node-_55ccc3df-9ebc-e84e-ceda-3c81384483bc-8e37a6e1, #w-node-_55ccc3df-9ebc-e84e-ceda-3c81384483c4-8e37a6e1, #w-node-_55ccc3df-9ebc-e84e-ceda-3c81384483cc-8e37a6e1, #w-node-_55ccc3df-9ebc-e84e-ceda-3c81384483d4-8e37a6e1, #w-node-_55ccc3df-9ebc-e84e-ceda-3c81384483dc-8e37a6e1, #w-node-_55ccc3df-9ebc-e84e-ceda-3c81384483e4-8e37a6e1, #w-node-_91e6edfb-36c0-e5d4-48fb-589312d14fb3-12d14fb0, #w-node-_91e6edfb-36c0-e5d4-48fb-589312d14fbb-12d14fb0, #w-node-_91e6edfb-36c0-e5d4-48fb-589312d14fd1-12d14fb0, #w-node-_91e6edfb-36c0-e5d4-48fb-589312d14fc6-12d14fb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_13d3a4f8-834d-75ba-1b1c-b3fe4ec44199-8e37a6e1 {
    order: -9999;
  }

  #w-node-_91e6edfb-36c0-e5d4-48fb-589312d14fb3-12d14fb0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_91e6edfb-36c0-e5d4-48fb-589312d14fb3-12d14fb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
