@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #1e2432;
  --dim-grey: #6f737c;
  --dodger-blue: #009aff;
  --dark-slate-blue: #1a49ba;
  --gold: #ffda54;
  --orange: #ffa835;
  --light-pink: #f9b8c4;
  --medium-aquamarine: #37c99e;
  --white-smoke: #eef2f5;
  --midnight-blue: #01216e;
}

.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;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

@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 {
  color: #1e2432;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: #1e2432;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.4;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

p {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

a {
  color: var(--black);
  font-size: 18px;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 1.4;
}

form {
  font-size: 20px;
  line-height: 1.4;
}

label {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

strong {
  color: var(--black);
  font-weight: 500;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

figcaption {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.style-guide-elements-wrap {
  flex-direction: column;
  flex: 1;
}

.style-guide-title {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 54px;
}

.rich-text p {
  margin-bottom: 20px;
}

.style-guide-help-image {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.style-guide-element-description {
  color: #5e5e5e;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.style-guide-page-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.style-guide-swatch {
  height: 60px;
  margin-bottom: 5px;
}

.style-guide-swatch.swatch---secondary {
  background-color: #fff;
}

.style-guide-swatch.swatch---accent {
  background-color: #a778ff;
}

.style-guide-swatch.swatch---primary {
  background-color: var(--black);
}

.style-guide-swatch.swatch---blue {
  background-color: var(--dodger-blue);
}

.style-guide-swatch.swatch---dark-blue {
  background-color: var(--dark-slate-blue);
}

.style-guide-swatch.swatch---yellow {
  background-color: var(--gold);
}

.style-guide-swatch.swatch---orange {
  background-color: var(--orange);
}

.style-guide-swatch.swatch---pink {
  background-color: var(--light-pink);
}

.style-guide-swatch.swatch---green {
  background-color: var(--medium-aquamarine);
}

.button {
  background-color: var(--black);
  border-radius: 100px;
  padding: 15px 60px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.button:hover {
  background-color: #4b505b;
  text-decoration: none;
}

.button.button-small {
  padding: 12px 30px;
  font-size: 18px;
}

.button.button-small.hero {
  color: var(--black);
  background-color: #fff;
}

.button.button-small.hero:hover {
  background-color: #fffc;
}

.button.button-small.nav {
  color: var(--black);
  background-color: #fff;
}

.button.button-small.nav:hover {
  background-color: #fffc;
}

.button.button-secondary {
  color: var(--black);
  background-color: #fff;
  border: 2px solid #d9e4ed;
}

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

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

.button.hero {
  color: var(--black);
  text-align: center;
  background-color: #fff;
  max-width: 320px;
}

.button.hero:hover {
  background-color: #fffc;
}

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

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

.button.white.centered {
  margin-left: auto;
  margin-right: auto;
}

.button.full-width {
  width: 100%;
}

.style-guide-help-heading {
  margin-top: 0;
  margin-bottom: 10px;
}

.style-guide-help-wrap {
  background-color: #f5f5f5;
  border-radius: 5px;
  width: 300px;
  margin-left: 40px;
  padding: 20px;
  position: sticky;
  top: 40px;
}

.style-guide-swatches-wrap {
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.style-guide-swatch-wrap {
  flex: 1;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.style-guide-individual-element {
  margin-bottom: 20px;
}

.style-guide-section-wrap {
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

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

.navigation-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  display: flex;
}

.navbar {
  background-color: #fff0;
  margin-bottom: 40px;
}

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

.nav-link {
  color: #fff;
}

.hero-section {
  background-image: url('../images/Coursy-hero_bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 130px;
}

.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.brand {
  margin-right: 40px;
  position: static;
}

.hero-grid {
  grid-column-gap: 115px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

.hero-grid-wrap-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-1 {
  font-size: 56px;
}

.heading-1.white {
  color: #fff;
}

.body-text.light {
  color: #ffffffb3;
}

.body-text.light.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.body-text.dark.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.body-text.dark.bold {
  font-weight: 500;
}

.hero-button-wrap {
  flex-direction: column;
  align-items: stretch;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.students-wrap {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.hero-arrow {
  position: absolute;
  inset: 20% -20% 0% auto;
}

.margin-right-20 {
  margin-right: 20px;
}

.logo-section {
  background-color: var(--white-smoke);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 120px;
}

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

.tagline {
  color: var(--dim-grey);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

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

.logo-block {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 163px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.logo-block:hover {
  box-shadow: 0 4px 20px #0118291a;
}

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

.content-section.blue {
  background-color: var(--midnight-blue);
  position: relative;
}

.content-section.grey {
  background-color: var(--white-smoke);
}

.content-grid-1 {
  grid-column-gap: 115px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
}

.content-image-block {
  position: relative;
}

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

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

.image-3 {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0% auto;
}

.yellow-dot {
  position: absolute;
  inset: 30% auto 0% -25%;
}

.content-grid-2 {
  grid-column-gap: 115px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

.orange-rectangle {
  z-index: 1;
  position: absolute;
  inset: auto -25% 30% auto;
}

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

.chapter-row {
  align-items: center;
  display: flex;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.heading-5.white {
  color: #fff;
}

.section-title-wrap {
  text-align: left;
  max-width: 530px;
}

.section-title-wrap.centered {
  text-align: center;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.stats-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 400;
}

.section-button-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.blue-circle-bg {
  position: absolute;
  inset: 0% auto auto 0%;
}

.yellow-rectangle-bg {
  position: absolute;
  inset: 0% 0% auto auto;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  max-width: 714px;
  height: auto;
  position: static;
}

.testimonial-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  inset: 0% 0% 0% auto;
}

.left-arrow {
  align-items: center;
  display: flex;
  inset: 0% auto 0% 0%;
}

.slide {
  background-color: #ffffff1a;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 40px;
  padding: 40px;
}

.mask {
  height: auto;
}

.testimonial {
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  font-style: italic;
  font-weight: 400;
}

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

.heading-6 {
  color: #fff;
}

.heading-6.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.audience-grid {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.pricing-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  max-width: 900px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-block {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}

.pricing-block.recommended {
  position: relative;
  box-shadow: 0 4px 20px #0118291a;
}

.pricing-heading {
  font-size: 72px;
  font-weight: 400;
}

.checkmarks-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.checkmark-row {
  text-align: left;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.checkmark-icon {
  margin-right: 20px;
}

.image-4 {
  position: absolute;
  inset: -15% 0% auto 33%;
}

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

.pink-circle-bg {
  position: absolute;
  inset: 0% 0% auto auto;
}

.cta-section {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/Coursy-cta_section_bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 120px;
  padding-bottom: 120px;
}

.cta-grid {
  grid-column-gap: 110px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.cta-button-wrap {
  flex-direction: column;
  align-items: stretch;
  margin-top: 30px;
  margin-right: 60px;
  display: flex;
  position: relative;
}

.cta-arrow {
  position: absolute;
  inset: 20% -20% 0% auto;
}

.footer-section {
  background-color: var(--midnight-blue);
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-grid {
  grid-column-gap: 110px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr .25fr;
}

.footer-link {
  color: #fff;
  margin-bottom: 30px;
  display: block;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.testimonial-author-image {
  margin-right: 20px;
}

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

.text-block {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

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

.title {
  background-color: #000;
  margin: -11px .5rem -23px;
}

.heading-9 {
  color: #fff;
  text-align: center;
}

.container-2 {
  padding-left: 10px;
  padding-right: 10px;
}

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

.button-2 {
  aspect-ratio: auto;
  text-align: center;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.container-3 {
  margin-bottom: 5px;
}

.text-span-cite {
  font-weight: 400;
}

.container-6 {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.table-wrapper {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 50%;
  height: auto;
  margin-left: 3px;
  margin-right: 10px;
  padding: 15px 5px;
  transition: transform .2s;
  position: relative;
}

.table-wrapper._100 {
  perspective-origin: 50%;
  flex: 0 auto;
  width: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.table-wrapper._100.table {
  flex-direction: column;
  align-items: stretch;
  height: auto;
  max-height: none;
  display: flex;
  overflow: auto;
}

.table-col {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.table-1---header---text {
  color: #5e5656;
  text-align: center;
  border: 1px #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.table-1---header---text.data {
  text-align: right;
  width: 100%;
  font-weight: 400;
}

.table-1---header---text.data.center {
  text-align: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.table {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.table:active {
  border: 1px solid #dadada;
}

.table:focus {
  border-color: #d4d4d4;
}

.table.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.table.no-pad.overflow {
  flex: none;
  height: auto;
  max-height: 360px;
  padding-left: 0;
  position: relative;
  overflow: auto;
}

.table-row-4-col {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 140vw;
  display: grid;
  position: sticky;
}

.table-row-4-col.data-row {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  height: 50px;
}

.table-row-4-col.data-row:hover {
  background-color: #0000;
}

.table-row-4-col.data-row.yellow {
  background-color: #f5efef;
  height: 50px;
}

.table-row-4-col.header {
  z-index: 999;
  background-color: #fff;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: sticky;
  top: 0;
}

.heading-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.accordion-container {
  padding-bottom: 15px;
}

.dropdown-list {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 21px;
}

.accordian-item {
  width: 900px;
}

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

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

.heading-12, .heading-13, .heading-14, .heading-15 {
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .hero-arrow {
    right: -15%;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6, p, ul, ol, blockquote {
    font-size: 18px;
  }

  .button.hero {
    width: 100%;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .nav-link {
    color: var(--black);
    text-align: center;
  }

  .hero-section {
    background-position: 60%;
    background-size: cover;
  }

  .hero-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .hero-grid-wrap-left {
    text-align: center;
    align-items: center;
  }

  .heading-1 {
    font-size: 48px;
  }

  .body-text {
    font-size: 18px;
  }

  .hero-button-wrap {
    align-items: center;
  }

  .hero-arrow {
    right: -20%;
  }

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

  .content-section {
    overflow: hidden;
  }

  .content-grid-1 {
    grid-template-columns: auto;
  }

  .content-image-block {
    overflow: visible;
  }

  .content-grid-2 {
    grid-template-columns: auto;
  }

  .heading-5 {
    font-size: 20px;
  }

  .blue-circle-bg, .yellow-rectangle-bg {
    width: 20%;
  }

  .testimonial-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-arrow {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% -25px 0% auto;
  }

  .left-arrow {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% auto 0% -25px;
  }

  .audience-grid {
    grid-row-gap: 60px;
  }

  .image-4 {
    top: -12%;
  }

  .pink-circle-bg {
    width: 30%;
  }

  .cta-grid {
    grid-column-gap: 60px;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: .5fr .5fr;
  }

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

  .menu-button {
    margin-left: 30px;
    padding: 8px;
  }

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

  .table-wrapper {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 4px;
  }

  .table-wrapper._100 {
    margin-bottom: 20px;
  }

  .table-1---header---text {
    font-size: 10px;
    line-height: 14px;
  }

  .table-1---header---text.data.center {
    text-align: center;
  }

  .table {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table.no-pad.overflow {
    flex: none;
    max-height: 400px;
  }

  .table-row-4-col.data-row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .table-row-4-col.data-row.yellow {
    background-color: #f1ebeb;
  }

  .table-row-4-col.header {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

@media screen and (max-width: 767px) {
  .hero-arrow {
    right: -20%;
  }

  .stats-grid, .audience-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-grid {
    grid-row-gap: 120px;
    grid-template-columns: 1fr;
  }

  .image-4 {
    top: -15%;
  }

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

  .cta-section {
    background-position: 50%;
  }

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

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

  .cta-button-wrap {
    margin-right: 0;
  }

  .container-6 {
    padding-top: 0;
  }

  .table-wrapper {
    border-style: none;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    transform: scale(.8);
  }

  .table-wrapper._100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-wrapper._100.table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }

  .table-1---header---text {
    font-size: 10px;
    line-height: 12px;
  }

  .table-1---header---text.data.center {
    text-align: center;
  }

  .table.no-pad {
    padding-left: 10px;
    padding-right: 0;
  }

  .table.no-pad.overflow {
    width: 100%;
    max-height: 240px;
    padding-left: 0;
    overflow: auto;
  }

  .table-row-4-col.data-row {
    width: 100%;
  }

  .table-row-4-col.data-row.yellow {
    background-color: #f0e8e8;
  }

  .table-row-4-col.header {
    width: 100%;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  .button {
    text-align: center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .button.margin-top-20 {
    text-align: center;
    width: 100%;
  }

  .hero-section {
    background-position: 58%;
    padding-bottom: 120px;
  }

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

  .body-text.white.hero {
    text-align: left;
  }

  .hero-arrow {
    display: none;
  }

  .logo-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-block {
    height: 120px;
  }

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

  .slider {
    flex-direction: column;
  }

  .testimonial-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow, .left-arrow {
    margin-top: 30px;
    display: inline-block;
    position: static;
  }

  .slide {
    padding: 30px;
  }

  .testimonial {
    margin-bottom: 30px;
  }

  .testimonial-author-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .pricing-block, .pricing-block.recommended {
    padding: 30px;
  }

  .checkmark-row {
    align-items: center;
  }

  .image-4 {
    top: -12%;
  }

  .cta-arrow {
    display: none;
  }

  .testimonial-author-image {
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .title {
    background-color: #000;
    margin-top: -17px;
    margin-bottom: -27px;
    padding-top: 0;
    padding-right: 0;
  }

  .heading-9 {
    font-size: 20px;
  }

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

  .heading-2 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
  }

  .text-block-2 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
  }

  .button-2 {
    text-align: center;
    column-count: auto;
    overflow-wrap: normal;
    border-radius: 6px;
    width: auto;
    height: 3rem;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 0;
    font-size: 20px;
    line-height: 45px;
    display: block;
  }

  .text-block-3 {
    text-align: center;
    font-style: italic;
  }

  .container-3 {
    background-color: #dddcdc;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3 {
    text-align: center;
    font-size: 30px;
  }

  .container-6 {
    padding-top: 0;
  }

  .table-wrapper {
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper._100 {
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper._100.table {
    width: 90%;
    height: auto;
    margin-bottom: -24px;
    padding-top: 0;
  }

  .table-1---header---text {
    flex: 1;
  }

  .table-1---header---text.data.center {
    text-align: center;
    width: 100%;
  }

  .table {
    width: 100%;
  }

  .table.no-pad.overflow {
    flex: none;
    max-height: 600px;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-row-4-col.data-row {
    grid-template-columns: 2fr 1fr 1fr 2fr;
    width: 300px;
    height: 60px;
  }

  .table-row-4-col.data-row.yellow {
    background-color: #eceaea;
  }

  .table-row-4-col.header {
    grid-template-columns: 2fr 1fr 1fr 2fr;
    width: 300px;
  }

  .text-block-8 {
    margin-bottom: -25px;
  }

  .accordian-toggle {
    object-fit: fill;
    width: 100%;
    height: 80px;
    display: flex;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    padding-right: 10px;
  }

  .accordion-container {
    border: 1px #000;
    border-top-style: solid;
  }

  .heading-10 {
    text-align: center;
    font-size: 30px;
  }

  .bold-text {
    overflow: visible;
  }

  .dropdown-list {
    background-color: #fff;
    display: block;
    position: static;
  }

  .text-block-7 {
    padding-left: 19px;
  }

  .text-block-6 {
    flex: 0 auto;
    order: 1;
    align-self: flex-start;
    width: 300px;
    font-size: 18px;
    overflow: visible;
  }

  .bold-text-3 {
    object-fit: fill;
    width: 200px;
    overflow: visible;
  }

  .accordion-icon {
    text-align: left;
    margin-bottom: 43.0078px;
    margin-right: -4px;
    padding-right: 0;
  }

  .bold-text-2 {
    width: 300px;
  }

  .accordian-item {
    border: 1px #000;
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

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

  .heading-11 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
  }
}

#w-node-_753920e3-97ab-f671-f769-611f71ccb8ee-6f46fb4c, #w-node-_0df3a84e-a5b5-aa61-1bae-0680c3627268-6f46fb4c, #w-node-_9d1e3dc8-6c24-ed71-e82e-1e1b6978244c-6f46fb4c, #w-node-_10647277-6081-d1bf-bc97-5ba0bd26e99e-6f46fb4c, #w-node-c4661a97-91e7-53fa-37fa-793aa7cf8d82-6f46fb4c {
  align-self: center;
}

#w-node-c4661a97-91e7-53fa-37fa-793aa7cf8d86-6f46fb4c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_2ac851f4-bea5-cebf-3179-7344d14c9b01-6f46fb4c {
  justify-self: end;
}

#w-node-_0d570e7e-f007-a9f9-a836-47e6860944dc-6f46fb4c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1f92ea3-36f9-bb03-9c8d-eb4f59fd7b85-6f46fb4c {
  justify-self: end;
}

#w-node-_4b7b27a4-b10b-1f74-d7b6-0a07d57c6a55-492d3f19 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4b7b27a4-b10b-1f74-d7b6-0a07d57c6a6c-492d3f19 {
  justify-self: end;
}

#w-node-_152b024a-1c12-4987-e664-bf8c01a0587f-6a12d823 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_152b024a-1c12-4987-e664-bf8c01a05896-6a12d823 {
  justify-self: end;
}

#w-node-c8c812c2-fe9c-f262-7925-87ba18c1bfe3-d4f782e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8c812c2-fe9c-f262-7925-87ba18c1bffa-d4f782e2 {
  justify-self: end;
}

#w-node-_4ab3936a-08bf-8499-e66e-a997a7cbf271-7af34eff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4ab3936a-08bf-8499-e66e-a997a7cbf288-7af34eff {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-c4661a97-91e7-53fa-37fa-793aa7cf8d86-6f46fb4c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_164d2176-9d2a-37e4-56f0-99792e1aa8ce-6f46fb4c {
    place-self: center start;
  }

  #w-node-_2ac851f4-bea5-cebf-3179-7344d14c9b01-6f46fb4c {
    align-self: center;
  }

  #w-node-_0d570e7e-f007-a9f9-a836-47e6860944dc-6f46fb4c, #w-node-cb5383c3-b5a2-b94f-c1be-69fd6256221a-6f46fb4c, #w-node-d07972fa-412b-2694-f0d9-23d4e1a9862b-6f46fb4c {
    justify-self: center;
  }

  #w-node-e1f92ea3-36f9-bb03-9c8d-eb4f59fd7b85-6f46fb4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_4b7b27a4-b10b-1f74-d7b6-0a07d57c6a55-492d3f19, #w-node-_4b7b27a4-b10b-1f74-d7b6-0a07d57c6a5a-492d3f19, #w-node-_4b7b27a4-b10b-1f74-d7b6-0a07d57c6a63-492d3f19 {
    justify-self: center;
  }

  #w-node-_4b7b27a4-b10b-1f74-d7b6-0a07d57c6a6c-492d3f19 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_152b024a-1c12-4987-e664-bf8c01a0587f-6a12d823, #w-node-_152b024a-1c12-4987-e664-bf8c01a05884-6a12d823, #w-node-_152b024a-1c12-4987-e664-bf8c01a0588d-6a12d823 {
    justify-self: center;
  }

  #w-node-_152b024a-1c12-4987-e664-bf8c01a05896-6a12d823 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-c8c812c2-fe9c-f262-7925-87ba18c1bfe3-d4f782e2, #w-node-c8c812c2-fe9c-f262-7925-87ba18c1bfe8-d4f782e2, #w-node-c8c812c2-fe9c-f262-7925-87ba18c1bff1-d4f782e2 {
    justify-self: center;
  }

  #w-node-c8c812c2-fe9c-f262-7925-87ba18c1bffa-d4f782e2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_4ab3936a-08bf-8499-e66e-a997a7cbf271-7af34eff, #w-node-_4ab3936a-08bf-8499-e66e-a997a7cbf276-7af34eff, #w-node-_4ab3936a-08bf-8499-e66e-a997a7cbf27f-7af34eff {
    justify-self: center;
  }

  #w-node-_4ab3936a-08bf-8499-e66e-a997a7cbf288-7af34eff {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2ac851f4-bea5-cebf-3179-7344d14c9b01-6f46fb4c {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}