:root {
  --grey-80: #37446f;
  --grey-60: #8087a6;
  --crimson: #e21f26;
  --white: white;
  --primary-20: #eff0ff;
  --grey-40: #c5cee4;
  --grey-10: #eff3fb;
  --grey-20: #dee2ef;
  --primary-80: #3762ff;
  --primary-40: #4e74ff;
}

body {
  color: var(--grey-80);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

p {
  color: var(--grey-60);
  margin-bottom: 0;
  line-height: 26px;
}

a {
  text-decoration: underline;
}

.logo-text {
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.brand {
  color: #37446f;
  align-items: center;
  display: flex;
}

.brand.white {
  color: #fff;
}

.h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.h5.white {
  color: #fff;
  margin-bottom: 10px;
}

.logo-icon {
  object-fit: fill;
  flex: 0 auto;
  width: 150px;
  margin-right: 10px;
  padding-top: 0;
}

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

.buttons-container {
  border: 0px solid var(--crimson);
  color: var(--crimson);
  background-color: #0000;
  border-radius: 4px;
  padding-left: 20px;
  display: flex;
}

.dropdown-list {
  opacity: 0;
  background-color: #0000;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 0 20px 40px #37446f33;
}

.dropdown-link {
  color: #8087a6;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.dropdown-link:hover {
  color: #4e74ff;
  background-color: #eff0ff;
}

.dropdown-link.w--current {
  color: #4e74ff;
}

.dropdown-icon {
  color: #8087a6;
  display: none;
}

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

.primary-small-button {
  background-color: var(--crimson);
  color: #fff;
  border: 0 solid #4e74ff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-small-button:hover {
  background-color: #eb4046;
  border-color: #3762ff;
}

.primary-small-button.white {
  border: 2px solid var(--crimson);
  color: var(--crimson);
  background-color: #fff;
  font-weight: 600;
}

.primary-small-button.white:hover {
  background-color: #ffffff80;
}

.primary-small-button.light:hover {
  background-color: #3762ff;
  border-color: #3762ff;
}

.navigation {
  background-color: #0000;
  width: 100%;
  height: 74px;
  position: absolute;
}

.navigation.dark {
  background-color: #253057;
  position: fixed;
}

.navigation.light {
  background-color: var(--white);
  position: static;
}

.dropdown-toggle {
  padding-right: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.dropdown-toggle:hover {
  color: #4e74ff;
}

.dropdown-toggle.white {
  color: #fff;
}

.dropdown-toggle.white:hover {
  color: #fffc;
}

.burger-icon {
  cursor: pointer;
  display: none;
}

.secondary-small-button {
  color: #4e74ff;
  background-color: #0000;
  border: 1.6px solid #4e74ff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-small-button:hover {
  background-color: #4e74ff24;
}

.secondary-small-button.margin-right {
  margin-right: 10px;
}

.secondary-small-button.light {
  color: #fff;
  border-color: #fff;
}

.secondary-small-button.margin-top {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.h4 {
  color: #000;
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.h4.center {
  text-align: center;
  margin-bottom: 0;
}

.h4.pricing-4 {
  margin-top: 10px;
}

.grey-80 {
  color: #000;
  background-color: #000;
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.grey-60 {
  color: #000;
  background-color: #737683;
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.quote {
  color: #37446f;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.primary-20 {
  background-color: var(--primary-20);
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.grey-40 {
  background-color: var(--grey-40);
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.styleguide-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 30%);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.grey-10 {
  background-color: var(--grey-10);
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.h3.not-margin {
  margin-top: 0;
}

.primary-40 {
  background-color: var(--crimson);
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.small-text {
  color: #000;
  font-size: 14px;
}

.small-text.small-height {
  line-height: 24px;
}

.h2 {
  color: #000;
  font-weight: 700;
}

.h2.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}

.h2.margin {
  margin-top: 40px;
  margin-bottom: 20px;
}

.h1 {
  color: #000;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
}

.h1.white {
  color: #fff;
}

.h1._404-page {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 14px;
  margin-bottom: 14px;
  font-weight: 400;
}

.link {
  color: #4e74ff;
  margin-top: 10px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.link:hover {
  text-decoration: underline;
}

.link.breadcrumb {
  color: var(--crimson);
  display: inline;
}

.link.grey {
  color: #8087a6;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.link.grey:hover {
  color: #3762ff;
  text-decoration: none;
}

.text {
  color: #000;
  line-height: 28px;
}

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

.styleguide-container {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.section.styleguide {
  padding-top: 120px;
}

.section.home-hero {
  background-image: url('../images/hero-shape.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  height: 100vh;
  margin-bottom: 60px;
  padding-top: 140px;
  padding-bottom: 120px;
  display: flex;
}

.section.padding-bottom {
  padding-bottom: 120px;
  display: none;
}

.section.dark {
  background-color: #253057;
  background-image: url('../images/footer-shape.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.section.hero.bg {
  background-image: url('../images/hero-lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.hero.overflow {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: visible;
}

.section.grey {
  background-color: #eff3fb;
  padding-top: 80px;
  padding-bottom: 0;
  display: none;
}

.section.grey.margin-bottom {
  padding-bottom: 80px;
}

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

.section.hero-dark {
  background-color: #253057;
  background-image: url('../images/hero-lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 140px;
  padding-bottom: 120px;
}

.section.hero-grey {
  opacity: 1;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #f0eeee;
  background-image: url('../images/StockImages3.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: padding-box;
  border: 1px #000;
  padding-top: 105px;
  padding-bottom: 120px;
}

.section.contact-hero {
  align-items: center;
  margin-bottom: 60px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.margin-bottom {
  padding-bottom: 120px;
}

.grey-20 {
  background-color: var(--grey-20);
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.small-title {
  color: #000;
  margin-top: 40px;
  margin-bottom: 10px;
}

.primary-80 {
  background-color: var(--crimson);
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.title-container {
  color: #20242e;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 770px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-container.not-margin {
  margin-bottom: 0;
}

.primary-medium-button {
  color: #fff;
  background-color: #4e74ff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-medium-button:hover {
  background-color: #3762ff;
}

.primary-medium-button.white {
  background-color: #fff6;
}

.primary-medium-button.white:hover {
  background-color: #fff9;
}

.primary-medium-button.stretch {
  align-self: stretch;
}

.primary-medium-button.margin-top, .primary-medium-button.pricing-4 {
  margin-top: 30px;
}

.large-avatar {
  background-image: url('../images/Avatar_5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 124px;
  height: 124px;
  margin-bottom: 24px;
}

.large-avatar.avatar-6 {
  background-image: url('../images/Avatar_6.jpg');
}

.large-avatar.avatar-2 {
  background-image: url('../images/Avatar_10.jpg');
}

.large-avatar.avatar-4 {
  background-image: url('../images/Avatar_8.jpg');
}

.large-avatar.avatar-3 {
  background-image: url('../images/Avatar_9.jpg');
}

.large-avatar.avatar-5 {
  background-image: url('../images/Avatar_7.jpg');
}

.submit-button {
  background-color: var(--crimson);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 28px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.submit-button:hover {
  background-color: #ee3239;
}

.text-field {
  background-color: #eff3fb;
  border: 1px solid #eff3fb;
  border-radius: 4px;
  min-width: 280px;
  height: 46px;
  margin-bottom: 0;
  padding: 12px 24px;
  transition: all .2s;
}

.text-field:hover {
  border-style: solid;
  border-color: #dee2ef;
}

.text-field:focus {
  border-style: solid;
  border-color: #c5cee4;
}

.text-field::placeholder {
  color: #8087a699;
}

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

.medium-avatar {
  background-image: url('../images/Avatar_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-bottom: 24px;
}

.medium-avatar.margin-top {
  margin-top: -70px;
}

.medium-avatar.margin-top.avatar-2 {
  background-image: url('../images/Avatar_2.jpg');
}

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

.primary-button {
  border: 2px solid var(--crimson);
  background-color: var(--white);
  color: var(--crimson);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 14px 34px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--crimson);
  color: #fff;
}

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

.primary-button.white:hover {
  background-color: #fff9;
}

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

.small-avatar {
  background-image: url('../images/Avatar_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 70px;
  height: 70px;
}

.small-avatar.avatar-3 {
  background-image: url('../images/Avatar_3.jpg');
}

.small-avatar.avatar-2 {
  background-image: url('../images/Avatar_2.jpg');
}

.small-avatar.avatar-4 {
  background-image: url('../images/Avatar_4.jpg');
}

.secondary-button {
  color: #4e74ff;
  background-color: #0000;
  border: 1.6px solid #4e74ff;
  border-radius: 4px;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.secondary-button:hover {
  background-color: #4e74ff24;
}

.secondary-button.margin-top {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.secondary-button.light {
  color: #fff;
  border-color: #fff;
}

.buttons-styleguide {
  border-radius: 4px;
  padding: 20px;
}

.buttons-styleguide.blue {
  background-color: #4e74ff;
  margin-top: 20px;
}

.buttons-styleguide.dark {
  background-color: #37446f;
}

.textarea {
  background-color: #eff3fb;
  border: 1px solid #eff3fb;
  border-radius: 4px;
  min-width: 380px;
  min-height: 200px;
  padding: 16px 24px;
  transition: all .2s;
}

.textarea:hover {
  border-style: solid;
  border-color: #dee2ef;
}

.textarea:focus {
  border-style: solid;
  border-color: #c5cee4;
}

.textarea::placeholder {
  color: #8087a699;
}

.secondary-medium-button {
  color: #4e74ff;
  background-color: #0000;
  border: 1.6px solid #4e74ff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-medium-button:hover {
  background-color: #4e74ff24;
}

.secondary-medium-button.margin-top {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.secondary-medium-button.light {
  color: #fff;
  border-color: #fff;
}

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

.medium-container {
  width: 100%;
  max-width: 770px;
}

.medium-container.center {
  margin-left: auto;
  margin-right: auto;
}

.rich-text {
  border-radius: 8px;
  margin-top: 20px;
}

.rich-text ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
}

.rich-text h4 {
  color: #37446f;
  letter-spacing: -.4px;
  margin-top: 40px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.rich-text a {
  color: #4e74ff;
  text-decoration: none;
}

.rich-text strong {
  color: #37446f;
  font-weight: 600;
}

.rich-text figure {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
}

.rich-text p {
  color: #000;
  letter-spacing: .2px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}

.rich-text blockquote {
  border-left-color: #c5cee4;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.rich-text h2 {
  color: #37446f;
  letter-spacing: -.4px;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 600;
}

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

.rich-text h3 {
  letter-spacing: -.4px;
  margin-top: 40px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.rich-text li {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 32px;
}

.rich-text figcaption {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer {
  padding-top: 60px;
}

.footer.dark {
  background-color: #131114f7;
  background-image: url('../images/footer-shape.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  opacity: .8;
}

.footer-link {
  color: #8087a6;
  line-height: 32px;
  text-decoration: none;
}

.footer-link:hover {
  color: #4e74ff;
}

.footer-link.grey {
  color: #c5cee4;
  transition: all .2s;
}

.footer-link.grey:hover {
  color: #3762ff;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template: "."
  / 2fr 2fr 2fr 2fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.footer-bottom {
  color: #8087a6;
  border-top: 1px solid #dee2ef;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px;
  font-size: 14px;
  display: flex;
}

.footer-bottom.grey {
  color: #c5cee4;
  border-top-style: none;
}

.small-link {
  color: #4e74ff;
  text-decoration: none;
  transition: all .2s;
}

.small-link:hover {
  color: #37446f;
}

.small-link.light {
  color: #3762ff;
}

.small-link.light:hover {
  color: #4e74ff;
}

.social-container {
  justify-content: flex-end;
  display: flex;
}

.social-container.margin-top {
  margin-top: 14px;
}

.dot {
  background-color: #c5cee4;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-top {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.links-container {
  flex-direction: column;
  display: flex;
}

.two-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.two-col-grid.max-width {
  grid-column-gap: 30px;
  grid-template-columns: max-content 1fr;
  grid-auto-flow: row;
}

.two-col-grid.margin-top {
  align-items: start;
  margin-top: 20px;
}

.small-container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.small-container.center {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.main-image {
  justify-content: center;
  align-items: center;
  width: 140%;
  height: 100%;
  display: flex;
}

.main-image.shadow {
  box-shadow: 0 30px 50px #9fabd747;
}

.subtitle {
  color: #000;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.subtitle.white {
  color: #c5cee4e6;
}

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

.feature-icon-top-v-1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-icon {
  background-color: #eff0ff;
  border-radius: 10px;
  width: 70px;
  max-width: 100%;
  padding: 14px;
}

.feature-icon.white-bg {
  background-color: #0000;
  margin-right: 0;
}

.layout-container {
  border: 1px solid #c5cee4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  transition: all .2s;
  overflow: hidden;
}

.layout-container:hover {
  transform: scale(1.02);
}

.landing-image {
  border-radius: 6px;
  box-shadow: 0 10px 20px #8087a633;
}

.play-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  padding-left: 2px;
}

.play-icon.large {
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.icon-button {
  color: #e31e26;
  background-color: #fff;
  border: 2px solid #e31e26;
  border-radius: 4px;
  align-items: center;
  padding: 14px 34px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.icon-button:hover {
  color: #fff;
  background-color: #e31e26;
}

.logotypes-container {
  justify-content: space-between;
  display: none;
}

.logotype {
  height: 38px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.logo-image {
  opacity: .24;
}

.feature-info {
  width: 100%;
  max-width: 240px;
  margin-left: 20px;
}

.feature-icon-left {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.small-feature {
  max-width: 470px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.small-feature.margin-top {
  margin-top: 20px;
}

.check-icon-v-1 {
  margin-right: 8px;
}

.slider-testimonials {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.small-feature-icon {
  color: #000;
  background-color: #eff0ff;
  border-radius: 10px;
  width: 50px;
  padding: 8px;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.arrow-right-icon {
  border-radius: 100%;
  margin-left: 2px;
}

.slider-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-slider {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 365px;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.arrow-container {
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.arrow-left-icon {
  border-radius: 100%;
}

.slide-nav {
  display: none;
}

.avatar-details {
  margin-left: 20px;
}

.testimonial-v-1 {
  border-radius: 4px;
  padding: 30px;
  box-shadow: 0 16px 24px #37446f24;
}

.testimonial-details {
  align-items: center;
  display: flex;
}

.testimonial-details.margin-top {
  margin-top: 30px;
}

.tabs-menu-v-1 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  display: flex;
  box-shadow: 0 10px 20px #37446f24;
}

.type {
  color: #8087a6;
  letter-spacing: 1px;
  align-self: flex-end;
}

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

.check-icon-v-2 {
  width: 16px;
  margin-right: 8px;
}

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

.tabs-content {
  justify-content: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
  overflow: visible;
}

.pricing-details {
  margin-bottom: 30px;
}

.pricing-card-v-1 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  padding: 30px 30px 40px;
  display: flex;
  box-shadow: 0 30px 50px #37446f1a;
}

.pricing-card-v-1.small-shadow {
  box-shadow: 0 10px 30px #37446f1a;
}

.chip {
  color: #3762ff;
  background-color: #4e74ff24;
  border-radius: 100px;
  margin-left: 10px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.label-discount {
  margin-bottom: 6px;
  margin-left: 280px;
  display: flex;
}

.tab-link-v-1-tab-2 {
  color: #8087a6;
  background-color: #0000;
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.tab-link-v-1-tab-2.w--current {
  color: #fff;
  background-color: #4e74ff;
  border-radius: 100px;
}

.dollar {
  color: #37446f;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
}

.tab-link-v-1-tab-1 {
  color: #000;
  background-color: #0000;
  padding: 6px 22px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.tab-link-v-1-tab-1.w--current {
  opacity: 1;
  color: #000;
  background-color: #f53030a1;
  border-radius: 4px;
  padding: 10px 24px;
  font-weight: 600;
  text-decoration: none;
}

.price {
  padding-left: 4px;
  padding-right: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  line-height: 54px;
}

.accordion {
  width: 100%;
}

.accordion-text {
  position: static;
}

.accordion-text.w--open {
  background-color: #fff;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.plus-icon {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: relative;
}

.vertical-line {
  background-color: #8087a6;
  border-radius: 4px;
  width: 2px;
  height: 18px;
}

.horizontal-line {
  background-color: #8087a6;
  border-radius: 4px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-container {
  color: #37446f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.line-2 {
  background-color: #dee2ef;
  width: 100%;
  height: 1.5px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.promo-video {
  background-image: url('../images/Design_Desktop_Unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  height: 365px;
  display: flex;
}

.play-button {
  background-color: #4e74ff;
  background-image: linear-gradient(225deg, #41c4fe, #4e74ff 42%, #6238ef);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  box-shadow: 0 4px 10px #37446f99;
}

.play-button.margin-right {
  margin-right: 15px;
  box-shadow: 0 4px 10px #37446f33;
}

.feature-icon-top-v-2 {
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding: 30px 18px;
  display: flex;
  box-shadow: 0 10px 30px #37446f1a;
}

.star-icon {
  width: 20px;
  margin-left: 2px;
  margin-right: 2px;
}

.slide-nav-dark {
  display: none;
}

.rating {
  margin-top: 10px;
}

.testimonial-v-2 {
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  margin: 50px 60px;
  padding: 30px;
  display: flex;
  box-shadow: 0 16px 24px #37446f1a;
}

.tabs-menu-v-2 {
  background-color: #eff3fb;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  display: flex;
}

.tab-link-v-2-tab-1 {
  color: #8087a6;
  background-color: #0000;
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.tab-link-v-2-tab-1.w--current {
  color: #4e74ff;
  background-color: #fff;
  border-radius: 100px;
  font-weight: 600;
  transition: all .2s;
  box-shadow: 0 6px 10px #37446f33;
}

.tab-link-v-2-tab-2 {
  color: #8087a6;
  background-color: #0000;
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.tab-link-v-2-tab-2.w--current {
  color: #4e74ff;
  background-color: #fff;
  border-radius: 100px;
  font-weight: 600;
  box-shadow: 0 6px 10px #37446f33;
}

.email-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card-v-2 {
  background-color: #eff0ff;
  border: 2px solid #4e74ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 46px 50px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 30px #37446f1a;
}

.label-choise {
  color: #fff;
  background-color: #4e74ff;
  border-radius: 4px;
  padding: 8px 14px;
  position: absolute;
  inset: -20px auto auto;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  max-width: 840px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.empty-state {
  color: #8087a6;
  background-color: #eff3fb;
  border-radius: 4px;
  justify-content: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  display: flex;
}

.post-card {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 30px 50px #37446f1a;
}

.post-image {
  object-fit: cover;
  width: 100%;
  height: 230px;
}

.post-content {
  flex-direction: column;
  flex: 1;
  padding: 20px 20px 30px;
  display: flex;
}

.analytics-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

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

.feature-content {
  margin-top: 30px;
}

.feature-image {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-image-v-2 {
  width: 100%;
  height: 230px;
}

.image-composition {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 586px;
  display: grid;
}

.video-container {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.lightbox-link {
  background-image: url('../images/Laptop_Work.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.lightbox-link.image-2 {
  background-image: url('../images/Design_Desktop_Unsplash.jpg');
  height: 80%;
}

.lightbox-link.image-4 {
  background-image: url('../images/Team_Work.jpg');
}

.lightbox-link.image-3 {
  background-image: url('../images/Work_Space.jpg');
  height: 80%;
}

.testimonial-details-v-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 14px;
  display: flex;
}

.testimonial-v-3 {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 30px;
  display: flex;
  box-shadow: 0 16px 24px #37446f1a;
}

.pricing-v-4-cell {
  justify-content: center;
  align-items: center;
  padding: 16px 15px;
  display: flex;
}

.pricing-card-v-4 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px 15px;
  display: flex;
  box-shadow: 0 -1px #dee2ef, 1px 0 #dee2ef, -1px 0 #dee2ef;
}

.pricing-card-v-4.radius-right {
  border-top-right-radius: 6px;
}

.pricing-card-v-4.radius-left {
  border-top-left-radius: 6px;
}

.columns {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.empty-cell {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.pricing-v-4-header {
  width: 20%;
  padding: 10px 15px;
}

.pricing-grid-v-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 4px;
  display: grid;
}

.pricing-v-4-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  box-shadow: -1px 0 #dee2ef, 1px 0 #dee2ef;
}

.pricing-v-4-row.grey {
  background-color: #eff3fb;
}

.pricing-v-4-row.border-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px #dee2ef, -1px 0 #dee2ef, 1px 0 #dee2ef;
}

.pricing-v-4-row.border-top {
  border-top-left-radius: 4px;
  box-shadow: 0 -1px #dee2ef, -1px 0 #dee2ef, 1px 0 #dee2ef;
}

.slash {
  color: #8087a6;
  margin-left: 6px;
  margin-right: 6px;
  display: inline;
}

.breadcrumbs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.breadcrumb-text {
  color: #8087a6;
  display: inline;
}

.tab-link-v-3-tab-2 {
  color: #8087a6;
  background-color: #0000;
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.tab-link-v-3-tab-2.w--current {
  color: #4e74ff;
  background-color: #0000;
  font-weight: 600;
}

.tabs-menu-v-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-link-v-3-tab-4 {
  color: #8087a6;
  background-color: #0000;
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.tab-link-v-3-tab-4.w--current {
  color: #4e74ff;
  background-color: #0000;
  font-weight: 600;
}

.tab-link-v-3-tab-1 {
  color: #8087a6;
  background-color: #0000;
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.tab-link-v-3-tab-1.w--current {
  color: #4e74ff;
  background-color: #0000;
  font-weight: 600;
  transition: all .2s;
}

.tab-link-v-3-tab-3 {
  color: #8087a6;
  background-color: #0000;
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.tab-link-v-3-tab-3.w--current {
  color: #4e74ff;
  background-color: #0000;
  font-weight: 600;
}

.posts-grid-v-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-card-v-3 {
  align-items: center;
  height: 230px;
  display: flex;
  overflow: hidden;
}

.post-image-container {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.post-image-v-2 {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.post-content-v-2 {
  width: 60%;
  padding-left: 20px;
  padding-right: 20px;
}

.team-member {
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
  box-shadow: 0 16px 24px #37446f1a;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.testimonial-details-v-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-container {
  background-color: #d5c3c33d;
  border: 1px #000;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  box-shadow: 0 18px 40px 12px #37446f24;
}

.error-message {
  color: #ff3b73;
  text-align: center;
  background-color: #ffe9e9;
  border-radius: 6px;
  max-width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.success-message {
  color: #0088a3;
  background-color: #cdfffb;
  border-radius: 6px;
  max-width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.contact-icon {
  margin-right: 8px;
}

.search-field {
  background-image: url('../images/search_icon.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #c4cbe5;
  border-radius: 4px;
  min-width: 260px;
  max-width: 540px;
  height: 46px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 12px 24px 12px 52px;
  transition: all .2s;
}

.search-field:hover {
  border-color: #8087a6;
}

.search-field:focus {
  border-color: #4e74ff;
}

.search-field::placeholder {
  color: #c5cee4;
}

.topics-container {
  background-color: #eff3fb;
  border-radius: 4px;
  margin-top: 40px;
  padding: 30px;
  position: sticky;
  top: 30px;
}

.search {
  margin-bottom: 60px;
  display: flex;
}

.search.margin-top {
  margin-top: 40px;
  margin-bottom: 20px;
}

.link-topics {
  color: #4e74ff;
  text-decoration: none;
}

.help-category {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.asset-container {
  border-radius: 6px;
  flex-direction: row;
  align-items: center;
  margin-top: 50px;
  padding: 10px 30px 10px 10px;
  display: flex;
  box-shadow: 0 10px 24px #37446f24;
}

.asset-composition {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  height: 160px;
  display: flex;
  overflow: hidden;
}

.asset-links {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 30px 20px 50px;
  display: grid;
}

.link-asset {
  color: #4e74ff;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.link-asset:hover {
  text-decoration: underline;
}

.utility-page-wrap {
  background-color: #253057;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-white {
  color: #c5cee4;
  letter-spacing: .4px;
  margin-bottom: 30px;
}

.error-code {
  color: #8087a6;
  font-size: 18px;
  font-weight: 400;
}

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

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

.password-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 280px;
  display: grid;
}

.search-result-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 20%;
  height: 100%;
}

.search-result-info {
  width: 80%;
  padding: 20px;
}

.search-result-item {
  border-radius: 6px;
  align-items: center;
  height: 210px;
  margin-bottom: 30px;
  display: flex;
  box-shadow: 0 10px 20px #37446f24;
}

.search-result-heading {
  color: var(--grey-80);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.xsmall-text {
  color: var(--grey-60);
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 18px;
}

.article-info {
  margin-top: 30px;
  margin-bottom: 30px;
}

.post-container {
  width: 100%;
  max-width: 770px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.inline-text {
  color: #8087a6;
  font-size: 14px;
  line-height: 20px;
  display: inline;
}

.paragraph, .paragraph-2 {
  font-size: 24px;
}

.paragraph-3 {
  color: #000;
  text-align: left;
}

.bold-text {
  margin-left: auto;
}

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

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image-2 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.heading {
  color: var(--white);
  text-align: center;
  font-size: 56px;
  font-weight: 800;
}

.image-5, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
  color: #000;
}

.dropdown-link-2 {
  color: #8087a6;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.dropdown-link-2:hover {
  color: #4e74ff;
  background-color: #eff0ff;
}

.dropdown-link-2.w--current {
  color: #4e74ff;
}

.image-6, .image-7 {
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .navbar-container {
    position: sticky;
  }

  .navbar-dropdown {
    width: 100%;
  }

  .middle-burger-line {
    background-color: #37446f;
    border-radius: 20px;
    width: 28px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .buttons-container {
    background-color: #eff3fb;
    justify-content: center;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
  }

  .dropdown-list {
    object-fit: fill;
    border-bottom: 1px solid #dee2ef;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-icon {
    opacity: 0;
    display: flex;
  }

  .menu-button {
    z-index: auto;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-menu {
    background-color: var(--white);
    border-radius: 0;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 20px 60px #37446f66;
  }

  .bottom-burger-line {
    background-color: #37446f;
    border-radius: 20px;
    width: 28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .primary-small-button.white {
    background-color: #4e74ff;
  }

  .primary-small-button.white:hover {
    background-color: #37446f;
  }

  .navigation {
    position: absolute;
    inset: 0% 0% auto;
  }

  .navigation.light {
    position: absolute;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .dropdown-toggle.white, .dropdown-toggle.white:hover {
    color: var(--grey-80);
  }

  .dropdown-toggle.white {
    opacity: 1;
    color: #37446f;
  }

  .dropdown-toggle.white:hover {
    color: #37446f;
  }

  .burger-icon {
    z-index: 400;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 4px;
    display: flex;
    position: relative;
  }

  .top-burger-line {
    background-color: #37446f;
    border-radius: 20px;
    width: 28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .secondary-small-button.light.margin-right {
    color: #3762ff;
    border-color: #3762ff;
  }

  .h1 {
    cursor: pointer;
  }

  .section.home-hero {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .section.hero {
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .section.hero.bg {
    height: auto;
  }

  .section.hero.overflow {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.hero-dark {
    background-color: #253057;
    background-image: url('../images/hero-lines.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .section.hero-grey {
    height: auto;
    margin-top: 76px;
    padding-top: 68px;
    padding-bottom: 71px;
  }

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

  .primary-medium-button.pricing-4 {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .submit-button {
    background-color: var(--crimson);
  }

  .submit-button:hover {
    background-color: #ec3137;
  }

  .primary-button {
    border: 2px solid var(--crimson);
    color: var(--crimson);
    background-color: #fff;
  }

  .primary-button:hover {
    background-color: var(--crimson);
    color: #fff;
  }

  .medium-container.center {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: ".";
  }

  .social-container {
    justify-content: center;
    align-items: center;
  }

  .footer-top {
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .two-col-grid {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    justify-items: center;
  }

  .two-col-grid.max-width {
    grid-template-columns: max-content;
    justify-content: center;
  }

  .small-container.hero {
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .main-image {
    width: 100%;
    height: 100%;
  }

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

  .logotypes-container {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logotype {
    justify-content: center;
  }

  .feature-info {
    max-width: none;
  }

  .small-feature {
    align-items: center;
  }

  .check-icon-v-1 {
    color: var(--crimson);
  }

  .slider-testimonials.margin-top {
    margin-top: 20px;
  }

  .small-feature-icon {
    color: var(--crimson);
  }

  .image-slider {
    width: 100%;
  }

  .accordion {
    justify-content: center;
    align-items: center;
  }

  .pricing-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: max-content max-content;
  }

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

  .image-composition {
    width: 100%;
  }

  .breadcrumbs {
    text-align: center;
  }

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

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

  .image-error-page {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0;
  }

  .bottom-burger-line {
    padding-bottom: 0;
    padding-right: 0;
  }

  .navigation.light {
    position: absolute;
  }

  .dropdown-toggle.white {
    opacity: 1;
  }

  .burger-icon {
    z-index: 400;
  }

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

  .small-text {
    line-height: 24px;
  }

  .styleguide-colors {
    justify-content: space-between;
    width: 220px;
  }

  .section.home-hero {
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.dark {
    background-size: 880px;
  }

  .section.hero {
    padding-bottom: 30px;
  }

  .section.hero-dark {
    background-size: 140%;
    padding-bottom: 60px;
  }

  .section.hero-grey {
    margin-top: 82px;
    padding-top: 43px;
    padding-bottom: 60px;
  }

  .primary-medium-button.pricing-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .container {
    position: relative;
  }

  .footer.dark {
    background-size: 600px;
  }

  .social-container {
    justify-content: center;
    align-items: center;
  }

  .two-col-grid.max-width {
    grid-template-columns: 1fr;
  }

  .main-grid {
    grid-auto-flow: row;
    justify-items: stretch;
  }

  .feature-info {
    margin-top: 10px;
    margin-left: 0;
  }

  .feature-icon-left {
    flex-direction: column;
  }

  .slider-testimonials {
    justify-content: center;
    align-items: center;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 10px;
  }

  .slide-nav-dark {
    justify-content: center;
    align-items: center;
    bottom: 10px;
  }

  .pricing-card-v-2 {
    margin-top: 20px;
  }

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

  .pricing-v-4-cell {
    border-right: 1px solid var(--grey-20);
    border-left: 1px solid var(--grey-20);
  }

  .columns {
    width: 100%;
  }

  .empty-cell {
    display: none;
  }

  .pricing-v-4-header {
    border-top: 1px solid var(--grey-20);
    border-bottom: 1px solid var(--grey-20);
    width: 100%;
  }

  .pricing-grid-v-2 {
    grid-template-columns: 25% 25% 25% 25%;
    justify-items: start;
  }

  .pricing-v-4-row {
    flex-direction: column;
  }

  .pricing-v-4-row.border-top {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .topics-container {
    margin-top: 0;
    position: static;
  }

  .help-category {
    flex-direction: column;
  }

  .asset-container {
    padding-right: 10px;
  }

  .image-error-page {
    width: 70%;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .logo-icon {
    width: 100px;
  }

  .navbar-container {
    position: sticky;
  }

  .navigation.light {
    object-position: 50% 50%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .dropdown-toggle.white {
    opacity: 1;
  }

  .h4 {
    white-space: break-spaces;
  }

  .h4.pricing-4 {
    font-size: 16px;
  }

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

  .h1 {
    font-size: 42px;
    line-height: 46px;
  }

  .section {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.home-hero {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section.dark {
    background-size: 700px;
  }

  .section.hero {
    z-index: auto;
    object-fit: fill;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
  }

  .section.hero-dark {
    background-color: #253057;
    background-position: 50% 100%;
    background-size: 200%;
  }

  .section.hero-grey {
    padding-top: 38px;
  }

  .primary-medium-button.pricing-4 {
    text-align: center;
    margin-top: 20px;
    padding: 8px 4px;
  }

  .text-field {
    width: 100%;
    min-width: 0;
  }

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

  .submit {
    width: 100%;
  }

  .textarea {
    width: 100%;
    min-width: 0;
  }

  .container._100 {
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rich-text p, .rich-text blockquote {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text h2 {
    font-size: 26px;
  }

  .rich-text li {
    font-size: 16px;
    line-height: 28px;
  }

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

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: ".";
  }

  .main-grid {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
  }

  .layout-container {
    margin-bottom: 20px;
  }

  .logotypes-container {
    grid-template-columns: 1fr 1fr;
  }

  .logotype {
    object-fit: scale-down;
  }

  .logo-image {
    object-fit: contain;
    width: 100%;
  }

  .feature-icon-left {
    width: 100%;
  }

  .left-arrow {
    left: -15px;
  }

  .right-arrow {
    right: -15px;
  }

  .tabs-content {
    overflow: visible;
  }

  .chip {
    margin-left: 0;
    padding: 6px 8px;
    font-size: 13px;
    line-height: 18px;
  }

  .label-discount {
    justify-content: flex-end;
    align-self: flex-end;
    margin-left: 0;
  }

  .plus-icon {
    margin-left: 10px;
  }

  .accordion-container {
    align-content: space-around;
  }

  .promo-video {
    height: 220px;
  }

  .testimonial-v-2 {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 4px 10px #37446f24;
  }

  .email-form {
    grid-template-columns: 100%;
    width: 100%;
  }

  .form-block {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

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

  .testimonial-v-3 {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 4px 10px #37446f24;
  }

  .pricing-card-v-4, .pricing-card-v-4.radius-left {
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-grid-v-2 {
    overflow: visible;
  }

  .tab-link-v-3-tab-2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tabs-menu-v-3 {
    flex-flow: wrap;
    width: 100%;
    display: flex;
  }

  .tab-link-v-3-tab-4, .tab-link-v-3-tab-1, .tab-link-v-3-tab-3 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .post-card-v-3 {
    flex-direction: column;
    height: auto;
  }

  .post-image-container {
    width: 100%;
  }

  .post-content-v-2 {
    width: 100%;
    padding: 20px 0;
  }

  .team-member {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 4px 10px #37446f24;
  }

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

  .search-field {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .search {
    flex-direction: column;
  }

  .help-category {
    width: 100%;
  }

  .asset-container {
    flex-direction: column;
  }

  .asset-links {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-error-page {
    width: 100%;
  }

  .image-password {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading {
    font-size: 35px;
  }
}

#w-node-a8d2b751-9c64-f5bb-a506-e8b5fe79b4d5-e8a6336a {
  justify-self: end;
}

#w-node-f0309215-7def-75a8-5559-8e8b6d8d385d-e8a6336a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d87d79cb-e73c-31c7-6121-c607b1fd113e-e8a6336a {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-d87d79cb-e73c-31c7-6121-c607b1fd114a-e8a6336a {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-d87d79cb-e73c-31c7-6121-c607b1fd1156-e8a6336a {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_3319701a-153e-d69b-dc7b-d61ccc248e6f-e8a6336a {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_3319701a-153e-d69b-dc7b-d61ccc248e8e-e8a6336a {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_3319701a-153e-d69b-dc7b-d61ccc248ead-e8a6336a {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_3319701a-153e-d69b-dc7b-d61ccc248ece-e8a6336a {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_3319701a-153e-d69b-dc7b-d61ccc248eed-e8a6336a {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_3319701a-153e-d69b-dc7b-d61ccc248f0c-e8a6336a {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_58064414-fd3b-7c34-95bc-3bf3988e459e-988e459b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_58064414-fd3b-7c34-95bc-3bf3988e45b2-988e459b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_58064414-fd3b-7c34-95bc-3bf3988e45a9-988e459b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_35559e55-fe6e-4c9e-ad5d-4af73a6a24e8-988e459b {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_58064414-fd3b-7c34-95bc-3bf3988e45c9-988e459b {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_44797ee6-5486-1d8f-0733-0be36c3ba4c7-fea6334c {
  align-self: end;
}

#w-node-_44797ee6-5486-1d8f-0733-0be36c3ba4ca-fea6334c {
  justify-self: end;
}

#w-node-_026fe1d8-dd72-aa4a-08b3-fe06578f329a-afa63354 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_026fe1d8-dd72-aa4a-08b3-fe06578f32a1-afa63354 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-_1c353eb0-1405-6595-86cb-3103b4243f8d-eda63355 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_1c353eb0-1405-6595-86cb-3103b4243f99-eda63355 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-_971b63d6-5f95-8733-50a4-e384f561817e-13a63356 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_68942475-73da-f345-4ca8-fdf54602c64f-13a63356 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_923a1d23-7f5b-3483-0c15-88ca1cba002a-13a63356 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-e737f005-2e41-ced4-b311-0922e8d21ebd-13a63356 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_7602bfb4-e3a6-3209-e302-b5c88a4f747f-13a63356 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-d08a7ffb-ea32-4109-a9fa-1e35dfbf2557-13a63356 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-bfc913a2-aaf8-747e-a483-58ae63823895-13a63356 {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-c43bf44f-43ac-4ed4-e691-d28d846b4993-4ea63387 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-db470f91-2e42-ccc6-14d9-ce28b7638ebf-4ea63387 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-_136e86e2-468b-0e13-407b-427b784f0f48-51a63388, #field.w-node-_136e86e2-468b-0e13-407b-427b784f0f4f-51a63388 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_136e86e2-468b-0e13-407b-427b784f0f50-51a63388 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_971b63d6-5f95-8733-50a4-e384f561817e-44cde56f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_68942475-73da-f345-4ca8-fdf54602c64f-44cde56f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_923a1d23-7f5b-3483-0c15-88ca1cba002a-44cde56f {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-e737f005-2e41-ced4-b311-0922e8d21ebd-44cde56f {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_7602bfb4-e3a6-3209-e302-b5c88a4f747f-44cde56f {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-d08a7ffb-ea32-4109-a9fa-1e35dfbf2557-44cde56f {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-bfc913a2-aaf8-747e-a483-58ae63823895-44cde56f {
  grid-area: 2 / 7 / 3 / 10;
}

@media screen and (max-width: 991px) {
  #w-node-a8d2b751-9c64-f5bb-a506-e8b5fe79b4d5-e8a6336a {
    justify-self: center;
  }

  #w-node-f0309215-7def-75a8-5559-8e8b6d8d385d-e8a6336a {
    grid-column: 1 / 2;
  }

  #w-node-f0309215-7def-75a8-5559-8e8b6d8d3867-e8a6336a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d87d79cb-e73c-31c7-6121-c607b1fd1156-e8a6336a, #w-node-_3319701a-153e-d69b-dc7b-d61ccc248ead-e8a6336a, #w-node-_3319701a-153e-d69b-dc7b-d61ccc248f0c-e8a6336a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_58064414-fd3b-7c34-95bc-3bf3988e459e-988e459b {
    grid-column-end: 4;
  }

  #w-node-_58064414-fd3b-7c34-95bc-3bf3988e45b2-988e459b {
    grid-area: 1 / 4 / 2 / 7;
  }

  #w-node-_58064414-fd3b-7c34-95bc-3bf3988e45a9-988e459b {
    grid-area: 1 / 7 / 2 / 10;
  }

  #w-node-_35559e55-fe6e-4c9e-ad5d-4af73a6a24e8-988e459b {
    grid-area: 1 / 10 / 2 / 13;
  }

  #w-node-_58064414-fd3b-7c34-95bc-3bf3988e45c9-988e459b {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_44797ee6-5486-1d8f-0733-0be36c3ba4ca-fea6334c {
    order: -9999;
    justify-self: center;
  }

  #w-node-_136e86e2-468b-0e13-407b-427b784f0f58-51a63388 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a8d2b751-9c64-f5bb-a506-e8b5fe79b4d5-e8a6336a {
    order: -9999;
  }

  #w-node-d87d79cb-e73c-31c7-6121-c607b1fd113e-e8a6336a {
    grid-column-end: 9;
  }

  #w-node-d87d79cb-e73c-31c7-6121-c607b1fd114a-e8a6336a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-d87d79cb-e73c-31c7-6121-c607b1fd1156-e8a6336a {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_3319701a-153e-d69b-dc7b-d61ccc248e6f-e8a6336a {
    grid-column-end: 9;
  }

  #w-node-_3319701a-153e-d69b-dc7b-d61ccc248e8e-e8a6336a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3319701a-153e-d69b-dc7b-d61ccc248ead-e8a6336a {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_58064414-fd3b-7c34-95bc-3bf3988e45b2-988e459b {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_58064414-fd3b-7c34-95bc-3bf3988e45a9-988e459b {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_35559e55-fe6e-4c9e-ad5d-4af73a6a24e8-988e459b {
    grid-area: 1 / 7 / 2 / 9;
  }

  #w-node-_58064414-fd3b-7c34-95bc-3bf3988e45c9-988e459b {
    grid-column-end: 9;
  }

  #w-node-_026fe1d8-dd72-aa4a-08b3-fe06578f32a1-afa63354, #w-node-_1c353eb0-1405-6595-86cb-3103b4243f99-eda63355 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_68942475-73da-f345-4ca8-fdf54602c64f-13a63356 {
    grid-column-end: 5;
  }

  #w-node-_923a1d23-7f5b-3483-0c15-88ca1cba002a-13a63356 {
    grid-column: 5 / 9;
  }

  #w-node-e737f005-2e41-ced4-b311-0922e8d21ebd-13a63356 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_7602bfb4-e3a6-3209-e302-b5c88a4f747f-13a63356 {
    grid-column: 5 / 9;
  }

  #w-node-d08a7ffb-ea32-4109-a9fa-1e35dfbf2557-13a63356 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-bfc913a2-aaf8-747e-a483-58ae63823895-13a63356 {
    grid-area: 3 / 5 / 4 / 9;
  }

  #w-node-db470f91-2e42-ccc6-14d9-ce28b7638ebf-4ea63387 {
    grid-area: 1 / 1 / 2 / 9;
    align-self: start;
  }

  #w-node-_136e86e2-468b-0e13-407b-427b784f0f3a-51a63388 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_136e86e2-468b-0e13-407b-427b784f0f48-51a63388 {
    grid-row: 3 / 4;
  }

  #w-node-_136e86e2-468b-0e13-407b-427b784f0f58-51a63388 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_68942475-73da-f345-4ca8-fdf54602c64f-44cde56f {
    grid-column-end: 5;
  }

  #w-node-_923a1d23-7f5b-3483-0c15-88ca1cba002a-44cde56f {
    grid-column: 5 / 9;
  }

  #w-node-e737f005-2e41-ced4-b311-0922e8d21ebd-44cde56f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_7602bfb4-e3a6-3209-e302-b5c88a4f747f-44cde56f {
    grid-column: 5 / 9;
  }

  #w-node-d08a7ffb-ea32-4109-a9fa-1e35dfbf2557-44cde56f {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-bfc913a2-aaf8-747e-a483-58ae63823895-44cde56f {
    grid-area: 3 / 5 / 4 / 9;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f0309215-7def-75a8-5559-8e8b6d8d385d-e8a6336a {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-f0309215-7def-75a8-5559-8e8b6d8d3867-e8a6336a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3319701a-153e-d69b-dc7b-d61ccc248e6f-e8a6336a, #w-node-_3319701a-153e-d69b-dc7b-d61ccc248e8e-e8a6336a, #w-node-_3319701a-153e-d69b-dc7b-d61ccc248ead-e8a6336a {
    grid-column-end: 5;
  }

  #w-node-_3319701a-153e-d69b-dc7b-d61ccc248eed-e8a6336a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3319701a-153e-d69b-dc7b-d61ccc248f0c-e8a6336a {
    grid-row: 3 / 4;
  }

  #w-node-_58064414-fd3b-7c34-95bc-3bf3988e459e-988e459b {
    grid-column-end: 5;
    place-self: center;
  }

  #w-node-_58064414-fd3b-7c34-95bc-3bf3988e45b2-988e459b {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #w-node-_58064414-fd3b-7c34-95bc-3bf3988e45a9-988e459b {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_35559e55-fe6e-4c9e-ad5d-4af73a6a24e8-988e459b {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_58064414-fd3b-7c34-95bc-3bf3988e45c9-988e459b {
    grid-area: 5 / 1 / 6 / 5;
    place-self: center;
  }

  #w-node-_68942475-73da-f345-4ca8-fdf54602c64f-13a63356 {
    grid-column-end: 5;
  }

  #w-node-_923a1d23-7f5b-3483-0c15-88ca1cba002a-13a63356 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e737f005-2e41-ced4-b311-0922e8d21ebd-13a63356 {
    grid-row: 3 / 4;
  }

  #w-node-_7602bfb4-e3a6-3209-e302-b5c88a4f747f-13a63356 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-d08a7ffb-ea32-4109-a9fa-1e35dfbf2557-13a63356 {
    grid-row: 5 / 6;
    grid-column-end: 5;
  }

  #w-node-bfc913a2-aaf8-747e-a483-58ae63823895-13a63356 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_136e86e2-468b-0e13-407b-427b784f0f2c-51a63388 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_136e86e2-468b-0e13-407b-427b784f0f3a-51a63388 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_136e86e2-468b-0e13-407b-427b784f0f48-51a63388 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #name-2.w-node-_136e86e2-468b-0e13-407b-427b784f0f4e-51a63388 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #field.w-node-_136e86e2-468b-0e13-407b-427b784f0f4f-51a63388 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_136e86e2-468b-0e13-407b-427b784f0f50-51a63388 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_136e86e2-468b-0e13-407b-427b784f0f58-51a63388 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_68942475-73da-f345-4ca8-fdf54602c64f-44cde56f {
    grid-column-end: 5;
  }

  #w-node-_923a1d23-7f5b-3483-0c15-88ca1cba002a-44cde56f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e737f005-2e41-ced4-b311-0922e8d21ebd-44cde56f {
    grid-row: 3 / 4;
  }

  #w-node-_7602bfb4-e3a6-3209-e302-b5c88a4f747f-44cde56f {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-d08a7ffb-ea32-4109-a9fa-1e35dfbf2557-44cde56f {
    grid-row: 5 / 6;
    grid-column-end: 5;
  }

  #w-node-bfc913a2-aaf8-747e-a483-58ae63823895-44cde56f {
    grid-area: 6 / 1 / 7 / 5;
  }
}


