.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #f4faff;
  font-family: Manrope, sans-serif;
  color: rgba(32, 59, 83, 0.77);
  font-size: 17px;
  line-height: 178%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 28px;
  color: #161819;
  font-size: 64px;
  line-height: 113%;
  font-weight: 800;
  letter-spacing: -0.03em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 28px;
  color: #161819;
  font-size: 54px;
  line-height: 114%;
  font-weight: 800;
  letter-spacing: -0.02em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #161819;
  font-size: 42px;
  line-height: 116%;
  font-weight: 800;
  letter-spacing: -0.015em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 22px;
  color: #161819;
  font-size: 34px;
  line-height: 118%;
  font-weight: 800;
  letter-spacing: -0.015em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #161819;
  font-size: 26px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: -0.015em;
}

h6 {
  margin-top: 0px;
  margin-bottom: 17px;
  color: #161819;
  font-size: 20px;
  line-height: 130%;
  font-weight: 800;
  letter-spacing: -0.015em;
}

p {
  margin-bottom: 28px;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #161819;
  text-decoration: underline;
}

a:hover {
  color: #2cc1ff;
}

ul {
  margin-top: 0px;
  margin-bottom: 28px;
  padding-left: 36px;
}

ol {
  margin-top: 0px;
  margin-bottom: 28px;
  padding-left: 36px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
}

strong {
  color: #161819;
  font-weight: 700;
}

em {
  color: #161819;
  font-style: italic;
}

blockquote {
  margin-bottom: 28px;
  margin-left: 18px;
  padding: 0px 24px;
  border-left: 2px solid #2cc1ff;
  color: #161819;
  font-size: 19px;
  line-height: 178%;
}

figure {
  margin-top: 38px;
  margin-bottom: 38px;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
}

figcaption {
  margin-top: 0px;
  padding: 12px 15px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background-color: #fff;
  box-shadow: 0 15px 50px -5px rgba(55, 103, 126, 0.05);
  font-size: 14px;
  line-height: 176%;
  font-weight: 600;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  height: auto;
  margin-top: -41px;
  margin-bottom: -46px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  background-color: #f4faff;
  box-shadow: 0 20px 30px 0 rgba(55, 103, 126, 0.05);
}

