.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 {
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #6e7191;
  font-size: 1.125rem;
  line-height: 1.667em;
  letter-spacing: 0.02em;
}

h1 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  color: #14142b;
  font-size: 3.75rem;
  line-height: 1.233em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

h2 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  color: #14142b;
  font-size: 2.5rem;
  line-height: 1.35em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

h3 {
  margin-top: 0rem;
  margin-bottom: 0.625rem;
  color: #14142b;
  font-size: 1.625rem;
  line-height: 1.346em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

h4 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  color: #14142b;
  font-size: 1.375rem;
  line-height: 1.273em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

h5 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  color: #14142b;
  font-size: 1.125rem;
  line-height: 1.333em;
  font-weight: 700;
}

h6 {
  margin-top: 0rem;
  color: #14142b;
  font-size: 1rem;
  line-height: 1.375em;
  font-weight: 700;
}

p {
  margin-bottom: 1.5rem;
}

a {
  transition: color 300ms ease;
  color: #ff3951;
  text-decoration: none;
}

a:hover {
  color: #14142b;
}

ul {
  margin-top: 0rem;
  margin-bottom: 0.625rem;
  padding-left: 2.5rem;
}

ol {
  margin-top: 0rem;
  margin-bottom: 0.625rem;
  padding-left: 2.5rem;
}

li {
  margin-bottom: 0.5rem;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  color: #14142b;
  font-weight: 700;
}

blockquote {
  margin-bottom: 0.625rem;
  padding: 4.1875rem 4.4375rem 4.1875rem 4.1875rem;
  border-left: 0.75rem solid #3f80fd;
  border-radius: 0.75rem 2.1875rem 2.1875rem 0.75rem;
  background-color: #fff;
  box-shadow: 0 6px 0.75rem 0 rgba(20, 20, 43, 0.05);
  color: #3f80fd;
  font-size: 1.5rem;
  line-height: 1.583em;
  font-weight: 500;
}

figure {
  margin-bottom: 0.625rem;
}

figcaption {
  margin-top: 0.3125rem;
  text-align: center;
}

.container-default {
  position: relative;
  height: 100%;
  max-width: 80.625rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 1;
}

.container-default.cta-v2 {
  perspective: 62.5rem;
}

.container-default.newsletter {
  perspective: 62.5rem;
}

.container-default.home {
  max-width: none;
  padding-right: 1rem;
  padding-left: 1rem;
}

.container-default.schedule-demo {
  padding-right: 0rem;
  background-color: #14142b;
}

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

.button-primary {
  padding: 1.75rem 3.125rem;
  border-radius: 62.5rem;
  background-color: #ff3951;
  box-shadow: 0 8px 22px 0 rgba(255, 57, 81, 0.28);
  transition: transform 300ms ease, box-shadow 300ms ease;
  color: #fff;
  line-height: 1.111em;
  text-align: center;
  transform-style: preserve-3d;
}

.button-primary:hover {
  box-shadow: 0 15px 2rem 0 rgba(255, 57, 81, 0.38);
  transform: translate3d(0rem, -0.375rem, 0.000625rem);
  color: #fff;
}

.button-primary.small {
  padding: 1.4375rem 2rem;
  font-size: 1rem;
  line-height: 1.125rem;
}

.button-primary.small.button-2-buttons {
  margin-bottom: 0rem;
}

