@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icon Font;
  src: url('../fonts/line-rounded-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #f3f3f3;
  --paragraphs: #111213b3;
  --heading: #111213;
  --accent-a: #f0ebff;
  --shadow-a: var(--accent-a);
  --white: white;
  --accent-c: #1a83ff;
  --accent-d: #0eb579;
  --gradient-b2: #7045f1;
  --shadow-b: #1112131f;
  --gradient-a1: #7045f1;
  --accent-b: #f84b4e;
  --light: #7045f147;
  --border: #1112131a;
  --gradient-a2: #ff7952;
  --gradient-c1: #89f7fe;
  --gradient-c2: #66a6ff;
  --gradient-d1: #38d7cd;
  --gradient-d2: #3d3d3d80;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--background);
  color: var(--paragraphs);
  font-family: Plus Jakarta Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: var(--heading);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 33px;
  font-size: 84px;
  font-weight: 800;
  line-height: 108%;
}

h2 {
  color: var(--heading);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 60px;
  font-weight: 800;
  line-height: 112%;
}

h3 {
  color: var(--heading);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 42px;
  font-weight: 800;
  line-height: 115%;
}

h4 {
  color: var(--heading);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: 800;
  line-height: 120%;
}

h5 {
  color: var(--heading);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 800;
  line-height: 130%;
}

h6 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

p {
  margin-bottom: 33px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 33px;
  padding-left: 36px;
}

li {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 6px;
}

img {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--heading);
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 2px solid var(--accent-a);
  color: var(--heading);
  margin-bottom: 33px;
  margin-left: 18px;
  padding: 0 22px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 170%;
}

figure {
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

figcaption {
  background-color: var(--white);
  text-align: center;
  margin-top: 0;
  padding: 15px 5%;
  font-size: 15px;
  line-height: 160%;
}

.link {
  border-bottom: 2px solid var(--accent-c);
  color: var(--accent-c);
  text-decoration: none;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
  border-bottom-color: var(--accent-d);
  color: var(--accent-d);
}

.rich-text-block {
  text-align: left;
  max-width: 900px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.rich-text-block a {
  border-bottom: 2px solid var(--accent-c);
  color: var(--accent-c);
  text-decoration: none;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
}

.rich-text-block a:hover {
  border-bottom-color: var(--accent-d);
  color: var(--accent-d);
}

.section-hero {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 200px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  animation: 1s fadeIn;
  display: flex;
  position: relative;
}

.content.narrow {
  max-width: 740px;
}

.navbar {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #f3f3f31a;
  border-bottom: 1px solid #11121300;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 22px 35px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

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

.logo {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  height: 40px;
}

.brand {
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 5px;
  display: flex;
}

.nav-link {
  color: #11121380;
  padding: 14px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

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

.nav-link.w--current {
  color: #11121380;
  font-family: Montserrat, sans-serif;
}

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

.nav-menu {
  margin-right: 20px;
}

.nav-button {
  background-color: var(--gradient-b2);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 11px 25px;
  text-decoration: none;
  display: flex;
}

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

.button-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
  margin-left: -5px;
  margin-right: 5px;
}

.button-text-nav {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
}

.block-hero {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto 20px;
  padding: 10px 0 0;
  display: flex;
}

.heading-hero {
  color: var(--heading);
  text-align: center;
  max-width: 880px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 800;
}

.heading-hero._2 {
  font-size: 72px;
}

.heading-hero._2.esp {
  font-size: 56px;
}

.heading-hero._23 {
  max-width: 850px;
  font-size: 62px;
}

.heading-hero.blog {
  font-size: 58px;
}

.heading-hero.fr {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 58px;
}

.heading-hero.p {
  font-size: 60px;
}

.heading-hero.port {
  font-size: 58px;
}

.heading-hero.french {
  font-size: 62px;
}

.heading-hero.virtual {
  font-size: 78px;
}

.text-accent {
  background-image: linear-gradient(to bottom, var(--gradient-a1), var(--gradient-a1));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-accent.heading-gradient-3 {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.paragraph-large {
  color: var(--heading);
  max-width: 800px;
  margin-bottom: 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.button {
  background-color: var(--white);
  box-shadow: 0 22px 40px -5px var(--shadow-b);
  text-align: center;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding: 22px 38px;
  text-decoration: none;
  display: flex;
}

.button.dark {
  background-color: var(--heading);
  box-shadow: none;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.button-text {
  color: var(--heading);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

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

.upgrade-version {
  background-color: var(--background);
  text-align: left;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.text-upgrade {
  border-right: 1px solid var(--background);
  color: #11121380;
  margin-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.link-upgrade {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-link-upgrade {
  color: var(--heading);
  margin-right: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.icon-upgrade {
  object-fit: contain;
  width: 16px;
  height: 16px;
}

.lottie-hero {
  z-index: -10;
  filter: blur(60px);
  border-radius: 8px;
  width: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.1);
}

.app-screen-hero {
  grid-column-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.image-app-screen {
  box-shadow: 0 50px 70px 0 var(--shadow-b);
  border: 1px #000;
  border-radius: 50px;
  min-height: 0;
  font-family: Montserrat, sans-serif;
}

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

.app-hero-a {
  transform: rotate(-11deg);
}

.app-hero-b {
  margin-top: 90px;
  margin-left: -60px;
  transform: rotate(11deg);
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 25px;
  display: flex;
}

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

.section.faq {
  margin-top: 100px;
}

.heading {
  max-width: 624px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
}

.heading._2 {
  font-size: 52px;
}

.heading._2.french, .heading._1 {
  font-size: 42px;
}

.heading.intst {
  font-size: 46px;
}

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

.block-heading.margin {
  margin-bottom: 22px;
}

.paragraph {
  max-width: 675px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.subtitle {
  color: var(--accent-a);
  background-color: #fe8f5726;
  border-radius: 50px;
  margin-bottom: 8px;
  padding: 6px 15px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.subtitle.accent-b {
  color: var(--accent-b);
  background-color: #ff440f26;
}

.subtitle.accent-c {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--gradient-b2);
  background-color: #8d8cff1f;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.subtitle.accent-d {
  color: var(--gradient-b2);
  background-color: #b50e2114;
}

.grid-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.feature {
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 45px 55px;
  display: flex;
}

.feature.small {
  padding: 45px 20px 50px;
}

.feature.small.hover {
  box-shadow: 6px 18px 35px 11px var(--shadow-a);
}

.paragraph-feature {
  text-align: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.heading-feature {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.image-feature {
  object-fit: cover;
  border-radius: 40px 40px 0 0;
  height: 200px;
  min-height: 100%;
  margin-bottom: 40px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-bottom: 80px;
}

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

.lottie-animation {
  z-index: -10;
  filter: blur(40px);
  width: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.3);
}

.app-screen {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 670px;
  display: flex;
  position: relative;
}

.app-left {
  transform: rotate(-11deg);
}

.app-right {
  transform: rotate(11deg);
}

.overflow {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
  overflow: hidden;
}

.check {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.icon-check {
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  object-fit: contain;
  border-radius: 50px;
  width: 34px;
  height: 34px;
  padding: 10px;
}

.text-check {
  margin-left: 18px;
  padding-top: 3px;
  font-family: Montserrat, sans-serif;
}

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

.paragraph-check {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 170%;
}

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

.grid-steps {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

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

.image-step {
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 298px;
}

.block-image-step {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 58px;
  display: flex;
  position: relative;
}

.step-number-bg {
  z-index: 10;
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  bottom: -35px;
}

.step-number {
  background-image: linear-gradient(to bottom, var(--gradient-a1), var(--gradient-a1));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 120%;
}

.step-number.accent-c {
  background-image: linear-gradient(to bottom, var(--gradient-a1), var(--gradient-a1));
  font-family: Montserrat, sans-serif;
}

.step-number.accent-b {
  background-image: linear-gradient(#744af5, #744af5);
}

.paragraph-step {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.heading-step {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.block-text-step {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.grid-plans {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--paragraphs);
  grid-template: ". . Area"
  / .75fr .75fr;
  grid-auto-flow: column;
  align-items: start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.plan {
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 55px 65px 65px;
  display: flex;
}

.plan.accent {
  background-image: linear-gradient(#7045f1, #bca8fc), linear-gradient(#7347f3, #7347f3);
  display: block;
}

.heading-plan {
  text-align: left;
  margin-bottom: 8px;
  font-weight: 700;
}

.heading-plan.white {
  color: var(--white);
  text-align: left;
}

.price {
  text-align: left;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.price.white {
  color: var(--white);
  text-align: left;
  font-weight: 700;
}

.paragraph-plan {
  text-align: left;
  align-self: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.paragraph-plan.white {
  color: #ffffffb3;
  text-align: left;
}

.features-plan {
  color: var(--heading);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle-plan {
  background-color: var(--heading);
  border-radius: 50%;
  flex: none;
  width: 7px;
  height: 7px;
  margin-right: 18px;
}

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

.heading-features-plan {
  text-align: left;
  margin-bottom: 0;
  font-weight: 300;
}

.heading-features-plan.white {
  color: var(--white);
  font-weight: 400;
}

.block-features-plan {
  grid-row-gap: 12px;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 44px;
  display: flex;
}

.subscript {
  letter-spacing: 0;
  font-size: 30px;
  font-weight: 500;
}

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

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

.review {
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 45px;
  display: flex;
}

.paragraph-review {
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.client-name {
  color: var(--heading);
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}

.client-info {
  color: var(--paragraphs);
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.icon-star {
  flex: none;
  width: 18px;
  height: 18px;
}

.stars {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.section-footer {
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-top: 92px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  overflow: visible;
}

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

.logo-app {
  width: 126px;
  height: 126px;
  margin-bottom: 30px;
}

.heading-action {
  max-width: 960px;
  margin-bottom: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 108%;
}

.heading-action.french {
  font-size: 64px;
}

.block-downloads {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.button-download {
  background-color: var(--white);
  box-shadow: 0 22px 40px -5px var(--light);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 18px 38px;
  text-decoration: none;
  display: flex;
}

.icon-download {
  height: 34px;
}

.lottie-footer {
  z-index: -10;
  filter: blur(40px);
  transform-origin: 50% 70%;
  width: auto;
  min-height: 86.437%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
  transform: scale(1.3);
}

.footer {
  grid-column-gap: 18px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 174px;
  margin-bottom: 20px;
  display: flex;
}

.link-footer {
  color: #11121366;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

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

.circle-footer {
  background-color: #11121366;
  border-radius: 50%;
  flex: none;
  width: 5px;
  height: 5px;
  margin: 10px;
}

.block-include {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 90px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.grid-include {
  grid-column-gap: 35px;
  grid-row-gap: 45px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.heading-include {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
}

.grid-faq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  align-items: start;
}

.block-faq {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  border-radius: 20px;
}

.accordion-item:hover {
  background-color: #f0ebff;
}

.accordion-header {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 40px 24px 30px;
  display: flex;
}

.accordion-content {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  overflow: hidden;
}

.paragraph-accordion {
  text-align: left;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.icon-arrow {
  object-fit: contain;
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.heading-accordion {
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.grid-features-small {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Montserrat, sans-serif;
}

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

.icon-feature {
  width: 50px;
  height: 36px;
  margin-bottom: 20px;
}

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

.collection-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  min-height: 370px;
}

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

.data {
  background-color: var(--accent-a);
  color: var(--gradient-a1);
  border-radius: 50px;
  margin-bottom: 8px;
  padding: 6px 15px 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.link-heading-blog {
  margin-bottom: 24px;
  text-decoration: none;
}

.heading-blog {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.paragraph-summary {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.empty-state {
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  border-radius: 20px;
  padding: 20px 30px;
}

.text-empty {
  color: var(--heading);
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.image-blog {
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  border-radius: 20px;
  width: 100%;
  margin-top: 32px;
  display: block;
}

.grid-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  background-color: #ffffff8c;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  position: relative;
}

.contact-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 65px 70px;
  text-decoration: none;
  display: flex;
}

.contact-form {
  background-color: var(--white);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 55px;
  display: flex;
}

.block-contact-info {
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.icon-contact {
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  object-fit: contain;
  border-radius: 50px;
  align-self: center;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  padding: 12px;
}

.heading-contact-info {
  align-self: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
}

.heading-contact {
  text-align: center;
  align-self: center;
  max-width: 420px;
  font-family: Montserrat, sans-serif;
}

.field-label {
  color: var(--heading);
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.text-field {
  border: 1px solid var(--border);
  background-color: var(--white);
  color: var(--heading);
  border-radius: 10px;
  height: 55px;
  margin-bottom: 24px;
  padding: 16px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 130%;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: #11121380;
}

.text-field::placeholder {
  color: #11121380;
}

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

.submit-button {
  background-color: var(--heading);
  color: var(--white);
  border-radius: 50px;
  margin-top: 12px;
  padding: 22px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.textarea {
  border: 1px solid var(--border);
  color: var(--heading);
  border-radius: 10px;
  min-height: 170px;
  max-height: 250px;
  margin-bottom: 24px;
  padding: 16px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 130%;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-color: #11121380;
}

.textarea::placeholder {
  color: #11121380;
}

.success-message {
  text-align: center;
  background-color: #0eb57926;
  border-radius: 10px;
  padding: 20px 30px;
}

.text-success {
  color: var(--accent-d);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.text-error {
  color: var(--accent-b);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.error-message {
  text-align: center;
  background-color: #ff440f26;
  border-radius: 10px;
  margin-top: 18px;
  padding: 20px 30px;
}

.form-block {
  margin-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 140px 25px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.space {
  background-color: var(--border);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.grid-colors {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-color {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 120px;
  padding: 20px;
  display: flex;
}

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

.block-color.border {
  background-color: var(--border);
}

.block-color.paragraphs {
  background-color: var(--paragraphs);
}

.block-color.accent-a {
  background-color: var(--accent-a);
}

.block-color.accent-b {
  background-color: var(--accent-b);
}

.block-color.accent-c {
  background-color: var(--accent-c);
}

.block-color.accent-d {
  background-color: var(--accent-d);
}

.block-color.gradient-a {
  background-image: linear-gradient(150deg, var(--gradient-a1), var(--gradient-a2));
}

.block-color.gradient-b {
  background-image: linear-gradient(150deg, var(--light), var(--gradient-b2));
}

.block-color.gradient-c {
  background-image: linear-gradient(150deg, var(--gradient-c1), var(--gradient-c2));
}

.block-color.gradient-d {
  background-image: linear-gradient(150deg, var(--gradient-d1), var(--gradient-d2));
}

.block-color.shadow-a {
  background-color: var(--shadow-a);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
}

.block-color.shadow-b {
  background-color: var(--shadow-b);
  box-shadow: 0 23px 40px -5px var(--shadow-b);
}

.block-color.headings {
  background-color: var(--heading);
}

.text-color {
  color: var(--heading);
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
}

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

.hex-color {
  color: #11121380;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.hex-color.white {
  color: #ffffff80;
}

.template-info {
  grid-column-gap: 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 30px;
  display: flex;
}

.grid-licensing {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.image-licensing {
  border-radius: 20px;
  width: 100%;
}

.lottie-licensing {
  filter: blur(30px);
  width: 100%;
}

.template-font {
  margin-bottom: 0;
}

.grid-icon-licensing {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: auto;
  place-content: start;
  place-items: start;
}

.icon-licensing {
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  object-fit: contain;
  border-radius: 50px;
  width: 78px;
  height: 78px;
  padding: 20px;
}

.image-app-hero {
  box-shadow: 0 50px 70px 0 var(--shadow-b);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 50px;
}

.section-2 {
  background-color: #f3f3f300;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 0 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.content-2 {
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.block-heading-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  display: flex;
}

.block-heading-2.c {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.heading-4 {
  padding: 20px 20px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 140%;
}

.paragraph-2 {
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 175%;
}

.paragraph-2.c {
  max-width: 800px;
}

.button-2 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 22px 38px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 22px 40px -5px #1112131f;
}

.button-2.data._2 {
  margin-top: 60px;
}

.button-2.data._2.rates {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.button-2.help {
  padding-left: 0;
  padding-right: 0;
}

.button-2.pdf, .button-2.back, .button-2.guides {
  border: 1px solid #000;
}

.button-text-2 {
  color: #111213;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.section-3 {
  background-color: #f3f3f300;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 0 40px;
  display: flex;
}

.block-heading-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.paragraph-3 {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 175%;
}

.button-3 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 22px 38px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 22px 40px -5px #1112131f;
}

.button-text-3 {
  color: #111213;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.heading-5 {
  font-weight: 600;
}

.text-span {
  color: var(--gradient-b2);
  font-weight: 800;
}

.logo-grid-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

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

.logo-small-container {
  height: 27px;
}

.logo-small {
  object-fit: contain;
  width: 100%;
  min-width: 100px;
  height: 100%;
}

.fade-in-move-on-scroll {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 800;
}

.title.smaller {
  margin-bottom: 10px;
  line-height: 1.2;
}

.content-sticky {
  position: sticky;
  top: 100px;
}

.grid-6-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.trusted-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.trusted-content.trusted-list {
  padding-top: 70vh;
}

.trusted-white-overlay {
  background-image: linear-gradient(#000, #0000);
  width: 48vw;
  height: 10em;
  position: sticky;
  inset: 0 0% auto;
}

.trusted-white-overlay.bottom {
  background-image: linear-gradient(to top, #000, #0000 58%);
  height: 20vh;
  top: 80vh;
}

.trusted-no {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(128deg, #eec5bd, #f3b1a5 26%, #c6caf6 74%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: -14px;
  margin-right: 10px;
  font-size: 75px;
  font-weight: 800;
}

.card-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f5f5f8, #bbbbbd);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2em 0;
}

.container.wide-container {
  max-width: 1370px;
}

.trusted-overlay-container {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.trusted-item {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20vh;
  display: flex;
}

.trusted-item.last {
  margin-bottom: 0;
}

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

.trusted-item-header {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block {
  color: var(--heading);
}

.line {
  background-color: #35373d;
  border: 1px solid #f3f3f3;
  width: 80%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.iphone-image {
  z-index: 2;
  border-radius: 40px;
  height: 100%;
  position: relative;
}

.logo-image {
  z-index: 2;
  object-fit: cover;
  border-radius: 44px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.logo-image.blured {
  z-index: 1;
  filter: blur(20px);
}

.iphone-screen {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4.1% 4.6%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.iphone-drop-shadow {
  filter: blur(64px);
  background-color: #000;
  width: 120%;
  height: 70%;
  position: absolute;
}

.iphone-drop-shadow.low {
  opacity: .37;
  filter: blur(18px);
  width: 100%;
}

.experience-paragraph-holder {
  max-width: 510px;
  font-family: Montserrat, sans-serif;
}

.iphone-holder-effortlessly-integration {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.effortlessly-integration-container {
  padding-top: 120px;
}

.title-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 910px;
  display: flex;
}

.logo-holder-effortlessly-integration {
  z-index: 2;
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 95%;
  display: flex;
  position: absolute;
  top: 180px;
}

.effortlessly-integration-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.light-holder {
  opacity: .23;
  filter: blur(90px);
  background-image: linear-gradient(to right, #eec5bd, #c6caf6 46%, #dad9e9);
  width: 70%;
  height: 270px;
  position: absolute;
  top: auto;
  bottom: 0%;
}

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

.logo-holder {
  perspective: 1000px;
  border-radius: 41px;
  justify-content: center;
  align-items: center;
  width: 155px;
  min-width: 155px;
  height: 155px;
  min-height: 155px;
  display: flex;
  position: relative;
}

.iphone-screen-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.effortlessly-integration---iphone-holder {
  z-index: 1;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 430px;
  display: flex;
  position: relative;
  top: 6%;
}

.section-4 {
  background-color: #fff;
}

.workflow-section {
  z-index: 4;
  grid-row-gap: 6px;
  background-color: var(--background);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -364px;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
  position: relative;
}

.effortlessly-integration-section {
  background-color: var(--background);
  overflow: hidden;
}

.paragraph-5 {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
}

.image, .image-2 {
  border-radius: 30px;
}

.subtitle-2 {
  color: #fe8f57;
  background-color: #fe8f5726;
  border-radius: 50px;
  margin-bottom: 8px;
  padding: 6px 15px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.subtitle-2.accent-b {
  color: #ff440f;
  background-color: #ff440f26;
}

.subtitle-2.accent-d {
  color: #0eb579;
  background-color: #0eb57926;
}

.subtitle-2.accent-c {
  color: #5420f2cf;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #c3a4ff26;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.paragraph-6 {
  max-width: 675px;
}

.section-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 92px 25px;
  display: flex;
}

.content-3 {
  width: 100%;
  max-width: 1200px;
  position: relative;
}

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

.heading-6 {
  max-width: 624px;
}

.feature-2 {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 45px 55px;
  display: flex;
  box-shadow: 0 18px 35px -5px #1112130a;
}

.icon-check-2 {
  object-fit: contain;
  background-color: #fff;
  border-radius: 50px;
  width: 34px;
  height: 34px;
  padding: 10px;
  box-shadow: 0 18px 35px -5px #1112130a;
}

.app-right-2 {
  transform: rotate(11deg);
}

.image-app-screen-2 {
  border-radius: 48px;
  box-shadow: 0 50px 70px #1112131f;
}

.paragraph-7 {
  max-width: 675px;
  font-family: Montserrat, sans-serif;
}

.section-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 92px 25px;
  display: flex;
}

.app-screen-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 670px;
  display: flex;
  position: relative;
}

.paragraph-check-2 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.content-4 {
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.heading-7 {
  max-width: 624px;
  font-family: Montserrat, sans-serif;
}

.block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 60px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.heading-check-2 {
  font-family: Montserrat, sans-serif;
}

.image-app-screen-3 {
  border-radius: 48px;
  box-shadow: 0 50px 70px #1112131f;
}

.image-app-screen-3.v {
  border-radius: 55px;
}

.paragraph-8 {
  max-width: 675px;
  font-family: Montserrat, sans-serif;
}

.section-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 92px 25px;
  display: flex;
}

.app-screen-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 670px;
  display: flex;
  position: relative;
}

.content-5 {
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.button-text-4 {
  color: #111213;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.app-left-2 {
  transform: rotate(-11deg);
}

.heading-8 {
  max-width: 624px;
  font-family: Montserrat, sans-serif;
}

.block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 60px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.app-right-3 {
  transform: rotate(11deg);
}

.paragraph-9 {
  max-width: 675px;
  font-family: Montserrat, sans-serif;
}

.section-8 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 92px 25px;
  display: flex;
}

.app-screen-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 670px;
  display: flex;
  position: relative;
}

.heading-9 {
  max-width: 624px;
  font-family: Montserrat, sans-serif;
}

.block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 60px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
}

.paragraph-10 {
  max-width: 675px;
  font-family: Montserrat, sans-serif;
}

.section-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 92px 25px;
  display: flex;
}

.app-screen-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 670px;
  display: flex;
  position: relative;
}

.app-left-3 {
  transform: rotate(-11deg);
}

.block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 60px;
  display: flex;
}

.text-span-5 {
  color: var(--gradient-a1);
}

.paragraph-11 {
  max-width: 675px;
  font-family: Montserrat, sans-serif;
}

.section-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 92px 25px;
  display: flex;
}

.section-10.c {
  padding-top: 40px;
}

.app-screen-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 670px;
  display: flex;
  position: relative;
}

.paragraph-check-3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 170%;
}

.heading-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 624px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  display: flex;
}

.block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

.block-heading-5.margin {
  margin-bottom: 22px;
}

.block-heading-5.margin.ab {
  margin-top: 60px;
}

.heading-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 624px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.heading-11.gv {
  font-size: 48px;
}

.paragraph-12 {
  max-width: 675px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.paragraph-12._9 {
  margin-bottom: 0;
}

.section-12 {
  background-image: url('../images/desktop.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  max-width: 100%;
  max-height: 100%;
}

.div-block-2 {
  background-image: url('../images/desktop.webp');
  background-position: 0 0;
  background-size: auto;
}

.body {
  background-color: var(--background);
  background-image: url('../images/Lottie-A.json');
  background-position: 0 0;
  background-size: auto;
  overflow: visible;
}

.title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 800;
}

.line-2 {
  background-color: var(--background);
  width: 80%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.iphone-image-2 {
  z-index: 2;
  border-radius: 40px;
  height: 100%;
  position: relative;
}

.effortlessly-integration-container-2 {
  padding-top: 120px;
}

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

.workflow-section-2 {
  z-index: 4;
  grid-row-gap: 6px;
  background-color: var(--background);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -364px;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
  position: relative;
}

.effortlessly-integration-section-2 {
  background-color: var(--background);
  overflow: hidden;
}

.heading-12 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 64px;
}

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

.section-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.text-span-6 {
  color: #9470ff;
}

.flex-block {
  background-image: url('../images/desktop.webp');
  background-position: 0 0;
  background-size: auto;
}

.section-15 {
  background-image: url('../images/desktop.webp');
  background-position: 0 0;
  background-size: 1340px 731px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
  font-weight: 700;
}

.button-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-4.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-4.cc-jumbo-button.w--current {
  color: #f0ede4;
  background-color: #0d2818;
}

.button-4.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #f0ede4;
}

.button-4.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-4.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
}

.home-content-wrap {
  margin-top: 0;
  margin-bottom: 120px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo.hero-home {
  color: #f0ede4;
}

.section-16 {
  margin-left: 0;
  margin-right: 0;
}

.section-16.cc-store-home-wrap {
  background-image: url('../images/pozadina.webp');
  background-position: 0 0;
  background-size: 1705px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.home-content-block {
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  place-content: flex-start space-between;
  align-items: flex-start;
  padding: 20px 40px;
  display: flex;
}

.home-content-white-arrow {
  display: none;
  position: absolute;
}

.intro-header {
  background-color: var(--background);
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 820px;
  margin-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.callout {
  text-align: center;
  background-color: #e9c977;
  border-radius: 25px;
  max-width: 1140px;
  margin: 40px auto;
  padding: 60px;
}

.callout.no-bg {
  background-color: #0000;
  padding-bottom: 40px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.script-heading {
  color: #0d2818;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.script-heading.hero-home.line-1 {
  color: #e9c977;
  margin-top: 0;
  margin-bottom: -20px;
}

.script-heading.hero-home.line-2 {
  color: #e9c977;
  position: relative;
  bottom: 20px;
}

.script-heading.hero-home.line-3 {
  color: #e9c977;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 220px;
  transform: rotate(-5deg);
}

.script-heading.home-callout {
  max-width: 600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  transform: rotate(-4deg);
}

.paragraph-light {
  opacity: .7;
}

.paragraph-light.width-800 {
  max-width: 800px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.home-content-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.home-content-arrow {
  margin-left: auto;
}

.intro-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template: "Area Area-2"
  / .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1800px;
  padding-left: 40px;
  display: grid;
}

.heading-13 {
  color: var(--heading);
  flex-flow: column;
  font-size: 38px;
  line-height: 125%;
  display: block;
  position: sticky;
}

.text-span-7 {
  color: var(--gradient-b2);
}

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

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

.paragraph-19 {
  max-width: 675px;
  font-family: Montserrat, sans-serif;
}

.heading-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 624px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.subtitle-3 {
  color: #fe8f57;
  background-color: #fe8f5726;
  border-radius: 50px;
  margin-bottom: 8px;
  padding: 6px 15px 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.subtitle-3.accent-b {
  background-color: var(--accent-a);
  color: var(--gradient-a1);
}

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

.section-17 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 92px 25px;
  display: flex;
}

.feature-4 {
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 40px;
  display: flex;
  box-shadow: 0 18px 35px -5px #1112130a;
}

.line-3 {
  border: 1px solid var(--background);
  background-color: #35373d;
  width: 80%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.effortlessly-integration-container-3 {
  padding-top: 120px;
}

.iphone-image-3 {
  z-index: 2;
  border-radius: 60px;
  height: 100%;
  position: relative;
}

.workflow-section-3 {
  z-index: 4;
  grid-row-gap: 6px;
  background-color: var(--background);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -364px;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
  position: relative;
}

.effortlessly-integration-section-3 {
  background-color: var(--background);
  overflow: hidden;
}

.paragraph-20 {
  font-family: Montserrat, sans-serif;
}

.area-code-image {
  border-radius: 20px;
}

.area-code-text {
  text-align: left;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
}

.heading-15 {
  font-family: Montserrat, sans-serif;
  font-size: 60px;
}

.heading-15.es {
  font-size: 54px;
}

.collection-item-2 {
  background-color: var(--gradient-a1);
}

.text-block {
  background-color: var(--gradient-a1);
  color: var(--white);
  text-align: center;
  border-radius: 20px 20px 0 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.image-6 {
  border-radius: 0 0 20px 20px;
  width: 100%;
}

.collection-item-3 {
  padding-bottom: 40px;
}

.text-span-8 {
  color: var(--gradient-a1);
}

.section-19 {
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-21 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.heading-16 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.paragraph-22 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.rich-text-block-2 {
  max-width: 900px;
  font-family: Montserrat, sans-serif;
}

.paragraph-23 {
  background-color: var(--accent-a);
  border-radius: 50px;
  margin: 140px 20px 100px;
  padding: 20px 40px 40px;
  font-family: Montserrat, sans-serif;
}

.paragraph-24 {
  font-family: Montserrat, sans-serif;
}

.image-7 {
  object-fit: fill;
  border-radius: 30px;
  padding-bottom: 20px;
}

.paragraph-25, .paragraph-26 {
  font-size: 16px;
}

.heading-17 {
  font-size: 40px;
}

.paragraph-27, .paragraph-28, .paragraph-29 {
  font-size: 16px;
}

.heading-18 {
  font-size: 40px;
}

.paragraph-30, .paragraph-31, .paragraph-32, .paragraph-33, .list-item, .list-item-2 {
  font-size: 16px;
}

.heading-19 {
  font-size: 40px;
}

.paragraph-34 {
  font-size: 16px;
}

.paragraph-35 {
  max-width: 850px;
  font-family: Montserrat, sans-serif;
}

.text-span-9, .text-span-10, .text-span-11 {
  color: var(--gradient-a1);
}

.text-span-11.heading-gradient-3 {
  padding-right: 5px;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-4 Area Area-7"
                 "Area-5 Area-2 Area-6"
                 "Area-3 Area-8 Area-9"
                 "Area-10 Area-15 Area-18"
                 "Area-11 Area-16 Area-17"
                 "Area-12 Area-20 Area-19"
                 "Area-13 Area-21 Area-22"
                 "Area-14 Area-24 Area-23"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text {
  display: inline-block;
}

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

.image-8 {
  text-align: center;
  display: block;
}

.section-20 {
  padding-top: 220px;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.text-block-4, .text-block-5 {
  font-family: Montserrat, sans-serif;
}

.logo-grid-holder-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 10px;
  display: flex;
}

.logo-grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.logo-small-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.paragraph-36 {
  font-family: Montserrat, sans-serif;
}

.link-circle-button {
  background-color: #fff;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  padding: 1.2em;
  transition: padding .4s cubic-bezier(.165, .84, .44, 1), box-shadow .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.link-circle-button:hover {
  padding-left: 1.6em;
  padding-right: 1.6em;
  transform: scale(1.1);
  box-shadow: 0 25px 25px -15px #16161326;
}

.heading-functions {
  max-width: 11em;
  font-family: Montserrat, sans-serif;
}

.functions {
  grid-row-gap: 1.6em;
  background-color: var(--shadow-a);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 1.63em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 40px 20px 60px;
  display: flex;
}

.section-21 {
  padding: .25em 2em 5.5em;
  position: relative;
}

.paragraph-37 {
  max-width: 24em;
  font-family: Montserrat, sans-serif;
}

.image-functions-large {
  object-fit: contain;
  width: 50%;
  max-width: 32.7em;
  margin-left: auto;
  margin-right: auto;
}

.image-functions {
  object-fit: contain;
  width: 100%;
  max-width: 26em;
  margin-bottom: 0;
}

.heading-20 {
  max-width: 9.5em;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
}

.icon-button {
  width: 1.25em;
  height: 1.25em;
  display: block;
}

.text-transparent {
  color: var(--gradient-a1);
}

.functions-large {
  background-color: var(--shadow-a);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 1.63em;
  justify-content: flex-start;
  align-items: center;
  padding: 5.8em 5em;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.grid-functions {
  grid-column-gap: 1.125em;
  grid-row-gap: 1.125em;
  grid-template-columns: 1fr 1fr;
}

.block-functions-large {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  padding-right: 2em;
  display: flex;
}

.circle-button {
  grid-column-gap: 1.2em;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #1616130a;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  padding-right: 2em;
  display: flex;
}

.content-wide {
  width: 100%;
  max-width: 82.5em;
  margin-left: auto;
  margin-right: auto;
}

.text-button {
  color: #161613;
  font-size: 1.06em;
  font-weight: 500;
  line-height: 1.3em;
}

.block-heading-7 {
  grid-row-gap: .9em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-focus-left {
  grid-column-gap: 2em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
}

.app-focus---shadow {
  z-index: -50;
  filter: blur(50px);
  transform-style: preserve-3d;
  background-color: #1616131a;
  border-radius: 1.9em;
  position: absolute;
  inset: 0%;
  transform: scale(.9)translate3d(0, 0, -200px);
}

.app-focus---wrapper {
  position: relative;
}

.subtitle-4 {
  grid-column-gap: .31em;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #1616130a;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  padding: .43em 1.37em .43em 1.18em;
  display: flex;
}

.text-subtitle {
  color: #161613;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
}

.image-app---focus-1 {
  z-index: 10;
  border-radius: 1.9em;
  max-height: 90vh;
  position: relative;
}

.section-22 {
  padding: 5.5em 2em;
  position: relative;
}

.paragraph-38 {
  max-width: 24em;
  font-family: Montserrat, sans-serif;
}

.icon-subtitle {
  flex: none;
  width: 1.5em;
  height: 1.5em;
  display: block;
}

.focus-separate {
  z-index: 100;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40vh;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  display: flex;
  position: relative;
}

.content-6 {
  width: 100%;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.app-focus---content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 20em;
  display: flex;
  position: relative;
}

.heading-21 {
  max-width: 9.5em;
  font-family: Montserrat, sans-serif;
}

.app-focus---image {
  z-index: 50;
  background-color: #fff;
  border-radius: 1.9em;
  position: relative;
  overflow: hidden;
}

.app-focus-separate {
  perspective: 1800px;
  justify-content: center;
  align-items: center;
  margin-top: -2.5em;
  margin-bottom: -2.5em;
  display: flex;
  position: relative;
}

.subtitle-5 {
  grid-column-gap: .31em;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #1616130a;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  padding: .43em 1.37em .43em 1.18em;
  display: flex;
}

.paragraph-39 {
  max-width: 24em;
  font-family: Montserrat, sans-serif;
}

.heading-22 {
  max-width: 9.5em;
  font-family: Montserrat, sans-serif;
}

.grid-focus-right {
  grid-column-gap: 2em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
}

.subtitle-6 {
  grid-column-gap: .31em;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #1616130a;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  padding: .43em 1.37em .43em 1.18em;
  display: flex;
}

.paragraph-40 {
  max-width: 24em;
  font-family: Montserrat, sans-serif;
}

.heading-23 {
  max-width: 9.5em;
  font-family: Montserrat, sans-serif;
}

.section-top {
  padding: 13em 2em 3em;
  position: relative;
}

.block-top {
  grid-row-gap: 2.25em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-top {
  max-width: 800px;
  margin-bottom: .25em;
  font-size: 48px;
  line-height: 1.06em;
}

.paragraph-top {
  max-width: 29em;
  font-size: 1.25em;
}

.comparison-text {
  max-width: 1207.33px;
}

.paragraph-41 {
  max-width: 800px;
  overflow: hidden;
}

.image-9 {
  margin-bottom: 20px;
}

.section-23 {
  background-color: var(--gradient-a1);
}

.text-span-12, .text-span-13 {
  color: var(--gradient-a1);
}

.image-10 {
  padding-bottom: 20px;
}

.text-span-14, .text-span-15, .text-span-16 {
  color: var(--gradient-a1);
}

.comparison-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.grid-8 {
  background-color: var(--white);
  box-shadow: 0 2px 5px 0 var(--shadow-b);
  border-radius: 20px;
  grid-template: "Area Area-2 Area-3 Area-4"
                 "Area-5 Area-6 Area-7 Area-8"
                 "Area-9 Area-10 Area-11 Area-12"
                 "Area-13 Area-14 Area-15 Area-16"
                 "Area-17 Area-18 Area-19 Area-20"
                 "Area-21 Area-22 Area-23 Area-24"
                 "Area-25 Area-26 Area-27 Area-28"
                 "Area-29 Area-30 Area-31 Area-32"
                 / 2fr 1fr 1fr 1fr;
  align-items: center;
  max-width: 1238.77px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 10px 10px 20px 20px;
  font-family: Montserrat, sans-serif;
}

.text-block-6 {
  color: var(--heading);
  padding-left: 10px;
  font-size: 22px;
  font-weight: 800;
}

.comparison-feature {
  color: var(--heading);
  padding-left: 10px;
  font-weight: 600;
}

.under-feature, .text-span-18, .text-span-19 {
  font-size: 16px;
  font-weight: 400;
}

.image-11, .div-block-3, .check-mark {
  text-align: center;
}

.text-span-20, .text-span-21 {
  color: var(--gradient-a1);
}

.text-span-21.heading-gradient-3 {
  padding-right: 5px;
}

.image-12, .div-block-4 {
  text-align: center;
}

.text-block-7 {
  text-align: center;
  font-weight: 700;
}

.div-block-5, .div-block-6 {
  text-align: center;
}

.table-check {
  object-fit: none;
  min-width: 20px;
}

.comparison-check, .heading-24 {
  text-align: center;
}

.image-13 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-24 {
  margin-top: 140px;
  margin-bottom: 15px;
  padding-top: 40px;
}

.paragraph-43 {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.div-block-11, .cross-mark {
  text-align: center;
}

.text-block-8 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.comparison-heading {
  font-family: Montserrat, sans-serif;
  font-size: 60px;
}

.text-span-22 {
  color: var(--gradient-a1);
}

.heading-port {
  max-width: 800px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
}

.paragraph-44 {
  max-width: 900px;
  font-family: Montserrat, sans-serif;
}

.text-span-23 {
  color: var(--gradient-a1);
}

.lottie-hero-2 {
  z-index: -10;
  aspect-ratio: 2 / 3;
  filter: blur(60px);
  width: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.1);
}

.image-14 {
  border-radius: 18px;
  min-width: 900px;
  max-width: none;
}

.section-27 {
  margin-top: 140px;
}

.icon-feature-2 {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
}

.paragraph-feature-2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 170%;
}

.grid-features-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.section-28 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 25px 92px;
  display: flex;
}

.image-feature-2 {
  height: 134px;
  margin-bottom: 40px;
}

.content-7 {
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.grid-features-small-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  margin-top: 20px;
}

.feature-5 {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 45px 55px;
  display: flex;
  box-shadow: 0 18px 35px -5px #1112130a;
}

.feature-5.small {
  padding: 45px 35px 50px;
}

.subtitle-7 {
  color: #fe8f57;
  background-color: #fe8f5726;
  border-radius: 50px;
  margin-bottom: 8px;
  padding: 6px 15px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.paragraph-45 {
  object-fit: fill;
  max-width: 800px;
  font-family: Montserrat, sans-serif;
}

.section-29 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  padding: 10px 0 20px;
  display: flex;
}

.app-screen-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 670px;
  display: flex;
  position: relative;
}

.content-8 {
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.heading-25 {
  max-width: 800px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
}

.block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
  display: flex;
}

.subtitle-8 {
  color: #fe8f57;
  background-color: #fe8f5726;
  border-radius: 50px;
  margin-bottom: 8px;
  padding: 6px 15px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.paragraph-46 {
  max-width: 675px;
  font-family: Montserrat, sans-serif;
}

.section-30 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 92px 25px;
  display: flex;
}

.app-screen-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 670px;
  display: flex;
  position: relative;
}

.content-9 {
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.heading-26 {
  max-width: 624px;
  font-family: Montserrat, sans-serif;
}

.heading-26.pr {
  font-size: 48px;
}

.block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 60px;
  display: flex;
}

.grid-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.div-block-12 {
  text-align: center;
}

.div-block-13 {
  padding-top: 10px;
}

.section-31 {
  margin-top: 100px;
}

.colored-subtitle {
  color: #7b5eed;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.feature-img-wrapper {
  transform: ;
  width: 50%;
  height: 100%;
  position: relative;
}

.feature-img-wrapper.padding-left {
  padding-left: 8.3334%;
}

.feature-img-wrapper.padding-right {
  padding-right: 8.3334%;
}

.container-4 {
  flex: 0 1280px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.features-row {
  grid-column-gap: 0px;
  grid-row-gap: 240px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-32 {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.feature-img {
  z-index: 1;
  object-fit: contain;
  max-width: 100%;
  position: relative;
}

.feature-circle {
  z-index: 0;
  width: 80%;
  position: absolute;
}

.feature-circle.first {
  top: 8%;
  left: 8%;
}

.feature-circle.second {
  bottom: 20%;
  left: 15%;
}

.feature-circle.third {
  height: auto;
  bottom: 8%;
  left: 5%;
}

.feature-wrapper {
  width: 50%;
}

.feature-title {
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 54px;
}

.body-6 {
  background-color: #f3f3f3;
}

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

.btn-container.mobile-flex {
  justify-content: center;
}

.hero-section {
  letter-spacing: .5px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 160px;
  display: flex;
}

.hero-bottom {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
  position: relative;
}

.mockup-img {
  text-align: center;
  flex: 0 auto;
}

.container-5 {
  flex: 0 1280px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

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

.hero-title {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 50px;
}

.hero-title._7 {
  font-size: 72px;
  line-height: 75px;
}

.hero-top {
  flex-direction: column;
  justify-content: center;
  width: 75%;
  margin-bottom: 10px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.filled-btn {
  color: #fff;
  text-transform: capitalize;
  background-color: #7b5eed;
  border: 2px solid #0000;
  border-radius: 40px;
  margin-top: 16px;
  margin-right: 16px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}

.filled-btn:hover {
  transform: translate(0, -4px);
  box-shadow: 0 4px 20px #7b5eed4d;
}

.filled-btn.no-margin-top {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-span-25 {
  color: var(--gradient-a1);
}

.grid-10 {
  grid-template: "Area Area-2 Area-3 Area-4"
  / 1fr 1fr 1fr 1fr;
}

.div-block-14, .div-block-15 {
  text-align: center;
}

.image-15 {
  text-align: center;
  min-height: 0;
}

.div-block-16 {
  text-align: center;
}

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

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

.grid-14 {
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 "Area-7 Area-8 ."
                 / 1fr 1fr 1fr;
}

.image-16 {
  border-radius: 20px;
}

.div-block-17 {
  display: flex;
}

.text-block-9 {
  flex-flow: row;
  display: flex;
}

.grid-15 {
  aspect-ratio: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  justify-content: stretch;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.div-block-18 {
  display: flex;
}

.paragraph-47 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.image-17 {
  border-radius: 20px;
}

.text-block-10 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.text-block-11 {
  font-family: Montserrat, sans-serif;
}

.grid-16 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1100px;
}

.image-18 {
  border-radius: 20px;
}

.text-span-26 {
  color: var(--gradient-a1);
}

.paragraph-48 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

.article-div {
  background-color: var(--white);
  box-shadow: 0 2px 11px 0 var(--shadow-a);
  border-radius: 20px;
  padding: 20px;
}

.text-span-27, .text-span-28 {
  color: var(--gradient-a1);
}

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

.text-span-29 {
  color: var(--gradient-a1);
}

.intro-header-2 {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/better.webp');
  background-position: 70%;
  background-size: cover;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 20px;
  padding-top: 20px;
  display: flex;
}

.bold-text-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #000;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section-33 {
  margin-left: 30px;
  margin-right: 30px;
}

.section-33.cc-store-home-wrap {
  margin-top: 100px;
}

.heading-jumbo-2 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 50px;
}

.intro-content-2 {
  text-align: left;
  width: 70%;
  max-width: 1140px;
  margin-bottom: 20px;
  position: absolute;
  inset: 35% auto auto 5%;
}

.text-block-12 {
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 120%;
}

.text-block-13 {
  color: var(--heading);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-19 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  min-width: 0;
  max-width: 400px;
  margin-top: 20px;
  display: flex;
}

.heading-28 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.text-span-30 {
  color: var(--gradient-a1);
}

.button-5 {
  box-shadow: 0 2px 5px 0 var(--shadow-b);
  color: #000;
  background-color: #fff;
  border-radius: 40px;
  margin-top: 20px;
  padding: 10px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-span-31 {
  color: var(--gradient-a1);
}

.grid-18 {
  grid-template-rows: auto;
}

.text-span-32 {
  color: var(--gradient-a1);
}

.text-block-14 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.text-span-33, .text-span-34 {
  color: var(--gradient-a1);
}

.hero-text {
  color: var(--heading);
  max-width: 1000px;
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  line-height: 1.2;
}

.noise-bg {
  opacity: .15;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-section-animation-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.client-logo {
  width: 50%;
}

.small-person-image {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 80%;
}

.container-6 {
  z-index: 1;
  background-color: var(--background);
  color: var(--paragraphs);
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 2em;
  position: relative;
}

.hero-paragraph-holder {
  max-width: 770px;
}

.button-gradient-bg {
  z-index: -1;
  background-image: linear-gradient(180deg, var(--gradient-a1), var(--light));
  border-radius: 30px;
  position: absolute;
  inset: -2px;
}

.button-gradient-bg.blue-gradient {
  background-image: linear-gradient(#9786cc, #9786cc);
  position: absolute;
}

.hero-image-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  transform: rotate(0);
}

.hero-section-bg-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-animation-holder {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-gradient {
  z-index: 0;
  background-image: linear-gradient(to top, #f7f8fe, #f7f8fe 0%, #0000);
  width: 100%;
  height: 500px;
  position: absolute;
  inset: auto 0% 0%;
}

.center-text {
  color: var(--paragraphs);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-image {
  min-width: 840px;
}

.center-div {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.hero-section-bg-holder {
  position: absolute;
  inset: 0%;
}

.hero-section-container {
  width: 80%;
}

.client-logo-holder {
  width: 100%;
}

.hero-section-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.purchase-button-text {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.hero-button-holder {
  grid-column-gap: 32px;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.link-block-button {
  color: #fff;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: none;
  display: flex;
  position: relative;
}

.link-block-button.project-button {
  width: 50%;
}

.hero-image-simple-holder {
  width: 310px;
  position: absolute;
  inset: auto -6% 24% auto;
}

.bold-text-5 {
  color: var(--heading);
  font-family: Montserrat, sans-serif;
}

.grid-5-col {
  grid-column-gap: 100px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.paragraph-xl {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.paragraph-xl.hero {
  font-family: Montserrat, sans-serif;
}

.logo-holder-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.small-person-container {
  z-index: 1;
  width: 145px;
  position: absolute;
  inset: auto auto 9% 0%;
}

.small-person-container._11 {
  inset: auto auto 9% -8%;
}

.small-person-container._10 {
  width: 145px;
  inset: -4% -4% auto auto;
}

.section-34.hero-section-holder {
  background-color: var(--gradient-a1);
  position: relative;
}

.hero-image-simple {
  width: 100%;
}

.hero-section-text-holder {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.brand-marketplace-content {
  background-color: #000;
  border: 1px solid #1743f2;
  border-radius: 100px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 700%;
  max-width: 700px;
  height: 100%;
  max-height: 60px;
  display: flex;
  position: relative;
}

.brand-marketplace-link {
  color: #fff;
  text-transform: none;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.text-block-15 {
  font-family: Montserrat, sans-serif;
}

.get-our-brand-text {
  color: #e7e5e5;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.brand-marketplace-wrapper {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.grey-text-last {
  color: #c4c4c4;
  text-transform: lowercase;
}

.white-arrow-baner {
  margin-left: 10px;
}

.white-arrow-baner.no-radius {
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
}

.arrows-holder {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.brand-bg {
  z-index: -1;
  border-radius: 70px;
  width: 706px;
  max-width: 706px;
  height: 66px;
  position: absolute;
  inset: -3px;
}

.gradient-text {
  color: #fff;
}

.brand-content-holder {
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 800;
  display: flex;
}

.brand-content-holder.left {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}

.brand-content-holder.right {
  justify-content: flex-end;
  width: 30%;
}

.title-holder-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 35px;
  display: flex;
}

.tick-list-image {
  width: 20px;
}

.list-holder {
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.semi-bold-text {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.extra-container-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.title-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.container-7 {
  z-index: 1;
  background-color: #fff;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 2em;
  position: relative;
}

.container-7.pricing {
  background-color: var(--background);
  padding-top: 0;
  padding-bottom: 6.5em;
}

.image-project-holder {
  width: 100%;
  position: relative;
}

.button-gradient-bg-2 {
  z-index: -1;
  background-image: linear-gradient(#5d38d0, #c24090);
  border-radius: 30px;
  position: absolute;
  inset: -2px;
}

.space-container {
  margin-top: 20px;
}

.grid-8-col {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ticked-list-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 0;
}

.project {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.project._02 {
  box-shadow: none;
}

.tick-list {
  grid-column-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.project-image {
  z-index: -10;
  width: 100%;
  height: 100%;
}

.feature-project-image {
  border-radius: 8px;
  width: 100%;
  position: absolute;
  inset: 5% -27% auto auto;
  transform: scale(.7);
  box-shadow: 1px 1px 30px #9b9b9b33;
}

.feature-project-image.bottom {
  inset: auto auto 5% -33%;
  box-shadow: 1px 1px 33px #9b9b9b33;
}

.list-item-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-10 {
  z-index: 20;
}

.feature-grid-container {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.list-container {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.blue-title {
  color: #1743f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.button-list-holder {
  margin-top: 40px;
}

.tick-holder {
  margin-top: -2px;
  padding-top: 0;
}

.text-span-35 {
  color: var(--heading);
}

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

.logo-holder-3 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.bold-text-6 {
  font-weight: 800;
}

.heading-29 {
  font-weight: 700;
}

.bold-text-7 {
  font-weight: 800;
}

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

.grid-19.esim {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  max-width: 600px;
}

.div-block-20 {
  text-align: right;
}

.text-span-36, .text-span-37, .text-span-38 {
  color: var(--gradient-a1);
}

.bold-text-8 {
  font-weight: 800;
}

.bold-text-8.fr {
  max-width: 900px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 48px;
  line-height: 105%;
}

.paragraph-49, .paragraph-50, .text-block-16, .text-block-17, .paragraph-51, .text-block-18, .paragraph-52, .text-block-19, .paragraph-53, .text-block-20, .paragraph-54, .text-block-21, .paragraph-55, .text-block-22, .bold-text-9, .bold-text-10 {
  font-family: Montserrat, sans-serif;
}

.text-span-40, .text-span-41, .text-span-42 {
  color: var(--gradient-a1);
}

.app-screen-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 670px;
  display: flex;
  position: relative;
}

.paragraph-check-4 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 170%;
}

.heading-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 624px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.section-36 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 92px 25px;
  display: flex;
}

.block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.grid-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
}

.paragraph-56 {
  max-width: 675px;
  font-family: Montserrat, sans-serif;
}

.content-11 {
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.text-span-43 {
  color: var(--gradient-a1);
}

.heading-31 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
}

.text-span-44, .text-span-45 {
  color: var(--gradient-a1);
}

.heading-32 {
  font-size: 62px;
}

.text-span-46 {
  color: var(--gradient-a1);
}

.text-block-23 {
  font-family: Montserrat, sans-serif;
}

.footer-item-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #7a7a7a;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-item-link:hover {
  color: #121316;
}

.mg-top-medium {
  margin-top: 32px;
}

.text-light {
  color: #fff;
}

.input-form-block-v1 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 57px;
  margin-bottom: 0;
  display: flex;
}

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

.flex-horizontal.justify-start {
  justify-content: flex-start;
}

.bold-text-11 {
  font-size: 20px;
}

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

.buttons-row.wrapper---desktop {
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.mg-right-extra-small {
  margin-right: 8px;
}

.container-default {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.display-5 {
  font-size: 24px;
  line-height: 1.25em;
}

.display-5.mid {
  font-weight: 600;
}

.social-media-icon-wrapper-dark {
  color: #121316;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.social-media-icon-wrapper-dark:hover {
  opacity: .7;
  color: #353e5c;
}

.success-message-wrapper {
  background-color: #0000;
  width: 100%;
  padding: 0;
}

.inner-container._250px {
  max-width: 250px;
}

.inner-container._620px {
  max-width: 620px;
}

.inner-container._565px {
  max-width: 565px;
}

.inner-container._635px {
  max-width: 635px;
}

.inner-container._820px {
  max-width: 820px;
}

.inner-container._588px {
  max-width: 588px;
}

.inner-container._666px {
  max-width: 666px;
}

.inner-container._610px {
  max-width: 610px;
}

.inner-container._610px._100-tablet {
  font-family: Montserrat, sans-serif;
}

.inner-container._1216px {
  max-width: 1216px;
}

.inner-container._475px {
  max-width: 475px;
}

.inner-container._475px._100-tablet {
  position: sticky;
}

.inner-container._1104px {
  max-width: 1104px;
}

.inner-container._856px {
  max-width: 856px;
}

.inner-container._856px.center {
  background-color: var(--accent-a);
  border-radius: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._380px {
  max-width: 380px;
}

.inner-container._380px.center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.inner-container._300px {
  max-width: 300px;
}

.inner-container._470px {
  max-width: 470px;
}

.inner-container._450px {
  max-width: 450px;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container._525px {
  max-width: 525px;
}

.inner-container._375px {
  max-width: 375px;
}

.card {
  background-color: #f7f7f7;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  transition: color .3s;
  overflow: hidden;
}

.card.footer-pages-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 64px 48px;
  display: grid;
}

.card.footer-form-card-v1 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 48px 32px;
  display: flex;
}

.card.cta-footer-card-v1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #121316;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(240px, .6fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-height: 300px;
  padding: 32px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.feature-card-v2 {
  flex-flow: column;
  display: flex;
}

.card.feature-card-v2._04 {
  background-image: url('../images/256-bit-encryption-bg-image-techbeta-x-webflow-template.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.card.product-card-v3 {
  background-color: #fafafa;
  padding: 32px;
  display: flex;
}

.card.product-card-v3.w--current {
  background-color: #fafafa;
}

.footer-column-links {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.mg-top-extra-small {
  margin-top: 8px;
}

.text-titles {
  color: #121316;
}

.footer-column-item {
  line-height: 1.25em;
}

.social-media-grid {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.form-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.footer-top {
  padding-top: 80px;
  padding-bottom: 48px;
}

.footer-top.v1 {
  padding-top: 0;
}

.footer-center {
  padding-bottom: 64px;
}

.footer-center.v1 {
  padding-bottom: 0;
}

.display-1 {
  font-size: 14px;
  line-height: 1.25em;
}

.input {
  color: #121316;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 10px;
  height: 57px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
  transition: color .3s, border-color .3s;
}

.input:hover {
  border-color: #dfdfdf;
}

.input:focus {
  color: #121316;
  border-color: #121316;
}

.input::placeholder {
  color: #7a7a7a;
}

.input.button-inside {
  padding-right: 40%;
}

.input.button-inside.icon-inside {
  padding-right: 70px;
}

.icon-font-rounded {
  color: #fff;
}

.icon-font-rounded.success-message-icon {
  color: #121316;
  font-size: 60px;
  line-height: 1em;
}

.icon-font-rounded.success-message-icon.small {
  font-size: 30px;
}

.secondary-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #121316;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 1px 4px #1213161a;
}

.secondary-button:hover {
  color: #121316;
  transform: scale3d(.94, .94, 1.01);
}

.secondary-button.dark-mode {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.image-19 {
  width: 100%;
}

.image-19.business-image---v2 {
  object-fit: cover;
  height: 100%;
}

.image-19.fit-cover {
  height: 100%;
}

.image-19.fit-cover.position-top-0 {
  object-position: 50% 0%;
}

.primary-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #121316;
  border: 1px solid #121316;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 4px #4d91e11a;
}

.primary-button:hover {
  color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.primary-button.dark-mode {
  color: #121316;
  background-color: #fff;
  border-color: #dfdfdf;
}

.primary-button.inside-input {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.input-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.footer-title {
  color: #121316;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
}

.footer-main-pages-grid-v1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  place-items: start stretch;
}

.grid-2-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.grid-2-columns.footer-top-v1---grid {
  grid-template-columns: 2fr minmax(340px, .9fr);
  place-items: stretch stretch;
}

.error-message-wrapper {
  color: #fe566b;
  background-color: #0000;
  margin-top: 16px;
  padding: 0;
}

.logo-link {
  color: #121316;
  transition: transform .3s;
}

.logo-link:hover {
  transform: scale(.92);
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.footer-cta-v1 {
  width: 49%;
  max-width: 376px;
  margin-left: -35px;
  position: absolute;
  top: 24px;
  left: 60%;
}

.image-wrapper.business-image---v2 {
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-wrapper.sticky-card-image {
  width: 100%;
  max-width: 454px;
  margin-top: auto;
  margin-left: auto;
}

.image-wrapper.sticky-card-image.v2 {
  max-width: 410px;
  margin-left: 0;
  margin-right: 0;
}

.image-wrapper.full-width-row---image-small {
  border-radius: 24px;
  flex: none;
  max-width: 314px;
  max-height: 522px;
  margin-top: -140px;
  box-shadow: 0 4px 6px #bfc0c44d;
}

.image-wrapper.full-width-row---main-image {
  border-radius: 70px;
  flex: none;
  max-width: 456px;
  overflow: visible;
}

.image-wrapper.feature-card-left---image-wrapper---home-v1 {
  width: 100%;
  max-width: 378px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-wrapper.feature-card-bottom-right---home-v1 {
  width: 100%;
  max-width: 350px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper.square-icon-wrapper {
  border-radius: 24px;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 12px #9689f033;
}

.image-wrapper.hero-image---home-v3 {
  width: 85%;
  max-width: 880px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper.integrations-v3 {
  justify-content: center;
  align-items: center;
  max-width: 986px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.display-6 {
  font-size: 30px;
  line-height: 1.25em;
}

.display-6.mid {
  font-weight: 600;
}

.mg-top-default {
  margin-top: 24px;
}

.footer-logo-wrapper {
  width: 100%;
  max-width: 178px;
}

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

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

.link-footer-2:hover {
  pointer-events: auto;
  color: #090808;
}

.link-footer-2:active {
  color: #532626;
}

.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;
}

.subtitle-footer {
  color: #000000d9;
  text-align: left;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 2.2em;
  font-size: .63em;
  font-weight: 700;
  line-height: 1.2em;
}

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

.paragraph-footer {
  color: #7e7e7ed9;
  max-width: 30em;
  margin-bottom: 1.6em;
  padding-left: 10px;
  font-size: 12px;
}

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

.block-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-right: 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.link-block {
  grid-column-gap: .5em;
  opacity: 1;
  color: #c9c6c6f2;
  background-color: #070504cc;
  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 {
  color: #fff;
  box-shadow: 0 5px 50px -12px #0008f1, inset -15px 13px 20px #0112ff, inset 20px -55px 20px #0007ca;
}

.bold-text-12 {
  color: var(--heading);
}

.badge {
  color: #8067e4;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.fade-in-move-on-scroll-6 {
  justify-content: center;
  align-items: center;
}

.hero-section-holder {
  padding-top: 8em;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.hero-ui {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.ui-column {
  z-index: 99;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(14deg);
}

.ui-column.left-02 {
  width: 100%;
  max-width: 305px;
  inset: auto -1% 25% auto;
  transform: rotate(-7deg);
  box-shadow: 0 4.605px 14px #0003;
}

.ui-column.right-01 {
  width: 100%;
  max-width: 250px;
  bottom: 19%;
  left: 1%;
  box-shadow: 0 4.605px 14px #0003;
}

.primary-button-2 {
  z-index: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #8067e4;
  border: 1px solid #5a50d8;
  border-radius: 30px;
  padding: 7px 6px 7px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: color .35s, background-color .35s;
  position: relative;
}

.primary-button-2:hover {
  border-style: solid;
  border-color: #8067e4;
}

.primary-button-2.hero-secondary {
  color: #8067e4;
  background-color: #0000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  transition: border-color .35s, color .35s;
  display: flex;
}

.primary-button-2.hero-secondary:hover {
  color: #0b0f19;
  background-color: #0000;
  border-color: #cfd1d4;
}

.bottom-ui-holder._02 {
  border-radius: 20px;
  max-width: 300px;
  inset: 38% 20% auto auto;
  overflow: hidden;
  transform: rotate(21.238deg);
  box-shadow: 0 1.5px 175px #0003;
}

.title-4 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.title-4.perple-text {
  color: var(--heading);
  text-align: center;
  text-transform: none;
  max-width: none;
  font-family: Montserrat, sans-serif;
}

.title-4.perple-text.espa {
  font-size: 54px;
}

.title-4.perple-text.fre {
  font-size: 52px;
}

.title-4.white-text {
  color: var(--white);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

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

.title-4.x {
  font-weight: 600;
}

.corner-image {
  border-radius: 0;
}

.corner-image.hundred-percent {
  object-fit: cover;
}

.bottom-ui-image {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.sub-text-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 580px;
  display: flex;
}

.button-arrow {
  width: 34px;
  height: auto;
  position: absolute;
  inset: 0%;
}

.button-arrow.white {
  object-fit: cover;
  border-radius: 7px;
  display: block;
}

.title-holder-3 {
  z-index: 999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  display: flex;
  position: relative;
}

.p-01-regular {
  color: #414652;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}

.button-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.button-holder.hero-button {
  margin-top: 40px;
}

.mockup-image-holder {
  z-index: 1;
  border-radius: 15px;
  width: 100%;
  max-width: 386px;
  height: auto;
  margin-top: -11em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.button-arrow-holder {
  width: 34px;
  height: 34px;
  position: relative;
}

.mockup-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  margin-top: 36px;
}

.badge-image-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 25px;
  min-height: 25px;
  display: flex;
}

.button-text-holder {
  z-index: 1111;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bottom-ui-holder-2 {
  width: 100%;
  max-width: 400px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bottom-ui-holder-2._01 {
  border-radius: 20px;
  max-width: 360px;
  inset: 38% auto auto 19%;
  overflow: hidden;
  transform: rotate(-15.172deg);
  box-shadow: 0 38px 53px #0003;
}

.hero-ui-holder {
  justify-content: space-between;
  display: block;
}

.hero-gradient-2 {
  z-index: 11;
  background-image: linear-gradient(#fff0, #f3f0fc 66%);
  width: 73%;
  height: 100%;
  max-height: 160px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0% 6%;
}

.hero-gradient-2.home {
  background-image: linear-gradient(180deg, #fff0, var(--background) 66%, var(--background) 103%);
}

.mockup-area-cover {
  height: 580px;
  position: relative;
}

.home-hero-background {
  background-color: var(--background);
  border-radius: 30px;
  justify-content: center;
  height: 770px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.container-8 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  position: relative;
}

.container-8.hero-container {
  padding-top: 0;
  padding-bottom: 0;
}

.badge-inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

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

.purple-arrow {
  object-fit: cover;
  width: 34px;
  height: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.section-37 {
  padding-bottom: 0;
  position: relative;
}

.corner-image-holder {
  width: 100%;
  max-width: 48px;
  min-height: 48px;
  position: absolute;
}

.corner-image-holder.hero-corner-03 {
  max-width: 89px;
  min-height: 89px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.corner-image-holder.hero-corner-04 {
  max-width: 89px;
  min-height: 89px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.corner-image-holder.hero-corner-01 {
  max-width: 90px;
  min-height: 90px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.corner-image-holder.hero-corner-02 {
  max-width: 89px;
  min-height: 89px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-block-2 {
  background-color: var(--gradient-a1);
  border-radius: 30px;
  max-width: none;
  height: auto;
  padding: 10px 20px;
  font-size: 20px;
}

.text-block-25 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.primary-button-3 {
  z-index: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #8067e4;
  border: 1px solid #5a50d8;
  border-radius: 10px;
  padding: 7px 6px 7px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: color .35s, background-color .35s;
  position: relative;
}

.primary-button-3:hover {
  border-style: solid;
  border-color: #8067e4;
}

.world-inner-cover {
  background-image: url('../images/Globe_1Globe.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
}

.center-layout {
  z-index: 1;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.title-holder-4 {
  z-index: 999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 650px;
  display: flex;
  position: relative;
}

.world-area-cover {
  width: 100%;
  height: 600px;
  padding-top: 40px;
}

.p-01-regular-2 {
  color: #414652;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}

.global-padding {
  padding-top: 20px;
  padding-bottom: 140px;
}

.world-corner-holder {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 196px;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 4px 25px #99999940;
}

.world-corner-holder._03 {
  z-index: 1;
  border-radius: 20px;
  inset: auto auto 0% 0%;
  transform: rotate(-20.037deg);
}

.world-corner-holder._02 {
  z-index: 1;
  inset: 0% 0% auto auto;
  transform: rotate(-5.064deg);
}

.world-corner-holder._01 {
  z-index: 1;
  inset: 0% auto auto 0%;
  transform: rotate(14.448deg);
}

.world-corner-holder._04 {
  z-index: 1;
  border-radius: 20px;
  inset: auto 0% 0% auto;
  transform: rotate(20.037deg);
}

.world-corner-image.hundred-percent {
  object-fit: cover;
}

.container-9 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: .125em 2em 2em;
  position: relative;
}

.section-38 {
  padding-bottom: 0;
  position: relative;
}

.p-small-regular {
  color: #888b93;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.p-small-regular.white-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.p-small-regular.align-center {
  font-family: Montserrat, sans-serif;
}

.user-image-holder {
  width: 100%;
  max-width: 185px;
}

.client-image-holder {
  border: 1px solid #fff;
  border-radius: 59px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 59px;
  height: 100%;
  min-height: 59px;
  margin-left: -14px;
  display: flex;
}

.client-image-holder.collaboration {
  border-style: none;
}

.primary-button-4 {
  z-index: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #8067e4;
  border: 1px solid #5a50d8;
  border-radius: 10px;
  padding: 7px 6px 7px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: color .35s, background-color .35s;
  position: relative;
}

.primary-button-4:hover {
  border-style: solid;
  border-color: #8067e4;
}

.primary-button-4.secondary-button {
  background-color: #0000;
  border-color: #fff;
}

.primary-button-4.secondary-button:hover {
  border-color: #8067e4;
}

.collaboration-image-holder {
  background-image: linear-gradient(45deg, #000, #0000), url('../images/Image-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
}

.collaboration-image-holder._2 {
  background-image: linear-gradient(45deg, #000, #0000), url('../images/AdobeStock_1591930600.jpeg');
  background-position: 0 0, 0%;
}

.collaboration-image-holder._2.b {
  background-image: linear-gradient(45deg, #000, #0000), url('../images/AdobeStock_1531342562-min.jpeg');
}

.global-padding-2 {
  padding-top: 0;
  padding-bottom: 140px;
}

.global-padding-2.no-bottom-padding {
  padding-bottom: 0;
}

.hero-reviewa-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.slide-user-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-align-title-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.user-block-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  width: 100%;
  display: flex;
}

.user-block-holder.top {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: center;
  align-items: center;
}

.container-10 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  position: relative;
}

.section-39 {
  padding-bottom: 0;
  position: relative;
}

.collaboration-inner-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(270deg, #0000, #000000b3);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 572px;
  padding: 50px;
  display: flex;
}

.client-image {
  border-radius: 59px;
}

.badge-2 {
  color: #8067e4;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.hover-image-holder {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33px;
  height: auto;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.financial-grid-holder {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  border-top: 1px solid #cfd1d4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.small-font-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.small-font-heading.neutral-7 {
  color: #585d68;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.small-font-heading.secondary {
  color: #0b0f19;
}

.inner-line {
  background-color: #cfd1d4;
  width: 1px;
  height: 88px;
}

.hover-inner-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f3f3f4;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  margin-top: 30px;
  padding: 24px;
  display: flex;
}

.hover-block {
  opacity: 0;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  transition: all .2s;
  display: none;
  position: absolute;
  inset: 0%;
}

.icon {
  object-fit: cover;
  border-radius: 0;
}

.financial-list-item {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.financial-box {
  cursor: pointer;
  width: 100%;
  height: 166px;
  transition: all .35s;
  position: relative;
}

.check-list-holder-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.p-01-regular-3 {
  color: #414652;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}

.financial-icon {
  width: 100%;
  max-width: 32px;
  min-height: 32px;
}

.list-2 {
  margin-bottom: 0;
}

.list-2.financial {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.icon-holder {
  background-color: #5550ff0d;
  border: 1px solid #5550ff1a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70px;
  height: 70px;
  display: flex;
}

.icon-holder.financial-icon {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  height: 100%;
}

.bottom-text-holder {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.hover-icon-image.hundred-percent {
  background-color: var(--background);
}

.financial-inner-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: flex;
}

.container-11 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  position: relative;
}

.card-icon-image {
  object-fit: cover;
  border-radius: 0;
}

.card-icon-image.hundred-percent {
  border-radius: 12px;
}

.section-40 {
  padding-bottom: 0;
  position: relative;
}

.inner-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.list-text {
  color: #0b0f19;
}

.check-icon {
  width: 100%;
}

.list-check {
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  display: flex;
}

.text-span-47 {
  color: var(--gradient-a1);
}

.badge-3 {
  color: #8067e4;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.slingle-block {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.slingle-block-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.global-padding-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.global-padding-3.no-top-padding {
  padding-top: 0;
}

.card-inner {
  border-radius: 20px;
  align-items: center;
  width: 100%;
  max-width: 383px;
}

.card-inner.pay-card {
  padding-left: 30px;
  padding-right: 30px;
}

.card-inner.home-feature-block {
  min-height: auto;
}

.bottom-text-holder-2 {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bottom-text-holder-2.features-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
}

.slingle-block-top-image {
  object-fit: cover;
  background-image: url('../images/Background_1Background.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 383px;
  height: 100%;
  max-height: 251px;
  padding: 15px 0 0;
  position: relative;
  overflow: hidden;
}

.slingle-block-top-image._02 {
  object-fit: cover;
  padding-top: 40px;
}

.slingle-block-top-image._03 {
  padding-top: 0;
}

.container-12 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  position: relative;
}

.section-41 {
  padding-bottom: 0;
  position: relative;
}

.slider-mask---business-v2 {
  width: 100%;
  padding-left: 32px;
  overflow: visible;
}

.business-card---v2 {
  border-radius: 20px;
  max-width: 640px;
  min-height: 640px;
  margin-right: 32px;
  position: relative;
  overflow: hidden;
}

.business-card-text-overlay {
  opacity: .8;
  background-image: linear-gradient(#0000, #14161c);
  height: 45%;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-left-overlay {
  z-index: 10;
  background-image: linear-gradient(to right, #fafafb 60%, #0000);
  width: 34px;
  position: absolute;
  inset: 0% auto 0% -2px;
}

.slider-section-content---v2---bg {
  z-index: -1;
  background-color: var(--background);
  width: 100vw;
  position: absolute;
  inset: -100vh 0 -100vh auto;
}

.display-9 {
  font-size: 48px;
  line-height: 1.208em;
}

.text-no-wrap {
  white-space: nowrap;
}

.business-card-content-wrapper-v2 {
  max-width: 488px;
  position: absolute;
  bottom: 40px;
  left: 48px;
  right: 48px;
}

.business-slider---v2---wrapper {
  display: flex;
  position: relative;
}

.section-42 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.slider-wrapper.business-slider---v2 {
  z-index: auto;
  flex: 1;
  max-width: 676px;
  margin-left: auto;
}

.slider-wrapper.features-slider---v2 {
  z-index: 2;
  clear: left;
  padding-bottom: 50px;
  position: relative;
}

.display-8 {
  font-size: 36px;
  line-height: 1.111em;
}

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

.slider-section-content---v2 {
  z-index: 2;
  max-width: 435px;
  position: relative;
}

.text-neutral-200 {
  color: #fafafb;
}

.hidden {
  display: none;
}

.primary-button-icon {
  color: #fff;
  text-align: center;
  background-color: #14161c;
  border: 1px solid #14161c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: box-shadow .3s, color .3s, border-color .3s, background-color .3s, transform .3s;
  display: flex;
}

.primary-button-icon:hover {
  color: #fff;
  transform: scale(.94);
}

.primary-button-icon.slider-arrow---testimonial-v1 {
  color: #a4a6b0;
  background-color: #fff;
  border-color: #fff;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  font-size: 22px;
  line-height: 1em;
  box-shadow: 0 1px 1px #0e0e0e0a, 0 4px 4px #d3d3d30f;
}

.primary-button-icon.slider-arrow---testimonial-v1:hover {
  color: #14161c;
}

.primary-button-icon.slider-arrow---testimonial-v1.left-v2 {
  inset: 308px 100% auto -700px;
}

.primary-button-icon.slider-arrow---testimonial-v1.right-v2 {
  inset: 308px 100% auto -824px;
}

.container-default-2 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52, .text-span-53, .text-span-54, .text-span-55, .text-span-56 {
  color: var(--gradient-a1);
}

.flex-embed {
  display: flex;
}

.container-13 {
  width: 100%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.app-reviews-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-title-wrapper {
  max-width: 75%;
}

.paragraph-57 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .87501rem;
}

.mobile-app-user-wrapper {
  position: relative;
}

.mobile-app-user-wrapper._2 {
  left: -10px;
}

.mobile-app-user-wrapper._4 {
  left: -30px;
}

.mobile-app-user-wrapper._3 {
  left: -20px;
}

.review-stars {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.hero-section-3 {
  margin-top: 40px;
  margin-bottom: -15vh;
  padding-top: 85px;
}

.heading-33 {
  max-width: 900px;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
}

.rating-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  margin-right: 5px;
  display: flex;
}

.mobile-user-photo-rounded {
  border-radius: 100%;
  width: 40px;
}

.bottom-margin-30px {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
}

.bottom-margin-30px.max-width-90 {
  max-width: 90%;
}

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

.reviews-images {
  display: flex;
}

.hero-mockups-grid {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  padding-left: 15%;
  padding-right: 15%;
  position: relative;
}

.text-block-26 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
}

.bottom-left-wrapper {
  border-radius: 2vw 2vw 2vw 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  overflow: hidden;
}

.bottom-left-wrapper.min-width.green, .bottom-left-wrapper.min-width.lavender, .bottom-left-wrapper.min-width.yellow {
  background-color: var(--accent-a);
  background-image: linear-gradient(#f0ebff, #cabef7);
}

.bottom-left-wrapper.min-width.green {
  background-color: #0281a740;
}

.bottom-left-wrapper.min-width.lavender {
  background-color: #0281a71a;
}

.bottom-left-wrapper.min-width.yellow {
  background-color: #0281a773;
}

.bottom-left-wrapper.light-lavender {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 40px;
}

.bottom-left-wrapper.light-green {
  background-color: #5c4a92;
}

.bottom-left-wrapper.light-lavender {
  background-color: #c0c4fd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 40px;
}

.bottom-left-wrapper.global-grid {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bottom-left-wrapper.global-grid.light-yellow {
  background-color: #f7f7f7;
}

.center-aligned-text {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.center-aligned-text.bottom-margin-40px {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
}

.hero-mockup-1 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: 375px;
  min-height: 25vh;
  max-height: 25vh;
}

.bottom-margin-2vw {
  margin-bottom: 2vw;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.hero-mockup-3 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: 375px;
  min-height: 55vh;
  max-height: 55vh;
}

.hero-mockup-2 {
  object-fit: cover;
  object-position: 50% 0%;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 100%;
  max-width: 375px;
  min-height: 40vh;
  max-height: 40vh;
}

.hero-h2 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

.container-14 {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-14.centered-flex {
  background-color: var(--white);
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 60%;
  padding-top: 10px;
  padding-left: 10px;
  display: flex;
}

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

.plans-table-header {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.feature-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.feature-item.green {
  background-color: var(--accent-a);
}

.feature-item.green.last {
  border-bottom-right-radius: 4vw;
  border-bottom-left-radius: 4vw;
  margin-bottom: -20px;
  padding-bottom: 20px;
}

.feature-item.green.first {
  background-color: var(--accent-a);
  border-top-left-radius: 4vw;
  border-top-right-radius: 4vw;
  margin-top: -20px;
  padding-top: 20px;
}

.feature-item.left-aligned {
  justify-content: center;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.feature-item-grid {
  border-bottom: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.feature-item-grid.a {
  border-bottom-style: none;
}

.paragraph-58 {
  font-family: Montserrat, sans-serif;
}

.heading-34 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.heading-35, .heading-36, .heading-37, .heading-38, .heading-39, .heading-40, .heading-41, .heading-42, .heading-43 {
  font-size: 24px;
}

.paragraph-59 {
  text-align: center;
  max-width: 700px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.container-15 {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.feature-checklist {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.feature-popup-wrapper {
  max-width: 60%;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.feature-popup-wrapper.top-left {
  border-radius: 2vw 2vw 0;
  position: absolute;
  inset: -5% auto auto -5%;
}

.feature-popup-wrapper.top-left.lavender {
  background-color: #e8e9f8;
}

.feature-popup-wrapper.top-right {
  border-top-left-radius: 2vw;
  border-top-right-radius: 2vw;
  border-bottom-right-radius: 2vw;
  position: absolute;
  inset: -5% -5% auto auto;
}

.feature-popup-wrapper.top-right.green {
  background-color: var(--shadow-a);
  background-color: var(--accent-a);
  border-top-right-radius: 2vw;
  border-bottom-right-radius: 2vw;
}

.section-44 {
  flex-flow: column;
  padding-top: 60px;
  display: flex;
}

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

.features-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-mockup-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
}

.feature-mockup-grid.b {
  place-items: start stretch;
}

.small-text {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.bottom-margin-40px {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.feature-mockup {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-height: 50vh;
}

.feature-checklist-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bottom-margin-5px {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.feature-mockup-wrapper {
  max-width: 375px;
  position: relative;
}

.container-16 {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-45 {
  padding-top: 60px;
}

.container-17 {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-46 {
  margin-bottom: 60px;
  padding-top: 60px;
}

.small-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.bold-text-13, .paragraph-60 {
  font-size: 16px;
}

.bottom-margin-10px {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.text-link-2 {
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
}

.container-18 {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.process-tab-pane-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.active-tab-indicator {
  border-radius: 15px;
  width: 15px;
  height: 15px;
}

.active-tab-indicator.green, .active-tab-indicator.lavender {
  background-color: #bdb2f7;
}

.active-tab-indicator.lavender, .active-tab-indicator.green {
  background-color: var(--gradient-a1);
}

.section-47 {
  padding-top: 60px;
}

.heading-44 {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.tab-indicators-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.inactive-tab-indicator {
  background-color: #fffdf1;
  border-radius: 15px;
  width: 15px;
  height: 15px;
}

.inactive-tab-indicator.green-stroke, .inactive-tab-indicator.lavender-stroke {
  border: 2px solid #bdb2f7;
}

.inactive-tab-indicator.lavender-stroke, .inactive-tab-indicator.green-stroke {
  border: 2px solid var(--gradient-a1);
}

.tab-indicators-column {
  position: relative;
}

.tab-grid {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  display: flex;
}

.tab-pane {
  height: 100%;
  padding-top: 15px;
}

.tabs {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.process-tab-link {
  background-color: #ddd0;
  border-top-left-radius: 1.5vw;
  border-top-right-radius: 1.5vw;
  border-bottom-left-radius: 1.5vw;
  padding: 15px 2.5vw;
  font-family: Montserrat, sans-serif;
  display: block;
}

.process-tab-link.w--current {
  background-color: var(--accent-a);
  font-weight: 600;
}

.bottom-margin-40px-2 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.text-link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #080928;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  transition: color .3s;
  display: flex;
}

.text-link-block:hover {
  color: #080928;
}

.process-tabs-container {
  max-width: 80%;
}

.tab-indicators-line {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
}

.tab-indicators-line.green-stroke, .tab-indicators-line.lavender-stroke {
  background-color: #bdb2f7;
}

.tab-indicators-line.lavender-stroke, .tab-indicators-line.green-stroke {
  background-color: var(--gradient-a1);
}

.button-primary {
  color: #080928;
  background-color: #bdb2f7;
  border-radius: 60px;
  padding: 12px 25px;
  font-weight: 500;
  line-height: 20px;
  transition: color .3s, background-color .3s;
}

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

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

.bottom-margin-10px-2 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.container-19 {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-19.right-aligned {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

.heading-45 {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.path-tab-pane-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.path-tab-link {
  background-color: #ddd0;
  border-top-left-radius: 1.5vw;
  border-top-right-radius: 1.5vw;
  border-bottom-left-radius: 1.5vw;
  padding: 15px 2.5vw;
  display: block;
}

.path-tab-link.w--current {
  background-color: var(--accent-a);
  font-weight: 600;
}

.path-tabs-container {
  max-width: 70%;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.paragraph-61, .paragraph-62, .paragraph-63, .paragraph-64, .paragraph-65, .paragraph-66, .paragraph-67, .paragraph-68 {
  color: var(--accent-b);
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-58, .text-span-59, .text-span-60, .text-span-61, .text-span-62, .text-span-63 {
  color: var(--gradient-a1);
}

.paragraph-69, .paragraph-70, .paragraph-71, .paragraph-72, .paragraph-73, .paragraph-74, .paragraph-76 {
  color: var(--accent-d);
}

.text-span-65 {
  color: var(--gradient-a1);
}

.section-49 {
  padding-top: 60px;
}

.container-20 {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-77, .paragraph-78, .paragraph-79 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.small-text-3, .small-text-4 {
  font-family: Montserrat, sans-serif;
}

.text-span-66 {
  color: var(--gradient-a1);
}

.image-20 {
  max-width: 100%;
}

.image-21, .image-21._2 {
  max-width: 60%;
}

.link-block-3 {
  text-align: left;
}

.link-block-4 {
  text-align: right;
}

.card-2 {
  background-color: #fff;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 2px 6px #11111112, 0 1px 4px #11111112;
}

.card-2.use-case-image-bottom {
  grid-row-gap: 40px;
  background-image: url('../images/writing-bg-gradient-techbot-x-webflow-template.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.card-2.use-case-image-bottom.v2 {
  grid-row-gap: 20px;
  background-image: url('../images/coding-bg-gradient-techbot-x-webflow-template.png');
  background-position: 50% 100%;
  background-size: contain;
}

.card-2.use-case-image-bottom.v3 {
  background-image: url('../images/learning-bg-image-techbot-x-webflow-template.jpg');
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.features-3-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.display-2 {
  color: #111;
  letter-spacing: -.033em;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

.display-2.mg-bottom-8px {
  font-size: 62px;
  font-weight: 800;
}

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

.text-center.mg-bottom-32px {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-center.mg-bottom-56px._2 {
  margin-top: 40px;
}

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

.buttons-row-2.center {
  justify-content: center;
}

.color-neutral-600 {
  color: #606062;
}

.color-neutral-600.mg-bottom-0 {
  text-align: center;
  text-align: left;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

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

.use-case-card-content-pd {
  padding-top: 48px;
  padding-left: 32px;
  padding-right: 32px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  transform-style: preserve-3d;
  background-color: #111;
  border: 1px solid #111;
  border-radius: 48px;
  justify-content: center;
  padding: 20px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0276ff;
  border-color: #0276ff;
  transform: translate3d(0, -3px, .01px);
}

.heading-gradient {
  background-image: linear-gradient(90deg, var(--gradient-a1) 8%, var(--gradient-c2) 31%, var(--gradient-a1));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.social-icon-font {
  line-height: 21px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  font-size: 28px;
  line-height: 1.571em;
}

.paragraph-large-2.color-neutral-700, .paragraph-large-2.mg-bottom-48px.mg-bottom-24px-tablet {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.paragraph-large-2.mg-bottom-48px.mg-bottom-24px-tablet {
  padding-top: 40px;
  font-size: 18px;
}

.paragraph-large-2.color-neutral-700.mg-bottom-0 {
  font-size: 20px;
}

.paragraph-large-2.color-neutral-700 {
  font-size: 18px;
}

.paragraph-large-2.color-neutral-700.mg-bottom-24px {
  padding-top: 10px;
  font-size: 18px;
}

.paragraph-large-2.color-neutral-700 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.section-50 {
  padding-top: 160px;
  padding-bottom: 20px;
}

.heading-h1-size {
  color: #111;
  letter-spacing: -.034em;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.273em;
}

.heading-h1-size.mg-bottom-8px {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 800;
}

.heading-h1-size.mg-bottom-12px._5 {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1em;
}

.container-default-3 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1424px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.card-3 {
  background-color: #fff;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 2px 6px #11111112, 0 1px 4px #11111112;
}

.card-3.sticky-card {
  padding-top: 48px;
  padding-left: 64px;
  padding-right: 64px;
  overflow: hidden;
}

.display-10 {
  color: #111;
  letter-spacing: -.033em;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

.display-10.mg-bottom-8px {
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.sticky-cards-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.card-wrapper {
  position: sticky;
}

.card-wrapper._01 {
  z-index: 1;
  top: 24px;
}

.card-wrapper._02 {
  z-index: 2;
  top: 50px;
}

.card-wrapper._03 {
  z-index: 5;
  top: 66px;
}

.heading-gradient-2 {
  background-image: linear-gradient(90deg, var(--gradient-a1), #f68dff 47%, #7087ff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 5px;
}

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

.grid-2-columns-2.sticky-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1.21fr 1fr;
  align-items: start;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.step-card-text-container {
  margin-top: 128px;
  margin-bottom: 128px;
}

.step-card-text-container.v2 {
  text-align: left;
  margin-top: 88px;
  margin-bottom: 88px;
}

.section-51 {
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-default-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1424px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.card-4 {
  background-color: #fff;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 2px 6px #11111112, 0 1px 4px #11111112;
}

.card-4.step-card---home-v3 {
  padding-top: 64px;
  padding-left: 48px;
  padding-right: 48px;
}

.display-11 {
  color: #111;
  letter-spacing: -.033em;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2em;
}

.tab-content-wrapper---steps-section {
  width: 100%;
  overflow: visible;
}

.btn-secondary {
  color: #111;
  text-align: center;
  letter-spacing: .025em;
  transform-style: preserve-3d;
  background-color: #ececec;
  border: 1px solid #ececec;
  border-radius: 48px;
  padding: 20px 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #111;
  border-color: #111;
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.step-button {
  background-color: #fff;
  border-color: #b4b4b7;
  padding: 16px 20px;
}

.btn-secondary.step-button:hover {
  color: #111;
  background-color: #ececec;
  border-color: #111;
}

.btn-secondary.step-button.w--current {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.heading-gradient-3 {
  background-image: linear-gradient(90deg, var(--gradient-a1), #9583dd 47%, #785aed);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 10px;
}

.grid-2-columns-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns-3.sticky-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1.21fr 1fr;
  align-items: start;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns-3.sticky-card-grid.v2 {
  grid-template-columns: 1.4fr 1fr;
  max-width: 1086px;
}

.tabs-menu---steps-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

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

.container-default-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1424px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-block-27, .text-block-28, .text-block-29 {
  font-family: Montserrat, sans-serif;
}

.card-5 {
  background-color: #fff;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 2px 6px #11111112, 0 1px 4px #11111112;
}

.card-5.sticky-card {
  padding-top: 48px;
  padding-left: 64px;
  padding-right: 64px;
  overflow: hidden;
}

.display-12 {
  color: #111;
  letter-spacing: -.033em;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

.display-12.mg-bottom-16px {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.display-12.mg-bottom-8px {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 800;
}

.display-12.mg-bottom-8px._2 {
  font-size: 32px;
}

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

.grid-2-columns-4.sticky-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1.21fr 1fr;
  align-items: start;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

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

.container-default-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1424px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-content-wrapper.v3 {
  max-width: 600px;
}

.display-13 {
  color: #111;
  letter-spacing: -.033em;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2em;
}

.display-13.help {
  font-size: 32px;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.mg-bottom-0 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.sticky-top {
  position: sticky;
  top: 0;
}

.sticky-top._32px-top {
  top: 32px;
}

.accordion-title {
  margin-bottom: 0;
}

.accordion-title.display-3 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
}

.btn-circle-secondary {
  color: #111;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #0276ff;
  border-color: #0276ff;
  transform: translate3d(0, -3px, .01px);
}

.btn-circle-secondary.accordion-btn {
  color: #fff;
  background-color: #111;
  border-color: #111;
  width: 72px;
  min-width: 72px;
  max-width: 72px;
  height: 72px;
  min-height: 72px;
  max-height: 72px;
  font-family: Line Rounded Icon Font, Arial, sans-serif;
  font-size: 32px;
  line-height: 1em;
  transition-property: none;
  position: relative;
  box-shadow: 0 2px 6px #11111112;
}

.btn-circle-secondary.accordion-btn:hover {
  box-shadow: none;
  transform: none;
}

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

.grid-2-columns-5.faqs---contact-v3-page {
  grid-template-columns: .6fr 1fr;
  align-items: start;
  margin-top: 20px;
}

.line-rounded-icon {
  font-family: Line Rounded Icon Font, Arial, sans-serif;
}

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

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

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

.section-54.bottom {
  padding-bottom: 60px;
}

.accordion-spacer {
  min-height: 20px;
}

.accordion-spacer.large {
  min-height: 28px;
}

.accordion-item-wrapper {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 36px;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.accordion-item-wrapper:hover {
  transform: translate3d(0, -6px, .01px);
}

.accordion-item-wrapper.v2 {
  grid-column-gap: 16px;
  justify-content: space-between;
  padding: 40px 32px;
}

.container-default-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1424px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-span-67 {
  font-size: 18px;
  line-height: 1em;
}

.bold-text-18 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.display-14 {
  color: #111;
  letter-spacing: -.01em;
  font-size: 100px;
  font-weight: 600;
  line-height: .98em;
}

.display-14.text-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 92px;
  font-weight: 800;
  display: flex;
}

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

.top-section.pd-top-40px {
  padding-top: 160px;
}

.image-container.hero-section---home-v1 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: center;
  margin-top: -48px;
  display: flex;
}

.card-6 {
  background-color: #fff;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 2px 6px #11111112, 0 1px 4px #11111112;
}

.card-6.use-case-image-bottom {
  grid-row-gap: 40px;
  background-image: url('../images/writing-bg-gradient-techbot-x-webflow-template.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.card-6.use-case-image-bottom.v2 {
  background-image: url('../images/coding-bg-gradient-techbot-x-webflow-template.png');
  background-position: 50% 100%;
  background-size: contain;
}

.card-6.use-case-image-bottom.v3 {
  background-image: url('../images/learning-bg-image-techbot-x-webflow-template.jpg');
}

.display-15 {
  color: #111;
  letter-spacing: -.033em;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

.display-15.mg-bottom-8px {
  font-size: 52px;
  font-weight: 800;
}

.heading-gradient-4 {
  background-image: linear-gradient(90deg, var(--gradient-a1), #938dff 47%, #7087ff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 10px;
}

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

.container-default-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1424px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.card-7 {
  background-color: #fff;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 2px 6px #11111112, 0 1px 4px #11111112;
}

.card-7.feature-card-full-width-image {
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.card-7.feature-card-bottom-right {
  padding: 40px 32px;
}

.card-7.feature-card-left {
  flex-direction: column;
  justify-content: center;
  padding: 48px 32px;
  display: flex;
}

.card-7.feature-card-bg-gradient {
  background-image: url('../images/latest-api-model-bg-image-techbot-x-webflow-template.png'), linear-gradient(135deg, #6ac9ff 4%, #819dff 51%, #a55dff 98%);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 428px;
  padding: 48px 32px;
  display: flex;
}

.card-7.feature-card-bg-gradient.v2 {
  background-image: url('../images/token-context-bg-image-techbot-x-webflow-template.png'), linear-gradient(135deg, #ffba6a 4% 4%, #ff69de 98%);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.display-3 {
  color: #111;
  letter-spacing: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.118em;
}

.display-3.mg-bottom-12px {
  font-family: Montserrat, sans-serif;
}

.display-3.color-neutral-100 {
  color: #fff;
}

.display-16 {
  color: #111;
  letter-spacing: -.033em;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.2em;
}

.text-shadow-01 {
  text-shadow: 0 2px 14px #0000000a, 0 2px 6px #00000021;
}

.heading-gradient-5 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ffb774, #f68dff 47%, #7087ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.bg-overlay---featured-card---home-v1 {
  background-image: linear-gradient(#0000, #fff 83%);
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.section-56 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.feature-card-title {
  color: #fff;
  letter-spacing: -.028em;
  text-shadow: 0 2px 14px #0000000a, 0 2px 6px #00000021;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 140px;
  font-weight: 700;
  line-height: 1em;
}

.feature-card-content-pd {
  padding-left: 32px;
  padding-right: 32px;
}

.container-default-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1424px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.image-22 {
  width: 100%;
}

.text-span-68 {
  text-decoration: underline;
}

.card-8 {
  background-color: #fff;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 2px 6px #11111112, 0 1px 4px #11111112;
}

.card-8.contact-card-icon-left {
  padding: 48px 40px;
}

.card-8.contact-card-icon-left.c {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-23 {
  width: 100%;
}

.text-link-3 {
  color: #111;
  text-decoration: underline;
  transition: color .3s;
}

.text-link-3:hover {
  color: #0276ff;
}

.text-link-3.contact-link {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.grid-2-columns-6 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns-6.gap-column-32px {
  grid-column-gap: 32px;
}

.grid-2-columns-6.gap-column-32px._1-col-tablet {
  grid-template-columns: 1fr;
}

.contact-link-wrapper {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-icon {
  border-radius: 16px;
  max-width: 70px;
  box-shadow: 0 3px 8px #9689f030;
}

.contact-icon.v2 {
  flex: none;
  max-width: 60px;
}

.text-300 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
}

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

.text-300.medium.mg-bottom-8px {
  font-family: Montserrat, sans-serif;
}

.bold-text-19, .bold-text-20, .bold-text-21 {
  font-weight: 600;
}

.image-24 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  max-width: 90%;
}

.image-25 {
  max-width: 90%;
}

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

.grid-23.europe {
  grid-template-rows: auto auto auto auto auto auto auto;
}

.grid-23.sa, .grid-23.na {
  grid-template-rows: auto auto auto;
}

.grid-23.asia {
  grid-template-rows: auto auto auto auto auto auto;
}

.grid-23.pacific {
  grid-template-rows: auto auto;
}

.grid-23.africa {
  grid-template-rows: auto;
}

.card-9 {
  background-color: #fff;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 2px 6px #11111112, 0 1px 4px #11111112;
}

.card-9.partner-card {
  border-radius: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 54px 32px;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-30 {
  color: var(--heading);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.div-block-23 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span-69 {
  font-size: 12px;
}

.bold-text-22 {
  color: var(--heading);
  font-size: 16px;
  font-weight: 500;
}

.heading-46 {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.section-57 {
  padding-top: 40px;
  padding-bottom: 0;
}

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

.grid-22.help {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-24 {
  background-color: var(--white);
  border: .5px solid #4d4d4d;
  border-radius: 400px;
  padding: 10px 20px;
}

.text-block-31 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image-28 {
  border-radius: 20px;
}

.section-58 {
  margin-top: 30px;
}

.link-block-5 {
  color: var(--heading);
  text-decoration: none;
  -webkit-text-decoration-color: var(--heading);
  text-decoration-color: var(--heading);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-family: Montserrat, sans-serif;
}

.link-block-6, .link-block-7, .link-block-8, .link-block-9 {
  color: var(--heading);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-block-10 {
  color: var(--heading);
  text-decoration: none;
}

.div-block-25 {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-26, .div-block-27, .div-block-28, .div-block-29, .div-block-30, .div-block-31, .div-block-32, .div-block-33, .div-block-34 {
  text-align: left;
}

.image-29 {
  max-width: 25px;
}

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

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
  font-family: Montserrat, sans-serif;
}

.image-30 {
  max-width: 25px;
}

.paragraph-115 {
  margin-bottom: 20px;
}

.logo-wrapper.v1 {
  width: 100%;
  max-width: 250px;
}

.hero-mockup-4 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: 375px;
  min-height: 40vh;
  max-height: 40vh;
}

.header-wrapper {
  z-index: 2147483647;
  background-color: #fff;
  width: 100%;
  padding-top: 24px;
  position: sticky;
  top: 0;
}

.global-grid-top {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 25vw 10vw 45vw;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.nav-menu-middle {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.button-6 {
  background-color: #0081a7;
  border-radius: 30px;
  font-weight: 700;
}

.path-tab-link-2 {
  background-color: #ddd0;
  border-top-left-radius: 1.5vw;
  border-top-right-radius: 1.5vw;
  border-bottom-left-radius: 1.5vw;
  padding: 15px 2.5vw;
  display: block;
}

.path-tab-link-2.w--current {
  background-color: var(--accent-a);
  font-weight: 600;
}

.flags-wrapper-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.paragraph-114 {
  margin-bottom: 0;
  font-size: .87501rem;
}

.hamburger-menu {
  grid-row-gap: 0px;
  background-color: #121316;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 6px;
  transition: background-color .3s, transform .3s;
  position: static;
}

.hamburger-menu:hover {
  background-color: #121316;
  transform: scale(.94);
}

.hamburger-menu.w--open {
  background-color: #121316;
}

.header-container-wrapper {
  grid-column-gap: 16px;
  background-color: #f7f7f7;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.text-block-32 {
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 120%;
}

.heading-47 {
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 800;
}

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

.buttons-row-3.left {
  justify-content: flex-start;
}

.buttons-row-3.wrapper---desktop {
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.flags-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flags-wrapper.hide-on-desktop {
  display: none;
}

.container-default-10 {
  text-align: center;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.heading-48 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.display-17 {
  font-size: 24px;
  line-height: 1.25em;
}

.display-17.mid {
  text-align: left;
  font-weight: 600;
}

.list-nav-menu {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.bottom-margin-40px-3 {
  margin-bottom: 40px;
}

.global-grid-center {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 35vw 10vw 35vw;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

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

.footer-wrapper {
  background-color: #fff;
}

.bottom-margin-40px-4 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 800;
}

.footer-title-2 {
  color: #121316;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
}

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

.flag-img {
  color: #414040;
  object-fit: contain;
  border-radius: .5vw;
  justify-content: flex-start;
  align-items: flex-start;
  transition: color .3s;
  display: flex;
  overflow: hidden;
}

.flag-img:hover {
  color: #9a846a;
}

.container-21 {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.link-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #121316;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.25em;
  text-decoration: none;
  transition: opacity .3s, color .3s;
  display: flex;
}

.link-3:hover {
  opacity: .65;
  color: #121316;
}

.text-block-33 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
}

.nav-menu-wrapper {
  text-align: left;
}

.hero-mockup-5 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: 375px;
  min-height: 55vh;
  max-height: 55vh;
}

.container-22, .container-23 {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-23.right-aligned {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

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

.bottom-margin-2vw-2 {
  margin-bottom: 2vw;
  font-family: Montserrat, sans-serif;
}

.paragraph-116 {
  font-weight: 600;
}

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

.display-18 {
  font-size: 14px;
  line-height: 1.25em;
}

.icon-font-rounded-3 {
  color: #fff;
  font-family: Line Rounded Icon Font, Arial, sans-serif;
}

.icon-font-rounded-3.success-message-icon {
  color: #121316;
  font-size: 60px;
  line-height: 1em;
}

.icon-font-rounded-3.success-message-icon.small {
  font-size: 30px;
}

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

.image-31 {
  width: 100%;
}

.primary-button-5 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #121316;
  border: 1px solid #121316;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 4px #4d91e11a;
}

.primary-button-5:hover {
  color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.primary-button-5.dark-mode {
  color: #121316;
  background-color: #fff;
  border-color: #dfdfdf;
}

.primary-button-5.inside-input {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.display-19 {
  font-size: 30px;
  line-height: 1.25em;
}

.display-19.mid {
  text-align: left;
  font-weight: 600;
}

.display-19.mid._1 {
  text-align: left;
  font-weight: 700;
}

.hero-section-4 {
  margin-bottom: -15vh;
  padding-top: 140px;
}

.hero-h2-2 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
}

.hamburger-menu-line {
  background-color: #fff;
  border-radius: 20px;
  width: 24px;
  height: 2px;
}

.path-tabs-container-2 {
  max-width: 70%;
}

.sing-in {
  color: #121316;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 30px;
  font-weight: 700;
}

.hamburger-menu-flex {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-mockup-6 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: 375px;
  min-height: 25vh;
  max-height: 25vh;
}

.page-wrapper {
  background-color: var(--background);
}

.process-tab-link-2 {
  background-color: #ddd0;
  border-top-left-radius: 1.5vw;
  border-top-right-radius: 1.5vw;
  border-bottom-left-radius: 1.5vw;
  padding: 15px 2.5vw;
  display: block;
}

.process-tab-link-2.w--current {
  background-color: var(--accent-a);
  font-weight: 600;
}

.bottom-margin-30px-2 {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
}

.bottom-margin-30px-2.max-width-90 {
  max-width: 90%;
  font-family: Montserrat, sans-serif;
}

.bottom-margin-10px-3 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}

.global-grid-bottom {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 45vw 10vw 25vw;
  justify-content: space-between;
  display: flex;
}

.bold-text-25 {
  font-size: 20px;
}

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

.container-24 {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav-menu-right-side {
  grid-column-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mg-top-extra-small-2 {
  margin-top: 8px;
}

.text-block-38, .text-block-39, .text-block-40, .text-block-41, .div-block-35, .tabs-menu, .div-block-36, .tabs-menu-2, .div-block-37, .tabs-menu-3, .div-block-38, .div-block-39, .div-block-40, .div-block-41, .div-block-42, .div-block-43, .div-block-44, .div-block-45, .div-block-46, .div-block-47, .tabs-content {
  font-family: Montserrat, sans-serif;
}

.link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16 {
  text-decoration: none;
}

.section-62 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 25px;
  display: flex;
}

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

.block-heading-8.margin {
  margin-bottom: 22px;
}

.heading-49 {
  max-width: 624px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
}

.content-13 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  animation: 1s fadeIn;
  display: flex;
  position: relative;
}

.grid-24 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1100px;
}

.image-32 {
  border-radius: 20px;
}

.text-block-42, .div-block-48, .div-block-49, .div-block-50 {
  text-align: left;
}

.bold-text-26 {
  text-transform: none;
}

.heading-50 {
  text-transform: capitalize;
}

.div-block-51, .div-block-52, .div-block-53, .div-block-54, .div-block-55, .div-block-56 {
  text-align: left;
}

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

.block-heading-9.margin {
  margin-bottom: 22px;
}

.div-block-57 {
  text-align: left;
}

.text-block-43 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.grid-25 {
  aspect-ratio: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  justify-content: stretch;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.div-block-58 {
  text-align: left;
}

.paragraph-117 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.image-33 {
  border-radius: 20px;
}

.content-14 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  animation: 1s fadeIn;
  display: flex;
  position: relative;
}

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

.heading-51 {
  max-width: 624px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
}

.div-block-59 {
  text-align: left;
}

.section-63 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 25px;
  display: flex;
}

.div-block-60, .div-block-61, .div-block-62 {
  text-align: left;
}

.text-span-70 {
  color: var(--gradient-a1);
}

.grid-26 {
  aspect-ratio: auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  justify-content: stretch;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.image-34 {
  border-radius: 20px;
}

.text-block-45 {
  color: #a5a5a6;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.blog-title {
  color: #121316;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.text-block-46 {
  padding-top: 10px;
}

.slide {
  margin-right: 24px;
}

.paragraph-118 {
  color: #121316;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

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

.slider-mask {
  height: 100%;
}

.slider-mask.features-slider---v2 {
  max-width: 415px;
  overflow: visible;
}

.button-wrapper---features-section-v2 {
  z-index: 2;
  position: absolute;
  inset: auto 48px 0%;
}

.display-20 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25em;
}

.display-20.mid {
  text-align: center;
  align-self: auto;
  font-weight: 700;
}

.display-20.mid.use {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.mg-top-extra-large {
  margin-top: 48px;
}

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

.image-35 {
  width: 100%;
}

.primary-button-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #121316;
  border: 1px solid #121316;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 4px #4d91e11a;
}

.primary-button-6:hover {
  color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.position-relative {
  position: relative;
}

.display-21 {
  font-size: 30px;
  line-height: 1.25em;
}

.display-21.mid {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.feature-card-v2---bottom-content {
  padding: 24px 48px 48px;
}

.section-64 {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 100px;
}

.section-64.overflow-hidden {
  background-color: var(--background);
  align-self: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.slider-button {
  color: #7a7a7a;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 18px;
  font-weight: 600;
  transition: color .3s, border-color .3s, background-color .3s;
  display: flex;
}

.slider-button:hover {
  color: #fff;
  background-color: #121316;
  border-color: #121316;
}

.slider-button.features-v2---left {
  background-color: #121316;
  font-family: Line Rounded Icon Font, Arial, sans-serif;
  inset: auto auto 0% 0%;
}

.slider-button.features-v2---right {
  background-color: #121316;
  font-family: Line Rounded Icon Font, Arial, sans-serif;
  inset: auto 0% 0% auto;
}

.mg-top-small {
  box-sizing: border-box;
  text-align: right;
  object-fit: fill;
  margin-top: 16px;
}

.paragraph-119, .paragraph-120, .paragraph-121, .paragraph-122, .paragraph-123, .paragraph-124, .paragraph-125, .paragraph-126 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-63, .div-block-64, .div-block-65, .div-block-66, .div-block-67, .div-block-68, .div-block-69, .div-block-70, .div-block-71 {
  text-align: left;
}

.text-span-71 {
  text-decoration: underline;
}

.text-span-72 {
  color: var(--gradient-a1);
}

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

.section-65.bottom {
  padding-top: 40px;
  padding-bottom: 60px;
}

.image-36 {
  max-width: 25px;
}

.button-7 {
  background-color: #0081a7;
  border-radius: 30px;
  font-weight: 700;
}

.image-37 {
  width: 100%;
}

.card-20 {
  background-color: #fff;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 2px 6px #11111112, 0 1px 4px #11111112;
}

.card-20.step-card---home-v3 {
  padding-top: 64px;
  padding-left: 48px;
  padding-right: 48px;
}

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

.buttons-row-5.left {
  justify-content: flex-start;
}

.buttons-row-5.wrapper---desktop {
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.display-22 {
  color: #111;
  letter-spacing: -.033em;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.2em;
}

.container-default-11 {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.card-21 {
  background-color: #fff;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 2px 6px #11111112, 0 1px 4px #11111112;
}

.card-21.feature-card-bg-gradient {
  background-image: url('../images/latest-api-model-bg-image-techbot-x-webflow-template.png'), linear-gradient(135deg, #6ac9ff 4%, #819dff 51%, #a55dff 98%);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 428px;
  padding: 48px 32px;
  display: flex;
}

.card-21.feature-card-bg-gradient.v2 {
  background-image: linear-gradient(135deg, #97d8e6, #97d8e6 4%, #7364eb 55%, #6a48ec 98%);
  background-position: 0 0;
  background-size: auto;
}

.card-21.feature-card-bottom-right {
  padding: 40px 32px;
}

.card-19 {
  background-color: #fff;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 2px 6px #11111112, 0 1px 4px #11111112;
}

.card-19.top-section-card-images-bottom {
  background-color: var(--background);
  background-image: linear-gradient(180deg, var(--shadow-a), #dfe4ff);
  box-shadow: none;
  text-align: center;
  border-radius: 44px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 1268px;
  margin: 28px auto 50px;
  padding: 64px 48px 28px;
  display: flex;
}

.display-23 {
  font-size: 24px;
  line-height: 1.25em;
}

.display-23.mid {
  text-align: left;
  font-weight: 600;
}

.section-66 {
  padding-top: 40px;
  padding-bottom: 20px;
}

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

.display-24 {
  color: #111;
  letter-spacing: -.01em;
  font-size: 100px;
  font-weight: 600;
  line-height: .98em;
}

.display-24.font-size-36px-mbp.mg-bottom-20px {
  font-family: Montserrat, sans-serif;
  font-size: 78px;
  font-weight: 800;
}

.display-24.font-size-36px-mbp.mg-bottom-20px.sp {
  font-size: 72px;
}

.display-24.font-size-36px-mbp.mg-bottom-20px.fre {
  font-size: 68px;
}

.display-24.font-size-36px-mbp.mg-bottom-20px.por, .display-24.font-size-36px-mbp.mg-bottom-20px._2 {
  font-size: 72px;
}

.image-38 {
  width: 100%;
}

.grid-2-columns-7 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns-7.sticky-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1.21fr 1fr;
  align-items: start;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns-7.sticky-card-grid.v2 {
  grid-template-columns: 1.4fr 1fr;
  max-width: 1086px;
}

.grid-2-columns-7.faqs---contact-v3-page {
  grid-template-columns: .6fr 1fr;
  align-items: start;
}

.grid-2-columns-7.suprises-pages-right {
  grid-column-gap: 64px;
  grid-template-columns: 1fr 1.25fr;
  max-width: 1220px;
  margin-bottom: 124px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns-7.suprises-pages-right.last {
  margin-bottom: 0;
}

.footer-title-3 {
  color: #121316;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
}

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

.container-default-12 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1424px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.display-25 {
  color: #111;
  letter-spacing: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.118em;
}

.display-25.color-neutral-100 {
  color: #fff;
}

.display-25.mg-bottom-12px {
  text-align: left;
  margin-bottom: 20px;
}

.heading-accordion-2 {
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.feature-card-title-2 {
  color: #fff;
  letter-spacing: -.028em;
  text-shadow: 0 2px 14px #0000000a, 0 2px 6px #00000021;
  margin-bottom: 8px;
  font-size: 100px;
  font-weight: 700;
  line-height: 1em;
}

.link-4 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #121316;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.25em;
  text-decoration: none;
  transition: opacity .3s, color .3s;
  display: flex;
}

.link-4:hover {
  opacity: .65;
  color: #121316;
}

.heading-gradient-6 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #7045f1, #9583dd 47%, #785aed);
  -webkit-background-clip: text;
  background-clip: text;
}

.container-default-13 {
  max-width: 1424px;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-127 {
  font-weight: 600;
}

.accordion-header-3 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 40px 24px 30px;
  display: flex;
}

.display-26 {
  font-size: 14px;
  line-height: 1.25em;
}

.icon-font-rounded-4 {
  color: #fff;
}

.icon-font-rounded-4.success-message-icon {
  color: #121316;
  font-size: 60px;
  line-height: 1em;
}

.icon-font-rounded-4.success-message-icon.small {
  font-size: 30px;
}

.image-39 {
  width: 100%;
}

.primary-button-7 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #121316;
  border: 1px solid #121316;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 4px #4d91e11a;
}

.primary-button-7:hover {
  color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.primary-button-7.dark-mode {
  color: #121316;
  background-color: #fff;
  border-color: #dfdfdf;
}

.primary-button-7.inside-input {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.display-27 {
  font-size: 30px;
  line-height: 1.25em;
}

.display-27.mid {
  text-align: left;
  font-weight: 600;
}

.display-27.mid._1 {
  text-align: left;
  font-weight: 700;
}

.display-28 {
  color: #111;
  letter-spacing: -.033em;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2em;
}

.grid-2-columns-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.grid-2-columns-8.footer-top-v1---grid {
  grid-template-columns: 2fr minmax(340px, .9fr);
  place-items: stretch stretch;
}

.container-default-14 {
  max-width: 1424px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.bold-text-29 {
  font-size: 20px;
}

.container-default-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1424px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-block-52, .text-block-53, .text-block-54 {
  font-family: Montserrat, sans-serif;
}

.section-68 {
  margin-top: 100px;
}

.link-block-17, .link-block-18, .link-block-19, .link-block-20 {
  text-decoration: none;
}

.hero-title-2 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(103.96deg, #000, #000);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.hero-title-2.text-left {
  color: #6a48ec;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 62px;
  display: flex;
}

.overlay {
  z-index: 2;
  background-image: linear-gradient(180deg, #fff0, var(--background));
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-hero {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-badge {
  grid-column-gap: 10px;
  background-color: #fffc;
  border: 0 solid #5e91f387;
  border-radius: 22px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-badge-hero {
  color: #6a48ec;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.image-badge-hero {
  z-index: 2;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-badge-hero.image-badge-2 {
  position: absolute;
  left: 14px;
}

.image-badge-hero.image-badge-3 {
  right: -3px;
}

.child-badge {
  grid-row-gap: 10px;
  color: #fff;
  background-color: #6a48ec;
  background-image: none;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 21px;
  padding: 0 10px;
  text-decoration: none;
  display: flex;
}

.wrapper-image-badge-hero {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-primary-2 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #6a48ec;
  border-radius: 900px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-primary-2.border {
  color: #101828;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddada;
  font-weight: 500;
}

.hero-text-wrapper {
  z-index: 2;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 793px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-text-wrapper.home-2 {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-description {
  opacity: .7;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.hero-description.text-left {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.hero {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.home-2 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 0;
  padding-left: 40px;
}

.hero-image-2 {
  z-index: 2;
  width: 900px;
  position: relative;
}

.hero-image-2.hero-2 {
  width: 100%;
  max-width: 100%;
}

.hero-image-2.hero-2.lg-desktop {
  display: none;
}

.hero-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.hero-content-wrapper-home-2 {
  width: 100%;
  display: flex;
}

.hero-image-wrapper {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  width: 900px;
  display: flex;
  position: relative;
}

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

.text-block-55 {
  color: var(--heading);
  font-family: Montserrat, sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 120%;
}

.text-block-56 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-span-74 {
  color: var(--gradient-a1);
}

.text-block-57 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-58 {
  font-family: Montserrat, sans-serif;
}

.paragraph-129 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button-primary-3 {
  color: #fff;
  text-align: center;
  background-color: #0b2234;
  border: 1px solid #0b2234;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 4px #19213d14;
}

.button-primary-3:hover {
  color: #fff;
  transform: scale(.94);
}

.button-primary-3.inside-input {
  border-color: var(--heading);
  background-color: var(--heading);
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  inset: 8px 8px 8px auto;
}

.div-block-72 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-5 {
  color: var(--gradient-a1);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-neutral-300 {
  color: #f1f0f0;
  border-top: 1px #fff;
  border-radius: 0;
  padding-top: 10px;
}

.text-neutral-300.home {
  color: #000;
  border-top-style: none;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.grid-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-27._2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.input-2 {
  color: #0b2234;
  background-color: #fafafb;
  border: 1px solid #fafafb;
  border-radius: 80px;
  height: 61px;
  margin-bottom: 0;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  transition: border-color .3s, background-color .3s, color .3s;
}

.input-2:hover {
  border-color: #f8f7f8;
}

.input-2:focus {
  color: #0b2234;
  border-color: #0b2234;
}

.input-2::placeholder {
  color: #464851;
}

.input-2.white {
  background-color: #fff;
  border-color: #fff;
}

.input-2.white:hover {
  border-color: #f8f7f8;
}

.input-2.white:focus {
  border-color: #464851;
}

.input-2.white.btn-inside {
  -webkit-text-stroke-color: #000;
  padding-left: 20px;
  padding-right: 140px;
  font-family: Montserrat, sans-serif;
}

.container-default-16 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px 20px;
}

.container-default-16.z-index-1 {
  background-color: var(--background);
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-52 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.section-69 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-69.hero-section---help-center-page {
  background-color: var(--background);
  background-image: linear-gradient(180deg, var(--accent-a), var(--background));
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 180px;
  padding-bottom: 20px;
}

.section-69.hero-section---v13 {
  background-color: var(--background);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.display-29 {
  font-size: 72px;
  line-height: 1em;
}

.display-29.medium.text-neutral-100 {
  text-underline-offset: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 800;
  text-decoration: none;
  text-decoration-thickness: 1.5px;
}

.grid-2-columns-9 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.grid-2-columns-9.hero-grid---help-center-page {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}

.position-absolute {
  position: absolute;
}

.position-absolute.top {
  inset: 0% 0% auto;
}

.div-block-73 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.div-block-73.e {
  background-color: #eceeff;
}

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

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

.home-surprises-card {
  border: 1px solid #ececec;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  transform-style: preserve-3d;
  background-color: #111;
  border: 1px solid #111;
  border-radius: 48px;
  justify-content: center;
  padding: 20px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-2:hover {
  color: #fff;
  background-color: #0276ff;
  border-color: #0276ff;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-2.large {
  letter-spacing: .025em;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

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

.mg-bottom-40px.mg-bottom-24px-tablet, .heading-54 {
  font-family: Montserrat, sans-serif;
}

.div-block-74 {
  max-width: 150px;
}

.grid-28 {
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px 60px 20px;
}

.image-40 {
  border-radius: 5px;
}

.link-6 {
  color: #18191e;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.image-41 {
  border-radius: 5px;
}

.container-default-17 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px;
}

.image-42 {
  border-radius: 5px;
}

.text-block-59 {
  font-weight: 400;
}

.image-43, .image-44 {
  border-radius: 5px;
}

.div-block-75 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.image-45 {
  border-radius: 5px;
}

.bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .paragraph-130 {
  font-family: Montserrat, sans-serif;
}

.mg-bottom-32px {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.bold-text-36 {
  font-weight: 400;
}

.divider {
  color: #f8f7f8;
  background-color: #f8f7f8;
  height: 1px;
}

.divider._64px---40px {
  margin-top: 64px;
  margin-bottom: 40px;
}

.pd-top-24px {
  padding-top: 0;
}

.template-pages---nav-item-link {
  color: #000;
  border-radius: 8px;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: block;
}

.template-pages---nav-item-link:hover {
  color: #202127;
  background-color: #f1f0f0;
}

.template-pages---nav-item-link.w--current {
  background-color: var(--gradient-b2);
  color: #fff;
  border-radius: 5px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.template-pages---sidebar-navigation {
  grid-row-gap: 8px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.container-default-18 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px;
}

.section-70 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-70.pd-140px {
  background-color: var(--accent-a);
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 140px;
}

.grid-2-columns-10 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.grid-2-columns-10.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-22 {
  color: #464851;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.card-22.template-pages---sticky-card {
  z-index: 24;
  border-radius: 20px;
  padding: 32px 16px 24px;
  position: sticky;
  top: 24px;
}

.card-22.template-pages---text-card {
  border-radius: 20px;
  padding: 40px 64px 64px;
}

.border-radius-16px {
  border-radius: 16px;
}

.border-radius-16px.width-100.mg-bottom-48px {
  margin-bottom: 0;
}

.border-radius-16px.width-100.mg-bottom-48px.border-line {
  border: 1px solid #f8f7f8;
}

.mg-bottom-40px-2 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.mg-bottom-16px {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.mg-bottom-16px._3 {
  font-size: 18px;
  font-weight: 400;
}

.mg-bottom-24px {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.div-block-76 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-55 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.container-default-19 {
  max-width: 1160px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px;
}

.heading-56 {
  text-align: center;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
}

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

.div-block-77 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.image-46 {
  max-width: 20%;
}

.text-block-60 {
  font-size: 22px;
}

.link-7 {
  color: #4e9fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40 {
  font-family: Montserrat, sans-serif;
}

.text-span-75, .text-span-76, .text-span-77, .text-span-78, .text-span-79, .text-span-80, .text-span-81, .text-span-82 {
  color: var(--gradient-a1);
}

.heading-57 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.paragraph-131 {
  font-family: Montserrat, sans-serif;
}

.paragraph-132 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.text-span-83, .text-span-84, .text-span-85 {
  color: var(--gradient-a1);
}

.text-span-86 {
  color: var(--gradient-b2);
}

.grid-30 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.code-embed {
  margin-left: 40px;
  margin-right: 40px;
}

.code-embed-2 {
  margin-right: 40px;
}

.hero-section-5 {
  background-color: var(--background);
  background-image: url('../images/hero-300kb.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -2.2rem;
  padding-top: 13rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section-5.biz {
  background-image: url('../images/Artboard_2.webp');
  background-position: 55% 100%;
}

.hero-section-5.priv {
  background-image: url('../images/Artboard_3.webp');
  background-position: 50% 0;
}

.dashboard-02 {
  width: 100%;
  height: 572px;
}

.button-outline-wrap {
  position: relative;
  overflow: hidden;
}

.hero-description-2 {
  color: #fff;
  max-width: 450px;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}

.button-outline {
  z-index: 9;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-image: linear-gradient(#0000, #ffffff1a);
  border: 1px solid #fff3;
  border-radius: 6.25rem;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 1.031rem 2.125rem;
  line-height: 1.2em;
  text-decoration: none;
  position: relative;
}

.hero-badge-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff0;
  border: 1px #fff0;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.125rem;
  padding: .375rem 1.125rem .375rem .375rem;
  display: flex;
}

.badge-4 {
  color: #fff;
  background-color: #131515;
  border-radius: 6.25rem;
  padding: .125rem .5rem;
  font-size: .875rem;
  line-height: 1.2em;
}

.button-text-wrap {
  position: relative;
  overflow: hidden;
}

.button-outline-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.button-outline-icon.two {
  position: absolute;
}

.play-icon {
  width: 16px;
  height: 18px;
}

.container-25 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.button-text-6 {
  color: #fff;
}

.button-text-6.two {
  position: absolute;
}

.button-text-6.two.button-white-4 {
  z-index: 3;
  color: #131515;
}

.button-text-6.one {
  z-index: 2;
  font-family: Montserrat, sans-serif;
}

.button-text-6.one.button-white-3 {
  z-index: 3;
  color: #131515;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.badge-text {
  color: #fff;
  font-size: .875rem;
  line-height: 1.2em;
}

.hero-overlay {
  z-index: 1;
  background-color: var(--background);
  background-image: linear-gradient(180deg, #f7f7f7, var(--background) 83%);
  height: 100px;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0;
}

.hero-button-inline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-image-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-outline-text {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.dashboard-03 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 240px;
  height: 180px;
  margin-top: 10rem;
}

.dashboard-01 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 140px;
  height: 140px;
  margin-top: 1rem;
}

.hero-title-3 {
  color: var(--white);
  margin-bottom: 1.875rem;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  line-height: 1em;
}

.hero-title-3.biz {
  font-size: 66px;
}

.button-black {
  z-index: 1;
  color: #fff;
  text-align: center;
  background-color: #131515;
  border-radius: 6.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.125rem;
  line-height: 1.2em;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px #13151580, 0 10px 35px #13151599;
}

.button-black.button-white {
  color: #131515;
  background-color: #fff;
  box-shadow: 0 4px 5px #13151526, 0 10px 15px #13151526;
}

.button-black.button-white:hover {
  color: #fff;
}

.hero-item {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 740px;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-vector {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  pointer-events: none;
  width: 100%;
  height: 400px;
  position: absolute;
  inset: auto 0% -25px;
}

.bold-text-41 {
  -webkit-text-stroke-color: var(--background);
}

.code-embed-3 {
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
}

.about-title {
  color: #131515;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2em;
}

.about-text {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.2em;
}

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

.mobile-image {
  max-width: 340px;
  height: 700px;
  position: relative;
}

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

.about-image-wrap {
  border-radius: 6.25rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-image {
  object-fit: cover;
  border-radius: 1.25rem;
  width: 150px;
  height: 150px;
}

.about-center-item {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-inline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.marquee-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 1.25rem;
  display: flex;
  box-shadow: 0 8px 20px #1315150d;
}

.about-mobile-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.about-bottom-item {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.about-title-wrap {
  grid-column-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-icon {
  width: 70px;
  height: 70px;
}

.about-top-item {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 980px;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.star-icon {
  width: 14px;
  height: 14px;
}

.container-26 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.about-vector {
  width: 46px;
  height: 46px;
}

.marquee-text {
  color: #131515;
  font-size: 1rem;
  line-height: 1.3em;
}

.decoration-right {
  filter: blur(30px);
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  display: flex;
  position: absolute;
  inset: 0% -80px 0% auto;
}

.about-description {
  text-align: center;
  max-width: 580px;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.cloud-03 {
  pointer-events: none;
  height: 300px;
  position: absolute;
  inset: auto auto -190px 0;
}

.button-icon-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.button-icon-2.two {
  position: absolute;
}

.button-icon-2.one {
  z-index: 2;
}

.button-texts {
  font-family: Montserrat, sans-serif;
  line-height: 1.3em;
}

.button-icon-wrap {
  position: relative;
  overflow: hidden;
}

.about-badge-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-badge {
  color: #131515;
  background-color: #e8e8e8;
  border-radius: 100px;
  padding: .5rem .875rem;
  font-size: .875rem;
  line-height: 1.3em;
}

.cloud-01 {
  pointer-events: none;
  width: 100%;
  height: 590px;
  position: absolute;
  inset: auto 0% -400px 0;
}

.cloud-02 {
  pointer-events: none;
  height: 300px;
  position: absolute;
  inset: auto 0 -150px auto;
}

.about-image {
  object-fit: cover;
  border-radius: 6.25rem;
  width: 90px;
  height: 44px;
}

.about-image.four, .about-image.two, .about-image.three {
  position: absolute;
}

.button-icons {
  width: 20px;
  height: 20px;
}

.marquee-round {
  border-radius: 100%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.marquee-round.one {
  background-color: #0283a7;
  box-shadow: 0 10px 15px #0283a780;
}

.marquee-round.six {
  background-color: #9000ff;
  box-shadow: 0 10px 15px #9000ff80;
}

.marquee-round.seven {
  background-color: #0059ff;
  box-shadow: 0 10px 15px #0059ff80;
}

.marquee-round.five {
  background-color: red;
  box-shadow: 0 10px 15px #ff000080;
}

.marquee-round.eight {
  background-color: #ff00a1;
  box-shadow: 0 10px 15px #ff00a180;
}

.marquee-round.three {
  background-color: #12a70a;
  box-shadow: 0 10px 15px #12a70a80;
}

.marquee-round.two {
  background-color: #ff4c00;
  box-shadow: 0 10px 15px #ff4c0080;
}

.marquee-round.four {
  background-color: #02f;
  box-shadow: 0 10px 15px #0022ff80;
}

.decoration-left {
  filter: blur(20px);
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -80px;
}

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

.marquee-list-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  display: flex;
}

.about-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.black-button-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #131515;
  border-radius: 6.25rem;
  padding: 1.031rem 2.125rem;
  line-height: 1.3em;
  text-decoration: none;
  transition-property: background-color;
  box-shadow: 0 4px 10px #13151580, 0 10px 35px #13151599;
}

.black-button-icon.button-gray-3 {
  box-shadow: none;
  color: #131515;
  background-color: #e8e8e8;
}

.text-black {
  color: #131515;
}

.about-section {
  z-index: 0;
  padding-top: 5rem;
  position: relative;
}

.about-section.section-spacing-bottom {
  margin-bottom: 60px;
  padding-top: 2rem;
}

.about-bottom-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #1315151a;
  border-radius: 6.25rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1.25rem;
  display: flex;
}

.marquee-list-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  display: flex;
}

.about-info-title {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.counter-count-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  line-height: 1.2em;
  display: flex;
}

.counter-badge {
  color: #131515;
  background-color: #fff;
  border-radius: 6.25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
  line-height: 1.2em;
  position: absolute;
  inset: auto 30px 4px auto;
  transform: rotate(7deg);
  box-shadow: 0 8px 18px #1315150d;
}

.counter-bg-video {
  z-index: 1;
  mix-blend-mode: darken;
  background-color: #f7f7f7;
  height: 800px;
}

.counter-span-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 4.25rem;
  line-height: 1.2em;
}

.counter-center-item {
  justify-content: center;
  align-items: flex-start;
  max-width: 627px;
  margin-bottom: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-27 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.counter-big-text {
  color: #ff4c00;
  text-shadow: 0 10px 15px #ff4c0080;
  margin-bottom: 0;
  font-size: 7.5rem;
  line-height: 1.2em;
}

.decoration-three {
  z-index: 2;
  pointer-events: none;
  height: 450px;
  position: absolute;
  inset: auto -250px -100px auto;
}

.grid-counter {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.background-video-wrap {
  z-index: 1;
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.counter-image-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.no-margin-bottom {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.counter-section-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.decoration-one {
  z-index: 2;
  pointer-events: none;
  height: 250px;
  position: absolute;
  inset: auto 0% 8px -230px;
}

.counter-decoration {
  z-index: 4;
  filter: blur(10px);
  pointer-events: none;
  background-color: #f7f7f7;
  width: 100%;
  height: 300px;
  position: absolute;
  inset: auto 0% -104px;
}

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

.counter-section {
  overflow: hidden;
}

.counter-count {
  color: #fff;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 1.2em;
}

.counter-count.counter-big {
  color: #ff4c00;
  text-shadow: 0 10px 15px #ff4c0080;
  font-size: 7.5rem;
  line-height: 1.2em;
}

.counter-count.counter-number {
  color: #131515;
  font-size: 4.25rem;
}

.decoration-two {
  z-index: 2;
  pointer-events: none;
  height: 450px;
  position: absolute;
  inset: auto 0% -200px -30px;
}

.counter-item {
  z-index: 4;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.pre-title {
  color: #131515;
  background-color: #fff;
  border: 1px solid #1315151a;
  border-radius: 6.25rem;
  padding: .4rem 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 1.2em;
}

.qr-image {
  width: 170px;
  height: 170px;
}

.cta-cloud-05 {
  z-index: 1;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  pointer-events: none;
  width: 873px;
  height: 290px;
  position: absolute;
  inset: auto auto 50px -100px;
}

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

.button-texts-2 {
  font-family: Montserrat, sans-serif;
  line-height: 1.3em;
}

.cta-title-wrap {
  z-index: 1;
  position: relative;
}

.qr-decoration-02 {
  background-color: #e8e8e8;
  border-radius: 1.25rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 210px;
  display: flex;
}

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

.cta-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-cloud-06 {
  z-index: 1;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  pointer-events: none;
  width: 873px;
  height: 290px;
  position: absolute;
  inset: auto 100px -100px auto;
}

.cta-overlay {
  z-index: 3;
  background-color: var(--background);
  filter: blur();
  pointer-events: none;
  width: 100%;
  height: 260px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -20%;
}

.cta-button-inline {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cta-section {
  z-index: 1;
  height: 200vh;
  min-height: 200vh;
  position: relative;
  overflow: clip;
}

.container-28 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.cta-cloud-07 {
  z-index: 1;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  height: 350px;
  position: absolute;
  inset: auto 0 -200px auto;
}

.cta-title {
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.125rem;
}

.cta-cloud-04 {
  z-index: 0;
  pointer-events: none;
  max-width: 572px;
  height: 190px;
  position: absolute;
  inset: 150px auto auto 200px;
}

.qr-decoration-01 {
  background-color: #fff;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 232px;
  height: 232px;
  display: flex;
  box-shadow: 0 10px 35px #1315151a;
}

.cta-right {
  z-index: 4;
  padding-top: 6.25rem;
  position: relative;
}

.cta-description {
  margin-bottom: 2.188rem;
  font-family: Montserrat, sans-serif;
}

.cta-sticky {
  z-index: 1;
  position: sticky;
  top: 200px;
}

.cta-mobile-image {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  overflow: clip;
}

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

.button-icon-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.button-icon-3.one {
  z-index: 2;
}

.button-icon-3.two {
  position: absolute;
}

.cta-cloud-01 {
  z-index: 0;
  pointer-events: none;
  max-width: 572px;
  height: 190px;
  position: absolute;
  inset: 50px auto auto -185px;
}

.cta-cloud-02 {
  z-index: 0;
  pointer-events: none;
  max-width: 736px;
  height: 440px;
  position: absolute;
  inset: 150px auto auto -349px;
}

.cta-cloud-03 {
  z-index: 0;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  pointer-events: none;
  max-width: 813px;
  height: 470px;
  position: absolute;
  inset: 40px -243px auto auto;
}

.cta-left {
  z-index: 4;
  padding-top: 6.25rem;
  position: relative;
}

.text-span-87 {
  color: var(--background);
}

.grid-suggestion {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  margin-bottom: 5rem;
}

.suggestion-title {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.suggestion-icon {
  width: 22px;
  height: 22px;
}

.suggestion-info-round {
  border-radius: 100%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.suggestion-info-round.four {
  background-color: #12a70a;
  box-shadow: 0 10px 15px #12a70a80;
}

.suggestion-info-round.one {
  background-color: #02f;
  box-shadow: 0 10px 15px #0022ff80;
}

.suggestion-info-round.two {
  background-color: red;
  box-shadow: 0 10px 15px #ff000080;
}

.suggestion-info-round.three {
  background-color: #9000ff;
  box-shadow: 0 10px 15px #9000ff80;
}

._03 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  margin-bottom: .313rem;
  box-shadow: 0 4px 6px #1315151a;
}

.container-29 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.suggestion-dashboard {
  position: relative;
}

.offset-fix {
  height: 100%;
  margin-top: -11rem;
  position: absolute;
  top: 0;
  left: 0;
}

._01 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  margin-bottom: 1.063rem;
  box-shadow: 0 4px 6px #1315151a;
}

.suggestion-info-description {
  margin-bottom: 0;
}

.dashboard-04 {
  position: absolute;
  inset: 80px -120px auto auto;
  transform: rotate(-22deg);
}

.suggestion-info-item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.875rem;
  display: flex;
}

.suggestion-description {
  max-width: 400px;
  margin-bottom: 1.563rem;
  font-family: Montserrat, sans-serif;
}

.suggestion-section {
  position: relative;
}

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

._02 {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  margin-bottom: .813rem;
  box-shadow: 0 4px 6px #1315151a;
}

.suggestion-item {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 20px 30px;
  overflow: hidden;
}

.suggestion-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.suggestion-right {
  background-color: #e8e8e8;
  background-image: url('../images/suggestion-image_1suggestion-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  height: 570px;
  position: relative;
  overflow: hidden;
}

.suggestion-info-title {
  font-size: 1.5rem;
}

.story-name {
  color: #fff;
  margin-bottom: .1rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 1.2em;
}

.left-arrow {
  background-color: #e8e8e8;
  border-radius: 6.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .3s ease-in-out;
  display: flex;
  inset: auto 0 0 -50px;
}

.left-arrow:hover {
  background-color: #12a70a80;
}

.story-slider-wrap {
  position: relative;
  overflow: hidden;
}

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

.story-mask {
  width: 35%;
  max-width: 35%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.story-slider-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 480px;
  margin-bottom: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.story-backgound-video {
  z-index: 1;
  background-color: #131515;
  border-radius: 1.25rem;
  position: relative;
}

.story-slider-video {
  border-radius: 1.25rem;
}

.container-30 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.lightbox-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #131515;
  background-color: #ffffff80;
  border-radius: .313rem;
  justify-content: flex-start;
  align-items: center;
  padding: .2rem .5rem;
  font-size: .875rem;
  line-height: 1.3em;
  display: flex;
}

.story-slider-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.2em;
  display: flex;
}

.story-position {
  color: #b8b8b8;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 1.2em;
}

.story-overlay {
  pointer-events: none;
  background-image: linear-gradient(#131515, #0000 53%, #fff0);
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.arrow-icon {
  width: 9px;
  height: 15px;
}

.video-play-icon {
  width: 14px;
  height: 14px;
}

.right-arrow {
  background-color: #e8e8e8;
  border-radius: 6.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .3s ease-in-out;
  display: flex;
  inset: auto 0 0 50px;
}

.right-arrow:hover {
  background-color: #12a70a80;
}

.story-slider {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 6rem;
  display: flex;
}

.slider-decoration-right {
  z-index: 3;
  filter: blur(40px);
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: auto;
  display: flex;
  position: absolute;
  inset: -15% -100px 0% auto;
}

.story-slide {
  background-color: #0000;
  height: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.lightbox-link {
  height: auto;
  text-decoration: none;
  position: absolute;
  inset: auto 20px 20px auto;
}

.story-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 40px 40px auto;
}

.slider-decoration-left {
  z-index: 1;
  background-color: var(--background);
  filter: blur(40px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: auto;
  display: flex;
  position: absolute;
  inset: -15% auto 0% -100px;
}

.hide {
  display: none;
}

.star-image {
  width: 111px;
  height: 16px;
}

.pre-title-2 {
  color: #131515;
  background-color: #fff;
  border: 1px solid #1315151a;
  border-radius: 6.25rem;
  padding: .4rem 1.25rem;
  font-size: .875rem;
  line-height: 1.2em;
}

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

.mg-top-regular {
  margin-top: 32px;
}

.primary-button-8 {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  transform-style: preserve-3d;
  background-color: #030303;
  border: 1px solid #030303;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: transform .3s;
  position: relative;
}

.primary-button-8:hover {
  color: #fff;
  transform: scale3d(1.02, 1.02, 1.01);
}

.container-default-20 {
  width: 100%;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

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

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

.integrations-v3---square-image {
  border: 1px solid #f9f9f9;
  border-radius: 18%;
  width: 14%;
  max-width: 134px;
  position: absolute;
  box-shadow: 0 6px 6px #d3d3d30f, 0 2px 2px #0e0e0e0f;
}

.integrations-v3---square-image._02 {
  z-index: 3;
  right: 73%;
  transform: scale(.825);
}

.integrations-v3---square-image._07 {
  z-index: 2;
  left: 82%;
  transform: scale(.7);
}

.integrations-v3---square-image._08 {
  z-index: 1;
  left: 89.5%;
  transform: scale(.5);
}

.integrations-v3---square-image._04 {
  z-index: 1;
  right: 89.5%;
  transform: scale(.5);
}

.integrations-v3---square-image._01 {
  z-index: 4;
  right: 62%;
}

.integrations-v3---square-image._05 {
  z-index: 4;
  left: 62%;
}

.integrations-v3---square-image._03 {
  z-index: 2;
  right: 82%;
  transform: scale(.7);
}

.integrations-v3---square-image._06 {
  z-index: 3;
  left: 73%;
  transform: scale(.825);
}

.mg-top-4x-extra-small {
  margin-top: 8px;
}

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

.integrations-v3---main-image {
  width: 53%;
  max-width: 520px;
  margin-top: -5%;
  margin-bottom: -5%;
}

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

.section-71.pd-top-0 {
  padding-top: 0;
}

.button-bg-gradient {
  z-index: -1;
  filter: blur(12px);
  background-image: linear-gradient(90deg, #476aff, #efc1ff);
  border-radius: 12px;
  position: absolute;
  inset: -4px -2px;
}

.subtitle-9 {
  color: #4542fb;
  display: inline-block;
}

.secondary-button-2 {
  color: #030303;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #a3a3a3;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: transform .3s;
}

.secondary-button-2:hover {
  color: #030303;
  transform: scale3d(1.02, 1.02, 1.01);
}

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

.integrations-image-v1 {
  z-index: 1;
  max-width: 680px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.primary-button-9 {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  transform-style: preserve-3d;
  background-color: #030303;
  border: 1px solid #030303;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: transform .3s;
  position: relative;
}

.primary-button-9:hover {
  color: #fff;
  transform: scale3d(1.02, 1.02, 1.01);
}

.integrations-icons-container {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.container-default-21 {
  width: 100%;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

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

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

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

.subtitle-10 {
  color: #4542fb;
  display: inline-block;
}

.integration-icon {
  z-index: 1;
  border: 1px solid #f9f9f9;
  border-radius: 16px;
  width: 80px;
  height: 80px;
  position: absolute;
}

.integration-icon._4 {
  bottom: 14%;
  right: 13%;
}

.integration-icon._8 {
  top: 14%;
  left: 13%;
}

.integration-icon._6 {
  bottom: 14%;
  left: 13%;
}

.integration-icon._3 {
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  right: 0;
}

.integration-icon._1 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.integration-icon._2 {
  top: 14%;
  right: 13%;
}

.integration-icon._7 {
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  left: 0;
}

.integration-icon._5 {
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.accordion-paragraph {
  padding-top: 8px;
  overflow: hidden;
}

.accordion-paragraph._345px {
  max-width: 345px;
}

.title-left---content-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.title-left---content-right.small-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.tabs-wrapper---product-v3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .78fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.full-height-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: grid;
}

.icon-wrapper {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 1px #1213161a;
}

.display-30 {
  font-size: 60px;
  line-height: 1.115em;
}

.container-default-22 {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.display-31 {
  font-size: 24px;
  line-height: 1.25em;
}

.tabs-menu---product-v3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-tag {
  background-color: #e2fe54;
  border-radius: 8px;
  padding-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
}

.badge-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #121316;
  background-color: #e2fe54;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  line-height: 1.25em;
  display: flex;
  box-shadow: 0 1px 1px #1213161a;
}

.badge-5.small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 4px;
  padding: 6px;
  font-size: 14px;
}

.badge-5.small.product-badge {
  white-space: nowrap;
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: 500;
}

.mg-top-extra-small-3 {
  margin-top: 8px;
}

.accordion-bottom {
  overflow: hidden;
}

.product-card-v3---content-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.empty-state-message {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 16px;
}

.empty-state-message.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mg-top-large {
  margin-top: 40px;
}

.product-card-v3---content-wrapper {
  margin-top: 10px;
}

.product-card-v3---link-content {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-card-v3---content-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane-2 {
  height: 100%;
}

.display-7 {
  font-size: 36px;
  line-height: 1.25em;
}

.section-73 {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-73.top {
  padding-top: 80px;
}

@media screen and (min-width: 1280px) {
  strong {
    font-family: Montserrat, sans-serif;
  }

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

  .button {
    max-width: none;
  }

  .lottie-hero {
    aspect-ratio: 1;
    object-fit: fill;
    max-width: 110%;
  }

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

  .block-heading.margin.soc {
    margin-bottom: 0;
  }

  .overflow {
    padding-left: 10px;
    padding-right: 10px;
  }

  .body {
    overflow: visible;
  }

  .intro-content.cc-homepage {
    float: right;
  }

  .section-16.cc-store-home-wrap {
    padding-top: 100px;
  }

  .intro-header {
    background-image: linear-gradient(to bottom, null, null), url('../images/hero-img.png');
    background-position: 0 0, 0%;
  }

  .script-heading.hero-home {
    color: #e9c977;
    text-align: center;
  }

  .script-heading.hero-home.line-1 {
    margin-top: 0;
    margin-bottom: -20px;
  }

  .script-heading.hero-home.line-2 {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    bottom: 20px;
  }

  .script-heading.hero-home.line-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 220px;
    transform: rotate(-5deg);
  }

  .intro-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    place-items: start;
  }

  .rich-text-block-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-23 {
    background-color: var(--accent-a);
    border-radius: 50px;
    margin: 100px 60px 60px;
    padding: 40px 60px 60px;
  }

  .image-7 {
    max-width: 1060px;
    margin-bottom: 40px;
  }

  .body-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .logo-grid-holder-2 {
    padding-top: 40px;
  }

  .logo-grid-holder-2.bus {
    margin-top: 40px;
  }

  .text-span-13, .text-span-20, .text-span-21 {
    color: var(--gradient-a1);
  }

  .text-block-7 {
    font-size: 16px;
  }

  .image-14 {
    min-width: 1000px;
  }

  .section-29 {
    justify-content: center;
    align-items: center;
  }

  .div-block-13 {
    margin-top: 20px;
  }

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

  .text-span-27 {
    color: var(--gradient-a1);
  }

  .intro-header-2 {
    background-image: url('../images/620.webp');
    background-position: 100%;
  }

  .intro-content-2 {
    top: 28%;
  }

  .heading-28 {
    font-size: 44px;
    line-height: 54px;
  }

  .hero-section-2 {
    margin-top: 10px;
  }

  .container-default-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .display-19.mid {
    text-align: left;
  }

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

  .display-21.mid, .display-27.mid {
    text-align: left;
  }

  .container-default-15 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero.home-2 {
    padding-right: 40px;
  }

  .div-block-76 {
    justify-content: center;
    align-items: center;
  }

  .hero-section-5.priv {
    background-position: 50%;
  }

  .hero-vector {
    bottom: -30px;
  }

  .cta-cloud-05 {
    height: 290px;
  }

  .grid-cta {
    grid-template-columns: .75fr 1fr .75fr;
  }

  .cta-cloud-06 {
    max-width: 891px;
    height: 290px;
  }

  .cta-overlay {
    bottom: -20%;
  }

  .cta-cloud-07 {
    bottom: -200px;
  }

  .cta-cloud-01 {
    height: 190px;
  }

  .cta-cloud-02 {
    max-width: 750px;
    height: 440px;
  }

  .dashboard-04 {
    top: 50px;
    right: -30px;
  }

  .suggestion-info-item {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .suggestion-item {
    bottom: 20px;
    left: 70px;
  }
}

@media screen and (min-width: 1440px) {
  .rich-text-block {
    max-width: 1000px;
  }

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

  .nav-link {
    font-size: 15px;
  }

  .block-hero {
    padding-bottom: 20px;
  }

  .heading-hero {
    max-width: 100%;
    font-size: 78px;
  }

  .heading-hero.fr {
    margin-top: 20px;
    margin-bottom: 57px;
  }

  .paragraph-large {
    max-width: 1000px;
    font-size: 20px;
  }

  .button {
    max-width: none;
  }

  .section {
    margin-left: 60px;
    margin-right: 60px;
    padding: 40px 100px 60px;
  }

  .image-step {
    box-shadow: 0 18px 35px -5px #b6a1f3;
  }

  .plan.accent {
    box-shadow: 0 18px 35px 1px var(--shadow-b);
  }

  .heading-action {
    font-weight: 800;
  }

  .paragraph-2 {
    font-size: 20px;
  }

  .paragraph-2.c {
    max-width: 880px;
    font-size: 18px;
  }

  .logo-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .container {
    max-width: 1350px;
  }

  .text-span-2 {
    color: var(--gradient-a1);
  }

  .content-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-4 {
    place-items: center stretch;
  }

  .youtube-2 {
    mix-blend-mode: normal;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .body {
    overflow: visible;
  }

  .intro-header {
    background-image: url('../images/desktop.webp');
    background-position: 0%;
    background-size: 100% 100%;
    border-radius: 0;
  }

  .heading-13 {
    font-size: 54px;
  }

  .section-17 {
    flex-flow: column;
    justify-content: center;
  }

  .image-6 {
    height: 50%;
  }

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

  .rich-text-block-2 {
    max-width: 1200px;
  }

  .image-7 {
    margin-bottom: 40px;
    display: block;
  }

  .heading-17 {
    overflow: hidden;
  }

  .logo-grid-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .image-9 {
    height: 36px;
    margin-bottom: 20px;
  }

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

  .text-span-13, .text-span-14, .text-span-15, .text-span-16 {
    color: var(--gradient-a1);
  }

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

  .grid-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    min-width: 800px;
    margin-left: 40px;
    margin-right: 40px;
    display: grid;
  }

  .comparison-feature {
    overflow: hidden;
  }

  .div-block-7, .div-block-8, .div-block-9 {
    text-align: center;
  }

  .section-24 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    display: flex;
  }

  .body-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-14 {
    box-shadow: 0 2px 5px 0 var(--gradient-b2);
    border-radius: 20px;
    min-width: 1000px;
  }

  .section-29 {
    margin-left: 220px;
    margin-right: 220px;
  }

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

  .text-span-24 {
    color: var(--gradient-a1);
  }

  .hero-bottom, .mockup-img {
    text-align: center;
  }

  .hero-title {
    font-size: 54px;
    line-height: 60px;
  }

  .grid-13 {
    grid-template: "Area Area-2"
                   "Area-3 Area-4"
                   "Area-5 Area-6"
                   "Area-7 Area-8"
                   / 2fr 2fr;
  }

  .intro-header-2 {
    text-align: left;
    background-position: 100% 70%;
    background-size: cover;
  }

  .intro-content-2 {
    text-align: left;
    position: absolute;
    inset: 28% auto auto 5%;
  }

  .text-block-13 {
    font-size: 22px;
  }

  .div-block-19 {
    margin-top: 30px;
  }

  .heading-28 {
    font-size: 48px;
    line-height: 58px;
  }

  .button-5 {
    padding: 20px 30px;
    font-size: 18px;
  }

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

  .client-logo {
    width: 100%;
  }

  .container-6 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    max-width: 1350px;
    padding-bottom: 2em;
  }

  .button-gradient-bg.blue-gradient {
    background-image: linear-gradient(122deg, #6ddcff, #7f60f9);
    inset: 2px;
  }

  .hero-section-2 {
    margin-top: 7.1em;
  }

  .brand-marketplace-content {
    background-color: #000;
    border: 0 #0000;
    border-radius: 100px;
  }

  .title-holder-2 {
    margin-top: 30px;
  }

  .container-7 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    max-width: 1350px;
    padding-bottom: 2em;
  }

  .container-7.pricing {
    padding-top: 2em;
    padding-bottom: .25em;
  }

  .image-project-holder {
    max-height: 100%;
  }

  .feature-project-image {
    height: 20%;
    right: -25%;
  }

  .feature-project-image.bottom {
    box-shadow: none;
    border-style: none;
    border-width: 0;
    height: 20%;
    top: 78%;
    left: -42%;
  }

  .feature-grid-container.space-between {
    margin-top: 100px;
  }

  .text-span-39 {
    color: var(--gradient-a1);
  }

  .grid-20 {
    place-items: center stretch;
  }

  .content-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-19 {
    opacity: 1;
  }

  .footer-main-pages-grid-v1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-wrapper.footer-cta-v1 {
    left: 58%;
  }

  .primary-button-2:hover {
    color: #5a50d8;
    background-color: #0b0f19;
  }

  .title-4.white-text {
    font-size: 28px;
  }

  .container-8 {
    max-width: 1350px;
  }

  .primary-button-3:hover {
    color: #5a50d8;
    background-color: #0b0f19;
  }

  .container-9 {
    max-width: 1350px;
  }

  .primary-button-4:hover {
    color: #5a50d8;
    background-color: #0b0f19;
  }

  .container-10, .container-11, .container-12 {
    max-width: 1350px;
  }

  .paragraph-57 {
    font-family: Montserrat, sans-serif;
  }

  .heading-33 {
    margin-top: 20px;
  }

  .bottom-left-wrapper.min-width.green {
    background-color: #0281a640;
  }

  .bottom-left-wrapper.min-width.lavender {
    background-color: #0281a71a;
  }

  .bottom-left-wrapper.min-width.yellow {
    background-color: #0281a773;
  }

  .bottom-left-wrapper.light-lavender {
    background-color: var(--light);
  }

  .container-14.centered-flex {
    border-radius: 45px;
  }

  .text-span-57 {
    color: var(--gradient-a1);
  }

  .feature-popup-wrapper.top-right.green {
    background-color: var(--shadow-a);
  }

  .section-44 {
    padding-top: 60px;
  }

  .small-text {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .section-46 {
    margin-bottom: 80px;
  }

  .container-19.right-aligned {
    margin-left: 200px;
  }

  .section-48, .path-tabs-container {
    margin-left: 0;
  }

  .section-49 {
    padding-top: 60px;
  }

  .grid-3-columns.features-3-col-grid {
    grid-template-columns: .5fr .95fr;
  }

  .container-default-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-22 {
    grid-column-gap: 130px;
    grid-row-gap: 130px;
  }

  .text-block-30 {
    font-size: 24px;
  }

  .bold-text-22 {
    font-size: 18px;
  }

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

  .display-17.mid {
    text-align: left;
  }

  .footer-wrapper {
    align-self: stretch;
  }

  .bold-text-23, .display-19.mid {
    text-align: left;
  }

  .section-62 {
    margin-left: 60px;
    margin-right: 60px;
    padding: 40px 100px 60px;
  }

  .content-13, .content-14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-63 {
    margin-left: 60px;
    margin-right: 60px;
    padding: 40px 100px 60px;
  }

  .display-20.mid {
    text-align: left;
    font-size: 48px;
    font-weight: 700;
  }

  .display-21.mid, .section-64, .display-23.mid, .bold-text-27, .display-27.mid {
    text-align: left;
  }

  .container-default-15 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-title-2.text-left {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 66px;
    display: flex;
  }

  .hero-text-wrapper.home-2 {
    max-width: 600px;
  }

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

  .hero.home-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 100px 120px 0;
  }

  .hero-image-2 {
    width: 1300px;
    max-width: none;
    right: -23px;
  }

  .hero-image-2.hero-2 {
    width: 100%;
    max-width: 100%;
    display: none;
    right: 0;
  }

  .hero-image-2.hero-2.lg-desktop {
    display: block;
  }

  .hero-content-wrapper-home-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    display: flex;
  }

  .hero-image-wrapper {
    width: 700px;
  }

  .container-default-16.z-index-1 {
    margin-top: 40px;
  }

  .section-69.hero-section---help-center-page {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .section-69.hero-section---v13 {
    padding-top: 0;
  }

  .hero-section-5.biz {
    background-image: url('../images/Artboard_2.webp');
  }

  .about-info-title {
    font-family: Montserrat, sans-serif;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1920px) {
  .section-29 {
    justify-content: center;
    align-items: center;
  }

  .image-15 {
    max-height: 100%;
  }

  .intro-content-2 {
    top: 19%;
    bottom: 400px;
  }

  .text-light {
    color: #fff;
  }

  .inner-container._856px.center {
    margin-left: 140px;
    margin-right: 140px;
  }

  .ui-column {
    z-index: 111;
  }

  .ui-column.left-02, .ui-column.right-01 {
    background-color: #0000;
  }

  .bottom-ui-holder._02 {
    right: 26%;
  }

  .bottom-ui-holder-2._01 {
    left: 25%;
  }

  .hero-section-3 {
    margin-bottom: -12vh;
  }

  .hero-mockup-3 {
    min-height: 50vh;
    max-height: 50vh;
  }

  .container-14.centered-flex {
    border-radius: 65px;
    padding-top: 10px;
    padding-left: 20px;
  }

  .feature-mockup-wrapper {
    max-width: 500px;
  }

  .process-tab-link, .path-tab-link, .path-tab-link-2 {
    font-size: 1.25rem;
  }

  .footer-wrapper {
    align-self: stretch;
  }

  .hero-mockup-5 {
    min-height: 50vh;
    max-height: 50vh;
  }

  .display-19.mid {
    text-align: left;
  }

  .hero-section-4 {
    margin-bottom: -12vh;
  }

  .process-tab-link-2 {
    font-size: 1.25rem;
  }

  .display-20.mid {
    text-align: center;
  }

  .display-21.mid, .display-27.mid {
    text-align: left;
  }

  .hero-section-5.priv {
    background-position: 50% 0;
  }

  .decoration-right, .decoration-left {
    background-color: var(--background);
  }
}

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

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 21px;
  }

  .rich-text-block {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .section-hero {
    padding-top: 170px;
  }

  .nav-link {
    color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 34px;
  }

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

  .nav-menu {
    background-color: var(--heading);
    width: 100%;
    height: 100vh;
    margin-right: 0;
    padding: 25px;
    position: fixed;
    inset: 0%;
  }

  .menu-button {
    z-index: 500;
    background-color: var(--white);
    box-shadow: 0 22px 40px -5px var(--shadow-b);
    color: var(--heading);
    border-radius: 50px;
    margin-left: 8px;
    padding: 14px;
    font-size: 22px;
    line-height: 100%;
    transition: color .5s cubic-bezier(.77, 0, .175, 1), background-color .5s cubic-bezier(.77, 0, .175, 1);
  }

  .menu-button.w--open {
    color: var(--white);
    background-color: #ffffff0d;
  }

  .block-hero {
    padding-bottom: 10px;
  }

  .heading-hero {
    max-width: 660px;
  }

  .lottie-hero {
    filter: blur(45px);
  }

  .app-screen-hero {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .image-app-screen {
    border-radius: 40px;
    max-width: 40vw;
    min-height: 0;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 72px;
    display: flex;
  }

  .heading {
    max-width: 472px;
    font-size: 40px;
  }

  .block-heading {
    margin-bottom: 10px;
  }

  .block-heading.margin {
    margin-bottom: 16px;
  }

  .paragraph {
    font-size: 18px;
  }

  .grid-features {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .feature {
    padding: 40px 35px 45px;
  }

  .feature.small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 35px 25px 40px;
    display: flex;
  }

  .image-feature {
    height: 110px;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .block {
    padding: 30px;
  }

  .lottie-animation {
    filter: blur(30px);
  }

  .app-screen {
    min-height: 550px;
  }

  .heading-check {
    font-size: 16px;
  }

  .paragraph-check {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .grid-steps {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-step {
    height: 24vw;
  }

  .block-image-step {
    margin-bottom: 52px;
  }

  .step-number-bg {
    width: 60px;
    height: 60px;
    bottom: -30px;
  }

  .step-number {
    font-size: 26px;
  }

  .paragraph-step {
    font-family: Montserrat, sans-serif;
  }

  .block-text-step {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-plans {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto;
    justify-content: flex-start;
    place-items: center stretch;
  }

  .plan {
    margin-top: 20px;
    padding: 40px 50px 50px;
  }

  .plan.accent {
    flex-flow: column;
  }

  .price {
    font-size: 64px;
  }

  .subscript {
    font-size: 26px;
  }

  .grid-reviews {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .block-reviews {
    grid-row-gap: 15px;
  }

  .review {
    padding: 35px;
  }

  .section-footer {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 72px;
  }

  .heading-action {
    max-width: 730px;
    font-size: 64px;
  }

  .lottie-footer {
    filter: blur(30px);
  }

  .footer {
    margin-top: 144px;
  }

  .block-include {
    margin-top: 80px;
  }

  .grid-include {
    grid-column-gap: 25px;
    grid-row-gap: 35px;
  }

  .grid-faq {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .block-faq {
    grid-row-gap: 15px;
  }

  .grid-features-small {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 15px;
  }

  .collection-list {
    grid-row-gap: 50px;
  }

  .link-blog-image {
    min-height: 340px;
  }

  .block-blog {
    padding: 50px;
  }

  .image-blog {
    margin-top: 12px;
  }

  .contact-text, .contact-form {
    padding: 50px;
  }

  .image-app-hero {
    border-radius: 43px;
    max-width: 40vw;
  }

  .section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .block-heading-2 {
    margin-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-4 {
    font-size: 32px;
  }

  .section-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .block-heading-3 {
    margin-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .logo-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .trusted-content.trusted-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .trusted-overlay-container {
    display: none;
  }

  .trusted-item {
    margin-bottom: 5vh;
  }

  .sticky-section {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .logo-image {
    border-radius: 20px;
  }

  .logo-image.blured {
    display: none;
  }

  .logo-holder {
    border-radius: 8px;
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
  }

  .effortlessly-integration---iphone-holder {
    width: 320px;
  }

  .workflow-section {
    margin-top: -220px;
    padding: 42px;
  }

  .text-span-4 {
    color: var(--gradient-a1);
  }

  .section-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .block-heading-4 {
    margin-bottom: 10px;
  }

  .heading-6 {
    max-width: 472px;
  }

  .feature-2 {
    padding: 40px 35px 45px;
  }

  .image-app-screen-2 {
    border-radius: 43px;
    max-width: 37vw;
  }

  .section-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .app-screen-2 {
    min-height: 550px;
  }

  .heading-7 {
    max-width: 472px;
  }

  .block-2 {
    padding: 30px;
  }

  .grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-app-screen-3 {
    border-radius: 43px;
    max-width: 37vw;
  }

  .section-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .app-screen-3 {
    min-height: 550px;
  }

  .heading-8 {
    max-width: 472px;
  }

  .block-3 {
    padding: 30px;
  }

  .grid-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .section-8 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .app-screen-4 {
    min-height: 550px;
  }

  .heading-9 {
    max-width: 472px;
  }

  .block-4 {
    padding: 30px;
  }

  .grid-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .section-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .app-screen-5 {
    min-height: 550px;
  }

  .block-5 {
    padding: 30px;
  }

  .section-10 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .app-screen-6 {
    min-height: 550px;
  }

  .heading-10 {
    max-width: 472px;
  }

  .block-6 {
    padding: 30px;
  }

  .section-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-heading-5 {
    margin-bottom: 10px;
  }

  .block-heading-5.margin {
    margin-bottom: 16px;
  }

  .heading-11 {
    max-width: 472px;
  }

  .paragraph-12 {
    font-size: 18px;
  }

  .workflow-section-2 {
    margin-top: -220px;
    padding: 42px;
  }

  .button-4 {
    justify-content: center;
  }

  .intro-content.cc-homepage {
    margin-right: auto;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section-16.cc-store-home-wrap {
    padding-top: 100px;
  }

  .intro-header {
    background-image: url('../images/desktop.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    justify-content: center;
    align-items: flex-start;
    height: 620px;
    padding-top: 20px;
  }

  .callout {
    margin-left: 10px;
    margin-right: 10px;
  }

  .intro-text {
    width: auto;
    margin-top: 10px;
  }

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

  .intro-grid {
    grid-column-gap: 0px;
    grid-template-areas: "Area Area"
                         "Area-2 .";
    padding-left: 10px;
  }

  .paragraph-15 {
    font-size: 16px;
  }

  .grid-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-14 {
    max-width: 472px;
  }

  .block-heading-6 {
    margin-bottom: 10px;
  }

  .section-17 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .feature-4 {
    padding: 0 0 45px;
  }

  .workflow-section-3 {
    margin-top: -220px;
    padding: 42px;
  }

  .paragraph-21 {
    padding-top: 20px;
  }

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

  .app-focus---content {
    max-width: 18em;
  }

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

  .heading-top {
    font-size: 4.5em;
  }

  .image-10 {
    padding-bottom: 20px;
  }

  .heading-port, .paragraph-44 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lottie-hero-2 {
    filter: blur(45px);
  }

  .image-14 {
    min-width: 600px;
  }

  .grid-features-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .section-28 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-feature-2 {
    height: 110px;
  }

  .grid-features-small-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 15px;
  }

  .feature-5 {
    padding: 40px 35px 45px;
  }

  .feature-5.small {
    padding: 35px 25px 40px;
  }

  .section-29 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .app-screen-7 {
    min-height: 550px;
  }

  .heading-25 {
    max-width: 472px;
  }

  .block-7 {
    padding: 30px;
  }

  .section-30 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .app-screen-8 {
    min-height: 550px;
  }

  .heading-26 {
    max-width: 472px;
  }

  .block-8 {
    padding: 30px;
  }

  .grid-9 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .features-row {
    grid-row-gap: 120px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 40px;
  }

  .section-32 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .feature-img {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .feature-title {
    font-size: 42px;
    line-height: 48px;
  }

  .hero-section {
    padding-top: 112px;
    padding-bottom: 32px;
  }

  .hero-bottom {
    text-align: center;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 0%;
    display: flex;
  }

  .mockup-img {
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero-title {
    font-size: 66px;
    line-height: 72px;
  }

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

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

  .intro-header-2 {
    background-position: 80% 80%;
  }

  .paragraph-bigger.cc-bigger-light {
    max-width: 400px;
    font-size: 16px;
  }

  .heading-jumbo-2 {
    font-size: 38px;
    line-height: 45px;
  }

  .intro-content-2 {
    top: 26%;
    left: 10%;
  }

  .text-block-13 {
    max-width: 340px;
  }

  .div-block-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-28 {
    max-width: 500px;
    font-size: 32px;
  }

  .button-5 {
    padding: 15px 20px;
    font-size: 18px;
  }

  .hero-text {
    font-size: 60px;
  }

  .client-logo {
    width: 100%;
  }

  .hero-image {
    min-width: 600px;
  }

  .hero-image-simple-holder {
    width: 210px;
  }

  .grid-5-col {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .small-person-container {
    width: 94px;
  }

  .small-person-container._11 {
    width: 109px;
  }

  .small-person-container._10 {
    width: 93px;
  }

  .image-project-holder {
    justify-content: flex-end;
    align-items: flex-end;
    width: 80%;
  }

  .grid-8-col {
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .project {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .feature-project-image.bottom {
    width: 370px;
    left: 45%;
  }

  .button-list-holder {
    margin-bottom: 30px;
  }

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

  .div-block-20 {
    margin-bottom: 10px;
  }

  .app-screen-9 {
    min-height: 550px;
  }

  .heading-30 {
    max-width: 472px;
  }

  .section-36 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .block-9 {
    padding: 30px;
  }

  .grid-20 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .display-5 {
    font-size: 24px;
  }

  .inner-container._400px---tablet {
    max-width: 400px;
  }

  .inner-container._856px.center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner-container._350px---tablet {
    max-width: 350px;
  }

  .inner-container._550px---tablet {
    max-width: 550px;
  }

  .inner-container._500px---tablet {
    max-width: 500px;
  }

  .card.footer-pages-card {
    grid-template-columns: 3fr 1fr;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.cta-footer-card-v1 {
    grid-template-columns: 1fr minmax(240px, .8fr);
  }

  .card.product-card-v3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .display-1 {
    font-size: 14px;
  }

  .icon-font-rounded.success-message-icon {
    font-size: 56px;
  }

  .icon-font-rounded.success-message-icon.small {
    font-size: 28px;
  }

  .grid-2-columns.footer-top-v1---grid {
    grid-template-columns: 2fr;
  }

  .image-wrapper.sticky-card-image {
    margin-right: auto;
  }

  .image-wrapper.sticky-card-image.v2 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper.full-width-row---image-small {
    max-width: 250px;
    max-height: 436px;
    margin-top: -60px;
  }

  .image-wrapper.full-width-row---main-image {
    max-width: 325px;
  }

  .image-wrapper.square-icon-wrapper {
    max-width: 80px;
  }

  .image-wrapper.hero-image---home-v3 {
    width: 88%;
    max-width: none;
  }

  .display-6 {
    font-size: 28px;
  }

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

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

  .hero-section-holder.home-hero {
    padding-top: 7em;
  }

  .ui-column.left-02 {
    border-radius: 12px;
    max-width: 180px;
    bottom: 15%;
  }

  .ui-column.right-01 {
    border-radius: 12px;
    max-width: 150px;
    bottom: 14%;
  }

  .bottom-ui-holder._02 {
    border-radius: 12px;
    max-width: 180px;
    right: 0%;
  }

  .mockup-image-holder {
    max-width: 350px;
    margin-top: -16em;
  }

  .bottom-ui-holder-2._01 {
    border-radius: 12px;
    max-width: 180px;
    top: 57%;
    left: 0%;
  }

  .hero-ui-holder {
    top: 25%;
  }

  .hero-gradient-2 {
    width: 75%;
    max-height: 95px;
    left: 3%;
  }

  .corner-image-holder.hero-corner-03, .corner-image-holder.hero-corner-04, .corner-image-holder.hero-corner-01, .corner-image-holder.hero-corner-02 {
    max-width: 57px;
    min-height: 57px;
  }

  .collaboration-inner-holder {
    padding: 40px;
  }

  .financial-grid-holder {
    grid-row-gap: 12em;
    border-top-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }

  .hover-block {
    display: none;
  }

  .financial-inner-holder {
    border-top: 1px solid #e7e8e9;
  }

  .slingle-block-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .card-inner {
    max-width: 100%;
    min-height: auto;
  }

  .card-inner.pay-card {
    padding-bottom: 30px;
  }

  .card-inner.home-feature-block {
    max-width: 100%;
  }

  .slingle-block-top-image {
    max-width: 100%;
    max-height: none;
  }

  .slider-mask---business-v2 {
    width: 100%;
    max-width: 500px;
  }

  .business-card---v2 {
    min-height: 540px;
  }

  .display-9 {
    font-size: 40px;
  }

  .business-card-content-wrapper-v2 {
    bottom: 32px;
    left: 32px;
    right: 32px;
  }

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

  .display-8 {
    font-size: 32px;
  }

  .slider-section-content---v2 {
    min-width: 280px;
    max-width: 280px;
  }

  .primary-button-icon.slider-arrow---testimonial-v1.left-v2 {
    top: 300px;
    left: -380px;
  }

  .primary-button-icon.slider-arrow---testimonial-v1.right-v2 {
    top: 300px;
    left: -512px;
  }

  .container-13 {
    max-width: 90%;
  }

  .hero-title-wrapper {
    max-width: none;
  }

  .hero-section-3 {
    margin-bottom: -7.5vh;
  }

  .hero-mockups-grid {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-26 {
    display: block;
  }

  .hero-h2 {
    font-size: 1.2rem;
  }

  .container-14, .container-14.centered-flex, .container-15 {
    max-width: 90%;
  }

  .feature-popup-wrapper {
    max-width: 60%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .container-16, .container-17, .container-18 {
    max-width: 90%;
  }

  .process-tabs-container {
    max-width: none;
  }

  .container-19 {
    max-width: 90%;
  }

  .path-tabs-container {
    max-width: none;
  }

  .container-20 {
    max-width: 90%;
  }

  .card-2 {
    border-radius: 32px;
  }

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

  .display-2 {
    font-size: 52px;
  }

  .use-case-card-content-pd {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-large-2 {
    font-size: 24px;
  }

  .paragraph-large-2.mg-bottom-48px.mg-bottom-24px-tablet {
    margin-bottom: 24px;
    font-size: 18px;
  }

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

  .heading-h1-size {
    font-size: 40px;
  }

  .heading-h1-size.mg-bottom-12px._5 {
    font-size: 48px;
  }

  .card-3 {
    border-radius: 32px;
  }

  .card-3.sticky-card {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .display-10 {
    font-size: 52px;
  }

  .grid-2-columns-2.sticky-card-grid {
    align-items: center;
  }

  .step-card-text-container {
    margin-top: 24px;
    margin-bottom: 64px;
  }

  .step-card-text-container.v2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .card-4 {
    border-radius: 32px;
  }

  .card-4.step-card---home-v3 {
    padding-top: 48px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .display-11 {
    font-size: 52px;
  }

  .grid-2-columns-3.sticky-card-grid {
    align-items: center;
  }

  .grid-2-columns-3.sticky-card-grid.v2 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

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

  .section-52.step-section---home-v3 {
    padding-top: 120px;
  }

  .card-5 {
    border-radius: 32px;
  }

  .card-5.sticky-card {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .display-12 {
    font-size: 52px;
  }

  .display-12.mg-bottom-16px {
    font-size: 42px;
  }

  .grid-2-columns-4.sticky-card-grid {
    align-items: center;
  }

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

  .display-13 {
    font-size: 52px;
  }

  .sticky-top._32px-top.static-tablet {
    position: static;
  }

  .accordion-title {
    font-size: 32px;
  }

  .btn-circle-secondary.accordion-btn {
    width: 64px;
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    font-size: 28px;
  }

  .grid-2-columns-5.faqs---contact-v3-page {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .section-54.bottom {
    padding-bottom: 160px;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .accordion-spacer.large {
    min-height: 16px;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .display-14 {
    font-size: 72px;
  }

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

  .image-container.hero-section---home-v1 {
    margin-top: -35px;
  }

  .card-6 {
    border-radius: 32px;
  }

  .display-15 {
    font-size: 52px;
  }

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

  .card-7 {
    border-radius: 32px;
  }

  .card-7.feature-card-full-width-image, .card-7.feature-card-bottom-right {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card-7.feature-card-left {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-7.feature-card-bg-gradient {
    min-height: 370px;
    padding: 32px 24px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-16 {
    font-size: 52px;
  }

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

  .feature-card-title {
    font-size: 100px;
  }

  .card-8 {
    border-radius: 32px;
  }

  .text-link-3.contact-link {
    font-size: 22px;
  }

  .card-9 {
    border-radius: 32px;
  }

  .card-9.partner-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .global-grid-top {
    grid-template-rows: auto;
    grid-template-columns: 60vw 28vw;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: grid;
  }

  .nav-menu-middle {
    margin-left: auto;
  }

  .flags-wrapper-inner {
    justify-content: flex-start;
  }

  .hamburger-menu {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .text-block-32 {
    font-size: 4vw;
  }

  .buttons-row-3.left.center---tablet {
    justify-content: center;
    align-items: center;
  }

  .flags-wrapper.hide-on-tablet {
    display: none;
  }

  .flags-wrapper.hide-on-desktop {
    margin-bottom: 20px;
    display: flex;
  }

  .display-17 {
    font-size: 24px;
  }

  .list-nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
  }

  .global-grid-center {
    grid-template-rows: auto;
    grid-template-columns: 28vw 60vw;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: grid;
  }

  .container-21 {
    max-width: 90%;
  }

  .text-block-33 {
    display: block;
  }

  .nav-menu-wrapper {
    background-color: #f7f7f7;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin-top: 8px;
    margin-left: 24px;
    margin-right: 24px;
    overflow: hidden;
  }

  .container-22, .container-23 {
    max-width: 90%;
  }

  .display-18 {
    font-size: 14px;
  }

  .icon-font-rounded-3.success-message-icon {
    font-size: 56px;
  }

  .icon-font-rounded-3.success-message-icon.small, .display-19 {
    font-size: 28px;
  }

  .hero-section-4 {
    margin-bottom: -7.5vh;
  }

  .hero-h2-2 {
    font-size: 1.2rem;
  }

  .path-tabs-container-2 {
    max-width: none;
  }

  .global-grid-bottom {
    grid-template-rows: auto;
    grid-template-columns: 60vw 28vw;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: grid;
  }

  .container-24 {
    max-width: 90%;
  }

  .nav-menu-right-side {
    grid-column-gap: 16px;
  }

  .section-62 {
    padding-top: 20px;
    padding-bottom: 72px;
    display: flex;
  }

  .block-heading-8 {
    margin-bottom: 10px;
  }

  .block-heading-8.margin {
    margin-bottom: 16px;
  }

  .heading-49 {
    max-width: 472px;
    font-size: 40px;
  }

  .block-heading-9 {
    margin-bottom: 10px;
  }

  .block-heading-9.margin {
    margin-bottom: 16px;
  }

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

  .heading-51 {
    max-width: 472px;
    font-size: 40px;
  }

  .section-63 {
    padding-top: 20px;
    padding-bottom: 72px;
    display: flex;
  }

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

  .display-20 {
    font-size: 40px;
  }

  .display-21 {
    font-size: 28px;
  }

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

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

  .section-65.bottom {
    padding-bottom: 160px;
  }

  .card-20 {
    border-radius: 32px;
  }

  .card-20.step-card---home-v3 {
    padding-top: 48px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .buttons-row-5.left.center---tablet {
    justify-content: center;
    align-items: center;
  }

  .display-22 {
    font-size: 52px;
  }

  .card-21 {
    border-radius: 32px;
  }

  .card-21.feature-card-bg-gradient {
    min-height: 370px;
    padding: 32px 24px;
  }

  .card-21.feature-card-bottom-right {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card-19 {
    border-radius: 32px;
  }

  .card-19.top-section-card-images-bottom {
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .display-23 {
    font-size: 24px;
  }

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

  .display-24 {
    font-size: 72px;
  }

  .grid-2-columns-7.sticky-card-grid {
    align-items: center;
  }

  .grid-2-columns-7.sticky-card-grid.v2 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-7.faqs---contact-v3-page {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-7.suprises-pages-right {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .display-25 {
    font-size: 32px;
  }

  .feature-card-title-2 {
    font-size: 100px;
  }

  .display-26 {
    font-size: 14px;
  }

  .icon-font-rounded-4.success-message-icon {
    font-size: 56px;
  }

  .icon-font-rounded-4.success-message-icon.small, .display-27 {
    font-size: 28px;
  }

  .display-28 {
    font-size: 52px;
  }

  .grid-2-columns-8.footer-top-v1---grid {
    grid-template-columns: 2fr;
  }

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

  .section-67.step-section---home-v3 {
    padding-top: 120px;
  }

  .hero-title-2 {
    font-size: 36px;
  }

  .hero-title-2.text-left {
    text-align: center;
  }

  .image-hero {
    height: auto;
  }

  .wrapper-image-badge-hero {
    display: none;
  }

  .hero-text-wrapper.home-2 {
    max-width: 100%;
    padding-right: 40px;
  }

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

  .hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero.home-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
  }

  .hero-content-wrapper-home-2 {
    flex-flow: column;
  }

  .hero-image-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .section-69.hero-section---help-center-page {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .section-69.hero-section---v13 {
    padding-top: 20px;
  }

  .display-29 {
    font-size: 56px;
  }

  .grid-2-columns-9.hero-grid---help-center-page {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .mg-bottom-40px.mg-bottom-24px-tablet {
    margin-bottom: 24px;
  }

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

  .section-70.pd-140px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .grid-2-columns-10.template-page-sidebar {
    grid-column-gap: 32px;
    grid-template-columns: .5fr 1fr;
  }

  .card-22.template-pages---sticky-card {
    padding-top: 24px;
  }

  .card-22.template-pages---text-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-section-5 {
    padding-top: 12rem;
  }

  .dashboard-02 {
    width: 300px;
  }

  .hero-description-2 {
    margin-bottom: 1.5rem;
  }

  .hero-button-inline {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .hero-image-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-title-3 {
    margin-bottom: 1.25rem;
  }

  .button-black {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-item {
    margin-bottom: 3rem;
  }

  .hero-vector {
    height: auto;
    bottom: -50px;
  }

  .cloud-03 {
    display: none;
  }

  .button-icon-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .button-texts {
    font-size: 1rem;
  }

  .cloud-01, .cloud-02 {
    display: none;
  }

  .black-button-icon {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .about-section {
    padding-top: 1rem;
  }

  .counter-bg-video {
    height: 500px;
  }

  .decoration-three {
    height: 300px;
    bottom: -20px;
    right: -100px;
  }

  .grid-counter {
    margin-top: -11.1rem;
  }

  .counter-image-wrap {
    height: 500px;
  }

  .no-margin-bottom {
    align-self: auto;
  }

  .decoration-one {
    height: 200px;
    bottom: 50px;
  }

  .counter-decoration {
    height: 250px;
    bottom: -50px;
  }

  .decoration-two {
    height: 300px;
    bottom: -20px;
  }

  .qr-image {
    width: 150px;
    height: 150px;
  }

  .cta-cloud-05 {
    height: 200px;
    display: none;
  }

  .grid-cta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr .75fr;
  }

  .button-texts-2 {
    font-size: 1rem;
  }

  .qr-decoration-02 {
    width: 180px;
    height: 180px;
  }

  .cta-cloud-06 {
    height: 200px;
    display: none;
  }

  .cta-overlay {
    filter: blur(10px);
    width: 100%;
    height: 100px;
    bottom: -5%;
    left: 0%;
  }

  .cta-section {
    height: auto;
    min-height: auto;
  }

  .cta-cloud-07 {
    pointer-events: none;
    height: 250px;
    display: none;
  }

  .cta-title {
    margin-bottom: .625rem;
  }

  .cta-cloud-04 {
    display: none;
  }

  .qr-decoration-01 {
    width: 200px;
    height: 200px;
  }

  .cta-right {
    z-index: 999;
    padding-top: 0;
  }

  .cta-description {
    margin-bottom: .9375rem;
  }

  .cta-sticky {
    position: static;
  }

  .button-icon-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .cta-cloud-01 {
    display: none;
  }

  .cta-cloud-02 {
    height: 200px;
    display: none;
  }

  .cta-cloud-03 {
    max-width: 200px;
    display: none;
  }

  .cta-left {
    z-index: 999;
    padding-top: 0;
  }

  .offset-fix {
    margin-top: -9rem;
  }

  ._01 {
    margin-bottom: .313rem;
  }

  .dashboard-04 {
    height: 500px;
    top: 50px;
    right: 50px;
  }

  .suggestion-info-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 1.25rem;
  }

  .grid-suggestion-info {
    grid-template-columns: 1fr 1fr;
  }

  ._02 {
    margin-bottom: .313rem;
  }

  .suggestion-item {
    display: none;
    bottom: 15px;
    left: 15px;
  }

  .suggestion-right {
    height: 400px;
  }

  .story-image {
    width: 40px;
    height: 40px;
  }

  .story-mask {
    width: 50%;
    max-width: 50%;
  }

  .story-slider-title {
    margin-bottom: 3rem;
  }

  .story-position {
    font-size: .75rem;
  }

  .story-slider {
    padding-bottom: 5rem;
  }

  .title-left---content-right.small-content.center---tablet {
    justify-content: center;
  }

  .tabs-wrapper---product-v3 {
    grid-template-columns: 1fr;
  }

  .display-30 {
    font-size: 56px;
  }

  .display-31 {
    font-size: 24px;
  }

  .tabs-menu---product-v3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .title-tag {
    padding-left: 12px;
    padding-right: 12px;
  }

  .badge-5.small.product-badge {
    font-size: 16px;
  }

  .product-card-v3---content-left {
    flex-flow: column;
  }

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

  .product-card-v3---link-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .product-card-v3---content-right {
    justify-content: center;
    align-items: flex-start;
  }

  .display-7 {
    font-size: 30px;
  }

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

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

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  .rich-text-block {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .section-hero {
    padding-top: 160px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    padding: 16px 20px;
  }

  .nav-link {
    font-size: 28px;
  }

  .nav-menu {
    padding: 20px;
  }

  .block-hero {
    padding-bottom: 10px;
  }

  .heading-hero {
    max-width: 510px;
    font-size: 60px;
  }

  .paragraph-large {
    max-width: 550px;
    font-size: 18px;
  }

  .lottie-hero {
    filter: blur(35px);
  }

  .app-screen-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-app-screen {
    border-radius: 6vw;
    max-width: 45vw;
  }

  .section {
    padding: 20px 20px 65px;
  }

  .heading {
    max-width: 386px;
  }

  .block-heading {
    margin-bottom: 6px;
  }

  .block-heading.margin {
    margin-bottom: 12px;
  }

  .paragraph {
    max-width: 530px;
  }

  .grid-features {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-feature {
    max-width: 570px;
  }

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

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

  .lottie-animation {
    filter: blur(35px);
  }

  .app-screen {
    min-height: 450px;
  }

  .block-check {
    max-width: 550px;
  }

  .grid-steps {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-step {
    height: 64vw;
  }

  .grid-plans {
    flex-flow: column;
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .price {
    font-size: 56px;
  }

  .paragraph-plan {
    max-width: 500px;
  }

  .grid-reviews {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-footer {
    padding-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-app {
    width: 100px;
    height: 100px;
  }

  .heading-action {
    max-width: 570px;
    font-size: 50px;
  }

  .block-downloads {
    grid-column-gap: 12px;
  }

  .button-download {
    padding: 16px 30px;
  }

  .lottie-footer {
    filter: blur(20px);
    transform: scale(1.5);
  }

  .footer {
    grid-column-gap: 6px;
    margin-top: 130px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .block-include {
    margin-top: 70px;
  }

  .grid-include, .grid-faq {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-features-small {
    grid-template-columns: 1fr 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-wrapper {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .link-blog-image {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .image-blog {
    margin-top: 0;
  }

  .grid-contact {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
  }

  .utility-page-wrap {
    padding-top: 120px;
    padding-bottom: 60px;
  }

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

  .template-info {
    padding: 20px;
  }

  .grid-licensing {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-app-hero {
    border-radius: 5vw;
    max-width: 40vw;
  }

  .section-2 {
    padding: 65px 20px;
  }

  .block-heading-2 {
    margin-bottom: 6px;
  }

  .section-3 {
    padding: 65px 20px;
  }

  .block-heading-3 {
    margin-bottom: 6px;
  }

  .trusted-content {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .trusted-content.trusted-list {
    padding-top: 0;
  }

  .trusted-overlay-container {
    display: none;
  }

  .trusted-item {
    margin-bottom: 3em;
  }

  .paragraph-6 {
    max-width: 530px;
  }

  .section-5 {
    padding: 65px 20px;
  }

  .block-heading-4 {
    margin-bottom: 6px;
  }

  .heading-6 {
    max-width: 386px;
  }

  .image-app-screen-2 {
    border-radius: 6vw;
    max-width: 45vw;
  }

  .paragraph-7 {
    max-width: 530px;
  }

  .section-6 {
    padding: 65px 20px;
  }

  .app-screen-2 {
    min-height: 450px;
  }

  .heading-7 {
    max-width: 386px;
  }

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

  .grid-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .image-app-screen-3 {
    border-radius: 6vw;
    max-width: 45vw;
  }

  .paragraph-8 {
    max-width: 530px;
  }

  .section-7 {
    padding: 65px 20px;
  }

  .app-screen-3 {
    min-height: 450px;
  }

  .heading-8 {
    max-width: 386px;
  }

  .block-3 {
    text-align: center;
    align-items: center;
  }

  .grid-3 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .paragraph-9 {
    max-width: 530px;
  }

  .section-8 {
    padding: 65px 20px;
  }

  .app-screen-4 {
    min-height: 450px;
  }

  .heading-9 {
    max-width: 386px;
  }

  .block-4 {
    text-align: center;
    align-items: center;
  }

  .grid-4 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .paragraph-10 {
    max-width: 530px;
  }

  .section-9 {
    padding: 65px 20px;
  }

  .app-screen-5 {
    min-height: 450px;
  }

  .block-5 {
    text-align: center;
    align-items: center;
  }

  .paragraph-11 {
    max-width: 530px;
  }

  .section-10 {
    margin-left: auto;
    margin-right: auto;
    padding: 65px 20px;
  }

  .app-screen-6 {
    min-height: 450px;
  }

  .heading-10 {
    max-width: 386px;
  }

  .block-6 {
    text-align: center;
    align-items: center;
  }

  .block-heading-5 {
    margin-bottom: 6px;
  }

  .block-heading-5.margin {
    margin-bottom: 12px;
  }

  .heading-11 {
    max-width: 386px;
  }

  .paragraph-12 {
    max-width: 530px;
  }

  .intro-content {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section-16 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-16.cc-store-home-wrap {
    background-image: none;
    margin-left: 0;
    margin-right: 0;
  }

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

  .intro-header {
    background-image: none;
  }

  .intro-text {
    margin-top: 20px;
  }

  .script-heading {
    font-size: 30px;
    line-height: 52px;
  }

  .script-heading.hero-home.line-3 {
    line-height: 20px;
  }

  .home-content-grid {
    grid-template-columns: 1fr;
  }

  .intro-grid {
    grid-template-columns: 1.25fr;
    grid-template-areas: "Area Area"
                         "Area-2 .";
  }

  .heading-13 {
    font-size: 30px;
  }

  .paragraph-19 {
    max-width: 530px;
  }

  .heading-14 {
    max-width: 386px;
  }

  .block-heading-6 {
    margin-bottom: 6px;
  }

  .section-17 {
    margin-left: auto;
    margin-right: auto;
    padding: 65px 20px;
  }

  .functions {
    text-align: center;
    align-items: center;
    padding: 3.5em;
  }

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

  .image-functions-large {
    width: 100%;
    margin-bottom: 3em;
  }

  .functions-large {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    padding: 3.5em;
  }

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

  .block-functions-large {
    align-items: center;
    max-width: 100%;
    padding-right: 0;
  }

  .grid-focus-left {
    grid-template-columns: 1fr;
  }

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

  .focus-separate {
    min-height: auto;
    padding: 6.5em 10% 3.5em;
  }

  .grid-focus-right {
    grid-template-columns: 1fr;
  }

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

  .heading-top {
    font-size: 4.2em;
  }

  .image-10 {
    padding-bottom: 20px;
  }

  .lottie-hero-2 {
    filter: blur(35px);
  }

  .image-14 {
    min-width: 500px;
  }

  .paragraph-feature-2 {
    max-width: 570px;
  }

  .grid-features-2 {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-28 {
    padding: 65px 20px;
  }

  .grid-features-small-2 {
    grid-template-columns: 1fr 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-45 {
    max-width: 530px;
  }

  .section-29 {
    padding: 40px 20px 20px;
  }

  .app-screen-7 {
    min-height: 450px;
  }

  .heading-25 {
    max-width: 386px;
  }

  .block-7 {
    text-align: center;
    align-items: center;
  }

  .paragraph-46 {
    max-width: 530px;
  }

  .section-30 {
    padding: 65px 20px;
  }

  .app-screen-8 {
    min-height: 450px;
  }

  .heading-26 {
    max-width: 386px;
  }

  .block-8 {
    text-align: center;
    align-items: center;
  }

  .grid-9 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .feature-img-wrapper {
    width: 100%;
    padding: 24px 32px;
  }

  .feature-img-wrapper.padding-left {
    padding-left: 32px;
  }

  .feature-img-wrapper.padding-right {
    order: 1;
    padding-right: 32px;
  }

  .features-row {
    grid-column-gap: 16px;
    grid-row-gap: 80px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-32 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .feature-wrapper {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .hero-title {
    font-size: 54px;
    line-height: 60px;
  }

  .hero-top {
    width: 100%;
  }

  .column, .column-2, .column-3 {
    padding-bottom: 20px;
  }

  .column-4 {
    padding-bottom: 10px;
  }

  .columns {
    padding-bottom: 0;
  }

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

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

  .intro-header-2 {
    background-position: 70% 30%;
    margin-top: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 16px;
  }

  .section-33, .section-33.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading-jumbo-2 {
    font-size: 34px;
    line-height: 42px;
  }

  .intro-content-2 {
    width: 80%;
    top: 25%;
    left: 11%;
  }

  .text-block-12 {
    font-size: 34px;
  }

  .text-block-13 {
    max-width: 350px;
    margin-top: 30px;
    margin-right: 100px;
    font-size: 14px;
  }

  .bold-text-3 {
    font-size: 38px;
  }

  .div-block-19 {
    margin-top: 0;
  }

  .heading-28 {
    font-size: 32px;
  }

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

  .hero-text {
    font-size: 48px;
  }

  .hero-paragraph-holder {
    max-width: 100%;
  }

  .hero-section-2 {
    height: auto;
  }

  .hero-image-simple-holder {
    width: 150px;
  }

  .grid-5-col {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .paragraph-xl.hero {
    width: 100%;
  }

  .small-person-container {
    width: 64px;
  }

  .small-person-container._11 {
    width: 73px;
  }

  .small-person-container._10 {
    width: 67px;
  }

  .brand-marketplace-content {
    width: 500px;
    max-width: 500px;
  }

  .brand-marketplace-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-bg {
    width: 506px;
    max-width: 506px;
  }

  .brand-content-holder.left {
    padding-left: 20px;
  }

  .brand-content-holder.right {
    width: 60%;
  }

  .image-project-holder {
    width: 80%;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .feature-project-image {
    width: 100%;
    right: 16%;
  }

  .feature-project-image.bottom {
    width: 100%;
    left: 18%;
    right: 0%;
  }

  .feature-grid-container {
    flex-direction: row;
  }

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

  .app-screen-9 {
    min-height: 450px;
  }

  .heading-30 {
    max-width: 386px;
  }

  .section-36 {
    margin-left: auto;
    margin-right: auto;
    padding: 65px 20px;
  }

  .block-9 {
    text-align: center;
    align-items: center;
  }

  .grid-20 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .paragraph-56 {
    max-width: 530px;
  }

  .mg-top-medium {
    margin-top: 24px;
  }

  .mg-top-medium.mg-top-32px---mbl {
    margin-top: 32px;
  }

  .buttons-row.wrapper---desktop.left---alt-mbl {
    justify-content: center;
    align-items: center;
  }

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

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

  .display-5 {
    font-size: 22px;
  }

  .inner-container._400px---mbl {
    max-width: 400px;
  }

  .inner-container._350px---mbl {
    max-width: 350px;
  }

  .inner-container._620px, .inner-container._565px, .inner-container._635px, .inner-container._820px, .inner-container._610px, .inner-container._475px {
    max-width: 100%;
  }

  .inner-container._450px---mbl {
    max-width: 450px;
  }

  .card {
    border-radius: 10px;
  }

  .card.footer-pages-card {
    grid-column-gap: 24px;
    grid-template-columns: auto minmax(90px, auto);
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.footer-form-card-v1 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card.cta-footer-card-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 0;
  }

  .card.product-card-v3 {
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
  }

  .card.product-card-v3.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-top {
    padding-top: 64px;
  }

  .footer-top.v1 {
    padding-bottom: 32px;
  }

  .display-1 {
    font-size: 14px;
  }

  .input {
    font-size: 16px;
  }

  .icon-font-rounded.success-message-icon {
    font-size: 48px;
  }

  .icon-font-rounded.success-message-icon.small {
    font-size: 24px;
  }

  .primary-button.inside-input {
    top: 6px;
    bottom: 6px;
    right: 6px;
  }

  .footer-title {
    font-size: 16px;
  }

  .footer-main-pages-grid-v1 {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-columns: auto minmax(100px, auto);
  }

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

  .image-wrapper.footer-cta-v1 {
    width: 44%;
    min-width: 231px;
    max-width: none;
    margin-bottom: -32%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .image-wrapper.sticky-card-image {
    width: 64%;
  }

  .image-wrapper.full-width-row---image-small {
    border-radius: 16px;
    max-width: 200px;
    max-height: 355px;
  }

  .image-wrapper.full-width-row---main-image {
    max-width: 280px;
  }

  .image-wrapper.feature-card-bottom-right---home-v1 {
    max-width: 80%;
  }

  .image-wrapper.square-icon-wrapper {
    max-width: 72px;
  }

  .image-wrapper.hero-image---home-v3 {
    width: 90%;
  }

  .display-6 {
    font-size: 24px;
  }

  .mg-top-default {
    margin-top: 16px;
  }

  .mg-top-default.mg-top-24px---mbl {
    margin-top: 24px;
  }

  .footer-logo-wrapper {
    max-width: 152px;
  }

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

  .hero-section-holder {
    padding-top: 5em;
  }

  .p-01-regular {
    font-size: 16px;
  }

  .bottom-all-ui {
    display: none;
  }

  .button-holder.hero-button {
    margin-top: 20px;
  }

  .mockup-image-holder {
    border-radius: 10px;
    max-width: 267px;
    margin-top: -47vw;
  }

  .hero-ui-holder {
    display: none;
  }

  .hero-gradient-2 {
    width: 71%;
    max-height: 80px;
    left: 9%;
  }

  .mockup-area-cover {
    height: 449px;
  }

  .home-hero-background {
    padding-left: 1em;
    padding-right: 1em;
  }

  .corner-image-holder.hero-corner-03, .corner-image-holder.hero-corner-04, .corner-image-holder.hero-corner-01, .corner-image-holder.hero-corner-02 {
    max-width: 60px;
    min-height: 60px;
  }

  .center-layout {
    align-items: flex-start;
  }

  .p-01-regular-2 {
    font-size: 16px;
  }

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

  .world-corner-holder._03, .world-corner-holder._02, .world-corner-holder._01, .world-corner-holder._04 {
    max-width: 150px;
  }

  .global-padding-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .collaboration-inner-holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 24px;
  }

  .financial-grid-holder {
    border-top-style: none;
    grid-template-columns: 1fr;
  }

  .hover-block {
    display: none;
  }

  .p-01-regular-3 {
    font-size: 16px;
  }

  .icon-holder.financial-icon {
    max-width: 40px;
    min-height: 40px;
  }

  .bottom-text-holder {
    width: 100%;
    max-width: 400px;
  }

  .slingle-block-grid {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .global-padding-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bottom-text-holder-2 {
    width: 100%;
    max-width: 400px;
  }

  .slingle-block-top-image {
    max-width: 100%;
  }

  .slider-mask---business-v2 {
    max-width: 400px;
    padding-left: 0;
  }

  .business-card---v2 {
    border-radius: 16px;
    min-height: 450px;
    margin-right: 24px;
  }

  .business-card-text-overlay {
    height: 50%;
  }

  .slider-left-overlay, .slider-section-content---v2---bg {
    display: none;
  }

  .display-9 {
    font-size: 32px;
  }

  .business-slider---v2---wrapper {
    flex-direction: column;
  }

  .section-42 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .slider-wrapper.business-slider---v2 {
    margin-left: 0;
    padding-bottom: 70px;
  }

  .slider-wrapper.features-slider---v2 {
    margin-bottom: 32px;
    padding-bottom: 80px;
  }

  .display-8 {
    font-size: 28px;
  }

  .mg-top-16px.alt {
    margin-top: 12px;
  }

  .slider-section-content---v2 {
    text-align: center;
    max-width: 432px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .primary-button-icon.slider-arrow---testimonial-v1 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 20px;
  }

  .primary-button-icon.slider-arrow---testimonial-v1.left-v2 {
    inset: auto 0 0 55px;
  }

  .primary-button-icon.slider-arrow---testimonial-v1.right-v2 {
    inset: auto 55px 0 0;
  }

  .container-13 {
    max-width: 90%;
  }

  .app-reviews-wrapper {
    margin-bottom: 40px;
  }

  .hero-section-3 {
    margin-bottom: 0;
  }

  .rating-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-mockups-grid {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    display: flex;
    overflow: scroll;
  }

  .text-block-26 {
    font-size: .75rem;
    display: block;
  }

  .bottom-left-wrapper {
    padding-top: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .bottom-left-wrapper.min-width {
    min-width: 50vw;
    min-height: 60vh;
    max-height: 60vh;
    padding-top: 5vw;
  }

  .bottom-left-wrapper.light-lavender, .bottom-left-wrapper.light-green, .bottom-left-wrapper.light-lavender, .bottom-left-wrapper.light-green, .bottom-left-wrapper.light-lavender {
    padding-top: 5vw;
  }

  .hero-mockup-1 {
    min-height: 40vh;
    max-height: 40vh;
  }

  .bottom-margin-2vw {
    margin-bottom: 5vw;
  }

  .hero-mockup-3, .hero-mockup-2 {
    min-height: 40vh;
    max-height: 40vh;
  }

  .hero-h2 {
    margin-bottom: 5px;
  }

  .container-14 {
    max-width: 90%;
  }

  .plans-table-header {
    text-align: center;
    font-size: 1.2rem;
  }

  .feature-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 10px;
  }

  .feature-item-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-15 {
    max-width: 90%;
  }

  .feature-popup-wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

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

  .feature-mockup-wrapper {
    max-width: 300px;
  }

  .feature-mockup-wrapper.left-margin-on-mobile {
    margin-left: 15px;
  }

  .container-16, .container-17, .container-18, .container-19, .container-20 {
    max-width: 90%;
  }

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

  .display-2 {
    font-size: 40px;
  }

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

  .use-case-card-content-pd {
    padding-left: 32px;
    padding-right: 32px;
  }

  .btn-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .paragraph-large-2 {
    font-size: 20px;
  }

  .paragraph-large-2.color-neutral-700.mg-bottom-24px {
    font-size: 18px;
  }

  .section-50 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-h1-size {
    font-size: 36px;
  }

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

  .card-3.sticky-card {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .display-10 {
    font-size: 40px;
  }

  .sticky-cards-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .card-wrapper {
    position: static;
  }

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

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

  .step-card-text-container {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-51 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .card-4.step-card---home-v3 {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .display-11 {
    font-size: 40px;
  }

  .btn-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .grid-2-columns-3.sticky-card-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .section-52 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-52.step-section---home-v3 {
    padding-top: 100px;
  }

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

  .card-5.sticky-card {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .display-12 {
    font-size: 40px;
  }

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

  .grid-2-columns-4.sticky-card-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .section-53 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .display-13 {
    font-size: 40px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.accordion-btn {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    font-size: 22px;
  }

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

  .section-54 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-54.bottom {
    padding-bottom: 140px;
  }

  .accordion-spacer.large {
    min-height: 12px;
  }

  .accordion-item-wrapper {
    border-radius: 24px;
    padding: 40px 24px;
  }

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

  .display-14 {
    font-size: 58px;
  }

  .top-section {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .image-container.hero-section---home-v1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: -25px;
  }

  .display-15 {
    font-size: 40px;
  }

  .section-55 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .card-7.feature-card-bg-gradient {
    min-height: 300px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-16 {
    font-size: 40px;
  }

  .section-56 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .card-8.contact-card-icon-left {
    padding: 32px;
  }

  .text-link-3.contact-link {
    font-size: 20px;
  }

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

  .contact-link-wrapper {
    grid-column-gap: 12px;
  }

  .contact-icon.v2 {
    max-width: 56px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-300.medium.mg-bottom-8px {
    margin-bottom: 4px;
  }

  .grid-23.europe, .grid-23.sa, .grid-23.na, .grid-23.asia, .grid-23.pacific, .grid-23.africa {
    grid-template-columns: 1fr 1fr;
  }

  .card-9.partner-card {
    border-radius: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .max-w-120px-mbl {
    max-width: 120px;
  }

  .logo-wrapper.v1 {
    max-width: 140px;
  }

  .hero-mockup-4 {
    min-height: 40vh;
    max-height: 40vh;
  }

  .header-wrapper {
    padding-top: 16px;
  }

  .hamburger-menu {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .header-container-wrapper {
    padding: 16px;
  }

  .text-block-32 {
    font-size: 5vw;
  }

  .heading-47 {
    font-size: 58px;
  }

  .buttons-row-3.nav-menu-hidden-on-mobile {
    display: none;
  }

  .buttons-row-3.left.center---tablet {
    justify-content: center;
  }

  .buttons-row-3.wrapper---desktop.left---alt-mbl {
    justify-content: center;
    align-items: center;
  }

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

  .display-17 {
    font-size: 22px;
  }

  .footer-title-2 {
    font-size: 16px;
  }

  .container-21 {
    max-width: 90%;
  }

  .text-block-33 {
    font-size: .75rem;
    display: block;
  }

  .link-nav-item {
    justify-content: flex-start;
    display: flex;
  }

  .nav-menu-wrapper {
    margin-left: 16px;
    margin-right: 16px;
  }

  .hero-mockup-5 {
    min-height: 40vh;
    max-height: 40vh;
  }

  .container-22, .container-23 {
    max-width: 90%;
  }

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

  .bottom-margin-2vw-2 {
    margin-bottom: 5vw;
  }

  .display-18 {
    font-size: 14px;
  }

  .icon-font-rounded-3.success-message-icon {
    font-size: 48px;
  }

  .icon-font-rounded-3.success-message-icon.small {
    font-size: 24px;
  }

  .primary-button-5.inside-input {
    top: 6px;
    bottom: 6px;
    right: 6px;
  }

  .display-19 {
    font-size: 24px;
  }

  .hero-section-4 {
    margin-bottom: 0;
  }

  .hero-h2-2 {
    margin-bottom: 5px;
  }

  .hero-mockup-6 {
    min-height: 40vh;
    max-height: 40vh;
  }

  .global-grid-bottom {
    margin-bottom: 40px;
  }

  .container-24 {
    max-width: 90%;
  }

  .section-62 {
    padding: 20px 20px 65px;
  }

  .block-heading-8 {
    margin-bottom: 6px;
  }

  .block-heading-8.margin {
    margin-bottom: 12px;
  }

  .heading-49 {
    max-width: 386px;
  }

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

  .block-heading-9 {
    margin-bottom: 6px;
  }

  .block-heading-9.margin {
    margin-bottom: 12px;
  }

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

  .heading-51 {
    max-width: 386px;
  }

  .section-63 {
    padding: 20px 20px 65px;
  }

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

  .slider-mask.features-slider---v2 {
    max-width: 360px;
  }

  .button-wrapper---features-section-v2 {
    position: static;
  }

  .display-20 {
    font-size: 32px;
  }

  .mg-top-extra-large {
    margin-top: 40px;
  }

  .display-21 {
    font-size: 24px;
  }

  .feature-card-v2---bottom-content {
    padding: 16px 32px 32px;
  }

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

  .slider-button.features-v2---left {
    margin-right: 6px;
    inset: auto 50% 0% auto;
  }

  .slider-button.features-v2---right {
    margin-left: 6px;
    inset: auto auto 0% 50%;
  }

  .mg-top-small {
    margin-top: 8px;
  }

  .section-65 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-65.bottom {
    padding-bottom: 140px;
  }

  .card-20.step-card---home-v3 {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .buttons-row-5.nav-menu-hidden-on-mobile {
    display: none;
  }

  .buttons-row-5.left.center---tablet {
    justify-content: center;
  }

  .buttons-row-5.wrapper---desktop.left---alt-mbl {
    justify-content: center;
    align-items: center;
  }

  .display-22 {
    font-size: 40px;
  }

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

  .card-21.feature-card-bg-gradient {
    min-height: 300px;
  }

  .card-19.top-section-card-images-bottom {
    border-radius: 24px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .display-23 {
    font-size: 22px;
  }

  .section-66 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .display-24 {
    font-size: 58px;
  }

  .display-24.font-size-36px-mbp.mg-bottom-20px {
    font-size: 42px;
  }

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

  .grid-2-columns-7.sticky-card-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .footer-title-3 {
    font-size: 16px;
  }

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

  .display-25 {
    font-size: 26px;
  }

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

  .display-26 {
    font-size: 14px;
  }

  .icon-font-rounded-4.success-message-icon {
    font-size: 48px;
  }

  .icon-font-rounded-4.success-message-icon.small {
    font-size: 24px;
  }

  .primary-button-7.inside-input {
    top: 6px;
    bottom: 6px;
    right: 6px;
  }

  .display-27 {
    font-size: 24px;
  }

  .display-28 {
    font-size: 40px;
  }

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

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

  .section-67 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-67.step-section---home-v3 {
    padding-top: 100px;
  }

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

  .hero-title-2 {
    font-size: 30px;
  }

  .hero-title-2.text-left {
    text-align: left;
    width: 100%;
  }

  .image-hero {
    height: 100%;
  }

  .hero-text-wrapper.home-2 {
    padding-right: 20px;
  }

  .hero-description {
    font-size: 16px;
  }

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

  .hero.home-2 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 150px;
    padding-right: 0;
  }

  .hero-image-2 {
    width: 1000px;
  }

  .hero-content-wrapper-home-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .button-primary-3 {
    font-size: 16px;
  }

  .button-primary-3.inside-input {
    top: 6px;
    bottom: 6px;
    right: 6px;
  }

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

  .input-2 {
    height: 54px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .section-69 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-69.hero-section---help-center-page {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .section-69.hero-section---v13 {
    padding-top: 10px;
  }

  .display-29 {
    font-size: 40px;
  }

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

  .grid-2-columns-9.hero-grid---help-center-page {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    justify-items: center;
  }

  .home-surprises-card {
    border-radius: 28px;
  }

  .btn-primary-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary-2.large {
    font-size: 18px;
  }

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

  .section-70 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

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

  .grid-2-columns-10.template-page-sidebar {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .card-22 {
    border-radius: 16px;
  }

  .card-22.template-pages---sticky-card {
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
    top: auto;
  }

  .card-22.template-pages---text-card {
    padding-bottom: 54px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .dashboard-02 {
    order: 9999;
    height: auto;
  }

  .hero-overlay {
    height: 85px;
  }

  .hero-image-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

  .dashboard-03 {
    width: auto;
    height: 140px;
    margin-top: 0;
  }

  .dashboard-01 {
    width: auto;
    margin-top: 0;
  }

  .hero-title-3 {
    font-size: 42px;
  }

  .hero-vector {
    bottom: -20px;
  }

  .mobile-image {
    height: 440px;
  }

  .about-center-item {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }

  .about-vector {
    height: 30px;
  }

  .decoration-right {
    display: none;
  }

  .about-image {
    width: 60px;
    height: 30px;
  }

  .decoration-left {
    display: none;
  }

  .counter-badge {
    font-size: .875rem;
    position: static;
    bottom: -4px;
    right: 13px;
    transform: none;
  }

  .counter-bg-video {
    height: 400px;
  }

  .counter-center-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .decoration-three {
    height: 250px;
  }

  .grid-counter {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: -5rem;
  }

  .counter-image-wrap {
    height: 100%;
  }

  .counter-decoration {
    filter: blur(5px);
    height: 150px;
    bottom: 20px;
  }

  .counter-title {
    font-size: .875rem;
  }

  .decoration-two {
    height: 250px;
  }

  .pre-title {
    padding: .3rem .9375rem;
  }

  .grid-cta {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: center;
    grid-template-columns: 1fr;
    place-items: start center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-button-inline {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .cta-cloud-04 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .cta-right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 300px;
    padding-top: 0;
    display: flex;
  }

  .content-right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cta-cloud-01, .cta-cloud-02 {
    display: none;
  }

  .cta-left {
    padding-top: 0;
  }

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

  .offset-fix {
    margin-top: -7rem;
  }

  .dashboard-04 {
    top: 60px;
  }

  .suggestion-info-item {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: .9375rem;
  }

  .grid-suggestion-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .story-mask {
    width: 100%;
    max-width: 100%;
    height: 500px;
  }

  .story-slider-title {
    margin-bottom: 2rem;
  }

  .story-backgound-video {
    height: 500px;
  }

  .story-slider {
    padding-bottom: 4rem;
  }

  .slider-decoration-right {
    filter: blur(20px);
    width: 150px;
    display: none;
    right: -50px;
  }

  .slider-decoration-left {
    filter: blur(20px);
    width: 150px;
    display: none;
    left: -50px;
  }

  .pre-title-2 {
    padding: .3rem .9375rem;
  }

  .mg-top-regular {
    margin-top: 24px;
  }

  .primary-button-8 {
    border-radius: 8px;
    padding: 8px 16px;
  }

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

  .buttons-row-6 {
    grid-column-gap: 12px;
  }

  .mg-top-4x-extra-small {
    margin-top: 4px;
  }

  .button-bg-gradient {
    border-radius: 8px;
  }

  .secondary-button-2, .primary-button-9 {
    border-radius: 8px;
    padding: 8px 16px;
  }

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

  .buttons-row-7 {
    grid-column-gap: 12px;
  }

  .integration-icon {
    border-radius: 8px;
    width: 64px;
    height: 64px;
  }

  .accordion-paragraph._345px {
    max-width: 100%;
  }

  .title-left---content-right.small-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .display-30 {
    font-size: 48px;
  }

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

  .display-31 {
    font-size: 22px;
  }

  .tabs-menu---product-v3 {
    grid-template-columns: 1fr;
  }

  .title-tag {
    padding-left: 10px;
    padding-right: 10px;
  }

  .badge-5.small.product-badge {
    font-size: 16px;
  }

  .product-card-v3---content-left {
    max-width: 400px;
  }

  .mg-top-large {
    margin-top: 32px;
  }

  .product-card-v3---link-content {
    flex-flow: row;
    max-width: 100%;
  }

  .display-7 {
    font-size: 28px;
  }

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

  .section-73.top {
    padding-top: 64px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .rich-text-block {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Montserrat, sans-serif;
  }

  .section-hero {
    margin-bottom: 0;
    padding-top: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo {
    height: 36px;
  }

  .nav-button {
    display: none;
  }

  .block-hero {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0 0;
  }

  .heading-hero {
    max-width: 430px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 38px;
  }

  .heading-hero._2 {
    max-width: 500px;
    font-size: 42px;
  }

  .heading-hero._2.esp, .heading-hero._23, .heading-hero.blog, .heading-hero.fr, .heading-hero.p, .heading-hero.french {
    font-size: 38px;
  }

  .heading-hero.virtual {
    font-size: 42px;
  }

  .paragraph-large {
    max-width: 360px;
    font-size: 16px;
  }

  .button {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .button-text {
    font-size: 14px;
  }

  .upgrade-version {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-upgrade {
    margin-right: 12px;
    padding-right: 12px;
  }

  .lottie-hero {
    filter: blur(25px);
    transform: scale(1.4);
  }

  .app-screen-hero {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .image-app-screen {
    mix-blend-mode: normal;
    object-fit: fill;
    border-radius: 5vw;
    max-width: 50vw;
    min-height: 0;
    margin-top: 0;
    display: block;
    position: relative;
  }

  .section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    padding: 0 10px 10px;
    display: flex;
    overflow: hidden;
  }

  .heading {
    text-align: center;
    max-width: 322px;
    font-size: 38px;
  }

  .heading._2, .heading.intst {
    font-size: 36px;
  }

  .block-heading {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .block-heading.margin {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .paragraph {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  .subtitle.accent-c {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature.small {
    margin-bottom: 10px;
  }

  .heading-feature {
    font-size: 20px;
    font-weight: 700;
  }

  .image-feature {
    overflow: hidden;
  }

  .grid {
    grid-template-rows: repeat(auto-fit, 257px);
    padding-top: 20px;
  }

  .block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 25px;
    display: flex;
  }

  .lottie-animation {
    filter: blur(25px);
  }

  .app-screen {
    min-height: 300px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 100px;
    padding-bottom: 140px;
  }

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

  .app-right {
    flex-direction: column;
    display: flex;
  }

  .overflow {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-check, .paragraph-step {
    font-family: Montserrat, sans-serif;
  }

  .heading-step {
    font-size: 20px;
  }

  .block-text-step {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-plans {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: repeat(auto-fit, minmax(500px, 1fr)) 200px 200px;
  }

  .plan {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 35px 35px 40px;
  }

  .plan.accent {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: flex;
  }

  .price {
    font-size: 42px;
  }

  .subscript {
    font-size: 21px;
  }

  .section-footer {
    padding-top: 60px;
  }

  .heading-action {
    color: var(--heading);
    font-size: 42px;
  }

  .heading-action.french {
    font-size: 38px;
  }

  .block-downloads {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .block-downloads._1 {
    justify-content: center;
    align-items: flex-start;
  }

  .button-download {
    border-radius: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lottie-footer {
    filter: blur(10px);
  }

  .footer {
    grid-row-gap: 6px;
    flex-direction: column;
    margin-top: 120px;
  }

  .block-include {
    margin-top: 60px;
  }

  .accordion-header {
    padding: 20px 25px;
  }

  .accordion-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-accordion {
    margin-bottom: 25px;
  }

  .heading-accordion {
    font-size: 20px;
  }

  .grid-features-small {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .collection-list {
    grid-row-gap: 40px;
  }

  .link-blog-image {
    min-height: 60vw;
  }

  .block-blog, .contact-text, .contact-form {
    padding: 35px;
  }

  .submit-button {
    padding-left: 22px;
    padding-right: 22px;
  }

  .utility-page-wrap {
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .space {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

  .template-info {
    grid-row-gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .lottie-licensing {
    filter: blur(20px);
  }

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

  .image-app-hero {
    border-radius: 6vw;
    max-width: 44vw;
  }

  .section-2 {
    padding: 0;
  }

  .content-2 {
    background-color: #f3f3f300;
    border-radius: 20px;
    padding: 20px 0;
  }

  .block-heading-2 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .block-heading-2.c {
    margin-top: 10px;
  }

  .heading-4 {
    color: #000;
    text-align: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 130%;
  }

  .paragraph-2 {
    color: #000;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 160%;
  }

  .paragraph-2.c {
    font-size: 14px;
  }

  .button-text-2 {
    text-align: center;
    font-size: 14px;
  }

  .section-3 {
    padding: 30px 10px 20px;
  }

  .block-heading-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 160%;
  }

  .button-3 {
    margin-bottom: 10px;
  }

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

  .title {
    font-size: 38px;
  }

  .grid-6-col {
    grid-template-columns: 1fr;
  }

  .trusted-no {
    font-size: 50px;
  }

  .card-title {
    font-size: 24px;
  }

  .container {
    padding: 1em 10px;
  }

  .trusted-item {
    grid-row-gap: 8px;
  }

  .trusted-item-header {
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .iphone-image {
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    display: block;
    overflow: hidden;
  }

  .logo-image {
    border-radius: 9px;
  }

  .effortlessly-integration-container {
    padding-top: 10px;
  }

  .logo-holder-effortlessly-integration {
    grid-column-gap: 24px;
    top: 142px;
  }

  .effortlessly-integration-wrapper {
    object-fit: contain;
    margin-top: 32px;
  }

  .logo-holder {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .iphone-screen-image {
    border-radius: 10px;
  }

  .effortlessly-integration---iphone-holder {
    width: 200px;
  }

  .workflow-section {
    margin-top: -149px;
    padding: 20px;
  }

  .effortlessly-integration-section {
    overflow: hidden;
  }

  .paragraph-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-3 {
    color: var(--gradient-a1);
  }

  .image-3, .image-4 {
    border-radius: 20px;
  }

  .image-5 {
    max-width: 70vh;
  }

  .subtitle-2.accent-c {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-6 {
    max-width: 322px;
  }

  .image-app-screen-2 {
    border-radius: 2vw;
    max-width: 50vw;
  }

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

  .section-6 {
    padding: 60px 10px;
  }

  .app-screen-2 {
    min-height: 300px;
  }

  .heading-7 {
    max-width: 322px;
    font-size: 38px;
  }

  .block-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-app-screen-3 {
    border-radius: 7vw;
    max-width: 50vw;
  }

  .image-app-screen-3.v {
    border-radius: 40px;
  }

  .section-7 {
    padding: 60px 10px;
  }

  .app-screen-3 {
    min-height: 300px;
  }

  .heading-8 {
    max-width: 322px;
    font-size: 38px;
  }

  .block-3 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-8 {
    padding: 60px 10px 20px;
  }

  .app-screen-4 {
    min-height: 300px;
  }

  .heading-9 {
    max-width: 322px;
  }

  .block-4 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-9 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 60px 0;
  }

  .app-screen-5 {
    min-height: 300px;
  }

  .block-5 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-10 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 60px 0;
  }

  .app-screen-6 {
    min-height: 300px;
  }

  .heading-10 {
    max-width: 322px;
    font-size: 38px;
  }

  .block-6 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-11 {
    max-width: 322px;
  }

  .paragraph-12 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 16px;
    display: flex;
  }

  .body {
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .workflow-section-2 {
    margin-top: -60px;
    padding: 20px;
  }

  .heading-12 {
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .section-16.cc-store-home-wrap {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-content-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-header {
    background-image: linear-gradient(#0000, #0000);
    border-radius: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .callout {
    padding-left: 20px;
    padding-right: 20px;
  }

  .callout.no-bg {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .intro-text {
    margin-top: 3px;
  }

  .script-heading.hero-home.line-3 {
    padding-left: 100px;
  }

  .script-heading.home-callout {
    font-size: 22px;
    line-height: 40px;
  }

  .intro-grid {
    grid-template-columns: 2fr 1fr;
    padding-top: 25px;
    padding-left: 0;
  }

  .heading-13 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .paragraph-16 {
    font-size: 12px;
  }

  .paragraph-17, .paragraph-18 {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }

  .grid-5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-14 {
    max-width: 322px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-17 {
    padding: 60px 0;
  }

  .feature-4 {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .iphone-image-3 {
    border-radius: 30px;
  }

  .workflow-section-3 {
    margin-top: -60px;
    padding: 20px;
  }

  .area-code-image {
    border-radius: 20px;
    width: 100%;
    min-height: 100%;
    margin-top: 15px;
  }

  .area-code-text {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-15 {
    font-size: 32px;
  }

  .collection-item-3 {
    padding-bottom: 20px;
  }

  .section-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-21 {
    margin-top: 20px;
    padding-top: 10px;
    overflow: hidden;
  }

  .heading-16 {
    font-size: 32px;
  }

  .rich-text-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-23 {
    border-radius: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Montserrat, sans-serif;
    overflow: hidden;
  }

  .image-7 {
    border-radius: 0;
  }

  .body-2 {
    overflow: scroll;
  }

  .heading-17 {
    font-size: 32px;
  }

  .paragraph-35 {
    margin-bottom: 10px;
  }

  .text-span-9.heading-gradient-4 {
    background-image: linear-gradient(90deg, var(--gradient-a1), #7967c4 47%, #9078ed);
  }

  .functions {
    padding: 3em;
    display: flex;
  }

  .section-21 {
    padding: 20px 10px 10px;
    overflow: hidden;
  }

  .heading-20 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }

  .functions-large {
    padding: 10px;
  }

  .grid-functions {
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
  }

  .content-wide {
    overflow: auto;
  }

  .block-heading-7 {
    text-align: center;
    align-items: center;
  }

  .image-app---focus-1 {
    z-index: 30;
    border-radius: 1.2em;
  }

  .focus-separate {
    text-align: center;
    align-items: center;
    padding-top: 4.5em;
    padding-bottom: 0;
  }

  .content-6 {
    padding-top: 60px;
    overflow: hidden;
  }

  .app-focus---content {
    max-width: 45vw;
  }

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

  .app-focus---image {
    perspective: 1800px;
    border-radius: 1.2em;
    overflow: visible;
  }

  .heading-22, .heading-23 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-top {
    padding: 61px 10px 10px;
  }

  .block-top {
    overflow: hidden;
  }

  .heading-top {
    font-size: 12vw;
    overflow: hidden;
  }

  .image-9 {
    height: 36px;
  }

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

  .body-3 {
    overflow: auto;
  }

  .collection-list-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .comparison-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
  }

  .grid-8 {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
  }

  .text-block-6, .comparison-feature {
    font-size: 14px;
  }

  .under-feature {
    font-size: 12px;
  }

  .div-block-3 {
    overflow: hidden;
  }

  .image-12 {
    object-fit: fill;
  }

  .text-block-7 {
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
  }

  .div-block-10 {
    flex-flow: row;
    display: block;
  }

  .image-13 {
    max-width: 60%;
  }

  .section-24 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 120px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    display: flex;
    overflow: scroll;
  }

  .paragraph-42 {
    font-family: Montserrat, sans-serif;
  }

  .body-4 {
    margin-left: 10px;
    margin-right: 10px;
    overflow: visible;
  }

  .body-5 {
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .section-25 {
    overflow: hidden;
  }

  .text-block-8 {
    margin-left: 10px;
    margin-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 140%;
  }

  .comparison-heading {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    line-height: 111%;
  }

  .section-26 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .collection-list-wrapper-2 {
    text-align: center;
  }

  .heading-port {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 32px;
  }

  .paragraph-44 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lottie-hero-2 {
    filter: blur(25px);
    transform: scale(1.4);
  }

  .image-14 {
    text-align: center;
    object-fit: fill;
    border-radius: 15px;
    min-width: 300px;
    max-width: none;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .section-27 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-28 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section-29 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 0 0;
  }

  .app-screen-7 {
    min-height: 300px;
  }

  .heading-25 {
    max-width: 322px;
    font-size: 32px;
  }

  .block-7 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-30 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .app-screen-8 {
    min-height: 300px;
  }

  .heading-26 {
    max-width: 322px;
  }

  .block-8 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-12 {
    object-fit: fill;
  }

  .div-block-13 {
    text-align: center;
  }

  .section-31 {
    margin-top: 40px;
  }

  .colored-subtitle {
    font-size: 16px;
    line-height: 22px;
  }

  .feature-img-wrapper.padding-left {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .feature-img-wrapper.padding-right {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-4 {
    flex: 1;
  }

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

  .feature-circle.first, .feature-circle.second, .feature-circle.third {
    left: auto;
  }

  .feature-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-title {
    font-size: 36px;
    line-height: 38px;
  }

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

  .hero-section {
    padding-bottom: 0;
    display: block;
  }

  .hero-bottom {
    margin-top: 32px;
  }

  .mockup-img {
    width: 100%;
  }

  .container-5 {
    text-align: center;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-title {
    text-align: center;
    flex: none;
    font-size: 32px;
    line-height: 35px;
  }

  .hero-title._7 {
    font-size: 42px;
    line-height: 100%;
  }

  .hero-top {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .filled-btn.no-margin-top {
    text-align: center;
  }

  .grid-10 {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .column, .column-2, .column-3, .column-4 {
    padding-bottom: 20px;
  }

  .columns {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .link-2 {
    flex-flow: row;
    display: none;
  }

  .intro-header-2 {
    background-image: url('../images/Mobile-better.webp');
    background-position: 50% 80%;
    background-size: cover;
    border-radius: 25px;
    margin-bottom: 20px;
  }

  .bold-text-2 {
    position: static;
    inset: -91% auto auto 14%;
    overflow: hidden;
  }

  .paragraph-bigger.cc-bigger-light {
    max-width: 250px;
    font-size: 14px;
    position: static;
    inset: 200% auto auto 14%;
  }

  .section-33.cc-store-home-wrap {
    margin-top: 90px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-jumbo-2 {
    font-size: 25px;
    line-height: 32px;
  }

  .intro-content-2 {
    padding-top: 10px;
    top: 20%;
    left: 12%;
  }

  .text-block-12 {
    font-size: 26px;
  }

  .text-block-13 {
    max-width: 250px;
    margin-top: 0;
    margin-right: 10px;
  }

  .bold-text-3 {
    font-size: 25px;
    font-weight: 800;
    line-height: 22px;
  }

  .bold-text-4 {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    line-height: 20px;
  }

  .div-block-19 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 180px;
    margin-top: 0;
  }

  .heading-28 {
    margin-right: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .button-5 {
    box-shadow: 0 2px 5px 0 var(--shadow-b);
    font-size: 14px;
  }

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

  .text-block-14 {
    font-size: 13px;
  }

  .hero-text {
    font-size: 36px;
  }

  .client-logo {
    width: 80%;
    padding: 8px;
  }

  .client-logo.last {
    width: 40%;
  }

  .container-6 {
    padding: 1em;
    overflow: hidden;
  }

  .button-gradient-bg.blue-gradient {
    inset: 1px;
  }

  .hero-image {
    min-width: 280px;
  }

  .client-logo-holder {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-button.project-button {
    width: 100%;
  }

  .hero-image-simple-holder {
    width: 100px;
  }

  .grid-5-col {
    grid-column-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    justify-items: start;
    width: 100%;
  }

  .paragraph-xl {
    letter-spacing: 1.2px;
    font-size: 18px;
  }

  .small-person-container {
    width: 50px;
  }

  .small-person-container._11 {
    width: 49px;
  }

  .small-person-container._10 {
    width: 50px;
  }

  .brand-marketplace-content {
    border: 0 #0000;
    width: 100%;
    max-width: 300px;
  }

  .brand-marketplace-link {
    padding-left: 0;
    padding-right: 20px;
  }

  .text-block-15 {
    font-size: 14px;
  }

  .saas-text {
    text-transform: uppercase;
  }

  .get-our-brand-text {
    letter-spacing: .75px;
    text-transform: none;
    font-size: 12px;
  }

  .arrows-holder {
    width: 14px;
    height: 14px;
    margin-left: 5px;
  }

  .brand-bg {
    width: 306px;
    max-width: 306px;
  }

  .brand-content-holder.left {
    text-transform: capitalize;
    width: 100%;
    padding-left: 20px;
  }

  .brand-content-holder.right {
    width: 25%;
  }

  .tick-list-image, .tick-list-image.in-large-paragraph {
    width: 24px;
  }

  .tick-list-image.middle-list {
    width: 32px;
  }

  .tick-list-image.in-large-text {
    width: 24px;
  }

  .semi-bold-text {
    font-size: 30px;
  }

  .title-3 {
    justify-content: center;
    align-items: center;
  }

  .container-7 {
    padding: 1em;
    overflow: hidden;
  }

  .container-7.pricing {
    padding-bottom: 0;
  }

  .image-project-holder {
    width: 100%;
    height: 100%;
    margin-top: 50px;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project {
    margin-top: 0;
  }

  .project._02 {
    flex-direction: column-reverse;
  }

  .tick-list {
    grid-column-gap: 10px;
  }

  .feature-project-image {
    width: 80%;
    top: 0%;
    right: 10%;
    transform: scale(1.2);
  }

  .feature-project-image.bottom {
    width: 80%;
    inset: 2% 7% auto auto;
    transform: scale(1);
  }

  .list-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-35 {
    margin-top: -87px;
  }

  .feature-grid-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .list-container {
    padding-top: 0;
  }

  .grid-19 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-19.esim {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .bold-text-8 {
    font-size: 38px;
    line-height: 105%;
  }

  .bold-text-8.fr {
    font-size: 36px;
  }

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

  .app-screen-9 {
    min-height: 300px;
  }

  .heading-30 {
    max-width: 322px;
  }

  .section-36 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 60px 0;
  }

  .block-9 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-31 {
    font-size: 42px;
  }

  .buttons-row {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .display-5 {
    font-size: 22px;
  }

  .inner-container._856px.center {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner-container._300px {
    text-align: left;
    text-align: left;
  }

  .inner-container._350px---tablet._100-mbl {
    text-align: left;
  }

  .card.footer-pages-card {
    grid-column-gap: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.footer-form-card-v1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.cta-footer-card-v1 {
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.product-card-v3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-wrapper.inside-input {
    min-height: 128px;
  }

  .form-wrapper.inside-input.button-icon {
    min-height: 56px;
  }

  .footer-top {
    padding-top: 48px;
  }

  .footer-center {
    padding-bottom: 48px;
  }

  .display-1 {
    font-size: 14px;
  }

  .input.button-inside {
    padding-right: 16px;
  }

  .icon-font-rounded.success-message-icon {
    font-size: 40px;
  }

  .icon-font-rounded.success-message-icon.small {
    font-size: 24px;
  }

  .secondary-button, .primary-button {
    width: 100%;
  }

  .primary-button.inside-input {
    margin-top: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: static;
  }

  .primary-button.inside-input.button-icon {
    width: auto;
    min-height: 0;
    margin-top: 0;
    position: absolute;
  }

  .input-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    display: flex;
  }

  .footer-main-pages-grid-v1 {
    grid-template-columns: auto;
  }

  .image-wrapper.footer-cta-v1 {
    min-width: 160px;
  }

  .image-wrapper.sticky-card-image {
    width: 80%;
  }

  .image-wrapper.full-width-row---image-small {
    border-radius: 10px;
    max-width: 120px;
    max-height: 215px;
  }

  .image-wrapper.full-width-row---main-image {
    max-width: 180px;
  }

  .image-wrapper.feature-card-bottom-right---home-v1 {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .image-wrapper.square-icon-wrapper {
    max-width: 200px;
  }

  .image-wrapper.hero-image---home-v3 {
    width: 100%;
  }

  .display-6 {
    font-size: 24px;
  }

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

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

  .block-footer {
    margin-right: 0;
  }

  .badge {
    font-size: 14px;
  }

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

  .primary-button-2 {
    border-color: #8067e4;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .primary-button-2.hero-secondary {
    max-width: 100%;
  }

  .primary-button-2.hero-secondary:hover {
    background-color: #0000;
  }

  .title-4.perple-text, .title-4.perple-text.espa {
    font-size: 36px;
  }

  .title-4.white-text {
    font-size: 30px;
  }

  .title-holder-3 {
    align-items: center;
  }

  .p-01-regular {
    font-size: 16px;
  }

  .button-holder {
    flex-flow: column;
    width: 100%;
  }

  .button-holder.hero-button {
    flex-flow: column;
  }

  .mockup-image-holder {
    max-width: 280px;
    margin-top: -9vw;
  }

  .hero-gradient-2 {
    width: 100%;
    max-height: 116px;
    display: block;
    inset: auto 0% 0%;
  }

  .mockup-area-cover {
    height: 342px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .home-hero-background {
    padding-top: 40px;
  }

  .container-8 {
    padding: 1em;
  }

  .badge-inner {
    margin-bottom: 0;
  }

  .corner-image-holder.hero-corner-03, .corner-image-holder.hero-corner-04, .corner-image-holder.hero-corner-01, .corner-image-holder.hero-corner-02 {
    max-width: 30px;
    min-height: 30px;
  }

  .world-all-corner {
    display: none;
  }

  .primary-button-3 {
    border-color: #8067e4;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .world-inner-cover {
    height: 550px;
  }

  .center-layout {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .title-holder-4 {
    align-items: center;
  }

  .p-01-regular-2 {
    font-size: 16px;
  }

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

  .container-9 {
    padding: 1em;
  }

  .p-small-regular {
    font-size: 14px;
  }

  .user-image-holder {
    max-width: 150px;
  }

  .client-image-holder {
    max-width: 45px;
  }

  .primary-button-4 {
    border-color: #8067e4;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .collaboration-image-holder._2 {
    background-position: 0 0, 50%;
  }

  .global-padding-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-reviewa-holder {
    align-items: center;
  }

  .user-block-holder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .container-10 {
    padding: 1em;
  }

  .badge-2 {
    font-size: 14px;
  }

  .financial-grid-holder {
    grid-row-gap: 14em;
    margin-bottom: 100px;
  }

  .hover-inner-holder {
    margin-top: 20px;
  }

  .hover-block {
    display: none;
  }

  .check-list-holder-2 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .p-01-regular-3 {
    font-size: 16px;
  }

  .icon-holder {
    max-width: 58px;
    height: 58px;
  }

  .icon-holder.financial-icon {
    max-width: 40px;
    min-height: 40px;
  }

  .bottom-text-holder {
    max-width: 100%;
  }

  .container-11 {
    padding: 1em;
  }

  .badge-3 {
    font-size: 14px;
  }

  .global-padding-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .bottom-text-holder-2 {
    max-width: 100%;
  }

  .container-12 {
    padding: 1em;
  }

  .slider-mask---business-v2 {
    max-width: none;
  }

  .business-card---v2 {
    min-height: 400px;
  }

  .business-card-text-overlay {
    height: 82%;
  }

  .display-9 {
    font-size: 28px;
  }

  .text-no-wrap.normal---mbp {
    white-space: normal;
  }

  .business-card-content-wrapper-v2 {
    left: 24px;
    right: 24px;
  }

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

  .display-8 {
    font-size: 26px;
  }

  .mg-top-16px.alt {
    margin-top: 10px;
  }

  .slider-section-content---v2 {
    margin-bottom: 40px;
  }

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

  .paragraph-57 {
    font-family: Montserrat, sans-serif;
  }

  .heading-33 {
    margin-top: 0;
    font-size: 2.4rem;
  }

  .bottom-left-wrapper {
    border-top-left-radius: 5vw;
    border-top-right-radius: 5vw;
    border-bottom-right-radius: 5vw;
  }

  .bottom-left-wrapper.min-width {
    min-width: 75vw;
  }

  .bottom-left-wrapper.light-lavender {
    max-width: none;
    display: block;
  }

  .center-aligned-text.bottom-margin-40px {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 36px;
  }

  .hero-mockup-1 {
    max-height: none;
  }

  .bottom-margin-2vw {
    margin-bottom: 10vw;
  }

  .hero-mockup-3, .hero-mockup-2 {
    max-height: none;
  }

  .section-43 {
    padding-top: 60px;
  }

  .plans-table-header {
    font-size: 1rem;
    display: flex;
  }

  .feature-item {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .feature-item.green {
    background-color: var(--shadow-a);
  }

  .feature-item.green.first {
    background-color: var(--shadow-a);
    justify-content: center;
    align-items: center;
    margin-top: -15px;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .feature-item.left-aligned {
    text-align: left;
  }

  .feature-item-grid {
    font-size: .875rem;
  }

  .heading-34, .heading-35, .heading-36, .heading-37, .heading-38, .heading-39, .heading-40, .heading-41, .heading-42, .heading-43 {
    font-size: 18px;
  }

  .paragraph-59 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-popup-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-popup-wrapper.top-left.lavender {
    border-top-left-radius: 5vw;
    border-top-right-radius: 5vw;
    border-bottom-left-radius: 5vw;
    padding-bottom: 0;
  }

  .feature-popup-wrapper.top-right.green {
    border-top-left-radius: 5vw;
    border-top-right-radius: 5vw;
    border-bottom-right-radius: 5vw;
    padding-bottom: 0;
  }

  .section-44 {
    padding-top: 40px;
  }

  .features-grid {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .feature-mockup-grid {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    grid-auto-flow: row;
    place-items: center stretch;
  }

  .small-text {
    font-size: .9rem;
    line-height: 140%;
  }

  .bottom-margin-40px {
    text-align: left;
    font-size: 36px;
  }

  .feature-mockup-wrapper {
    max-width: 270px;
  }

  .section-45, .section-46 {
    padding-top: 40px;
  }

  .small-text-2 {
    font-size: .9rem;
    line-height: 140%;
  }

  .bold-text-13 {
    font-size: 18px;
  }

  .paragraph-60.x {
    text-align: left;
  }

  .bottom-margin-10px {
    font-size: 24px;
  }

  .text-link-2 {
    font-size: 1rem;
  }

  .section-47 {
    padding-top: 20px;
  }

  .heading-44 {
    text-align: center;
    font-size: 38px;
  }

  .tab-grid {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .tab-pane {
    padding-top: 30px;
  }

  .tabs {
    flex-flow: column;
    display: flex;
  }

  .process-tab-link {
    border-bottom: 1px solid #e8f7e3;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-primary {
    padding: 10px 15px;
  }

  .bottom-margin-10px-2 {
    font-size: 24px;
  }

  .section-48 {
    padding-top: 60px;
  }

  .heading-45 {
    text-align: center;
    font-size: 38px;
  }

  .path-tab-link {
    border-bottom: 1px solid #eeeaf3;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-3 {
    text-align: center;
    font-size: 38px;
  }

  .text-span-58, .text-span-59 {
    color: var(--gradient-a1);
  }

  .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17 {
    font-size: 18px;
  }

  .text-span-60, .text-span-61, .text-span-62, .text-span-63 {
    color: var(--gradient-a1);
  }

  .paragraph-69, .paragraph-70, .paragraph-71, .paragraph-72, .paragraph-73, .paragraph-74, .paragraph-75, .paragraph-76 {
    color: var(--accent-d);
  }

  .text-span-64, .text-span-65 {
    color: var(--gradient-a1);
  }

  .section-49 {
    padding-top: 40px;
  }

  .small-text-3, .small-text-4 {
    font-size: .9rem;
    line-height: 140%;
  }

  .image-20 {
    max-width: 70%;
  }

  .image-21 {
    max-width: 90%;
  }

  .link-block-3, .link-block-4 {
    text-align: center;
  }

  .card-2 {
    border-radius: 24px;
  }

  .card-2.use-case-image-bottom {
    grid-row-gap: 32px;
  }

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

  .display-2, .display-2.mg-bottom-8px {
    font-size: 34px;
  }

  .text-center.mg-bottom-56px._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .buttons-row-2 {
    flex-direction: column;
    width: 100%;
  }

  .use-case-card-content-pd {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-primary {
    width: 100%;
  }

  .paragraph-large-2, .paragraph-large-2.color-neutral-700 {
    font-size: 18px;
  }

  .paragraph-large-2.mg-bottom-48px.mg-bottom-24px-tablet {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .paragraph-large-2.color-neutral-700.mg-bottom-24px {
    padding-top: 0;
    font-size: 16px;
  }

  .section-50 {
    padding-top: 64px;
    padding-bottom: 10px;
  }

  .heading-h1-size {
    font-size: 34px;
  }

  .heading-h1-size.mg-bottom-8px {
    font-size: 26px;
  }

  .heading-h1-size.mg-bottom-12px._5 {
    font-size: 32px;
  }

  .container-default-3 {
    padding-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-3 {
    border-radius: 24px;
  }

  .card-3.sticky-card {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .display-10 {
    font-size: 34px;
  }

  .display-10.mg-bottom-8px {
    font-size: 24px;
  }

  .grid-2-columns-2.sticky-card-grid {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
  }

  .section-51 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-default-4 {
    padding: 40px 16px 10px;
  }

  .card-4 {
    border-radius: 24px;
  }

  .card-4.step-card---home-v3 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .display-11 {
    font-size: 34px;
  }

  .btn-secondary {
    width: 100%;
  }

  .heading-gradient-3 {
    background-image: linear-gradient(90deg, var(--gradient-a1), #9078ed 47%, #755ece 93%, var(--gradient-a1));
  }

  .grid-2-columns-3.sticky-card-grid {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
  }

  .tabs-menu---steps-section {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    margin-bottom: 32px;
  }

  .tabs-wrapper {
    align-items: stretch;
  }

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

  .section-52.step-section---home-v3 {
    padding-top: 80px;
  }

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

  .card-5 {
    border-radius: 24px;
  }

  .card-5.sticky-card {
    padding-top: 32px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .display-12 {
    font-size: 34px;
  }

  .display-12.mg-bottom-16px, .display-12.mg-bottom-8px {
    font-size: 32px;
  }

  .display-12.mg-bottom-8px._2 {
    font-size: 28px;
  }

  .grid-2-columns-4.sticky-card-grid {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
  }

  .section-53 {
    padding-top: 20px;
    padding-bottom: 64px;
  }

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

  .display-13 {
    font-size: 32px;
  }

  .mg-bottom-0 {
    font-size: 16px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .accordion-title.display-3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
  }

  .btn-circle-secondary.accordion-btn {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    font-size: 18px;
  }

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

  .section-54.bottom {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .accordion-item-wrapper {
    border-radius: 16px;
  }

  .accordion-item-wrapper.v2 {
    grid-column-gap: 12px;
    padding: 32px 24px;
  }

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

  .bold-text-18 {
    font-size: 20px;
  }

  .display-14 {
    font-size: 40px;
  }

  .display-14.text-center {
    font-size: 32px;
  }

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

  .top-section.pd-top-40px {
    padding-top: 100px;
  }

  .image-container.hero-section---home-v1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: -18px;
  }

  .card-6 {
    border-radius: 24px;
  }

  .card-6.use-case-image-bottom {
    grid-row-gap: 32px;
  }

  .display-15 {
    font-size: 34px;
  }

  .display-15.mg-bottom-8px {
    font-size: 38px;
  }

  .heading-gradient-4 {
    background-image: linear-gradient(90deg, var(--gradient-a1), #938dff 47%, #6a5cc5);
  }

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

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

  .card-7 {
    border-radius: 24px;
  }

  .card-7.feature-card-bottom-right, .card-7.feature-card-left {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-7.feature-card-bg-gradient {
    min-height: 250px;
  }

  .display-3 {
    font-size: 24px;
  }

  .display-16 {
    font-size: 38px;
  }

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

  .feature-card-title {
    font-size: 80px;
  }

  .feature-card-content-pd {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .image-22 {
    box-shadow: 3px 2px 8px #0000006b;
  }

  .card-8 {
    border-radius: 24px;
  }

  .card-8.contact-card-icon-left {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-link-3.contact-link {
    font-size: 18px;
  }

  .contact-link-wrapper {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .contact-icon.v2 {
    max-width: 48px;
  }

  .image-24, .image-25 {
    max-width: 70%;
  }

  .image-26, .image-27 {
    max-width: 90%;
  }

  .grid-23, .grid-23.europe, .grid-23.sa, .grid-23.na, .grid-23.asia, .grid-23.pacific, .grid-23.africa {
    grid-template-columns: 1fr;
  }

  .card-9 {
    border-radius: 24px;
  }

  .card-9.partner-card {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .logo-wrapper.v1 {
    max-width: 140px;
  }

  .hero-mockup-4 {
    max-height: none;
  }

  .global-grid-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .path-tab-link-2 {
    border-bottom: 1px solid #eeeaf3;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .small-text-5 {
    font-size: .9rem;
    line-height: 140%;
  }

  .flags-wrapper-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-32 {
    font-size: 7.5vw;
  }

  .heading-47 {
    font-size: 42px;
  }

  .buttons-row-3 {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .flags-wrapper.hide-on-desktop {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-default-10 {
    text-align: center;
  }

  .heading-48 {
    font-size: 32px;
  }

  .display-17 {
    font-size: 22px;
  }

  .global-grid-center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-title-2 {
    text-align: left;
  }

  .flag-img {
    border-radius: 5px;
    justify-content: flex-start;
    align-items: center;
    width: 60px;
    height: 35px;
  }

  .bold-text-24, .text-block-34 {
    text-align: left;
  }

  .hero-mockup-5 {
    max-height: none;
  }

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

  .bottom-margin-2vw-2 {
    margin-bottom: 10vw;
  }

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

  .display-18 {
    font-size: 14px;
  }

  .icon-font-rounded-3.success-message-icon {
    font-size: 40px;
  }

  .icon-font-rounded-3.success-message-icon.small {
    font-size: 24px;
  }

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

  .section-60 {
    padding-bottom: 60px;
  }

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

  .primary-button-5.inside-input {
    margin-top: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: static;
  }

  .primary-button-5.inside-input.button-icon {
    width: auto;
    min-height: 0;
    margin-top: 0;
    position: absolute;
  }

  .display-19 {
    text-align: left;
    font-size: 24px;
  }

  .hero-mockup-6 {
    max-height: none;
  }

  .process-tab-link-2 {
    border-bottom: 1px solid #e8f7e3;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bottom-margin-10px-3 {
    font-size: 28px;
  }

  .global-grid-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-61 {
    padding-bottom: 60px;
  }

  .paragraph-94, .mg-top-extra-small-2 {
    text-align: left;
  }

  .section-62 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin: 10px 0 20px;
    padding: 0 10px 10px;
    display: flex;
    overflow: hidden;
  }

  .block-heading-8 {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .block-heading-8.margin {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .heading-49 {
    text-align: center;
    max-width: 322px;
    font-size: 38px;
  }

  .content-13 {
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
  }

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

  .block-heading-9 {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .block-heading-9.margin {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

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

  .content-14 {
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
  }

  .heading-51 {
    text-align: center;
    max-width: 322px;
    font-size: 38px;
  }

  .section-63 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin: 10px 0 20px;
    padding: 0 10px 10px;
    display: flex;
    overflow: hidden;
  }

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

  .buttons-row-4 {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .slider-mask.features-slider---v2 {
    max-width: 100%;
    margin-bottom: -30px;
  }

  .display-20 {
    font-size: 38px;
  }

  .display-20.mid {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
  }

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

  .display-21 {
    text-align: left;
    font-size: 24px;
  }

  .feature-card-v2---bottom-content {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .section-64.overflow-hidden {
    padding-top: 0;
  }

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

  .section-65.bottom {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .card-20 {
    border-radius: 24px;
  }

  .card-20.step-card---home-v3 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .buttons-row-5 {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .display-22 {
    font-size: 34px;
  }

  .container-default-11 {
    text-align: center;
  }

  .card-21 {
    border-radius: 24px;
  }

  .card-21.feature-card-bg-gradient {
    min-height: 250px;
  }

  .card-21.feature-card-bottom-right {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-19 {
    border-radius: 24px;
  }

  .card-19.top-section-card-images-bottom {
    border-radius: 16px;
  }

  .display-23 {
    font-size: 22px;
  }

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

  .display-24 {
    font-size: 40px;
  }

  .display-24.font-size-36px-mbp, .display-24.font-size-36px-mbp.mg-bottom-20px {
    font-size: 36px;
  }

  .display-24.font-size-36px-mbp.mg-bottom-20px.sp, .display-24.font-size-36px-mbp.mg-bottom-20px.fre, .display-24.font-size-36px-mbp.mg-bottom-20px._2 {
    font-size: 42px;
  }

  .grid-2-columns-7.sticky-card-grid {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
  }

  .footer-title-3 {
    text-align: left;
  }

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

  .display-25 {
    font-size: 24px;
  }

  .heading-accordion-2 {
    font-size: 20px;
  }

  .feature-card-title-2 {
    font-size: 80px;
  }

  .heading-gradient-6 {
    background-image: linear-gradient(90deg, #7045f1, #9078ed 47%, #755ece 93%, #7045f1);
  }

  .bold-text-28, .text-block-48, .text-block-49 {
    text-align: left;
  }

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

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

  .accordion-header-3 {
    padding: 20px 25px;
  }

  .display-26 {
    font-size: 14px;
  }

  .icon-font-rounded-4.success-message-icon {
    font-size: 40px;
  }

  .icon-font-rounded-4.success-message-icon.small {
    font-size: 24px;
  }

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

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

  .primary-button-7.inside-input {
    margin-top: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: static;
  }

  .primary-button-7.inside-input.button-icon {
    width: auto;
    min-height: 0;
    margin-top: 0;
    position: absolute;
  }

  .display-27 {
    text-align: left;
    font-size: 24px;
  }

  .display-28 {
    font-size: 32px;
  }

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

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

  .section-67.step-section---home-v3 {
    padding-top: 20px;
  }

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

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

  .hero-title-2 {
    font-size: 30px;
  }

  .hero-title-2.text-left {
    text-align: center;
    font-size: 38px;
  }

  .image-hero {
    height: 100%;
  }

  .hero-badge {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .text-badge-hero {
    font-size: 12px;
  }

  .wrapper-image-badge-hero {
    display: none;
  }

  .hero-text-wrapper.home-2 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-description.text-left {
    text-align: center;
  }

  .hero {
    padding-top: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero.home-2 {
    padding-top: 150px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-cta {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .text-block-55 {
    text-align: center;
    font-size: 42px;
  }

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

  .button-primary-3.inside-input {
    margin-top: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: static;
  }

  .text-neutral-300 {
    border-top-style: none;
  }

  .text-neutral-300.home {
    text-align: left;
  }

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

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

  .input-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input-2.white.btn-inside {
    padding-right: 40px;
  }

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

  .container-default-16.z-index-1 {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-69.hero-section---help-center-page {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section-69.hero-section---v13 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .display-29, .display-29.medium.text-neutral-100 {
    font-size: 36px;
  }

  .grid-2-columns-9.hero-grid---help-center-page {
    grid-template-columns: 1.5fr;
  }

  .home-surprises-card {
    border-radius: 22px;
  }

  .btn-primary-2 {
    width: 100%;
  }

  .grid-28 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .divider._64px---40px {
    margin-top: 20px;
  }

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

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

  .section-70.pd-140px {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .grid-2-columns-10.template-page-sidebar {
    grid-row-gap: 40px;
  }

  .card-22 {
    overflow: hidden;
  }

  .card-22.template-pages---text-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-76 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

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

  .heading-56 {
    padding-bottom: 30px;
    font-size: 36px;
  }

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

  .div-block-77 {
    justify-content: center;
    align-items: center;
  }

  .code-embed-2 {
    margin-right: 0;
  }

  .hero-section-5 {
    background-position: 70%;
  }

  .hero-section-5.biz {
    background-position: 50%;
    background-size: auto;
    background-attachment: fixed;
  }

  .hero-description-2 {
    font-size: 1rem;
  }

  .button-outline {
    padding: .75rem .9375rem;
  }

  .button-outline-icon {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .play-icon {
    width: 16px;
    height: 16px;
  }

  .button-text-6 {
    font-size: .875rem;
  }

  .hero-overlay {
    height: 75px;
  }

  .hero-button-inline {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero-image-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: .75fr 1fr;
  }

  .button-outline-text {
    font-size: .875rem;
  }

  .dashboard-03, .dashboard-01 {
    height: auto;
  }

  .hero-title-3 {
    font-size: 38px;
  }

  .hero-title-3.biz {
    font-size: 36px;
  }

  .button-black {
    padding: .75rem .9375rem;
  }

  .hero-vector {
    bottom: 10px;
  }

  .about-title {
    font-size: 2rem;
  }

  .mobile-image {
    height: 350px;
  }

  .marquee-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .marquee-image {
    width: 130px;
    height: 130px;
  }

  .button-inline {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .marquee-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 130px;
    height: 130px;
    padding: .9375rem;
  }

  .about-mobile-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .about-title-wrap {
    grid-column-gap: 6px;
  }

  .marquee-icon {
    width: 50px;
    height: 50px;
  }

  .about-vector {
    width: 30px;
    height: 30px;
  }

  .marquee-text {
    font-size: .875rem;
  }

  .decoration-right {
    filter: blur(10px);
    width: 90px;
    display: none;
    right: -50px;
  }

  .about-badge-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .about-image {
    width: 50px;
    height: 25px;
  }

  .marquee-round {
    width: 30px;
    height: 30px;
  }

  .decoration-left {
    filter: blur(10px);
    width: 90px;
    display: none;
    left: -50px;
  }

  .marquee-list-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .about-bottom-badge {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .counter-badge {
    padding: .5rem .625rem;
    font-size: .75rem;
    bottom: -8px;
  }

  .counter-bg-video {
    height: 300px;
  }

  .counter-big-text {
    font-size: 5.625rem;
  }

  .decoration-three {
    height: 150px;
    bottom: 130px;
    right: -50px;
  }

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

  .background-video-wrap {
    height: 300px;
  }

  .decoration-one {
    height: 150px;
    bottom: 150px;
    left: -100px;
  }

  .counter-decoration {
    height: 150px;
    bottom: 100px;
  }

  .counter-count {
    order: -9999;
  }

  .counter-count.counter-big {
    font-size: 5.625rem;
  }

  .decoration-two {
    height: 150px;
    bottom: 130px;
    left: 0;
  }

  .grid-cta {
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .cta-button-inline {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .suggestion-icon {
    width: 18px;
    height: 18px;
  }

  .suggestion-info-round {
    width: 40px;
    height: 40px;
  }

  .suggestion-info-round.four {
    box-shadow: 0 10px 15px #12a70a4d;
  }

  .suggestion-info-round.one {
    box-shadow: 0 10px 15px #0022ff4d;
  }

  .suggestion-info-round.two {
    box-shadow: 0 10px 15px #ff00004d;
  }

  .suggestion-info-round.three {
    box-shadow: 0 10px 15px #9000ff4d;
  }

  ._03, ._01 {
    width: 80%;
  }

  .suggestion-info-description {
    font-size: .875rem;
  }

  .dashboard-04 {
    height: 420px;
    right: 15px;
  }

  .suggestion-description {
    margin-bottom: .313rem;
  }

  .grid-suggestion-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  ._02 {
    width: 80%;
  }

  .suggestion-item {
    display: none;
  }

  .suggestion-right {
    height: 350px;
  }

  .story-mask, .story-backgound-video {
    height: 400px;
  }

  .story-slider-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .slider-decoration-right {
    display: none;
    right: -100px;
  }

  .story-slide {
    padding-left: .313rem;
    padding-right: .313rem;
  }

  .story-info {
    flex-flow: row;
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .slider-decoration-left {
    display: none;
    left: -100px;
  }

  .buttons-row-6 {
    grid-row-gap: 12px;
    width: 100%;
  }

  .integrations-v3---square-image {
    width: 14%;
  }

  .integrations-v3---square-image._02 {
    right: 75%;
  }

  .integrations-v3---square-image._01 {
    right: 66%;
  }

  .integrations-v3---square-image._05 {
    left: 66%;
  }

  .integrations-v3---square-image._06 {
    left: 75%;
  }

  .integrations-v3---main-image {
    width: 80%;
  }

  .integrations-icons-container {
    inset: -4%;
  }

  .buttons-row-7 {
    grid-row-gap: 12px;
    width: 100%;
  }

  .integration-icon {
    width: 48px;
    height: 48px;
  }

  .display-30 {
    font-size: 40px;
  }

  .display-31 {
    font-size: 22px;
  }

  .title-tag {
    padding-left: 8px;
    padding-right: 8px;
  }

  .badge-5.small.product-badge {
    font-size: 16px;
  }

  .product-card-v3---link-content {
    flex-flow: column;
  }

  .product-card-v3---content-right {
    top: 16px;
    right: 16px;
  }

  .display-7 {
    font-size: 28px;
  }

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

#w-node-_2573a171-24b9-4ae4-f68f-2562e49f7472-b38563d4, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7474-b38563d4, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7476-b38563d4, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7478-b38563d4, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747a-b38563d4, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747c-b38563d4, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747e-b38563d4, #w-node-cbd40d78-bd9e-6772-349a-8188f098a9f8-b38563d4, #w-node-b9e4a143-4105-977d-985e-b71b81ae3d29-b38563d4, #w-node-c08a91a9-e844-0488-d24b-f9266057f927-b38563d4, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7eed-b38563d4, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7ef3-b38563d4, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7ef9-b38563d4, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7eff-b38563d4, #w-node-ddb5f28c-2641-bab0-0bd1-19f8758d8c1c-b38563d4, #w-node-d7ea46ac-fc5c-831e-d8f4-8f2e9d787d25-b38563d4, #w-node-_94e4c4c5-52ea-6d44-8e67-35126b09fd66-b38563d4, #w-node-b3716adb-e746-1b4f-8a0c-7603842b5db0-b38563d4, #w-node-b3716adb-e746-1b4f-8a0c-7603842b5de8-b38563d4, #w-node-cb9f54d3-f6f4-403d-0828-c4830a247644-b38563d4, #w-node-cb9f54d3-f6f4-403d-0828-c4830a247665-b38563d4, #w-node-_773c0ba1-1e33-255b-1c34-dbd4bb328a6d-b38563d4, #w-node-cc06960c-2c80-e9a3-06e1-9848d505dbca-b38563d4, #w-node-_188245b9-2e3b-aafc-aa49-7845d0577792-b38563d4, #w-node-_827abd44-1d04-0413-988a-980cde86839f-d8a5d981, #w-node-_827abd44-1d04-0413-988a-980cde8683aa-d8a5d981, #w-node-_827abd44-1d04-0413-988a-980cde8683bb-d8a5d981, #w-node-_827abd44-1d04-0413-988a-980cde8683c2-d8a5d981, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbda-b38563da, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87609-b38563da, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c8760f-b38563da, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87615-b38563da, #w-node-_8e87db90-128f-c19d-e814-aacfc5f7fcd1-b38563da, #w-node-ac3bce2e-90df-4e07-8740-5c9c1dbc6302-b38563da, #w-node-cdc1c69b-02fb-46e8-01e5-693de990fddd-b38563da, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcbfd-b38563da, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b133-b38563da, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b139-b38563da, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b13f-b38563da, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b147-b38563da, #w-node-_1af2e2f1-9c35-04f1-f075-ae302699241d-b38563da, #w-node-_1af2e2f1-9c35-04f1-f075-ae302699243e-b38563da, #w-node-_71c1cc19-b116-4be5-0aae-9f1f37b409dc-b38563dc, #w-node-dfa0893b-77ea-0fdb-d07b-4fa2c1ff7a7e-b38563dc, #w-node-fef1e068-093a-34ea-3a38-db08d86c564c-b38563dc, #w-node-fef1e068-093a-34ea-3a38-db08d86c566d-b38563dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4318536-7d91-7148-6dc1-db16cd883b42-b38563de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ea3696bc-5db0-2edc-325a-b0556e02d255-b38563de, #w-node-ea3696bc-5db0-2edc-325a-b0556e02d276-b38563de, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38e4-9c61c9e7, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38ec-9c61c9e7, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38f4-9c61c9e7, #w-node-_751d0eea-ccb7-9196-559e-45dd12300179-9c61c9e7, #w-node-_751d0eea-ccb7-9196-559e-45dd1230017f-9c61c9e7, #w-node-_751d0eea-ccb7-9196-559e-45dd12300185-9c61c9e7, #w-node-c643ad26-df1e-b7ac-929a-78e36c30849f-9c61c9e7, #w-node-d25b4dbc-6907-132f-fe1d-6a8fbbed4459-9c61c9e7, #w-node-_9c1f518b-2be8-7687-d0ca-b8fce6160faf-9c61c9e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-2f0497d7 {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-2f0497d7 {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-2f0497d7 {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-2f0497d7 {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-2f0497d7 {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-2f0497d7 {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-2f0497d7 {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-2f0497d7 {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-2f0497d7 {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-2f0497d7 {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-2f0497d7 {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-2f0497d7 {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-2f0497d7 {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-2f0497d7 {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-2f0497d7 {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-2f0497d7 {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-2f0497d7 {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-2f0497d7 {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-2f0497d7 {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-2f0497d7 {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-2f0497d7 {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-2f0497d7 {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-2f0497d7 {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-2f0497d7 {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-2f0497d7, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-2f0497d7, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-2f0497d7, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-2f0497d7, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-2f0497d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-2f0497d7 {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-2f0497d7 {
  grid-area: Area-24;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-2f0497d7 {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-2f0497d7, #w-node-_9e230bd0-1153-211a-6346-d5c6014c932e-2f0497d7, #w-node-c3589d17-cf72-556c-a06f-0f1598966b6a-2f0497d7, #w-node-c3589d17-cf72-556c-a06f-0f1598966b8b-2f0497d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-3a0d6ba6 {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-3a0d6ba6 {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-3a0d6ba6 {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-3a0d6ba6 {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-3a0d6ba6 {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-3a0d6ba6 {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-3a0d6ba6 {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-3a0d6ba6 {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-3a0d6ba6 {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-3a0d6ba6 {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-3a0d6ba6 {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-3a0d6ba6 {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-3a0d6ba6 {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-3a0d6ba6 {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-3a0d6ba6 {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-3a0d6ba6 {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-3a0d6ba6 {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-3a0d6ba6 {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-3a0d6ba6 {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-3a0d6ba6 {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-3a0d6ba6 {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-3a0d6ba6 {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-3a0d6ba6 {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-3a0d6ba6 {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-3a0d6ba6 {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-3a0d6ba6, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-3a0d6ba6, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-3a0d6ba6, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-3a0d6ba6, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-3a0d6ba6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-3a0d6ba6 {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-3a0d6ba6 {
  grid-area: Area-24;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-3a0d6ba6, #w-node-_9e230bd0-1153-211a-6346-d5c6014c932e-3a0d6ba6, #w-node-ff35b68e-a1ba-2a00-42ac-febc06f3b606-3a0d6ba6, #w-node-ff35b68e-a1ba-2a00-42ac-febc06f3b627-3a0d6ba6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-d930410b {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-d930410b {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-d930410b {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-d930410b {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-d930410b {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-d930410b {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-d930410b {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-d930410b {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-d930410b {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-d930410b {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-d930410b {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-d930410b {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-d930410b {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-d930410b {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-d930410b {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-d930410b {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-d930410b {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-d930410b {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-d930410b {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-d930410b {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-d930410b {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-d930410b {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-d930410b {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-d930410b {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-d930410b {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-d930410b, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-d930410b, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-d930410b, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-d930410b, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-d930410b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-d930410b {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-d930410b {
  grid-area: Area-24;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-d930410b, #w-node-_9e230bd0-1153-211a-6346-d5c6014c932e-d930410b, #w-node-_86fd6a1c-d0ea-e1b9-20e1-e9eab15b0973-d930410b, #w-node-_86fd6a1c-d0ea-e1b9-20e1-e9eab15b0994-d930410b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-bcfe822f {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-bcfe822f {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-bcfe822f {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-bcfe822f {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-bcfe822f {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-bcfe822f {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-bcfe822f {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-bcfe822f {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-bcfe822f {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-bcfe822f {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-bcfe822f {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-bcfe822f {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-bcfe822f {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-bcfe822f {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-bcfe822f {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-bcfe822f {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-bcfe822f {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-bcfe822f {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-bcfe822f {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-bcfe822f {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-bcfe822f {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-bcfe822f {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-bcfe822f {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-bcfe822f {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-bcfe822f {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-bcfe822f, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-bcfe822f, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-bcfe822f, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-bcfe822f, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-bcfe822f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-bcfe822f {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-bcfe822f {
  grid-area: Area-24;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-bcfe822f, #w-node-_9e230bd0-1153-211a-6346-d5c6014c932e-bcfe822f, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9f96-bcfe822f, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9fb7-bcfe822f, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147989-ff69696b, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798b-ff69696b, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798d-ff69696b, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798f-ff69696b, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147991-ff69696b, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147993-ff69696b, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147995-ff69696b, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147997-ff69696b, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c08471e-ff69696b, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084720-ff69696b, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c08473f-ff69696b, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084761-ff69696b, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084762-ff69696b, #w-node-_8705126c-6f8c-8bbd-4408-0fa662d14d5d-ff69696b, #w-node-_8705126c-6f8c-8bbd-4408-0fa662d14d95-ff69696b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-6463c583 {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-6463c583 {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-6463c583 {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-6463c583 {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-6463c583 {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-6463c583 {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-6463c583 {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-6463c583 {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-6463c583 {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-6463c583 {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-6463c583 {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-6463c583 {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-6463c583 {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-6463c583 {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-6463c583 {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-6463c583 {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-6463c583 {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-6463c583 {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-6463c583 {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-6463c583 {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-6463c583 {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-6463c583 {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-6463c583 {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-6463c583 {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-6463c583, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-6463c583, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-6463c583, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-6463c583, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-6463c583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-6463c583 {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-6463c583 {
  grid-area: Area-24;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-6463c583 {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-6463c583, #w-node-_9e230bd0-1153-211a-6346-d5c6014c932e-6463c583, #w-node-_16d28dd2-b625-1d85-8a64-42b38aaa93a3-6463c583, #w-node-_16d28dd2-b625-1d85-8a64-42b38aaa93c4-6463c583, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbda-00635cf9, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87609-00635cf9, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c8760f-00635cf9, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87615-00635cf9, #w-node-_8e87db90-128f-c19d-e814-aacfc5f7fcd1-00635cf9, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcbfd-00635cf9, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b133-00635cf9, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b139-00635cf9, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b13f-00635cf9, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b147-00635cf9, #w-node-_525e6f28-7e11-daca-e88f-4a9fde99f6b8-00635cf9, #w-node-_525e6f28-7e11-daca-e88f-4a9fde99f6d9-00635cf9, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbda-ef06d684, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87609-ef06d684, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c8760f-ef06d684, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87615-ef06d684, #w-node-_8e87db90-128f-c19d-e814-aacfc5f7fcd1-ef06d684, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886fd3-ef06d684, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886fe0-ef06d684, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886ff0-ef06d684, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcbfd-ef06d684, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b133-ef06d684, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b139-ef06d684, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b13f-ef06d684, #w-node-_29fdb073-1d4b-853e-7dcb-858674280161-ef06d684, #w-node-_8fcad8f0-d1ce-70af-68de-a56d6c7938f2-ef06d684, #w-node-_8fcad8f0-d1ce-70af-68de-a56d6c79392a-ef06d684, #w-node-_525e6f28-7e11-daca-e88f-4a9fde99f6b8-ef06d684, #w-node-_525e6f28-7e11-daca-e88f-4a9fde99f6d9-ef06d684, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38e4-467fb527, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38ec-467fb527, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38f4-467fb527, #w-node-b5d8e34d-a015-fb64-8ffb-bf711beb5163-467fb527, #w-node-b5d8e34d-a015-fb64-8ffb-bf711beb5169-467fb527, #w-node-b5d8e34d-a015-fb64-8ffb-bf711beb516f-467fb527, #w-node-b5d8e34d-a015-fb64-8ffb-bf711beb5175-467fb527, #w-node-d25b4dbc-6907-132f-fe1d-6a8fbbed4459-467fb527, #w-node-cd4b4977-3b54-a3cd-081f-ad8bd77c6102-2091ba81, #w-node-cd4b4977-3b54-a3cd-081f-ad8bd77c610f-2091ba81, #w-node-cd4b4977-3b54-a3cd-081f-ad8bd77c611f-2091ba81, #w-node-c2c71c9a-3d67-69b4-f828-895a58ec53dc-2091ba81, #w-node-c2c71c9a-3d67-69b4-f828-895a58ec53e4-2091ba81, #w-node-c2c71c9a-3d67-69b4-f828-895a58ec53ec-2091ba81, #w-node-a667a4e9-edb0-29a6-2baa-ecd637832265-2091ba81, #w-node-a667a4e9-edb0-29a6-2baa-ecd637832286-2091ba81, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbda-4e5f2af8, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87609-4e5f2af8, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c8760f-4e5f2af8, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87615-4e5f2af8, #w-node-_8e87db90-128f-c19d-e814-aacfc5f7fcd1-4e5f2af8, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886fd3-4e5f2af8, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886fe0-4e5f2af8, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886ff0-4e5f2af8, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcbfd-4e5f2af8, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b133-4e5f2af8, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b13f-4e5f2af8, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b139-4e5f2af8, #w-node-eb4ea067-e701-403a-13b2-3ba4fca2ffa7-4e5f2af8, #w-node-eb4ea067-e701-403a-13b2-3ba4fca2ffad-4e5f2af8, #w-node-eb4ea067-e701-403a-13b2-3ba4fca2ffb3-4e5f2af8, #w-node-_29fdb073-1d4b-853e-7dcb-858674280161-4e5f2af8, #w-node-_8fcad8f0-d1ce-70af-68de-a56d6c7938f2-4e5f2af8, #w-node-_8fcad8f0-d1ce-70af-68de-a56d6c79392a-4e5f2af8, #w-node-_525e6f28-7e11-daca-e88f-4a9fde99f6b8-4e5f2af8, #w-node-_525e6f28-7e11-daca-e88f-4a9fde99f6d9-4e5f2af8, #w-node-_8ee1e156-aefb-b104-0579-d78558e9d224-4d6cd41d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e15d110-e437-96ff-8da6-b88bbe5c166a-4d6cd41d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5e15d110-e437-96ff-8da6-b88bbe5c1677-4d6cd41d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2d00f5b0-dc94-96c2-7ad3-99551a692d4c-4d6cd41d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d00f5b0-dc94-96c2-7ad3-99551a692d59-4d6cd41d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9ac8aba4-18b5-03a2-3988-3d3f0bf25640-4d6cd41d, #w-node-_9ac8aba4-18b5-03a2-3988-3d3f0bf25678-4d6cd41d, #w-node-_6a092b52-2d00-3a21-9298-5bd1db30d7ef-4d6cd41d, #w-node-_6a092b52-2d00-3a21-9298-5bd1db30d810-4d6cd41d, #w-node-c76b055f-2912-8c15-01c8-c68d0bace4dc-6b371c78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4e6-6b371c78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4eb-6b371c78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4f5-6b371c78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4fa-6b371c78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace504-6b371c78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a174d6b6-6f08-3f4c-9a63-d59c59a509cd-6b371c78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a174d6b6-6f08-3f4c-9a63-d59c59a509d7-6b371c78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fcfb68d8-8874-4618-62a3-997c1566b94f-6b371c78, #w-node-fcfb68d8-8874-4618-62a3-997c1566b959-6b371c78, #w-node-fcfb68d8-8874-4618-62a3-997c1566b95e-6b371c78, #w-node-fcfb68d8-8874-4618-62a3-997c1566b968-6b371c78, #w-node-fcfb68d8-8874-4618-62a3-997c1566b96d-6b371c78, #w-node-fcfb68d8-8874-4618-62a3-997c1566b977-6b371c78, #w-node-fcfb68d8-8874-4618-62a3-997c1566b98b-6b371c78, #w-node-fcfb68d8-8874-4618-62a3-997c1566b995-6b371c78, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6b4-6b371c78, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6bf-6b371c78, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6c4-6b371c78, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6d0-6b371c78, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6d5-6b371c78, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6e0-6b371c78, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6e6-6b371c78, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6f4-6b371c78, #w-node-_4ed60760-589e-6afc-c96a-c5cef49ab955-6b371c78, #w-node-_4ed60760-589e-6afc-c96a-c5cef49ab961-6b371c78, #w-node-d80918af-973b-b275-20d7-2cc99285aa6a-6b371c78, #w-node-d80918af-973b-b275-20d7-2cc99285aa76-6b371c78, #w-node-_5317a72c-b5e1-c38f-8d05-eec1622603ec-6b371c78, #w-node-c76b055f-2912-8c15-01c8-c68d0bace4dc-190f4a3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4e6-190f4a3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4eb-190f4a3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4f5-190f4a3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4fa-190f4a3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace504-190f4a3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a174d6b6-6f08-3f4c-9a63-d59c59a509cd-190f4a3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a174d6b6-6f08-3f4c-9a63-d59c59a509d7-190f4a3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fcfb68d8-8874-4618-62a3-997c1566b94f-190f4a3b, #w-node-fcfb68d8-8874-4618-62a3-997c1566b959-190f4a3b, #w-node-fcfb68d8-8874-4618-62a3-997c1566b95e-190f4a3b, #w-node-fcfb68d8-8874-4618-62a3-997c1566b968-190f4a3b, #w-node-fcfb68d8-8874-4618-62a3-997c1566b96d-190f4a3b, #w-node-fcfb68d8-8874-4618-62a3-997c1566b977-190f4a3b, #w-node-fcfb68d8-8874-4618-62a3-997c1566b97c-190f4a3b, #w-node-fcfb68d8-8874-4618-62a3-997c1566b986-190f4a3b, #w-node-fcfb68d8-8874-4618-62a3-997c1566b98b-190f4a3b, #w-node-fcfb68d8-8874-4618-62a3-997c1566b995-190f4a3b, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdb7-190f4a3b, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdc0-190f4a3b, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdc5-190f4a3b, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdd1-190f4a3b, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdd6-190f4a3b, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbde2-190f4a3b, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbde7-190f4a3b, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdf3-190f4a3b, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdf8-190f4a3b, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbe01-190f4a3b, #w-node-_4fbf5ee5-05c7-37c8-cbf6-d89340560303-190f4a3b, #w-node-_4fbf5ee5-05c7-37c8-cbf6-d8934056030c-190f4a3b, #w-node-_61f4400f-60a1-65a3-413c-bcf2101bf6ec-190f4a3b, #w-node-_61f4400f-60a1-65a3-413c-bcf2101bf6f7-190f4a3b, #w-node-_72af93b9-7b3c-db5c-d1a4-2e702a6030aa-190f4a3b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0cd-916d0d64, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0d7-916d0d64, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0e1-916d0d64, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0eb-916d0d64, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0f5-916d0d64, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0ff-916d0d64, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b109-916d0d64, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b113-916d0d64, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b11d-916d0d64, #w-node-_78d2d455-3a9b-2fec-b78a-2e1eddce9d88-916d0d64, #w-node-fb1f9d74-bd1e-838e-394a-8756d74a1f49-916d0d64, #w-node-e19c5afe-f6af-aa51-a3bc-52f536ded09d-916d0d64, #w-node-_2f76acae-89fc-61f0-1aa4-db10462cfe22-916d0d64, #w-node-e43b87e6-22ab-0431-d887-af8abd3ac2de-916d0d64, #w-node-c54729fc-4a16-e9ca-da52-df520204e37c-916d0d64, #w-node-_282426d3-a77f-9210-b5e0-2f607d4fb200-916d0d64, #w-node-f415d601-8747-9b59-3f67-bde998a7e212-916d0d64, #w-node-_3fbeb402-f94c-4875-6436-b3cec7464e39-916d0d64, #w-node-eee8d9c9-4f09-ad4d-f01c-3b338ba0b2c5-916d0d64, #w-node-_82649863-8e31-f446-1c7f-ace84a95c489-916d0d64, #w-node-cf6090e1-e6e8-40ed-a50f-6b4bf246a28b-916d0d64, #w-node-_431e8ed8-128c-033c-55c3-072c417f59ed-916d0d64, #w-node-ce439ff5-3513-1dd8-18cc-790d4125c060-916d0d64, #w-node-ee3308e4-4dad-ef0f-c3e9-4906e8d82221-916d0d64, #w-node-de51a20f-5824-e96b-e5d0-7c9e1519d8cf-916d0d64, #w-node-_100137d7-e7d1-a540-c210-c976b3cb3f75-916d0d64, #w-node-_2f64ec7c-f8c2-3f45-12cc-db9e80061209-916d0d64, #w-node-d6e3ec53-ec25-f9f1-b0d9-41fa4ba1cea5-916d0d64, #w-node-_1d4700a2-84ec-da7a-1982-9424ecf9d931-916d0d64, #w-node-db297884-9414-80a0-43d8-c51c385dd714-916d0d64, #w-node-eb17ef46-d235-0ede-c7e3-f590a9aa1cfd-916d0d64, #w-node-fd7fcf1d-5360-e47c-8647-d5f2ec3dc893-916d0d64, #w-node-fb63c66c-2f5b-a61b-62c5-50655c653c65-916d0d64, #w-node-e7a5052d-4c42-1aa0-f7dc-33359de5e418-916d0d64, #w-node-_0351c87e-b01e-6880-6300-5107ea0f003f-916d0d64, #w-node-_77f09388-4f6b-f792-221e-117e73a703ed-916d0d64, #w-node-_8438aaf2-2292-193d-a926-2fb5a1b36160-916d0d64, #w-node-_3353175a-88b4-fb79-977a-cca3301c1206-916d0d64, #w-node-_91e898bd-e081-12e0-14ea-b1e0a28d3e8f-916d0d64, #w-node-_8a347ab5-44cc-c66a-bc46-c786df3c8265-916d0d64, #w-node-_5ed39579-6d7e-4880-9247-a39e4bb40268-916d0d64, #w-node-ed5e3ee4-5fa5-fa23-b48a-7d4b3429a095-916d0d64, #w-node-_1c6e9516-68ff-9478-f80e-9bdd356b6c62-916d0d64, #w-node-_848a0029-6de5-2a25-a250-ce917f56dbef-916d0d64, #w-node-d2d4303d-f7e7-b310-4bb0-24b1b41e27fe-916d0d64, #w-node-a55b2b97-672a-4ae3-b5e3-1741093136c7-916d0d64, #w-node-_87285ee6-4b16-4ca2-69db-7e91194f32b1-916d0d64, #w-node-_017d0d5d-6a2e-1e18-5bb5-b3391460766f-916d0d64, #w-node-_9aff4d36-ec4c-974c-5687-ceea348a76cb-916d0d64, #w-node-_10326154-7d11-a2ff-0c43-2780c6489001-916d0d64, #w-node-_10326154-7d11-a2ff-0c43-2780c648900c-916d0d64, #w-node-_10326154-7d11-a2ff-0c43-2780c6488fca-916d0d64, #w-node-_10326154-7d11-a2ff-0c43-2780c6488fd5-916d0d64, #w-node-_10326154-7d11-a2ff-0c43-2780c6488fe0-916d0d64, #w-node-_10326154-7d11-a2ff-0c43-2780c6488feb-916d0d64, #w-node-_10326154-7d11-a2ff-0c43-2780c6488ff6-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-25405867809b-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-2540586780a5-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-2540586780af-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-2540586780b9-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-2540586780c3-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-2540586780cd-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-2540586780d7-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-2540586780e1-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-2540586780eb-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-2540586780f5-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-2540586780ff-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-254058678109-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-254058678113-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-25405867811d-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-254058678127-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-254058678131-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-25405867813b-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-254058678145-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-25405867814f-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-254058678159-916d0d64, #w-node-_0e2700b3-47dd-3063-8654-254058678163-916d0d64, #w-node-a82d90dc-878d-a181-60ad-aa4f27671dd8-916d0d64, #w-node-bfe2a794-0798-84df-623b-fce0b8d0de0c-916d0d64, #w-node-_5a745dbd-ad43-03d6-8966-ca6d53c8bd3d-916d0d64, #w-node-_12a1c02c-9245-494d-7cad-ac16058f9df3-916d0d64, #w-node-bee9feb0-0212-12e5-d817-30a8a02911b1-916d0d64, #w-node-e45d5636-0189-5878-96e2-c1eb1f7a935c-916d0d64, #w-node-e45d5636-0189-5878-96e2-c1eb1f7a9366-916d0d64, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b781-916d0d64, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b78b-916d0d64, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b795-916d0d64, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b79f-916d0d64, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7a9-916d0d64, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7b3-916d0d64, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7bd-916d0d64, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7c7-916d0d64, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7d1-916d0d64, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7db-916d0d64, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7e5-916d0d64, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7ef-916d0d64, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7f9-916d0d64, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b80d-916d0d64, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b817-916d0d64, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b821-916d0d64, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b82b-916d0d64, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b835-916d0d64, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7470-69719b40, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7472-69719b40, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7474-69719b40, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7476-69719b40, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7478-69719b40, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747a-69719b40, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747c-69719b40, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747e-69719b40, #w-node-cbd40d78-bd9e-6772-349a-8188f098a9f8-69719b40, #w-node-b9e4a143-4105-977d-985e-b71b81ae3d29-69719b40, #w-node-c08a91a9-e844-0488-d24b-f9266057f927-69719b40, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7eed-69719b40, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7ef3-69719b40, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7ef9-69719b40, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7eff-69719b40, #w-node-ddb5f28c-2641-bab0-0bd1-19f8758d8c1c-69719b40, #w-node-d7ea46ac-fc5c-831e-d8f4-8f2e9d787d25-69719b40, #w-node-_94e4c4c5-52ea-6d44-8e67-35126b09fd66-69719b40, #w-node-b3716adb-e746-1b4f-8a0c-7603842b5db0-69719b40, #w-node-b3716adb-e746-1b4f-8a0c-7603842b5de8-69719b40, #w-node-cb9f54d3-f6f4-403d-0828-c4830a247644-69719b40, #w-node-cb9f54d3-f6f4-403d-0828-c4830a247665-69719b40, #w-node-_773c0ba1-1e33-255b-1c34-dbd4bb328a6d-69719b40, #w-node-cc06960c-2c80-e9a3-06e1-9848d505dbca-69719b40, #w-node-_188245b9-2e3b-aafc-aa49-7845d0577792-69719b40, #w-node-_97f7f212-94ef-e9f5-aa21-8ca69e771b72-9e771b45, #w-node-_97f7f212-94ef-e9f5-aa21-8ca69e771b78-9e771b45, #w-node-_97f7f212-94ef-e9f5-aa21-8ca69e771b8b-9e771b45, #w-node-_97f7f212-94ef-e9f5-aa21-8ca69e771b98-9e771b45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4318536-7d91-7148-6dc1-db16cd883b42-cf0c5a3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bee096a1-55a4-653b-fee7-15dc23ff9dc1-cf0c5a3a, #w-node-bee096a1-55a4-653b-fee7-15dc23ff9de2-cf0c5a3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-219fa910 {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-219fa910 {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-219fa910 {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-219fa910 {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-219fa910 {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-219fa910 {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-219fa910 {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-219fa910 {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-219fa910 {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-219fa910 {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-219fa910 {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-219fa910 {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-219fa910 {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-219fa910 {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-219fa910 {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-219fa910 {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-219fa910 {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-219fa910 {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-219fa910 {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-219fa910 {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-219fa910 {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-219fa910 {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-219fa910 {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-219fa910 {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-219fa910 {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-219fa910, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-219fa910, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-219fa910, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-219fa910, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-219fa910 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-219fa910 {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-219fa910 {
  grid-area: Area-24;
}

#w-node-_8c66b984-544a-abc0-a2ef-03d4c8cdfff3-219fa910, #w-node-_8c66b984-544a-abc0-a2ef-03d4c8ce002b-219fa910, #w-node-_679b4086-7905-1b4f-13b0-bb4c9860b7d0-219fa910, #w-node-_679b4086-7905-1b4f-13b0-bb4c9860b7f1-219fa910 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-5ba19b60 {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-5ba19b60 {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-5ba19b60 {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-5ba19b60 {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-5ba19b60 {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-5ba19b60 {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-5ba19b60 {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-5ba19b60 {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-5ba19b60 {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-5ba19b60 {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-5ba19b60 {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-5ba19b60 {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-5ba19b60 {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-5ba19b60 {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-5ba19b60 {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-5ba19b60 {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-5ba19b60 {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-5ba19b60 {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-5ba19b60 {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-5ba19b60 {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-5ba19b60 {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-5ba19b60 {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-5ba19b60 {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-5ba19b60 {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-5ba19b60 {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-5ba19b60, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-5ba19b60, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-5ba19b60, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-5ba19b60, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-5ba19b60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-5ba19b60 {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-5ba19b60 {
  grid-area: Area-24;
}

#w-node-_8c66b984-544a-abc0-a2ef-03d4c8cdfff3-5ba19b60, #w-node-_8c66b984-544a-abc0-a2ef-03d4c8ce002b-5ba19b60, #w-node-_679b4086-7905-1b4f-13b0-bb4c9860b7d0-5ba19b60, #w-node-_679b4086-7905-1b4f-13b0-bb4c9860b7f1-5ba19b60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-68cac4da {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-68cac4da {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-68cac4da {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-68cac4da {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-68cac4da {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-68cac4da {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-68cac4da {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-68cac4da {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-68cac4da {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-68cac4da {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-68cac4da {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-68cac4da {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-68cac4da {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-68cac4da {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-68cac4da {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-68cac4da {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-68cac4da {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-68cac4da {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-68cac4da {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-68cac4da {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-68cac4da {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-68cac4da {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-68cac4da {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-68cac4da {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-68cac4da {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-68cac4da, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-68cac4da, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-68cac4da, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-68cac4da, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-68cac4da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-68cac4da {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-68cac4da {
  grid-area: Area-24;
}

#w-node-_8c66b984-544a-abc0-a2ef-03d4c8cdfff3-68cac4da, #w-node-_8c66b984-544a-abc0-a2ef-03d4c8ce002b-68cac4da, #w-node-_679b4086-7905-1b4f-13b0-bb4c9860b7d0-68cac4da, #w-node-_679b4086-7905-1b4f-13b0-bb4c9860b7f1-68cac4da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-6feb3735 {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-6feb3735 {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-6feb3735 {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-6feb3735 {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-6feb3735 {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-6feb3735 {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-6feb3735 {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-6feb3735 {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-6feb3735 {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-6feb3735 {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-6feb3735 {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-6feb3735 {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-6feb3735 {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-6feb3735 {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-6feb3735 {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-6feb3735 {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-6feb3735 {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-6feb3735 {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-6feb3735 {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-6feb3735 {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-6feb3735 {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-6feb3735 {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-6feb3735 {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-6feb3735 {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-6feb3735 {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-6feb3735, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-6feb3735, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-6feb3735, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-6feb3735, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-6feb3735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-6feb3735 {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-6feb3735 {
  grid-area: Area-24;
}

#w-node-_8c66b984-544a-abc0-a2ef-03d4c8cdfff3-6feb3735, #w-node-_8c66b984-544a-abc0-a2ef-03d4c8ce002b-6feb3735, #w-node-_679b4086-7905-1b4f-13b0-bb4c9860b7d0-6feb3735, #w-node-_679b4086-7905-1b4f-13b0-bb4c9860b7f1-6feb3735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-d4adad1f {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-d4adad1f {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-d4adad1f {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-d4adad1f {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-d4adad1f {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-d4adad1f {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-d4adad1f {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-d4adad1f {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-d4adad1f {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-d4adad1f {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-d4adad1f {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-d4adad1f {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-d4adad1f {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-d4adad1f {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-d4adad1f {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-d4adad1f {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-d4adad1f {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-d4adad1f {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-d4adad1f {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-d4adad1f {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-d4adad1f {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-d4adad1f {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-d4adad1f {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-d4adad1f {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-d4adad1f {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-d4adad1f, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-d4adad1f, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-d4adad1f, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-d4adad1f, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-d4adad1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-d4adad1f {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-d4adad1f {
  grid-area: Area-24;
}

#w-node-_8c66b984-544a-abc0-a2ef-03d4c8cdfff3-d4adad1f, #w-node-_8c66b984-544a-abc0-a2ef-03d4c8ce002b-d4adad1f, #w-node-_679b4086-7905-1b4f-13b0-bb4c9860b7d0-d4adad1f, #w-node-_679b4086-7905-1b4f-13b0-bb4c9860b7f1-d4adad1f, #w-node-_3c4d995b-507c-393b-cd8f-74eac5a753bf-da30f440, #w-node-_3c4d995b-507c-393b-cd8f-74eac5a753c7-da30f440, #w-node-_3c4d995b-507c-393b-cd8f-74eac5a753cf-da30f440, #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-1409a676 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-1409a676 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-1409a676 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-1409a676 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-1409a676 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-1409a676 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-1409a676 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-1409a676 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-1409a676 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-1409a676 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-1409a676 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-1409a676 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-1409a676 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-1409a676 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-fe8c20d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-fe8c20d2 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-fe8c20d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-fe8c20d2 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-fe8c20d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-fe8c20d2 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-fe8c20d2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-fe8c20d2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-fe8c20d2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-fe8c20d2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-fe8c20d2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-fe8c20d2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-fe8c20d2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-fe8c20d2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-53fa46e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-53fa46e7 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-53fa46e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-53fa46e7 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-53fa46e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-53fa46e7 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-53fa46e7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-53fa46e7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-53fa46e7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-53fa46e7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-53fa46e7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-53fa46e7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-53fa46e7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-53fa46e7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-b78a02c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-b78a02c4 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-b78a02c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-b78a02c4 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-b78a02c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-b78a02c4 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-b78a02c4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-b78a02c4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-b78a02c4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-b78a02c4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-b78a02c4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-b78a02c4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-b78a02c4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-b78a02c4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38e4-ad001fa6, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38ec-ad001fa6, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38f4-ad001fa6, #w-node-b5d8e34d-a015-fb64-8ffb-bf711beb5163-ad001fa6, #w-node-b5d8e34d-a015-fb64-8ffb-bf711beb5169-ad001fa6, #w-node-b5d8e34d-a015-fb64-8ffb-bf711beb516f-ad001fa6, #w-node-b5d8e34d-a015-fb64-8ffb-bf711beb5175-ad001fa6, #w-node-d25b4dbc-6907-132f-fe1d-6a8fbbed4459-ad001fa6, #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-a1ff298e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-a1ff298e {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-a1ff298e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-a1ff298e {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-a1ff298e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-a1ff298e {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-a1ff298e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-a1ff298e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-a1ff298e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-a1ff298e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-a1ff298e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-a1ff298e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-a1ff298e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-a1ff298e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-5695b4e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-5695b4e6 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-5695b4e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-5695b4e6 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-5695b4e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-5695b4e6 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-5695b4e6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-5695b4e6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-5695b4e6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-5695b4e6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-5695b4e6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-5695b4e6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-5695b4e6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-5695b4e6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a1f5a35f-83b6-dc96-f069-0b076c147989-514bd008, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798b-514bd008, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798d-514bd008, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798f-514bd008, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147991-514bd008, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147993-514bd008, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147995-514bd008, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147997-514bd008, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c08471e-514bd008, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084720-514bd008, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c08473f-514bd008, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084761-514bd008, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084762-514bd008, #w-node-_9a8fada0-4308-3164-7452-d9884ab8570d-514bd008, #w-node-_9a8fada0-4308-3164-7452-d9884ab85745-514bd008, #w-node-_5ed39579-6d7e-4880-9247-a39e4bb40268-a062442b, #w-node-a4ba56b0-04d5-e283-f6c3-6b9d36700b24-a062442b, #w-node-_1c6e9516-68ff-9478-f80e-9bdd356b6c62-a062442b, #w-node-_848a0029-6de5-2a25-a250-ce917f56dbef-a062442b, #w-node-d2d4303d-f7e7-b310-4bb0-24b1b41e27fe-a062442b, #w-node-a55b2b97-672a-4ae3-b5e3-1741093136c7-a062442b, #w-node-_87285ee6-4b16-4ca2-69db-7e91194f32b1-a062442b, #w-node-_017d0d5d-6a2e-1e18-5bb5-b3391460766f-a062442b, #w-node-_9aff4d36-ec4c-974c-5687-ceea348a76cb-a062442b, #w-node-_10326154-7d11-a2ff-0c43-2780c6489001-a062442b, #w-node-_10326154-7d11-a2ff-0c43-2780c648900c-a062442b, #w-node-_10326154-7d11-a2ff-0c43-2780c6488fca-a062442b, #w-node-_10326154-7d11-a2ff-0c43-2780c6488fd5-a062442b, #w-node-_10326154-7d11-a2ff-0c43-2780c6488fe0-a062442b, #w-node-_10326154-7d11-a2ff-0c43-2780c6488feb-a062442b, #w-node-_10326154-7d11-a2ff-0c43-2780c6488ff6-a062442b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0cd-a062442b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0d7-a062442b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0e1-a062442b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0eb-a062442b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0f5-a062442b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0ff-a062442b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b109-a062442b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b113-a062442b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b11d-a062442b, #w-node-_78d2d455-3a9b-2fec-b78a-2e1eddce9d88-a062442b, #w-node-fb1f9d74-bd1e-838e-394a-8756d74a1f49-a062442b, #w-node-e19c5afe-f6af-aa51-a3bc-52f536ded09d-a062442b, #w-node-_2f76acae-89fc-61f0-1aa4-db10462cfe22-a062442b, #w-node-e43b87e6-22ab-0431-d887-af8abd3ac2de-a062442b, #w-node-c54729fc-4a16-e9ca-da52-df520204e37c-a062442b, #w-node-_282426d3-a77f-9210-b5e0-2f607d4fb200-a062442b, #w-node-f415d601-8747-9b59-3f67-bde998a7e212-a062442b, #w-node-_3fbeb402-f94c-4875-6436-b3cec7464e39-a062442b, #w-node-eee8d9c9-4f09-ad4d-f01c-3b338ba0b2c5-a062442b, #w-node-_82649863-8e31-f446-1c7f-ace84a95c489-a062442b, #w-node-cf6090e1-e6e8-40ed-a50f-6b4bf246a28b-a062442b, #w-node-_431e8ed8-128c-033c-55c3-072c417f59ed-a062442b, #w-node-ce439ff5-3513-1dd8-18cc-790d4125c060-a062442b, #w-node-ee3308e4-4dad-ef0f-c3e9-4906e8d82221-a062442b, #w-node-de51a20f-5824-e96b-e5d0-7c9e1519d8cf-a062442b, #w-node-_100137d7-e7d1-a540-c210-c976b3cb3f75-a062442b, #w-node-_2f64ec7c-f8c2-3f45-12cc-db9e80061209-a062442b, #w-node-d6e3ec53-ec25-f9f1-b0d9-41fa4ba1cea5-a062442b, #w-node-_1d4700a2-84ec-da7a-1982-9424ecf9d931-a062442b, #w-node-db297884-9414-80a0-43d8-c51c385dd714-a062442b, #w-node-eb17ef46-d235-0ede-c7e3-f590a9aa1cfd-a062442b, #w-node-fd7fcf1d-5360-e47c-8647-d5f2ec3dc893-a062442b, #w-node-fb63c66c-2f5b-a61b-62c5-50655c653c65-a062442b, #w-node-e7a5052d-4c42-1aa0-f7dc-33359de5e418-a062442b, #w-node-_0351c87e-b01e-6880-6300-5107ea0f003f-a062442b, #w-node-_77f09388-4f6b-f792-221e-117e73a703ed-a062442b, #w-node-_8438aaf2-2292-193d-a926-2fb5a1b36160-a062442b, #w-node-_3353175a-88b4-fb79-977a-cca3301c1206-a062442b, #w-node-_91e898bd-e081-12e0-14ea-b1e0a28d3e8f-a062442b, #w-node-_8a347ab5-44cc-c66a-bc46-c786df3c8265-a062442b, #w-node-_0e2700b3-47dd-3063-8654-25405867809b-a062442b, #w-node-_0e2700b3-47dd-3063-8654-2540586780a5-a062442b, #w-node-_0e2700b3-47dd-3063-8654-2540586780af-a062442b, #w-node-_0e2700b3-47dd-3063-8654-2540586780b9-a062442b, #w-node-_0e2700b3-47dd-3063-8654-2540586780c3-a062442b, #w-node-_0e2700b3-47dd-3063-8654-2540586780cd-a062442b, #w-node-_0e2700b3-47dd-3063-8654-2540586780d7-a062442b, #w-node-_0e2700b3-47dd-3063-8654-2540586780e1-a062442b, #w-node-_0e2700b3-47dd-3063-8654-2540586780eb-a062442b, #w-node-_0e2700b3-47dd-3063-8654-2540586780f5-a062442b, #w-node-_0e2700b3-47dd-3063-8654-2540586780ff-a062442b, #w-node-_0e2700b3-47dd-3063-8654-254058678109-a062442b, #w-node-_0e2700b3-47dd-3063-8654-254058678113-a062442b, #w-node-_0e2700b3-47dd-3063-8654-25405867811d-a062442b, #w-node-_0e2700b3-47dd-3063-8654-254058678127-a062442b, #w-node-_0e2700b3-47dd-3063-8654-254058678131-a062442b, #w-node-_0e2700b3-47dd-3063-8654-25405867813b-a062442b, #w-node-_0e2700b3-47dd-3063-8654-254058678145-a062442b, #w-node-_0e2700b3-47dd-3063-8654-25405867814f-a062442b, #w-node-_0e2700b3-47dd-3063-8654-254058678159-a062442b, #w-node-_0e2700b3-47dd-3063-8654-254058678163-a062442b, #w-node-a82d90dc-878d-a181-60ad-aa4f27671dd8-a062442b, #w-node-bfe2a794-0798-84df-623b-fce0b8d0de0c-a062442b, #w-node-_5a745dbd-ad43-03d6-8966-ca6d53c8bd3d-a062442b, #w-node-_12a1c02c-9245-494d-7cad-ac16058f9df3-a062442b, #w-node-bee9feb0-0212-12e5-d817-30a8a02911b1-a062442b, #w-node-e45d5636-0189-5878-96e2-c1eb1f7a935c-a062442b, #w-node-e45d5636-0189-5878-96e2-c1eb1f7a9366-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b781-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b78b-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b795-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b79f-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7a9-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7b3-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7bd-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7c7-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7d1-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7db-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7e5-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7ef-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7f9-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b803-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b80d-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b817-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b821-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b82b-a062442b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b835-a062442b, #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-ab49044f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-ab49044f {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-ab49044f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-ab49044f {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-ab49044f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-ab49044f {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-ab49044f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-ab49044f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-ab49044f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-ab49044f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-ab49044f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-ab49044f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-ab49044f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-ab49044f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-90f9034f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-90f9034f {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-90f9034f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-90f9034f {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-90f9034f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-90f9034f {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-90f9034f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-90f9034f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-90f9034f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-90f9034f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-90f9034f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-90f9034f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-90f9034f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-90f9034f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-93591ee9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-93591ee9 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-93591ee9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-93591ee9 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-93591ee9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-93591ee9 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-93591ee9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-93591ee9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-93591ee9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-93591ee9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-93591ee9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-93591ee9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-93591ee9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-93591ee9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-a312fec2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-a312fec2 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-a312fec2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-a312fec2 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-a312fec2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-a312fec2 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-a312fec2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-a312fec2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-a312fec2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-a312fec2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-a312fec2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-a312fec2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-a312fec2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-a312fec2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-821a75c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-821a75c1 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-821a75c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-821a75c1 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-821a75c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-821a75c1 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-821a75c1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-821a75c1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-821a75c1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-821a75c1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-821a75c1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-821a75c1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-821a75c1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-821a75c1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-211b2585 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-211b2585 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-211b2585 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-211b2585 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-211b2585 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-211b2585 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-211b2585 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-211b2585 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-211b2585 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-211b2585 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-211b2585 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-211b2585 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-211b2585 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-211b2585 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8ee1e156-aefb-b104-0579-d78558e9d224-73ce1da8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e15d110-e437-96ff-8da6-b88bbe5c166a-73ce1da8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5e15d110-e437-96ff-8da6-b88bbe5c1677-73ce1da8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2d00f5b0-dc94-96c2-7ad3-99551a692d4c-73ce1da8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d00f5b0-dc94-96c2-7ad3-99551a692d59-73ce1da8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bc73b4a6-dd37-b503-81f8-52c936c19282-73ce1da8, #w-node-bc73b4a6-dd37-b503-81f8-52c936c192ba-73ce1da8, #w-node-be8b4c1b-836d-c051-5897-9af3eb7fff87-73ce1da8, #w-node-be8b4c1b-836d-c051-5897-9af3eb7fffa8-73ce1da8, #w-node-_71c1cc19-b116-4be5-0aae-9f1f37b409dc-12629811, #w-node-dfa0893b-77ea-0fdb-d07b-4fa2c1ff7a7e-12629811, #w-node-_261fc781-ef29-70f8-c2b6-f88dbf013072-12629811, #w-node-_261fc781-ef29-70f8-c2b6-f88dbf013093-12629811, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbda-c8a2db1b, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87609-c8a2db1b, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c8760f-c8a2db1b, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87615-c8a2db1b, #w-node-_8e87db90-128f-c19d-e814-aacfc5f7fcd1-c8a2db1b, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcbfd-c8a2db1b, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b133-c8a2db1b, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b139-c8a2db1b, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b13f-c8a2db1b, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b147-c8a2db1b, #w-node-_03b181eb-e7d0-9011-29ab-a045c8c5e6cf-c8a2db1b, #w-node-_03b181eb-e7d0-9011-29ab-a045c8c5e6f0-c8a2db1b, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbda-89c5c24d, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87609-89c5c24d, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c8760f-89c5c24d, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87615-89c5c24d, #w-node-_8e87db90-128f-c19d-e814-aacfc5f7fcd1-89c5c24d, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886fd3-89c5c24d, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886fe0-89c5c24d, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886ff0-89c5c24d, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcbfd-89c5c24d, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b133-89c5c24d, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b13f-89c5c24d, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b139-89c5c24d, #w-node-eb4ea067-e701-403a-13b2-3ba4fca2ffa7-89c5c24d, #w-node-eb4ea067-e701-403a-13b2-3ba4fca2ffad-89c5c24d, #w-node-eb4ea067-e701-403a-13b2-3ba4fca2ffb3-89c5c24d, #w-node-_29fdb073-1d4b-853e-7dcb-858674280161-89c5c24d, #w-node-b2577aa1-3def-1a64-6677-47ba7fa62a59-89c5c24d, #w-node-b2577aa1-3def-1a64-6677-47ba7fa62a91-89c5c24d, #w-node-cb3cf4ee-2a03-b770-5730-aaf51a7b5075-89c5c24d, #w-node-cb3cf4ee-2a03-b770-5730-aaf51a7b5096-89c5c24d, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38e4-89428691, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38ec-89428691, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38f4-89428691, #w-node-_751d0eea-ccb7-9196-559e-45dd12300179-89428691, #w-node-_751d0eea-ccb7-9196-559e-45dd1230017f-89428691, #w-node-_751d0eea-ccb7-9196-559e-45dd12300185-89428691, #w-node-c643ad26-df1e-b7ac-929a-78e36c30849f-89428691, #w-node-d25b4dbc-6907-132f-fe1d-6a8fbbed4459-89428691, #w-node-_9c1f518b-2be8-7687-d0ca-b8fce6160faf-89428691, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbda-e176e09a, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87609-e176e09a, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c8760f-e176e09a, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87615-e176e09a, #w-node-_8e87db90-128f-c19d-e814-aacfc5f7fcd1-e176e09a, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886fd3-e176e09a, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886fe0-e176e09a, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886ff0-e176e09a, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcbfd-e176e09a, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b133-e176e09a, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b139-e176e09a, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b13f-e176e09a, #w-node-_29fdb073-1d4b-853e-7dcb-858674280161-e176e09a, #w-node-_7b6b37c1-4566-1e37-bd79-cbd6c0a5e9b3-e176e09a, #w-node-_7b6b37c1-4566-1e37-bd79-cbd6c0a5e9eb-e176e09a, #w-node-_15b18630-7ad6-4b04-b55a-76c27be3ca9c-e176e09a, #w-node-_15b18630-7ad6-4b04-b55a-76c27be3cabd-e176e09a, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbda-8b34d494, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87609-8b34d494, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c8760f-8b34d494, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87615-8b34d494, #w-node-_8e87db90-128f-c19d-e814-aacfc5f7fcd1-8b34d494, #w-node-ac3bce2e-90df-4e07-8740-5c9c1dbc6302-8b34d494, #w-node-cdc1c69b-02fb-46e8-01e5-693de990fddd-8b34d494, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcbfd-8b34d494, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b133-8b34d494, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b139-8b34d494, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b13f-8b34d494, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b147-8b34d494, #w-node-_5647be7d-3bfe-96ab-65b8-aa58b5c70153-8b34d494, #w-node-_5647be7d-3bfe-96ab-65b8-aa58b5c70174-8b34d494, #w-node-c76b055f-2912-8c15-01c8-c68d0bace4dc-0fed91e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4e6-0fed91e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4eb-0fed91e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4f5-0fed91e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4fa-0fed91e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace504-0fed91e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a174d6b6-6f08-3f4c-9a63-d59c59a509cd-0fed91e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a174d6b6-6f08-3f4c-9a63-d59c59a509d7-0fed91e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fcfb68d8-8874-4618-62a3-997c1566b94f-0fed91e0, #w-node-fcfb68d8-8874-4618-62a3-997c1566b959-0fed91e0, #w-node-fcfb68d8-8874-4618-62a3-997c1566b95e-0fed91e0, #w-node-fcfb68d8-8874-4618-62a3-997c1566b968-0fed91e0, #w-node-fcfb68d8-8874-4618-62a3-997c1566b96d-0fed91e0, #w-node-fcfb68d8-8874-4618-62a3-997c1566b977-0fed91e0, #w-node-fcfb68d8-8874-4618-62a3-997c1566b97c-0fed91e0, #w-node-fcfb68d8-8874-4618-62a3-997c1566b986-0fed91e0, #w-node-fcfb68d8-8874-4618-62a3-997c1566b98b-0fed91e0, #w-node-fcfb68d8-8874-4618-62a3-997c1566b995-0fed91e0, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdb7-0fed91e0, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdc0-0fed91e0, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdc5-0fed91e0, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdd1-0fed91e0, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdd6-0fed91e0, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbde2-0fed91e0, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbde7-0fed91e0, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdf3-0fed91e0, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdf8-0fed91e0, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbe01-0fed91e0, #w-node-_4fbf5ee5-05c7-37c8-cbf6-d89340560303-0fed91e0, #w-node-_4fbf5ee5-05c7-37c8-cbf6-d8934056030c-0fed91e0, #w-node-_61f4400f-60a1-65a3-413c-bcf2101bf6ec-0fed91e0, #w-node-_61f4400f-60a1-65a3-413c-bcf2101bf6f7-0fed91e0, #w-node-_72af93b9-7b3c-db5c-d1a4-2e702a6030aa-0fed91e0, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7470-67873914, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7472-67873914, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7474-67873914, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7476-67873914, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7478-67873914, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747a-67873914, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747c-67873914, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747e-67873914, #w-node-cbd40d78-bd9e-6772-349a-8188f098a9f8-67873914, #w-node-b9e4a143-4105-977d-985e-b71b81ae3d29-67873914, #w-node-c08a91a9-e844-0488-d24b-f9266057f927-67873914, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7eed-67873914, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7ef3-67873914, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7ef9-67873914, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7eff-67873914, #w-node-ddb5f28c-2641-bab0-0bd1-19f8758d8c1c-67873914, #w-node-d7ea46ac-fc5c-831e-d8f4-8f2e9d787d25-67873914, #w-node-_94e4c4c5-52ea-6d44-8e67-35126b09fd66-67873914, #w-node-b3716adb-e746-1b4f-8a0c-7603842b5db0-67873914, #w-node-b3716adb-e746-1b4f-8a0c-7603842b5de8-67873914, #w-node-cb9f54d3-f6f4-403d-0828-c4830a247644-67873914, #w-node-cb9f54d3-f6f4-403d-0828-c4830a247665-67873914, #w-node-_773c0ba1-1e33-255b-1c34-dbd4bb328a6d-67873914, #w-node-cc06960c-2c80-e9a3-06e1-9848d505dbca-67873914, #w-node-_188245b9-2e3b-aafc-aa49-7845d0577792-67873914, #w-node-_18a7dbeb-4ee4-51a7-ba7f-bc625a58a183-5a58a156, #w-node-_18a7dbeb-4ee4-51a7-ba7f-bc625a58a189-5a58a156, #w-node-_18a7dbeb-4ee4-51a7-ba7f-bc625a58a19c-5a58a156, #w-node-_18a7dbeb-4ee4-51a7-ba7f-bc625a58a1a9-5a58a156 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4318536-7d91-7148-6dc1-db16cd883b42-695cdae5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ea3696bc-5db0-2edc-325a-b0556e02d255-695cdae5, #w-node-ea3696bc-5db0-2edc-325a-b0556e02d276-695cdae5, #w-node-cd4b4977-3b54-a3cd-081f-ad8bd77c6102-f8bf39e7, #w-node-cd4b4977-3b54-a3cd-081f-ad8bd77c610f-f8bf39e7, #w-node-cd4b4977-3b54-a3cd-081f-ad8bd77c611f-f8bf39e7, #w-node-c2c71c9a-3d67-69b4-f828-895a58ec53dc-f8bf39e7, #w-node-c2c71c9a-3d67-69b4-f828-895a58ec53e4-f8bf39e7, #w-node-c2c71c9a-3d67-69b4-f828-895a58ec53ec-f8bf39e7, #w-node-a27fd9de-369f-85e0-d48b-be0aca306488-f8bf39e7, #w-node-a27fd9de-369f-85e0-d48b-be0aca3064a9-f8bf39e7, #w-node-c76b055f-2912-8c15-01c8-c68d0bace4dc-70cc01b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4e6-70cc01b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4eb-70cc01b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4f5-70cc01b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4fa-70cc01b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace504-70cc01b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a174d6b6-6f08-3f4c-9a63-d59c59a509cd-70cc01b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a174d6b6-6f08-3f4c-9a63-d59c59a509d7-70cc01b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fcfb68d8-8874-4618-62a3-997c1566b94f-70cc01b7, #w-node-fcfb68d8-8874-4618-62a3-997c1566b959-70cc01b7, #w-node-fcfb68d8-8874-4618-62a3-997c1566b95e-70cc01b7, #w-node-fcfb68d8-8874-4618-62a3-997c1566b968-70cc01b7, #w-node-fcfb68d8-8874-4618-62a3-997c1566b96d-70cc01b7, #w-node-fcfb68d8-8874-4618-62a3-997c1566b977-70cc01b7, #w-node-fcfb68d8-8874-4618-62a3-997c1566b98b-70cc01b7, #w-node-fcfb68d8-8874-4618-62a3-997c1566b995-70cc01b7, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6b4-70cc01b7, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6bf-70cc01b7, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6c4-70cc01b7, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6d0-70cc01b7, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6d5-70cc01b7, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6e0-70cc01b7, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6e6-70cc01b7, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6f4-70cc01b7, #w-node-_4ed60760-589e-6afc-c96a-c5cef49ab955-70cc01b7, #w-node-_4ed60760-589e-6afc-c96a-c5cef49ab961-70cc01b7, #w-node-d80918af-973b-b275-20d7-2cc99285aa6a-70cc01b7, #w-node-d80918af-973b-b275-20d7-2cc99285aa76-70cc01b7, #w-node-_5317a72c-b5e1-c38f-8d05-eec1622603ec-70cc01b7, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7470-526c9cf3, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7472-526c9cf3, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7474-526c9cf3, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7476-526c9cf3, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7478-526c9cf3, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747a-526c9cf3, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747c-526c9cf3, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747e-526c9cf3, #w-node-cbd40d78-bd9e-6772-349a-8188f098a9f8-526c9cf3, #w-node-b9e4a143-4105-977d-985e-b71b81ae3d29-526c9cf3, #w-node-c08a91a9-e844-0488-d24b-f9266057f927-526c9cf3, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7eed-526c9cf3, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7ef3-526c9cf3, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7ef9-526c9cf3, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7eff-526c9cf3, #w-node-ddb5f28c-2641-bab0-0bd1-19f8758d8c1c-526c9cf3, #w-node-d7ea46ac-fc5c-831e-d8f4-8f2e9d787d25-526c9cf3, #w-node-_94e4c4c5-52ea-6d44-8e67-35126b09fd66-526c9cf3, #w-node-b3716adb-e746-1b4f-8a0c-7603842b5db0-526c9cf3, #w-node-b3716adb-e746-1b4f-8a0c-7603842b5de8-526c9cf3, #w-node-_4a473a07-6b71-ad81-4d33-a6bc704ff0fd-526c9cf3, #w-node-_4a473a07-6b71-ad81-4d33-a6bc704ff11e-526c9cf3, #w-node-_773c0ba1-1e33-255b-1c34-dbd4bb328a6d-526c9cf3, #w-node-cc06960c-2c80-e9a3-06e1-9848d505dbca-526c9cf3, #w-node-_188245b9-2e3b-aafc-aa49-7845d0577792-526c9cf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-c0647a0a {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-c0647a0a {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-c0647a0a {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-c0647a0a {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-c0647a0a {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-c0647a0a {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-c0647a0a {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-c0647a0a {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-c0647a0a {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-c0647a0a {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-c0647a0a {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-c0647a0a {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-c0647a0a {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-c0647a0a {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-c0647a0a {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-c0647a0a {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-c0647a0a {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-c0647a0a {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-c0647a0a {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-c0647a0a {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-c0647a0a {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-c0647a0a {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-c0647a0a {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-c0647a0a {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-c0647a0a {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-c0647a0a, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-c0647a0a, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-c0647a0a, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-c0647a0a, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-c0647a0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-c0647a0a {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-c0647a0a {
  grid-area: Area-24;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-c0647a0a, #w-node-_9e230bd0-1153-211a-6346-d5c6014c932e-c0647a0a, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9f96-c0647a0a, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9fb7-c0647a0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-f8a3f03c {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-f8a3f03c {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-f8a3f03c {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-f8a3f03c {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-f8a3f03c {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-f8a3f03c {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-f8a3f03c {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-f8a3f03c {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-f8a3f03c {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-f8a3f03c {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-f8a3f03c {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-f8a3f03c {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-f8a3f03c {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-f8a3f03c {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-f8a3f03c {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-f8a3f03c {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-f8a3f03c {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-f8a3f03c {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-f8a3f03c {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-f8a3f03c {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-f8a3f03c {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-f8a3f03c {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-f8a3f03c {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-f8a3f03c {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-f8a3f03c {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-f8a3f03c, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-f8a3f03c, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-f8a3f03c, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-f8a3f03c, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-f8a3f03c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-f8a3f03c {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-f8a3f03c {
  grid-area: Area-24;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-f8a3f03c, #w-node-_9e230bd0-1153-211a-6346-d5c6014c932e-f8a3f03c, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9f96-f8a3f03c, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9fb7-f8a3f03c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-193a5f1c {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-193a5f1c {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-193a5f1c {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-193a5f1c {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-193a5f1c {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-193a5f1c {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-193a5f1c {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-193a5f1c {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-193a5f1c {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-193a5f1c {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-193a5f1c {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-193a5f1c {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-193a5f1c {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-193a5f1c {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-193a5f1c {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-193a5f1c {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-193a5f1c {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-193a5f1c {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-193a5f1c {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-193a5f1c {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-193a5f1c {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-193a5f1c {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-193a5f1c {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-193a5f1c {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-193a5f1c {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-193a5f1c, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-193a5f1c, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-193a5f1c, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-193a5f1c, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-193a5f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-193a5f1c {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-193a5f1c {
  grid-area: Area-24;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-193a5f1c, #w-node-_9e230bd0-1153-211a-6346-d5c6014c932e-193a5f1c, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9f96-193a5f1c, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9fb7-193a5f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-8948f586 {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-8948f586 {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-8948f586 {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-8948f586 {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-8948f586 {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-8948f586 {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-8948f586 {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-8948f586 {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-8948f586 {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-8948f586 {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-8948f586 {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-8948f586 {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-8948f586 {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-8948f586 {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-8948f586 {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-8948f586 {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-8948f586 {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-8948f586 {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-8948f586 {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-8948f586 {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-8948f586 {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-8948f586 {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-8948f586 {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-8948f586 {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-8948f586 {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-8948f586, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-8948f586, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-8948f586, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-8948f586, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-8948f586 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-8948f586 {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-8948f586 {
  grid-area: Area-24;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-8948f586, #w-node-_9e230bd0-1153-211a-6346-d5c6014c932e-8948f586, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9f96-8948f586, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9fb7-8948f586 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-b57360b7 {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-b57360b7 {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-b57360b7 {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-b57360b7 {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-b57360b7 {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-b57360b7 {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-b57360b7 {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-b57360b7 {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-b57360b7 {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-b57360b7 {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-b57360b7 {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-b57360b7 {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-b57360b7 {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-b57360b7 {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-b57360b7 {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-b57360b7 {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-b57360b7 {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-b57360b7 {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-b57360b7 {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-b57360b7 {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-b57360b7 {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-b57360b7 {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-b57360b7 {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-b57360b7 {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-b57360b7 {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-b57360b7, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-b57360b7, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-b57360b7, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-b57360b7, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-b57360b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-b57360b7 {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-b57360b7 {
  grid-area: Area-24;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-b57360b7, #w-node-_9e230bd0-1153-211a-6346-d5c6014c932e-b57360b7, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9f96-b57360b7, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9fb7-b57360b7, #w-node-_5ed39579-6d7e-4880-9247-a39e4bb40268-91110b6b, #w-node-_5374a62e-f6f9-fca3-5333-a22257093465-91110b6b, #w-node-_1c6e9516-68ff-9478-f80e-9bdd356b6c62-91110b6b, #w-node-_848a0029-6de5-2a25-a250-ce917f56dbef-91110b6b, #w-node-d2d4303d-f7e7-b310-4bb0-24b1b41e27fe-91110b6b, #w-node-a55b2b97-672a-4ae3-b5e3-1741093136c7-91110b6b, #w-node-_87285ee6-4b16-4ca2-69db-7e91194f32b1-91110b6b, #w-node-_017d0d5d-6a2e-1e18-5bb5-b3391460766f-91110b6b, #w-node-_9aff4d36-ec4c-974c-5687-ceea348a76cb-91110b6b, #w-node-_10326154-7d11-a2ff-0c43-2780c6489001-91110b6b, #w-node-_10326154-7d11-a2ff-0c43-2780c648900c-91110b6b, #w-node-_10326154-7d11-a2ff-0c43-2780c6488fca-91110b6b, #w-node-_10326154-7d11-a2ff-0c43-2780c6488fd5-91110b6b, #w-node-_10326154-7d11-a2ff-0c43-2780c6488fe0-91110b6b, #w-node-_10326154-7d11-a2ff-0c43-2780c6488feb-91110b6b, #w-node-_10326154-7d11-a2ff-0c43-2780c6488ff6-91110b6b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0cd-91110b6b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0d7-91110b6b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0e1-91110b6b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0eb-91110b6b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0f5-91110b6b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0ff-91110b6b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b109-91110b6b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b113-91110b6b, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b11d-91110b6b, #w-node-_78d2d455-3a9b-2fec-b78a-2e1eddce9d88-91110b6b, #w-node-fb1f9d74-bd1e-838e-394a-8756d74a1f49-91110b6b, #w-node-e19c5afe-f6af-aa51-a3bc-52f536ded09d-91110b6b, #w-node-_2f76acae-89fc-61f0-1aa4-db10462cfe22-91110b6b, #w-node-e43b87e6-22ab-0431-d887-af8abd3ac2de-91110b6b, #w-node-c54729fc-4a16-e9ca-da52-df520204e37c-91110b6b, #w-node-_282426d3-a77f-9210-b5e0-2f607d4fb200-91110b6b, #w-node-f415d601-8747-9b59-3f67-bde998a7e212-91110b6b, #w-node-_3fbeb402-f94c-4875-6436-b3cec7464e39-91110b6b, #w-node-eee8d9c9-4f09-ad4d-f01c-3b338ba0b2c5-91110b6b, #w-node-_82649863-8e31-f446-1c7f-ace84a95c489-91110b6b, #w-node-cf6090e1-e6e8-40ed-a50f-6b4bf246a28b-91110b6b, #w-node-_431e8ed8-128c-033c-55c3-072c417f59ed-91110b6b, #w-node-ce439ff5-3513-1dd8-18cc-790d4125c060-91110b6b, #w-node-ee3308e4-4dad-ef0f-c3e9-4906e8d82221-91110b6b, #w-node-de51a20f-5824-e96b-e5d0-7c9e1519d8cf-91110b6b, #w-node-_100137d7-e7d1-a540-c210-c976b3cb3f75-91110b6b, #w-node-_2f64ec7c-f8c2-3f45-12cc-db9e80061209-91110b6b, #w-node-d6e3ec53-ec25-f9f1-b0d9-41fa4ba1cea5-91110b6b, #w-node-_1d4700a2-84ec-da7a-1982-9424ecf9d931-91110b6b, #w-node-db297884-9414-80a0-43d8-c51c385dd714-91110b6b, #w-node-eb17ef46-d235-0ede-c7e3-f590a9aa1cfd-91110b6b, #w-node-fd7fcf1d-5360-e47c-8647-d5f2ec3dc893-91110b6b, #w-node-fb63c66c-2f5b-a61b-62c5-50655c653c65-91110b6b, #w-node-e7a5052d-4c42-1aa0-f7dc-33359de5e418-91110b6b, #w-node-_0351c87e-b01e-6880-6300-5107ea0f003f-91110b6b, #w-node-_77f09388-4f6b-f792-221e-117e73a703ed-91110b6b, #w-node-_8438aaf2-2292-193d-a926-2fb5a1b36160-91110b6b, #w-node-_3353175a-88b4-fb79-977a-cca3301c1206-91110b6b, #w-node-_91e898bd-e081-12e0-14ea-b1e0a28d3e8f-91110b6b, #w-node-_8a347ab5-44cc-c66a-bc46-c786df3c8265-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-25405867809b-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-2540586780a5-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-2540586780af-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-2540586780b9-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-2540586780c3-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-2540586780cd-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-2540586780d7-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-2540586780e1-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-2540586780eb-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-2540586780f5-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-2540586780ff-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-254058678109-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-254058678113-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-25405867811d-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-254058678127-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-254058678131-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-25405867813b-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-254058678145-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-25405867814f-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-254058678159-91110b6b, #w-node-_0e2700b3-47dd-3063-8654-254058678163-91110b6b, #w-node-a82d90dc-878d-a181-60ad-aa4f27671dd8-91110b6b, #w-node-bfe2a794-0798-84df-623b-fce0b8d0de0c-91110b6b, #w-node-_5a745dbd-ad43-03d6-8966-ca6d53c8bd3d-91110b6b, #w-node-_12a1c02c-9245-494d-7cad-ac16058f9df3-91110b6b, #w-node-bee9feb0-0212-12e5-d817-30a8a02911b1-91110b6b, #w-node-e45d5636-0189-5878-96e2-c1eb1f7a935c-91110b6b, #w-node-e45d5636-0189-5878-96e2-c1eb1f7a9366-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b781-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b78b-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b795-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b79f-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7a9-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7b3-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7bd-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7c7-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7d1-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7db-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7e5-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7ef-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7f9-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b803-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b80d-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b817-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b821-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b82b-91110b6b, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b835-91110b6b, #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-653ff99c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-653ff99c {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-653ff99c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-653ff99c {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-653ff99c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-653ff99c {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-653ff99c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-653ff99c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-653ff99c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-653ff99c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-653ff99c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-653ff99c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-653ff99c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-653ff99c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-2455c086 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-2455c086 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-2455c086 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-2455c086 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-2455c086 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-2455c086 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-2455c086 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-2455c086 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-2455c086 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-2455c086 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-2455c086 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-2455c086 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-2455c086 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-2455c086 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-8134b0e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-8134b0e1 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-8134b0e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-8134b0e1 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-8134b0e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-8134b0e1 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-8134b0e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-8134b0e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-8134b0e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-8134b0e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-8134b0e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-8134b0e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-8134b0e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-8134b0e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-9e32da8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-9e32da8c {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-9e32da8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-9e32da8c {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-9e32da8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-9e32da8c {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-9e32da8c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-9e32da8c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-9e32da8c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-9e32da8c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-9e32da8c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-9e32da8c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-9e32da8c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-9e32da8c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-d4651d4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-d4651d4b {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-d4651d4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-d4651d4b {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-d4651d4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-d4651d4b {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-d4651d4b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-d4651d4b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-d4651d4b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-d4651d4b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-d4651d4b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-d4651d4b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-d4651d4b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-d4651d4b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_71c1cc19-b116-4be5-0aae-9f1f37b409dc-19212b19, #w-node-dfa0893b-77ea-0fdb-d07b-4fa2c1ff7a7e-19212b19, #w-node-eaf40112-f6b3-d955-9dea-eda3d5e64475-19212b19, #w-node-eaf40112-f6b3-d955-9dea-eda3d5e64496-19212b19, #w-node-cd4b4977-3b54-a3cd-081f-ad8bd77c6102-de0430e6, #w-node-cd4b4977-3b54-a3cd-081f-ad8bd77c610f-de0430e6, #w-node-cd4b4977-3b54-a3cd-081f-ad8bd77c611f-de0430e6, #w-node-c2c71c9a-3d67-69b4-f828-895a58ec53dc-de0430e6, #w-node-c2c71c9a-3d67-69b4-f828-895a58ec53e4-de0430e6, #w-node-c2c71c9a-3d67-69b4-f828-895a58ec53ec-de0430e6, #w-node-df318dc1-d6eb-d25e-2343-ee318e001626-de0430e6, #w-node-df318dc1-d6eb-d25e-2343-ee318e001647-de0430e6, #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-c8bf8be2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-c8bf8be2 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-c8bf8be2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-c8bf8be2 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-c8bf8be2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-c8bf8be2 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-c8bf8be2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-c8bf8be2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-c8bf8be2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-c8bf8be2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-c8bf8be2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-c8bf8be2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-c8bf8be2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-c8bf8be2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbda-c7fa349a, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87609-c7fa349a, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c8760f-c7fa349a, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87615-c7fa349a, #w-node-_8e87db90-128f-c19d-e814-aacfc5f7fcd1-c7fa349a, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcbfd-c7fa349a, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b133-c7fa349a, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b139-c7fa349a, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b13f-c7fa349a, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b147-c7fa349a, #w-node-c2f221d9-56aa-e501-6b7d-b52903bcfe1c-c7fa349a, #w-node-c2f221d9-56aa-e501-6b7d-b52903bcfe3d-c7fa349a, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38e4-6008332f, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38ec-6008332f, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38f4-6008332f, #w-node-b5d8e34d-a015-fb64-8ffb-bf711beb5163-6008332f, #w-node-b5d8e34d-a015-fb64-8ffb-bf711beb5169-6008332f, #w-node-b5d8e34d-a015-fb64-8ffb-bf711beb516f-6008332f, #w-node-b5d8e34d-a015-fb64-8ffb-bf711beb5175-6008332f, #w-node-d25b4dbc-6907-132f-fe1d-6a8fbbed4459-6008332f, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147989-feae7703, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798b-feae7703, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798d-feae7703, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798f-feae7703, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147991-feae7703, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147993-feae7703, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147995-feae7703, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147997-feae7703, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c08471e-feae7703, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084720-feae7703, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c08473f-feae7703, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084761-feae7703, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084762-feae7703, #w-node-_8705126c-6f8c-8bbd-4408-0fa662d14d5d-feae7703, #w-node-_8705126c-6f8c-8bbd-4408-0fa662d14d95-feae7703, #w-node-_8ee1e156-aefb-b104-0579-d78558e9d224-176bf539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e15d110-e437-96ff-8da6-b88bbe5c166a-176bf539 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5e15d110-e437-96ff-8da6-b88bbe5c1677-176bf539 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2d00f5b0-dc94-96c2-7ad3-99551a692d4c-176bf539 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d00f5b0-dc94-96c2-7ad3-99551a692d59-176bf539 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9ac8aba4-18b5-03a2-3988-3d3f0bf25640-176bf539, #w-node-_9ac8aba4-18b5-03a2-3988-3d3f0bf25678-176bf539, #w-node-f52a4ce9-4afe-76d5-d429-519fab4428b6-176bf539, #w-node-f52a4ce9-4afe-76d5-d429-519fab4428d7-176bf539, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbda-2c3c29cc, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87609-2c3c29cc, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c8760f-2c3c29cc, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87615-2c3c29cc, #w-node-_8e87db90-128f-c19d-e814-aacfc5f7fcd1-2c3c29cc, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886fd3-2c3c29cc, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886fe0-2c3c29cc, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886ff0-2c3c29cc, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcbfd-2c3c29cc, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b133-2c3c29cc, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b13f-2c3c29cc, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b139-2c3c29cc, #w-node-eb4ea067-e701-403a-13b2-3ba4fca2ffa7-2c3c29cc, #w-node-eb4ea067-e701-403a-13b2-3ba4fca2ffad-2c3c29cc, #w-node-eb4ea067-e701-403a-13b2-3ba4fca2ffb3-2c3c29cc, #w-node-_29fdb073-1d4b-853e-7dcb-858674280161-2c3c29cc, #w-node-_8fcad8f0-d1ce-70af-68de-a56d6c7938f2-2c3c29cc, #w-node-_8fcad8f0-d1ce-70af-68de-a56d6c79392a-2c3c29cc, #w-node-_3603f0d5-f312-19e0-0b09-adce1617769c-2c3c29cc, #w-node-_3603f0d5-f312-19e0-0b09-adce161776bd-2c3c29cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e15d110-e437-96ff-8da6-b88bbe5c166a-1802216f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5e15d110-e437-96ff-8da6-b88bbe5c1677-1802216f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2d00f5b0-dc94-96c2-7ad3-99551a692d4c-1802216f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d00f5b0-dc94-96c2-7ad3-99551a692d59-1802216f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9ac8aba4-18b5-03a2-3988-3d3f0bf25640-1802216f, #w-node-_9ac8aba4-18b5-03a2-3988-3d3f0bf25678-1802216f, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7470-1e98e7a7, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7472-1e98e7a7, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7474-1e98e7a7, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7476-1e98e7a7, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7478-1e98e7a7, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747a-1e98e7a7, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747c-1e98e7a7, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747e-1e98e7a7, #w-node-cbd40d78-bd9e-6772-349a-8188f098a9f8-1e98e7a7, #w-node-b9e4a143-4105-977d-985e-b71b81ae3d29-1e98e7a7, #w-node-c08a91a9-e844-0488-d24b-f9266057f927-1e98e7a7, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7eed-1e98e7a7, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7ef3-1e98e7a7, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7ef9-1e98e7a7, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7eff-1e98e7a7, #w-node-ddb5f28c-2641-bab0-0bd1-19f8758d8c1c-1e98e7a7, #w-node-d7ea46ac-fc5c-831e-d8f4-8f2e9d787d25-1e98e7a7, #w-node-_94e4c4c5-52ea-6d44-8e67-35126b09fd66-1e98e7a7, #w-node-e668e150-d7dc-21c4-4f9a-9259cecbd384-1e98e7a7, #w-node-e668e150-d7dc-21c4-4f9a-9259cecbd3bc-1e98e7a7, #w-node-_24a6bbf4-a42c-e38b-bdab-de9d92e1365b-1e98e7a7, #w-node-_24a6bbf4-a42c-e38b-bdab-de9d92e1367c-1e98e7a7, #w-node-_94e8fe92-ebe4-ff64-d772-d26f7a653a71-1e98e7a7, #w-node-_94e8fe92-ebe4-ff64-d772-d26f7a653a88-1e98e7a7, #w-node-_94e8fe92-ebe4-ff64-d772-d26f7a653a9f-1e98e7a7, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38e4-eff1dcc8, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38ec-eff1dcc8, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38f4-eff1dcc8, #w-node-_751d0eea-ccb7-9196-559e-45dd12300179-eff1dcc8, #w-node-_751d0eea-ccb7-9196-559e-45dd1230017f-eff1dcc8, #w-node-_751d0eea-ccb7-9196-559e-45dd12300185-eff1dcc8, #w-node-c643ad26-df1e-b7ac-929a-78e36c30849f-eff1dcc8, #w-node-d25b4dbc-6907-132f-fe1d-6a8fbbed4459-eff1dcc8, #w-node-_9c1f518b-2be8-7687-d0ca-b8fce6160faf-eff1dcc8, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbda-8ce594bb, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87609-8ce594bb, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c8760f-8ce594bb, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87615-8ce594bb, #w-node-_8e87db90-128f-c19d-e814-aacfc5f7fcd1-8ce594bb, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886fd3-8ce594bb, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886fe0-8ce594bb, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886ff0-8ce594bb, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcbfd-8ce594bb, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b133-8ce594bb, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b139-8ce594bb, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b13f-8ce594bb, #w-node-_29fdb073-1d4b-853e-7dcb-858674280161-8ce594bb, #w-node-_8fcad8f0-d1ce-70af-68de-a56d6c7938f2-8ce594bb, #w-node-_8fcad8f0-d1ce-70af-68de-a56d6c79392a-8ce594bb, #w-node-_35ef7d78-4067-b985-ff0a-625585a61146-8ce594bb, #w-node-_35ef7d78-4067-b985-ff0a-625585a61167-8ce594bb, #w-node-_3c4d995b-507c-393b-cd8f-74eac5a753bf-db600679, #w-node-_3c4d995b-507c-393b-cd8f-74eac5a753c7-db600679, #w-node-_3c4d995b-507c-393b-cd8f-74eac5a753cf-db600679, #w-node-c76b055f-2912-8c15-01c8-c68d0bace4dc-905eda78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4e6-905eda78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4eb-905eda78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4f5-905eda78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4fa-905eda78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace504-905eda78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a174d6b6-6f08-3f4c-9a63-d59c59a509cd-905eda78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a174d6b6-6f08-3f4c-9a63-d59c59a509d7-905eda78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fcfb68d8-8874-4618-62a3-997c1566b94f-905eda78, #w-node-fcfb68d8-8874-4618-62a3-997c1566b959-905eda78, #w-node-fcfb68d8-8874-4618-62a3-997c1566b95e-905eda78, #w-node-fcfb68d8-8874-4618-62a3-997c1566b968-905eda78, #w-node-fcfb68d8-8874-4618-62a3-997c1566b96d-905eda78, #w-node-fcfb68d8-8874-4618-62a3-997c1566b977-905eda78, #w-node-fcfb68d8-8874-4618-62a3-997c1566b97c-905eda78, #w-node-fcfb68d8-8874-4618-62a3-997c1566b986-905eda78, #w-node-fcfb68d8-8874-4618-62a3-997c1566b98b-905eda78, #w-node-fcfb68d8-8874-4618-62a3-997c1566b995-905eda78, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdb7-905eda78, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdc0-905eda78, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdc5-905eda78, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdd1-905eda78, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdd6-905eda78, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbde2-905eda78, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbde7-905eda78, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdf3-905eda78, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdf8-905eda78, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbe01-905eda78, #w-node-_4fbf5ee5-05c7-37c8-cbf6-d89340560303-905eda78, #w-node-_4fbf5ee5-05c7-37c8-cbf6-d8934056030c-905eda78, #w-node-_61f4400f-60a1-65a3-413c-bcf2101bf6ec-905eda78, #w-node-_61f4400f-60a1-65a3-413c-bcf2101bf6f7-905eda78, #w-node-_72af93b9-7b3c-db5c-d1a4-2e702a6030aa-905eda78, #w-node-c76b055f-2912-8c15-01c8-c68d0bace4dc-bb4e5697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4e6-bb4e5697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4eb-bb4e5697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4f5-bb4e5697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4fa-bb4e5697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace504-bb4e5697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a174d6b6-6f08-3f4c-9a63-d59c59a509cd-bb4e5697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a174d6b6-6f08-3f4c-9a63-d59c59a509d7-bb4e5697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fcfb68d8-8874-4618-62a3-997c1566b94f-bb4e5697, #w-node-fcfb68d8-8874-4618-62a3-997c1566b959-bb4e5697, #w-node-fcfb68d8-8874-4618-62a3-997c1566b95e-bb4e5697, #w-node-fcfb68d8-8874-4618-62a3-997c1566b968-bb4e5697, #w-node-fcfb68d8-8874-4618-62a3-997c1566b96d-bb4e5697, #w-node-fcfb68d8-8874-4618-62a3-997c1566b977-bb4e5697, #w-node-fcfb68d8-8874-4618-62a3-997c1566b98b-bb4e5697, #w-node-fcfb68d8-8874-4618-62a3-997c1566b995-bb4e5697, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6b4-bb4e5697, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6bf-bb4e5697, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6c4-bb4e5697, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6d0-bb4e5697, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6d5-bb4e5697, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6e0-bb4e5697, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6e6-bb4e5697, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6f4-bb4e5697, #w-node-_4ed60760-589e-6afc-c96a-c5cef49ab955-bb4e5697, #w-node-_4ed60760-589e-6afc-c96a-c5cef49ab961-bb4e5697, #w-node-d80918af-973b-b275-20d7-2cc99285aa6a-bb4e5697, #w-node-d80918af-973b-b275-20d7-2cc99285aa76-bb4e5697, #w-node-_5317a72c-b5e1-c38f-8d05-eec1622603ec-bb4e5697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e15d110-e437-96ff-8da6-b88bbe5c166a-a9a0b6ca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5e15d110-e437-96ff-8da6-b88bbe5c1677-a9a0b6ca {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2d00f5b0-dc94-96c2-7ad3-99551a692d4c-a9a0b6ca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d00f5b0-dc94-96c2-7ad3-99551a692d59-a9a0b6ca {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bfcfbf23-6bf1-7849-57ed-e15c617e74cf-a9a0b6ca, #w-node-bfcfbf23-6bf1-7849-57ed-e15c617e7507-a9a0b6ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e15d110-e437-96ff-8da6-b88bbe5c166a-e6f35d51 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5e15d110-e437-96ff-8da6-b88bbe5c1677-e6f35d51 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2d00f5b0-dc94-96c2-7ad3-99551a692d4c-e6f35d51 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d00f5b0-dc94-96c2-7ad3-99551a692d59-e6f35d51 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_94827c96-0d06-980a-51b4-781c7eaf5070-e6f35d51, #w-node-_94827c96-0d06-980a-51b4-781c7eaf50a8-e6f35d51, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7470-8af1eea1, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7472-8af1eea1, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7474-8af1eea1, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7476-8af1eea1, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7478-8af1eea1, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747a-8af1eea1, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747c-8af1eea1, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747e-8af1eea1, #w-node-cbd40d78-bd9e-6772-349a-8188f098a9f8-8af1eea1, #w-node-b9e4a143-4105-977d-985e-b71b81ae3d29-8af1eea1, #w-node-c08a91a9-e844-0488-d24b-f9266057f927-8af1eea1, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7eed-8af1eea1, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7ef3-8af1eea1, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7ef9-8af1eea1, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7eff-8af1eea1, #w-node-ddb5f28c-2641-bab0-0bd1-19f8758d8c1c-8af1eea1, #w-node-d7ea46ac-fc5c-831e-d8f4-8f2e9d787d25-8af1eea1, #w-node-_94e4c4c5-52ea-6d44-8e67-35126b09fd66-8af1eea1, #w-node-f032c863-ba20-7764-9e63-721cb108ef74-8af1eea1, #w-node-f032c863-ba20-7764-9e63-721cb108efac-8af1eea1, #w-node-b40a635c-aeb2-1c10-a032-35fd384b0b44-8af1eea1, #w-node-b40a635c-aeb2-1c10-a032-35fd384b0b65-8af1eea1, #w-node-bea1cfa8-6e29-cdf0-f467-5372fb65f277-8af1eea1, #w-node-bea1cfa8-6e29-cdf0-f467-5372fb65f28e-8af1eea1, #w-node-bea1cfa8-6e29-cdf0-f467-5372fb65f2a5-8af1eea1, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbda-78487913, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87609-78487913, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c8760f-78487913, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87615-78487913, #w-node-_8e87db90-128f-c19d-e814-aacfc5f7fcd1-78487913, #w-node-ac3bce2e-90df-4e07-8740-5c9c1dbc6302-78487913, #w-node-cdc1c69b-02fb-46e8-01e5-693de990fddd-78487913, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcbfd-78487913, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b133-78487913, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b139-78487913, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b13f-78487913, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b147-78487913, #w-node-_49f7806b-19d2-9e4e-ca18-df1a13d62a70-78487913, #w-node-_49f7806b-19d2-9e4e-ca18-df1a13d62a91-78487913, #w-node-_4829a193-6f0d-f1e1-0926-164cd3fc480f-d3fc47e2, #w-node-_4829a193-6f0d-f1e1-0926-164cd3fc4815-d3fc47e2, #w-node-_4829a193-6f0d-f1e1-0926-164cd3fc4828-d3fc47e2, #w-node-_4829a193-6f0d-f1e1-0926-164cd3fc4835-d3fc47e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-5b2f4af9 {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-5b2f4af9 {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-5b2f4af9 {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-5b2f4af9 {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-5b2f4af9 {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-5b2f4af9 {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-5b2f4af9 {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-5b2f4af9 {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-5b2f4af9 {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-5b2f4af9 {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-5b2f4af9 {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-5b2f4af9 {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-5b2f4af9 {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-5b2f4af9 {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-5b2f4af9 {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-5b2f4af9 {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-5b2f4af9 {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-5b2f4af9 {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-5b2f4af9 {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-5b2f4af9 {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-5b2f4af9 {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-5b2f4af9 {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-5b2f4af9 {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-5b2f4af9 {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-5b2f4af9 {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-5b2f4af9, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-5b2f4af9, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-5b2f4af9, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-5b2f4af9, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-5b2f4af9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-5b2f4af9 {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-5b2f4af9 {
  grid-area: Area-24;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-5b2f4af9, #w-node-_9e230bd0-1153-211a-6346-d5c6014c932e-5b2f4af9, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9f96-5b2f4af9, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9fb7-5b2f4af9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-94dd1c03 {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-94dd1c03 {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-94dd1c03 {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-94dd1c03 {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-94dd1c03 {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-94dd1c03 {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-94dd1c03 {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-94dd1c03 {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-94dd1c03 {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-94dd1c03 {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-94dd1c03 {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-94dd1c03 {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-94dd1c03 {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-94dd1c03 {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-94dd1c03 {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-94dd1c03 {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-94dd1c03 {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-94dd1c03 {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-94dd1c03 {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-94dd1c03 {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-94dd1c03 {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-94dd1c03 {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-94dd1c03 {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-94dd1c03 {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-94dd1c03 {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-94dd1c03, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-94dd1c03, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-94dd1c03, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-94dd1c03, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-94dd1c03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-94dd1c03 {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-94dd1c03 {
  grid-area: Area-24;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-94dd1c03, #w-node-_9e230bd0-1153-211a-6346-d5c6014c932e-94dd1c03, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9f96-94dd1c03, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9fb7-94dd1c03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-8990a23e {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-8990a23e {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-8990a23e {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-8990a23e {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-8990a23e {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-8990a23e {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-8990a23e {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-8990a23e {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-8990a23e {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-8990a23e {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-8990a23e {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-8990a23e {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-8990a23e {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-8990a23e {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-8990a23e {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-8990a23e {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-8990a23e {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-8990a23e {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-8990a23e {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-8990a23e {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-8990a23e {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-8990a23e {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-8990a23e {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-8990a23e {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-8990a23e {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-8990a23e, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-8990a23e, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-8990a23e, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-8990a23e, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-8990a23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-8990a23e {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-8990a23e {
  grid-area: Area-24;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-8990a23e, #w-node-_9e230bd0-1153-211a-6346-d5c6014c932e-8990a23e, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9f96-8990a23e, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9fb7-8990a23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-1e8dc335 {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-1e8dc335 {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-1e8dc335 {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-1e8dc335 {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-1e8dc335 {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-1e8dc335 {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-1e8dc335 {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-1e8dc335 {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-1e8dc335 {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-1e8dc335 {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-1e8dc335 {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-1e8dc335 {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-1e8dc335 {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-1e8dc335 {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-1e8dc335 {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-1e8dc335 {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-1e8dc335 {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-1e8dc335 {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-1e8dc335 {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-1e8dc335 {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-1e8dc335 {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-1e8dc335 {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-1e8dc335 {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-1e8dc335 {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-1e8dc335 {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-1e8dc335, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-1e8dc335, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-1e8dc335, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-1e8dc335, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-1e8dc335 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-1e8dc335 {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-1e8dc335 {
  grid-area: Area-24;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-1e8dc335, #w-node-_9e230bd0-1153-211a-6346-d5c6014c932e-1e8dc335, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9f96-1e8dc335, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9fb7-1e8dc335 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c9299-ef2f38d7 {
  grid-area: Area-30;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929b-ef2f38d7 {
  grid-area: Area-29;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c929e-ef2f38d7 {
  grid-area: Area-25;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a1-ef2f38d7 {
  grid-area: Area-10;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a3-ef2f38d7 {
  grid-area: Area-18;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a5-ef2f38d7 {
  grid-area: Area-26;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92a7-ef2f38d7 {
  grid-area: Area-21;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92aa-ef2f38d7 {
  grid-area: Area-17;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ad-ef2f38d7 {
  grid-area: Area-22;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92af-ef2f38d7 {
  grid-area: Area-13;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b2-ef2f38d7 {
  grid-area: Area-27;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b4-ef2f38d7 {
  grid-area: Area-20;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b6-ef2f38d7 {
  grid-area: Area-14;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92b8-ef2f38d7 {
  grid-area: Area-31;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ba-ef2f38d7 {
  grid-area: Area-9;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bd-ef2f38d7 {
  grid-area: Area-3;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92bf-ef2f38d7 {
  grid-area: Area-8;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c1-ef2f38d7 {
  grid-area: Area-12;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c3-ef2f38d7 {
  grid-area: Area-16;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c5-ef2f38d7 {
  grid-area: Area-7;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92c8-ef2f38d7 {
  grid-area: Area-6;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92ca-ef2f38d7 {
  grid-area: Area-2;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cc-ef2f38d7 {
  grid-area: Area-5;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92cf-ef2f38d7 {
  grid-area: Area-4;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d3-ef2f38d7 {
  grid-area: Area-11;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92d5-ef2f38d7, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d7-ef2f38d7, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92d9-ef2f38d7, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92db-ef2f38d7, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92dd-ef2f38d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92df-ef2f38d7 {
  grid-area: Area;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92e1-ef2f38d7 {
  grid-area: Area-24;
}

#w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-ef2f38d7, #w-node-_9e230bd0-1153-211a-6346-d5c6014c932e-ef2f38d7, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9f96-ef2f38d7, #w-node-_769b6908-4dfd-1bd1-672f-3900816a9fb7-ef2f38d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4318536-7d91-7148-6dc1-db16cd883b42-35a91d93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_61b21620-2283-74cb-7f66-f81dfa90f444-35a91d93, #w-node-_61b21620-2283-74cb-7f66-f81dfa90f465-35a91d93, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147989-042b0a1c, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798b-042b0a1c, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798d-042b0a1c, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798f-042b0a1c, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147991-042b0a1c, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147993-042b0a1c, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147995-042b0a1c, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147997-042b0a1c, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c08471e-042b0a1c, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084720-042b0a1c, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c08473f-042b0a1c, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084761-042b0a1c, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084762-042b0a1c, #w-node-_8705126c-6f8c-8bbd-4408-0fa662d14d5d-042b0a1c, #w-node-_8705126c-6f8c-8bbd-4408-0fa662d14d95-042b0a1c, #w-node-_71c1cc19-b116-4be5-0aae-9f1f37b409dc-576c8a54, #w-node-dfa0893b-77ea-0fdb-d07b-4fa2c1ff7a7e-576c8a54, #w-node-fef1e068-093a-34ea-3a38-db08d86c564c-576c8a54, #w-node-fef1e068-093a-34ea-3a38-db08d86c566d-576c8a54, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7470-ac7b2c20, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7472-ac7b2c20, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7474-ac7b2c20, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7476-ac7b2c20, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7478-ac7b2c20, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747a-ac7b2c20, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747c-ac7b2c20, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747e-ac7b2c20, #w-node-cbd40d78-bd9e-6772-349a-8188f098a9f8-ac7b2c20, #w-node-b9e4a143-4105-977d-985e-b71b81ae3d29-ac7b2c20, #w-node-c08a91a9-e844-0488-d24b-f9266057f927-ac7b2c20, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7eed-ac7b2c20, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7ef3-ac7b2c20, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7ef9-ac7b2c20, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7eff-ac7b2c20, #w-node-ddb5f28c-2641-bab0-0bd1-19f8758d8c1c-ac7b2c20, #w-node-d7ea46ac-fc5c-831e-d8f4-8f2e9d787d25-ac7b2c20, #w-node-_94e4c4c5-52ea-6d44-8e67-35126b09fd66-ac7b2c20, #w-node-e46e6d12-c730-ead6-1c85-1a8af09f956c-ac7b2c20, #w-node-e46e6d12-c730-ead6-1c85-1a8af09f95a4-ac7b2c20, #w-node-_5fc5f777-8e5e-e917-9ebd-dba0cae5d14c-ac7b2c20, #w-node-_5fc5f777-8e5e-e917-9ebd-dba0cae5d16d-ac7b2c20, #w-node-ac4f96f6-a7fe-d247-135e-8d1c3b165f4e-ac7b2c20, #w-node-ac4f96f6-a7fe-d247-135e-8d1c3b165f65-ac7b2c20, #w-node-ac4f96f6-a7fe-d247-135e-8d1c3b165f7c-ac7b2c20, #w-node-_5ed39579-6d7e-4880-9247-a39e4bb40268-5d09f2ea, #w-node-aa17d987-cee9-dc68-a88e-310cc976f913-5d09f2ea, #w-node-_1c6e9516-68ff-9478-f80e-9bdd356b6c62-5d09f2ea, #w-node-_848a0029-6de5-2a25-a250-ce917f56dbef-5d09f2ea, #w-node-d2d4303d-f7e7-b310-4bb0-24b1b41e27fe-5d09f2ea, #w-node-a55b2b97-672a-4ae3-b5e3-1741093136c7-5d09f2ea, #w-node-_87285ee6-4b16-4ca2-69db-7e91194f32b1-5d09f2ea, #w-node-_017d0d5d-6a2e-1e18-5bb5-b3391460766f-5d09f2ea, #w-node-_9aff4d36-ec4c-974c-5687-ceea348a76cb-5d09f2ea, #w-node-_10326154-7d11-a2ff-0c43-2780c6489001-5d09f2ea, #w-node-_10326154-7d11-a2ff-0c43-2780c648900c-5d09f2ea, #w-node-_10326154-7d11-a2ff-0c43-2780c6488fca-5d09f2ea, #w-node-_10326154-7d11-a2ff-0c43-2780c6488fd5-5d09f2ea, #w-node-_10326154-7d11-a2ff-0c43-2780c6488fe0-5d09f2ea, #w-node-_10326154-7d11-a2ff-0c43-2780c6488feb-5d09f2ea, #w-node-_10326154-7d11-a2ff-0c43-2780c6488ff6-5d09f2ea, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0cd-5d09f2ea, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0d7-5d09f2ea, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0e1-5d09f2ea, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0eb-5d09f2ea, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0f5-5d09f2ea, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0ff-5d09f2ea, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b109-5d09f2ea, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b113-5d09f2ea, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b11d-5d09f2ea, #w-node-_78d2d455-3a9b-2fec-b78a-2e1eddce9d88-5d09f2ea, #w-node-fb1f9d74-bd1e-838e-394a-8756d74a1f49-5d09f2ea, #w-node-e19c5afe-f6af-aa51-a3bc-52f536ded09d-5d09f2ea, #w-node-_2f76acae-89fc-61f0-1aa4-db10462cfe22-5d09f2ea, #w-node-e43b87e6-22ab-0431-d887-af8abd3ac2de-5d09f2ea, #w-node-c54729fc-4a16-e9ca-da52-df520204e37c-5d09f2ea, #w-node-_282426d3-a77f-9210-b5e0-2f607d4fb200-5d09f2ea, #w-node-f415d601-8747-9b59-3f67-bde998a7e212-5d09f2ea, #w-node-_3fbeb402-f94c-4875-6436-b3cec7464e39-5d09f2ea, #w-node-eee8d9c9-4f09-ad4d-f01c-3b338ba0b2c5-5d09f2ea, #w-node-_82649863-8e31-f446-1c7f-ace84a95c489-5d09f2ea, #w-node-cf6090e1-e6e8-40ed-a50f-6b4bf246a28b-5d09f2ea, #w-node-_431e8ed8-128c-033c-55c3-072c417f59ed-5d09f2ea, #w-node-ce439ff5-3513-1dd8-18cc-790d4125c060-5d09f2ea, #w-node-ee3308e4-4dad-ef0f-c3e9-4906e8d82221-5d09f2ea, #w-node-de51a20f-5824-e96b-e5d0-7c9e1519d8cf-5d09f2ea, #w-node-_100137d7-e7d1-a540-c210-c976b3cb3f75-5d09f2ea, #w-node-_2f64ec7c-f8c2-3f45-12cc-db9e80061209-5d09f2ea, #w-node-d6e3ec53-ec25-f9f1-b0d9-41fa4ba1cea5-5d09f2ea, #w-node-_1d4700a2-84ec-da7a-1982-9424ecf9d931-5d09f2ea, #w-node-db297884-9414-80a0-43d8-c51c385dd714-5d09f2ea, #w-node-eb17ef46-d235-0ede-c7e3-f590a9aa1cfd-5d09f2ea, #w-node-fd7fcf1d-5360-e47c-8647-d5f2ec3dc893-5d09f2ea, #w-node-fb63c66c-2f5b-a61b-62c5-50655c653c65-5d09f2ea, #w-node-e7a5052d-4c42-1aa0-f7dc-33359de5e418-5d09f2ea, #w-node-_0351c87e-b01e-6880-6300-5107ea0f003f-5d09f2ea, #w-node-_77f09388-4f6b-f792-221e-117e73a703ed-5d09f2ea, #w-node-_8438aaf2-2292-193d-a926-2fb5a1b36160-5d09f2ea, #w-node-_3353175a-88b4-fb79-977a-cca3301c1206-5d09f2ea, #w-node-_91e898bd-e081-12e0-14ea-b1e0a28d3e8f-5d09f2ea, #w-node-_8a347ab5-44cc-c66a-bc46-c786df3c8265-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-25405867809b-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-2540586780a5-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-2540586780af-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-2540586780b9-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-2540586780c3-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-2540586780cd-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-2540586780d7-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-2540586780e1-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-2540586780eb-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-2540586780f5-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-2540586780ff-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-254058678109-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-254058678113-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-25405867811d-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-254058678127-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-254058678131-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-25405867813b-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-254058678145-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-25405867814f-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-254058678159-5d09f2ea, #w-node-_0e2700b3-47dd-3063-8654-254058678163-5d09f2ea, #w-node-a82d90dc-878d-a181-60ad-aa4f27671dd8-5d09f2ea, #w-node-bfe2a794-0798-84df-623b-fce0b8d0de0c-5d09f2ea, #w-node-_5a745dbd-ad43-03d6-8966-ca6d53c8bd3d-5d09f2ea, #w-node-_12a1c02c-9245-494d-7cad-ac16058f9df3-5d09f2ea, #w-node-bee9feb0-0212-12e5-d817-30a8a02911b1-5d09f2ea, #w-node-e45d5636-0189-5878-96e2-c1eb1f7a935c-5d09f2ea, #w-node-e45d5636-0189-5878-96e2-c1eb1f7a9366-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b781-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b78b-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b795-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b79f-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7a9-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7b3-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7bd-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7c7-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7d1-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7db-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7e5-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7ef-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b7f9-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b803-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b80d-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b817-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b821-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b82b-5d09f2ea, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b835-5d09f2ea, #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-69abc142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-69abc142 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-69abc142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-69abc142 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-69abc142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-69abc142 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-69abc142 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-69abc142 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-69abc142 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-69abc142 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-69abc142 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-69abc142 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-69abc142 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-69abc142 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-21f85a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-21f85a31 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-21f85a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-21f85a31 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-21f85a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-21f85a31 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-21f85a31 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-21f85a31 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-21f85a31 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-21f85a31 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-21f85a31 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-21f85a31 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-21f85a31 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-21f85a31 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-7fc6f505 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-7fc6f505 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-7fc6f505 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-7fc6f505 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-7fc6f505 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-7fc6f505 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-7fc6f505 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-7fc6f505 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-7fc6f505 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-7fc6f505 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-7fc6f505 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-7fc6f505 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-7fc6f505 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-7fc6f505 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-d930b428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-d930b428 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-d930b428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-d930b428 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-d930b428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-d930b428 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-d930b428 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-d930b428 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-d930b428 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-d930b428 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-d930b428 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-d930b428 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-d930b428 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-d930b428 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-074f7eef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-074f7eef {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-074f7eef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-074f7eef {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-074f7eef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-074f7eef {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-074f7eef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-074f7eef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-074f7eef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-074f7eef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-074f7eef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-074f7eef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-074f7eef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-074f7eef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fe3fad04-561b-f653-5259-2de36a85b6e0-7b5e99b9, #w-node-fe3fad04-561b-f653-5259-2de36a85b701-7b5e99b9, #w-node-_068069ca-dfc4-ad83-9f42-e2e0419b9475-1ef04ab7, #w-node-_068069ca-dfc4-ad83-9f42-e2e0419b9496-1ef04ab7, #w-node-a6cb26d6-310e-6ef0-275a-d3e0f1b690c7-d7b79384, #w-node-a6cb26d6-310e-6ef0-275a-d3e0f1b690e8-d7b79384, #w-node-dceee841-5ee2-22b9-e880-caa5c0aed216-3425aea1, #w-node-dceee841-5ee2-22b9-e880-caa5c0aed237-3425aea1, #w-node-cd4b4977-3b54-a3cd-081f-ad8bd77c6102-60083d3a, #w-node-cd4b4977-3b54-a3cd-081f-ad8bd77c610f-60083d3a, #w-node-cd4b4977-3b54-a3cd-081f-ad8bd77c611f-60083d3a, #w-node-c2c71c9a-3d67-69b4-f828-895a58ec53dc-60083d3a, #w-node-c2c71c9a-3d67-69b4-f828-895a58ec53e4-60083d3a, #w-node-c2c71c9a-3d67-69b4-f828-895a58ec53ec-60083d3a, #w-node-_914acc86-0352-2fad-de24-21f6da541e81-60083d3a, #w-node-_914acc86-0352-2fad-de24-21f6da541ea2-60083d3a, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7470-a92ab23a, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7472-a92ab23a, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7474-a92ab23a, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7476-a92ab23a, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f7478-a92ab23a, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747a-a92ab23a, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747c-a92ab23a, #w-node-_2573a171-24b9-4ae4-f68f-2562e49f747e-a92ab23a, #w-node-cbd40d78-bd9e-6772-349a-8188f098a9f8-a92ab23a, #w-node-b9e4a143-4105-977d-985e-b71b81ae3d29-a92ab23a, #w-node-c08a91a9-e844-0488-d24b-f9266057f927-a92ab23a, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7eed-a92ab23a, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7ef3-a92ab23a, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7ef9-a92ab23a, #w-node-_3d9a5887-e921-ca9c-a1a2-cd95086d7eff-a92ab23a, #w-node-ddb5f28c-2641-bab0-0bd1-19f8758d8c1c-a92ab23a, #w-node-d7ea46ac-fc5c-831e-d8f4-8f2e9d787d25-a92ab23a, #w-node-_94e4c4c5-52ea-6d44-8e67-35126b09fd66-a92ab23a, #w-node-_392aa2d1-22e4-054c-f52d-fc09b094d35a-a92ab23a, #w-node-_392aa2d1-22e4-054c-f52d-fc09b094d392-a92ab23a, #w-node-e299edea-abb4-7984-ab9e-b7acc63be608-a92ab23a, #w-node-e299edea-abb4-7984-ab9e-b7acc63be629-a92ab23a, #w-node-_773c0ba1-1e33-255b-1c34-dbd4bb328a6d-a92ab23a, #w-node-cc06960c-2c80-e9a3-06e1-9848d505dbca-a92ab23a, #w-node-_188245b9-2e3b-aafc-aa49-7845d0577792-a92ab23a, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbda-85f46b0a, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87609-85f46b0a, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c8760f-85f46b0a, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87615-85f46b0a, #w-node-_8e87db90-128f-c19d-e814-aacfc5f7fcd1-85f46b0a, #w-node-ac3bce2e-90df-4e07-8740-5c9c1dbc6302-85f46b0a, #w-node-cdc1c69b-02fb-46e8-01e5-693de990fddd-85f46b0a, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcbfd-85f46b0a, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b133-85f46b0a, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b139-85f46b0a, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b13f-85f46b0a, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b147-85f46b0a, #w-node-_7061e6c5-aaef-e368-88e0-cafdc0a8d518-85f46b0a, #w-node-_7061e6c5-aaef-e368-88e0-cafdc0a8d539-85f46b0a, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbda-8f9d00c5, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87609-8f9d00c5, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c8760f-8f9d00c5, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87615-8f9d00c5, #w-node-_8e87db90-128f-c19d-e814-aacfc5f7fcd1-8f9d00c5, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcbfd-8f9d00c5, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b133-8f9d00c5, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b139-8f9d00c5, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b13f-8f9d00c5, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b147-8f9d00c5, #w-node-e9ea35b3-0bb8-56ba-866d-dc215de4eccd-8f9d00c5, #w-node-e9ea35b3-0bb8-56ba-866d-dc215de4ecee-8f9d00c5, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbda-58f7a916, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87609-58f7a916, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c8760f-58f7a916, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87615-58f7a916, #w-node-_8e87db90-128f-c19d-e814-aacfc5f7fcd1-58f7a916, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886fd3-58f7a916, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886fe0-58f7a916, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886ff0-58f7a916, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcbfd-58f7a916, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b133-58f7a916, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b13f-58f7a916, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b139-58f7a916, #w-node-eb4ea067-e701-403a-13b2-3ba4fca2ffa7-58f7a916, #w-node-eb4ea067-e701-403a-13b2-3ba4fca2ffad-58f7a916, #w-node-eb4ea067-e701-403a-13b2-3ba4fca2ffb3-58f7a916, #w-node-_29fdb073-1d4b-853e-7dcb-858674280161-58f7a916, #w-node-_8fcad8f0-d1ce-70af-68de-a56d6c7938f2-58f7a916, #w-node-_8fcad8f0-d1ce-70af-68de-a56d6c79392a-58f7a916, #w-node-_5bb82331-681f-74c3-b39f-e011e7e83c17-58f7a916, #w-node-_5bb82331-681f-74c3-b39f-e011e7e83c38-58f7a916, #w-node-_8ee1e156-aefb-b104-0579-d78558e9d224-a8140118 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e15d110-e437-96ff-8da6-b88bbe5c166a-a8140118 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5e15d110-e437-96ff-8da6-b88bbe5c1677-a8140118 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2d00f5b0-dc94-96c2-7ad3-99551a692d4c-a8140118 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d00f5b0-dc94-96c2-7ad3-99551a692d59-a8140118 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c4e69aac-eadc-a6b1-e51a-b6dce28354c8-a8140118, #w-node-c4e69aac-eadc-a6b1-e51a-b6dce2835500-a8140118, #w-node-_6a092b52-2d00-3a21-9298-5bd1db30d7ef-a8140118, #w-node-_6a092b52-2d00-3a21-9298-5bd1db30d810-a8140118, #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-2a0ba922 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-2a0ba922 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-2a0ba922 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-2a0ba922 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-2a0ba922 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-2a0ba922 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-2a0ba922 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-2a0ba922 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-2a0ba922 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-2a0ba922 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-2a0ba922 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-2a0ba922 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-2a0ba922 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-2a0ba922 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38e4-a1cd1dc1, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38ec-a1cd1dc1, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38f4-a1cd1dc1, #w-node-b5d8e34d-a015-fb64-8ffb-bf711beb5163-a1cd1dc1, #w-node-b5d8e34d-a015-fb64-8ffb-bf711beb5169-a1cd1dc1, #w-node-b5d8e34d-a015-fb64-8ffb-bf711beb516f-a1cd1dc1, #w-node-b5d8e34d-a015-fb64-8ffb-bf711beb5175-a1cd1dc1, #w-node-d25b4dbc-6907-132f-fe1d-6a8fbbed4459-a1cd1dc1, #w-node-_3c4d995b-507c-393b-cd8f-74eac5a753bf-0e2c4a7f, #w-node-_3c4d995b-507c-393b-cd8f-74eac5a753c7-0e2c4a7f, #w-node-_3c4d995b-507c-393b-cd8f-74eac5a753cf-0e2c4a7f, #w-node-c76b055f-2912-8c15-01c8-c68d0bace4dc-7730fb86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4e6-7730fb86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4eb-7730fb86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4f5-7730fb86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4fa-7730fb86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace504-7730fb86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a174d6b6-6f08-3f4c-9a63-d59c59a509cd-7730fb86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a174d6b6-6f08-3f4c-9a63-d59c59a509d7-7730fb86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fcfb68d8-8874-4618-62a3-997c1566b94f-7730fb86, #w-node-fcfb68d8-8874-4618-62a3-997c1566b959-7730fb86, #w-node-fcfb68d8-8874-4618-62a3-997c1566b95e-7730fb86, #w-node-fcfb68d8-8874-4618-62a3-997c1566b968-7730fb86, #w-node-fcfb68d8-8874-4618-62a3-997c1566b96d-7730fb86, #w-node-fcfb68d8-8874-4618-62a3-997c1566b977-7730fb86, #w-node-fcfb68d8-8874-4618-62a3-997c1566b97c-7730fb86, #w-node-fcfb68d8-8874-4618-62a3-997c1566b986-7730fb86, #w-node-fcfb68d8-8874-4618-62a3-997c1566b98b-7730fb86, #w-node-fcfb68d8-8874-4618-62a3-997c1566b995-7730fb86, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdb7-7730fb86, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdc0-7730fb86, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdc5-7730fb86, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdd1-7730fb86, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdd6-7730fb86, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbde2-7730fb86, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbde7-7730fb86, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdf3-7730fb86, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbdf8-7730fb86, #w-node-ac952d7b-0051-3cfb-f199-0d5828adbe01-7730fb86, #w-node-_4fbf5ee5-05c7-37c8-cbf6-d89340560303-7730fb86, #w-node-_4fbf5ee5-05c7-37c8-cbf6-d8934056030c-7730fb86, #w-node-_61f4400f-60a1-65a3-413c-bcf2101bf6ec-7730fb86, #w-node-_61f4400f-60a1-65a3-413c-bcf2101bf6f7-7730fb86, #w-node-_72af93b9-7b3c-db5c-d1a4-2e702a6030aa-7730fb86, #w-node-c76b055f-2912-8c15-01c8-c68d0bace4dc-1505b66f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4e6-1505b66f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4eb-1505b66f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4f5-1505b66f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace4fa-1505b66f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76b055f-2912-8c15-01c8-c68d0bace504-1505b66f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a174d6b6-6f08-3f4c-9a63-d59c59a509cd-1505b66f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a174d6b6-6f08-3f4c-9a63-d59c59a509d7-1505b66f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fcfb68d8-8874-4618-62a3-997c1566b94f-1505b66f, #w-node-fcfb68d8-8874-4618-62a3-997c1566b959-1505b66f, #w-node-fcfb68d8-8874-4618-62a3-997c1566b95e-1505b66f, #w-node-fcfb68d8-8874-4618-62a3-997c1566b968-1505b66f, #w-node-fcfb68d8-8874-4618-62a3-997c1566b96d-1505b66f, #w-node-fcfb68d8-8874-4618-62a3-997c1566b977-1505b66f, #w-node-fcfb68d8-8874-4618-62a3-997c1566b98b-1505b66f, #w-node-fcfb68d8-8874-4618-62a3-997c1566b995-1505b66f, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6b4-1505b66f, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6bf-1505b66f, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6c4-1505b66f, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6d0-1505b66f, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6d5-1505b66f, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6e0-1505b66f, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6e6-1505b66f, #w-node-_781dba25-bb8e-e3a6-6864-55af20e6a6f4-1505b66f, #w-node-_4ed60760-589e-6afc-c96a-c5cef49ab955-1505b66f, #w-node-_4ed60760-589e-6afc-c96a-c5cef49ab961-1505b66f, #w-node-d80918af-973b-b275-20d7-2cc99285aa6a-1505b66f, #w-node-d80918af-973b-b275-20d7-2cc99285aa76-1505b66f, #w-node-_5317a72c-b5e1-c38f-8d05-eec1622603ec-1505b66f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e15d110-e437-96ff-8da6-b88bbe5c166a-1dcb20cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5e15d110-e437-96ff-8da6-b88bbe5c1677-1dcb20cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2d00f5b0-dc94-96c2-7ad3-99551a692d4c-1dcb20cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d00f5b0-dc94-96c2-7ad3-99551a692d59-1dcb20cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51ca8e32-12fe-ffc7-1768-90f34fc647fe-1dcb20cd, #w-node-_51ca8e32-12fe-ffc7-1768-90f34fc64836-1dcb20cd, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38e4-cee81414, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38ec-cee81414, #w-node-_1b2245a6-20c5-0d10-3144-3d7c813f38f4-cee81414, #w-node-_751d0eea-ccb7-9196-559e-45dd12300179-cee81414, #w-node-_751d0eea-ccb7-9196-559e-45dd1230017f-cee81414, #w-node-_751d0eea-ccb7-9196-559e-45dd12300185-cee81414, #w-node-c643ad26-df1e-b7ac-929a-78e36c30849f-cee81414, #w-node-d25b4dbc-6907-132f-fe1d-6a8fbbed4459-cee81414, #w-node-_9c1f518b-2be8-7687-d0ca-b8fce6160faf-cee81414, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbda-bc4d9707, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87609-bc4d9707, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c8760f-bc4d9707, #w-node-_8709b77e-a95b-395b-e9ca-e92e95c87615-bc4d9707, #w-node-_8e87db90-128f-c19d-e814-aacfc5f7fcd1-bc4d9707, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886fd3-bc4d9707, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886fe0-bc4d9707, #w-node-c207e0cd-dc92-475c-2488-2bbd6b886ff0-bc4d9707, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcbfd-bc4d9707, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b133-bc4d9707, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b139-bc4d9707, #w-node-c149b228-4013-a0e9-2a6a-75d555d0b13f-bc4d9707, #w-node-_29fdb073-1d4b-853e-7dcb-858674280161-bc4d9707, #w-node-_36abf253-0ddd-9a1c-8b70-0b8b148792e3-bc4d9707, #w-node-_36abf253-0ddd-9a1c-8b70-0b8b1487931b-bc4d9707, #w-node-a5e98bb8-a8e0-65f8-a45f-5bb0c626f33d-bc4d9707, #w-node-a5e98bb8-a8e0-65f8-a45f-5bb0c626f35e-bc4d9707, #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-72674fb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-72674fb9 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-72674fb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-72674fb9 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-72674fb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-72674fb9 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-72674fb9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-72674fb9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-72674fb9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-72674fb9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-72674fb9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-72674fb9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-72674fb9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-72674fb9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-73aecc71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-73aecc71 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-73aecc71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-73aecc71 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-73aecc71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-73aecc71 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-73aecc71 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-73aecc71 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-73aecc71 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-73aecc71 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-73aecc71 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-73aecc71 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-73aecc71 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-73aecc71 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-b9735b44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-b9735b44 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-b9735b44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-b9735b44 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-b9735b44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-b9735b44 {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-b9735b44 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-b9735b44 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-b9735b44 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-b9735b44 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-b9735b44 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-b9735b44 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-b9735b44 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-b9735b44 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc0-5db9c8bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbc8-5db9c8bf {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-5db9c8bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbde-5db9c8bf {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbea-5db9c8bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbf2-5db9c8bf {
  justify-self: end;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc24-5db9c8bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc31-5db9c8bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc76-5db9c8bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbc83-5db9c8bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcc8-5db9c8bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbcd2-5db9c8bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd08-5db9c8bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2580eedd-48fb-c813-ee9d-c30a576bbd15-5db9c8bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c2c71c9a-3d67-69b4-f828-895a58ec53ec-8724cedf, #w-node-c2c71c9a-3d67-69b4-f828-895a58ec53dc-8724cedf, #w-node-c2c71c9a-3d67-69b4-f828-895a58ec53e4-8724cedf, #w-node-b2593436-2bc3-27ad-dbc7-5bf5c2515069-8724cedf, #w-node-b2593436-2bc3-27ad-dbc7-5bf5c2515076-8724cedf, #w-node-b2593436-2bc3-27ad-dbc7-5bf5c2515086-8724cedf, #w-node-aa7d486e-3db3-cc5e-4f7f-14aceee47d35-8724cedf, #w-node-aa7d486e-3db3-cc5e-4f7f-14aceee47d6d-8724cedf, #w-node-a667a4e9-edb0-29a6-2baa-ecd637832265-8724cedf, #w-node-a667a4e9-edb0-29a6-2baa-ecd637832286-8724cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bda29770-0914-ecf0-fbb4-be1f467580ee-6b6188c6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bda29770-0914-ecf0-fbb4-be1f467580ff-6b6188c6, #w-node-_75df4921-d33c-8a46-2399-56ae6279ea2b-6b6188c6, #w-node-_75df4921-d33c-8a46-2399-56ae6279ea32-6b6188c6, #w-node-_75df4921-d33c-8a46-2399-56ae6279ea39-6b6188c6, #w-node-_75df4921-d33c-8a46-2399-56ae6279ea40-6b6188c6, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147989-2971125f, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798b-2971125f, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798d-2971125f, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798f-2971125f, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147991-2971125f, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147993-2971125f, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147995-2971125f, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147997-2971125f, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c08471e-2971125f, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084720-2971125f, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c08473f-2971125f, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084761-2971125f, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084762-2971125f, #w-node-_8705126c-6f8c-8bbd-4408-0fa662d14d5d-2971125f, #w-node-_8705126c-6f8c-8bbd-4408-0fa662d14d95-2971125f, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147989-fe60124b, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798b-fe60124b, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798d-fe60124b, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798f-fe60124b, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147991-fe60124b, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147993-fe60124b, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147995-fe60124b, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147997-fe60124b, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c08471e-fe60124b, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084720-fe60124b, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c08473f-fe60124b, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084761-fe60124b, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084762-fe60124b, #w-node-_9a8fada0-4308-3164-7452-d9884ab8570d-fe60124b, #w-node-_9a8fada0-4308-3164-7452-d9884ab85745-fe60124b, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147989-44d186cd, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798b-44d186cd, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798d-44d186cd, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798f-44d186cd, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147991-44d186cd, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147993-44d186cd, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147995-44d186cd, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147997-44d186cd, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c08471e-44d186cd, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084720-44d186cd, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c08473f-44d186cd, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084761-44d186cd, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084762-44d186cd, #w-node-_8705126c-6f8c-8bbd-4408-0fa662d14d5d-44d186cd, #w-node-_8705126c-6f8c-8bbd-4408-0fa662d14d95-44d186cd, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147989-4248bb62, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798b-4248bb62, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798d-4248bb62, #w-node-a1f5a35f-83b6-dc96-f069-0b076c14798f-4248bb62, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147991-4248bb62, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147993-4248bb62, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147995-4248bb62, #w-node-a1f5a35f-83b6-dc96-f069-0b076c147997-4248bb62, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c08471e-4248bb62, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084720-4248bb62, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c08473f-4248bb62, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084761-4248bb62, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084762-4248bb62, #w-node-_8705126c-6f8c-8bbd-4408-0fa662d14d5d-4248bb62, #w-node-_8705126c-6f8c-8bbd-4408-0fa662d14d95-4248bb62, #w-node-_5ed39579-6d7e-4880-9247-a39e4bb40268-bb376f83, #w-node-_848a0029-6de5-2a25-a250-ce917f56dbef-bb376f83, #w-node-ed5e3ee4-5fa5-fa23-b48a-7d4b3429a095-bb376f83, #w-node-_9aff4d36-ec4c-974c-5687-ceea348a76cb-bb376f83, #w-node-_10326154-7d11-a2ff-0c43-2780c6489001-bb376f83, #w-node-_181b7e76-a23f-3b18-87de-a59ba28be896-bb376f83, #w-node-_10326154-7d11-a2ff-0c43-2780c648900c-bb376f83, #w-node-_10326154-7d11-a2ff-0c43-2780c6488fca-bb376f83, #w-node-af48751c-1da3-ae7d-0234-d9e271555124-bb376f83, #w-node-_10326154-7d11-a2ff-0c43-2780c6488fd5-bb376f83, #w-node-_10326154-7d11-a2ff-0c43-2780c6488fe0-bb376f83, #w-node-_10326154-7d11-a2ff-0c43-2780c6488feb-bb376f83, #w-node-_10326154-7d11-a2ff-0c43-2780c6488ff6-bb376f83, #w-node-a72b2f45-4ed5-252d-0f79-ae14f9d3c063-bb376f83, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0e1-bb376f83, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b0f5-bb376f83, #w-node-fe7b9212-2135-8c86-6c69-9fae7595b11d-bb376f83, #w-node-_78d2d455-3a9b-2fec-b78a-2e1eddce9d88-bb376f83, #w-node-e19c5afe-f6af-aa51-a3bc-52f536ded09d-bb376f83, #w-node-_2f76acae-89fc-61f0-1aa4-db10462cfe22-bb376f83, #w-node-e43b87e6-22ab-0431-d887-af8abd3ac2de-bb376f83, #w-node-c54729fc-4a16-e9ca-da52-df520204e37c-bb376f83, #w-node-_282426d3-a77f-9210-b5e0-2f607d4fb200-bb376f83, #w-node-_3fbeb402-f94c-4875-6436-b3cec7464e39-bb376f83, #w-node-eee8d9c9-4f09-ad4d-f01c-3b338ba0b2c5-bb376f83, #w-node-d6e3ec53-ec25-f9f1-b0d9-41fa4ba1cea5-bb376f83, #w-node-_1d4700a2-84ec-da7a-1982-9424ecf9d931-bb376f83, #w-node-db297884-9414-80a0-43d8-c51c385dd714-bb376f83, #w-node-fd7fcf1d-5360-e47c-8647-d5f2ec3dc893-bb376f83, #w-node-fb63c66c-2f5b-a61b-62c5-50655c653c65-bb376f83, #w-node-e7a5052d-4c42-1aa0-f7dc-33359de5e418-bb376f83, #w-node-_77f09388-4f6b-f792-221e-117e73a703ed-bb376f83, #w-node-_8438aaf2-2292-193d-a926-2fb5a1b36160-bb376f83, #w-node-_8a347ab5-44cc-c66a-bc46-c786df3c8265-bb376f83, #w-node-_0e2700b3-47dd-3063-8654-25405867809b-bb376f83, #w-node-_0e2700b3-47dd-3063-8654-2540586780b9-bb376f83, #w-node-_0e2700b3-47dd-3063-8654-2540586780d7-bb376f83, #w-node-_0e2700b3-47dd-3063-8654-2540586780e1-bb376f83, #w-node-_0e2700b3-47dd-3063-8654-2540586780f5-bb376f83, #w-node-_0e2700b3-47dd-3063-8654-2540586780ff-bb376f83, #w-node-_0e2700b3-47dd-3063-8654-254058678113-bb376f83, #w-node-_0e2700b3-47dd-3063-8654-25405867811d-bb376f83, #w-node-_0e2700b3-47dd-3063-8654-254058678127-bb376f83, #w-node-_0e2700b3-47dd-3063-8654-25405867813b-bb376f83, #w-node-cdc226b7-163a-1c8d-6c21-35e36659d8e4-bb376f83, #w-node-_0e2700b3-47dd-3063-8654-254058678145-bb376f83, #w-node-_0e2700b3-47dd-3063-8654-25405867814f-bb376f83, #w-node-_0e2700b3-47dd-3063-8654-254058678159-bb376f83, #w-node-bfe2a794-0798-84df-623b-fce0b8d0de0c-bb376f83, #w-node-_5a745dbd-ad43-03d6-8966-ca6d53c8bd3d-bb376f83, #w-node-_12a1c02c-9245-494d-7cad-ac16058f9df3-bb376f83, #w-node-bee9feb0-0212-12e5-d817-30a8a02911b1-bb376f83, #w-node-e45d5636-0189-5878-96e2-c1eb1f7a935c-bb376f83, #w-node-e45d5636-0189-5878-96e2-c1eb1f7a9366-bb376f83, #w-node-f5cf1a63-c912-bd8f-1e8d-0de53fc2b79f-bb376f83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-1409a676 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-1409a676 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-fe8c20d2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-fe8c20d2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-53fa46e7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-53fa46e7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-b78a02c4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-b78a02c4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-a1ff298e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-a1ff298e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-5695b4e6 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-5695b4e6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-ab49044f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-ab49044f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-90f9034f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-90f9034f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-93591ee9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-93591ee9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-a312fec2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-a312fec2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-821a75c1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-821a75c1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-211b2585 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-211b2585 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-653ff99c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-653ff99c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-2455c086 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-2455c086 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-8134b0e1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-8134b0e1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-9e32da8c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-9e32da8c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-d4651d4b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-d4651d4b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-c8bf8be2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-c8bf8be2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-69abc142 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-69abc142 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-21f85a31 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-21f85a31 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-7fc6f505 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-7fc6f505 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-d930b428 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-d930b428 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-074f7eef {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-074f7eef {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-2a0ba922 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-2a0ba922 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-72674fb9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-72674fb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-73aecc71 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-73aecc71 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-b9735b44 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-b9735b44 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd6-5db9c8bf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2580eedd-48fb-c813-ee9d-c30a576bbbd9-5db9c8bf {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ddb5f28c-2641-bab0-0bd1-19f8758d8c3e-b38563d4, #w-node-_94e4c4c5-52ea-6d44-8e67-35126b09fd7c-b38563d4 {
    order: -9999;
  }

  #w-node-_827abd44-1d04-0413-988a-980cde86839f-d8a5d981 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbe4-b38563da, #w-node-ac3bce2e-90df-4e07-8740-5c9c1dbc6321-b38563da, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcc13-b38563da {
    order: -9999;
  }

  #w-node-_7006f9a1-925a-f099-c890-c4e4a1a23b66-9c61c9e7 {
    justify-self: end;
  }

  #w-node-_7006f9a1-925a-f099-c890-c4e4a1a23b67-9c61c9e7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7006f9a1-925a-f099-c890-c4e4a1a23b68-9c61c9e7 {
    justify-self: start;
  }

  #w-node-d25b4dbc-6907-132f-fe1d-6a8fbbed447b-9c61c9e7 {
    order: -9999;
  }

  #w-node-f1f67e06-6f11-2195-6665-de593ee32738-ff69696b {
    justify-self: end;
  }

  #w-node-f1f67e06-6f11-2195-6665-de593ee32739-ff69696b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1f67e06-6f11-2195-6665-de593ee3273a-ff69696b {
    justify-self: start;
  }

  #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084761-ff69696b {
    justify-self: center;
  }

  #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbe4-00635cf9, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcc13-00635cf9, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbe4-ef06d684, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcc13-ef06d684, #w-node-_29fdb073-1d4b-853e-7dcb-858674280186-ef06d684, #w-node-d25b4dbc-6907-132f-fe1d-6a8fbbed447b-467fb527 {
    order: -9999;
  }

  #w-node-_1b0dcae3-4f26-67fa-30e0-2899cc6b0459-2091ba81 {
    justify-self: end;
  }

  #w-node-_1b0dcae3-4f26-67fa-30e0-2899cc6b045a-2091ba81 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1b0dcae3-4f26-67fa-30e0-2899cc6b045b-2091ba81 {
    justify-self: start;
  }

  #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbe4-4e5f2af8, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcc13-4e5f2af8, #w-node-_29fdb073-1d4b-853e-7dcb-858674280186-4e5f2af8, #w-node-b07bd9d6-488f-2878-7bd3-2f419cc495b9-4d6cd41d, #w-node-ddb5f28c-2641-bab0-0bd1-19f8758d8c3e-69719b40, #w-node-_94e4c4c5-52ea-6d44-8e67-35126b09fd7c-69719b40 {
    order: -9999;
  }

  #w-node-_97f7f212-94ef-e9f5-aa21-8ca69e771b72-9e771b45 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d25b4dbc-6907-132f-fe1d-6a8fbbed447b-ad001fa6 {
    order: -9999;
  }

  #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084761-514bd008 {
    justify-self: center;
  }

  #w-node-b07bd9d6-488f-2878-7bd3-2f419cc495b9-73ce1da8, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbe4-c8a2db1b, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcc13-c8a2db1b, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbe4-89c5c24d, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcc13-89c5c24d, #w-node-_29fdb073-1d4b-853e-7dcb-858674280186-89c5c24d, #w-node-d25b4dbc-6907-132f-fe1d-6a8fbbed447b-89428691, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbe4-e176e09a, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcc13-e176e09a, #w-node-_29fdb073-1d4b-853e-7dcb-858674280186-e176e09a, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbe4-8b34d494, #w-node-ac3bce2e-90df-4e07-8740-5c9c1dbc6321-8b34d494, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcc13-8b34d494, #w-node-ddb5f28c-2641-bab0-0bd1-19f8758d8c3e-67873914, #w-node-_94e4c4c5-52ea-6d44-8e67-35126b09fd7c-67873914 {
    order: -9999;
  }

  #w-node-_18a7dbeb-4ee4-51a7-ba7f-bc625a58a183-5a58a156 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ddb5f28c-2641-bab0-0bd1-19f8758d8c3e-526c9cf3, #w-node-_94e4c4c5-52ea-6d44-8e67-35126b09fd7c-526c9cf3, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbe4-c7fa349a, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcc13-c7fa349a, #w-node-d25b4dbc-6907-132f-fe1d-6a8fbbed447b-6008332f {
    order: -9999;
  }

  #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084761-feae7703 {
    justify-self: center;
  }

  #w-node-b07bd9d6-488f-2878-7bd3-2f419cc495b9-176bf539, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbe4-2c3c29cc, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcc13-2c3c29cc, #w-node-_29fdb073-1d4b-853e-7dcb-858674280186-2c3c29cc, #w-node-b07bd9d6-488f-2878-7bd3-2f419cc495b9-1802216f, #w-node-ddb5f28c-2641-bab0-0bd1-19f8758d8c3e-1e98e7a7, #w-node-_94e4c4c5-52ea-6d44-8e67-35126b09fd7c-1e98e7a7, #w-node-d25b4dbc-6907-132f-fe1d-6a8fbbed447b-eff1dcc8, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbe4-8ce594bb, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcc13-8ce594bb, #w-node-_29fdb073-1d4b-853e-7dcb-858674280186-8ce594bb, #w-node-b07bd9d6-488f-2878-7bd3-2f419cc495b9-a9a0b6ca, #w-node-b07bd9d6-488f-2878-7bd3-2f419cc495b9-e6f35d51, #w-node-ddb5f28c-2641-bab0-0bd1-19f8758d8c3e-8af1eea1, #w-node-_94e4c4c5-52ea-6d44-8e67-35126b09fd7c-8af1eea1, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbe4-78487913, #w-node-ac3bce2e-90df-4e07-8740-5c9c1dbc6321-78487913, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcc13-78487913 {
    order: -9999;
  }

  #w-node-_4829a193-6f0d-f1e1-0926-164cd3fc480f-d3fc47e2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084761-042b0a1c {
    justify-self: center;
  }

  #w-node-ddb5f28c-2641-bab0-0bd1-19f8758d8c3e-ac7b2c20, #w-node-_94e4c4c5-52ea-6d44-8e67-35126b09fd7c-ac7b2c20, #w-node-ddb5f28c-2641-bab0-0bd1-19f8758d8c3e-a92ab23a, #w-node-_94e4c4c5-52ea-6d44-8e67-35126b09fd7c-a92ab23a, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbe4-85f46b0a, #w-node-ac3bce2e-90df-4e07-8740-5c9c1dbc6321-85f46b0a, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcc13-85f46b0a, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbe4-8f9d00c5, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcc13-8f9d00c5, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbe4-58f7a916, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcc13-58f7a916, #w-node-_29fdb073-1d4b-853e-7dcb-858674280186-58f7a916, #w-node-b07bd9d6-488f-2878-7bd3-2f419cc495b9-a8140118, #w-node-d25b4dbc-6907-132f-fe1d-6a8fbbed447b-a1cd1dc1, #w-node-b07bd9d6-488f-2878-7bd3-2f419cc495b9-1dcb20cd, #w-node-d25b4dbc-6907-132f-fe1d-6a8fbbed447b-cee81414, #w-node-d197cf57-f48f-8c8d-ef91-3a856a20fbe4-bc4d9707, #w-node-_5e7354fb-5236-8cde-efb3-73da24abcc13-bc4d9707, #w-node-_29fdb073-1d4b-853e-7dcb-858674280186-bc4d9707 {
    order: -9999;
  }

  #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084761-2971125f, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084761-fe60124b, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084761-44d186cd, #w-node-cabbfb2b-5a09-dbad-8ab6-734a2c084761-4248bb62 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b3716adb-e746-1b4f-8a0c-7603842b5db0-b38563d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_827abd44-1d04-0413-988a-980cde86839f-d8a5d981 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_71c1cc19-b116-4be5-0aae-9f1f37b409dc-b38563dc, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-2f0497d7, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-3a0d6ba6, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-d930410b, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-bcfe822f, #w-node-_8705126c-6f8c-8bbd-4408-0fa662d14d5d-ff69696b, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-6463c583, #w-node-_8fcad8f0-d1ce-70af-68de-a56d6c7938f2-ef06d684, #w-node-_8fcad8f0-d1ce-70af-68de-a56d6c7938f2-4e5f2af8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8ee1e156-aefb-b104-0579-d78558e9d1ee-4d6cd41d, #w-node-_8ee1e156-aefb-b104-0579-d78558e9d1f1-4d6cd41d {
    align-self: start;
  }

  #w-node-_8ee1e156-aefb-b104-0579-d78558e9d1f6-4d6cd41d {
    align-self: stretch;
  }

  #w-node-_9ac8aba4-18b5-03a2-3988-3d3f0bf25640-4d6cd41d, #w-node-b3716adb-e746-1b4f-8a0c-7603842b5db0-69719b40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97f7f212-94ef-e9f5-aa21-8ca69e771b72-9e771b45 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8c66b984-544a-abc0-a2ef-03d4c8cdfff3-219fa910, #w-node-_8c66b984-544a-abc0-a2ef-03d4c8cdfff3-5ba19b60, #w-node-_8c66b984-544a-abc0-a2ef-03d4c8cdfff3-68cac4da, #w-node-_8c66b984-544a-abc0-a2ef-03d4c8cdfff3-6feb3735, #w-node-_8c66b984-544a-abc0-a2ef-03d4c8cdfff3-d4adad1f, #w-node-_9a8fada0-4308-3164-7452-d9884ab8570d-514bd008 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8ee1e156-aefb-b104-0579-d78558e9d1ee-73ce1da8, #w-node-_8ee1e156-aefb-b104-0579-d78558e9d1f1-73ce1da8 {
    align-self: start;
  }

  #w-node-_8ee1e156-aefb-b104-0579-d78558e9d1f6-73ce1da8 {
    align-self: stretch;
  }

  #w-node-bc73b4a6-dd37-b503-81f8-52c936c19282-73ce1da8, #w-node-_71c1cc19-b116-4be5-0aae-9f1f37b409dc-12629811, #w-node-b2577aa1-3def-1a64-6677-47ba7fa62a59-89c5c24d, #w-node-_7b6b37c1-4566-1e37-bd79-cbd6c0a5e9b3-e176e09a, #w-node-b3716adb-e746-1b4f-8a0c-7603842b5db0-67873914 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18a7dbeb-4ee4-51a7-ba7f-bc625a58a183-5a58a156 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b3716adb-e746-1b4f-8a0c-7603842b5db0-526c9cf3, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-c0647a0a, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-f8a3f03c, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-193a5f1c, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-8948f586, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-b57360b7, #w-node-_71c1cc19-b116-4be5-0aae-9f1f37b409dc-19212b19, #w-node-_8705126c-6f8c-8bbd-4408-0fa662d14d5d-feae7703 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8ee1e156-aefb-b104-0579-d78558e9d1ee-176bf539, #w-node-_8ee1e156-aefb-b104-0579-d78558e9d1f1-176bf539 {
    align-self: start;
  }

  #w-node-_8ee1e156-aefb-b104-0579-d78558e9d1f6-176bf539 {
    align-self: stretch;
  }

  #w-node-_9ac8aba4-18b5-03a2-3988-3d3f0bf25640-176bf539, #w-node-_8fcad8f0-d1ce-70af-68de-a56d6c7938f2-2c3c29cc, #w-node-_9ac8aba4-18b5-03a2-3988-3d3f0bf25640-1802216f, #w-node-e668e150-d7dc-21c4-4f9a-9259cecbd384-1e98e7a7, #w-node-_8fcad8f0-d1ce-70af-68de-a56d6c7938f2-8ce594bb, #w-node-bfcfbf23-6bf1-7849-57ed-e15c617e74cf-a9a0b6ca, #w-node-_94827c96-0d06-980a-51b4-781c7eaf5070-e6f35d51, #w-node-f032c863-ba20-7764-9e63-721cb108ef74-8af1eea1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4829a193-6f0d-f1e1-0926-164cd3fc480f-d3fc47e2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-5b2f4af9, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-94dd1c03, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-8990a23e, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-1e8dc335, #w-node-_9e230bd0-1153-211a-6346-d5c6014c92f6-ef2f38d7, #w-node-_8705126c-6f8c-8bbd-4408-0fa662d14d5d-042b0a1c, #w-node-_71c1cc19-b116-4be5-0aae-9f1f37b409dc-576c8a54, #w-node-e46e6d12-c730-ead6-1c85-1a8af09f956c-ac7b2c20, #w-node-_392aa2d1-22e4-054c-f52d-fc09b094d35a-a92ab23a, #w-node-_8fcad8f0-d1ce-70af-68de-a56d6c7938f2-58f7a916 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8ee1e156-aefb-b104-0579-d78558e9d1ee-a8140118, #w-node-_8ee1e156-aefb-b104-0579-d78558e9d1f1-a8140118 {
    align-self: start;
  }

  #w-node-_8ee1e156-aefb-b104-0579-d78558e9d1f6-a8140118 {
    align-self: stretch;
  }

  #w-node-c4e69aac-eadc-a6b1-e51a-b6dce28354c8-a8140118, #w-node-_51ca8e32-12fe-ffc7-1768-90f34fc647fe-1dcb20cd, #w-node-_36abf253-0ddd-9a1c-8b70-0b8b148792e3-bc4d9707, #w-node-aa7d486e-3db3-cc5e-4f7f-14aceee47d35-8724cedf, #w-node-_8705126c-6f8c-8bbd-4408-0fa662d14d5d-2971125f, #w-node-_9a8fada0-4308-3164-7452-d9884ab8570d-fe60124b, #w-node-_8705126c-6f8c-8bbd-4408-0fa662d14d5d-44d186cd, #w-node-_8705126c-6f8c-8bbd-4408-0fa662d14d5d-4248bb62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icon Font';
  src: url('../fonts/line-rounded-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}