.nav-link {
  padding: 11px 20px;
  border-radius: 50px;
  color: rgba(32, 59, 83, 0.77);
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

.nav-link:hover {
  color: #161819;
}

.nav-link.w--current {
  color: #161819;
}

.nav-button {
  margin-bottom: 12px;
  margin-left: 15px;
  padding: 11px 22px;
  border-radius: 50px;
  background-color: #161819;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

.nav-button:hover {
  background-color: #2cc1ff;
  box-shadow: 0 10px 30px -10px #2cc1ff;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 170px 25px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.section-hero.single-page {
  padding-bottom: 0px;
}

.overflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-hero {
  max-width: 1060px;
  font-size: 60px;
}

.paragraph-large {
  max-width: 600px;
  margin-bottom: 36px;
  font-size: 20px;
  line-height: 178%;
}

.grid-button {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 133px;
  padding: 16px 32px;
  border-radius: 50px;
  background-color: #161819;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  background-color: #2cc1ff;
  box-shadow: 0 15px 50px -10px #2cc1ff;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
}

.button.submit {
  margin-top: 12px;
}

.button.white {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(55, 103, 126, 0.05);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #161819;
}

.button.white:hover {
  box-shadow: 0 15px 50px -10px rgba(55, 103, 126, 0.05);
}

.icon-lightbox {
  width: 24px;
  height: 24px;
}

.text-lightbox {
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 32px 15px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(55, 103, 126, 0.05);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  text-decoration: none;
}

.lightbox-link:hover {
  box-shadow: 0 15px 50px -10px rgba(55, 103, 126, 0.05);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #161819;
}

.hero-img {
  width: 100%;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
  box-shadow: 0 15px 50px -5px rgba(55, 103, 126, 0.05);
}

.block-hero-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.blurred {
  position: absolute;
  z-index: -100;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.blurred-blue---hero {
  position: absolute;
  width: 120%;
  max-width: none;
  margin-top: -48%;
  margin-left: 7%;
}

.blurred-red---hero {
  position: absolute;
  display: none;
  width: 120%;
  max-width: none;
  margin-top: -41%;
  margin-left: -42%;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 25px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  max-width: 750px;
  text-align: left;
}

.block-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-2-columns {
  width: 100%;
  margin-top: 10px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-columns.single {
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.feature {
  padding: 50px 60px 0px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 15px 50px -5px rgba(55, 103, 126, 0.05);
}

.block-heading-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-feature {
  margin-bottom: 0px;
}

.icon-feature {
  width: 33px;
  height: 33px;
  margin-right: 18px;
}

.image-feature {
  width: 100%;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 12px;
}

.grid-3-columns {
  width: 100%;
  margin-top: 10px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sequence {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
}

.icon-sequence-bg {
  position: relative;
  margin-bottom: 23px;
  padding: 26px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 15px 30px -5px rgba(55, 103, 126, 0.05);
}

.icon-sequence {
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.number-sequence {
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
}

.number-sequence-bg {
  position: absolute;
  left: auto;
  top: -7px;
  right: -7px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #161819;
}

.heading-sequence {
  max-width: 350px;
}

.block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
  -o-object-fit: cover;
  object-fit: cover;
}

.blurred-hero {
  position: relative;
  margin-top: 150px;
}

.blurred-grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blurred-blue---grid {
  position: absolute;
  width: 180%;
  max-width: none;
  margin-top: -61%;
  margin-left: -28%;
}

.blurred-red---grid {
  position: absolute;
  display: none;
  width: 200%;
  max-width: none;
  margin-top: -52%;
  margin-left: -84%;
}

.plan {
  position: relative;
  padding: 40px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 15px 50px -5px rgba(55, 103, 126, 0.05);
}

.price-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price {
  color: #161819;
  font-size: 60px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.price-info {
  margin-left: 8px;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.015em;
}

.paragraph-plan {
  max-width: 280px;
  margin-bottom: 22px;
}

.check-block-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-check-plan {
  color: #161819;
  line-height: 140%;
  font-weight: 600;
}

.check-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: rgba(44, 193, 255, 0.1);
}

.check-plan.accent-check {
  background-color: rgba(44, 193, 255, 0.1);
}

.icon-check {
  width: 14px;
  height: 14px;
}

.grid-check-plan {
  margin-bottom: 30px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-small {
  padding: 11px 22px;
  border-radius: 50px;
  background-color: #161819;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

.button-small:hover {
  background-color: #2cc1ff;
  box-shadow: 0 15px 50px -10px #2cc1ff;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
}

.button-small.white {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(55, 103, 126, 0.05);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #161819;
}

.button-small.white:hover {
  box-shadow: 0 15px 50px -10px rgba(55, 103, 126, 0.05);
}

.accent-plan {
  position: absolute;
  left: auto;
  top: -18px;
  right: 25px;
  bottom: auto;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 8px;
  background-color: #7497cd;
  box-shadow: 0 15px 50px -10px #7497cd;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
}

.block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-right: 6%;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial {
  padding: 35px 40px;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
}

.client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-avatar {
  width: 60px;
  height: 60px;
  margin-right: 18px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 15px 30px -5px rgba(55, 103, 126, 0.05);
  -o-object-fit: cover;
  object-fit: cover;
}

.client-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.name {
  margin-bottom: 3px;
}

.info {
  opacity: 0.6;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
}

.paragraph-testimonial {
  margin-bottom: 0px;
}

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

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

.collection-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-blog {
  padding: 40px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 15px 50px -5px rgba(55, 103, 126, 0.05);
}

.heading-blog {
  margin-bottom: 0px;
}

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

.date-blog {
  margin-bottom: 8px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
}

.paragraph-summary {
  margin-bottom: 32px;
}

.empty-text {
  color: #161819;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
}

.empty-state {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 12px;
  background-color: rgba(230, 241, 250, 0.5);
}

.banner {
  position: relative;
  width: 100%;
}

.blurred-red---banner {
  position: absolute;
  width: 120%;
  max-width: none;
  margin-top: -37%;
  margin-left: -56%;
}

.blurred-blue---banner {
  position: absolute;
  width: 120%;
  max-width: none;
  margin-top: -41%;
  margin-left: -28%;
}

.grid-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
}

.text-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 20px 70px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-banner {
  width: 100%;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  background-image: url('../images/Banner.svg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.paragraph-banner {
  max-width: 420px;
}

.form-block-banner {
  width: 100%;
  max-width: 400px;
}

.form-banner {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field {
  height: 55px;
  margin-bottom: 0px;
  padding: 15px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(32, 59, 83, 0.18);
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #161819;
  font-size: 17px;
  line-height: 130%;
}

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

.text-field::-webkit-input-placeholder {
  color: rgba(32, 59, 83, 0.5);
}

.text-field:-ms-input-placeholder {
  color: rgba(32, 59, 83, 0.5);
}

.text-field::-ms-input-placeholder {
  color: rgba(32, 59, 83, 0.5);
}

.text-field::placeholder {
  color: rgba(32, 59, 83, 0.5);
}

.success-message {
  padding: 15px 25px;
  border-style: dashed;
  border-width: 2px;
  border-color: #161819;
  border-radius: 12px;
  background-color: transparent;
  text-align: left;
}

.success-text {
  color: #161819;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
}

.error-message {
  padding: 15px 25px;
  border-style: dashed;
  border-width: 2px;
  border-color: #fe6c66;
  border-radius: 12px;
  background-color: transparent;
}

.error-text {
  color: #fe6c66;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
}

.section-footer {
  display: none;
  margin-top: auto;
  padding: 100px 25px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.block-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-footer {
  height: 150px;
  margin-bottom: 35px;
}

.paragraph-footer {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 178%;
}

.icon-footer {
  width: 26px;
  height: 26px;
  max-width: none;
  margin-right: 6px;
}

.icon-link-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #161819;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
  text-decoration: none;
}

.icon-link-footer:hover {
  color: #2cc1ff;
}

.heading-footer {
  margin-bottom: 28px;
  font-size: 18px;
}

.link-footer {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgba(32, 59, 83, 0.57);
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  text-decoration: none;
}

.link-footer:hover {
  color: #161819;
}

.footer-down {
  width: 100%;
  margin-top: 100px;
}

.text-footer-down {
  color: rgba(32, 59, 83, 0.5);
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
}

.link-footer-down {
  color: rgba(32, 59, 83, 0.77);
  text-decoration: none;
}

.link-footer-down:hover {
  color: #161819;
}

.block-single-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-single-page.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-single-page {
  max-width: 1020px;
}

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

.accordion-item {
  border-radius: 12px;
  background-color: #fff;
}

.accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

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

.paragraph-accordion {
  margin-bottom: 25px;
}

.heading-accordion {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 130%;
}

.icon-arrow {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}

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

.collection-list-large {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-item-large {
  border-radius: 24px;
}

.link-image-blog {
  width: 100%;
  -webkit-transition-property: none;
  transition-property: none;
}

.image-blog {
  width: 100%;
  max-height: 400px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-blog:hover {
  background-color: rgba(196, 214, 230, 0.5);
}

.block-blog-large {
  padding: 50px 60px 30px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background-color: #fff;
  box-shadow: 0 15px 50px -5px rgba(55, 103, 126, 0.05);
}

.image-blog-main {
  width: 100%;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
  -o-object-fit: cover;
  object-fit: cover;
}

.date-blog-large {
  margin-bottom: 5px;
  color: rgba(32, 59, 83, 0.5);
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
}

.page-content {
  width: 100%;
  max-width: 740px;
}

.rich-text-block {
  width: 100%;
  max-width: 740px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.blurred-blog {
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
}

.blurred-red---blog {
  position: absolute;
  width: 120%;
  max-width: none;
  margin-top: -39%;
  margin-left: -33%;
}

.blurred-blue---blog {
  position: absolute;
  width: 120%;
  max-width: none;
  margin-top: -41%;
  margin-left: 11%;
}

.grid-image-page {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 70px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-page {
  width: 100%;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-company {
  width: 100%;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-company-info {
  margin-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.company-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
}

.number-company-info {
  color: #161819;
  font-size: 58px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.number-company-info-bg {
  position: relative;
  margin-bottom: 24px;
  padding: 30px 34px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 15px 30px -5px rgba(55, 103, 126, 0.05);
}

.accent-info {
  position: absolute;
  left: auto;
  top: -18px;
  right: -14px;
  bottom: auto;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 8px;
  background-color: #2cc1ff;
  box-shadow: 0 15px 50px -10px #2cc1ff;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
}

.blurred-page {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
}

.blurred-red---page {
  position: absolute;
  width: 120%;
  max-width: none;
  margin-top: -46%;
  margin-left: 28%;
}

.blurred-blue---page {
  position: absolute;
  width: 120%;
  max-width: none;
  margin-top: -33%;
  margin-left: 2%;
}

.grid-contact-information {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
}

.icon-contact-bg {
  position: relative;
  margin-right: 20px;
  padding: 26px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 15px 30px -5px rgba(55, 103, 126, 0.05);
}

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

.info-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-info-contact {
  margin-bottom: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
}

.heading-info-contact {
  margin-bottom: 0px;
}

.form-bg {
  padding: 50px 60px 60px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 15px 50px -5px rgba(55, 103, 126, 0.05);
}

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

.form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.textarea {
  max-height: 350px;
  max-width: 650px;
  min-height: 180px;
  margin-bottom: 0px;
  padding: 15px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(32, 59, 83, 0.18);
  border-radius: 27px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #161819;
  font-size: 17px;
}

.textarea:focus {
  border-color: #2cc1ff;
}

.textarea::-webkit-input-placeholder {
  color: rgba(32, 59, 83, 0.5);
}

.textarea:-ms-input-placeholder {
  color: rgba(32, 59, 83, 0.5);
}

.textarea::-ms-input-placeholder {
  color: rgba(32, 59, 83, 0.5);
}

.textarea::placeholder {
  color: rgba(32, 59, 83, 0.5);
}

.section-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 120px 25px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-started {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-form {
  max-width: 360px;
}

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

.form-started {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 120px 25px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 430px;
  margin-bottom: 0px;
  padding: 50px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
  text-align: center;
}

.utility-page-form {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.utility-blurred {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
}

.space {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 70px;
  background-color: rgba(32, 59, 83, 0.18);
}

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

.block-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(32, 59, 83, 0.18);
  border-radius: 12px;
  background-color: #f4faff;
}

.block-color.transparent-bg {
  background-color: rgba(230, 241, 250, 0.5);
}

.block-color.border {
  background-color: rgba(32, 59, 83, 0.18);
}

.block-color.white {
  background-color: #fff;
}

.block-color.shadow {
  background-color: rgba(55, 103, 126, 0.05);
}

.block-color.heading {
  background-color: #161819;
}

.block-color.paragraphs {
  background-color: rgba(32, 59, 83, 0.77);
}

.block-color.sky-blue {
  background-color: #2cc1ff;
}

.block-color.salmon {
  background-color: #fe6c66;
}

.text-color {
  color: #161819;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

.text-color.white {
  color: #fff;
}

.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: rgba(230, 241, 250, 0.5);
}

.grid-image-licensing {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-licensing {
  width: 100%;
  height: 250px;
  border-radius: 12px;
  background-color: rgba(230, 241, 250, 0.5);
  -o-object-fit: cover;
  object-fit: cover;
}

.block-icon-licensing {
  display: inline-block;
}

.icon-licensing-bg {
  position: relative;
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 18px;
  padding: 26px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 15px 30px -5px rgba(55, 103, 126, 0.05);
}

.icon-licensing {
  width: 32px;
  height: 32px;
  max-width: none;
}

.font {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: rgba(230, 241, 250, 0.5);
}

.manrope {
  margin-bottom: 0px;
  margin-left: 20px;
}

.bold-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.grdgregregre {
  display: block;
  padding: 100px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.htrhtrhtrhrthrthjtr {
  display: block;
  padding: 100px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.htehtr6t54646t54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-5555 {
  display: none;
  padding: 35px 40px;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
}

.block-footer-copy1 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-footer-copy2 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-footer-copy3 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-copy3 {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 16px 32px;
  border-radius: 50px;
  background-color: #161819;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

.button-copy3:hover {
  background-color: #2cc1ff;
  box-shadow: 0 15px 50px -10px #2cc1ff;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
}

.button-copy3.submit {
  margin-top: 12px;
}

.button-copy3.white {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(55, 103, 126, 0.05);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #161819;
}

.button-copy3.white:hover {
  box-shadow: 0 15px 50px -10px rgba(55, 103, 126, 0.05);
}

.plan-copy {
  position: relative;
  padding: 40px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 15px 50px -5px rgba(55, 103, 126, 0.05);
}

.hytrur6t657u56 {
  position: relative;
  display: block;
  padding: 40px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 15px 50px -5px rgba(55, 103, 126, 0.05);
}

.image {
  display: block;
  margin-top: -237px;
  margin-bottom: -84px;
  margin-left: 518px;
}

.image-2 {
  display: block;
  max-width: 100%;
  margin-top: -347px;
  margin-bottom: -119px;
  margin-left: 492px;
}

.paragraph-large-copyt43he {
  max-width: 600px;
  margin-top: 31px;
  margin-bottom: 61px;
  font-size: 20px;
  line-height: 178%;
}

.icon-sequence-copy333 {
  width: 32px;
  height: 32px;
  font-size: 20px;
}

.sequence-copy3333 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
  padding: 40px 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
}

.html-embed {
  min-width: 100px;
}

.paragraph {
  margin-top: 18px;
}

.heading-sequence-copy222 {
  max-width: 350px;
}

.icon-sequence-copy333-copy2 {
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #48d6fd;
  background-image: linear-gradient(37deg, #000, #fff);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.hero-img-copy1 {
  display: none;
  width: 100%;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
  box-shadow: 0 15px 50px -5px rgba(55, 103, 126, 0.05);
}

.h01_image_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h01_tag_c {
  display: none;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #2cc1ff;
}

.h01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 130px 5% 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: transparent;
  background-image: url('../images/Rectangle22.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h01_span_highlight {
  color: #2cc1ff;
}

.h01_button {
  display: none;
  margin-top: -6px;
  margin-bottom: 19px;
  margin-left: 0px;
  padding: 10px 52px;
  border: 1px none #6165ff;
  border-radius: 100px;
  background-color: #ffab00;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h01_tag_t {
  color: #fff;
  font-weight: 600;
}

.h01_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  min-width: 120px;
  margin-top: 9px;
  margin-bottom: 17px;
  padding: 5px 10px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #2cc1ff;
  border-radius: 8px;
  background-color: #fff;
}

.h01_dashboard {
  position: relative;
  left: -90px;
  bottom: -26px;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.h01_tag_text {
  margin-right: 17px;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
}

.h01_paragraph {
  display: block;
  max-width: 560px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.h01_h1 {
  max-width: 610px;
  margin-top: -32px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 44px;
  line-height: 46px;
  text-align: center;
}

.h01_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h01_dashboard-copy2 {
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.h01_dashboard-copy2-copy1 {
  position: relative;
  left: 75px;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 2px 2px 8px 0 #2cc1ff;
}

.text-span {
  background-color: transparent;
}

.js-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 100%;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin: -21px -39px -25px -15px;
  padding: 0px 24px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.clock-number {
  color: rgba(0, 0, 0, 0.77);
  font-size: 25px;
  line-height: 20px;
}

.clock-label {
  margin-top: 10px;
  margin-right: -5px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.nav-button-copy1 {
  display: none;
  margin-bottom: 12px;
  margin-left: 15px;
  padding: 11px 22px;
  border-radius: 50px;
  background-color: #161819;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

.nav-button-copy1:hover {
  background-color: #2cc1ff;
  box-shadow: 0 10px 30px -10px #2cc1ff;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
}

.faq01_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  color: #2cc1ff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.faq-header {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #3d5169;
  font-size: 20px;
}

.faq-header.noselect {
  color: #11164d;
  font-size: 17px;
  font-weight: 500;
}

.faq01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 57px;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.faq01-comment {
  overflow: hidden;
  height: 0px;
  padding-top: 15px;
}

.faq01_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70px;
  min-width: 400px;
  padding: 10px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebecf0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.faq01_click_wrap {
  margin-bottom: 15px;
}

.faq01_h3 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #0a1f44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.faq01_title_wrap {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq01_container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.faq01_icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: auto;
  width: 15px;
  height: 15px;
}

.faq01_paragraph {
  margin-left: 30px;
  color: #4e5d78;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.f09_logo {
  margin-bottom: 25px;
}

.f09_columns {
  margin-top: 35px;
}

.f09_icon {
  margin-right: -16px;
  margin-left: -27px;
  padding-left: 0px;
}

.f09_link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.f09_social {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #161819;
}

.f09_social_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.f09_container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.f09_text {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.f09_paragraph {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.f09_link {
  margin-bottom: 10px;
  margin-left: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.f09_link:hover {
  color: #0a1f44;
}

.f09_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 78px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.f09_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(155, 158, 184, 0.26);
  background-color: rgba(155, 158, 184, 0.26);
}

.f09_social_link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border: 0px solid #000;
}

.f09_title {
  display: inline-block;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.f09 {
  padding: 100px 5%;
  background-color: #fff;
  background-image: url('../images/Rectangle22.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.h01_dashboard-copy11 {
  position: relative;
  left: -90px;
  bottom: -26px;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 3px 3px 11px -3px #bd9227;
}

.f09_column-copy11 {
  display: none;
  padding-right: 78px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.f09_link_wrap-copy11 {
  display: none;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-span-2 {
  border: 0px solid #000;
  background-color: transparent;
}

.image-3 {
  margin-top: 6px;
  margin-bottom: 15px;
  border-radius: 13px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f09_social_link-copy1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0px;
  border: 0px solid #000;
}

.f09_social-copy1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 21px;
  padding: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #161819;
}

.f09_social-copy1:hover {
  background-color: #2cc1ff;
}

.nav-link-copycontact {
  padding: 11px 20px;
  border-radius: 50px;
  color: rgba(32, 59, 83, 0.77);
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

.nav-link-copycontact:hover {
  color: #161819;
}

.nav-link-copycontact.w--current {
  color: #161819;
}

.button-copy3-copy1 {
  margin-top: 51px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 16px 32px;
  border-radius: 50px;
  background-color: #161819;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

.button-copy3-copy1:hover {
  background-color: #2cc1ff;
  box-shadow: 0 15px 50px -10px #2cc1ff;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
}

.button-copy3-copy1.submit {
  margin-top: 12px;
}

.button-copy3-copy1.white {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(55, 103, 126, 0.05);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #161819;
}

.button-copy3-copy1.white:hover {
  box-shadow: 0 15px 50px -10px rgba(55, 103, 126, 0.05);
}

.fe02_temp02 {
  display: none;
  margin-top: 41px;
  padding: 80px 3% 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.fe02_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fe02_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  min-height: 100px;
  padding: 15px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 55px 0 rgba(137, 173, 255, 0.35);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.fe02_card:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.fe02_icon {
  width: 50px;
  margin-right: 15px;
}

.fe02_card_titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fe02_h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0a1f44;
  font-size: 18px;
  line-height: 21px;
}

.fe02_link_cover {
  margin-top: 0px;
  text-decoration: none;
}

.fe02_text {
  color: #c1c7d0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.htehtr6t54646t54-copy2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2-copy2 {
  display: block;
  max-width: 100%;
  margin-top: -669px;
  margin-bottom: 73px;
  margin-left: 643px;
}

.f09_social-copy22 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #161819;
}

.f09_social-copy22:hover {
  background-color: #8ea0f8;
}

.nav-button-copy5 {
  display: none;
  margin-bottom: 12px;
  margin-left: 15px;
  padding: 11px 22px;
  border-radius: 50px;
  background-color: #161819;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

.nav-button-copy5:hover {
  background-color: #2cc1ff;
  box-shadow: 0 10px 30px -10px #2cc1ff;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
}

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

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 37px;
  }

  h4 {
    font-size: 29px;
  }

  h5 {
    font-size: 24px;
  }

  .logo {
    width: 100px;
    height: 100px;
  }

  .nav-link {
    text-align: left;
  }

  .menu-button {
    margin-left: 6px;
    padding: 10px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(55, 103, 126, 0.05);
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #161819;
  }

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

  .menu-icon {
    font-size: 22px;
    line-height: 100%;
  }

  .nav-menu {
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
    background-color: #f4faff;
    box-shadow: 0 20px 30px 0 rgba(55, 103, 126, 0.05);
  }

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

  .heading-hero {
    font-size: 54px;
  }

  .paragraph-large {
    font-size: 19px;
  }

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

  .grid-2-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .feature {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-feature {
    margin-top: 10px;
  }

  .grid-3-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .blurred-hero {
    margin-top: 130px;
  }

  .price {
    font-size: 52px;
  }

  .price-info {
    font-size: 22px;
  }

  .grid-testimonial {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-banner {
    padding: 50px 10px 50px 50px;
  }

  .section-footer {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .footer-down {
    margin-top: 80px;
  }

  .collection-list-large {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .block-blog-large {
    padding: 40px 40px 15px;
  }

  .rich-text-block {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .blurred-blog {
    margin-top: 30px;
  }

  .grid-image-page {
    margin-top: 30px;
    margin-bottom: 60px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-company-info {
    margin-top: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .number-company-info {
    font-size: 48px;
  }

  .blurred-page {
    margin-bottom: 60px;
  }

  .grid-contact-information {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contact-information {
    padding: 25px;
  }

  .form-bg {
    padding: 40px;
  }

  .grid-image-licensing {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

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

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

  .image-2 {
    margin-top: -100px;
    margin-bottom: -22px;
    margin-left: 92px;
  }

  .paragraph-large-copyt43he {
    font-size: 19px;
  }

  .faq01_click_wrap {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .f09_column {
    margin-bottom: 15px;
  }

  .f09 {
    background-size: 2000px;
  }

  .f09_column-copy11 {
    margin-bottom: 15px;
  }

  .nav-link-copycontact {
    text-align: left;
  }

  .fe02_card {
    display: block;
    width: 49%;
    margin-bottom: 15px;
  }

  .fe02_icon {
    margin-bottom: 15px;
  }

  .htehtr6t54646t54-copy2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-2-copy2 {
    margin-top: -13px;
    margin-bottom: -22px;
    margin-left: 61px;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 19px;
  }

  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }

  .logo {
    width: auto;
    height: auto;
  }

  .section-hero {
    padding-right: 15px;
    padding-bottom: 60px;
    padding-left: 15px;
  }

  .block-hero {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .paragraph-large {
    font-size: 18px;
  }

  .section {
    padding: 0px 15px 60px;
  }

  .block-heading {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

  .block-right {
    padding: 20px;
  }

  .blurred-hero {
    margin-top: 100px;
  }

  .price-info {
    font-size: 20px;
  }

  .accent-plan {
    top: -5px;
  }

  .block-left {
    padding: 20px;
  }

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

  .grid-banner {
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
  }

  .img-banner {
    min-height: 340px;
  }

  .section-footer {
    padding: 60px 35px 40px;
  }

  .grid-footer {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-down {
    margin-top: 60px;
  }

  .block-single-page {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .rich-text-block {
    margin-top: 20px;
  }

  .blurred-blog {
    margin-top: 20px;
  }

  .grid-image-page {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-company-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .number-company-info {
    font-size: 43px;
  }

  .section-full {
    padding: 100px 15px 60px;
  }

  .utility-page-wrap {
    padding: 100px 15px 60px;
  }

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

  .grdgregregre {
    padding: 60px 15px;
  }

  .htrhtrhtrhrthrthjtr {
    padding: 60px 15px;
  }

  .htehtr6t54646t54 {
    padding: 60px 15px;
  }

  .image-2 {
    max-width: 200%;
    margin-top: -69px;
    margin-bottom: -62px;
    margin-left: -167px;
  }

  .paragraph-large-copyt43he {
    font-size: 18px;
  }

  .h01_paragraph {
    margin-bottom: 33px;
  }

  .h01_h1 {
    margin-top: 33px;
    margin-bottom: 29px;
  }

  .h01_dashboard-copy2-copy1 {
    margin-left: -4px;
  }

  .f09_social_wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .f09_line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h01_dashboard-copy11 {
    margin-top: 23px;
    margin-left: 10px;
  }

  .f09_social-copy1 {
    width: 35px;
  }

  .fe02_card {
    width: 48.5%;
    margin-bottom: 15px;
  }

  .htehtr6t54646t54-copy2 {
    padding: 60px 15px;
  }

  .image-2-copy2 {
    max-width: 150%;
    margin-top: -29px;
    margin-bottom: -62px;
    margin-left: -42px;
  }
}

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

  h2 {
    font-size: 33px;
  }

  h3 {
    font-size: 27px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  .logo {
    height: auto;
  }

  .nav-button {
    display: none;
  }

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

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

  .paragraph-large {
    font-size: 17px;
  }

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

  .button {
    margin-top: 30px;
    margin-left: 39px;
  }

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

  .heading {
    margin-top: -37px;
  }

  .feature {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .sequence {
    padding: 30px 30px 10px;
  }

  .blurred-hero {
    margin-top: 70px;
  }

  .plan {
    margin-top: 32px;
    padding: 30px;
  }

  .heading-plan {
    margin-top: 11px;
  }

  .price {
    font-size: 42px;
  }

  .price-info {
    margin-left: 5px;
    font-size: 18px;
  }

  .accent-plan {
    right: -5px;
  }

  .testimonial {
    padding: 30px;
  }

  .block-blog {
    padding: 30px;
  }

  .grid-banner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-banner {
    padding: 30px 30px 0px;
  }

  .img-banner {
    min-height: 380px;
    background-position: 0% 0%;
  }

  .form-banner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-footer {
    padding-top: 40px;
  }

  .grid-footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .accordion-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .accordion-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .block-blog-large {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .rich-text-block {
    margin-top: 15px;
  }

  .blurred-blog {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .grid-image-page {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .company-info {
    padding: 30px 30px 10px;
  }

  .blurred-page {
    margin-bottom: 40px;
  }

  .contact-information {
    padding: 20px;
  }

  .form-bg {
    padding: 30px;
  }

  .section-full {
    padding-bottom: 40px;
  }

  .form-started {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .utility-page-wrap {
    padding-bottom: 40px;
  }

  .utility-page-content {
    padding: 40px 20px;
  }

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

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

  .icon-licensing-bg {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 24px;
  }

  .icon-licensing {
    width: 25px;
    height: 25px;
  }

  .font {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .manrope {
    margin-top: 20px;
    margin-left: 0px;
  }

  .bold-text {
    margin-top: -62px;
    font-size: 38px;
  }

  .grdgregregre {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .htrhtrhtrhrthrthjtr {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .htehtr6t54646t54 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-5555 {
    padding: 30px;
  }

  .button-copy3 {
    margin-top: 30px;
    margin-left: 10px;
  }

  .plan-copy {
    padding: 30px;
  }

  .hytrur6t657u56 {
    padding: 30px;
  }

  .image-2 {
    max-width: 300%;
    margin-top: -95px;
    margin-bottom: -96px;
    margin-left: -231px;
  }

  .paragraph-large-copyt43he {
    margin-top: 6px;
    font-size: 17px;
  }

  .sequence-copy3333 {
    margin-top: 51px;
    padding: 0px 30px 15px;
  }

  .html-embed {
    margin-bottom: 6px;
    margin-left: 275px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-2 {
    display: none;
  }

  .heading-sequence-copy222 {
    margin-left: 292px;
  }

  .h01_image_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h01 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .h01_tag {
    margin-top: 23px;
    margin-bottom: 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h01_tag_text {
    margin-top: 5px;
    margin-bottom: 4px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .h01_dashboard-copy2-copy1 {
    display: inline-block;
    margin-left: -69px;
  }

  .js-clock {
    margin-bottom: -31px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .clock-number {
    font-family: Lato, sans-serif;
    font-weight: 900;
  }

  .clock-label {
    font-weight: 900;
    letter-spacing: 3px;
  }

  .nav-button-copy1 {
    display: none;
  }

  .faq01_block {
    min-width: auto;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faq01_paragraph {
    margin-left: 15px;
  }

  .f09_icon {
    margin-left: -40px;
  }

  .f09 {
    margin-top: 39px;
    background-position: 0% 0%;
    background-size: 2000px;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .h01_dashboard-copy11 {
    margin-top: -427px;
    margin-bottom: -2px;
    margin-left: 121px;
  }

  .f09_social-copy1 {
    display: none;
    margin-bottom: 0px;
  }

  .nav-link-copycontact {
    display: none;
  }

  .button-copy3-copy1 {
    margin-top: 30px;
    margin-left: 10px;
  }

  .fe02_card {
    width: 100%;
  }

  .htehtr6t54646t54-copy2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-2-copy2 {
    max-width: 120%;
    margin-top: -28px;
    margin-bottom: -62px;
    margin-left: -29px;
  }

  .nav-button-copy5 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2b89f38d-417d-b761-09ed-84893bf9cd2d-3bf9cd2a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2b89f38d-417d-b761-09ed-84893bf9cd2d-3bf9cd2a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