.button-primary.full-width {
  display: block;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.button-primary.button-white {
  background-color: #fff;
  color: #ff3951;
}

.button-primary.button-white.cta-v2 {
  position: relative;
  z-index: 1;
}

.button-primary.button-2-buttons {
  margin-right: 1.625rem;
  margin-bottom: 0.9375rem;
  flex: 1;
}

.button-primary.contact-form-button {
  display: flex;
  margin-top: 0.5rem;
  padding: 0rem 2.8rem 0rem 0rem;
  justify-content: center;
  align-items: center;
}

.button-primary.footer-newsletter {
  position: absolute;
  right: 1.375rem;
  display: flex;
  padding: 1.125rem 1.625rem;
  justify-content: center;
  align-items: center;
}

.button-primary.header-button {
  line-height: 1.125em;
}

.button-primary.header-button.w--current {
  color: #fff;
}

.button-primary.header-button.dropdown-nav {
  width: 100%;
  margin-right: 0rem;
  padding-left: 3.125rem;
  flex-direction: column;
}

.button-primary.blog-newsletter {
  position: absolute;
  right: 1.125rem;
  display: flex;
  padding: 1.125rem 1.625rem;
  justify-content: center;
  align-items: center;
}

.button-secondary {
  padding: 1.75rem 3.125rem;
  border-radius: 62.5rem;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(20, 20, 43, 0.06);
  transition: transform 300ms ease, box-shadow 300ms ease;
  color: #ff3951;
  line-height: 1.25rem;
  text-align: center;
  transform-style: preserve-3d;
}

.button-secondary:hover {
  box-shadow: 0 15px 1.875rem 0 rgba(20, 20, 43, 0.1);
  transform: translate3d(0rem, -0.375rem, 0.000625rem);
  color: #ff3951;
}

.button-secondary.small {
  padding: 1.4375rem 2rem;
  font-size: 1rem;
  line-height: 1.125rem;
}

.button-secondary.small.button-2-buttons {
  margin-bottom: 0rem;
}

.button-secondary.button-2-buttons {
  margin-bottom: 0.9375rem;
  flex: 1;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 1rem;
  background-color: transparent;
}

.header-logo {
  width: 8.75rem;
  margin-left: 0rem;
}

.nav-link {
  display: flex;
  margin-right: 0rem;
  align-items: center;
  transition: color 300ms ease;
  color: #ff3951;
  font-size: 1rem;
  text-decoration: none;
}

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

.nav-link.w--current {
  color: #ff3951;
  font-weight: 500;
}

.menu-button {
  transform-style: preserve-3d;
}

.nav-menu {
  position: static;
  display: flex;
  align-items: stretch;
}

.footer {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  border-top: 0.0625rem none #d9dbe9;
  background-color: #f5f7fc;
}

.footer-logo-container {
  margin-bottom: 1.1875rem;
  transition-property: transform;
  transform-style: preserve-3d;
}

.footer-logo-container:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

.footer-nav {
  margin-right: 1.25rem;
  margin-bottom: 0rem;
  padding-left: 0rem;
  list-style-type: none;
}

.footer-nav.last {
  margin-right: 0rem;
}

.footer-logo {
  width: 14.875rem;
  margin-left: -0.1875rem;
}

.footer-nav-item {
  margin-bottom: 1.375rem;
  line-height: 1.111em;
}

.footer-nav-item.last {
  margin-bottom: 0rem;
}

.section {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.section.home-hero-v3 {
  height: 90vh;
  max-height: 62.5rem;
  margin-top: 0.5rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.section.home-v3-about {
  overflow: hidden;
  background-color: #f5f7fc;
}

.section.home-v3-services {
  background-color: #fff;
}

.section.home-v3-contact {
  position: relative;
  overflow: hidden;
  padding-bottom: 6.25rem;
}

.section.home-v3-advantage {
  overflow: hidden;
  background-color: #f5f7fc;
}

.section.about-story {
  background-color: #14142b;
}

.section.perks {
  overflow: hidden;
  background-color: #f5f7fc;
}

.section.career {
  position: relative;
  overflow: hidden;
  padding-top: 6.875rem;
  padding-bottom: 6.25rem;
}

.section.packages {
  overflow: hidden;
  padding-bottom: 6.25rem;
  background-color: #f5f7fc;
}

.section.schedule-demo {
  position: static;
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  align-items: center;
  flex: 1;
  background-color: #14142b;
}

.section.newsletter-testimonials {
  padding-top: 7.5625rem;
  padding-bottom: 7.125rem;
}

.section.center {
  display: flex;
  flex-direction: column;
}

.utility-page-wrap {
  display: flex;
  overflow: hidden;
  padding-top: 10.125rem;
  padding-bottom: 11.1875rem;
  justify-content: center;
  align-items: center;
}

.utility-page-wrap.password {
  position: relative;
  padding: 3.75rem 1.5rem;
}

.utility-page-content-password {
  display: flex;
  width: 100%;
  max-width: 36.25rem;
  margin-bottom: 0rem;
  padding: 4.5rem 3.125rem;
  flex-direction: column;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: #eff0f6;
  border-radius: 2.5rem;
  background-color: #fff;
  box-shadow: 0 5px 0.75rem 0 rgba(20, 20, 43, 0.05);
  text-align: center;
}

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

.input {
  min-height: 4.125rem;
  margin-bottom: 0rem;
  padding: 0.25rem 1.4rem;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: #eff0f6;
  border-radius: 62.5rem;
  box-shadow: 0 2px 6px 0 rgba(19, 18, 66, 0.07);
  transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  color: #ff3951;
  font-size: 1.125rem;
  line-height: 1.111em;
  letter-spacing: 0.02em;
}

.input:hover {
  border-color: #ff3951;
}

.input:focus {
  border-color: #ff3951;
  box-shadow: 0 2px 0.6875rem 0 rgba(244, 38, 62, 0.06), 0 0.25rem 0.625rem 0 rgba(31, 37, 89, 0.07);
  color: #ff3951;
}

.input::-moz-placeholder {
  color: #6e7191;
}

.input::-ms-input-placeholder {
  color: #6e7191;
}

.input::placeholder {
  color: #6e7191;
}

.input.password {
  margin-bottom: 1.25rem;
}

.input.footer-newsletter {
  min-height: 4.9375rem;
  padding-right: 11.25rem;
  padding-left: 2.0625rem;
}

.input.blog-newsletter {
  min-height: 4.9375rem;
  padding-right: 11.25rem;
  padding-left: 1.6875rem;
}

.not-found-404 {
  margin-bottom: 1.0625rem;
  color: #ff3951;
  font-size: 11.875rem;
  line-height: 1.053em;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.divider {
  width: 100%;
  height: 0.0625rem;
  background-color: #d9dbe9;
}

.divider.footer-top {
  margin-top: 3.75rem;
  margin-bottom: 5rem;
}

.divider.footer-bottom {
  margin-bottom: 1.6875rem;
}

.divider.home-hero-v3 {
  display: block;
  margin-top: 3.75rem;
  margin-bottom: 2.375rem;
  background-color: #fff;
  opacity: 0.54;
}

.divider.cookie {
  width: 1rem;
  background-color: transparent;
}

.paragraph.not-found {
  margin-bottom: 1.875rem;
}

.paragraph.footer-main-paragraph {
  margin-bottom: 0rem;
}

.paragraph.card-cta-v1-accent {
  margin-bottom: 2.25rem;
  color: #fff;
}

.paragraph.card-cta-v1 {
  margin-bottom: 2rem;
}

.paragraph.home-hero-v3 {
  max-width: 32.1875rem;
  margin-right: auto;
  margin-bottom: 2.5rem;
  margin-left: auto;
  color: #f5f7fc;
  text-shadow: 0 0.25rem 0.375rem rgba(28, 12, 43, 0.2);
}

.paragraph.card-service-v1 {
  margin-bottom: 0rem;
}

.paragraph.home-v3-contact {
  margin-bottom: 1.875rem;
}

.paragraph.card-about-story {
  margin-bottom: 0rem;
}

.paragraph.card-perk {
  display: flex;
  margin-bottom: 0rem;
  color: #6e7191;
  letter-spacing: 0em;
}

.paragraph.package-item-about-excerpt {
  margin-bottom: 0rem;
}

.paragraph.contact {
  margin-bottom: 1.8125rem;
}

.paragraph.card-newsletter-testimonial {
  margin-bottom: 1.1875rem;
  font-size: 0.9rem;
}

.paragraph.card-default {
  margin-bottom: 0rem;
}

.card {
  overflow: hidden;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: #eff0f6;
  border-radius: 2.5rem;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.05);
}

.card.service-slide {
  display: flex;
  padding: 2.625rem 2.5rem 3.875rem;
  align-items: flex-start;
  border-radius: 3.125rem;
  transform: translate(0rem, 0rem);
  transition: box-shadow 300ms ease, transform 300ms ease;
  color: #6e7191;
  text-decoration: none;
}

.card.service-slide:hover {
  box-shadow: 0 12px 18px 0.01px rgba(20, 20, 43, 0.05);
  transform: scale(1.01);
  color: #6e7191;
}

.card.blog-post-item-v2 {
  min-height: 100%;
  padding: 1.5rem 1.5rem 2.75rem;
  border-radius: 2rem;
  transform: translate(0rem, 0rem);
  transition: box-shadow 300ms ease, transform 300ms ease;
  color: #6e7191;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card.blog-post-item-v2:hover {
  box-shadow: 0 12px 18px 0 rgba(20, 20, 43, 0.05);
  transform: scale3d(1.01, 1.01, 1.01);
  color: #6e7191;
}

.card.case-studies-item-card {
  min-height: 100%;
  transform: translate(0rem, 0rem);
  transition: box-shadow 300ms ease, transform 300ms ease;
  color: #6e7191;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card.case-studies-item-card:hover {
  box-shadow: 0 12px 18px 0 rgba(20, 20, 43, 0.05);
  transform: scale3d(1.01, 1.01, 0.01);
  color: #6e7191;
}

.card.service-v2 {
  padding: 3rem 2rem 3.5rem;
  transform: translate(0rem, 0rem);
  transition: box-shadow 300ms ease, transform 300ms ease;
  color: #6e7191;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card.service-v2:hover {
  box-shadow: 0 12px 18px 0 rgba(20, 20, 43, 0.05);
  transform: scale3d(1.01, 1.01, 1.01);
  color: #6e7191;
}

.card.blog-post-section-item-v1 {
  padding: 1.25rem 1.25rem 2.5rem;
  border-radius: 2rem;
  transform: translate(0rem, 0rem);
  transition: box-shadow 300ms ease, transform 300ms ease;
  color: #6e7191;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card.blog-post-section-item-v1:hover {
  box-shadow: 0 12px 18px 0 rgba(20, 20, 43, 0.05);
  transform: scale3d(1.01, 1.01, 1.01);
  color: #6e7191;
}

.card.cta-v1-accent {
  position: relative;
  display: flex;
  max-width: 57%;
  margin-right: 1.25rem;
  padding: 5.4375rem 2.9375rem;
  align-items: flex-start;
  background-color: #ff3951;
}

.card.cta-v1 {
  max-width: 41%;
  padding: 3.125rem 2rem 3.125rem 2.5rem;
}

.card.service-v1 {
  display: flex;
  padding: 1.25rem;
  align-items: flex-start;
  border-radius: 2.5625rem;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.05);
  transition: box-shadow 300ms ease, transform 300ms ease;
  color: #6e7191;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card.service-v1:hover {
  box-shadow: 0 12px 18px 0 rgba(20, 20, 43, 0.05);
  transform: scale3d(1.01, 1.01, 1.01);
  color: #6e7191;
}

.card.home-v3-contact-form {
  display: flex;
  width: 100%;
  max-width: 41.25rem;
  padding: 4.5rem 3rem;
  border-style: none;
  border-radius: 2.125rem;
  box-shadow: 0 54px 54px 0 rgba(232, 48, 81, 0.02), 0 1px 104px 0 rgba(20, 20, 43, 0.04), 0 98px 66px 0 rgba(19, 18, 66, 0.02);
}

.card.about {
  padding: 1.875rem 2.5rem 2.8125rem;
  border-radius: 2.125rem;
}

.card.about-value {
  display: flex;
  padding: 2.75rem 2.5rem 3rem;
  align-items: flex-start;
  transform: translate(0rem, 0rem);
  transition: box-shadow 300ms ease, transform 300ms ease;
  color: #6e7191;
  text-decoration: none;
}

.card.about-value:hover {
  box-shadow: 0 12px 18px 0 rgba(20, 20, 43, 0.05);
  transform: scale(1.01);
  color: #6e7191;
}

.card.team-section-item-card {
  display: flex;
  overflow: visible;
  padding-right: 2.375rem;
  padding-bottom: 3.125rem;
  padding-left: 2.375rem;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 300ms ease, transform 300ms ease;
  text-align: center;
  transform-style: preserve-3d;
}

.card.team-section-item-card:hover {
  box-shadow: 0 12px 18px 0 rgba(20, 20, 43, 0.05);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.blog-post-item-v1 {
  min-height: 100%;
  padding: 1.25rem 1.25rem 2.5rem;
  border-radius: 2rem;
  transition: box-shadow 300ms ease, transform 300ms ease;
  color: #6e7191;
  text-decoration: none;
}

.card.blog-post-item-v1:hover {
  box-shadow: 0 12px 18px 0 rgba(20, 20, 43, 0.05);
  transform: scale(1.01);
  color: #6e7191;
}

.card.blog-featured-v1-item-card {
  display: flex;
  padding: 1.5rem 3.5rem 1.5rem 1.5625rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 2rem;
  transition: box-shadow 300ms ease, transform 300ms ease;
  color: #6e7191;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card.blog-featured-v1-item-card:hover {
  box-shadow: 0 12px 18px 0 rgba(20, 20, 43, 0.05);
  transform: scale3d(1.01, 1.01, 1.01);
  color: #6e7191;
}

.card.service-v3 {
  display: flex;
  padding: 3rem 1.9375rem 3.3125rem;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 300ms ease, transform 300ms ease;
  color: #6e7191;
  text-align: center;
  text-decoration: none;
}

.card.service-v3:hover {
  box-shadow: 0 12px 18px 0 rgba(20, 20, 43, 0.05);
  transform: scale(1.01);
  color: #6e7191;
}

.card.service-case-study-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: box-shadow 300ms ease, transform 300ms ease;
  color: #6e7191;
  text-decoration: none;
  transform-style: preserve-3d;
}

.card.service-case-study-item:hover {
  box-shadow: 0 12px 18px 0 rgba(20, 20, 43, 0.05);
  transform: scale3d(1.01, 1.01, 1.01);
  color: #6e7191;
}

.card.perk {
  display: block;
  padding: 3rem 2rem 3.3125rem;
  flex-direction: column;
  text-align: center;
}

.card.career {
  padding: 3rem 2.5rem 3.5rem;
  transition: box-shadow 300ms ease, transform 300ms ease;
  color: #6e7191;
  text-decoration: none;
  cursor: pointer;
  transform-style: preserve-3d;
}

.card.career:hover {
  box-shadow: 0 12px 18px 0 rgba(20, 20, 43, 0.05);
  transform: scale3d(1.01, 1.01, 1.01);
  color: #6e7191;
}

.card.packages {
  display: -ms-grid;
  display: grid;
  margin-bottom: 3.5rem;
  padding: 2rem;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 3.125rem;
  box-shadow: 0 54px 54px 0 rgba(232, 48, 81, 0.02), 0 4px 104px 0 rgba(20, 20, 43, 0.04), 0 98px 66px 0 rgba(19, 18, 66, 0.02);
}

.card.faq {
  margin-bottom: 1.625rem;
  padding: 3.1875rem 2.875rem;
  border-radius: 1.375rem;
  transition: box-shadow 300ms ease, transform 300ms ease;
  cursor: pointer;
  transform-style: preserve-3d;
}

.card.faq:hover {
  box-shadow: 0 12px 18px 0 rgba(20, 20, 43, 0.05);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.newsletter-testimonial {
  padding: 3rem 2rem;
  border-radius: 2.125rem;
}

.card.default {
  padding: 2.5rem 2rem;
}

.card.cookee-wraper {
  display: flex;
  padding: 1rem 1rem 1rem 2rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #4e4b66;
}

.title.h3-size {
  color: #14142b;
  font-size: 1.625rem;
  line-height: 1.346em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.title.h3-size.footer-newsletter {
  margin-bottom: 1.1875rem;
}

.title.h3-size.packages-contact {
  margin-bottom: 0.5rem;
}

.title.h4-size {
  color: #14142b;
  font-size: 1.375rem;
  line-height: 1.273em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.title.h4-size.footer-title {
  margin-bottom: 1.5rem;
}

.title.h4-size.card-about-story {
  margin-bottom: 0.375rem;
}

.title.h4-size.package-item-name {
  margin-bottom: 0.75rem;
  color: #6e7191;
  font-weight: 500;
}

.title.card-cta-v1-accent {
  margin-bottom: 0.375rem;
  color: #fff;
}

.title.card-cta-v1 {
  margin-bottom: 0.375rem;
}

.title.home-hero-v3 {
  max-width: 51.125rem;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.53);
}

.title.home-v3-about {
  margin-right: 0.625rem;
  margin-bottom: 1.5rem;
}

.title.card-service-v1 {
  margin-bottom: 0.5rem;
}

.title.cta-v2 {
  position: relative;
  z-index: 1;
  max-width: 60%;
  margin-bottom: 0rem;
  padding-right: 2.5rem;
  color: #fff;
}

.title.home-v3-advantage {
  max-width: 85%;
}

.title.about-story {
  margin-bottom: 0rem;
  color: #fff;
}

.title.blog-newsletter {
  margin-bottom: 0rem;
  color: #fff;
}

.title.card-perk {
  margin-bottom: 0.5rem;
}

.title.packages {
  margin-bottom: 0rem;
}

.title.schedule-demo {
  margin-bottom: 0.5625rem;
  color: #fff;
}

.title.h2-size {
  font-size: 2.5rem;
  line-height: 1.35em;
  font-weight: 700;
}

.title.not-found {
  font-size: 1.8125rem;
  line-height: 1.207em;
}

.title.h4-size {
  color: #14142b;
  font-size: 1.375rem;
  line-height: 1.273em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.title.h3-size {
  color: #14142b;
  font-size: 1.625rem;
  line-height: 1.346em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.split-content.header-right {
  display: flex;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  align-items: center;
  align-self: stretch;
  border-radius: 6.25rem 0rem 0rem 6.25rem;
}

.split-content.header-left {
  display: flex;
  margin-left: 0.625rem;
  align-items: center;
}

.split-content.footer-content-top-left {
  max-width: 32.875rem;
  margin-right: 1.25rem;
}

.split-content.footer-content-top-right {
  width: 100%;
  max-width: 33.125rem;
}

.split-content.home-v3-about-content {
  position: relative;
  z-index: 1;
  max-width: 42%;
}

.split-content.home-v3-advantage-content {
  max-width: 33.625rem;
  margin-right: 1.875rem;
}

.split-content.home-v3-advantage-image {
  position: relative;
  display: flex;
  max-width: 37.875rem;
  justify-content: center;
  align-items: center;
}

.split-content.home-v3-contact-content {
  max-width: 42%;
  margin-right: 1.25rem;
}

.split-content.about-story-left {
  max-width: 28.125rem;
}

.split-content.blog-newsletter-left {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 47%;
  margin-right: 2.5rem;
  align-items: center;
  flex: 1;
}

.split-content.contact-content {
  max-width: 45%;
  margin-right: 1.25rem;
}

.split-content.not-found-content {
  position: relative;
  z-index: 1;
  max-width: 33.4375rem;
  text-align: center;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.card-cta-v1-accent {
  position: relative;
  z-index: 1;
  width: 7.875rem;
  min-height: 7.875rem;
  min-width: 7.875rem;
  margin-right: 1.5rem;
  border-radius: 2.125rem;
}

.image-wrapper.card-cta-v1 {
  width: 5rem;
  min-height: 5rem;
  min-width: 5rem;
  margin-bottom: 1.3125rem;
  border-radius: 1.375rem;
}

.image-wrapper.card-service-v1 {
  overflow: visible;
  margin-right: 1.25rem;
  padding: 0rem;
  flex: 0 auto;
  border-radius: 1.875rem;
  background-color: #ff3951;
  transform: translate(0rem, 0rem);
}

.image-wrapper.package-item-image {
  width: 5.5rem;
  min-height: 5.5rem;
  min-width: 5.5rem;
  margin-bottom: 2rem;
  padding: 10px;
  border-radius: 1.875rem;
  background-color: #ff3951;
  transform: translate(0rem, 0rem);
}

.image.list-icon {
  width: 1.875rem;
  min-height: 1.875rem;
  min-width: 1.875rem;
  margin-right: 0.75rem;
  border-radius: 62.5rem;
}

.image.list-icon.red-shadow {
  box-shadow: 0 3px 1rem 0 rgba(255, 57, 81, 0.1);
}

.image.contact-link-icon {
  width: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  margin: 0rem 1rem 0rem 0rem;
  padding: 0.5rem;
  border-radius: 1rem;
  background-color: #ff3951;
}

.image.card-cta-v1-accent-shape-1 {
  position: absolute;
  left: -8.0625rem;
  top: -6.875rem;
}

.image.card-cta-v1-accent-shape-2 {
  position: absolute;
  left: 9.5625rem;
  bottom: -5.4375rem;
}

.image.card-cta-v1-accent-shape-3 {
  position: absolute;
  right: -7.8125rem;
  bottom: -5.9375rem;
}

.image.card-service-v1 {
  display: block;
  width: 9rem;
  height: 9rem;
  max-width: none;
  padding: 10px;
}

.image.home-v3-about-1 {
  border-radius: 2.5625rem;
  box-shadow: 0 24px 2.125rem 0 rgba(20, 20, 43, 0.08), 0 0.375rem 1.75rem 0 rgba(63, 128, 253, 0.14);
}

.image.home-v3-about-2 {
  margin-bottom: 1.5rem;
  border-radius: 2.5625rem;
  box-shadow: 0 24px 2.125rem 0 rgba(20, 20, 43, 0.08), 0 0.375rem 1.75rem 0 rgba(63, 128, 253, 0.14);
}

.image.home-v3-about-3 {
  border-radius: 2.5625rem;
  box-shadow: 0 24px 2.125rem 0 rgba(20, 20, 43, 0.08), 0 0.375rem 1.75rem 0 rgba(63, 128, 253, 0.14);
}

.image.home-v3-advantage {
  height: 43.75rem;
  border-radius: 3.125rem;
  box-shadow: 0 16px 6.5rem 0 rgba(20, 20, 43, 0.06);
  -o-object-fit: cover;
     object-fit: cover;
}

.image.blog-newsletter-icon {
  width: 7.125rem;
  min-height: 7.125rem;
  min-width: 7.125rem;
  margin-right: 2.1875rem;
  border-radius: 1.75rem;
}

.image.card-perk-icon {
  width: 6.25rem;
  min-height: 6.25rem;
  min-width: 6.25rem;
  margin-bottom: 1.5rem;
  padding: 0.9375rem;
  border-radius: 1.875rem;
  background-color: #ff3951;
}

.image.package-item-feature-icon {
  width: 1.875rem;
  min-height: 1.875rem;
  min-width: 1.875rem;
  margin-right: 0.75rem;
  border-radius: 62.5rem;
}

.header-wrapper {
  display: flex;
  margin-right: 0rem;
  margin-left: 0rem;
  padding: 0.5rem;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: #ff3951;
  border-radius: 6.25rem;
  background-color: transparent;
  box-shadow: 6px 0 12px 0 rgba(20, 20, 43, 0.05);
  -webkit-backdrop-filter: blur(0.3125rem);
          backdrop-filter: blur(0.3125rem);
}

._2-buttons {
  flex-direction: row;
  justify-content: center;
}

.subtitle-wrapper {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  color: #ff3951;
  line-height: 1.111em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.subtitle-wrapper.center {
  justify-content: center;
}

.subtitle-wrapper.center.home-hero-v3 {
  margin-bottom: 0.5rem;
  color: #fff;
  text-shadow: 0 0.25rem 0.375rem rgba(28, 12, 43, 0.2);
}

.subtitle-shape {
  width: 1.375rem;
  max-height: 0.125rem;
  min-height: 0.125rem;
  margin-right: 0.625rem;
  border-radius: 62.5rem;
  background-color: #ff3951;
}

.subtitle-shape.hidden {
  display: none;
}

.subtitle-shape.hidden.home-hero-v3 {
  background-color: #fff;
}

.list-wrapper {
  display: flex;
  align-items: center;
}

.list-text {
  flex: 0 auto;
  color: #14142b;
  line-height: 1.111em;
  letter-spacing: 0.02em;
}

.container-medium-664px {
  max-width: 41.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.container-medium-664px.home-v3-services {
  margin-bottom: 2.3125rem;
  text-align: center;
}

.container-medium-664px.perks {
  margin-bottom: 2.5rem;
  text-align: center;
}

.content-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.content-top.about-story {
  margin-bottom: 2.9375rem;
}

.contact-link {
  display: flex;
  padding: 9px 25px 9px 9px;
  align-items: center;
  border-radius: 1.2em;
  background-color: #fff;
  text-decoration: none;
}

.text-link {
  display: none;
  transition: color 300ms ease;
  color: #14142b;
  line-height: 1.111em;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.text-link:hover {
  color: #ff3951;
}

.text-link-arrow {
  position: relative;
  top: -0.125rem;
  display: inline-block;
  font-family: 'Icons Marketing Template', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}

.contact-form-block {
  display: flex;
  margin-bottom: 0rem;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.contact-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-area {
  max-height: 15.625rem;
  max-width: 100%;
  min-height: 10.5625rem;
  min-width: 100%;
  margin-bottom: 0rem;
  padding: 1.4rem 1.4rem 1.7rem;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: #eff0f6;
  border-radius: 1.25rem;
  box-shadow: 0 2px 6px 0 rgba(19, 18, 66, 0.07);
  transition: box-shadow 350ms ease, color 350ms ease, border-color 350ms ease;
  color: #ff3951;
  font-size: 1.125rem;
  line-height: 1.111em;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.text-area:hover {
  border-color: #ff3951;
}

.text-area:focus {
  border-color: #ff3951;
  box-shadow: 0 2px 0.6875rem 0 rgba(244, 38, 62, 0.06), 0 0.25rem 0.625rem 0 rgba(31, 37, 89, 0.07);
  color: #ff3951;
  font-weight: 500;
}

.text-area::-moz-placeholder {
  color: #6e7191;
  font-weight: 400;
}

.text-area::-ms-input-placeholder {
  color: #6e7191;
  font-weight: 400;
}

.text-area::placeholder {
  color: #6e7191;
  font-weight: 400;
}

.contact-form-link {
  padding: 1.75rem 0rem 1.75rem 3.125rem;
  background-color: transparent;
}

.bg {
  position: absolute;
}

.bg.home-hero-image {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg.home-hero-v3-filter {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  background-color: #000;
  opacity: 0.48;
}

.bg.cta-v2-shape-1 {
  left: -6.125rem;
  top: -10.625rem;
}

.bg.cta-v2-shape-2 {
  left: 16.75rem;
  bottom: -13.9375rem;
}

.bg.cta-v2-shape-3 {
  top: -5.125rem;
  right: 30.8125rem;
}

.bg.cta-v2-shape-4 {
  right: 1.1875rem;
  bottom: -10.4375rem;
}

.bg.packages {
  right: -23.0625rem;
  bottom: -25.0625rem;
  z-index: -1;
  max-width: 82.125rem;
}

.bg.schedule-demo {
  position: static;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  z-index: 1;
  width: 50%;
  height: 37.5rem;
  background-color: #ff3951;
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-nav-wrapper {
  margin-right: 2.5rem;
}

.footer-nav-wrapper.last {
  margin-right: 0rem;
}

.footer-nav-wrapper.first {
  max-width: 32.9375rem;
  flex: 1;
}

.footer-nav-content {
  display: flex;
  justify-content: space-between;
}

.footer-nav-link {
  transition: color 300ms ease;
  color: #6e7191;
  text-decoration: none;
}

.footer-nav-link:hover {
  color: #ff3951;
}

.footer-small-print {
  display: block;
  justify-content: space-between;
  flex: 0 auto;
  color: #6e7191;
  line-height: 1.4em;
  text-align: left;
}

.footer-newsletter-form-block {
  margin-bottom: 0rem;
}

.footer-newsletter-form {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-newsletter-link {
  padding: 0rem;
  background-color: transparent;
}

.footer-social-media-grid {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-social-media-link {
  display: flex;
  overflow: hidden;
  width: 1.8125rem;
  min-height: 1.8125rem;
  min-width: 1.8125rem;
  border-radius: 62.5rem;
  transition-property: transform;
}

.footer-social-media-link:hover {
  transform: translate(0rem, -0.375rem);
}

.footer-social-media-link.facebook {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 0.5rem 0.000625rem rgba(21, 116, 239, 0.21);
}

.footer-social-media-link.twitter {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 0.5rem 0 rgba(27, 186, 255, 0.27);
}

.footer-social-media-link.instagram {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 0.5rem 0 rgba(251, 15, 90, 0.14);
}

.footer-social-media-link.linkedin {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 0.5rem 0 rgba(21, 126, 231, 0.34);
}

.footer-social-media-link.youtube {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 0.5rem 0 rgba(255, 0, 0, 0.21);
}

.footer-social-media-link.whatsapp {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 0.5rem 0 rgba(84, 228, 71, 0.16);
}

.cta-v1-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  perspective: 62.5rem;
}

.cta-v1-accent-content {
  position: relative;
  z-index: 1;
  max-width: 29.125rem;
}

.home-hero-v3-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 9.9375rem 6.5625rem 2.9375rem;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 2.7rem 2.7rem 3.125rem 3.125rem;
  box-shadow: 0 17px 84px 0 rgba(20, 20, 43, 0.03);
  transform: translate(0rem, 0rem);
  text-decoration: none;
}

.home-v3-about-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-hero-v3-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.home-hero-v3-companies-grid {
  display: none;
  max-width: 58.6875rem;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  grid-column-gap: 1.25rem;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-v3-about-images-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 41.4375rem;
  margin-right: 2.5rem;
  justify-content: center;
  align-items: center;
}

.home-v3-advantage-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-v3-advantage-features-grid {
  margin-bottom: 2.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-v3-services-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 3rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 1.875rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-v2-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 6.1875rem 4.8125rem 6.1875rem 4.5625rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 3.125rem;
  background-color: #ff3951;
  box-shadow: 0 14px 74px 0 rgba(255, 57, 81, 0.35);
}

.home-v3-contact-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.contact-grid-links {
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-v3-about-images-left {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 20rem;
  margin-right: 1.5rem;
  flex-direction: column;
  align-self: stretch;
}

.home-v3-about-images-right {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 20rem;
  flex-direction: column;
}

.accent-red {
  color: #ff3951;
}

.about-story-grid {
  margin-bottom: 2.5rem;
  justify-content: space-between;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-about-story-year {
  margin-bottom: 1.75rem;
  font-size: 3.375rem;
  line-height: 1.074em;
  font-weight: 700;
}

.card-about-story-year.accent-red {
  display: none;
}

.blog-newsletter-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 6.25rem 3.8125rem 6.25rem 3.125rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 3.125rem;
  background-color: #ff3951;
  box-shadow: 0 14px 74px 0 rgba(255, 57, 81, 0.35);
}

.blog-newsletter-form-block {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 32rem;
  margin-bottom: 0rem;
}

.blog-newsletter-form {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-newsletter-link {
  padding: 0rem;
  background-color: transparent;
}

.blog-featured-v2-item-wrapper {
  position: relative;
  display: flex;
  max-width: 100%;
  align-items: center;
  color: #6e7191;
  text-decoration: none;
}

.blog-featured-v2-item-wrapper:hover {
  color: #6e7191;
}

.rich-text {
  display: block;
  max-width: 45.625rem;
  flex-direction: column;
  align-items: stretch;
}

.rich-text h2 {
  width: 100%;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
}

.rich-text p {
  width: 100%;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
}

.rich-text ul {
  max-width: 45.625rem;
  margin: 1.5rem auto 3rem;
}

.rich-text figure {
  display: flex;
  width: 100%;
  margin: 3rem 0px 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.rich-text img {
  display: block;
  width: 100%;
  border-radius: 1.875rem;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.rich-text figcaption {
  position: absolute;
  left: 1.9375rem;
  bottom: 2.0625rem;
  max-width: 22.5625rem;
  margin-top: 0rem;
  padding: 1.875rem 2.25rem 2.125rem;
  border-radius: 1.25rem;
  background-color: #fff;
  box-shadow: 0 4px 34px 0 rgba(20, 20, 43, 0.03);
}

.rich-text h3 {
  max-width: 45.625rem;
  margin: 3.125rem auto 1rem;
}

.rich-text ol {
  max-width: 45.625rem;
  margin: 1.5rem auto 3rem;
}

.rich-text blockquote {
  max-width: 45.625rem;
  margin: 3rem auto 3.5rem;
}

.rich-text h4 {
  width: 100%;
  margin-top: 3.125rem;
  margin-right: auto;
  margin-left: auto;
}

.rich-text h5 {
  width: 100%;
  max-width: 45.625rem;
  margin-top: 3.125rem;
  margin-right: auto;
  margin-left: auto;
}

.rich-text h6 {
  width: 100%;
  margin: 3.125rem auto 1rem;
}

.rich-text h1 {
  width: 100%;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}

.perks-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 3rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.perks-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-small-540px {
  max-width: 33.75rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.container-small-540px.packages {
  margin-bottom: 3rem;
  text-align: center;
}

.packages-contact-wrapper {
  max-width: 32rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.package-item {
  display: flex;
  max-width: 27.5rem;
  padding-right: 3%;
  padding-left: 3%;
  flex-direction: column;
  align-items: flex-start;
  border-right: 0.0625rem solid #d9dbe9;
}

.package-item:first-child {
  padding-left: 0rem;
}

.package-item:last-child {
  padding-right: 0rem;
  border-right-width: 0rem;
}

.package-item-price {
  margin-right: 0px;
  margin-bottom: 1.25rem;
  margin-left: 10px;
  color: #14142b;
  font-size: 2rem;
  line-height: 0.944em;
  font-weight: 700;
}

.package-item-content-top {
  margin-bottom: 2.5rem;
}

.package-item-content-bottom {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  flex: 1;
}

.package-item-features-title {
  margin-bottom: 1.5rem;
  color: #14142b;
  font-size: 1.25rem;
  line-height: 1.1em;
  font-weight: 700;
}

.package-item-features-grid {
  margin-bottom: 2rem;
  padding-right: 0rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.package-item-feature-wrapper {
  display: flex;
  align-items: center;
  line-height: 1.111em;
}

.card-packages-wrapper {
  position: relative;
}

.contact-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-small {
  padding-top: 1.5625rem;
  padding-bottom: 1.3125rem;
  border-bottom: 0.0625rem solid #d9dbe9;
  background-color: #fff;
}

.header-small-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-small {
  margin-top: auto;
  padding-top: 2.1875rem;
  padding-bottom: 1.6875rem;
  border-top: 0.0625rem solid #d9dbe9;
  background-color: #f5f7fc;
}

.footer-small-wrapper {
  display: block;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.brand-small {
  padding-left: 0rem;
  transition-property: transform;
}

.brand-small:hover {
  transform: scale(1.04);
}

.container-small-428px {
  max-width: 26.75rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.container-small-428px.newsletter-testimonials {
  margin-bottom: 2.5rem;
  text-align: center;
}

.newsletter-testimonials-grid {
  margin-bottom: 2.5rem;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-newsletter-testimonial-stars {
  width: 10.8125rem;
  margin-bottom: 0.3125rem;
  margin-left: -0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 21%;
     object-position: 50% 21%;
}

.card-newsletter-testimonial-about-wrapper {
  display: flex;
  align-items: center;
}

.card-newsletter-testimonial-name {
  margin-bottom: 0.5rem;
  color: #14142b;
  font-size: 0.9375rem;
  line-height: 1.333em;
  font-weight: 700;
  letter-spacing: 0em;
}

.not-found-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.brand {
  margin-right: 0rem;
  padding-left: 0rem;
  transition-property: transform;
  transform-style: preserve-3d;
}

.brand:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

.dropdown-nav {
  margin-right: 1.25rem;
  margin-bottom: 0rem;
  padding-left: 0rem;
  list-style-type: none;
}

.button-primary-arrow {
  position: relative;
  top: -0.125rem;
  display: inline-block;
  font-family: 'Icons Marketing Template', sans-serif;
  font-size: 0.8125rem;
  line-height: 1em;
  font-weight: 400;
}

.link-arrow {
  margin-left: 0.5rem;
  font-family: 'Icons Marketing Template', sans-serif;
  font-size: 0.8125rem;
  line-height: 1em;
  font-weight: 400;
}

.empty-state {
  display: none;
  overflow: hidden;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  padding: 3.75rem 1.25rem;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: #eff0f6;
  border-radius: 2.5rem;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.05);
  font-size: 20px;
  text-align: center;
}

.success-message {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 1.875rem 1.25rem;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 1.25rem;
  background-color: #ff3951;
  box-shadow: 0 2px 6px 0 rgba(19, 18, 66, 0.07);
  color: #fff;
  text-align: center;
}

.error-message {
  margin-top: 1.25rem;
  padding: 1.25rem;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 1.25rem;
  background-color: #ffeef0;
  color: #ff3951;
  text-align: center;
}

.package-item-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  color: #6e7191;
  text-decoration: none;
}

.package-item-link:hover {
  color: #6e7191;
}

.text-span {
  color: #ff3951;
}

.text-span-2 {
  color: #ff3951;
}

.text-span-3 {
  color: #ff3951;
}

.about-icon {
  display: block;
  margin-bottom: 1.25rem;
  margin-left: -0.625rem;
}

.collection-item {
  display: flex;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.mega-menu {
  display: flex;
  height: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  align-items: stretch;
  flex: 1;
}

.dropdown {
  display: flex;
  margin-right: 0rem;
  padding-right: 20px;
  padding-left: 20px;
  justify-content: center;
  align-items: center;
}

.header-dropdown-toggle {
  display: flex;
  padding: 0rem;
  transition: color 350ms ease;
  color: #ff3951;
}

.header-dropdown-toggle.w--open {
  justify-content: flex-start;
}

.mega-menu-container {
  top: 4.375rem;
  display: none;
  min-width: 36.25rem;
  padding: 2.125rem 2rem;
  border-radius: 0.75rem;
  background-color: #fff;
  box-shadow: 0 0 0.125rem 0 rgba(17, 1, 2, 0.04), 0 0 0.3125rem 0 rgba(32, 20, 20, 0.01), 0 0 0.625rem 0 rgba(37, 23, 23, 0.02), 0 0 1.0625rem 0 rgba(29, 18, 19, 0.04);
}

.mega-menu-container.w--open {
  top: 4.3125rem;
  display: block;
  min-width: auto;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  border-radius: 2rem;
  background-color: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: blur(0.3125rem);
          backdrop-filter: blur(0.3125rem);
}

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

.cookee {
  position: fixed;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0%;
  z-index: 999;
  display: flex;
  margin-bottom: 2rem;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 13px;
}

.div-block-288 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button-primary-3 {
  padding: 1.75rem 3.125rem;
  border-radius: 62.5rem;
  background-color: #ff3951;
  box-shadow: 0 8px 22px 0 rgba(255, 57, 81, 0.28);
  transition: transform 300ms ease, box-shadow 300ms ease;
  color: #fff;
  line-height: 1.111em;
  text-align: center;
  transform-style: preserve-3d;
}

.button-primary-3:hover {
  box-shadow: 0 15px 2rem 0 rgba(255, 57, 81, 0.38);
  transform: translate3d(0rem, -0.375rem, 0.000625rem);
  color: #fff;
}

@media screen and (min-width: 1440px) {
  .title.home-hero-v3 {
    font-size: 3.7rem;
  }

  .title.home-v3-about {
    font-size: 2.5rem;
  }

  .contact-link {
    border-radius: 1.6em;
  }

  .bg.schedule-demo {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .rich-text img {
    min-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 1920px) {
  .container-default.home {
    max-width: 106.25rem;
  }
}

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

  a:hover {
    color: #14142b;
  }

  blockquote {
    padding: 3.5rem 3.75rem 3.5rem 3.5rem;
    font-size: 1.375rem;
  }

  .container-default {
    position: static;
    height: auto;
    max-width: none;
    flex-direction: column;
    align-items: stretch;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .container-default.home {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .container-default.menu {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .container-default.schedule-demo {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .button-primary {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .button-primary.button-2-buttons {
    flex: 1;
  }

  .button-primary.header-button {
    overflow: visible;
    width: 100%;
    padding-top: 1.4375rem;
    padding-bottom: 1.4375rem;
  }

  .button-secondary {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .button-secondary.button-2-buttons {
    flex: 1;
  }

  .header {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .nav-link {
    margin-right: 0rem;
    padding: 16px 0rem;
  }

  .menu-button {
    width: 4rem;
    min-height: 4rem;
    min-width: 4rem;
    margin-left: 1.25rem;
    padding: 0.75rem;
    border-radius: 62.5rem;
    background-color: #ff3951;
    box-shadow: 0 8px 1.375rem 0 rgba(255, 57, 81, 0.28);
    transition: transform 350ms ease, background-color 350ms ease;
    color: #fff;
    font-size: 1.875rem;
  }

  .menu-button:hover {
    transform: scale3d(0.96, 0.96, 1.01);
  }

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

  .nav-menu {
    position: absolute;
    width: 100%;
    margin-top: 0.625rem;
    padding: 2.25rem 1.5rem;
    border-style: solid;
    border-width: 0.0625rem;
    border-color: #ff3951;
    border-radius: 2.5rem;
    background-color: transparent;
    box-shadow: 0 4px 0.625rem 0 rgba(74, 58, 255, 0.18);
    -webkit-backdrop-filter: blur(0.3125rem);
            backdrop-filter: blur(0.3125rem);
  }

  .footer {
    padding-top: 5rem;
    padding-bottom: 1.8125rem;
  }

  .footer-logo-container {
    margin-bottom: 1rem;
  }

  .footer-logo {
    width: 12.375rem;
  }

  .footer-nav-item {
    margin-bottom: 1.25rem;
  }

  .section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .section.home-hero-v3 {
    display: flex;
    height: 90vh;
    max-height: 62.5rem;
    min-height: 43.75rem;
  }

  .section.career {
    padding-top: 10.625rem;
  }

  .section.packages {
    padding-top: 4.75rem;
  }

  .section.schedule-demo {
    padding-top: 3.6875rem;
    padding-bottom: 0rem;
    flex-direction: column;
  }

  .section.newsletter-testimonials {
    padding-top: 6.0625rem;
    padding-bottom: 5.6875rem;
  }

  .utility-page-wrap {
    padding-top: 8.125rem;
    padding-bottom: 8.9375rem;
  }

  .not-found-404 {
    font-size: 9.875rem;
  }

  .divider.footer-top {
    margin-top: 3.125rem;
    margin-bottom: 4.1875rem;
  }

  .divider.footer-bottom {
    margin-top: 1.5625rem;
    margin-bottom: 1.4375rem;
  }

  .divider.home-hero-v3 {
    margin-top: 7.5rem;
  }

  .divider.cookie {
    height: 1rem;
  }

  .paragraph.home-v3-about {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.contact {
    margin-bottom: 1.5rem;
  }

  .card.blog-post-section-item-v1 {
    display: flex;
    padding-bottom: 1.25rem;
    align-items: center;
  }

  .card.cta-v1-accent {
    margin-right: 0.625rem;
    padding: 4.5625rem 1.875rem;
    flex-direction: column;
  }

  .card.cta-v1 {
    display: flex;
    max-width: 41%;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    flex-direction: column;
    justify-content: center;
  }

  .card.service-v1 {
    display: flex;
    padding: 2rem;
    flex-direction: column;
  }

  .card.home-v3-contact-form {
    max-width: 100%;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .card.about {
    max-width: none;
  }

  .card.about-value {
    flex-direction: column;
  }

  .card.blog-featured-v1-item-card {
    padding-right: 1.5625rem;
  }

  .card.service-case-study-item {
    flex-direction: column-reverse;
  }

  .card.packages {
    display: block;
    margin-bottom: 3.0625rem;
    padding-bottom: 3.0625rem;
    flex-direction: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .card.cookee-wraper {
    display: flex;
    padding-right: 1rem;
    flex-direction: row;
    align-self: center;
  }

  .title.home-hero-v3 {
    max-width: 38.375rem;
  }

  .title.home-v3-about {
    margin-right: 0rem;
    margin-bottom: 1.25rem;
  }

  .title.cta-v2 {
    padding-right: 1.875rem;
  }

  .title.home-v3-advantage {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .title.schedule-demo {
    margin-right: auto;
    margin-left: auto;
  }

  .split-content.header-right {
    position: relative;
    z-index: 99;
  }

  .split-content.header-left {
    position: relative;
    z-index: 99;
  }

  .split-content.footer-content-top-left {
    margin-right: 0rem;
    margin-bottom: 2.5rem;
  }

  .split-content.home-v3-about-content {
    max-width: none;
    margin-bottom: 5rem;
  }

  .split-content.home-v3-advantage-content {
    max-width: none;
    margin-right: 0rem;
    margin-bottom: 5rem;
  }

  .split-content.home-v3-advantage-content.schedule-demo {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .split-content.home-v3-advantage-image {
    max-width: none;
  }

  .split-content.home-v3-contact-content {
    max-width: 41.25rem;
    margin-right: 0rem;
    margin-bottom: 3.75rem;
  }

  .split-content.about-story-left {
    margin-bottom: 1rem;
  }

  .split-content.blog-newsletter-left {
    max-width: 24.0625rem;
    margin-right: 0rem;
    margin-bottom: 2.5rem;
    flex-direction: column;
    text-align: center;
  }

  .split-content.contact-content {
    max-width: 41.25rem;
    margin-right: 0rem;
    margin-bottom: 3.75rem;
  }

  .split-content.not-found-content {
    margin-bottom: 3.75rem;
    text-align: center;
  }

  .image-wrapper.card-cta-v1-accent {
    margin-right: 0rem;
    margin-bottom: 1.25rem;
  }

  .image-wrapper.card-cta-v1 {
    margin-bottom: 1.25rem;
  }

  .image-wrapper.card-service-v1 {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }

  .image.home-v3-advantage {
    height: 42rem;
    max-width: none;
  }

  .image.blog-newsletter-icon {
    margin-right: 0rem;
    margin-bottom: 1.5625rem;
  }

  .image.schedule-demo {
    display: block;
  }

  .header-wrapper {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  ._2-buttons {
    display: flex;
  }

  .subtitle-wrapper {
    margin-bottom: 0.8125rem;
  }

  .content-top.footer-content-top {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top.about-story {
    margin-bottom: 2.5rem;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .contact-form-block {
    flex: 1;
  }

  .contact-form {
    flex: 1;
  }

  .bg.cta-v2-shape-2 {
    left: 5rem;
  }

  .bg.cta-v2-shape-3 {
    top: -7.0625rem;
    right: 14.125rem;
  }

  .bg.schedule-demo {
    position: relative;
    left: 0rem;
    top: auto;
    width: 100%;
    height: auto;
    max-height: 36.8rem;
  }

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

  .footer-bottom {
    display: block;
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  .footer-nav-wrapper {
    margin-right: 2.1875rem;
    margin-bottom: 2.5rem;
  }

  .footer-social-media-grid {
    margin-bottom: 1.25rem;
  }

  .home-hero-v3-wrapper {
    position: static;
    padding-top: 7.9375rem;
    padding-right: 5.5rem;
    padding-left: 5.5rem;
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
  }

  .home-v3-about-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .home-hero-v3-content {
    position: static;
  }

  .home-v3-about-images-wrapper {
    max-width: none;
    margin-right: 0rem;
  }

  .home-v3-advantage-wrapper {
    flex-direction: column;
  }

  .home-v3-advantage-features-grid {
    justify-items: start;
  }

  .cta-v2-wrapper {
    padding: 83px 4rem 5.1875rem 3.8125rem;
  }

  .home-v3-contact-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-grid-links {
    grid-row-gap: 1.375rem;
  }

  .home-v3-about-images-left {
    max-width: none;
  }

  .home-v3-about-images-right {
    max-width: none;
  }

  .about-story-grid {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .card-about-story-year {
    font-size: 2.8125rem;
  }

  .blog-newsletter-wrapper {
    padding-top: 83px;
    padding-right: 3.125rem;
    padding-bottom: 5.1875rem;
    flex-direction: column;
  }

  .blog-newsletter-form-block {
    max-width: 42.5rem;
  }

  .blog-featured-v2-item-wrapper {
    display: block;
  }

  .rich-text h2 {
    margin-bottom: 1.25rem;
  }

  .rich-text figure {
    margin-bottom: 3.3125rem;
  }

  .rich-text img {
    min-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .rich-text h3 {
    margin-top: 2.5rem;
  }

  .rich-text h4 {
    margin-top: 2.5rem;
  }

  .rich-text h5 {
    margin-top: 2.5rem;
  }

  .rich-text h6 {
    margin-top: 2.5rem;
  }

  .perks-grid {
    margin-bottom: 2.5rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .package-item {
    max-width: none;
    padding: 3.75rem 0%;
    border-bottom: 0.0625rem solid #d9dbe9;
    border-right-width: 0rem;
  }

  .package-item:first-child {
    padding-top: 0rem;
  }

  .package-item:last-child {
    padding-bottom: 0rem;
    border-bottom-width: 0rem;
  }

  .package-item-content-top {
    max-width: 21.5rem;
    margin-right: 1.875rem;
    margin-bottom: 0rem;
  }

  .package-item-content-bottom {
    flex: 1;
  }

  .contact-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-small-wrapper {
    flex-direction: column;
  }

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

  .not-found-wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .header-menu-button-icon-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .icon-wrapper {
    display: flex;
    width: 1.5625rem;
    min-height: 1.25rem;
    flex-direction: column;
    justify-content: space-between;
  }

  .header-menu-button-icon-top {
    width: 100%;
    max-height: 0.125rem;
    min-height: 0.125rem;
    padding: 0rem;
    background-color: #fff;
  }

  .header-menu-button-icon-medium {
    width: 100%;
    max-height: 0.125rem;
    min-height: 0.125rem;
    padding: 0rem;
    background-color: #fff;
  }

  .header-menu-button-icon-bottom {
    width: 100%;
    max-height: 0.125rem;
    min-height: 0.125rem;
    padding: 0rem;
    background-color: #fff;
  }

  .package-item-link {
    display: flex;
    align-self: stretch;
  }

  .collection-list {
    overflow: visible;
    justify-content: stretch;
    justify-items: stretch;
    align-content: start;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .mega-menu {
    display: block;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-direction: column;
    align-items: stretch;
  }

  .dropdown {
    margin-right: 0rem;
    padding: 0rem;
    flex-direction: column;
    align-items: stretch;
  }

  .header-dropdown-toggle {
    display: flex;
    margin-right: 0rem;
    margin-left: 0rem;
    padding: 16px 0rem;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 0.0625rem none #f8f8f8;
    transition: background-color 350ms ease, color 350ms ease;
    color: #ff3951;
    font-size: 1rem;
  }

  .header-dropdown-toggle:hover {
    color: #ff3951;
    font-size: 1rem;
  }

  .header-dropdown-toggle.w--open {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 auto;
    color: #ff3951;
  }

  .mega-menu-container {
    position: static;
    padding: 0rem;
    border-width: 0rem;
    border-radius: 0rem;
    box-shadow: none;
  }

  .mega-menu-container.w--open {
    overflow: visible;
    padding-right: 0rem;
    padding-left: 0rem;
    border-radius: 0rem;
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .cookee {
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    flex-direction: column;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .button-primary-3 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 0.8125rem;
    font-size: 2.625rem;
  }

  h2 {
    margin-bottom: 0.8125rem;
    font-size: 2.0625rem;
  }

  h3 {
    font-size: 1.375rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  blockquote {
    padding: 2.9375rem 2.5rem;
    border-left-width: 0.625rem;
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    font-size: 1.25rem;
  }

  .button-primary.button-2-buttons {
    margin-right: 0.625rem;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.header-button.dropdown-nav {
    display: block;
  }

  .header {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .header-logo {
    width: 8.125rem;
  }

  .menu-button {
    width: 3.375rem;
    min-height: 3.375rem;
    min-width: 3.375rem;
  }

  .footer {
    padding-top: 4rem;
    padding-bottom: 1.4375rem;
  }

  .footer-logo {
    width: 11.25rem;
  }

  .section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section.career {
    padding-top: 9.0625rem;
  }

  .section.packages {
    padding-top: 3.8125rem;
  }

  .section.schedule-demo {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }

  .section.newsletter-testimonials {
    padding-top: 4.8125rem;
    padding-bottom: 4.5625rem;
  }

  .utility-page-wrap {
    padding-top: 6.5rem;
    padding-bottom: 7.1875rem;
  }

  .utility-page-content-password {
    padding-right: 2rem;
    padding-left: 2rem;
    border-radius: 2.1875rem;
  }

  .not-found-404 {
    margin-bottom: 0.625rem;
    font-size: 8.25rem;
  }

  .divider.footer-top {
    margin-top: 2.625rem;
    margin-bottom: 3.5rem;
  }

  .divider.footer-bottom {
    margin-top: 1.3125rem;
  }

  .divider.home-hero-v3 {
    margin-top: 6.25rem;
    margin-bottom: 2rem;
  }

  .paragraph.card-cta-v1-accent {
    margin-bottom: 1.875rem;
  }

  .paragraph.card-cta-v1 {
    max-width: none;
    margin-bottom: 1.6875rem;
  }

  .paragraph.home-v3-about {
    max-width: 40.4375rem;
    margin-left: 0rem;
  }

  .paragraph.card-about-story {
    max-width: 35.8125rem;
  }

  .paragraph.card-perk {
    max-width: 31.1875rem;
    margin-right: auto;
    margin-left: auto;
  }

  .card {
    border-radius: 35px 2.1875rem 2.1875rem;
  }

  .card.service-slide {
    padding-top: 2.5rem;
    padding-bottom: 3.25rem;
    flex-direction: column;
    border-radius: 2.5rem;
  }

  .card.blog-post-item-v2 {
    padding-bottom: 2.5rem;
    border-radius: 1.875rem;
  }

  .card.case-studies-item-card {
    border-radius: 1.875rem;
  }

  .card.service-v2 {
    padding-right: 2.5rem;
    padding-bottom: 2.9375rem;
    padding-left: 2.5rem;
  }

  .card.blog-post-section-item-v1 {
    padding-bottom: 2.1875rem;
    flex-direction: column;
    border-radius: 1.875rem;
  }

  .card.cta-v1-accent {
    max-width: 100%;
    margin-right: 0rem;
    margin-bottom: 2.1875rem;
    padding-top: 3.8125rem;
    padding-bottom: 3.8125rem;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 1.875rem;
  }

  .card.cta-v1 {
    max-width: 100%;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .card.service-v1 {
    padding: 1.25rem;
    flex-direction: row;
  }

  .card.home-v3-contact-form {
    padding: 3.125rem 2.5rem;
    border-radius: 1.75rem;
  }

  .card.about {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .card.about-value {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    flex-direction: row;
    border-radius: 1.75rem;
  }

  .card.blog-post-item-v1 {
    padding-bottom: 2.1875rem;
    flex-direction: column;
    border-radius: 1.875rem;
  }

  .card.blog-featured-v1-item-card {
    padding-right: 1.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
    flex-direction: column;
    border-radius: 1.875rem;
  }

  .card.service-v3 {
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
  }

  .card.perk {
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
  }

  .card.career {
    padding-top: 2.5rem;
    padding-bottom: 2.9375rem;
  }

  .card.packages {
    margin-bottom: 2.5rem;
    padding-top: 2.5625rem;
    padding-bottom: 3.75rem;
  }

  .card.faq {
    padding: 2.6875rem 2.5rem;
    border-radius: 1.25rem;
  }

  .card.newsletter-testimonial {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-radius: 1.875rem;
  }

  .card.cookee-wraper {
    padding: 1.5rem;
    flex-direction: column;
    align-items: stretch;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .title.h3-size {
    font-size: 1.375rem;
  }

  .title.h3-size.footer-newsletter {
    margin-bottom: 1rem;
  }

  .title.h4-size {
    font-size: 1.25rem;
  }

  .title.h4-size.footer-title {
    margin-bottom: 1.25rem;
  }

  .title.h4-size.package-item-name {
    margin-bottom: 0.625rem;
  }

  .title.home-hero-v3 {
    max-width: 32.75rem;
  }

  .title.home-v3-about {
    max-width: 35.9375rem;
    margin-bottom: 1.125rem;
  }

  .title.cta-v2 {
    max-width: 34.625rem;
    margin-bottom: 2.1875rem;
    padding-right: 0rem;
  }

  .title.home-v3-advantage {
    margin-left: 0rem;
  }

  .title.packages {
    max-width: 24.625rem;
    margin-right: auto;
    margin-left: auto;
  }

  .title.schedule-demo {
    margin-left: 0rem;
  }

  .title.h2-size {
    font-size: 2.0625rem;
  }

  .title.not-found {
    font-size: 1.5rem;
  }

  .title.h4-size {
    font-size: 1.25rem;
  }

  .title.h3-size {
    font-size: 1.375rem;
  }

  .split-content.header-right {
    margin-left: -0.625rem;
  }

  .split-content.footer-content-top-left {
    margin-bottom: 2.1875rem;
  }

  .split-content.home-v3-about-content {
    max-width: 100%;
    margin-bottom: 3.75rem;
    text-align: left;
  }

  .split-content.home-v3-advantage-content {
    margin-bottom: 3.75rem;
    text-align: left;
  }

  .split-content.home-v3-advantage-image {
    max-width: 100%;
  }

  .split-content.home-v3-contact-content {
    margin-bottom: 3.125rem;
  }

  .split-content.contact-content {
    margin-bottom: 3.125rem;
  }

  .split-content.not-found-content {
    margin-bottom: 3.125rem;
  }

  .image-wrapper.card-cta-v1-accent {
    margin-right: 1.25rem;
  }

  .image-wrapper.card-cta-v1 {
    margin-right: 1.25rem;
  }

  .image-wrapper.card-service-v1 {
    margin-right: 1.875rem;
    margin-bottom: 0rem;
  }

  .image-wrapper.package-item-image {
    width: 4.5625rem;
    min-height: 4.5625rem;
    min-width: 4.5625rem;
    margin-bottom: 1.6875rem;
    border-radius: 1.25rem;
  }

  .image.contact-link-icon {
    width: 2.9375rem;
    min-height: 2.9375rem;
    min-width: 2.9375rem;
    margin-right: 0.625rem;
    border-radius: 0.9375rem;
  }

  .image.hom-hero-v3-company {
    width: 85%;
  }

  .image.card-service-v1 {
    width: 7rem;
    height: 7rem;
  }

  .image.home-v3-about-1 {
    border-radius: 1.25rem;
  }

  .image.home-v3-about-2 {
    margin-bottom: 1.25rem;
    border-radius: 1.875rem;
  }

  .image.home-v3-about-3 {
    border-radius: 1.875rem;
  }

  .image.home-v3-advantage {
    height: 31.25rem;
    border-radius: 2.5rem;
  }

  .image.blog-newsletter-icon {
    margin-bottom: 1.25rem;
  }

  .image.card-perk-icon {
    width: 5.1875rem;
    min-height: 5.1875rem;
    min-width: 5.1875rem;
    margin-bottom: 0.9375rem;
    border-radius: 1.5625rem;
  }

  ._2-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .subtitle-wrapper {
    margin-bottom: 0.625rem;
  }

  .subtitle-wrapper.home {
    justify-content: flex-start;
  }

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

  .bg.cta-v2-shape-2 {
    left: 2.75rem;
    bottom: -15rem;
  }

  .bg.cta-v2-shape-3 {
    top: -9.4375rem;
    right: 2.6875rem;
  }

  .bg.cta-v2-shape-4 {
    right: -3.625rem;
    bottom: -12.375rem;
  }

  .bg.packages {
    right: auto;
    bottom: -15.5rem;
    max-width: 100%;
  }

  .footer-content {
    max-width: 35.9375rem;
  }

  .footer-nav-wrapper.first {
    flex: 0 auto;
  }

  .footer-nav-link {
    font-size: 1rem;
  }

  .footer-small-print {
    font-size: 1rem;
  }

  .cta-v1-content {
    flex-direction: column;
  }

  .card-cta-v1-content {
    max-width: 29.6875rem;
  }

  .home-hero-v3-wrapper {
    padding: 6.625rem 2.5rem 2.5rem;
    border-radius: 2.5rem;
  }

  .home-v3-about-wrapper {
    align-items: stretch;
  }

  .home-hero-v3-companies-grid {
    justify-content: center;
    justify-items: center;
    grid-column-gap: 2.5rem;
    grid-row-gap: 1.875rem;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .home-v3-about-images-wrapper {
    max-width: 100%;
  }

  .home-v3-advantage-wrapper {
    align-items: stretch;
  }

  .home-v3-advantage-features-grid {
    margin-bottom: 2.1875rem;
    justify-items: stretch;
  }

  .home-v3-services-grid {
    margin-bottom: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-v2-wrapper {
    padding: 4.3125rem 3.3125rem 4.3125rem 3.1875rem;
    flex-direction: column;
    border-radius: 2.5rem;
    text-align: center;
  }

  .contact-grid-links {
    grid-row-gap: 1.25rem;
  }

  .home-v3-about-images-left {
    max-width: 50%;
    margin-right: 1.25rem;
  }

  .home-v3-about-images-right {
    max-width: 50%;
  }

  .about-story-grid {
    grid-column-gap: 1.25rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-about-story-year {
    margin-bottom: 1.25rem;
    font-size: 2.375rem;
  }

  .blog-newsletter-wrapper {
    padding: 4.3125rem 1.875rem;
    flex-direction: column;
    border-radius: 2.5rem;
    text-align: center;
  }

  .rich-text h2 {
    margin-bottom: 1rem;
  }

  .rich-text p {
    margin-bottom: 1.25rem;
  }

  .rich-text ul {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
    padding-left: 1.875rem;
  }

  .rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.75rem;
  }

  .rich-text img {
    min-height: 400px;
    border-radius: 1.5625rem;
  }

  .rich-text figcaption {
    position: static;
    max-width: 100%;
    padding: 1.5625rem 0rem;
    border-radius: 0rem;
    box-shadow: none;
    font-size: 1rem;
  }

  .rich-text h3 {
    margin-top: 2.0625rem;
    margin-bottom: 0.8125rem;
  }

  .rich-text ol {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
    padding-left: 1.875rem;
  }

  .rich-text blockquote {
    margin-top: 2.5rem;
    margin-bottom: 2.9375rem;
  }

  .rich-text h4 {
    margin-top: 2.0625rem;
    margin-bottom: 0.8125rem;
  }

  .rich-text h5 {
    margin-top: 2.0625rem;
    margin-bottom: 0.8125rem;
  }

  .rich-text h6 {
    margin-top: 2.0625rem;
    margin-bottom: 0.8125rem;
  }

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

  .container-small-540px.packages {
    margin-bottom: 2.5rem;
  }

  .package-item {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .package-item-price {
    margin-bottom: 0.9375rem;
    font-size: 1.6875rem;
  }

  .package-item-content-top {
    margin-right: 0rem;
    margin-bottom: 2.1875rem;
  }

  .package-item-features-title {
    margin-bottom: 1.25rem;
  }

  .header-small {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .footer-small {
    padding-top: 1.875rem;
    padding-bottom: 1.4375rem;
  }

  .header-small-logo {
    width: 11.375rem;
  }

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

  .empty-state {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    border-radius: 2.1875rem;
    font-size: 1.125rem;
  }

  .package-item-link {
    flex-direction: column;
  }

  .dropdown {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .mega-menu-container.w--open {
    background-color: transparent;
  }

  .cookee {
    padding: 0em 1em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 0.625rem;
    font-size: 2.1875rem;
  }

  h2 {
    margin-bottom: 0.625rem;
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: 0.875rem;
  }

  blockquote {
    padding: 2.5rem 1.5625rem;
    border-left-width: 0.5rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    font-size: 1.125rem;
  }

  .container-default {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .container-default.home {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .button-primary {
    display: block;
    padding: 1.5rem 1rem;
    font-size: 1rem;
  }

  .button-primary.small {
    padding: 1rem 1.5rem;
  }

  .button-primary.small.button-2-buttons {
    margin-bottom: 0.9375rem;
  }

  .button-primary.button-2-buttons {
    margin-right: 0rem;
    flex-direction: row;
  }

  .button-primary.footer-newsletter {
    position: static;
    margin-top: 1.25rem;
    padding: 1.5rem 1rem;
  }

  .button-primary.header-button.dropdown-nav {
    padding-left: 1rem;
  }

  .button-primary.blog-newsletter {
    position: static;
    margin-top: 1.25rem;
    padding: 1.5rem 1rem;
    background-color: #fff;
    color: #ff3951;
  }

  .button-secondary {
    display: block;
    padding: 1.5rem 1rem;
    font-size: 1rem;
  }

  .button-secondary.small {
    padding: 1rem 1.125rem;
  }

  .button-secondary.button-2-buttons {
    margin-bottom: 0rem;
  }

  .header {
    margin-right: 1rem;
    margin-left: 1rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .header-logo {
    width: 7.5rem;
  }

  .menu-button {
    width: 3rem;
    min-height: 3rem;
    min-width: 3rem;
    margin-left: 0.9375rem;
    padding: 0.625rem;
    font-size: 1.625rem;
  }

  .footer {
    padding-top: 3.1875rem;
    padding-bottom: 1.25rem;
  }

  .footer-nav {
    margin-bottom: 1.125rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-nav-item {
    margin-bottom: 1.125rem;
  }

  .section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .section.home-hero-v3 {
    display: flex;
    max-height: 56.25rem;
    margin-top: 0rem;
  }

  .section.career {
    padding-top: 8.125rem;
  }

  .section.packages {
    padding-top: 3.0625rem;
  }

  .section.schedule-demo {
    padding-top: 3.3125rem;
    padding-bottom: 0rem;
  }

  .section.newsletter-testimonials {
    padding-top: 3.875rem;
    padding-bottom: 3.625rem;
  }

  .utility-page-wrap {
    padding-top: 5.1875rem;
    padding-bottom: 5.75rem;
  }

  .utility-page-wrap.password {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .utility-page-content-password {
    padding: 3.5rem 1.25rem;
    border-radius: 1.875rem;
  }

  .input {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .input.footer-newsletter {
    min-height: 4.125rem;
    padding-right: 1.4375rem;
    padding-left: 1.4375rem;
  }

  .input.blog-newsletter {
    min-height: 4.125rem;
    padding-right: 1.4375rem;
    padding-left: 1.4375rem;
  }

  .not-found-404 {
    font-size: 6.875rem;
  }

  .divider.footer-top {
    margin-top: 2.1875rem;
    margin-bottom: 2.9375rem;
  }

  .divider.footer-bottom {
    margin-top: 1.125rem;
    margin-bottom: 1.25rem;
  }

  .divider.home-hero-v3 {
    margin-top: 5.1875rem;
    margin-bottom: 1.75rem;
  }

  .paragraph.not-found {
    max-width: 26.5625rem;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.card-cta-v1-accent {
    margin-bottom: 1.5625rem;
  }

  .paragraph.card-cta-v1 {
    margin-bottom: 1.5625rem;
  }

  .paragraph.home-hero-v3 {
    margin-bottom: 2.1875rem;
    margin-left: 0rem;
    font-size: 1.1rem;
    line-height: 1.6em;
  }

  .paragraph.home-v3-contact {
    margin-bottom: 1.875rem;
  }

  .paragraph.contact {
    margin-bottom: 1.875rem;
  }

  .card {
    border-radius: 1.875rem;
  }

  .card.service-slide {
    padding: 2.0625rem 1.875rem 2.6875rem 1.5625rem;
    border-radius: 1.875rem;
  }

  .card.blog-post-item-v2 {
    padding-bottom: 2.1875rem;
  }

  .card.service-v2 {
    padding: 2.5rem 1.5625rem;
  }

  .card.blog-post-section-item-v1 {
    padding-bottom: 1.875rem;
  }

  .card.cta-v1-accent {
    margin-bottom: 1.5625rem;
    padding: 3.1875rem 1.5625rem;
    flex-direction: column;
    flex-wrap: nowrap;
    border-radius: 1.5625rem;
  }

  .card.cta-v1 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
    flex-direction: column;
    flex-wrap: nowrap;
    border-radius: 1.5625rem;
  }

  .card.service-v1 {
    padding: 1.875rem 1.875rem 2.375rem;
    flex-direction: column;
  }

  .card.home-v3-contact-form {
    padding: 2.5rem 1.5625rem;
    border-radius: 1.4375rem;
  }

  .card.about {
    padding: 2.1875rem 1.5625rem 2.375rem;
  }

  .card.about-value {
    padding-top: 2.375rem;
    padding-bottom: 2.5rem;
    flex-direction: column;
    border-radius: 1.4375rem;
  }

  .card.team-section-item-card {
    padding-right: 1.5625rem;
    padding-bottom: 2.5rem;
    padding-left: 1.5625rem;
    border-radius: 1.5625rem;
  }

  .card.blog-post-item-v1 {
    padding-bottom: 1.875rem;
  }

  .card.blog-featured-v1-item-card {
    padding-bottom: 2.1875rem;
  }

  .card.service-v3 {
    padding: 2.0625rem 1.5625rem 2.3125rem;
  }

  .card.perk {
    padding: 2.0625rem 1.5625rem 2.5rem;
  }

  .card.career {
    padding: 2.0625rem 1.5625rem 2.4375rem;
  }

  .card.packages {
    padding: 2.125rem 1.5625rem 3.125rem;
  }

  .card.faq {
    padding: 2.25rem 1.5625rem;
  }

  .card.newsletter-testimonial {
    padding: 2.0625rem 1.5625rem;
  }

  .card.default {
    padding: 2.0625rem 1.5625rem;
  }

  .title.h3-size {
    font-size: 1.25rem;
  }

  .title.h3-size.footer-newsletter {
    margin-bottom: 0.8125rem;
  }

  .title.h3-size.packages-contact {
    max-width: 25.0625rem;
  }

  .title.h4-size {
    font-size: 1.125rem;
  }

  .title.home-hero-v3 {
    margin-left: 0rem;
    font-size: 2rem;
  }

  .title.home-v3-about {
    margin-bottom: 0.875rem;
  }

  .title.cta-v2 {
    margin-bottom: 1.5625rem;
    font-size: 1.625rem;
  }

  .title.about-story {
    max-width: 25.125rem;
  }

  .title.packages {
    max-width: 22.375rem;
    margin-left: 0rem;
  }

  .title.schedule-demo {
    margin-bottom: 0.375rem;
  }

  .title.h2-size {
    font-size: 1.75rem;
  }

  .title.not-found {
    font-size: 1.25rem;
  }

  .title.h4-size {
    font-size: 1.125rem;
  }

  .title.h3-size {
    font-size: 1.25rem;
  }

  .split-content.header-left {
    margin-left: 0rem;
  }

  .split-content.footer-content-top-left {
    margin-bottom: 1.875rem;
  }

  .split-content.home-v3-about-content {
    margin-bottom: 3.125rem;
  }

  .split-content.home-v3-advantage-content {
    margin-bottom: 3.125rem;
  }

  .split-content.home-v3-contact-content {
    margin-bottom: 2.5rem;
  }

  .split-content.blog-newsletter-left {
    margin-bottom: 2.1875rem;
  }

  .split-content.contact-content {
    margin-bottom: 2.5rem;
  }

  .split-content.not-found-content {
    margin-bottom: 2.5rem;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .image-wrapper.card-cta-v1-accent {
    width: 6.5625rem;
    min-height: 6.5625rem;
    min-width: 6.5625rem;
    margin-right: 0rem;
    border-radius: 1.75rem;
  }

  .image-wrapper.card-cta-v1 {
    margin-right: 0rem;
  }

  .image-wrapper.card-service-v1 {
    overflow: visible;
    margin-right: 0rem;
    margin-bottom: 0.625rem;
    border-radius: 1.25rem;
  }

  .image-wrapper.package-item-image {
    width: 3.8125rem;
    min-height: 3.8125rem;
    min-width: 3.8125rem;
    margin-bottom: 1.25rem;
    border-radius: 0.9375rem;
  }

  .image.list-icon {
    margin-right: 0.625rem;
  }

  .image.contact-link-icon {
    margin-right: 0.5rem;
  }

  .image.hom-hero-v3-company {
    width: 90%;
    max-width: 8.125rem;
  }

  .image.card-service-v1 {
    overflow: visible;
  }

  .image.home-v3-about-1 {
    border-radius: 1.25rem;
  }

  .image.home-v3-about-2 {
    border-radius: 1.25rem;
  }

  .image.home-v3-about-3 {
    border-radius: 1.25rem;
  }

  .image.home-v3-advantage {
    height: 25rem;
    border-radius: 1.875rem;
  }

  .image.blog-newsletter-icon {
    width: 5.9375rem;
    min-height: 5.9375rem;
    min-width: 5.9375rem;
    border-radius: 1.25rem;
  }

  .image.card-perk-icon {
    width: 4.3125rem;
    min-height: 4.3125rem;
    min-width: 4.3125rem;
    margin-bottom: 0.625rem;
  }

  .image.package-item-feature-icon {
    margin-right: 0.625rem;
  }

  .header-wrapper {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  ._2-buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .subtitle-wrapper {
    justify-content: flex-start;
  }

  .subtitle-wrapper.center {
    justify-content: flex-start;
  }

  .subtitle-wrapper.center.home-hero-v3 {
    justify-content: center;
    font-size: 1rem;
  }

  .subtitle-shape {
    display: block;
  }

  .subtitle-shape.hidden {
    display: block;
  }

  .subtitle-shape.hidden.home-hero-v3 {
    display: none;
  }

  .list-wrapper {
    font-size: 1rem;
  }

  .list-text {
    line-height: 1.2em;
  }

  .container-medium-664px {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .container-medium-664px.home-v3-services {
    margin-left: 0rem;
    text-align: left;
  }

  .container-medium-664px.perks {
    text-align: left;
  }

  .content-top.about-story {
    align-items: stretch;
    text-align: left;
  }

  .contact-link {
    font-size: 1rem;
  }

  .text-link {
    font-size: 1rem;
  }

  .text-area {
    padding: 1.4375rem 1rem;
  }

  .bg.cta-v2-shape-1 {
    left: -14.4375rem;
    top: -15.75rem;
  }

  .bg.cta-v2-shape-2 {
    left: -4.5625rem;
  }

  .bg.cta-v2-shape-3 {
    top: -10rem;
    right: -0.9375rem;
  }

  .bg.cta-v2-shape-4 {
    right: -7.8125rem;
    bottom: -15.6875rem;
  }

  .bg.packages {
    bottom: -8.6875rem;
  }

  .bg.schedule-demo {
    background-image: none;
  }

  .footer-nav-wrapper {
    margin-bottom: 1.5625rem;
  }

  .footer-nav-wrapper.first {
    flex: 0 auto;
  }

  .footer-nav-content {
    flex-wrap: wrap;
  }

  .footer-small-print {
    font-size: 0.875rem;
  }

  .footer-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .home-hero-v3-wrapper {
    padding: 7rem 0.8rem 2.0625rem;
    border-radius: 0rem;
  }

  .home-hero-v3-companies-grid {
    grid-column-gap: 1.25rem;
  }

  .cta-v2-wrapper {
    padding: 3.625rem 1.5625rem;
    align-items: stretch;
    border-radius: 1.875rem;
  }

  .card-about-story-year {
    font-size: 2.25rem;
  }

  .blog-newsletter-wrapper {
    padding: 3.625rem 1.5625rem;
    align-items: stretch;
    border-radius: 1.875rem;
  }

  .blog-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-newsletter-link {
    color: #ff3951;
  }

  .rich-text h2 {
    margin-bottom: 0.8125rem;
  }

  .rich-text ul {
    margin-bottom: 2rem;
    padding-left: 1.25rem;
  }

  .rich-text figure {
    margin-top: 2.0625rem;
    margin-bottom: 2.375rem;
  }

  .rich-text img {
    min-height: 350px;
    border-radius: 1.25rem;
  }

  .rich-text figcaption {
    padding-top: 1.25rem;
    padding-bottom: 0.625rem;
  }

  .rich-text h3 {
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
  }

  .rich-text ol {
    margin-bottom: 2rem;
    padding-left: 1.25rem;
  }

  .rich-text blockquote {
    margin-top: 2.1875rem;
    margin-bottom: 2.5rem;
  }

  .rich-text h4 {
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
  }

  .rich-text h5 {
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
  }

  .rich-text h6 {
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
  }

  .container-small-540px {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .container-small-540px.packages {
    text-align: left;
  }

  .packages-contact-wrapper {
    text-align: left;
  }

  .package-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .package-item-price {
    font-size: 1.4375rem;
  }

  .package-item-content-top {
    margin-bottom: 1.875rem;
  }

  .package-item-features-grid {
    margin-bottom: 1.6875rem;
  }

  .package-item-feature-wrapper {
    font-size: 1rem;
  }

  .header-small {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .footer-small {
    padding-top: 1.5625rem;
    padding-bottom: 1.25rem;
  }

  .header-small-logo {
    width: 9.4375rem;
  }

  .container-small-428px {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .container-small-428px.newsletter-testimonials {
    margin-left: 0rem;
    text-align: left;
  }

  .card-newsletter-testimonial-name {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
  }

  .dropdown-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-wrapper {
    width: 1.25rem;
  }

  .empty-state {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-radius: 1.875rem;
  }

  .success-message {
    font-size: 1rem;
  }

  .error-message {
    font-size: 1rem;
  }

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

  .header-dropdown-toggle {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .cookee {
    margin-bottom: 1rem;
    padding-right: 1em;
    padding-bottom: 0em;
    padding-left: 1em;
  }

  .button-primary-3 {
    display: block;
    padding: 1.5rem 1rem;
    font-size: 1rem;
  }
}

#w-node-_7225c27e-3be2-e9a4-4ecd-8a11b9c6f697-ef925e97 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a7f4e41e-5c74-d21c-bc66-45967ded3bf7-ef925e97 {
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-a7f4e41e-5c74-d21c-bc66-45967ded3bfb-ef925e97 {
  -ms-grid-column-align: start;
      justify-self: start;
}

#Nachricht.w-node-a7f4e41e-5c74-d21c-bc66-45967ded3c08-ef925e97 {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a7f4e41e-5c74-d21c-bc66-45967ded3c09-ef925e97 {
  -ms-grid-column-align: start;
      justify-self: start;
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a98cbabe-b89d-1fd5-703a-9cb45c138b9a-ed8dffe9 {
  -ms-grid-column-align: stretch;
      justify-self: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

#w-node-d1de951b-49b2-1fd4-2171-cf3b9828c6e0-b4925ef4 {
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

#w-node-_0e3c4943-7a22-d5a1-ab1d-f2451a03f526-8f925f0c {
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_0e3c4943-7a22-d5a1-ab1d-f2451a03f52a-8f925f0c {
  -ms-grid-column-align: start;
      justify-self: start;
}

#Nachricht-3.w-node-_36af006f-d94e-a00f-c7e5-7d0e541e2fc5-8f925f0c {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #Nachricht.w-node-a7f4e41e-5c74-d21c-bc66-45967ded3c08-ef925e97 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a7f4e41e-5c74-d21c-bc66-45967ded3c09-ef925e97 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #Nachricht-3.w-node-_36af006f-d94e-a00f-c7e5-7d0e541e2fc5-8f925f0c {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a7f4e41e-5c74-d21c-bc66-45967ded3c09-ef925e97 {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }

  #w-node-_223161c9-294f-f6a4-8a55-fa356a376424-ed8dffe9 {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

@font-face {
  font-family: 'Icons Marketing Template';
  src: url('../fonts/icons-marketing-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/plusjakartadisplay-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/plusjakartadisplay-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/plusjakartadisplay-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}