:root {
  --white: white;
  --dark-text: #4e4e4e;
  --primary: #008585;
  --black: #0e0f11;
  --light-bg: #fbf2c4;
  --primary-alt: #74a892;
  --secondary: #c7522a;
  --secondary-alt: #e5c185;
  --light-text: #f3f3f3;
  --dark-bg: #616161;
  --30px-radius: 30px;
}

body {
  background-color: var(--white);
  color: var(--dark-text);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
}

h2 {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
}

h3 {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
}

h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}

h5 {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

p {
  margin-bottom: 1.5rem;
}

a {
  color: #1e2024;
  text-decoration: none;
}

ul {
  color: #636b75;
  margin-bottom: 0;
  padding-left: 2rem;
}

ol {
  color: #636b75;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

li {
  margin-bottom: .25rem;
}

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

strong {
  color: #1e2024;
  font-weight: 600;
}

blockquote {
  color: #636b75;
  border-left: 1px solid #d0d4d9;
  margin-bottom: 1rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.75;
}

.container {
  flex: 1;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container.container-navbar {
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.heading.xl {
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading.xl.nimble-hero-title {
  color: var(--primary);
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.heading.xl.c-t-black {
  color: var(--black);
}

.heading.xl.c-t-primary {
  color: var(--primary);
}

.heading.xl.c-t-light-bg {
  background-color: var(--light-bg);
}

.heading.xl.c-t-white {
  color: var(--white);
}

.heading.xl.c-t-primary-alt {
  color: var(--primary-alt);
}

.heading.xl.c-t-secondary {
  color: var(--secondary);
}

.heading.xl.c-t-secondary-alt {
  color: var(--secondary-alt);
}

.heading.xl.c-t-light-text {
  color: var(--light-text);
  margin-top: -10px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.125;
}

.heading.l {
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
}

.heading.l.s-m-b-0 {
  margin-bottom: 0;
}

.heading.l.page-not-found {
  color: #fff;
  margin-bottom: 0;
}

.heading.l.c-t-light-text {
  color: var(--light-text);
}

.heading.l.c-t-dark-text {
  position: sticky;
  top: 64px;
}

.heading.m {
  margin-top: 0;
  font-size: 2.5rem;
  line-height: 1.25;
}

.heading.s {
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
}

.heading.s.c-t-neutral-10.motto-heading {
  display: none;
}

.heading.xs {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.heading.xxs {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.body-text {
  margin-top: 0;
}

.body-text.m {
  margin-bottom: 0;
}

.body-text.m.c-t-neutral-10 {
  color: var(--white);
}

.body-text.m.bold {
  font-weight: 600;
}

.body-text.m.inline {
  display: inline;
}

.body-text.m.s-m-0 {
  flex: 1;
}

.body-text.m.half-margin {
  margin-bottom: .75rem;
}

.body-text.m.c-t-black {
  color: var(--black);
}

.body-text.m.c-t-white {
  color: var(--white);
}

.body-text.m.c-t-primary {
  color: var(--primary);
}

.body-text.m.c-t-secondary {
  color: var(--secondary);
}

.body-text.m.c-t-primary-alt {
  color: var(--primary-alt);
}

.body-text.m.c-t-secondary-alt {
  color: var(--secondary-alt);
}

.body-text.m.c-t-dark-text {
  color: var(--dark-text);
}

.body-text.m.c-t-light-text {
  color: var(--light-text);
}

.body-text.l {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75;
}

.body-text.l.c-t-neutral-10.bold {
  font-weight: 600;
}

.body-text.l.c-t-neutral-100 p {
  color: var(--black);
}

.body-text.l.c-t-white {
  color: var(--white);
}

.body-text.l.c-t-primary {
  color: var(--primary);
}

.body-text.l.c-t-black {
  color: var(--black);
}

.body-text.l.c-t-light-text {
  color: var(--light-text);
}

.body-text.l.c-t-dark-text {
  color: var(--dark-text);
}

.body-text.l.c-t-primary-alt {
  color: var(--primary-alt);
}

.body-text.l.c-t-secondary {
  color: var(--secondary);
}

.body-text.l.c-t-secondary-alt {
  color: var(--secondary-alt);
}

.body-text.s {
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.4285;
}

.body-text.s.s-m-b-0 {
  margin-bottom: 0;
}

.body-text.s.category-tag {
  background-color: var(--white);
  margin-top: 4px;
  margin-right: 4px;
}

.body-text.s.c-t-dark-text {
  color: var(--dark-text);
}

.body-text.s.c-t-light-text {
  color: var(--light-text);
}

.body-text.s.c-t-white {
  color: var(--white);
}

.body-text.s.c-t-black {
  color: var(--black);
}

.body-text.s.c-t-primary {
  color: var(--primary);
}

.body-text.s.c-t-primary-alt {
  color: var(--primary-alt);
}

.body-text.s.c-t-secondary {
  color: var(--secondary);
}

.body-text.s.c-t-secondary-alt {
  color: var(--secondary-alt);
}

.section-title {
  width: 50%;
  margin-bottom: 48px;
}

.section-title.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-title._2-columns {
  width: 100%;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.wrapper-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.l-g-3-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-block {
  z-index: 2;
  border: 1px solid var(--secondary);
  background-color: var(--white);
  text-align: center;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 45px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.feature-block.flex {
  align-items: flex-start;
  display: flex;
}

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

.feature-block._1 {
  margin-right: auto;
}

.feature-block._2 {
  margin-left: auto;
}

.l-g-4-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.l-g-4-col.features {
  grid-row-gap: 48px;
}

.link-with-icon {
  text-decoration: none;
  display: inline-block;
}

.link-with-icon:hover {
  color: var(--primary-alt);
}

.link-with-icon:active {
  color: #10239e;
}

.link-with-icon:focus {
  box-shadow: 0 0 0 2px var(--white), 0 0 0 5px var(--primary);
  color: var(--primary-alt);
}

.link-with-icon.icon-right {
  color: var(--primary);
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.link-icon-text {
  font-weight: 500;
  display: inline-block;
}

.button {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.button:hover {
  background-color: #597ef7;
}

.button.secondary {
  color: #2f54eb;
  background-color: #f0f5ff;
  transition: box-shadow .25s, color .25s, background-color .25s;
  box-shadow: inset 0 0 0 1px #adc6ff;
}

.button.secondary:hover {
  color: #1d39c4;
  box-shadow: inset 0 0 0 1px #2f54eb;
}

.button.outline {
  background-color: var(--white);
  color: var(--black);
}

.button.outline:hover {
  background-color: #edf0f3;
}

.button.medium {
  margin-top: 64px;
  padding: 12px 32px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.button.medium:hover {
  background-color: var(--primary-alt);
}

.button.medium.icon-only {
  padding: 12px;
}

.button.medium.secondary {
  background-color: var(--secondary);
  box-shadow: none;
  color: var(--white);
}

.button.medium.secondary:hover {
  background-color: var(--secondary-alt);
}

.button.medium.outline {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.medium.outline:hover {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #0000;
}

.button.medium.outline.multiple {
  width: 100%;
  height: 44px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 1px 1px 3px #00000014, inset 0 0 0 1px #dde1e6;
}

.button.medium.form-button {
  width: 100%;
  margin-bottom: 12px;
}

.button.medium.form-button.s-m-0 {
  margin-bottom: 0;
}

.button.medium.ghost {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.button.medium.ghost:hover {
  box-shadow: inset 0 0 0 1px var(--white);
}

.button.medium.ghost:active {
  box-shadow: inset 0 0 0 1px var(--white);
  color: var(--white);
  background-color: #ffffff1a;
}

.button.medium.ghost:focus {
  box-shadow: inset 0 0 0 1px var(--white);
}

.button.medium.mobile-nav {
  display: none;
}

.button.medium.s-m-t-0, .button.medium.s-m-t-0.w--current {
  margin-top: 0;
}

.button.small {
  border-radius: 6px;
  padding: 4px 8px;
  font-size: .875rem;
  line-height: 1.5rem;
}

.button.small:hover {
  background-color: var(--primary-alt);
}

.button.small:active {
  background-color: #10239e;
}

.button.small:focus {
  background-color: var(--primary-alt);
}

.button.small.icon-only {
  padding: 6px 8px;
}

.button.small.secondary {
  background-color: var(--white);
  box-shadow: none;
  color: var(--primary);
}

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

.button.small.secondary:active {
  background-color: #e5eeff;
}

.button.small.secondary:focus {
  color: #597ef7;
}

.button.small.outline {
  box-shadow: 0 0 0 1px #dde1e6;
}

.button.small.outline:hover {
  background-color: #f9fafb;
}

.button.small.outline:active {
  background-color: #edf0f3;
}

.button.small.outline:focus {
  background-color: #f9fafb;
}

.button.small.ghost {
  background-color: #0000;
  box-shadow: 0 0 0 1px #ffffff80;
}

.button.small.ghost:hover {
  box-shadow: 0 0 0 1px var(--white);
}

.button.small.ghost:active {
  box-shadow: 0 0 0 1px var(--white);
  color: var(--white);
  background-color: #ffffff1a;
}

.button.small.ghost:focus {
  box-shadow: 0 0 0 1px var(--white);
}

.button.small.cookies {
  flex: none;
  margin-left: 16px;
}

.button.navbar-buttons {
  font-weight: 600;
}

.button-text {
  color: var(--white);
  font-weight: 500;
  display: inline-block;
}

.button-text.semibold {
  font-weight: 600;
}

.button-text.c-t-dark-text {
  color: var(--dark-text);
}

.dropdown-menu-navbar {
  z-index: 8;
}

.dropdown-menu-navbar.w--open {
  background-color: var(--white);
  color: #1e2024;
  border: 1px solid #dde1e6;
  border-radius: 6px;
  width: 200px;
  margin-top: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px #0003;
}

.dropdown-menu-navbar.dark.w--open {
  background-color: #1e2024;
  border: 1px solid #636b75;
}

.dropdown-menu-item {
  background-color: var(--white);
  align-items: center;
  padding: 6px 16px;
  display: flex;
}

.dropdown-menu-item:hover {
  background-color: #f2f6ff;
}

.dropdown-menu-item.w--current {
  color: var(--white);
  background-color: #2f54eb;
}

.breadcrumbs-link {
  color: #636b75;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumbs-link:hover {
  color: var(--primary);
}

.breadcrumbs-link:active {
  color: var(--primary-alt);
}

.breadcrumbs-link:focus {
  color: var(--primary);
}

.breadcrumbs-link.w--current {
  color: var(--black);
}

.breadcrumbs-separator {
  color: #aaafb6;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 24px;
  display: inline-block;
}

.l-g-2-col {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.l-g-2-col.features {
  grid-row-gap: 48px;
}

.l-g-2-col.gap64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.inline-link {
  color: var(--primary);
  font-weight: 500;
  text-decoration: none;
}

.inline-link:hover {
  color: var(--primary-alt);
}

.inline-link:active {
  color: #10239e;
}

.inline-link:focus {
  box-shadow: 0 0 0 2px var(--white), 0 0 0 5px var(--primary);
  color: var(--primary-alt);
}

.input {
  background-color: var(--white);
  border: 1px solid #dde1e6;
  border-radius: 6px;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 400;
}

.input:hover {
  border-color: #85a5ff;
}

.input:active {
  border-color: #597ef7;
}

.input:focus {
  border-color: var(--primary);
  background-color: var(--white);
}

.input::placeholder {
  color: #838d95;
}

.input.medium {
  height: 44px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px #00000014;
}

.input.medium.horizontal {
  margin-bottom: 0;
  margin-right: 8px;
}

.input.medium.bg-dark {
  color: #aaafb6;
  background-color: #1e2024;
  border-style: none;
  border-color: #636b75;
}

.input.medium.bg-dark:hover {
  border-color: #636b75;
}

.input.medium.bg-dark:focus {
  color: var(--white);
  border-color: #838d95;
}

.input.medium.bg-dark::placeholder {
  color: #838d95;
}

.input.medium.icon-left {
  padding-left: 36px;
  position: relative;
}

.input.medium.icon-right {
  padding-left: 12px;
  padding-right: 36px;
  position: relative;
}

.input.textarea {
  min-height: 96px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px #00000008;
}

.form.form-horizontal {
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.form.inline-form {
  display: flex;
}

.cta-wrapper {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.section.black-bg {
  background-color: #000;
}

.section.nimble-bg {
  background-image: url('../images/60943737d85224544b0bfe6e_waves-3.svg'), url('../images/609438b60a37763b5ceb4ab8_Inner-Wave---3.svg');
  background-position: 50%, 50% 100%;
  background-size: cover, cover;
}

.section.bg-grey {
  background-color: #d0d4d9;
}

.section.c-b-primary {
  background-color: var(--primary);
}

.section.c-b-black {
  background-color: var(--black);
}

.section.c-b-light-bg {
  background-color: var(--white);
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/6461af84c36f0930cb1783e4_1-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
}

.section.c-b-dark-bg {
  background-color: var(--dark-bg);
}

.section.hero {
  background-image: url('../images/Happy-Old-People-In-Kitchen.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 900px;
  display: flex;
  position: relative;
}

.section.relative {
  align-items: center;
  display: block;
}

.section.rendering {
  background-image: url('../images/Blue-Smaller.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
  position: relative;
}

.section.rendering._2 {
  background-image: url('../images/Grey-Smaller.jpg');
  position: relative;
}

.tagline {
  background-color: var(--light-bg);
  color: var(--primary);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.feature-text-wrapper {
  padding-top: 8px;
  padding-left: 24px;
}

.card {
  color: var(--black);
  flex-direction: column;
  text-decoration: none;
  transition: color .25s, border-color .25s;
  display: flex;
}

.card.card-box {
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow .25s, color .25s, border-color .25s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 8px #5d637026;
}

.card.card-box:hover {
  color: var(--primary);
  border-color: #2f54eb;
  box-shadow: 0 6px 10px #5d637033;
}

.card.card-box:active {
  box-shadow: 0 2px 6px #5d637033;
}

.card.card-horizontal {
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: row;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 8px #5d63701a;
}

.card.card-horizontal:hover {
  box-shadow: 0 6px 10px #5d637033;
}

.card.card-horizontal:active {
  box-shadow: 0 2px 6px #5d637033;
}

.card.card-blog-big {
  flex-direction: row;
  align-items: center;
}

.card-image {
  object-fit: cover;
  border-radius: 6px;
  height: 256px;
  margin-bottom: 24px;
}

.card-image.card-image-box {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.card-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.card-text-wrapper.centered {
  text-align: center;
}

.card-horizontal-text-wrapper {
  align-self: stretch;
  margin-left: 16px;
}

.button-separator {
  width: 8px;
  height: 8px;
  display: inline-block;
}

.side-nav-menu {
  position: sticky;
  top: 32px;
}

.side-nav-menu-item {
  color: #636b75;
  background-color: #0000;
  border-radius: 6px;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
}

.side-nav-menu-item:hover {
  background-color: #f2f6ff;
}

.side-nav-menu-item:active {
  color: var(--primary-alt);
}

.side-nav-menu-item:focus {
  color: #597ef7;
}

.side-nav-menu-item.w--current {
  color: var(--primary);
  background-color: #f2f6ff;
}

.side-nav-menu-item.w--current:hover {
  background-color: #f2f6ff;
}

.side-nav-menu-item.small {
  padding: 6px 12px;
  font-size: .875rem;
  line-height: 1.5;
}

.tab {
  background-color: var(--white);
  color: #636b75;
  padding: 12px 16px;
  box-shadow: inset 0 -1px #d0d4d9;
}

.tab:hover {
  color: var(--primary);
}

.tab:active {
  background-color: #f2f6ff;
}

.tab:focus {
  color: var(--primary);
  background-color: #f2f6ff;
}

.tab.w--current {
  background-color: var(--white);
  box-shadow: inset 0 -2px 0 0 var(--primary);
  color: var(--primary);
  padding: 12px 16px;
}

.tab.w--current:active, .tab.w--current:focus {
  background-color: #f2f6ff;
}

.tag {
  color: #1e2024;
  background-color: #f9fafb;
  border: 1px solid #dde1e6;
  border-radius: 6px;
  align-items: center;
  margin-right: 4px;
  padding: 0 4px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.tag.tag-secondary {
  color: #ad2102;
  background-color: #fff2e8;
  border-color: #ffd8bf;
}

.tag.tag-success {
  color: #237804;
  background-color: #f6ffed;
  border-color: #d9f7be;
}

.tag.tag-warning {
  color: #874d00;
  background-color: #fffbe6;
  border-color: #ffe58f;
}

.tag.tag-error {
  color: #cf1322;
  background-color: #fff1f0;
  border-color: #ffccc7;
}

.tag.tag-info {
  color: #096dd9;
  background-color: #e6f7ff;
  border-color: #bae7ff;
}

.tag.tag-primary {
  color: var(--primary);
  background-color: #f2f6ff;
  border-color: #adc6ff;
}

.tag.tag-closeable {
  display: flex;
}

.input-title {
  margin-bottom: .25rem;
  font-weight: 600;
}

.form-footer-links {
  justify-content: space-between;
  font-size: .875rem;
  line-height: 1.5;
  display: flex;
}

.footer {
  background-color: var(--white);
  text-align: left;
  border-top: 1px solid #dde1e6;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.footer.dark {
  background-color: var(--black);
  color: var(--white);
  border-top-color: #1e2024;
  padding-top: 64px;
  padding-bottom: 64px;
}

.material-icons.icon-right {
  margin-left: 4px;
}

.material-icons.icon-right.icon-dropdown {
  align-self: center;
}

.material-icons.icon-right.icon-close {
  flex: none;
  align-self: center;
  font-size: .875rem;
  line-height: .875rem;
}

.material-icons.icon-left.icon-list-item {
  margin-top: 3px;
  margin-right: 4px;
  font-size: 18px;
}

.material-icons.icon-left.icon-list-item.error {
  color: #f5222d;
}

.material-icons.icon-left.icon-list-item.warning {
  color: #faad14;
}

.material-icons.icon-left.icon-list-item.success {
  color: #52c41a;
}

.material-icons.icon-left.icon-list-item.info {
  color: #1890ff;
}

.material-icons.icon-left.icon-collapse {
  color: #636b75;
  margin-top: 0;
  margin-right: 0;
}

.material-icons.icon-left.icon-alert-banner {
  margin-top: 2px;
}

.material-icons.icon-left.icon-alert-banner.c-t-secondary-60 {
  align-items: center;
  margin-top: 0;
  margin-right: 8px;
  display: flex;
}

.material-icons.small {
  font-size: 16px;
}

.material-icons.small.icon-right {
  margin-top: 1px;
  margin-left: 4px;
}

.material-icons.small.icon-left {
  margin-top: 1px;
  margin-right: 4px;
}

.material-icons.icon-input-left {
  color: #636b75;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
}

.material-icons.icon-close {
  cursor: pointer;
}

.material-icons.icon-close:hover {
  opacity: .5;
}

.material-icons.feature-icon-small {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--primary);
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.material-icons.feature-icon-small.slider-icon {
  color: #838d95;
}

.material-icons.feature-icon-small.slider-icon:hover {
  color: #636b75;
}

.material-icons.star {
  color: #faad14;
  margin-right: 4px;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.material-icons.dropdown-menu-item-icon {
  color: #636b75;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0;
  margin-bottom: -2px;
  margin-right: .5rem;
  font-size: 1.4rem;
}

.material-icons.caret-down {
  margin-left: 4px;
}

.material-icons.icon-input-right {
  color: #636b75;
  position: absolute;
  top: 50%;
  left: auto;
  right: 12px;
  transform: translate(0, -50%);
}

.material-icons.icon-back {
  margin-right: 4px;
}

.material-icons.icon-left {
  margin-top: 0;
  margin-right: 4px;
}

.material-icons.icon-left.contact-icon {
  margin-top: 3px;
}

.material-icons.feature-icon-small {
  color: #2f54eb;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.material-icons.body-text.aux-icon {
  color: #85a5ff;
  padding-right: 4px;
}

.icon-list-item {
  align-items: flex-start;
  margin-bottom: .25rem;
  display: flex;
}

.icon-list-item.vertical {
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.grid-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #dde1e6;
  border-radius: 6px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: hidden;
}

.grid-table.headings-table {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .4fr .3fr .3fr 1fr;
  margin-bottom: 48px;
}

.grid-table.body-text-table {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .4fr .3fr .3fr 1fr;
  margin-bottom: 48px;
}

.grid-table.alignment {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr .5fr 1.5fr;
}

.table-cell {
  color: #636b75;
  padding: 10px 12px;
  box-shadow: inset 0 -1px #dde1e6;
}

.table-cell.last {
  box-shadow: none;
}

.table-header {
  color: var(--black);
  background-color: #f9fafb;
  padding: 10px 12px;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: inset 0 -1px #dde1e6;
}

.navbar {
  background-color: var(--white);
  position: relative;
}

.navbar.dark {
  background-color: var(--black);
  position: relative;
}

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

.nav-link {
  color: var(--dark-text);
  border-radius: 6px;
  padding: 16px;
  text-decoration: none;
}

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

.nav-link.nav-link-dropdown {
  padding-right: 36px;
}

.nav-link.nav-link-dropdown.w--open {
  color: #2f54eb;
}

.nav-link.nav-link-dropdown.color-inverse.w--open {
  color: var(--white);
}

.nav-link.color-inverse {
  color: var(--white);
  font-weight: 600;
}

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

.dropdown-icon {
  margin-right: 16px;
}

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

.brand-logo {
  margin-right: 24px;
}

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

.footer-logo {
  padding-bottom: 0;
}

.vertical-menu-title {
  color: var(--white);
  margin-bottom: 12px;
  font-size: 1.25rem;
  font-weight: 600;
}

.vertical-menu-title.color-inverse {
  color: var(--dark-text);
}

.vertical-menu-list-item {
  margin-bottom: 8px;
}

.footer-top {
  background-color: var(--black);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.footer-social-media {
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom {
  background-color: var(--primary);
  color: #636b75;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.footer-bottom.color-inverse {
  color: #838d95;
}

.vertical-menu-link {
  color: var(--dark-text);
  margin-bottom: 0;
  text-decoration: none;
}

.vertical-menu-link:hover {
  color: var(--primary);
  text-decoration: none;
}

.vertical-menu-link.color-inverse {
  color: var(--light-text);
}

.vertical-menu-link.color-inverse:hover {
  color: var(--white);
}

.social-media-icon {
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.social-media-icon:hover {
  transform: scale(1.1);
}

.sm-icon-link {
  background-color: var(--primary-alt);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 6px;
  display: flex;
}

.sm-icon-link:hover {
  background-color: var(--secondary);
}

._4-col-footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.footer-logo-2 {
  float: none;
  margin-bottom: 16px;
  display: block;
  position: static;
}

.footer-grid-3 {
  grid-column-gap: 24px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.75fr;
}

.footer-top-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-2 {
  color: #636b75;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.footer-bottom-2.color-inverse {
  color: #838d95;
  border-top-color: #1e2024;
}

.footer-2 {
  background-color: var(--white);
  text-align: left;
  border-top: 1px solid #dde1e6;
  align-items: flex-start;
  padding-top: 32px;
}

.footer-2.dark {
  background-color: var(--black);
  border-top-color: #1e2024;
}

.sm-icons-wrapper {
  align-self: center;
  height: 24px;
  display: flex;
}

.sm-icons-wrapper.st-m-t-24 {
  align-self: flex-start;
}

.sm-icons-wrapper.center {
  justify-content: center;
}

.sm-icons-wrapper.footer-social {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-self: flex-start;
}

.sm-icons-wrapper.footer-social.old-icons {
  display: none;
}

.grid-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.cta-section-form-wrapper {
  width: 480px;
}

.cta-section-form-wrapper.center {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.footer-menu-wrapper, .navbar-menu-right {
  align-items: center;
  display: flex;
}

.navbar-menu-mobile {
  align-self: center;
  align-items: center;
  display: none;
}

.breadcrumbs {
  color: #636b75;
  align-items: center;
  display: block;
}

.breadcrumbs.hero-breadcrumbs {
  margin-bottom: 64px;
}

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

.text-icon-wrapper.centered {
  justify-content: center;
}

.text-icon-wrapper.align-top {
  align-items: flex-start;
}

.alert-info {
  color: #1e2024;
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
  border-radius: 6px;
  padding: 16px;
  display: flex;
}

.popup-title {
  color: var(--black);
  flex: 1;
  margin-bottom: 8px;
  font-weight: 600;
}

.popup-title.color-inverse {
  color: var(--white);
}

.toast {
  background-color: var(--white);
  color: #1e2024;
  border: 1px solid #dde1e6;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 640px;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 8px #00000026;
}

.toast.dark {
  background-color: var(--black);
  color: var(--white);
  border-color: #1e2024;
}

.toast-header {
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.modal {
  background-color: var(--white);
  color: #1e2024;
  border: 1px solid #d0d4d9;
  border-bottom-color: #dde1e6;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 12px #00000026;
}

.checkbox {
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid #d0d4d9;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 8px;
  transition: background-color .2s;
}

.checkbox:hover {
  border-color: #597ef7;
}

.checkbox.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--primary);
  background-image: url('../images/check.svg');
  background-size: 12px 12px;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 0 2px var(--white), 0 0 0 5px var(--primary);
  border-color: #597ef7;
}

.checkbox-label {
  color: #636b75;
  margin-bottom: 0;
  font-weight: 400;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.radio-button-label {
  color: var(--black);
  background-color: #edf0f3;
  margin-bottom: 0;
  margin-right: 8px;
  padding: 8px 14px;
  font-weight: 400;
}

.radio-button-label:hover, .radio-button-label.fs-cmsfilter_active {
  background-color: var(--black);
  color: var(--white);
}

.radio-button {
  background-color: var(--white);
  cursor: pointer;
  border-color: #d0d4d9;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 8px;
}

.radio-button:hover {
  border-color: #597ef7;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--primary);
  background-color: var(--white);
  width: 20px;
  height: 20px;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 0 2px var(--white), 0 0 0 5px var(--primary);
  border-color: #597ef7;
}

.radio-button-field {
  background-color: #edf0f3;
  align-items: center;
  margin-bottom: 0;
  margin-right: 8px;
  padding: 8px 14px;
  display: flex;
}

.radio-button-field:hover, .radio-button-field.is-active {
  color: var(--white);
  background-color: #1e2024;
}

.radio-button-field.cat-filter {
  border-radius: var(--30px-radius);
  background-color: var(--primary);
  color: var(--light-text);
  padding-left: 32px;
  padding-right: 32px;
}

.radio-button-field.cat-filter.is-active {
  background-color: var(--secondary);
}

.switch-field {
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.switch {
  cursor: pointer;
  background-color: #dde1e6;
  background-image: url('../images/Switch-Handle.svg');
  background-position: 2px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-style: none;
  border-radius: 10px;
  width: 36px;
  height: 20px;
  margin-top: 0;
  margin-right: 8px;
  transition: background-color .2s;
}

.switch:hover {
  background-color: #d0d4d9;
  border-color: #597ef7;
}

.switch.w--redirected-checked {
  border-width: 0;
  border-color: var(--primary);
  background-color: var(--primary);
  background-image: url('../images/Switch-Handle.svg');
  background-position: 17px;
  background-size: 16px;
}

.switch.w--redirected-focus {
  box-shadow: 0 0 0 2px var(--white), 0 0 0 5px var(--primary);
  border-color: #597ef7;
}

.switch-label {
  color: #636b75;
  margin-bottom: 0;
  font-weight: 400;
}

.input-caption {
  color: #636b75;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.input-caption.color-inverse {
  color: #838d95;
}

.input-icon-wrapper {
  flex: 1;
  position: relative;
}

.tooltip {
  background-color: var(--black);
  width: 240px;
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
  padding: 8px;
  font-size: .875rem;
  line-height: 1.5;
  display: none;
  position: absolute;
  inset: auto 0% 36px 24%;
  transform: translate(-50%);
  box-shadow: 0 2px 8px #00000026;
}

.tooltip-arrow {
  background-color: var(--black);
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto 50% -6px;
  transform: rotate(45deg);
}

.text-block {
  align-self: center;
}

.tooltip-trigger-content {
  align-self: center;
  align-items: center;
  display: inline-block;
  position: relative;
  bottom: -4px;
}

.tooltip-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}

.modal-wrapper {
  z-index: 5000;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.modal-header {
  border-bottom: 1px solid #dde1e6;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.modal-header-title {
  color: var(--black);
  flex: 1;
  margin-bottom: 0;
  font-weight: 600;
}

.modal-content {
  padding: 24px;
}

.collapse-item {
  cursor: pointer;
  background-color: #f9fafb;
  padding-left: 16px;
  padding-right: 16px;
}

.collapse-item.last {
  border-bottom-style: none;
}

.collapse-text {
  opacity: 0;
  color: #636b75;
  padding-top: 0;
  padding-bottom: 12px;
  padding-left: 32px;
  display: none;
}

.collapse-text.borderless {
  padding-left: 12px;
}

.collapse-trigger {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.collapse-title {
  flex: 1;
  margin-left: 12px;
  font-weight: 500;
  display: inline-block;
}

.collapse {
  border-radius: 6px;
  overflow: hidden;
}

.collapse.borderless {
  background-color: var(--white);
  border-style: none;
  padding: 24px;
}

.alert-error {
  color: #1e2024;
  background-color: #fff1f0;
  border: 1px solid #ffa39e;
  border-radius: 6px;
  padding: 16px;
  display: flex;
}

.alert-warning {
  color: #1e2024;
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
  border-radius: 6px;
  padding: 16px;
  display: flex;
}

.alert-success {
  color: #1e2024;
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
  border-radius: 6px;
  padding: 16px;
  display: flex;
}

.select {
  background-color: #f9fafb;
  border: 1px solid #d0d4d9;
  margin-bottom: 12px;
}

.select:hover {
  border-color: #597ef7;
}

.select:focus {
  border-color: var(--primary-alt);
  background-color: var(--white);
}

.select.medium {
  background-color: var(--white);
  cursor: pointer;
  border-color: #dde1e6;
  border-radius: 6px;
  height: 44px;
  box-shadow: 0 1px 3px #00000014;
}

.component-wrapper {
  border: 1px dashed #aaafb6;
  border-radius: 0;
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 24px;
  position: relative;
}

.component-wrapper.dark {
  background-color: var(--black);
  color: var(--white);
}

.component-wrapper.last {
  margin-bottom: 0;
}

.component-wrapper-label {
  color: #1e2024;
  letter-spacing: -.006em;
  cursor: pointer;
  background-color: #edf0f3;
  background-image: url('../images/copy-icon.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 11px;
  border-radius: 6px 6px 0 0;
  padding: 6px 16px 6px 32px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  position: absolute;
  inset: -34px auto auto -1px;
}

.component-wrapper-label:hover {
  opacity: .8;
}

.style-guide-page-header {
  color: var(--black);
  background-color: #f9fafb;
  border-bottom: 1px solid #dde1e6;
}

.input-with-label {
  margin-bottom: 1.5rem;
}

.grid-styleguide---buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.dropdown-inline {
  color: #636b75;
  padding: 0;
}

.dropdown-inline:hover {
  color: var(--primary);
}

.dropdown-inline:active, .dropdown-inline:focus {
  color: var(--primary-alt);
}

.dropdown-inline.w--open {
  color: var(--primary);
}

.style-guide-page-header-text {
  width: 65%;
  padding-top: 64px;
  padding-bottom: 64px;
}

.divider {
  background-color: #dde1e6;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.button-fluid {
  background-color: var(--primary);
  width: 100%;
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  transition: background-color .25s;
  display: inline-block;
  position: relative;
}

.button-fluid:hover {
  background-color: #597ef7;
}

.button-fluid:active {
  background-color: var(--primary-alt);
}

.button-fluid:focus {
  box-shadow: 0 0 0 2px var(--white), 0 0 0 5px var(--primary);
}

.button-fluid.secondary {
  color: #2f54eb;
  background-color: #f0f5ff;
  transition: box-shadow .25s, color .25s, background-color .25s;
  box-shadow: inset 0 0 0 1px #adc6ff;
}

.button-fluid.secondary:hover {
  color: #1d39c4;
  box-shadow: inset 0 0 0 1px #2f54eb;
}

.button-fluid.outline {
  background-color: var(--white);
  color: var(--black);
}

.button-fluid.outline:hover {
  background-color: #edf0f3;
}

.button-fluid.medium {
  text-align: center;
  width: 100%;
}

.button-fluid.medium:hover {
  background-color: var(--primary-alt);
}

.button-fluid.medium:active {
  background-color: #10239e;
}

.button-fluid.medium:focus {
  background-color: var(--primary-alt);
}

.button-fluid.medium.icon-only {
  padding: 12px 14px;
  font-size: 22px;
}

.button-fluid.medium.secondary {
  background-color: var(--white);
  box-shadow: none;
  color: var(--primary);
}

.button-fluid.medium.secondary:hover {
  background-color: #f2f6ff;
}

.button-fluid.medium.secondary:active {
  background-color: #e5eeff;
}

.button-fluid.medium.secondary:focus {
  box-shadow: 0 0 0 2px var(--white), 0 0 0 5px var(--primary);
}

.button-fluid.medium.outline {
  box-shadow: 0 0 0 1px #dde1e6;
}

.button-fluid.medium.outline:hover {
  background-color: #f9fafb;
}

.button-fluid.medium.outline:active {
  background-color: #edf0f3;
}

.button-fluid.medium.outline:focus {
  box-shadow: 0 0 0 2px var(--white), 0 0 0 5px var(--primary), 0 0 0 1px #dde1e6;
  background-color: #f9fafb;
}

.button-fluid.medium.ghost {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.button-fluid.medium.ghost:hover {
  box-shadow: inset 0 0 0 1px var(--white);
}

.button-fluid.medium.ghost:active {
  box-shadow: inset 0 0 0 1px var(--white);
  background-color: #ffffff1a;
}

.button-fluid.medium.ghost:focus {
  box-shadow: inset 0 0 0 1px var(--white);
}

.button-fluid.medium.enterprise {
  background-color: var(--secondary);
}

.button-fluid.medium.enterprise:hover {
  background-color: var(--secondary-alt);
}

.button-fluid.medium.enterprise:active {
  background-color: #ad2102;
}

.button-fluid.medium.enterprise:focus {
  background-color: var(--secondary-alt);
}

.button-fluid.medium.dark {
  background-color: var(--black);
}

.button-fluid.medium.dark:hover {
  background-color: #1e2024;
}

.button-fluid.medium.dark:active {
  background-color: #636b75;
}

.button-fluid.medium.dark:focus {
  background-color: #1e2024;
}

.button-fluid.medium.dark-pro {
  background-color: var(--white);
  color: var(--black);
}

.button-fluid.medium.dark-pro:hover {
  background-color: #edf0f3;
}

.button-fluid.medium.dark-pro:active {
  background-color: #dde1e6;
}

.button-fluid.medium.dark-pro:focus {
  box-shadow: 0 0 0 2px #1e2024, 0 0 0 5px var(--white);
  background-color: #edf0f3;
}

.button-fluid.small {
  text-align: center;
  width: 100%;
  padding: 4px 8px;
  font-size: .875rem;
  line-height: 1.5rem;
}

.button-fluid.small:hover {
  background-color: var(--primary-alt);
}

.button-fluid.small:active {
  background-color: #10239e;
}

.button-fluid.small:focus {
  background-color: var(--primary-alt);
}

.button-fluid.small.icon-only {
  padding: 6px 8px;
}

.button-fluid.small.secondary {
  background-color: var(--white);
  box-shadow: none;
  color: var(--primary);
}

.button-fluid.small.secondary:hover {
  background-color: #f2f6ff;
}

.button-fluid.small.secondary:active {
  background-color: #e5eeff;
}

.button-fluid.small.secondary:focus {
  box-shadow: 0 0 0 2px var(--white), 0 0 0 5px var(--primary);
  background-color: #f2f6ff;
}

.button-fluid.small.outline {
  box-shadow: 0 0 0 1px #dde1e6;
}

.button-fluid.small.outline:hover {
  background-color: #f9fafb;
}

.button-fluid.small.outline:active {
  background-color: #edf0f3;
}

.button-fluid.small.outline:focus {
  box-shadow: 0 0 0 2px var(--white), 0 0 0 5px var(--primary), 0 0 0 1px #dde1e6;
  background-color: #f9fafb;
}

.button-fluid.small.ghost {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.button-fluid.small.ghost:hover {
  box-shadow: inset 0 0 0 1px var(--white);
}

.button-fluid.small.ghost:active {
  box-shadow: inset 0 0 0 1px var(--white);
  color: var(--white);
  background-color: #ffffff1a;
}

.button-fluid.small.ghost:focus {
  box-shadow: inset 0 0 0 1px var(--white);
}

.navbar-vertical {
  background-color: var(--white);
  width: 280px;
  color: var(--black);
  text-align: left;
  align-items: flex-start;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
  box-shadow: inset -1px 0 #d0d4d9;
}

.navbar-vertical.docsui {
  box-shadow: inset -1px 0 #dde1e6;
}

.navbar-vertical-link {
  color: #636b75;
  padding: 8px 36px;
  text-decoration: none;
  display: block;
  position: relative;
}

.navbar-vertical-link:hover {
  color: var(--primary);
  background-color: #f2f6ff;
  box-shadow: inset -1px 0 #d0d4d9;
}

.navbar-vertical-link:active {
  background-color: #e5eeff;
}

.navbar-vertical-link:focus {
  color: var(--primary);
  background-color: #f2f6ff;
}

.navbar-vertical-link.w--current {
  box-shadow: inset -2px 0 0 0 var(--primary);
  color: var(--primary);
  background-color: #f2f6ff;
}

.navbar-vetrical-menu-title {
  color: var(--black);
  margin-top: 24px;
  margin-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 600;
}

.navbar-vertical-brand {
  width: 100%;
  margin-bottom: 16px;
  padding: 24px;
}

.style-guide {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.style-guide-page-wrapper {
  display: flex;
}

.navbar-vertical---mobile {
  background-color: var(--white);
  display: none;
  position: relative;
}

.navbar-vertical-overlay {
  margin-bottom: 128px;
  display: block;
}

.navbar-vertical-bg {
  display: none;
}

.nav-tabs-container {
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px;
  display: flex;
}

.style-guide-page-section-wrapper.narrow {
  max-width: 480px;
}

.nav-tab {
  color: #636b75;
  padding: 12px 16px;
}

.nav-tab:hover {
  color: var(--primary);
}

.nav-tab:active {
  color: var(--primary-alt);
  background-color: #f2f6ff;
}

.nav-tab:focus {
  color: var(--primary);
  background-color: #f2f6ff;
}

.nav-tab.w--current {
  box-shadow: inset 0 -3px 0 0 var(--primary);
  color: var(--primary);
}

.nav-tabs {
  background-color: #0000;
  box-shadow: inset 0 -1px #dde1e6;
}

.container-fluid {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container-fluid.container-aux {
  background-color: var(--primary);
  justify-content: space-between;
  align-items: stretch;
  padding-right: 0;
  display: flex;
}

.container-fluid.container-navbar {
  padding-top: 8px;
  padding-bottom: 8px;
}

.rich-text.dark p {
  color: var(--black);
}

.rich-text.dark h4, .rich-text.dark h3, .rich-text.dark h2, .rich-text.dark h1 {
  margin-bottom: .5rem;
}

.rich-text.dark li, .rich-text.dark blockquote {
  color: var(--black);
}

.rich-text.light h1 {
  color: var(--white);
  margin-bottom: .5rem;
}

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

.rich-text.light h2, .rich-text.light h3, .rich-text.light h4 {
  color: var(--white);
  margin-bottom: .5rem;
}

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

.rich-text.light h5, .rich-text.light h6 {
  color: var(--white);
  margin-bottom: .5rem;
}

.rich-text.light blockquote, .rich-text.light strong {
  color: var(--white);
}

.alert-content {
  padding-left: 4px;
}

.s-p-8 {
  padding: 8px;
}

.s-p-y-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.s-p-x-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.s-p-t-8 {
  padding-top: 8px;
}

.s-p-r-8 {
  padding-right: 8px;
}

.s-p-b-8 {
  padding-bottom: 8px;
}

.s-p-l-8 {
  padding-left: 8px;
}

.s-p-12 {
  padding: 12px;
}

.s-p-y-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.s-p-x-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.s-p-t-12 {
  padding-top: 12px;
}

.s-p-r-12 {
  padding-right: 12px;
}

.s-p-b-12 {
  padding-bottom: 12px;
}

.s-p-l-12 {
  padding-left: 12px;
}

.s-p-16 {
  padding: 16px;
}

.s-p-y-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.s-p-x-16 {
  padding-left: 12px;
  padding-right: 12px;
}

.s-p-t-16 {
  padding-top: 16px;
}

.s-p-r-16 {
  padding-right: 16px;
}

.s-p-b-16 {
  padding-bottom: 16px;
}

.s-p-l-16 {
  padding-left: 16px;
}

.s-p-24 {
  padding: 24px;
}

.s-p-y-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.s-p-x-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.s-p-t-24 {
  padding-top: 24px;
}

.s-p-r-24 {
  padding-right: 24px;
}

.s-p-b-24 {
  padding-bottom: 24px;
}

.s-p-l-24 {
  padding-left: 24px;
}

.s-p-32 {
  padding: 32px;
}

.s-p-y-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.s-p-x-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.s-p-t-32 {
  padding-top: 32px;
}

.s-p-r-32 {
  padding-right: 32px;
}

.s-p-b-32 {
  padding-bottom: 32px;
}

.s-p-l-32 {
  padding-left: 32px;
}

.s-p-48 {
  padding: 48px;
}

.s-p-y-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.s-p-x-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.s-p-t-48 {
  padding-top: 48px;
}

.s-p-r-48 {
  padding-right: 48px;
}

.s-p-b-48 {
  padding-bottom: 48px;
}

.s-p-l-48 {
  padding-left: 48px;
}

.s-p-64 {
  padding: 64px;
}

.s-p-y-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.s-p-x-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.s-p-t-64 {
  padding-top: 64px;
}

.s-p-r-64 {
  padding-right: 64px;
}

.s-p-b-64 {
  padding-bottom: 64px;
}

.s-p-l-64 {
  padding-left: 64px;
}

.s-p-128 {
  padding: 128px;
}

.s-p-y-128 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.s-p-t-128 {
  padding-top: 128px;
}

.s-p-x-128 {
  padding-left: 128px;
  padding-right: 128px;
}

.s-p-r-128 {
  padding-right: 128px;
}

.s-p-b-128 {
  padding-bottom: 128px;
}

.s-p-l-128 {
  padding-left: 128px;
}

.s-p-0 {
  padding: 0;
}

.s-p-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.s-p-x-0 {
  padding-left: 0;
  padding-right: 0;
}

.s-p-t-0 {
  padding-top: 0;
}

.s-p-r-0 {
  padding-right: 0;
}

.s-p-b-0 {
  padding-bottom: 0;
}

.s-p-l-0 {
  padding-left: 0;
}

.s-p-4 {
  padding: 4px;
}

.s-p-y-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.s-p-x-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.s-p-t-4 {
  padding-top: 4px;
}

.s-p-r-4 {
  padding-right: 4px;
}

.s-p-b-4 {
  padding-bottom: 4px;
}

.s-p-l-4 {
  padding-left: 4px;
}

.s-m-0 {
  margin: 0;
}

.s-m-y-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.s-m-x-0 {
  margin-left: 0;
  margin-right: 0;
}

.s-m-t-0 {
  margin-top: 0;
}

.s-m-r-0 {
  margin-right: 0;
}

.s-m-b-0 {
  margin-bottom: 0;
}

.s-m-l-0 {
  margin-left: 0;
}

.s-m-4 {
  margin: 4px;
}

.s-m-y-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.s-m-x-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.s-m-t-4 {
  margin-top: 4px;
}

.s-m-r-4 {
  margin-right: 4px;
}

.s-m-b-4 {
  margin-bottom: 4px;
}

.s-m-l-4 {
  margin-left: 4px;
}

.s-m-8 {
  margin: 8px;
}

.s-m-y-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.s-m-x-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.s-m-t-8 {
  margin-top: 8px;
}

.s-m-r-8 {
  margin-right: 8px;
}

.s-m-b-8 {
  margin-bottom: 8px;
}

.s-m-l-8 {
  margin-left: 8px;
}

.s-m-12 {
  margin: 12px;
}

.s-m-y-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.s-m-x-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.s-m-t-12 {
  margin-top: 12px;
}

.s-m-r-12 {
  margin-right: 12px;
}

.s-m-b-12 {
  margin-bottom: 12px;
}

.s-m-l-12 {
  margin-left: 12px;
}

.s-m-16 {
  margin: 16px;
}

.s-m-y-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.s-m-x-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.s-m-t-16 {
  margin-top: 16px;
}

.s-m-r-16 {
  margin-right: 16px;
}

.s-m-b-16 {
  margin-bottom: 16px;
}

.s-m-l-16 {
  margin-left: 16px;
}

.s-m-24 {
  margin: 24px;
}

.s-m-y-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.s-m-x-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.s-m-t-24 {
  margin-top: 24px;
}

.s-m-r-24 {
  margin-right: 24px;
}

.s-m-b-24 {
  margin-bottom: 24px;
}

.s-m-l-24 {
  margin-left: 24px;
}

.s-m-32 {
  margin: 32px;
}

.s-m-y-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.s-m-x-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.s-m-t-32 {
  margin-top: 32px;
}

.s-m-r-32 {
  margin-right: 32px;
}

.s-m-b-32 {
  margin-bottom: 32px;
}

.s-m-l-32 {
  margin-left: 32px;
}

.s-m-48 {
  margin: 48px;
}

.s-m-y-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.s-m-x-48 {
  margin-left: 48px;
  margin-right: 48px;
}

.s-m-t-48 {
  margin-top: 48px;
}

.s-m-r-48 {
  margin-right: 48px;
}

.s-m-b-48 {
  margin-bottom: 48px;
}

.s-m-l-48 {
  margin-left: 48px;
}

.s-m-64 {
  margin: 64px;
}

.s-m-y-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.s-m-x-64 {
  margin-left: 64px;
  margin-right: 64px;
}

.s-m-t-64 {
  margin-top: 64px;
}

.s-m-r-64 {
  margin-right: 64px;
}

.s-m-b-64 {
  margin-bottom: 64px;
}

.s-m-l-64 {
  margin-left: 64px;
}

.s-m-128 {
  margin: 128px;
}

.s-m-y-128 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.s-m-x-128 {
  margin-left: 128px;
  margin-right: 128px;
}

.s-m-t-128 {
  margin-top: 128px;
}

.s-m-r-128 {
  margin-right: 128px;
}

.s-m-b-128 {
  margin-bottom: 128px;
}

.s-m-l-128 {
  margin-left: 128px;
}

.c-b-white {
  background-color: var(--white);
}

.c-b-neutral-20 {
  background-color: #f9fafb;
}

.c-b-neutral-30 {
  background-color: #edf0f3;
}

.c-b-neutral-40 {
  background-color: #dde1e6;
}

.c-b-neutral-50 {
  background-color: #d0d4d9;
}

.c-b-neutral-60 {
  background-color: #aaafb6;
}

.c-b-neutral-70 {
  background-color: #838d95;
}

.c-b-neutral-80 {
  background-color: #636b75;
}

.c-b-neutral-90 {
  background-color: #1e2024;
}

.c-b-black {
  background-color: var(--black);
}

.c-b-primary-10 {
  background-color: #f2f6ff;
}

.c-b-primary-20 {
  background-color: #e5eeff;
}

.c-b-primary-30 {
  background-color: #adc6ff;
}

.c-b-primary-40 {
  background-color: #85a5ff;
}

.c-b-primary-50 {
  background-color: #597ef7;
}

.c-b-primary {
  background-color: var(--primary);
}

.c-b-primary-alt {
  background-color: var(--primary-alt);
}

.c-b-primary-80 {
  background-color: #10239e;
}

.c-b-primary-90 {
  background-color: #061178;
}

.c-b-primary-100 {
  background-color: #030852;
}

.c-b-secondary-10 {
  background-color: #fff2e8;
}

.c-b-secondary-20 {
  background-color: #ffd8bf;
}

.c-b-secondary-30 {
  background-color: #ffbb96;
}

.c-b-secondary-40 {
  background-color: #ff9c6e;
}

.c-b-secondary-50 {
  background-color: #ff7a45;
}

.c-b-secondary {
  background-color: var(--secondary);
}

.c-b-secondary-alt {
  background-color: var(--secondary-alt);
}

.c-b-secondary-80 {
  background-color: #ad2102;
}

.c-b-secondary-90 {
  background-color: #871400;
}

.c-b-secondary-100 {
  background-color: #610b00;
}

.c-b-success-10 {
  background-color: #f6ffed;
}

.c-b-warning-10 {
  background-color: #fffbe6;
}

.c-b-error-10 {
  background-color: #fff1f0;
}

.c-b-info-10 {
  background-color: #e6f7ff;
}

.c-b-success-20 {
  background-color: #d9f7be;
}

.c-b-success-30 {
  background-color: #b7eb8f;
}

.c-b-success-40 {
  background-color: #95de64;
}

.c-b-success-50 {
  background-color: #73d13d;
}

.c-b-success-60 {
  background-color: #52c41a;
}

.c-b-success-70 {
  background-color: #389e0d;
}

.c-b-success-80 {
  background-color: #237804;
}

.c-b-success-90 {
  background-color: #135200;
}

.c-b-success-100 {
  background-color: #092b00;
}

.c-b-warning-20 {
  background-color: #fff1b8;
}

.c-b-warning-30 {
  background-color: #ffe58f;
}

.c-b-warning-40 {
  background-color: #ffd666;
}

.c-b-warning-50 {
  background-color: #ffc53d;
}

.c-b-warning-60 {
  background-color: #faad14;
}

.c-b-warning-70 {
  background-color: #d48806;
}

.c-b-warning-80 {
  background-color: #ad6800;
}

.c-b-warning-90 {
  background-color: #874d00;
}

.c-b-warning-100 {
  background-color: #613400;
}

.c-b-error-20 {
  background-color: #ffccc7;
}

.c-b-error-30 {
  background-color: #ffa39e;
}

.c-b-error-40 {
  background-color: #ff7875;
}

.c-b-error-50 {
  background-color: #ff4d4f;
}

.c-b-error-60 {
  background-color: #f5222d;
}

.c-b-error-70 {
  background-color: #cf1322;
}

.c-b-error-80 {
  background-color: #a8071a;
}

.c-b-error-90 {
  background-color: #820014;
}

.c-b-error-100 {
  background-color: #5c0011;
}

.c-b-info-20 {
  background-color: #bae7ff;
}

.c-b-info-30 {
  background-color: #91d5ff;
}

.c-b-info-40 {
  background-color: #69c0ff;
}

.c-b-info-50 {
  background-color: #40a9ff;
}

.c-b-info-60 {
  background-color: #1890ff;
}

.c-b-info-70 {
  background-color: #096dd9;
}

.c-b-info-80 {
  background-color: #0050b3;
}

.c-b-info-90 {
  background-color: #003a8c;
}

.c-b-info-100 {
  background-color: #002766;
}

.c-t-white {
  color: var(--white);
}

.c-t-neutral-20 {
  color: #f9fafb;
}

.c-t-neutral-30 {
  color: #edf0f3;
}

.c-t-neutral-40 {
  color: #dde1e6;
}

.c-t-neutral-50 {
  color: #d0d4d9;
}

.c-t-neutral-60 {
  color: #aaafb6;
}

.c-t-neutral-70 {
  color: #838d95;
}

.c-t-neutral-80 {
  color: #636b75;
}

.c-t-neutral-90 {
  color: #1e2024;
}

.c-t-black {
  color: var(--black);
}

.c-t-primary-10 {
  color: #f2f6ff;
}

.c-t-primary-20 {
  color: #e5eeff;
}

.c-t-primary-30 {
  color: #adc6ff;
}

.c-t-primary-40 {
  color: #85a5ff;
}

.c-t-primary-50 {
  color: #597ef7;
}

.c-t-primary {
  color: var(--primary);
}

.c-t-primary-alt {
  color: var(--primary-alt);
}

.c-t-primary-80 {
  color: #10239e;
}

.c-t-primary-90 {
  color: #061178;
}

.c-t-primary-100 {
  color: #030852;
}

.c-t-secondary-10 {
  color: #fff2e8;
}

.c-t-secondary-20 {
  color: #ffd8bf;
}

.c-t-secondary-30 {
  color: #ffbb96;
}

.c-t-secondary-40 {
  color: #ff9c6e;
}

.c-t-secondary-50 {
  color: #ff7a45;
}

.c-t-secondary {
  color: var(--secondary);
}

.c-t-secondary-alt {
  color: var(--secondary-alt);
}

.c-t-secondary-80 {
  color: #ad2102;
}

.c-t-secondary-90 {
  color: #871400;
}

.c-t-secondary-100 {
  color: #610b00;
}

.c-t-success-10 {
  color: #f6ffed;
}

.c-t-warning-10 {
  color: #fffbe6;
}

.c-t-error-10 {
  color: #fff1f0;
}

.c-t-info-10 {
  color: #e6f7ff;
}

.c-t-success-20 {
  color: #d9f7be;
}

.c-t-success-30 {
  color: #b7eb8f;
}

.c-t-success-40 {
  color: #95de64;
}

.c-t-success-50 {
  color: #73d13d;
}

.c-t-success-60 {
  color: #52c41a;
}

.c-t-success-70 {
  color: #389e0d;
}

.c-t-success-80 {
  color: #237804;
}

.c-t-success-90 {
  color: #135200;
}

.c-t-success-100 {
  color: #092b00;
}

.c-t-warning-20 {
  color: #fff1b8;
}

.c-t-warning-30 {
  color: #ffe58f;
}

.c-t-warning-40 {
  color: #ffd666;
}

.c-t-warning-50 {
  color: #ffc53d;
}

.c-t-warning-60 {
  color: #faad14;
}

.c-t-warning-70 {
  color: #d48806;
}

.c-t-warning-80 {
  color: #ad6800;
}

.c-t-warning-90 {
  color: #874d00;
}

.c-t-warning-100 {
  color: #613400;
}

.c-t-error-20 {
  color: #ffccc7;
}

.c-t-error-30 {
  color: #ffa39e;
}

.c-t-error-40 {
  color: #ff7875;
}

.c-t-error-50 {
  color: #ff4d4f;
}

.c-t-error-60 {
  color: #f5222d;
}

.c-t-error-70 {
  color: #cf1322;
}

.c-t-error-80 {
  color: #a8071a;
}

.c-t-error-90 {
  color: #820014;
}

.c-t-error-100 {
  color: #5c0011;
}

.c-t-info-20 {
  color: #bae7ff;
}

.c-t-info-30 {
  color: #91d5ff;
}

.c-t-info-40 {
  color: #69c0ff;
}

.c-t-info-50 {
  color: #40a9ff;
}

.c-t-info-60 {
  color: #1890ff;
}

.c-t-info-70 {
  color: #096dd9;
}

.c-t-info-80 {
  color: #0050b3;
}

.c-t-info-90 {
  color: #003a8c;
}

.c-t-info-100 {
  color: #002766;
}

.breadcrumbs-dropdown {
  justify-content: center;
  font-weight: 500;
  display: flex;
}

.breadcrumbs-dropdown:hover {
  color: #597ef7;
}

.breadcrumbs-dropdown:active {
  color: var(--primary-alt);
}

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

.card-title.centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-title.s-p-24.card-icon {
  margin-top: -24px;
  padding-top: 0;
}

.t-a-l {
  text-align: left;
}

.t-a-c {
  text-align: center;
}

.t-a-r {
  text-align: right;
}

.t-a-j {
  text-align: justify;
}

.feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  align-items: center;
}

.feature-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
}

.feature-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}

.hero-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

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

.hero-grid-2 {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
}

.hero-title-centered {
  text-align: center;
  width: 60%;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.hero-title-centered.s-m-b-0 {
  margin-bottom: 0;
}

.wrapper-l {
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.wrapper-l.s-p-t-0 {
  padding-top: 0;
}

.ctas-wrapper {
  margin-top: 1.5rem;
}

.ctas-wrapper.s-m-0 {
  margin-top: 0;
}

.faq-item-wrapper {
  margin-bottom: 24px;
}

.faq-item-wrapper.box {
  background-color: #f9fafb;
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 24px;
}

.faq-item-wrapper.box.last {
  margin-bottom: 0;
}

.faq-item-wrapper-2 {
  border-top: 1px solid #dde1e6;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.faq-col-1 {
  width: 40%;
  padding-right: 16px;
}

.faq-col-2 {
  width: 60%;
}

.faq-question {
  margin-bottom: 8px;
  font-weight: 600;
}

.pricing-card-1 {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  box-shadow: inset 0 0 0 1px #dde1e6;
}

.pricing-card-1.pro {
  box-shadow: inset 0 0 0 2px var(--primary);
}

.pricing-card-1.enterprise {
  box-shadow: inset 0 0 0 2px var(--secondary);
}

.pricing-card-header {
  background-color: var(--white);
  border-bottom: 1px solid #dde1e6;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.price {
  letter-spacing: -.02em;
  margin-bottom: 1rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1;
}

.currency-span {
  color: #838d95;
  padding-right: 4px;
  font-size: 1.5rem;
  font-weight: 500;
}

.price-2 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.price-title {
  font-weight: 600;
  line-height: 40px;
}

.currency-span-2 {
  color: #838d95;
  padding-right: 4px;
  font-size: 1.25rem;
}

.pricing-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.pricing-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  text-align: center;
  border: 1px solid #d0d4d9;
  border-radius: 6px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tooltip-text {
  margin-right: 4px;
  font-weight: 500;
  display: inline-block;
}

.testimonials-logos-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.testimonial-box {
  background-color: #0000;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 32px;
  padding: 0 48px 0 0;
  display: flex;
  position: relative;
}

.testimonial-box.light {
  background-color: var(--white);
  border: 1px solid #dde1e6;
}

.testimonial-box-2 {
  text-align: center;
  background-color: #f9fafb;
  border-radius: 6px;
  padding: 48px 128px;
}

.alert-banner {
  background-color: #fff2e8;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
}

.alert-content-2 {
  display: flex;
}

.contact-link {
  color: #636b75;
  align-items: flex-start;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-link:hover {
  color: var(--primary);
}

.contact-grid {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  background-color: #f9fafb;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  padding: 64px;
}

.contact-image {
  object-fit: cover;
  height: 800px;
}

.collapse-item-2 {
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
}

.modal-buttons-wrapper {
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.testimonial-logo-wrapper {
  background-color: #f9fafb;
  justify-content: center;
  align-items: center;
  height: 128px;
  display: flex;
}

.hero-video {
  border-radius: 20px;
}

.wrapper-s {
  padding-top: 32px;
  padding-bottom: 32px;
}

.hero-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.hero-form-wrapper {
  background-color: var(--white);
  border: 1px solid #dde1e6;
  border-radius: 6px;
  margin-left: 64px;
  margin-right: 64px;
  padding: 48px;
  box-shadow: 0 4px 8px #00000026;
}

.long-content-menu-left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  align-items: start;
}

.long-content-center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  background-color: var(--primary-alt);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.white {
  background-color: var(--white);
}

.utility-page-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 300px;
  margin-top: 32px;
  display: flex;
}

.class-label {
  background-color: var(--primary);
  color: #fff;
  border: 1px solid #0050b3;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: .875rem;
  font-weight: 400;
  display: inline-block;
}

.class-label.body {
  background-color: var(--secondary);
  border-color: #86285f;
}

.class-label-wrapper {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.backtotop-wrapper {
  z-index: 999;
  position: fixed;
  inset: auto 16px 48px auto;
}

.hidden {
  display: none;
}

.color-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  display: flex;
}

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

.color-block.c-b-primary-alt {
  background-color: var(--primary-alt);
}

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

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

.color-block.c-b-secondary-alt {
  background-color: var(--secondary-alt);
}

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

.color-block.c-b-light-bg {
  background-color: var(--light-bg);
}

.color-block.c-b-dark-bg {
  background-color: var(--dark-bg);
}

.alert-banner-2 {
  background-color: var(--primary-alt);
  color: var(--white);
  text-align: center;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.brand-logo-image {
  object-fit: contain;
  height: 3rem;
}

.customize-page-wrapper {
  display: flex;
}

.customize-instructions {
  border-right: 1px solid #d0d4d9;
  width: 35%;
  height: 100vh;
}

.customize-preview {
  width: 75%;
  height: 100vh;
}

.style-wrapper {
  background-color: #f9fafb;
  border: 1px dashed #d0d4d9;
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 24px;
  position: relative;
}

.tabs-menu {
  box-shadow: inset 0 -1px #d0d4d9;
}

.tabs-menu.styles {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.docsui {
  display: block;
}

.hero-section.hero-big {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Image-Placeholder-2.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.hero-gradient {
  background-image: linear-gradient(#f0f5ff, #fff 62%);
}

.testimonials-section {
  overflow: hidden;
}

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

.color-table-label {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
}

.color-table-label.color-group-name {
  text-align: right;
  justify-content: flex-end;
  padding-left: 8px;
  padding-right: 8px;
}

.color-table-swatch {
  height: 48px;
}

.color-table-swatch.c-b-neutral-90 {
  background-color: #1e2024;
}

.row {
  flex-direction: row;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.column {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

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

.lightbox-centered {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-box-wrapper {
  background-color: #f9fafb;
  border-radius: 20px;
  padding: 64px;
}

.section-box-wrapper.c-b-neutral-10 {
  background-color: var(--white);
}

.feature-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 64px;
}

.feature-content-wrapper.right {
  padding-left: 64px;
}

.feature-content-wrapper.left {
  padding-right: 64px;
}

.dropdown-fluid {
  display: block;
}

.dropdown-menu-1 {
  z-index: 8;
  cursor: pointer;
  display: none;
}

.dropdown-menu-1:active {
  background-color: #b3d6f9;
}

.dropdown-menu-1.w--open {
  background-color: var(--white);
  color: #1e2024;
  border: 1px solid #dde1e6;
  border-radius: 6px;
  width: 200px;
  margin-top: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px #0003;
}

.dropdown-menu-item---navbar {
  background-color: #0000;
  padding: 8px 16px;
}

.dropdown-menu-item---navbar:hover {
  background-color: #f2f6ff;
}

.dropdown-menu-item---navbar.w--current {
  color: var(--white);
  background-color: #2f54eb;
}

.dropdown-menu-item---navbar.dark {
  color: #aaafb6;
}

.dropdown-menu-item---navbar.dark:hover {
  background-color: #ffffff0d;
}

.dropdown-menu-item---navbar.dark:active, .dropdown-menu-item---navbar.dark:focus {
  background-color: #ffffff14;
}

.feature-icon-wrapper {
  width: 48px;
  height: 48px;
  color: var(--primary);
  background-color: #f2f6ff;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.feature-icon-wrapper.dark {
  color: var(--white);
  background-color: #1e2024;
}

.feature-icon-wrapper.alt {
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  margin-right: 16px;
}

.text-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-wrapper.centered {
  text-align: center;
  justify-content: center;
}

.text-wrapper.centered._80p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-wrapper.s-m-24 {
  margin-bottom: 0;
  padding-bottom: 24px;
}

.text-wrapper.s-m-p-24 {
  padding: 24px;
}

.text-wrapper.hero-text {
  background-color: var(--secondary);
  text-align: center;
  width: 100%;
  padding: 35px;
}

.text-wrapper.hero-sub {
  background-color: var(--black);
  text-align: center;
  width: 100%;
  padding: 35px;
}

.text-wrapper.sticky-title {
  align-items: flex-start;
}

.navbar-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-left: 8px;
  display: flex;
}

.navbar-buttons.mobile {
  display: none;
}

.avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

.avatar.default {
  border: 2px solid var(--white);
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 3px var(--primary);
}

.avatar.default.group {
  box-shadow: none;
  margin-right: -8px;
}

.avatar.small {
  border: 1px solid var(--white);
  width: 32px;
  height: 32px;
  box-shadow: 0 0 0 3px var(--primary);
}

.avatar.small.group {
  box-shadow: none;
  margin-right: -8px;
}

.avatar.large.group {
  box-shadow: none;
  margin-right: -16px;
}

.avatar.large {
  border: 2px solid #fff;
  width: 56px;
  height: 56px;
  box-shadow: 0 0 0 3px #013e3e;
}

.avatar-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.avatar-wrapper.vertical {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.avatar-wrapper.horizontal {
  align-items: stretch;
  display: flex;
}

.avatar-label-text {
  margin-left: 1rem;
}

.avatar-label-text.centered {
  text-align: center;
  margin-top: 8px;
  margin-left: 0;
}

.code-span {
  color: var(--black);
  background-color: #edf0f3;
  border: 1px solid #d0d4d9;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Inter;
  font-size: .875rem;
  display: none;
}

.custom-code-embeds {
  display: none;
}

.lc-countdown {
  margin-left: 4px;
  display: inline;
}

.lc-countdown.big {
  display: flex;
}

.lc-countdown-wrapper {
  display: inline-block;
}

.lc-countdown-wrapper.vertical {
  flex-direction: column;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.lc-countdown-count {
  margin-right: 2px;
  font-weight: 600;
  display: inline-block;
}

.lc-countdown-count.big {
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.25;
}

.lc-countdown-label {
  margin-right: 4px;
  display: inline-block;
}

.cookie-notification {
  background-color: var(--white);
  color: #1e2024;
  border: 1px solid #dde1e6;
  border-radius: 6px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  display: flex;
  box-shadow: 0 2px 8px #00000026;
}

.countdown-banner {
  color: var(--white);
  text-align: center;
  background-color: #cf1322;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.countdown-banner.c-b-primary-10 {
  background-color: #f2f6ff;
}

.dropdown-menu-breadcrumbs {
  z-index: 8;
  background-color: var(--white);
  border-radius: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.dropdown-menu-breadcrumbs.w--open {
  background-color: var(--white);
  color: #1e2024;
  width: 200px;
  margin-top: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px #0003;
}

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

.tabs-menu-vertical {
  flex-direction: column;
  width: 35%;
  margin-right: 12px;
  display: flex;
}

.tabs-content-vertical {
  width: 65%;
  margin-left: 12px;
}

.tab-vertical {
  background-color: #0000;
  border-radius: 6px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 16px 24px;
}

.tab-vertical:hover {
  background-color: #f9fafb;
}

.tab-vertical.w--current {
  cursor: pointer;
  background-color: #f2f6ff;
  padding: 16px 24px;
}

.section-title-column {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

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

.tabs-switch-menu {
  text-align: center;
  background-color: #edf0f3;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  display: flex;
}

.tab-switch {
  color: #636b75;
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  padding: 8px 24px;
  font-weight: 500;
  display: flex;
}

.tab-switch.w--current {
  background-color: var(--white);
  color: var(--black);
  box-shadow: 1px 1px 3px #00000014;
}

.list-vertical {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.stars-wrapper {
  margin-bottom: 8px;
}

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

.slide-nav {
  display: none;
}

.testimonials-mask {
  align-self: stretch;
  max-width: 580px;
  overflow: visible;
}

.testimonials-slide {
  margin-right: 24px;
}

.slider-left-arrow {
  background-color: var(--black);
  border-radius: 100%;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  inset: auto 12% 0% auto;
}

.slider-left-arrow:hover {
  background-color: var(--primary);
}

.slider-arrow-icon {
  font-size: 1.5rem;
}

.slider-right-arrow {
  background-color: var(--black);
  border-radius: 100%;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  inset: auto 0% 0% auto;
}

.slider-right-arrow:hover {
  background-color: var(--primary);
}

.countup-number {
  color: var(--black);
  margin-bottom: .25rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.countup-number.alt {
  color: var(--primary);
  font-size: 2.25rem;
}

.countup {
  color: #1e2024;
  text-align: center;
}

.countup.alt {
  background-color: #f9fafb;
  border-radius: 6px;
  padding: 24px;
}

.countup-wrapper {
  justify-content: center;
  display: flex;
}

.countup-plus {
  margin-bottom: .25rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.countup-plus.alt {
  color: var(--primary);
  font-size: 2.25rem;
}

.lc-text-replace {
  display: flex;
}

.dropdown-menu-separator {
  background-color: #dde1e6;
  width: 100%;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.dropdown-link-w-icon {
  color: #636b75;
  align-items: center;
  width: 100%;
  padding: 6px 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-w-icon:hover {
  background-color: #f9fafb;
}

.dropdown-link-w-icon:active {
  background-color: #edf0f3;
}

.slide-1 {
  background-color: #f2f6ff;
  height: 100%;
}

.slider {
  background-color: #0000;
  height: 100%;
}

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

.right-arrow {
  color: #1e2024;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-2 {
  background-color: #f9fafb;
}

.slide-3 {
  background-color: var(--black);
}

.megamenu {
  background-color: var(--white);
  border-bottom: 1px solid #dde1e6;
  display: none;
  position: absolute;
  inset: 68px 0% auto;
}

.megamenu.dark {
  background-color: var(--black);
  border-bottom-color: #1e2024;
}

.megamenu-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 24px;
  padding-bottom: 48px;
}

.nav-megamenu-trigger {
  color: #636b75;
  cursor: pointer;
  border-radius: 6px;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.nav-megamenu-trigger:hover {
  color: var(--primary);
}

.nav-megamenu-trigger:active, .nav-megamenu-trigger:focus {
  background-color: #f9fafb;
}

.nav-megamenu-trigger.w--open {
  display: flex;
}

.nav-megamenu-trigger.color-inverse {
  color: #aaafb6;
}

.nav-megamenu-trigger.color-inverse:hover {
  color: var(--white);
}

.nav-megamenu-trigger.color-inverse:active {
  background-color: #1e2024;
}

.nav-megamenu-trigger.color-inverse:focus {
  color: var(--white);
  background-color: #1e2024;
}

.megamenu-dropdown {
  border-radius: 6px;
}

.megamenu-mobile {
  background-color: var(--white);
  border-bottom: 1px solid #dde1e6;
  display: none;
}

.nav-megamenu-list {
  margin-bottom: 0;
}

.megamenu-2 {
  background-color: var(--white);
  border-bottom: 1px solid #dde1e6;
  display: none;
  position: absolute;
  inset: 68px 0% auto;
}

.megamenu-2.dark {
  background-color: var(--black);
  border-bottom-color: #1e2024;
  display: none;
}

.megamenu-nav-link-box {
  background-color: #0000;
  border-radius: 6px;
  align-items: flex-start;
  padding: 24px;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.megamenu-nav-link-box:hover {
  background-color: #f9fafb;
}

.megamenu-nav-link-box:active {
  background-color: #edf0f3;
}

.megamenu-nav-link-box:focus {
  box-shadow: 0 0 0 2px var(--white), 0 0 0 5px var(--primary);
  background-color: #f9fafb;
}

.megamenu-nav-link-box.dark:hover {
  background-color: #ffffff0d;
}

.megamenu-nav-link-box.dark:active {
  background-color: #1e2024;
}

.megamenu-nav-link-box.dark:focus {
  box-shadow: 0 0 0 2px var(--black), 0 0 0 5px var(--white);
  background-color: #1e2024;
}

.megamenu-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: -24px;
  margin-right: -24px;
  padding-top: 24px;
  padding-bottom: 48px;
}

.megamenu-navlink-text-wrapper {
  align-self: stretch;
  margin-left: 16px;
}

.preview-area {
  background-color: #edf0f3;
  height: 400px;
}

.tabs-content {
  overflow: visible;
}

.collapse-wrapper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-box-small {
  background-color: var(--white);
  border: 1px solid #dde1e6;
  border-radius: 6px;
  padding: 24px;
  font-size: .875rem;
  line-height: 1.5;
  display: flex;
}

.cta-box {
  border-radius: 20px;
  padding: 64px;
}

.grid-blog-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.card-image-blog-big {
  border-radius: 6px;
}

.card-blog-text-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.card-blog-big-grid {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  place-items: center stretch;
}

.feature-list-item {
  background-color: var(--white);
  border-radius: 6px;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px;
  display: flex;
}

.feature-list-item.alt {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 1px 3px #00000014;
}

.feature-grid-4 {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 3fr;
}

.feature-grid-4.reversed {
  grid-template-columns: 3fr 1.75fr;
}

.feature-section-image {
  margin-bottom: 32px;
}

.feature-section-image.s-m-b-0 {
  margin-bottom: 0;
}

.l-g-2x1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.l-g-1x2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.countup-number-big {
  color: var(--primary);
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
  display: inline-block;
}

.countup-wrapper-2 {
  align-items: flex-end;
  margin-bottom: 8px;
  display: flex;
}

.pricing-card-3 {
  background-color: var(--white);
  border: 1px solid #d0d4d9;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.pricing-card-3.pro {
  border-width: 2px;
  border-color: var(--primary);
}

.footer-address {
  margin-top: 0;
}

.wrapper-box {
  background-color: #f9fafb;
  padding: 64px;
}

.age-verification-cont {
  z-index: 1000;
  opacity: 0;
  background-color: #070303cc;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.age-verification-form {
  background-color: var(--white);
  border-radius: 6px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.age-verification-wrapper {
  padding: 48px;
  position: relative;
}

.verify-age-alert {
  opacity: 0;
  color: #cf1322;
  text-align: center;
  background-color: #fff1f0;
  width: 100%;
  padding: 4px 10px;
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dropdown {
  display: block;
}

.tags {
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}

.tags-wrapper {
  flex: 1;
  display: flex;
}

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

.breadcrumbs-back-mobile {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.multiple-select-content {
  color: #636b75;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  display: flex;
}

.text-wrapper-l {
  padding-right: 64px;
}

.testimonial-author {
  color: var(--black);
  margin-bottom: 0;
  font-weight: 600;
}

.image-full-width {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 480px;
}

.hero-image-big-text-wrapper {
  margin-bottom: 48px;
}

.image-responsive {
  object-fit: cover;
  width: 100%;
  height: 480px;
}

.countup-title {
  margin-bottom: .5rem;
  font-weight: 600;
}

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

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

.pricing-list-title {
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-weight: 600;
}

.pricing-card-2 {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 8px #0000001a;
}

.pricing-card-2-header {
  background-color: #edf0f3;
  align-self: stretch;
  padding: 32px;
}

.pricing-card-2-header.pro {
  color: var(--primary);
  background-color: #e5eeff;
}

.pricing-card-2-header.enterprise {
  color: #ad2102;
  background-color: #fff2e8;
}

.pricing-2-card-title {
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.price-month-span {
  font-size: 1.125rem;
}

.pricing-card-list {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.pricing-card-4 {
  background-color: #1e2024;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 8px #0000001a;
}

.pricing-card-4.pro {
  box-shadow: inset 0 0 0 2px var(--white), 0 4px 8px 0 #0000001a;
}

.pricing-card-4-header {
  align-self: stretch;
  padding: 32px 32px 0;
}

.pricing-3-card-title {
  color: var(--white);
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.l-g-1-col {
  grid-template-columns: 1fr;
}

.testimonials-feature-text-wrapper {
  padding-right: 64px;
}

.long-content-menu-right {
  grid-column-gap: 128px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  align-items: start;
}

.overview-list-grid {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  background-color: #f9fafb;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 120px;
  padding: 32px;
}

.docs-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.docs-section.first {
  padding-top: 0;
}

.docs-section.last {
  padding-bottom: 0;
}

.input-description {
  margin-bottom: .75rem;
}

.footer-docs {
  background-color: #f9fafb;
  border-top: 1px solid #dde1e6;
}

.footer-bottom-docs {
  color: #636b75;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-docs-embed {
  display: none;
}

.footer-docs-navigation {
  margin-left: -16px;
}

.lc-embed {
  display: none;
}

.style-guide-content-section {
  flex: 1;
}

.testimonial-logo {
  opacity: .5;
  filter: grayscale();
  width: 50%;
}

.megamenu-item-icon {
  width: 48px;
  height: 48px;
  color: var(--primary);
  background-color: #f2f6ff;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.megamenu-item-icon.dark {
  color: var(--white);
  background-color: #636b75;
}

.megamenu-link-description {
  margin-bottom: 0;
}

.megamenu-link-description.dark {
  color: #838d95;
}

.megamenu-link-title {
  color: var(--black);
  margin-bottom: .5rem;
  font-weight: 600;
}

.megamenu-link-title.c-t-white {
  color: var(--white);
}

.color-text-block {
  background-color: #fff;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  display: flex;
  box-shadow: inset 0 0 0 1px #0000001a;
}

.color-text-block.dark {
  background-color: #000;
}

.horizontal-card-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(250px, 250px) 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 32px;
  display: grid;
}

.footer-3 {
  text-align: left;
  background-color: #fff;
  border-top: 1px solid #e0e3e6;
  align-items: flex-start;
  padding-top: 64px;
  padding-left: 0;
  padding-right: 0;
}

.footer-3.dark {
  color: #fff;
  background-color: #0e0f11;
  border-top-color: #3c404b;
}

.footer-3.dark.no-padding {
  padding-top: 0;
}

.text-block-2 {
  color: #135200;
}

.form-map-wrapper {
  height: auto;
  position: relative;
}

.footer-column {
  flex: 1;
  padding-top: 32px;
  padding-bottom: 40px;
}

.footer-column.right {
  border-left: 1px solid #ffffff0f;
}

.footer-column.left {
  border-right: 1px solid #ffffff0f;
}

.long-content-center-2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.carousel-slider._7 {
  right: -72%;
}

.carousel-slider._2 {
  right: -12%;
}

.carousel-slider._6 {
  right: -60%;
}

.carousel-slider._3 {
  right: -24%;
}

.carousel-slider._5 {
  right: -48%;
}

.carousel-slider._8 {
  right: -84%;
}

.carousel-slider._4 {
  right: -36%;
}

.team-photo {
  border-radius: 200px;
  width: 96px;
  height: 96px;
  position: relative;
  overflow: hidden;
}

.button-text-2 {
  display: inline-block;
}

.button-text-2.semibold {
  font-weight: 600;
}

.map {
  width: 100%;
  height: 100%;
}

.form-testimonial {
  background-color: #2f54eb;
}

.l-g-3-col-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.testimonial-quote {
  position: relative;
}

.quote-icon {
  width: 100px;
  position: absolute;
  top: -50px;
  left: -16px;
}

.c-t-primary-60-2 {
  color: #2f54eb;
}

.bustout-image {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bustout-image.right {
  left: auto;
  right: 0;
}

.team-item {
  margin-bottom: 24px;
  display: flex;
}

.link-icon {
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.link-icon:hover {
  color: #597ef7;
}

.link-icon:active {
  color: #1d39c4;
}

.link-icon:focus {
  color: #597ef7;
}

.link-icon.inline-text {
  padding-right: 16px;
}

.wrapper-bustout {
  padding-top: 128px;
  padding-bottom: 128px;
}

.button-spacer {
  margin-top: 8px;
}

.bustout-layout {
  position: relative;
}

.map-wrapper {
  height: 450px;
  position: relative;
  inset: 0% 0% auto;
}

.map-wrapper.cc-absolute {
  position: absolute;
}

.funnel-line {
  color: #838d95;
  background-color: #2f54eb;
  width: 10px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.funnel-link {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.center-content {
  text-align: center;
}

.card-image-tag {
  z-index: 1;
  background-color: #2f54eb;
  padding: 6px 10px 8px;
  position: absolute;
  inset: 0 auto auto 0;
}

.form-wrapper {
  margin-top: 12px;
  margin-bottom: 24px;
}

.team-wrap {
  flex: 1;
}

.vertical-menu-list-item-2 {
  margin-bottom: 8px;
}

.l-g-2-col-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.avatar-label-text-2 {
  margin-left: 12px;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
}

.carousel.is_contained.is_spaced {
  padding-top: 30px;
}

.main-tabs-menu {
  box-shadow: inset 0 -1px #d0d4d9;
}

.main-tabs-menu.styles {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.team-contact-info {
  flex-wrap: wrap;
  padding-bottom: 8px;
  display: flex;
}

.card-image-tagline {
  color: #2f54eb;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
}

.card-image-tagline.image-tag {
  color: #fff;
  margin-bottom: 0;
}

.input-label {
  margin-bottom: 4px;
  font-weight: 400;
}

.corner-left-arrow {
  width: 50px;
  height: 76px;
  transition: all .25s ease-out;
  inset: auto 70px 12px auto;
}

.corner-left-arrow:hover {
  opacity: .55;
}

.gallery-cards {
  overflow: hidden;
}

.sm-icon-link-2 {
  margin-right: 12px;
}

.outro-action {
  text-align: right;
  margin-top: 40px;
}

.image-row-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 75vh;
  display: grid;
}

.image-fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.success-message {
  background-color: #f6ffed;
  border-radius: 4px;
}

.error-message {
  color: #cf1322;
  text-align: center;
  background-color: #fff1f0;
  border-radius: 4px;
  padding: 20px;
}

.feature-double {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
  position: relative;
}

.form-box {
  background-color: #fff;
  width: 65%;
  margin-bottom: 128px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  position: relative;
  inset: 204px 0% 0;
  box-shadow: 0 1px 3px #0000001a;
}

.bustout-content {
  width: 45%;
  margin-left: auto;
}

.bustout-content.right {
  margin-left: 0;
}

.input-button {
  color: #fff;
  text-align: center;
  background-color: #2f54eb;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  transition: background-color .25s;
  display: inline-block;
  position: relative;
}

.input-button:hover {
  background-color: #597ef7;
}

.input-button:active {
  background-color: #1d39c4;
}

.input-button:focus {
  background-color: #597ef7;
}

.input-button.medium.form-button {
  width: 100%;
  margin-bottom: 12px;
}

.input-button.medium.secondary {
  box-shadow: none;
  color: #2f54eb;
  background-color: #f0f5ff;
}

.input-button.medium.secondary:hover {
  color: #597ef7;
  background-color: #f0f5ff;
}

.input-button.medium.secondary:active {
  color: #1d39c4;
  background-color: #d6e4ff;
}

.input-button.medium.secondary:focus {
  color: #597ef7;
}

.carousel-mask {
  width: 40%;
  overflow: visible;
}

.corner-right-arrow {
  width: 50px;
  height: 76px;
  transition: all .25s ease-out;
  inset: auto 20px 12px auto;
}

.corner-right-arrow:hover {
  opacity: .5;
}

.team-name {
  flex: 1;
  padding-left: 32px;
}

.footer-text {
  color: #838d95;
  padding-bottom: 6px;
  line-height: 1.75;
}

.funnel-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 480px;
  margin-top: 32px;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

.footer-column-container {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.feature-double-image {
  position: relative;
}

.social-media-icon-2 {
  opacity: .35;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.social-media-icon-2:hover {
  opacity: 1;
}

.footer-bottom-4 {
  color: #838d95;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.card-date-info {
  padding-bottom: 16px;
}

.arrow-right {
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

.funnel-content {
  padding-top: 16px;
  padding-bottom: 14px;
  padding-left: 32px;
  position: absolute;
  inset: auto auto 0 0;
}

.map-contact-section {
  position: relative;
}

.form-testimonal-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-image-horizontal {
  width: 260px;
  height: 100%;
  min-height: 180px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.content-with-sidecolumn {
  align-items: flex-start;
  display: flex;
}

.arrow-left {
  width: 50px;
  height: 50px;
  inset: auto auto 0% 0%;
}

.inline-text {
  padding-right: 4px;
  display: inline;
}

.inline-text.muted {
  opacity: .6;
}

.inline-text.muted.cc-divider {
  padding-left: 4px;
  padding-right: 8px;
}

.footer-columns {
  border-bottom: 1px solid #ffffff0f;
  display: flex;
}

.card-main-content {
  border-right: 1px solid #edf0f3;
  flex: 1;
  padding-right: 32px;
}

.form-submission {
  background-color: #edf0f3;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 48px 48px 44px;
  display: flex;
}

.testimonial-sidebox {
  flex-direction: column;
  justify-content: center;
  padding: 48px;
  display: flex;
}

.gallery-l {
  object-fit: cover;
  height: 50vh;
  min-height: 500px;
  max-height: 600px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.motto-wrap {
  flex: none;
  width: 100%;
  max-width: 100%;
  padding-right: 64px;
  display: block;
}

.motto-wrap.sticky-column {
  position: sticky;
  top: 80px;
}

.motto-wrap.l {
  max-width: 580px;
}

.input-2 {
  background-color: #f9fafb;
  border: 1px solid #d0d4d9;
  border-radius: 0;
  margin-bottom: .75rem;
  font-size: 1rem;
}

.input-2:hover {
  border-color: #597ef7;
}

.input-2:active {
  border-color: #1d39c4;
}

.input-2:focus {
  background-color: #fff;
  border-color: #2f54eb;
}

.input-2.medium {
  height: 48px;
  box-shadow: inset 1px 1px 2px #00000026;
}

.input-2.medium.bg-dark {
  background-color: #0e0f11;
  border-color: #3c404b;
}

.input-2.medium.bg-dark:hover {
  border-color: #fff;
}

.input-2.medium.bg-dark:focus {
  border-color: #2f54eb;
}

.input-2.medium.bg-dark::placeholder {
  color: #f9fafb;
}

.input-2.medium.bg-dark.no-margin {
  border-right-style: none;
  margin-bottom: 0;
}

.input-2.textarea {
  min-height: 96px;
  box-shadow: inset 1px 1px 2px #0e0f1126;
}

.quote.form-testimonial-quote {
  color: #fff;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 400;
  position: relative;
}

.feature-image {
  position: relative;
}

.loader {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-background {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.brand {
  width: 180px;
  position: relative;
}

.flex-2 {
  display: flex;
}

.flex-2.align-center {
  align-items: center;
  height: 100%;
}

.meta-contact {
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.aux-link {
  text-decoration: none;
  display: flex;
}

.phone-link {
  color: #fff;
}

.request-appointment-link {
  background-color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
}

.button-text-3 {
  display: inline-block;
}

.button-text-3.nav-icon-link {
  color: #fff;
}

.lf-nav-container {
  width: 48px;
  height: 48px;
}

.code-span-2 {
  color: #0e0f11;
  background-color: #edf0f3;
  border: 1px solid #d0d4d9;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Inter;
  font-size: .875rem;
  display: inline-block;
}

.social-line {
  background-color: #d0d4d9;
  width: 1px;
  height: 100px;
}

.map-section {
  position: relative;
}

.contact-page-map-embed {
  filter: saturate(0%);
  width: 100%;
  height: 100%;
}

.contact-map-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.contact-map-container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.social-link-button {
  opacity: .33;
  border: 1px solid #0e0f11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: inline-block;
}

.social-link-button:hover {
  opacity: 1;
}

.spacer-div-20px {
  width: 20px;
  height: 20px;
}

.social-icon-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.side-social {
  background-color: #fff;
  width: 100px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.side-social.hide-for-now {
  display: none;
}

.store-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.contact-grid-2-col {
  grid-column-gap: 16px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-grid-2-col.contact-page {
  grid-column-gap: 0px;
  grid-row-gap: 64px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  padding: 0 20px 0 0;
  display: grid;
  box-shadow: 1px 1px 10px 1px #0000001a;
}

.contact-form-block.contact-page {
  padding: 64px;
}

.contact-icon-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.contact-icon-wrapper.hours {
  grid-column-gap: 5px;
  grid-row-gap: 42px;
  color: var(--secondary);
  flex-direction: row;
  align-items: flex-start;
  margin-top: 64px;
}

.feature-content-contain {
  display: block;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.contact-bold {
  color: #fff;
}

.contact-info {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 64px;
}

.push-up-contact-area {
  background-color: #fff;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -128px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.contact-page-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--secondary);
  margin-bottom: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-page-link:hover {
  color: var(--black);
}

.contact-page-link.email {
  margin-bottom: 0;
}

.footer-logo-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.privacy-policy-link {
  color: var(--white);
  text-decoration: none;
}

.privacy-policy-link:hover {
  color: var(--black);
}

._404-image {
  max-width: 500px;
}

.password-page-image {
  width: 100px;
}

.secondary-accent {
  color: var(--secondary);
}

.hero-text-wrapper {
  width: 60%;
}

.privacy-policy-details {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.log-link {
  color: var(--dark-text);
  margin-top: 32px;
}

.image-wrapper {
  border-radius: 30px;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.image-wrapper._500h {
  height: 500px;
}

.image-wrapper.related-blog-img {
  height: 120px;
}

.link-block {
  height: 100%;
}

.color {
  background-color: #edf0f3;
  border-radius: 30px;
}

.hidden-radio-button {
  display: none;
}

.radio-button-field-2 {
  padding-left: 0;
}

.radio-button-label-2 {
  background-color: #edf0f3;
  margin-bottom: 0;
  margin-right: 8px;
  padding: 6px 14px;
  font-weight: 500;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.absolute-category {
  z-index: 1;
  position: absolute;
  inset: 3% 3% auto auto;
}

.category-tag {
  padding: 4px 8px;
}

.radio-button-3 {
  display: none;
}

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

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

.relative {
  position: relative;
}

.relative._500h {
  height: 500px;
}

.material-icons-2 {
  color: #9b7b45;
}

.material-icons-2.star {
  color: #faad14;
  margin-right: 4px;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.slider-right-arrow-2 {
  background-color: #0e0f11;
  border-radius: 100%;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  right: -18px;
}

.slider-right-arrow-2:hover {
  background-color: #013e3e;
}

.body-text-2 {
  color: #636b75;
  margin-top: 0;
}

.body-text-2.m {
  color: #1e2024;
  letter-spacing: -.011em;
}

.body-text-2.m.bold {
  font-weight: 600;
}

.testimonial-box-3 {
  background-color: #f9fafb;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px;
  display: flex;
}

.testimonial-box-3.light {
  background-color: #fff;
  border: 1px solid #dde1e6;
}

.slider-left-arrow-2 {
  background-color: #0e0f11;
  border-radius: 100%;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  left: -20px;
}

.slider-left-arrow-2:hover {
  background-color: #013e3e;
}

.testimonials-section-2 {
  height: 100%;
  max-height: 300px;
  overflow: hidden;
}

.testimonial-quote-icon {
  z-index: 1;
  width: 125px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.review-text {
  color: var(--white);
  font-size: 1.25rem;
}

.avatar-image {
  width: 75px;
  height: 75px;
}

.pink {
  color: #ff7875;
}

.thank-you {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.filter-button {
  cursor: pointer;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.body-text-3 {
  color: #3c404b;
  margin-top: 0;
}

.body-text-3.l {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.x-button {
  display: none;
}

.filter-cat-list {
  justify-content: center;
  display: flex;
}

.filter-form-list-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-body {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-body.features {
  grid-row-gap: 48px;
}

.blog-breadcrumbs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.blog-back-icon {
  width: 20px;
  height: 20px;
}

.related-posts {
  position: sticky;
  top: 32px;
}

.related-blog-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.related-blog-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.sticky {
  position: relative;
}

.empty-state {
  display: none;
}

.button-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}

.title-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.contact-info-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--light-text);
  align-items: flex-start;
  display: flex;
}

.contact-info-block.dark {
  color: var(--dark-text);
}

.contact-icon {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}

.footer-contact-blocks {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.address-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grouped-hours {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.contact-page-blocks {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.individual-hours {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.filter-grid {
  display: flex;
}

.search-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field {
  margin-bottom: 0;
}

.page-search {
  border-radius: 30px;
  margin-bottom: 0;
  padding: 8px 16px;
}

.search-wrapper {
  z-index: 99;
  background-color: var(--light-bg);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 32px auto 0;
  padding: 16px;
  display: flex;
  position: sticky;
  top: 32px;
  box-shadow: 0 2px 5px #0003;
}

.form-2 {
  width: 100%;
}

.post-block {
  position: relative;
}

.copyright-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.body-text-4 {
  color: #636b75;
  margin-top: 0;
}

.body-text-4.l {
  letter-spacing: -.014em;
  font-size: 1.125rem;
  line-height: 1.75;
}

.hero-section-2 {
  background-image: url('../images/2023-03-15_14-45-36_1678913145.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

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

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #56654e;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.button-2:hover {
  background-color: #394334;
}

.button-2.medium {
  border-radius: 6px;
  padding: 8px 20px;
}

.button-2.medium:hover {
  background-color: #394334;
}

.button-2.medium.outline {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
}

.button-2.medium.outline:hover {
  color: #ffebb6;
  background-color: #0000;
  border-color: #ffebb6;
}

.button-2.medium.secondary {
  box-shadow: none;
  color: #56654e;
  background-color: #fff;
  border: 2px solid #fff;
}

.button-2.medium.secondary:hover {
  color: #ffebb6;
  background-color: #0000;
}

.heading-2 {
  color: #0e0f11;
}

.heading-2.xl {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 4rem;
  line-height: 1.25;
}

.heading-2.xl.c-t-secondary-10 {
  margin-bottom: auto;
}

._50-image-right {
  object-fit: cover;
  width: 50%;
  max-width: 50%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-block-2 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.l-g-2-col-3 {
  grid-column-gap: 64px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._50-image-left {
  object-fit: cover;
  width: 50%;
  max-width: 50%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0;
}

.absolute {
  z-index: 2;
  width: 100%;
  height: 64px;
  margin-bottom: -4px;
  position: absolute;
  inset: auto 0% 0%;
}

.absolute-2 {
  width: 100%;
  margin-bottom: -4px;
  position: absolute;
  inset: auto 0% 0%;
}

.form-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vertical-menu-link-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
}

.vertical-menu-link-2:hover {
  color: #10239e;
  text-decoration: none;
}

.vertical-menu-link-2.no-hover {
  font-weight: 400;
}

.vertical-menu-link-2.no-hover:hover {
  color: #fff;
}

.form-submission-2 {
  background-color: #fff;
  border-radius: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 48px 48px 44px;
  display: flex;
  box-shadow: 0 15px 20px #0e0f1133;
}

.testimonial-sidebox-2 {
  flex-direction: column;
  justify-content: center;
  padding: 48px;
  display: flex;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #79afde;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  transition: background-color .25s;
  display: inline-block;
  position: relative;
}

.button-3:hover {
  background-color: #6da5d7;
}

.button-3:active {
  background-color: #232b35;
}

.button-3:focus {
  background-color: #6da5d7;
}

.button-3.medium {
  text-transform: uppercase;
  background-color: #79afde;
  border-radius: 14px;
  padding: 14px 24px;
  font-weight: 500;
}

.button-3.medium:hover {
  background-color: #3c88ca;
}

.vertical-menu-list-item-3 {
  margin-bottom: 6px;
}

.wrapper-m-2 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.text-field-2 {
  background-color: #6da5d71a;
  border-radius: 4px;
}

.heading-3 {
  color: #3c235f;
  font-weight: 400;
}

.heading-3.m {
  color: #3c235f;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading-3.m.c-t-neutral-10 {
  color: #fff;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}

.heading-3.m.c-t-neutral-10.link {
  font-size: 1.6rem;
  font-weight: 400;
}

.heading-3.m.c-t-neutral-10.link:hover {
  color: #061178;
}

.heading-3.l {
  color: #3c235f;
  margin-top: 0;
  margin-bottom: .75rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading-3.l.c-t-neutral-10 {
  color: #fff;
  font-weight: 400;
}

.heading-3.l.s-m-l-14 {
  font-weight: 400;
}

.form-testimonal-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-wrapper-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.form-testimonial-2 {
  background-color: #6da5d7;
}

.container-3 {
  z-index: 2;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.success-message-2 {
  background-color: #79afde63;
  border-radius: 14px;
}

.div-block-22 {
  height: 100%;
}

.div-block-23 {
  position: sticky;
  top: 64px;
}

.div-block-24 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.div-block-25 {
  background-image: url('../images/pattern-dot.png');
  background-position: 0 0;
  background-size: auto;
}

.dotted-bg {
  z-index: 0;
  background-image: url('../images/pattern-dot.png');
  background-position: 0 0;
  background-size: auto;
  width: 500px;
  height: 300px;
  position: absolute;
  bottom: 0;
  right: auto;
}

.dotted-bg.about-text {
  z-index: 2;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  bottom: -49px;
  left: 0;
  right: 260px;
}

.dotted-bg.cta {
  z-index: 2;
  width: 300px;
  height: 100px;
  margin-left: auto;
  margin-right: 0;
  left: 0;
  right: 0;
}

.div-block-26 {
  flex-direction: column;
  align-items: center;
  width: 40%;
  display: flex;
}

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

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-28 {
  background-color: var(--primary-alt);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

html.w-mod-js [data-ix="tooltip-hover"] {
  display: inline-block;
}

@media screen and (min-width: 1920px) {
  .vertical-menu-list-item-2.small-padding {
    margin-bottom: 6px;
  }

  .secondary-accent {
    color: var(--secondary);
  }

  .privacy-policy-details {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .container.megamenu-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading.xl.nimble-hero-title {
    font-size: 5rem;
  }

  .heading.s.c-t-neutral-10.motto-heading {
    margin-bottom: .875em;
    margin-right: .875em;
    display: block;
  }

  .heading.s.c-t-white.motto-heading {
    margin-bottom: .875rem;
    margin-right: .875rem;
  }

  .heading.xs.related-blog-link {
    font-size: 1.25rem;
  }

  .body-text.m.s-m-b-0.sh-m-b-24 {
    margin-bottom: 1.5rem;
  }

  .section-title {
    width: 100%;
    margin-bottom: 32px;
  }

  .section-title.centered {
    width: 75%;
  }

  .section-title._2-columns {
    flex-direction: column;
  }

  .l-g-3-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .l-g-3-col.lt-g-2-col {
    grid-template-columns: 1fr 1fr;
  }

  .l-g-3-col.lt-g-1-col {
    grid-template-columns: 1fr;
  }

  .l-g-3-col.cards {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .l-g-4-col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .button.medium {
    font-size: 16px;
  }

  .button.medium.mobile-nav {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.25rem;
    display: block;
  }

  .button.small.cookies {
    flex: none;
  }

  .dropdown-menu-navbar {
    position: relative;
  }

  .dropdown-menu-navbar.w--open {
    box-shadow: none;
    text-align: center;
    background-color: #f9fafb;
    border-style: none;
    margin-top: 0;
    position: relative;
  }

  .dropdown-menu-navbar.dark.w--open {
    border-style: none;
  }

  .l-g-2-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .l-g-2-col.lt-g-1-col {
    grid-template-columns: 1fr;
  }

  .input {
    font-size: 16px;
  }

  .cta-wrapper {
    width: 80%;
  }

  .section.hero {
    background-position: 50%;
  }

  .section.relative {
    height: auto;
  }

  .card.card-horizontal {
    flex-direction: column;
  }

  .card-horizontal-text-wrapper {
    margin-left: 0;
    padding: 0;
  }

  .side-nav-menu {
    position: static;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .material-icons.icon-left.icon-collapse {
    margin-top: 1px;
  }

  .material-icons.icon-left.icon-alert-banner.c-t-secondary-60 {
    align-items: flex-start;
    margin-top: 4px;
  }

  .material-icons.caret-down.megamenu-icon {
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .navbar-menu {
    background-color: var(--white);
    text-align: center;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    box-shadow: 0 4px 4px #00000030;
  }

  .navbar-menu.dark {
    background-color: var(--black);
  }

  .nav-link {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.25rem;
  }

  .nav-link.nav-link-dropdown {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 16px;
    display: flex;
  }

  .footer-grid {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .brand-logo {
    margin-right: 0;
    padding-left: 0;
  }

  .footer-logo.s-m-r-24.st-m-0 {
    align-self: center;
  }

  .vertical-menu-title {
    margin-bottom: 12px;
  }

  .vertical-menu-list-item {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .vertical-menu-link.color-inverse {
    color: #838d95;
  }

  .vertical-menu-link.color-inverse:hover {
    color: var(--white);
  }

  .sm-icon-link {
    margin-right: 16px;
  }

  .sm-icon-link.s-m-r-0 {
    margin-right: 0;
  }

  ._4-col-footer-grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .footer-grid-3 {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .footer-top-2, .footer-bottom-2 {
    flex-direction: column;
  }

  .footer-2 {
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm-icons-wrapper.footer-social {
    align-self: center;
  }

  .grid-cta {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .cta-section-text-wrapper {
    padding-right: 0;
  }

  .cta-section-form-wrapper {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-menu-wrapper {
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
  }

  .menu-button.w--open {
    color: var(--primary);
    background-color: #f2f6ff;
  }

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

  .menu-button.color-inverse.w--open {
    background-color: #1e2024;
  }

  .navbar-menu-right {
    z-index: -5000;
    background-color: var(--white);
    text-align: center;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
    box-shadow: 0 4px 4px #00000030;
  }

  .navbar-menu-mobile {
    display: block;
  }

  .radio-button-field {
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }

  .collapse-text {
    display: none;
  }

  .style-guide-page-header {
    padding: 31px 0 0;
  }

  .grid-styleguide---buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .style-guide-page-header-text {
    width: 100%;
    padding-top: 88px;
    padding-bottom: 48px;
  }

  .navbar-vertical {
    z-index: 5000;
    background-color: #0000;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-vertical-brand {
    display: none;
  }

  .navbar-vertical-content-wrapper {
    background-color: var(--white);
    width: 70%;
    padding-top: 8px;
    padding-bottom: 200px;
    display: block;
    overflow: scroll;
  }

  .navbar-vertical---mobile {
    border-bottom: 1px solid #d0d4d9;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .navbar-vertical-overlay {
    z-index: 5000;
    width: 100%;
    height: 100vh;
    display: none;
    position: relative;
  }

  .navbar-vertical-bg {
    background-color: #00000080;
    align-self: stretch;
    width: 30%;
    height: 100vh;
    display: block;
  }

  .nav-tabs-container {
    overflow: scroll;
  }

  .style-guide-page-section-wrapper.narrow {
    max-width: 100%;
  }

  .nav-tab {
    flex: none;
  }

  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .st-p-0 {
    padding: 0;
  }

  .st-p-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .st-p-x-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .st-p-t-0 {
    padding-top: 0;
  }

  .st-p-r-0 {
    padding-right: 0;
  }

  .st-p-b-0 {
    padding-bottom: 0;
  }

  .st-p-l-0 {
    padding-left: 0;
  }

  .st-p-4 {
    padding: 4px;
  }

  .st-p-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .st-p-x-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .st-p-t-4 {
    padding-top: 4px;
  }

  .st-p-r-4 {
    padding-right: 4px;
  }

  .st-p-b-4 {
    padding-bottom: 4px;
  }

  .st-p-l-4 {
    padding-left: 4px;
  }

  .st-p-8 {
    padding: 8px;
  }

  .st-p-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .st-p-x-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .st-p-t-8 {
    padding-top: 8px;
  }

  .st-p-r-8 {
    padding-right: 8px;
  }

  .st-p-b-8 {
    padding-bottom: 8px;
  }

  .st-p-l-8 {
    padding-left: 8px;
  }

  .st-p-12 {
    padding: 12px;
  }

  .st-p-y-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .st-p-x-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .st-p-t-12 {
    padding-top: 12px;
  }

  .st-p-r-12 {
    padding-right: 12px;
  }

  .st-p-b-12 {
    padding-bottom: 12px;
  }

  .st-p-l-12 {
    padding-left: 12px;
  }

  .st-p-16 {
    padding: 16px;
  }

  .st-p-y-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .st-p-x-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .st-p-t-16 {
    padding-top: 16px;
  }

  .st-p-r-16 {
    padding-right: 16px;
  }

  .st-p-b-16 {
    padding-bottom: 16px;
  }

  .st-p-l-16 {
    padding-left: 16px;
  }

  .st-p-24 {
    padding: 24px;
  }

  .st-p-y-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .st-p-x-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .st-p-t-24 {
    padding-top: 24px;
  }

  .st-p-r-24 {
    padding-right: 24px;
  }

  .st-p-b-24 {
    padding-bottom: 24px;
  }

  .st-p-l-24 {
    padding-left: 24px;
  }

  .st-p-32 {
    padding: 32px;
  }

  .st-p-y-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .st-p-x-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .st-p-t-32 {
    padding-top: 32px;
  }

  .st-p-r-32 {
    padding-right: 32px;
  }

  .st-p-b-32 {
    padding-bottom: 32px;
  }

  .st-p-l-32 {
    padding-left: 32px;
  }

  .st-p-48 {
    padding: 48px;
  }

  .st-p-y-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .st-p-x-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .st-p-t-48 {
    padding-top: 48px;
  }

  .st-p-r-48 {
    padding-right: 48px;
  }

  .st-p-b-48 {
    padding-bottom: 48px;
  }

  .st-p-l-48 {
    padding-left: 48px;
  }

  .st-p-64 {
    padding: 64px;
  }

  .st-p-y-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .st-p-x-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .st-p-t-64 {
    padding-top: 64px;
  }

  .st-p-r-64 {
    padding-right: 64px;
  }

  .st-p-b-64 {
    padding-bottom: 64px;
  }

  .st-p-l-64 {
    padding-left: 64px;
  }

  .st-p-128 {
    padding: 128px;
  }

  .st-p-y-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .st-p-x-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .st-p-t-128 {
    padding-top: 128px;
  }

  .st-p-r-128 {
    padding-right: 128px;
  }

  .st-p-b-128 {
    padding-bottom: 128px;
  }

  .st-p-l-128 {
    padding-left: 128px;
  }

  .st-m-0 {
    margin: 0;
  }

  .st-m-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .st-m-x-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .st-m-t-0 {
    margin-top: 0;
  }

  .st-m-r-0 {
    margin-right: 0;
  }

  .st-m-b-0 {
    margin-bottom: 0;
  }

  .st-m-l-0 {
    margin-left: 0;
  }

  .st-m-4 {
    margin: 4px;
  }

  .st-m-y-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .st-m-x-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .st-m-t-4 {
    margin-top: 4px;
  }

  .st-m-r-4 {
    margin-right: 4px;
  }

  .st-m-b-4 {
    margin-bottom: 4px;
  }

  .st-m-l-4 {
    margin-left: 4px;
  }

  .st-m-8 {
    margin: 8px;
  }

  .st-m-y-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .st-m-x-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .st-m-t-8 {
    margin-top: 8px;
  }

  .st-m-r-8 {
    margin-right: 8px;
  }

  .st-m-b-8 {
    margin-bottom: 8px;
  }

  .st-m-l-8 {
    margin-left: 8px;
  }

  .st-m-12 {
    margin: 12px;
  }

  .st-m-y-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .st-m-x-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .st-m-t-12 {
    margin-top: 12px;
  }

  .st-m-r-12 {
    margin-right: 12px;
  }

  .st-m-b-12 {
    margin-bottom: 12px;
  }

  .st-m-l-12 {
    margin-left: 12px;
  }

  .st-m-16 {
    margin: 16px;
  }

  .st-m-y-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .st-m-x-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .st-m-t-16 {
    margin-top: 16px;
  }

  .st-m-r-16 {
    margin-right: 16px;
  }

  .st-m-b-16 {
    margin-bottom: 16px;
  }

  .st-m-l-16 {
    margin-left: 16px;
  }

  .st-m-24 {
    margin: 24px;
  }

  .st-m-y-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .st-m-x-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .st-m-t-24 {
    margin-top: 24px;
  }

  .st-m-r-24 {
    margin-right: 24px;
  }

  .st-m-b-24 {
    margin-bottom: 24px;
  }

  .st-m-l-24 {
    margin-left: 24px;
  }

  .st-m-32 {
    margin: 32px;
  }

  .st-m-y-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .st-m-x-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .st-m-t-32 {
    margin-top: 32px;
  }

  .st-m-r-32 {
    margin-right: 32px;
  }

  .st-m-b-32 {
    margin-bottom: 32px;
  }

  .st-m-l-32 {
    margin-left: 32px;
  }

  .st-m-48 {
    margin: 48px;
  }

  .st-m-y-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .st-m-x-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .st-m-t-48 {
    margin-top: 48px;
  }

  .st-m-r-48 {
    margin-right: 48px;
  }

  .st-m-b-48 {
    margin-bottom: 48px;
  }

  .st-m-l-48 {
    margin-left: 48px;
  }

  .st-m-64 {
    margin: 64px;
  }

  .st-m-y-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .st-m-x-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .st-m-t-64 {
    margin-top: 64px;
  }

  .st-m-r-64 {
    margin-right: 64px;
  }

  .st-m-b-64 {
    margin-bottom: 64px;
  }

  .st-m-l-64 {
    margin-left: 64px;
  }

  .st-m-128 {
    margin: 128px;
  }

  .st-m-y-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .st-m-x-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .st-m-t-128 {
    margin-top: 128px;
  }

  .st-m-r-128 {
    margin-right: 128px;
  }

  .st-m-b-128 {
    margin-bottom: 128px;
  }

  .st-m-l-128 {
    margin-left: 128px;
  }

  .breadcrumbs-dropdown {
    align-items: center;
  }

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

  .feature-grid-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .feature-grid-3 {
    grid-row-gap: 48px;
    grid-template-columns: 1.5fr;
  }

  .hero-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1.25fr;
  }

  .hero-grid-2 {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .hero-title-centered {
    width: 100%;
  }

  .ctas-wrapper {
    margin-top: 1rem;
  }

  .faq-item-wrapper.box, .faq-item-wrapper.box.last {
    margin-bottom: 16px;
  }

  .faq-question {
    line-height: 1.5;
  }

  .pricing-card-1 {
    border-radius: 4px;
  }

  .pricing-2, .pricing-3 {
    width: 1024px;
  }

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

  .testimonial-box {
    padding: 0 32px 32px 0;
  }

  .testimonial-box-2 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .alert-banner {
    line-height: 1.5;
  }

  .feature-section-list {
    text-align: left;
  }

  .contact-grid {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding: 48px;
  }

  .contact-image {
    width: 100%;
    height: 320px;
  }

  .pricing-table-wrapper {
    overflow: scroll;
  }

  .hero-grid-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1.25fr;
  }

  .hero-form-wrapper {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
  }

  .long-content-menu-left {
    grid-template-columns: 1.5fr;
  }

  .nav-menu {
    display: flex;
  }

  .customize-page-wrapper {
    flex-direction: column;
  }

  .customize-instructions {
    width: 100%;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
    overflow: visible;
  }

  .customize-preview {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .testimonials-section {
    height: 100%;
    max-height: 300px;
  }

  .row {
    flex-direction: column;
  }

  .column {
    width: 100%;
  }

  .section-box-wrapper {
    padding: 24px;
  }

  .feature-content-wrapper.right {
    padding-left: 0;
  }

  .feature-content-wrapper.left {
    padding-right: 0;
  }

  .dropdown-menu-1.w--open {
    margin-top: 4px;
    position: absolute;
  }

  .dropdown-menu-item---navbar {
    color: #636b75;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-menu-item---navbar:hover {
    background-color: #edf0f3;
  }

  .dropdown-menu-item---navbar:active {
    color: #1e2024;
  }

  .dropdown-menu-item---navbar:focus {
    background-color: #edf0f3;
  }

  .text-wrapper.hero-text {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-wrapper.hero-sub {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-buttons {
    flex-direction: column;
    margin-top: 8px;
    margin-left: 0;
    display: flex;
  }

  .navbar-buttons.mobile {
    display: flex;
  }

  .footer-navigation {
    flex-direction: column;
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
  }

  .dropdown-menu-breadcrumbs.w--open {
    text-align: center;
    background-color: #f9fafb;
    margin-top: 0;
  }

  .tabs-vertical {
    flex-direction: column;
  }

  .tabs-menu-vertical {
    width: 100%;
    margin-right: 0;
  }

  .tabs-content-vertical {
    order: -1;
    width: 100%;
    margin-bottom: 32px;
    margin-left: 0;
  }

  .section-title-column {
    width: 100%;
  }

  .testimonials-mask {
    align-self: auto;
    max-width: 625px;
    overflow: hidden;
  }

  .slider-left-arrow {
    inset: auto 10% 0% auto;
  }

  .slider-right-arrow {
    inset: auto 0% 0% auto;
  }

  .dropdown-link-w-icon {
    text-align: left;
  }

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

  .megamenu-grid {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: 1fr;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-megamenu-trigger {
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .megamenu-dropdown {
    flex-direction: column;
    display: flex;
  }

  .megamenu-mobile {
    background-color: #f9fafb;
    border-bottom-style: none;
    border-radius: 6px;
    display: block;
  }

  .megamenu-mobile.dark {
    background-color: var(--black);
  }

  .dropdown-list {
    position: relative;
  }

  .dropdown-list.w--open {
    background-color: #0000;
  }

  .megamenu-nav-link-box {
    text-align: left;
    padding: 16px;
    font-size: .875rem;
    line-height: 1.5;
  }

  .megamenu-grid-2 {
    grid-row-gap: 8px;
    text-align: center;
    border-radius: 6px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .megamenu-navlink-text-wrapper {
    margin-left: 16px;
    padding: 0;
  }

  .preview-area {
    height: 640px;
  }

  .testimonial-box-small {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .grid-blog-1 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .card-blog-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .card-blog-big-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid-4 {
    grid-row-gap: 48px;
    grid-template-columns: 1.75fr;
  }

  .feature-grid-4.reversed {
    grid-row-gap: 48px;
    grid-template-columns: 3fr;
  }

  .l-g-2x1, .l-g-1x2 {
    grid-template-columns: 2fr;
  }

  .footer-address {
    margin-top: 24px;
  }

  .text-wrapper-l {
    padding-right: 0;
  }

  .hero-left-1-form-text {
    text-align: left;
  }

  .image-full-width {
    height: auto;
  }

  .hero-image-big-text-wrapper {
    text-align: center;
  }

  .image-responsive {
    height: auto;
  }

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

  .pricing-card-2, .pricing-card-4 {
    border-radius: 4px;
  }

  .testimonials-feature-text-wrapper {
    text-align: center;
    padding-right: 0;
  }

  .long-content-menu-right {
    grid-template-columns: 1.5fr;
  }

  .overview-list-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .footer-bottom-docs {
    text-align: center;
    flex-direction: column;
  }

  .footer-docs-navigation {
    flex-direction: column;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
    display: flex;
  }

  .testimonial-logo {
    width: 70%;
  }

  .megamenu-item-icon {
    background-color: var(--primary);
    color: var(--white);
  }

  .megamenu-link-description {
    margin-bottom: 0;
  }

  .megamenu-link-description.dark {
    color: #aaafb6;
  }

  .megamenu-link-title {
    margin-bottom: 0;
  }

  .horizontal-card-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column.right {
    border-top: 1px solid #ffffff0f;
    border-left-style: none;
  }

  .footer-column.left {
    border-bottom: 1px solid #ffffff0f;
    border-right-style: none;
  }

  .l-g-3-col-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .l-g-3-col-2.lt-g-1-col {
    grid-template-columns: 1fr;
  }

  .bustout-image {
    width: 100%;
    height: 400px;
    position: relative;
  }

  .bustout-image.right {
    height: 380px;
  }

  .footer-copyright {
    padding-top: 16px;
  }

  .wrapper-bustout {
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-bustout.last {
    margin-bottom: 0;
  }

  .map-wrapper {
    height: 350px;
  }

  .l-g-2-col-2 {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }

  .l-g-2-col-2.lt-g-1-col {
    grid-template-columns: 1fr;
  }

  .sm-icon-link-2 {
    margin-right: 16px;
  }

  .image-row-content {
    height: 50vh;
  }

  .feature-double {
    flex-direction: row;
  }

  .form-box {
    width: 75%;
    margin-bottom: 64px;
    top: 128px;
  }

  .bustout-content {
    width: 100%;
    margin-top: 24px;
  }

  .funnel-container {
    height: 260px;
  }

  .footer-bottom-4 {
    flex-flow: column-reverse wrap;
    align-items: center;
  }

  .funnel-content {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 28px;
  }

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

  .card-image-horizontal {
    width: 100%;
    height: 380px;
    min-height: 380px;
  }

  .content-with-sidecolumn, .footer-columns {
    flex-direction: column;
  }

  .testimonial-sidebox {
    padding-bottom: 40px;
  }

  .motto-wrap {
    z-index: 99;
    background-color: var(--primary-alt);
    object-fit: contain;
    width: auto;
    padding: 32px;
    display: none;
    position: fixed;
    top: auto;
    bottom: 85px;
    right: 30px;
  }

  .motto-wrap.sticky-column {
    max-width: 580px;
    position: static;
  }

  .motto-wrap.l {
    padding-bottom: 0;
  }

  .lf-nav-container {
    align-items: center;
    width: 35px;
    height: 30px;
    display: flex;
  }

  .lf-nav-icon {
    display: flex;
  }

  .social-link-button {
    padding: 10px;
  }

  .social-icon {
    width: 20px;
    height: 20px;
  }

  .side-social {
    z-index: 998;
    width: 8%;
    display: none;
  }

  .contact-grid-2-col {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .contact-grid-2-col.contact-page {
    grid-column-gap: 10px;
    grid-template-columns: 1fr;
    align-items: start;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .contact-form-block {
    margin-top: 64px;
  }

  .contact-form-block.contact-page {
    margin-top: auto;
  }

  .feature-content-contain {
    padding-bottom: 0;
  }

  .contact-info {
    padding-left: 40px;
  }

  .footer-logo-wrapper {
    align-items: center;
  }

  .hero-text-wrapper {
    width: 90%;
  }

  .image-wrapper._500h {
    height: 400px;
  }

  .image-wrapper.related-blog-img {
    height: 100px;
  }

  .filter-form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .relative {
    height: 400px;
  }

  .slider-right-arrow-2 {
    right: -24px;
  }

  .testimonial-box-3 {
    padding: 32px;
  }

  .slider-left-arrow-2 {
    left: -24px;
  }

  .filter-button {
    z-index: 999;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--primary-alt);
    border-radius: 50px;
    align-items: center;
    padding: 12px 32px;
    display: flex;
    position: fixed;
    bottom: 30px;
    right: 30px;
  }

  .body-text-3.l {
    z-index: 4;
    position: relative;
  }

  .x-button {
    cursor: pointer;
    display: block;
    position: absolute;
    inset: 3% 5% auto auto;
  }

  .close-button {
    width: 16px;
    height: 16px;
  }

  .filter-cat-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    width: 100%;
  }

  .filter-form-list-wrapper {
    width: 100%;
  }

  .post-body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .post-body.lt-g-1-col {
    grid-template-columns: 1fr;
  }

  .footer-contact-blocks {
    align-items: center;
  }

  .contact-page-blocks {
    align-items: flex-start;
  }

  .filter-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-2.medium {
    font-size: 16px;
  }

  .heading-2.xl {
    font-size: 3rem;
  }

  .l-g-2-col-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .testimonial-sidebox-2 {
    padding-bottom: 40px;
  }

  .heading-3.m.c-t-neutral-10 {
    font-size: 2rem;
  }

  .heading-3.m.c-t-neutral-10.link {
    font-size: 1.5rem;
  }

  .heading-3.l {
    text-align: center;
    font-size: 2.2rem;
  }

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

  .container-3 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  h3, h4 {
    margin-top: 16px;
    margin-bottom: 8px;
  }

  h5 {
    margin-top: 12px;
    margin-bottom: 4px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .container.container-box-section {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .heading.xl {
    font-size: 3rem;
  }

  .heading.l {
    font-size: 2.5rem;
  }

  .heading.m {
    font-size: 2rem;
  }

  .heading.s {
    font-size: 1.75rem;
  }

  .heading.xs {
    font-size: 1.25rem;
  }

  .heading.xxs {
    font-size: .875rem;
  }

  .section-title, .section-title.centered {
    width: 100%;
  }

  .l-g-3-col {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .l-g-3-col.lt-g-2-col {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .l-g-4-col {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .l-g-4-col.features {
    grid-row-gap: 32px;
  }

  .button.small.cookies {
    align-self: stretch;
    margin-top: 16px;
    margin-left: 0;
  }

  .breadcrumbs-link.desktop, .breadcrumbs-separator {
    display: none;
  }

  .l-g-2-col {
    grid-template-columns: 1fr;
  }

  .l-g-2-col.cards {
    grid-row-gap: 32px;
  }

  .l-g-2-col.faq {
    grid-row-gap: 0px;
  }

  .cta-wrapper {
    width: 100%;
  }

  .footer {
    padding: 0;
  }

  .icon-list-item.vertical {
    margin-bottom: .25rem;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-logo {
    padding-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .social-media-icon {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  .sm-icon-link {
    margin-right: 12px;
  }

  ._4-col-footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

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

  .footer-top-2 {
    flex-direction: column;
  }

  .footer-2 {
    padding: 32px 0;
  }

  .cta-section-form-wrapper {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-section-form-wrapper.center {
    width: 100%;
  }

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

  .breadcrumbs.hero-breadcrumbs {
    margin-bottom: 48px;
  }

  .component-wrapper {
    margin-top: 56px;
    margin-bottom: 48px;
    padding: 16px;
  }

  .component-wrapper-label {
    top: -36px;
  }

  .style-guide-page-header {
    padding: 24px 0 0;
  }

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

  .navbar-vertical-content-wrapper {
    width: 85%;
  }

  .navbar-vertical-bg {
    width: 25%;
  }

  .nav-tab {
    flex: none;
  }

  .sh-p-0 {
    padding: 0;
  }

  .sh-p-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sh-p-x-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sh-p-t-0 {
    padding-top: 0;
  }

  .sh-p-r-0 {
    padding-right: 0;
  }

  .sh-p-b-0 {
    padding-bottom: 0;
  }

  .sh-p-l-0 {
    padding-left: 0;
  }

  .sh-p-4 {
    padding: 4px;
  }

  .sh-p-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sh-p-x-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .sh-p-t-4 {
    padding-top: 4px;
  }

  .sh-p-r-4 {
    padding-right: 4px;
  }

  .sh-p-b-4 {
    padding-bottom: 4px;
  }

  .sh-p-l-4 {
    padding-left: 4px;
  }

  .sh-p-8 {
    padding: 8px;
  }

  .sh-p-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sh-p-x-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sh-p-t-8 {
    padding-top: 8px;
  }

  .sh-p-r-8 {
    padding-right: 8px;
  }

  .sh-p-b-8 {
    padding-bottom: 8px;
  }

  .sh-p-l-8 {
    padding-left: 8px;
  }

  .sh-p-12 {
    padding: 12px;
  }

  .sh-p-y-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sh-p-x-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sh-p-t-12 {
    padding-top: 12px;
  }

  .sh-p-r-12 {
    padding-right: 12px;
  }

  .sh-p-b-12 {
    padding-bottom: 12px;
  }

  .sh-p-l-12 {
    padding-left: 12px;
  }

  .sh-p-16 {
    padding: 16px;
  }

  .sh-p-y-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sh-p-x-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sh-p-t-16 {
    padding-top: 16px;
  }

  .sh-p-r-16 {
    padding-right: 16px;
  }

  .sh-p-b-16 {
    padding-bottom: 16px;
  }

  .sh-p-l-16 {
    padding-left: 16px;
  }

  .sh-p-24 {
    padding: 24px;
  }

  .sh-p-y-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sh-p-x-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sh-p-t-24 {
    padding-top: 24px;
  }

  .sh-p-r-24 {
    padding-right: 24px;
  }

  .sh-p-l-24 {
    padding-left: 24px;
  }

  .sh-p-b-24 {
    padding-bottom: 24px;
  }

  .sh-p-32 {
    padding: 32px;
  }

  .sh-p-y-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sh-p-x-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sh-p-t-32 {
    padding-top: 32px;
  }

  .sh-p-r-32 {
    padding-right: 32px;
  }

  .sh-p-b-32 {
    padding-bottom: 32px;
  }

  .sh-p-l-32 {
    padding-left: 32px;
  }

  .sh-p-48 {
    padding: 48px;
  }

  .sh-p-y-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sh-p-x-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .sh-p-t-48 {
    padding-top: 48px;
  }

  .sh-p-r-48 {
    padding-right: 48px;
  }

  .sh-p-b-48 {
    padding-bottom: 48px;
  }

  .sh-p-l-48 {
    padding-left: 48px;
  }

  .sh-p-64 {
    padding: 64px;
  }

  .sh-p-y-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sh-p-x-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .sh-p-t-64 {
    padding-top: 64px;
  }

  .sh-p-r-64 {
    padding-right: 64px;
  }

  .sh-p-l-64 {
    padding-left: 64px;
  }

  .sh-p-b-64 {
    padding-bottom: 64px;
  }

  .sh-p-128 {
    padding: 128px;
  }

  .sh-p-y-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .sh-p-x-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .sh-p-t-128 {
    padding-top: 128px;
  }

  .sh-p-r-128 {
    padding-right: 128px;
  }

  .sh-p-b-128 {
    padding-bottom: 128px;
  }

  .sh-p-l-128 {
    padding-left: 128px;
  }

  .sh-m-0 {
    margin: 0;
  }

  .sh-m-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sh-m-x-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sh-m-t-0 {
    margin-top: 0;
  }

  .sh-m-r-0 {
    margin-right: 0;
  }

  .sh-m-b-0 {
    margin-bottom: 0;
  }

  .sh-m-l-0 {
    margin-left: 0;
  }

  .sh-m-4 {
    margin: 4px;
  }

  .sh-m-y-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sh-m-x-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .sh-m-t-4 {
    margin-top: 4px;
  }

  .sh-m-r-4 {
    margin-right: 4px;
  }

  .sh-m-b-4 {
    margin-bottom: 4px;
  }

  .sh-m-l-4 {
    margin-left: 4px;
  }

  .sh-m-8 {
    margin: 8px;
  }

  .sh-m-y-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sh-m-x-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .sh-m-t-8 {
    margin-top: 8px;
  }

  .sh-m-r-8 {
    margin-right: 8px;
  }

  .sh-m-b-8 {
    margin-bottom: 8px;
  }

  .sh-m-l-8 {
    margin-left: 8px;
  }

  .sh-m-12 {
    margin: 12px;
  }

  .sh-m-y-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sh-m-x-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sh-m-t-12 {
    margin-top: 12px;
  }

  .sh-m-r-12 {
    margin-right: 12px;
  }

  .sh-m-b-12 {
    margin-bottom: 12px;
  }

  .sh-m-l-12 {
    margin-left: 12px;
  }

  .sh-m-16 {
    margin: 16px;
  }

  .sh-m-y-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sh-m-x-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sh-m-t-16 {
    margin-top: 16px;
  }

  .sh-m-r-16 {
    margin-right: 16px;
  }

  .sh-m-b-16 {
    margin-bottom: 16px;
  }

  .sh-m-l-16 {
    margin-left: 16px;
  }

  .sh-m-24 {
    margin: 24px;
  }

  .sh-m-y-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sh-m-x-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .sh-m-t-24 {
    margin-top: 24px;
  }

  .sh-m-r-24 {
    margin-right: 24px;
  }

  .sh-m-l-24 {
    margin-left: 24px;
  }

  .sh-m-b-24 {
    margin-bottom: 24px;
  }

  .sh-m-32 {
    margin: 32px;
  }

  .sh-m-y-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sh-m-x-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .sh-m-t-32 {
    margin-top: 32px;
  }

  .sh-m-r-32 {
    margin-right: 32px;
  }

  .sh-m-b-32 {
    margin-bottom: 32px;
  }

  .sh-m-l-32 {
    margin-left: 32px;
  }

  .sh-m-48 {
    margin: 48px;
  }

  .sh-m-y-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .sh-m-x-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .sh-m-t-48 {
    margin-top: 48px;
  }

  .sh-m-r-48 {
    margin-right: 48px;
  }

  .sh-m-b-48 {
    margin-bottom: 48px;
  }

  .sh-m-l-48 {
    margin-left: 48px;
  }

  .sh-m-64 {
    margin: 64px;
  }

  .sh-m-y-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .sh-m-x-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .sh-m-t-64 {
    margin-top: 64px;
  }

  .sh-m-r-64 {
    margin-right: 64px;
  }

  .sh-m-b-64 {
    margin-bottom: 64px;
  }

  .sh-m-l-64 {
    margin-left: 64px;
  }

  .sh-m-128 {
    margin: 128px;
  }

  .sh-m-y-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .sh-m-x-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .sh-m-t-128 {
    margin-top: 128px;
  }

  .sh-m-r-128 {
    margin-right: 128px;
  }

  .sh-m-b-128 {
    margin-bottom: 128px;
  }

  .sh-m-l-128 {
    margin-left: 128px;
  }

  .breadcrumbs-dropdown {
    display: none;
  }

  .feature-grid, .feature-grid-2 {
    text-align: left;
  }

  .faq-item-wrapper, .faq-item-wrapper.box {
    margin-bottom: 16px;
  }

  .faq-item-wrapper-2 {
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .faq-col-1, .faq-col-2 {
    width: 100%;
  }

  .pricing-2 {
    width: 1024px;
  }

  .pricing-3 {
    width: 800px;
  }

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

  .testimonial-box-2 {
    padding: 48px 32px;
  }

  .alert-banner {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: .875rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .pricing-table-wrapper {
    overflow: scroll;
  }

  .hero-grid-3 {
    grid-row-gap: 24px;
  }

  .hero-form-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
  }

  .nav-menu {
    display: flex;
  }

  .alert-banner-2 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: .875rem;
  }

  .style-wrapper {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 16px;
  }

  .hero-section.box {
    background-color: #f9fafb;
  }

  .testimonials-section {
    max-width: 100%;
  }

  .section-box-wrapper {
    padding: 24px;
  }

  .section-box-wrapper.c-b-neutral-10 {
    border-radius: 0;
  }

  .footer-navigation {
    margin-top: 24px;
  }

  .cookie-notification {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .countdown-banner {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: .875rem;
  }

  .list-vertical {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonials-slider {
    max-width: 500px;
  }

  .testimonials-mask, .testimonials-slide {
    max-width: 100%;
  }

  .slider-left-arrow {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
    right: 12%;
  }

  .slider-right-arrow {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
  }

  .grid-blog-1 {
    grid-row-gap: 32px;
  }

  .feature-grid-4 {
    grid-row-gap: 24px;
  }

  .wrapper-box {
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumbs-back-mobile {
    display: flex;
  }

  .breadcrumbs-dropdown-wrapper {
    display: none;
  }

  .feature-list-items {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

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

  .footer-bottom-docs {
    flex-direction: column;
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-docs-navigation {
    margin-top: 24px;
  }

  .footer-3 {
    padding: 48px 0 0;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .l-g-3-col-2 {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .bustout-image, .bustout-image.right {
    height: 320px;
  }

  .team-item {
    flex-direction: column;
  }

  .l-g-2-col-2 {
    grid-template-columns: 1fr;
  }

  .image-row-content {
    grid-template-rows: 1fr .6fr;
    grid-template-columns: 1fr;
  }

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

  .form-box {
    z-index: 5;
    width: 100%;
  }

  .carousel-mask {
    width: 60%;
  }

  .team-name {
    padding-top: 16px;
    padding-left: 0;
  }

  .funnel-container {
    grid-template-columns: 1fr;
    height: 920px;
  }

  .funnel-content {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 26px;
  }

  .card-image-horizontal {
    height: 260px;
    min-height: 260px;
  }

  .testimonial-sidebox {
    padding: 48px 32px;
  }

  .gallery-l {
    height: 300px;
    min-height: 300px;
  }

  .motto-wrap, .motto-wrap.sticky-column, .motto-wrap.l {
    max-width: 100%;
  }

  .lf-nav-container {
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 30px;
    display: flex;
  }

  .lf-nav-icon {
    width: 40px;
    height: 40px;
  }

  .social-line, .spacer-div-20px {
    display: none;
  }

  .social-icon-links {
    flex-direction: row;
    position: static;
  }

  .side-social {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 66px;
    display: none;
    inset: 0% 0% auto;
  }

  .contact-grid-2-col {
    align-items: flex-start;
  }

  .contact-grid-2-col.contact-page {
    grid-template-columns: 1fr;
  }

  .feature-content-contain {
    padding-bottom: 0;
  }

  .x-button {
    top: 5%;
    right: 5%;
  }

  .close-button {
    width: 15px;
    height: 15px;
  }

  .post-body {
    grid-template-columns: 1fr;
  }

  .post-body.cards {
    grid-row-gap: 32px;
  }

  .post-body.faq {
    grid-row-gap: 0px;
  }

  .container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-2.xl {
    margin-bottom: 12px;
  }

  ._50-image-right {
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .l-g-2-col-3 {
    grid-template-columns: 1fr;
  }

  ._50-image-left {
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .form-submission-2 {
    width: 100%;
  }

  .testimonial-sidebox-2 {
    padding: 48px 32px;
  }

  .wrapper-m-2 {
    flex-direction: column;
    padding-top: 44px;
    padding-bottom: 44px;
    display: flex;
  }

  .heading-3.l {
    margin-bottom: 8px;
  }

  .form-testimonal-wrapper-2 {
    width: 100%;
  }

  .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .heading.xl {
    font-size: 2.5rem;
  }

  .heading.xl.nimble-hero-title, .heading.xl.c-t-light-text {
    font-size: 3rem;
  }

  .heading.l {
    font-size: 2rem;
  }

  .heading.m {
    font-size: 1.5rem;
  }

  .heading.s {
    font-size: 1.175rem;
  }

  .heading.s.c-t-neutral-10.motto-heading {
    font-size: 2.25rem;
  }

  .heading.s.c-t-white.motto-heading {
    font-size: 2rem;
  }

  .heading.xs {
    font-size: 1rem;
  }

  .section-title._2-columns {
    flex-direction: column;
  }

  .feature-block {
    width: 90%;
  }

  .feature-block.flex {
    flex-direction: column;
  }

  .l-g-4-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .button.medium.form-button {
    margin-top: 4px;
  }

  .l-g-2-col {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .input.medium {
    margin-bottom: .5rem;
  }

  .input.medium.horizontal {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .form.form-horizontal {
    flex-direction: column;
  }

  .section.rendering {
    height: 550px;
  }

  .feature-text-wrapper {
    padding-left: 0;
  }

  .tab {
    flex: none;
    display: block;
  }

  .footer {
    text-align: left;
    padding: 0;
  }

  .material-icons.icon-left.icon-collapse {
    margin-top: 4px;
  }

  .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-grid {
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-logo {
    padding-left: 0;
  }

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

  .footer-social-media {
    justify-content: center;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .vertical-menu-link {
    text-decoration: none;
  }

  ._4-col-footer-grid {
    text-align: center;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.5fr;
  }

  .footer-logo-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .footer-grid-3 {
    text-align: center;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-top-2 {
    align-items: stretch;
  }

  .footer-bottom-2 {
    text-align: center;
    flex-direction: column;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-bottom-2.color-inverse {
    color: #838d95;
  }

  .footer-2 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .sm-icons-wrapper {
    justify-content: center;
  }

  .grid-cta {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cta-section-form-wrapper {
    width: 100%;
  }

  .footer-menu-wrapper {
    align-items: center;
  }

  .menu-button.w--open {
    color: var(--primary);
    background-color: #f2f6ff;
  }

  .menu-button.color-inverse.w--open {
    color: var(--white);
  }

  .radio-button {
    margin-top: 0;
  }

  .radio-button-field {
    align-items: center;
    display: flex;
  }

  .radio-button-field.cat-filter {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 1.25rem;
  }

  .switch-field {
    align-items: center;
    display: flex;
  }

  .collapse-trigger {
    align-items: flex-start;
  }

  .collapse-title {
    line-height: 1.5;
  }

  .collapse.borderless {
    padding: 16px;
  }

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

  .navbar-vertical {
    text-align: left;
  }

  .sm-p-0 {
    padding: 0;
  }

  .sm-p-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm-p-x-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm-p-t-0 {
    padding-top: 0;
  }

  .sm-p-r-0 {
    padding-right: 0;
  }

  .sm-p-b-0 {
    padding-bottom: 0;
  }

  .sm-p-l-0 {
    padding-left: 0;
  }

  .sm-p-4 {
    padding: 4px;
  }

  .sm-p-8 {
    padding: 8px;
  }

  .sm-p-12 {
    padding: 12px;
  }

  .sm-p-16 {
    padding: 16px;
  }

  .sm-p-24 {
    padding: 24px;
  }

  .sm-p-32 {
    padding: 32px;
  }

  .sm-p-48 {
    padding: 48px;
  }

  .sm-p-64 {
    padding: 64px;
  }

  .sm-p-128 {
    padding: 129px;
  }

  .sm-m-0 {
    margin: 0;
  }

  .sm-m-8 {
    margin: 8px;
  }

  .sm-m-12 {
    margin: 12px;
  }

  .sm-m-16 {
    margin: 16px;
  }

  .sm-m-24 {
    margin: 24px;
  }

  .sm-m-32 {
    margin: 32px;
  }

  .sm-m-48 {
    margin: 48px;
  }

  .sm-m-64 {
    margin: 64px;
  }

  .sm-m-128 {
    margin: 128px;
  }

  .sm-p-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sm-p-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm-p-y-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm-p-y-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm-p-y-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm-p-y-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm-p-y-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sm-p-y-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sm-p-y-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .sm-m-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm-m-x-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm-m-y-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sm-m-4 {
    margin: 4px;
  }

  .sm-m-y-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm-m-y-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm-m-y-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm-m-y-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm-m-y-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sm-m-y-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .sm-m-y-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .sm-m-y-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .sm-m-x-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .sm-m-x-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .sm-m-x-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm-m-x-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm-m-x-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .sm-m-x-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .sm-m-x-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .sm-m-x-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .sm-m-x-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .sm-m-t-0 {
    margin-top: 0;
  }

  .sm-m-t-4 {
    margin-top: 4px;
  }

  .sm-m-t-8 {
    margin-top: 8px;
  }

  .sm-m-t-12 {
    margin-top: 12px;
  }

  .sm-m-t-16 {
    margin-top: 16px;
  }

  .sm-m-t-24 {
    margin-top: 24px;
  }

  .sm-m-t-32 {
    margin-top: 32px;
  }

  .sm-m-t-48 {
    margin-top: 48px;
  }

  .sm-m-t-64 {
    margin-top: 64px;
  }

  .sm-m-t-128 {
    margin-top: 128px;
  }

  .sm-m-r-0 {
    margin-right: 0;
  }

  .sm-m-r-4 {
    margin-right: 4px;
  }

  .sm-m-r-8 {
    margin-right: 8px;
  }

  .sm-m-r-12 {
    margin-right: 12px;
  }

  .sm-m-r-16 {
    margin-right: 16px;
  }

  .sm-m-r-24 {
    margin-right: 24px;
  }

  .sm-m-r-32 {
    margin-right: 32px;
  }

  .sm-m-r-48 {
    margin-right: 48px;
  }

  .sm-m-r-64 {
    margin-right: 64px;
  }

  .sm-m-r-128 {
    margin-right: 128px;
  }

  .sm-m-b-0 {
    margin-bottom: 0;
  }

  .sm-m-b-4 {
    margin-bottom: 4px;
  }

  .sm-m-b-8 {
    margin-bottom: 8px;
  }

  .sm-m-b-12 {
    margin-bottom: 12px;
  }

  .sm-m-b-16 {
    margin-bottom: 16px;
  }

  .sm-m-b-24 {
    margin-bottom: 24px;
  }

  .sm-m-b-32 {
    margin-bottom: 32px;
  }

  .sm-m-b-48 {
    margin-bottom: 48px;
  }

  .sm-m-b-64 {
    margin-bottom: 64px;
  }

  .sm-m-b-128 {
    margin-bottom: 128px;
  }

  .sm-m-l-0 {
    margin-left: 0;
  }

  .sm-m-l-4 {
    margin-left: 4px;
  }

  .sm-m-l-8 {
    margin-left: 8px;
  }

  .sm-m-l-12 {
    margin-left: 12px;
  }

  .sm-m-l-16 {
    margin-left: 16px;
  }

  .sm-m-l-24 {
    margin-left: 24px;
  }

  .sm-m-l-32 {
    margin-left: 32px;
  }

  .sm-m-l-48 {
    margin-left: 48px;
  }

  .sm-m-l-64 {
    margin-left: 64px;
  }

  .sm-m-l-128 {
    margin-left: 128px;
  }

  .sm-p-x-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .sm-p-x-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sm-p-x-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm-p-x-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm-p-x-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm-p-x-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm-p-x-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .sm-p-x-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .sm-p-x-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .sm-p-t-4 {
    padding-top: 4px;
  }

  .sm-p-t-8 {
    padding-top: 8px;
  }

  .sm-p-t-12 {
    padding-top: 12px;
  }

  .sm-p-t-16 {
    padding-top: 16px;
  }

  .sm-p-t-24 {
    padding-top: 24px;
  }

  .sm-p-t-32 {
    padding-top: 32px;
  }

  .sm-p-t-48 {
    padding-top: 48px;
  }

  .sm-p-t-64 {
    padding-top: 64px;
  }

  .sm-p-t-128 {
    padding-top: 128px;
  }

  .sm-p-r-4 {
    padding-right: 4px;
  }

  .sm-p-r-8 {
    padding-right: 8px;
  }

  .sm-p-r-12 {
    padding-right: 12px;
  }

  .sm-p-r-16 {
    padding-right: 16px;
  }

  .sm-p-r-24 {
    padding-right: 24px;
  }

  .sm-p-r-32 {
    padding-right: 32px;
  }

  .sm-p-r-48 {
    padding-right: 48px;
  }

  .sm-p-r-64 {
    padding-right: 64px;
  }

  .sm-p-r-128 {
    padding-right: 128px;
  }

  .sm-p-b-4 {
    padding-bottom: 4px;
  }

  .sm-p-b-8 {
    padding-bottom: 8px;
  }

  .sm-p-b-12 {
    padding-bottom: 12px;
  }

  .sm-p-b-16 {
    padding-bottom: 16px;
  }

  .sm-p-b-24 {
    padding-bottom: 24px;
  }

  .sm-p-b-32 {
    padding-bottom: 32px;
  }

  .sm-p-b-48 {
    padding-bottom: 48px;
  }

  .sm-p-b-64 {
    padding-bottom: 64px;
  }

  .sm-p-b-128 {
    padding-bottom: 128px;
  }

  .sm-p-l-4 {
    padding-left: 4px;
  }

  .sm-p-l-8 {
    padding-left: 8px;
  }

  .sm-p-l-12 {
    padding-left: 12px;
  }

  .sm-p-l-16 {
    padding-left: 16px;
  }

  .sm-p-l-24 {
    padding-left: 24px;
  }

  .sm-p-l-32 {
    padding-left: 32px;
  }

  .sm-p-l-48 {
    padding-left: 48px;
  }

  .sm-p-l-64 {
    padding-left: 64px;
  }

  .sm-p-l-128 {
    padding-left: 128px;
  }

  .feature-grid-2 {
    grid-row-gap: 48px;
  }

  .ctas-wrapper {
    flex-direction: column;
    margin-top: 1rem;
    display: flex;
  }

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

  .testimonial-box-2 {
    padding: 32px 16px;
  }

  .alert-banner {
    padding-bottom: 4px;
  }

  .contact-grid {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .hero-form-wrapper {
    padding: 24px;
  }

  .alert-banner-2 {
    text-align: left;
    padding-bottom: 4px;
  }

  .brand-logo-image {
    height: 4rem;
  }

  .tabs-menu {
    flex-direction: row;
    display: flex;
    overflow: auto;
  }

  .testimonials-section {
    width: 320px;
  }

  .section-box-wrapper {
    padding: 24px;
  }

  .text-wrapper.hero-text, .text-wrapper.hero-sub {
    width: 100%;
  }

  .avatar.large {
    width: 48px;
    height: 48px;
  }

  .avatar-wrapper.horizontal {
    align-items: center;
  }

  .footer-navigation {
    align-self: stretch;
    align-items: stretch;
    margin-top: 24px;
  }

  .section-title-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-switch-menu {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .tab-switch {
    text-align: center;
    flex: 1;
    justify-content: center;
  }

  .testimonials-slide {
    width: 320px;
  }

  .slider-left-arrow {
    right: 15%;
  }

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

  .megamenu-nav-link-box {
    flex-direction: column;
  }

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

  .megamenu-navlink-text-wrapper {
    margin-left: 0;
  }

  .preview-area {
    height: 800px;
  }

  .testimonial-box-small {
    flex-direction: column;
  }

  .cta-box {
    padding: 48px 24px;
  }

  .pricing-card-3 {
    padding: 32px;
  }

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

  .feature-list-items {
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .overview-list-grid {
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .footer-bottom-docs {
    text-align: center;
    flex-direction: column;
  }

  .footer-docs-navigation {
    align-self: stretch;
    align-items: stretch;
    margin-top: 24px;
  }

  .testimonial-logo {
    width: 50%;
  }

  .megamenu-item-icon {
    margin-bottom: 1rem;
  }

  .footer-3 {
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._7, .carousel-slider._2, .carousel-slider._6, .carousel-slider._3, .carousel-slider._5, .carousel-slider._8, .carousel-slider._4 {
    right: 0%;
  }

  .bustout-image, .bustout-image.right {
    height: 280px;
  }

  .l-g-2-col-2 {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .main-tabs-menu {
    flex-direction: row;
    display: flex;
    overflow: auto;
  }

  .card-image-tagline {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 20px;
  }

  .image-row-content {
    grid-template-rows: 1fr .5fr;
  }

  .form-box {
    padding: 24px;
  }

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

  .carousel-mask {
    width: 100%;
  }

  .funnel-container {
    height: 900px;
  }

  .card-image-horizontal {
    height: 180px;
    min-height: 180px;
  }

  .testimonial-sidebox {
    padding: 32px 16px;
  }

  .motto-wrap {
    right: 20px;
  }

  .lf-nav-container {
    width: 30px;
    height: 25px;
  }

  .lf-nav-icon {
    width: 35px;
    height: 35px;
  }

  .side-social {
    z-index: 999;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 61px;
    display: none;
    inset: 0% 0% auto;
  }

  .contact-grid-2-col {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .contact-form-block.contact-page {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-info {
    padding: 40px 20px;
  }

  ._404-image {
    width: 90%;
  }

  .hero-text-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .image-wrapper._500h {
    height: 300px;
  }

  .testimonial-quote-icon {
    width: 100px;
  }

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

  .avatar-image {
    width: 50px;
    height: 50px;
  }

  .filter-button {
    bottom: 20px;
    right: 20px;
  }

  .body-text-3.l {
    z-index: 2;
    font-size: 1.25rem;
    position: relative;
  }

  .x-button {
    top: 5%;
    right: 8%;
  }

  .close-button {
    width: 15px;
    height: 15px;
  }

  .post-body {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grouped-hours, .individual-hours {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    margin-bottom: 12px;
  }

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

  .heading-2.xl {
    font-size: 2.5rem;
  }

  .l-g-2-col-3 {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .vertical-menu-link-2 {
    text-decoration: none;
  }

  .form-submission-2 {
    border-radius: 24px;
    max-width: 100%;
    padding: 34px 6px;
  }

  .testimonial-sidebox-2 {
    padding: 32px 0;
  }

  .testimonial-sidebox-2.s-m-l-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .wrapper-m-2 {
    flex-direction: column;
  }

  .text-field-2.last {
    margin-bottom: 24px;
  }

  .heading-3 {
    font-size: 2.5rem;
  }

  .heading-3.m.c-t-neutral-10 {
    font-size: 1.6rem;
  }

  .heading-3.m.c-t-neutral-10.link {
    font-size: 1.3rem;
  }

  .heading-3.l {
    text-align: center;
  }

  .heading-3.l.s-m-l-14 {
    margin-left: 14px;
  }

  .form-testimonal-wrapper-2 {
    grid-column-gap: 0px;
    width: 100%;
  }

  .form-wrapper-2 {
    width: 90%;
    margin-left: 14px;
    margin-right: 14px;
  }

  .form-testimonial-2.overflow-none {
    overflow: hidden;
  }

  .container-3 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-26 {
    width: 100%;
  }

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

#w-node-ffda7e47-57d0-2846-ccd9-d6ce6b282d2e-fb37438e, #w-node-d6154702-db5b-501f-99e3-e8a734cc39bb-fb37438e, #w-node-c29237f0-cdbf-9ae5-73c8-6f40fbc4fa1c-fb37438e, #w-node-_8d8fef41-2137-caea-5889-e5cedaaedfd3-fb37438e, #w-node-b872cffc-b3d1-da04-ce2f-d158b5b08b1f-fb37438e, #w-node-_61eede34-574c-7139-b04a-a543326b84fa-fb37438e, #w-node-bd001596-ac58-3032-8ac9-f6d014e18735-fb37438e, #w-node-f598a036-42bd-7431-da03-c7406de526b6-fb37438e, #w-node-_51a2cf73-b430-3893-54e2-f0acffc801f2-fb37438e, #w-node-_7aaa4dce-5749-45e8-85b5-f865e34c82d7-fb37438e, #w-node-ed5e3d7d-dba6-b374-cdd7-d4410806d954-fb37438e, #w-node-_2c533d60-b31d-176d-f57b-d44ef6a2935a-fb37438e, #w-node-c953e2eb-4013-6516-a568-d8b465032db3-fb37438e, #w-node-ac39d19a-6df3-8834-44a6-fe295b9ad157-fb37438e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ec3a1a97-059b-e901-fb77-3298498846c8-fb37438e {
    order: 9999;
  }
}


