@font-face {
  font-family: Social Icons Font;
  src: url('../fonts/social-icon-font.woff2') format("woff2"), url('../fonts/social-icon-font.eot') format("embedded-opentype"), url('../fonts/social-icon-font.woff') format("woff"), url('../fonts/social-icon-font.ttf') format("truetype"), url('../fonts/social-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Square Icons;
  src: url('../fonts/line-square-icons.woff2') format("woff2"), url('../fonts/line-square-icons.eot') format("embedded-opentype"), url('../fonts/line-square-icons.woff') format("woff"), url('../fonts/line-square-icons.ttf') format("truetype"), url('../fonts/line-square-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Filled Icons;
  src: url('../fonts/filled-icon-font.woff2') format("woff2"), url('../fonts/filled-icon-font.eot') format("embedded-opentype"), url('../fonts/filled-icon-font.woff') format("woff"), url('../fonts/filled-icon-font.ttf') format("truetype"), url('../fonts/filled-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icons;
  src: url('../fonts/line-rounded-icons.woff2') format("woff2"), url('../fonts/line-rounded-icons.eot') format("embedded-opentype"), url('../fonts/line-rounded-icons.woff') format("woff"), url('../fonts/line-rounded-icons.ttf') format("truetype"), url('../fonts/line-rounded-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mona sans;
  src: url('../fonts/Mona-Sans-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mona sans;
  src: url('../fonts/Mona-Sans-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mona sans;
  src: url('../fonts/Mona-Sans-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mona sans;
  src: url('../fonts/Mona-Sans-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dashdark custom icon font;
  src: url('../fonts/dashdark-custom-icon-font.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--800: #080f25;
  --neutral--400: #aeb9e1;
  --neutral--100: white;
  --accent--primary-1: #6c72ff;
  --secondary--color-4: #343b4f;
  --secondary--color-1: #101935;
  --general--shadow-01: #14142b0f;
  --secondary--color-2: #9a91fb;
  --secondary--color-3: #57c3ff;
  --secondary--color-5: #fdb52a;
  --neutral--700: #212c4d;
  --neutral--600: #37446b;
  --neutral--500: #7e89ac;
  --neutral--200: #d9e1fa;
  --system--green-300: #14ca74;
  --system--300: #ff5a65;
  --mdc-blue: #086bd9;
  --general--shadow-03: #14142b1a;
  --system--red-100: #ffeff0;
  --neutral--300: #d1dbf9;
  --general--shadow-02: #14142b14;
  --system--red-400: #dc2b2b;
  --system--blue-100: #eaf4ff;
  --mdc-yellow: #fdb52b;
  --button-shadow--color-01: #4a3aff0f;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --button-shadow--color-3: #4a3aff14;
  --button-shadow--color-2: #4a3aff14;
  --general--shadow-04: #14142b24;
  --general--shadow-05: #14142b29;
  --general--shadow-06: #14142b3d;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--green-400: #11845b;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-200: #ffbec2;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

body {
  background-color: var(--neutral--800);
  color: var(--neutral--400);
  font-family: Mona sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
}

h1 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.571em;
}

h2 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.417em;
}

h3 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.273em;
}

h4 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
}

h5 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.429em;
}

h6 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--100);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

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

label {
  color: var(--neutral--100);
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

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

blockquote {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  border: 0 solid #000;
  border-radius: 24px;
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 86px 64px;
  font-size: 18px;
  line-height: 30px;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

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

.grid-2-columns._1-82fr---1fr {
  grid-template-columns: 1.82fr 1fr;
}

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

.grid-2-columns._1fr---2-05fr {
  grid-template-columns: 1fr 2.05fr;
}

.grid-2-columns._1fr---1-08fr {
  grid-template-columns: 1fr 1.08fr;
}

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

.grid-2-columns._1fr---1-52fr {
  grid-template-columns: 1fr 1.52fr;
}

.grid-2-columns._1-86fr---1fr {
  grid-template-columns: 1.86fr 1fr;
}

.card {
  border: .6px solid var(--secondary--color-4);
  background-color: var(--secondary--color-1);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 12px;
}

.card.sales-home-page {
  color: var(--neutral--100);
  text-decoration: none;
  overflow: hidden;
}

.card.sales-home-page:hover {
  color: var(--accent--primary-1);
}

.card.top-details {
  z-index: 1;
  grid-row-gap: 16px;
  border-radius: 8px;
  flex-direction: column;
  padding: 20px;
  display: flex;
  position: relative;
}

.card.pd-30px---36px {
  padding: 30px 36px;
}

.card.pd-28px {
  padding: 28px;
}

.card.pd-32px---28px {
  padding: 32px 28px;
}

.card.content-center---icon-top {
  text-align: center;
  background-color: #fff;
  padding: 32px 18px 24px;
}

.card.search-result-link {
  padding: 32px 24px;
  text-decoration: none;
}

.card.password-protected-card {
  background-color: var(--neutral--100);
  box-shadow: none;
  text-align: center;
  border-style: none;
  max-width: 456px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 32px;
}

.card._404 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding: 104px 40px;
  display: flex;
  position: relative;
}

.card.components {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 28px 64px;
}

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

.grid-4-columns.pricing-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bg-secondary-2 {
  background-color: var(--secondary--color-2);
}

.bg-secondary-3 {
  background-color: var(--secondary--color-3);
}

.bg-secondary-5 {
  background-color: var(--secondary--color-5);
}

.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.bg-neutral-500 {
  background-color: var(--neutral--500);
}

.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.color-accent-1 {
  color: var(--accent--primary-1);
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.color-neutral-200 {
  color: var(--neutral--200);
}

.color-neutral-100 {
  color: var(--neutral--100);
}

.color-neutral-400 {
  color: var(--neutral--400);
}

.bg-green-300 {
  background-color: var(--system--green-300);
}

.bg-red-300 {
  background-color: var(--system--300);
}

.color-red-300 {
  color: var(--system--300);
}

.mg-bottom-8px {
  opacity: 0;
  margin-bottom: 8px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-top-48px {
  margin-top: 48px;
}

.text-200 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.143em;
}

.text-200.medium {
  color: var(--neutral--500);
  font-weight: 500;
}

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

.text-200.semibold.mg-bottom-4px {
  color: #493aff;
  font-size: 24px;
}

.text-200.sidebar-dropdown-text {
  font-weight: 500;
}

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

.grid-1-column.gap-row-4px {
  grid-row-gap: 4px;
}

.grid-1-column.gap-row-6px {
  grid-row-gap: 6px;
}

.grid-1-column.gap-row-32px {
  grid-row-gap: 32px;
}

.grid-1-column.gap-row-40px {
  grid-row-gap: 40px;
}

.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.gap-column-8px {
  grid-column-gap: 8px;
}

.gap-column-16px {
  grid-column-gap: 16px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-row-16px {
  grid-row-gap: 16px;
}

.gap-row-24px {
  grid-row-gap: 24px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

.display-2 {
  color: var(--neutral--700);
  text-align: left;
  margin-top: 67px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1em;
}

.display-3 {
  color: var(--neutral--100);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.357em;
}

.display-3.mg-bottom-8px {
  opacity: 1;
  color: var(--neutral--700);
}

.display-4 {
  color: var(--neutral--100);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333em;
}

.display-4.mg-bottom-4px {
  color: var(--neutral--700);
}

.paragraph-large {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-large.color-neutral-200.mg-bottom-24px {
  color: var(--neutral--800);
}

.paragraph-large.color-neutral-200.mg-bottom-24px.light-paragraph {
  color: var(--neutral--200);
}

.paragraph-small {
  font-size: 10px;
  line-height: 1.4em;
}

.text-400 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
}

.text-400.medium {
  font-weight: 500;
}

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

.text-300 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-300.medium {
  font-weight: 500;
}

.text-100 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.medium.mg-top-2px {
  margin-top: 2px;
}

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

.text-100.sidebar-dropdown-text {
  font-weight: 500;
}

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

.grid-3-columns._1-col-tablet.mg-bottom-48px {
  margin-bottom: 60px;
}

.grid-3-columns.gap-20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.inner-container._600px {
  max-width: 600px;
}

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

.inner-container._252px {
  max-width: 252px;
}

.inner-container._562px {
  max-width: 562px;
}

.inner-container._210px {
  max-width: 210px;
}

.inner-container._764px {
  max-width: 764px;
}

.inner-container._310px {
  max-width: 310px;
}

.inner-container._608px {
  max-width: 608px;
}

.inner-container._524px {
  max-width: 524px;
}

.inner-container._780px {
  max-width: 780px;
}

.inner-container._326px {
  max-width: 326px;
}

.inner-container._604px {
  max-width: 604px;
}

.inner-container._716px {
  max-width: 716px;
}

.inner-container._716px.center {
  width: 100%;
}

.mg-bottom-0 {
  color: var(--neutral--600);
  margin-bottom: 0;
}

.btn-primary-2 {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  padding: 8px;
  font-weight: 500;
  line-height: 1.167em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.btn-primary-2:hover {
  background-color: var(--neutral--700);
  color: var(--neutral--100);
}

.btn-primary-2.small {
  font-size: 10px;
  line-height: 1.4em;
}

.btn-primary-2.large {
  background-color: var(--mdc-blue);
  padding: 14px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-primary-2.large.white {
  background-color: var(--secondary--color-5);
  color: var(--secondary--color-1);
  border-radius: 8px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  font-family: Mona sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.btn-primary-2.large.white:hover {
  transform: scale(.98);
}

.btn-primary-2.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.btn-primary-2.bg-neutral-800:hover {
  background-color: var(--secondary--color-4);
}

.btn-secondary {
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  text-align: center;
  border-radius: 4px;
  padding: 8px;
  line-height: 1.167em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.btn-secondary:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.btn-secondary.large {
  padding: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.btn-secondary.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.btn-secondary.bg-neutral-600:hover {
  background-color: var(--accent--primary-1);
}

.input {
  border: .6px solid var(--secondary--color-4);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  border-radius: 4px;
  min-height: 42px;
  margin-bottom: 0;
  padding: 14px;
  font-size: 12px;
  line-height: 1.167em;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 4px #01051133;
}

.input:hover {
  border-color: var(--neutral--500);
  box-shadow: 0 2px 12px 0 var(--general--shadow-03);
}

.input:focus {
  border-color: var(--accent--primary-1);
}

.input::placeholder {
  color: var(--neutral--400);
}

.input.mg-bottom-16px {
  margin-bottom: 16px;
}

.input.icon-inside-left {
  padding-left: 40px;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.checkbox {
  border-width: .4px;
  border-color: var(--neutral--500);
  background-color: var(--neutral--600);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 2px;
  width: auto;
  min-width: 12px;
  height: auto;
  min-height: 12px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: var(--neutral--400);
}

.checkbox.w--redirected-checked {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: 8px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.card-dropdown-arrow {
  line-height: 1em;
}

.line-rounded-icon.icon-size-9px {
  font-size: 9px;
  line-height: 1em;
}

.buttons-row {
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.width-100 {
  width: 100%;
}

.container-default {
  max-width: 1094px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.width-100 {
  flex: 1;
  max-width: none;
}

.dropdown-wrapper {
  z-index: 500;
}

.dropdown-wrapper.sidebar-dropdown {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--accent--primary-1);
}

.dropdown-toggle.sidebar-dropdown {
  grid-column-gap: 20px;
  color: var(--neutral--400);
  border-radius: 6px;
  justify-content: space-between;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 12px;
}

.dropdown-toggle.sidebar-dropdown:hover {
  color: var(--neutral--100);
}

.dropdown-toggle.sidebar-dropdown.w--open {
  color: var(--accent--primary-1);
}

.hamburger-menu-wrapper {
  padding: 0;
}

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

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

.hidden-on-desktop {
  display: none;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

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

.flex-horizontal.gap-column-8px {
  color: var(--secondary--color-1);
}

.flex-horizontal.justify-space-between {
  justify-content: space-between;
}

.error-message {
  background-color: var(--system--red-100);
  color: var(--system--300);
  text-align: center;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

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

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

.overflow-hidden {
  color: var(--neutral--200);
  overflow: hidden;
}

.text-decoration-none {
  text-decoration: none;
  display: block;
}

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 11px;
  padding: 26px 24px;
}

.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.pricing-table-top {
  border: .6px solid var(--secondary--color-4);
  background-color: var(--secondary--color-1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  margin-bottom: 32px;
  margin-left: -.6px;
  margin-right: -.6px;
  padding: 40px 24px;
  display: flex;
  position: sticky;
  top: 24px;
}

.pricing-table-top.left {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 66px;
  padding-left: 32px;
}

.pricing-table-top.featured {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.pricing-table-top.last {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.pricing-content-wrapper {
  background-color: var(--secondary--color-1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 8px;
  display: flex;
}

.pricing-content-wrapper.left {
  border-right: .6px solid var(--neutral--600);
  border-left: .6px solid var(--secondary--color-4);
  align-items: flex-start;
  padding-left: 32px;
}

.pricing-content-wrapper.left.bottom {
  border-bottom-left-radius: 12px;
}

.pricing-content-wrapper.right {
  border-right: .6px solid var(--secondary--color-4);
}

.pricing-content-wrapper.right.bottom {
  border-bottom-right-radius: 12px;
}

.pricing-content-wrapper.bottom {
  border-bottom: .6px solid var(--secondary--color-4);
}

.pricing-content-wrapper.bg-neutral-700 {
  background-color: var(--neutral--700);
}

._404-not-found {
  z-index: -1;
  opacity: .6;
  color: var(--neutral--700);
  margin-bottom: 8px;
  font-size: 232px;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
}

.card-sales-home-content {
  grid-row-gap: 8px;
  border-top: .6px solid var(--secondary--color-4);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.max-w-40px {
  max-width: 40px;
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.flex.align-center.gap-column-6px {
  grid-column-gap: 6px;
}

.text-50 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.text-50.medium {
  font-weight: 500;
}

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

.text-25 {
  font-size: 8px;
  font-weight: 400;
  line-height: 1.5em;
}

.text-25.medium {
  font-weight: 500;
}

.sidebar-wrapper {
  z-index: 500;
  border-right: .6px solid var(--neutral--600);
  background-color: var(--neutral--800);
  width: 100%;
  max-width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.sidebar-logo-section-container {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 20px 28px;
  display: flex;
}

.sidebar-collapse-icon-container {
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform .3s;
}

.sidebar-collapse-icon-container:hover {
  transform: scale3d(1.1, 1.1, 1.01);
}

.sidebar-logo-link {
  transform-style: preserve-3d;
  transition-property: transform;
}

.sidebar-logo-link:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.sidebar-logo-link.show-on-tablet {
  display: none;
}

.sidebar-collapsed-icon-btn {
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  min-width: 26px;
  max-width: 26px;
  min-height: 26px;
  max-height: 26px;
  transition: transform .3s;
  display: flex;
}

.sidebar-collapsed-icon-btn:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.sidebar-menu-container {
  z-index: 1;
  grid-row-gap: 4px;
  flex-direction: column;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 40px;
  display: flex;
}

.dashdark-custom-icon {
  font-family: Dashdark custom icon font, sans-serif;
  font-weight: 400;
}

.dashdark-custom-icon.sidebar-link-icon {
  margin-right: 6px;
  font-size: 14px;
  line-height: 1em;
}

.dashdark-custom-icon.icon-size-9px {
  font-size: 9px;
  line-height: 1em;
}

.dashdark-custom-icon.details-icon {
  color: var(--neutral--200);
  cursor: pointer;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-left: 8px;
  font-size: 16px;
  line-height: 1em;
  transition: color .3s;
}

.dashdark-custom-icon.details-icon:hover {
  color: var(--accent--primary-1);
}

.dashdark-custom-icon.line-height-1em {
  line-height: 1em;
}

.dashdark-custom-icon.edit-icon {
  cursor: pointer;
  line-height: 1em;
  transition: color .3s;
}

.dashdark-custom-icon.edit-icon:hover {
  color: var(--secondary--color-3);
}

.dashdark-custom-icon.delete-icon {
  cursor: pointer;
  line-height: 1em;
  transition: color .3s;
}

.dashdark-custom-icon.delete-icon:hover {
  color: var(--system--300);
}

.position-relative---z-index-1 {
  z-index: 1;
  position: relative;
}

.btn-inside-input-left {
  z-index: 2;
  color: var(--neutral--400);
  background-color: #0000;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-end;
  align-items: center;
  min-width: 30px;
  padding: 0;
  font-family: Line Rounded Icons, sans-serif;
  transition: color .3s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.btn-inside-input-left:hover {
  color: var(--neutral--100);
}

.sidebar-dropdown-list-wrapper {
  background-color: #0000;
  margin-top: 8px;
  margin-bottom: 4px;
  position: static;
}

.sidebar-dropdown-list-wrapper.sidebar-account-settings-list {
  overflow: hidden;
}

.sidebar-dropdown-link {
  color: var(--neutral--400);
  border-left: 4px solid #0000;
  border-radius: 4px;
  padding: 14px 14px 14px 11px;
  font-size: 14px;
  line-height: 1em;
  transition: border-color .3s, background-color .3s, color .3s;
  overflow: hidden;
}

.sidebar-dropdown-link:hover {
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
}

.sidebar-dropdown-link.w--current {
  border-left-color: var(--accent--primary-1);
  background-color: var(--neutral--700);
  color: var(--neutral--100);
}

.sidebar-dropdown-link.icon-left {
  grid-column-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.sidebar-search-wrapper {
  z-index: 1;
  margin-bottom: 8px;
  margin-left: 28px;
  margin-right: 28px;
  position: relative;
}

.sidebar-divider {
  background-color: var(--neutral--100);
  opacity: .2;
  align-self: center;
  width: 100%;
  min-height: 1px;
  max-height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sidebar-account-settings-list {
  border: .6px solid var(--neutral--600);
  background-color: var(--secondary--color-1);
  border-radius: 6px;
  padding: 24px;
}

.font-icon-left-link {
  grid-column-gap: 8px;
  color: var(--neutral--400);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.font-icon-left-link:hover {
  color: var(--accent--primary-1);
}

.font-icon-left-link.color-red-300 {
  color: var(--system--300);
}

.font-icon-left-link.color-red-300:hover {
  color: var(--system--red-400);
}

.sidebar-account-settings-divider {
  background-color: var(--neutral--600);
  align-self: center;
  width: 100%;
  min-width: 200px;
  min-height: .6px;
  max-height: .6px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.sidebar-btn-wrapper {
  margin-top: 48px;
  padding-left: 28px;
  padding-right: 28px;
}

.btn-icon-right.line-rounded-icon {
  color: var(--neutral--400);
  margin-left: 4px;
}

.dashboard-main-section {
  align-items: flex-start;
  display: flex;
}

.sidebar-spacer {
  width: 300px;
  max-width: 300px;
}

.dashboard-content {
  flex: 1;
}

.dashboard-content.coming-soon-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.dashboard-content.utility-page-content {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.sidebar-menu-collapsed-overlay {
  z-index: 2147483647;
  display: none;
  position: absolute;
  inset: 0;
}

.sidebar-collapsed-icon-btn-wrapper {
  display: none;
}

.sidebar-collapsed-divider {
  background-color: var(--neutral--200);
  min-height: .6px;
  max-height: .6px;
  display: none;
}

.gap-column-6px {
  grid-column-gap: 6px;
}

.max-h-12px {
  max-height: 12px;
}

.max-h-16px {
  max-height: 16px;
}

._2-items-wrap-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._2-items-wrap-container.gap-column-16px {
  grid-column-gap: 16px;
}

._2-items-wrap-container.align-end {
  align-items: flex-end;
}

._2-items-wrap-container.pd-32px---28px {
  padding: 32px 28px;
}

._2-items-wrap-container.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

._2-items-wrap-container.gap-12px.component-settings-and-text {
  flex-wrap: nowrap;
  justify-content: flex-end;
}

._2-items-wrap-container.pd-28px {
  padding: 28px;
}

._2-items-wrap-container.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

._2-items-wrap-container.wrap-reverse {
  flex-wrap: wrap-reverse;
}

._2-items-wrap-container.gap-row-12px {
  grid-row-gap: 12px;
}

._2-items-wrap-container.justify-start {
  justify-content: flex-start;
}

._2-items-wrap-container.gap-column-8px {
  grid-column-gap: 8px;
}

._2-items-wrap-container.gap-column-8px.gap-row-0 {
  grid-row-gap: 0px;
}

.gap-column-4px {
  grid-column-gap: 4px;
}

.status-badge {
  grid-column-gap: 2px;
  border: .6px solid #0000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  display: flex;
}

.status-badge.green {
  color: var(--system--green-300);
  background-color: #05c16833;
  border-color: #05c16833;
}

.status-badge.red {
  color: var(--system--300);
  background-color: #ff5a6533;
  border-color: #ff5a6533;
}

.status-badge.yellow {
  color: var(--secondary--color-5);
  background-color: #ffb01633;
  border-color: #ffb01633;
}

.small-details-card-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.mg-bottom-10px {
  margin-bottom: 10px;
}

.small-dot {
  background-color: var(--accent--primary-1);
  border-radius: 100%;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
}

.small-dot.bg-secondary-3 {
  background-color: var(--secondary--color-3);
}

.small-dot._4px {
  min-width: 4px;
  max-width: 4px;
  min-height: 4px;
  max-height: 4px;
}

.small-dot.bg-green-300 {
  background-color: var(--system--green-300);
}

.small-dot.bg-secondary-2 {
  background-color: var(--secondary--color-2);
}

.small-dot.bg-red-300 {
  background-color: var(--system--300);
}

.small-dot.bg-secondary-5 {
  background-color: var(--secondary--color-5);
}

.small-dropdown-toggle {
  grid-column-gap: 12px;
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--700);
  color: var(--neutral--400);
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  transition: color .3s, border-color .3s;
  display: flex;
}

.small-dropdown-toggle:hover {
  border-color: var(--neutral--500);
  color: var(--neutral--300);
}

.small-dropdown-toggle.w--open {
  border-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.small-dropdown-list {
  background-color: #0000;
  width: 120%;
  padding-top: 8px;
}

.small-dropdown-links-container {
  grid-row-gap: 16px;
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--700);
  border-radius: 4px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 8px;
  display: flex;
}

.small-dropdown-link {
  color: var(--neutral--400);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 10px;
  line-height: 1em;
}

.small-dropdown-link:hover {
  color: var(--neutral--100);
}

.graph-small-section-container {
  flex-direction: column;
  padding: 24px 28px;
  display: flex;
}

.mg-bottom-auto {
  margin-bottom: auto;
}

.divider {
  background-color: var(--neutral--600);
  min-height: .6px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.graph-large-section-container {
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  display: flex;
}

.mg-sides-0 {
  margin-left: 0;
  margin-right: 0;
}

.percentage-bars-small-section-container {
  border-right: .6px solid var(--neutral--600);
  padding: 28px;
}

.gap-column-20px {
  grid-column-gap: 20px;
}

.progress-bar {
  z-index: 1;
  background-color: var(--neutral--600);
  border-radius: .8px;
  width: 100%;
  max-width: 244px;
  min-height: 4px;
  max-height: 4px;
  position: relative;
  overflow: hidden;
}

.inner-progress-bar {
  background-color: var(--accent--primary-1);
  position: absolute;
  inset: 0;
}

.inner-progress-bar.width-30 {
  width: 30%;
}

.inner-progress-bar.width-20 {
  width: 20%;
}

.inner-progress-bar.bg-neutral-500 {
  background-color: var(--neutral--500);
}

.inner-progress-bar.bg-secondary-2 {
  background-color: var(--secondary--color-2);
}

.inner-progress-bar.width-15 {
  width: 15%;
}

.inner-progress-bar.bg-secondary-3 {
  background-color: var(--secondary--color-3);
}

.inner-progress-bar.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.pd-20px---52px {
  padding: 20px 52px;
}

.recent-orders-table-row {
  grid-column-gap: 10px;
  border-bottom: .6px solid var(--neutral--600);
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr .6fr .6fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-width: 400px;
  min-height: 48px;
  margin-bottom: -.6px;
  padding: 12px 28px;
  display: grid;
}

.recent-orders-table-row.table-header {
  min-height: 28px;
  padding-top: 0;
  padding-bottom: 16px;
}

.dashboard-footer-wrapper {
  text-align: center;
  border: 0 #000;
  padding-top: 32px;
  padding-bottom: 32px;
}

.dashboard-main-content {
  padding-top: 48px;
  padding-bottom: 64px;
  display: none;
}

.dashboard-main-content.sales-page {
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.dashboard-main-content.coming-soon-main-content {
  z-index: 1;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dashboard-main-content.utility-page-main-content {
  flex: 1;
  padding-top: 100px;
  display: block;
}

.products-table-row {
  grid-column-gap: 10px;
  border-bottom: .6px solid var(--neutral--600);
  grid-template-rows: auto;
  grid-template-columns: 2.8fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-width: 384px;
  min-height: 48px;
  margin-bottom: -.6px;
  padding: 14px 28px;
  display: grid;
}

.products-table-row.table-header {
  min-height: 28px;
  padding-top: 0;
  padding-bottom: 16px;
}

.border-radius-6px {
  border-radius: 6px;
}

.max-h-10px {
  max-height: 10px;
}

.orders-status-table-row {
  grid-column-gap: 10px;
  border-bottom: .6px solid var(--neutral--600);
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr 1fr 1fr .6fr .6fr 72px;
  grid-auto-columns: 1fr;
  align-items: center;
  min-width: 770px;
  min-height: 64px;
  margin-bottom: -.6px;
  padding: 12px 28px;
  display: grid;
}

.orders-status-table-row.table-header {
  min-height: 28px;
  padding-top: 0;
  padding-bottom: 16px;
}

.mg-bottom-2px {
  margin-bottom: 2px;
}

.monthly-billing-toggle {
  border-style: solid none solid solid;
  border-width: .6px;
  border-color: var(--neutral--600);
  background-color: var(--neutral--700);
  color: var(--neutral--400);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 6px 10px;
}

.annually-billing-toggle {
  border-style: solid solid solid none;
  border-width: .6px;
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 6px 10px;
}

.pricing-toggles-wrapper {
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform .3s;
  display: flex;
}

.pricing-toggles-wrapper:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.pricing-table-mobile-title {
  display: none;
}

.pricing-content-wrapper-featured {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 8px;
  display: flex;
}

.pricing-content-wrapper-featured.bottom {
  border-bottom: .6px solid var(--secondary--color-4);
}

.pricing-content-wrapper-featured.bg-light {
  background-color: #7b80ff;
}

.pricing-content-wrapper-top {
  border-top: .6px solid var(--secondary--color-4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 8px;
  display: flex;
}

.pricing-content-wrapper-top.left {
  border-right: .6px solid var(--neutral--600);
  border-left: .6px solid var(--secondary--color-4);
  border-top-left-radius: 12px;
  align-items: flex-start;
  padding-left: 32px;
}

.pricing-content-wrapper-top.right {
  border-right: .6px solid var(--secondary--color-4);
  border-top-right-radius: 12px;
}

.pricing-content-wrapper-top.featured {
  background-color: var(--accent--primary-1);
}

.mg-bottom-140px {
  margin-bottom: 0;
}

.sales-home-hero-bg-image {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-height: 750px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.sales-home-hero-image-left {
  border: 1px #16203f;
  border-radius: 0;
  max-width: 130%;
  margin-top: 0;
  margin-bottom: 0%;
  margin-left: -106px;
  display: block;
}

.sales-home-hero-image-right {
  border: .6px solid #333745;
  border-radius: 16px;
  width: 60%;
  max-width: 610px;
  margin-left: auto;
  display: block;
  box-shadow: 0 4px 24px #080f2561, 0 2px 14px #060c2259;
}

.mg-bottom-180px {
  margin-bottom: 180px;
}

.sales-hero-bg-blob-right {
  z-index: -1;
  width: 126%;
  max-width: 772px;
  position: absolute;
  bottom: -46%;
  right: -40%;
}

.sales-hero-bg-blob-left {
  z-index: -1;
  width: 106%;
  max-width: 638px;
  position: absolute;
}

.small-icon-logo {
  border: 0 #666b97;
  border-radius: 0;
  height: 120px;
  margin-bottom: 16px;
}

.testimonial-page-cover {
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.loading-bar-wrapper {
  z-index: 2147483647;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.loading-bar {
  background-image: linear-gradient(to bottom, var(--accent--primary-1), var(--secondary--color-3));
  min-height: 4px;
}

.component-badge {
  background-color: var(--neutral--600);
  color: var(--neutral--100);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin-bottom: -.6px;
  margin-left: 48px;
  padding: 4px 8px;
  font-size: 10px;
  line-height: 1em;
}

.component-card-top-container {
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  background-color: var(--neutral--800);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.component-card-bottom-container {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding: 32px 52px 40px;
  display: grid;
}

.component-settings-badge {
  grid-column-gap: 8px;
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--700);
  border-radius: 4px;
  align-items: center;
  min-width: 200px;
  min-height: 32px;
  padding: 8px 10px;
  display: flex;
}

.table-main-container {
  margin-bottom: -.6px;
  padding-bottom: .6px;
  overflow: auto;
}

.max-w-20px {
  max-width: 20px;
}

._3-small-items-container {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.border-right-6px---secondary-4 {
  border-right: .6px solid var(--secondary--color-4);
}

.border-bottom-6---secondary-4 {
  border-bottom: .6px solid var(--secondary--color-4);
}

.position-relative---z-index-2 {
  z-index: 2;
  position: relative;
}

.card-cta {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-cta.buy-now {
  background-color: #212c4d;
  flex-direction: column;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card-cta.buy-now:hover {
  color: var(--neutral--100);
  transform: scale(.97);
}

.card-cta.buy-now.white {
  background-color: #493aff;
}

.color-neutral-601 {
  color: #fff;
}

.color-neutral-601.mg-bottom-12px {
  margin-bottom: 12px;
}

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

.card-home-pages-wrapper {
  padding: 26px 30px 32px;
}

.cta-square-logo {
  border-radius: 8px;
  width: 60px;
  margin-bottom: 16px;
  box-shadow: 0 8px 28px #14142b1a;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #0000;
  margin-bottom: 100px;
  padding: 64px;
}

.footer-form-container-two {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  border-radius: 8px;
  width: 660px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  background-color: var(--neutral--100);
  color: var(--secondary--color-1);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  border-radius: 5px;
  padding: 8px 18px;
  position: absolute;
  right: 6px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-left: 50px;
}

.container-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
  overflow: visible;
}

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

.container-3 {
  width: 100%;
}

.cell-2 {
  justify-content: center;
}

.text-span, .text-span-2, .text-span-3 {
  color: var(--secondary--color-5);
}

.image {
  text-align: center;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section {
  margin-bottom: 36px;
}

.success-message {
  background-color: #0000;
}

.text-block {
  font-size: 20px;
}

.error-message-2 {
  background-color: #0000;
}

.text-block-2 {
  color: var(--secondary--color-5);
  text-align: center;
  font-size: 20px;
}

.success-message-2, .error-message-3 {
  background-color: #0000;
}

.container-4 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.radio-button-label {
  margin-bottom: 0;
}

.radio-label {
  margin-bottom: 0;
  font-size: 16px;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.radio-button-field-2 {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.radio-button {
  font-size: 16px;
}

.body {
  background-color: var(--neutral--100);
}

.link {
  display: none;
  overflow: hidden;
}

.body-2 {
  background-color: var(--neutral--100);
}

.text-span-4 {
  color: var(--secondary--color-5);
}

.section-2 {
  margin-bottom: 60px;
}

.text-block-3 {
  font-size: 16px;
  font-weight: 600;
}

.body-3 {
  background-color: var(--neutral--100);
  color: var(--neutral--100);
}

.section-3 {
  min-width: 50px;
}

.form {
  text-align: center;
}

.text-block-5, .text-block-6 {
  color: var(--neutral--800);
}

.text-field, .rounded {
  border-radius: 8px;
}

.section-4 {
  margin-bottom: 48px;
  display: none;
}

.masonry__grid-signature {
  align-items: center;
  display: flex;
}

.masonry__grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1220px;
  height: auto;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.masonry__grid-job-title {
  color: #6b6b6b;
  letter-spacing: .125px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.masonry__grid-portrait {
  object-fit: cover;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.masonry__grid-arrow {
  display: none;
}

.masonry__grid-slide {
  margin-bottom: 20px;
}

.masonry__grid-mask {
  column-count: 3;
  white-space: normal;
  column-gap: 20px;
}

.masonry__grid-nav {
  display: none;
}

.masonry__grid-quote {
  background-color: var(--system--blue-100);
  color: var(--neutral--700);
  border-left-style: none;
  border-left-width: 0;
  margin-top: 18px;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 24px;
}

.masonry__grid-person {
  color: #222;
  font-weight: 600;
  line-height: 21px;
}

.masonry__grid-block {
  background-color: var(--system--blue-100);
  border-radius: 10px;
  padding: 24px;
}

.heading {
  color: var(--neutral--700);
  text-align: center;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
}

.section-5 {
  margin-bottom: 48px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

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

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

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

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.testimonial-image-right {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.container-6 {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container-6.faq-container {
  background-color: #ffffff80;
  border-radius: 5px;
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
  box-shadow: 0 0 50px #2d3e500f;
}

.faq-plus {
  background-color: #2aa8ff;
  border-radius: 3px;
  width: 100%;
  height: 5px;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 45px;
  overflow: hidden;
}

.faq-answer.last-faq-answer {
  border-bottom-width: 0;
}

.faq-answer-text {
  color: var(--neutral--500);
  margin-bottom: 30px;
  font-size: 16px;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.link-2 {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-q-text {
  color: var(--neutral--600);
}

.faq-plus-l {
  background-color: #2aa8ff;
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  height: 90px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.pricing-h1 {
  text-align: center;
}

.pricing-h1.faq-h2 {
  color: var(--neutral--700);
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
}

.pricing-h1.faq-h2.faq-header {
  margin-bottom: 24px;
}

.body-4 {
  background-color: var(--secondary--color-1);
}

.code-embed {
  padding-top: 60px;
  padding-bottom: 60px;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 80px;
  position: relative;
}

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

.testimonial-wrapper-four-2 {
  justify-content: space-between;
  display: flex;
}

.testimonial-left-2 {
  width: 50%;
  margin-right: 24px;
}

.testimonial-image-four-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-right-2 {
  color: var(--neutral--700);
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small-2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four-2 {
  margin-bottom: 24px;
  font-size: 14px;
}

.testimonial-author-name-three-2 {
  margin-bottom: 10px;
}

.modal-wrapper {
  z-index: 9999;
  opacity: 1;
  background-image: linear-gradient(45deg, #086cd9e6, #fdb52be6);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.form-block {
  color: var(--neutral--700);
  text-align: center;
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 4px;
  max-width: 75%;
  padding: 0 0 40px;
  overflow: hidden;
  box-shadow: 5px 5px 20px 3px #0003;
}

.field-label, .field-label-2 {
  color: var(--neutral--500);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.submit-button {
  text-transform: uppercase;
  border-radius: 4px;
  width: 50%;
  margin-top: 12px;
}

.form-hero {
  color: var(--neutral--100);
  background-image: linear-gradient(225deg, #086cd9, #fdb52b);
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: 0;
  padding: 10px 40px 20px;
  display: flex;
  overflow: hidden;
  box-shadow: inset 11px 11px 20px -8px #0003;
}

.div-block, .close-modal-icon {
  width: 30px;
  padding: 5px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.image-2 {
  opacity: .75;
}

.email-signup-form {
  margin-top: 40px;
  margin-left: 75px;
  margin-right: 75px;
}

.heading-2 {
  margin-top: 20px;
}

.heading-2.form-hero-heading {
  font-weight: 700;
}

.paragraph {
  font-size: 14px;
}

.main-body {
  background-color: var(--neutral--100);
}

.testimonial-form {
  color: var(--neutral--800);
}

.field-label-3, .field-label-4 {
  color: var(--neutral--800);
  text-align: left;
}

.success-message-3 {
  background-color: #41ff8d;
}

.text-block-7 {
  color: var(--neutral--800);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-block-8 {
  color: var(--neutral--800);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.testimonial-form-label {
  color: var(--neutral--800);
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.section-6 {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.dashboard-main-updated {
  align-items: flex-start;
  display: flex;
}

.page-wrapper-updated {
  background-color: var(--neutral--100);
}

.image-3 {
  max-width: 75%;
}

.main-nav-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.main-nav-container.shadow-three {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

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

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

.nav-menu-two {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  flex-flow: row;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: inline;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  background-color: var(--mdc-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.image-4 {
  object-fit: fill;
  width: 150px;
  max-width: 50vw;
  overflow: clip;
}

.hero-heading-right {
  background-color: var(--neutral--100);
  border: 0 #000;
  padding: 0 30px;
  position: relative;
}

.hero-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  height: 40vh;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  flex: 0 auto;
  height: 100%;
  overflow: visible;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.heading-3 {
  color: var(--neutral--800);
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.bold-text {
  font-weight: 900;
}

.coach-heading {
  color: var(--neutral--800);
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4rem;
}

.features-list {
  background-color: var(--mdc-yellow);
  color: var(--neutral--100);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  font-family: Lato, sans-serif;
  position: relative;
}

.features-wrapper-two {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 75%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.hero-split-copy {
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Lato, sans-serif;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  color: var(--neutral--800);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  color: var(--neutral--600);
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-3 {
  background-color: var(--mdc-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-3.outline-button {
  box-shadow: inset 0 0 0 1px var(--mdc-blue);
  color: var(--mdc-blue);
  background-color: #0000;
}

.button-primary-3.outline-button:hover {
  background-color: var(--mdc-blue);
  color: #fff;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  background-color: var(--mdc-blue);
  color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.heading-4 {
  color: var(--neutral--100);
  font-weight: 900;
}

.coach-skills-paragraph {
  text-align: center;
  align-self: center;
  font-size: 18px;
  line-height: 24px;
}

.coach-skills-heading {
  font-size: 26px;
  font-weight: 900;
}

.coach-skills-tag {
  font-size: 32px;
}

@media screen and (min-width: 1440px) {
  .masonry__grid-container {
    width: 90%;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 12px;
  }

  .card.top-details, .card.pd-30px---36px {
    padding-left: 28px;
    padding-right: 28px;
  }

  .card._404 {
    max-width: 520px;
  }

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

  .grid-4-columns.pricing-table {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .display-2 {
    font-size: 32px;
  }

  .display-3 {
    font-size: 24px;
  }

  .display-4 {
    font-size: 20px;
  }

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

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .btn-primary-2.large.white {
    width: 60%;
  }

  .dropdown-wrapper.sidebar-dropdown {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-toggle.sidebar-dropdown {
    padding-right: 0;
  }

  .hamburger-menu-wrapper {
    grid-column-gap: 24px;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    display: flex;
  }

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

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .pricing-column.first {
    display: none;
  }

  .pricing-table-top {
    position: static;
    top: 0;
  }

  .pricing-table-top.first {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .pricing-content-wrapper {
    min-height: 100px;
  }

  .pricing-content-wrapper.first {
    border-left: .6px solid var(--secondary--color-4);
  }

  .pricing-content-wrapper.first.bottom {
    border-bottom-left-radius: 12px;
  }

  .pricing-content-wrapper.top-first {
    border-top: .6px solid var(--secondary--color-4);
    border-left: .6px solid var(--secondary--color-4);
    border-top-left-radius: 12px;
  }

  .pricing-content-wrapper.top-right {
    border-top: .6px solid var(--secondary--color-4);
    border-right: .6px solid var(--secondary--color-4);
    border-top-right-radius: 12px;
  }

  ._404-not-found {
    font-size: 200px;
  }

  .sidebar-wrapper {
    border-bottom: .6px solid var(--neutral--600);
    border-right-style: none;
    max-width: none;
    height: auto;
    min-height: 80px;
    max-height: 80px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .sidebar-logo-section-container {
    display: none;
  }

  .sidebar-logo-link.show-on-tablet {
    display: block;
  }

  .sidebar-menu-container {
    background-color: var(--neutral--800);
    min-width: 260px;
    height: 110vh;
    min-height: 100vh;
    margin-top: 80px;
    padding-top: 24px;
    padding-bottom: 150px;
    overflow: auto;
  }

  .position-relative---z-index-1 {
    display: block;
  }

  .position-relative---z-index-1.logo-and-icon-mobile-container {
    grid-column-gap: 24px;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    display: flex;
  }

  .sidebar-dropdown-list-wrapper.sidebar-account-settings-list {
    max-width: 100%;
  }

  .sidebar-search-wrapper {
    display: none;
  }

  .sidebar-btn-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sidebar-spacer {
    display: none;
  }

  .dashboard-content.coming-soon-content {
    min-height: 96vh;
  }

  .dashboard-content.utility-page-content {
    min-height: 92vh;
  }

  .sidebar-mobile-menu-icon {
    max-width: 12px;
  }

  .sidebar-mobile-menu-icon-wrapper {
    grid-column-gap: 10px;
    justify-content: center;
    align-items: center;
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
    margin-top: 8px;
    margin-left: 8px;
    display: flex;
  }

  .small-details-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .graph-large-section-container, .pd-20px---52px {
    padding-left: 28px;
    padding-right: 28px;
  }

  .recent-orders-table-row {
    grid-template-columns: 1fr 1fr .6fr .6fr;
  }

  .dashboard-main-content.utility-page-main-content {
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
    display: flex;
  }

  .products-table-row {
    min-width: 400px;
  }

  .orders-status-table-row {
    grid-template-columns: .6fr 1.2fr .6fr .6fr .6fr .6fr 48px;
  }

  .pricing-table-items-container {
    grid-row-gap: 6px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pricing-table-mobile-title {
    color: var(--neutral--100);
    font-size: 14px;
    display: block;
  }

  .pricing-content-wrapper-featured {
    min-height: 100px;
  }

  .pricing-content-wrapper-top {
    display: none;
  }

  .sales-home-hero-image-left {
    margin-left: -80px;
  }

  .component-card-bottom-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-cta.buy-now {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-2-columns-2._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .image {
    max-height: 150px;
  }

  .masonry__grid-mask {
    column-count: 3;
  }

  .container-5 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .container-8 {
    max-width: 728px;
  }

  .testimonial-left-2 {
    width: 40%;
    margin-right: 40px;
  }

  .container-9 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .hero-split {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .shadow-two {
    align-self: center;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .coach-heading {
    text-align: center;
  }

  .features-wrapper-two {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .features-left {
    max-width: 80%;
    margin-bottom: 0;
  }

  .features-right {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .features-block-two {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-split-copy {
    flex-flow: column;
    justify-content: flex-end;
    align-self: center;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .coach-skills-heading {
    margin-left: auto;
    margin-right: auto;
  }
}

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

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  blockquote {
    border-radius: 18px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid-2-columns, .grid-2-columns._1-82fr---1fr, .grid-2-columns._1fr---2-05fr, .grid-2-columns._1fr---1-08fr, .grid-2-columns._1fr---2fr, .grid-2-columns._1fr---1-52fr, .grid-2-columns._1-86fr---1fr {
    grid-template-columns: 1fr;
  }

  .card.top-details, .card.pd-30px---36px, .card.pd-28px, .card.pd-32px---28px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card._404 {
    max-width: 480px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-4-columns.pricing-table {
    grid-template-columns: 1fr;
  }

  .mg-bottom-32px {
    margin-bottom: 28px;
  }

  .mg-bottom-40px {
    margin-bottom: 34px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-64px {
    margin-bottom: 56px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

  .grid-1-column.gap-row-40px {
    grid-row-gap: 34px;
  }

  .display-2 {
    font-size: 24px;
  }

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

  .inner-container._100-mbl {
    max-width: 100%;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  .pricing-column {
    border: .6px solid var(--secondary--color-4);
    border-radius: 12px;
    margin-bottom: 40px;
    overflow: hidden;
  }

  .pricing-column.mg-bottom-0-mbl {
    margin-bottom: 0;
  }

  .pricing-table-top {
    border-style: none;
    min-height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .pricing-table-top.last {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .pricing-table-top.first {
    border-radius: 0;
  }

  .pricing-content-wrapper {
    border: 1px #000;
    min-height: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-content-wrapper.empty {
    display: none;
  }

  .pricing-content-wrapper.right {
    border: 1px #000;
  }

  .pricing-content-wrapper.bottom {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .pricing-content-wrapper.first {
    border: 1px #000;
  }

  .pricing-content-wrapper.top-first {
    border: 1px #000;
    border-top-left-radius: 0;
  }

  .pricing-content-wrapper.top-right {
    border: 1px #000;
    border-radius: 0;
  }

  ._404-not-found {
    font-size: 180px;
  }

  .hidden-on-mbl {
    display: none;
  }

  .position-relative---z-index-1.logo-and-icon-mobile-container {
    padding-left: 20px;
  }

  ._2-items-wrap-container.gap-12px.component-settings-and-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._2-items-wrap-container.pd-28px {
    padding: 24px;
  }

  .graph-small-section-container, .graph-large-section-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .percentage-bars-small-section-container {
    border-bottom: .6px solid var(--neutral--600);
    border-right-style: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .progress-bar {
    max-width: 428px;
  }

  .pd-20px---52px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .recent-orders-table-row {
    grid-template-columns: .6fr 1fr .6fr .6fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .dashboard-footer-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .dashboard-main-content.sales-page, .dashboard-main-content.utility-page-main-content {
    padding-top: 64px;
  }

  .products-table-row {
    padding-left: 24px;
    padding-right: 24px;
  }

  .orders-status-table-row {
    grid-template-columns: .4fr .8fr .6fr .6fr .6fr .4fr 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .annually-billing-item-container.width-100-mbl, .monthly-billing-item-container.width-100-mbl {
    width: 100%;
  }

  .pricing-table-items-container {
    grid-column-gap: 16px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1.2fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .pricing-content-wrapper-featured {
    min-height: 80px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-content-wrapper-featured.empty {
    display: none;
  }

  .pricing-content-wrapper-featured.bottom {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .pricing-content-wrapper-top {
    border-right: .6px solid var(--secondary--color-4);
    border-left: .6px solid var(--secondary--color-4);
    min-height: 80px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .mg-bottom-140px {
    margin-bottom: 51px;
  }

  .sales-home-hero-bg-image {
    min-height: 10%;
    max-height: none;
  }

  .sales-home-hero-image-left {
    border-radius: 8px;
  }

  .sales-home-hero-image-right {
    border-radius: 10px;
  }

  .mg-bottom-180px {
    margin-bottom: 140px;
  }

  .component-badge {
    margin-left: 32px;
  }

  .component-card-top-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .component-card-bottom-container {
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: stretch;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .component-settings-badge {
    min-width: auto;
  }

  .border-right-6px---secondary-4.border-bottom-6px---secondary-4-mbl {
    border-bottom: .6px solid var(--secondary--color-4);
    border-right-style: none;
  }

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

  .card-home-pages-wrapper {
    padding-left: 28px;
    padding-right: 28px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .quick-stack {
    padding-top: 0;
  }

  .image {
    max-height: 100px;
  }

  .masonry__grid-mask {
    column-count: 2;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-image-right {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .pricing-h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four-2 {
    flex-direction: column;
  }

  .testimonial-left-2 {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four-2 {
    height: auto;
  }

  .heading-small-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .main-nav-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-right {
    padding: 0 15px;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .hero-split {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .shadow-two {
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    max-width: 100%;
    display: block;
    overflow: visible;
  }

  .coach-heading {
    text-align: center;
    align-self: center;
    max-width: 75%;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .features-list {
    padding: 60px 15px;
  }

  .hero-split-copy {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    max-width: 60%;
    display: flex;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  .grid-2-columns._1fr---1-52fr.gap-row-64px {
    grid-row-gap: 48px;
  }

  .card.password-protected-card {
    padding: 32px 24px;
  }

  .card._404 {
    padding: 64px 24px;
  }

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

  .mg-bottom-16px {
    margin-bottom: 12px;
  }

  .mg-bottom-24px {
    margin-bottom: 20px;
  }

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

  .display-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
  }

  .display-3 {
    font-size: 22px;
  }

  .display-4 {
    font-size: 18px;
  }

  .paragraph-large.color-neutral-200.mg-bottom-24px {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .btn-primary-2.large.white {
    width: 90%;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hamburger-menu-wrapper {
    min-width: 72px;
    max-width: 72px;
    min-height: 72px;
    max-height: 72px;
  }

  .text-center.mg-bottom-48px {
    margin-bottom: 0;
  }

  .pricing-content-wrapper {
    min-height: 64px;
  }

  ._404-not-found {
    font-size: 120px;
    transform: translate(0, -32px);
  }

  .flex.align-center.gap-column-24px {
    grid-column-gap: 20px;
  }

  .flex.align-center.gap-column-16px {
    grid-column-gap: 12px;
  }

  .sidebar-wrapper {
    min-height: 72px;
    max-height: 72px;
  }

  .position-relative---z-index-1.logo-and-icon-mobile-container {
    padding-left: 16px;
  }

  .sidebar-mobile-menu-icon-wrapper {
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  ._2-items-wrap-container.gap-12px.component-settings-and-text {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  ._2-items-wrap-container.pd-28px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .small-details-card-grid {
    grid-template-columns: 1fr;
  }

  .graph-large-section-container {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .dashboard-main-content.sales-page {
    padding-top: 48px;
    padding-bottom: 50px;
  }

  .dashboard-main-content.utility-page-main-content {
    padding-top: 48px;
  }

  .pricing-table-items-container {
    grid-template-columns: 1.6fr 1fr;
  }

  .pricing-content-wrapper-featured {
    min-height: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-content-wrapper-top {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mg-bottom-140px {
    margin-bottom: 0;
  }

  .sales-home-hero-bg-image {
    min-height: 20%;
  }

  .sales-home-hero-image-left {
    border-radius: 6px;
    margin-left: -51px;
  }

  .sales-home-hero-image-right {
    border-radius: 8px;
  }

  .small-icon-logo {
    margin-top: 0;
  }

  .testimonial-page-cover {
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    display: block;
  }

  .component-badge {
    margin-left: 24px;
  }

  .component-card-bottom-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary {
    width: 80%;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quick-stack {
    padding-top: 20px;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .section-4 {
    width: 90vw;
  }

  .masonry__grid-arrow {
    width: 48px;
    height: 48px;
    margin: 0;
    display: none;
    position: static;
  }

  .masonry__grid-icon {
    color: #333;
    margin: 0;
    position: static;
  }

  .masonry__grid-mask {
    column-count: auto;
    white-space: nowrap;
  }

  .masonry__grid-nav {
    width: 100%;
    padding-top: 14px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .container-5 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .container-6.faq-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .faq-plus {
    width: 20px;
  }

  .faq-plus-l {
    width: 5px;
    display: block;
  }

  .faq-question {
    height: 120px;
    line-height: 1.1em;
  }

  .pricing-h1.faq-h2 {
    margin-top: 0;
    font-size: 22px;
  }

  .container-7 {
    max-width: 90%;
    display: block;
  }

  .code-embed {
    padding-bottom: 140px;
  }

  .container-8 {
    max-width: none;
  }

  .heading-small-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .container-9 {
    max-width: none;
  }

  .navbar-wrapper {
    justify-content: center;
    align-items: center;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-heading-right {
    margin-bottom: 0;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    overflow: visible;
  }

  .features-right {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .hero-split-copy {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }
}

#w-node-_858eae2b-5fb4-2606-18e2-d0916c646295-1b58f9a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1f4d5c29-ae84-0413-9ab3-1abce938c990-1b58f9a2, #w-node-b2e761d3-29b8-b6f2-eaba-afac013b6e1a-1b58f9a2, #w-node-_8df3fbdc-988a-a7f9-360d-8705c0826f1a-1b58f9a2, #w-node-_2fb6c282-1863-6e8a-6aaf-7a51d278008c-d278008c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-1b58f9a5 {
  align-self: stretch;
}

#w-node-_29dfef25-24e5-d78d-f60f-d227d22e853b-1b58f9a9, #w-node-_29dfef25-24e5-d78d-f60f-d227d22e855b-1b58f9a9, #w-node-_29dfef25-24e5-d78d-f60f-d227d22e8583-1b58f9a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29dfef25-24e5-d78d-f60f-d227d22e855b-1b58f9aa {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_29dfef25-24e5-d78d-f60f-d227d22e855b-1b58f9aa {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_858eae2b-5fb4-2606-18e2-d0916c646295-1b58f9a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona sans';
  src: url('../fonts/Mona-Sans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona sans';
  src: url('../fonts/Mona-Sans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona sans';
  src: url('../fonts/Mona-Sans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona sans';
  src: url('../fonts/Mona-Sans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dashdark custom icon font';
  src: url('../fonts/dashdark-custom-icon-font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}