.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-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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

h1 {
  color: #0d3f5e;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lyon display, Georgia, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  color: #0d3f5e;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lyon display, Georgia, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  color: #0d3f5e;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  color: #0d3f5e;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #0d3f5e;
  margin-bottom: 10px;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

a {
  text-decoration: underline;
}

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

.form-checkbox {
  width: 20px;
}

.link {
  color: #0d3f5e;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
}

.link:focus-visible {
  border: 2px solid #1c6ef2;
}

.link[data-wf-focus-visible] {
  border: 2px solid #1c6ef2;
}

.link.white {
  color: #fff;
  text-decoration: underline;
  display: flex;
}

.style-guide-category {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-bottom: 5px;
  font-weight: 700;
}

.section {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.section.white {
  background-color: #fff;
  margin-bottom: 4rem;
  display: none;
}

.section.background {
  background-image: url('../images/Business-professional-researching-mental-health-tips-on-laptop.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

.section.olive {
  background-color: #f9f8f0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 0;
  display: block;
}

.section.olive.hide {
  display: none;
}

.section.navy {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.style-guide-element {
  color: #fff;
  background-color: #3b83f7;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-grid {
  grid-column-gap: 40px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.list {
  padding-left: 15px;
}

.style-guide-edit-wrap {
  opacity: .4;
}

.style-guide-edit-wrap:hover {
  opacity: 1;
}

.style-guide-color-wrap {
  height: 100px;
  background-color: #0a2d42;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  padding: 15px 30px;
  display: flex;
}

.style-guide-color-wrap.light-color-background, .style-guide-color-wrap.white-background {
  background-color: #fff;
}

.style-guide-color-wrap.secondary-color-background {
  background-color: #0d3f5e;
}

.style-guide-color-wrap.mid-grey-color-background {
  background-color: #f2efde;
}

.style-guide-color-wrap.primary-color-background {
  background-color: #e85726;
}

.style-guide-color-wrap.light-grey-color-background {
  background-color: #f9f8f0;
}

.style-guide-grid-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: stretch;
  padding-top: 10px;
  display: grid;
}

.style-guide-class {
  color: #fff;
  background-color: #3b83f7;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class.tag-class {
  background-color: #cc55b8;
}

.style-guide-layout-demo {
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
}

.style-guide-layout-demo.section-padding {
  margin-top: 30px;
}

.small-p {
  max-width: 45ch;
  color: #0d3f5e;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.3;
}

.small-p.long {
  max-width: 55ch;
}

.container {
  width: auto;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.container.small {
  max-width: 30vw;
  align-items: flex-start;
  margin-bottom: 4rem;
  margin-left: 2rem;
  display: flex;
}

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

.style-guide-white-div {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #e85726;
  border-radius: 12px;
  flex: 0 auto;
  margin-top: 0;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.button:hover {
  color: #fff;
}

.button.form-submit {
  margin-top: 15px;
}

.button.inverse-button {
  color: #0d3f5e;
  background-color: #fff;
}

.button.navy {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  background-color: #0d3f5e;
  border: 2px #0d3f5e;
  flex: none;
  text-decoration: none;
}

.button.navy.invese-ghost {
  color: #008eb1;
  border-color: #008eb1;
}

.button.ghost {
  color: #fff;
  letter-spacing: .2px;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
}

.style-guide-wrap {
  padding-top: 20px;
}

.light-text {
  color: #fff;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.style-guide-popup-wrap {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 22px;
  display: flex;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-field.form-select {
  background-color: #fff;
}

.large-p {
  max-width: 50ch;
  color: #0d3f5e;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.large-p.white {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
}

.large-p.f-margin-bottom-32 {
  max-width: 80ch;
  margin-bottom: 0;
}

.paragraph-bold {
  color: #0d3f5e;
}

.rich-text {
  margin-left: 10px;
  padding-left: 0;
}

.rich-text h2 {
  color: #0d3f5e;
  margin-bottom: 0;
  font-family: Lyon display, Georgia, sans-serif;
  font-size: 40px;
  line-height: 1.2;
}

.rich-text p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
}

.rich-text h1 {
  font-size: 40px;
}

.list-text {
  color: #0d3f5e;
  font-family: Effra, Tahoma, sans-serif;
}

.close-popup-button {
  color: #000;
  padding: 15px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: -5px;
  bottom: auto;
  left: auto;
  right: -5px;
}

.style-guide-edit {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.popup-card {
  max-width: 450px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.heading {
  font-family: Effra, Tahoma, sans-serif;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.3;
}

.heading-2.white {
  color: #fff;
  margin-bottom: 0;
}

.heading-2.white.margin-40 {
  margin-bottom: 20px;
}

.paragraph-2 {
  font-size: 16px;
}

.navbar2_logo {
  max-width: 80%;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.opener-line {
  margin-bottom: 10px;
  line-height: 1.2;
  transition: opacity .2s;
  display: block;
}

.cta-navy {
  color: #0d3f5e;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.cta-navy.padding-10 {
  margin-bottom: 10px;
  line-height: 1.2;
}

.hero {
  background-image: url('../images/Employee-hero.jpeg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 18rem;
}

.f-image-cover {
  object-fit: cover;
  border: 2px #1c6ef2;
}

.f-image-cover:focus-visible {
  border-style: solid;
  border-width: 3px;
}

.f-image-cover[data-wf-focus-visible] {
  border-style: solid;
  border-width: 3px;
}

.f-image-cover.hide {
  overflow: hidden;
}

.f-content-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

.navy {
  background-color: #0a2d42;
}

.text-span {
  font-weight: 700;
}

.button-wrapper {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 40px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.button-wrapper.quiz {
  background-color: #0d3f5e;
  justify-content: space-between;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.button-wrapper.quiz:focus-visible {
  border: 2px solid #1c6ef2;
}

.button-wrapper.quiz[data-wf-focus-visible] {
  border: 2px solid #1c6ef2;
}

.button-wrapper.product {
  margin-top: 0;
  margin-bottom: 0;
}

.arrow {
  align-self: center;
  margin-top: 3px;
  margin-left: 15px;
  padding-left: 0;
}

.blog-content {
  flex: 1;
}

.b-content-accordion-toggle {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  padding: 0;
  display: flex;
}

.b-content-accordion-toggle:focus-visible {
  border: 2px solid #1c6ef2;
  border-radius: 4px;
}

.b-content-accordion-toggle[data-wf-focus-visible] {
  border: 2px solid #1c6ef2;
  border-radius: 4px;
}

.b-icon-medium {
  width: 76px;
  justify-content: flex-end;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.b-content-accordion-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #454f5f;
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.b-content-accordion-item {
  background-color: #fff;
  border: 1px #dce0e5;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 24px;
  display: block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.b-heading-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 24px;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.b-content-accordion-list {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.eyebrow {
  color: #e85726;
  margin-top: 0;
  margin-bottom: 5px;
}

.quiz-header {
  max-width: 24ch;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.quiz-text {
  color: #0d3f5e;
  flex: 0 auto;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  overflow: auto;
}

.html-embed {
  align-self: center;
  padding-left: 20px;
}

.two-column-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template: "Area-2 Area"
                 "Area-2 Area"
                 / 1fr 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

.text-link {
  margin-top: 20px;
  display: flex;
}

.text-link:focus-visible {
  border: 2px solid #1c6ef2;
}

.text-link[data-wf-focus-visible] {
  border: 2px solid #1c6ef2;
}

.skinny-two-column {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: "Area-2 Area";
  align-items: start;
}

.fpo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.social-grid {
  grid-column-gap: 17px;
  grid-template: "Area Area-2 Area-3 Area-4 Area-5"
  / 1fr 1fr 1fr 1fr 1fr;
}

.social-icon {
  width: 30px;
  height: 30px;
  background-image: url('../images/icon-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  transition: top .2s, color .4s;
}

.social-icon:hover {
  margin-top: -5px;
}

.social-icon.in {
  background-image: url('../images/icon-linkedin.svg');
}

.social-icon.ig {
  background-image: url('../images/icon-instagram.svg');
}

.social-icon.tw {
  background-image: url('../images/icon-twitter.svg');
}

.social-icon.yt {
  background-image: url('../images/icon-youtube.svg');
}

.footer-content {
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  margin: 30px auto 20px;
  display: flex;
}

.footer-content.bottom-rule {
  border-bottom: 2px solid #0d3f5e;
}

.text-block-4 {
  color: #fff;
  margin-bottom: 40px;
  font-family: Effra, Tahoma, sans-serif;
  line-height: 2;
}

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  grid-template: "Area Area-2 Area-3 Area-4 Area-9"
                 "Area-5 Area-6 Area-7 Area-8 Area-10"
                 "Area-11 Area-12 Area-13 Area-14 Area-15"
                 "Area-16 Area-16 Area-16 Area-16 Area-16"
                 / .5fr .5fr .5fr .5fr .5fr;
  align-content: flex-start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.footer-links {
  color: #fff;
  text-decoration: none;
}

.footer-links:hover {
  color: #f2efde;
  text-decoration: underline;
}

.footer-dark {
  background-color: #0a2c41;
  border: 1px #000;
  padding: 1em;
  position: relative;
}

.grid-8 {
  grid-column-gap: 48px;
  grid-template: "Area Area-2"
  / .75fr .25fr;
}

.stat {
  margin-top: 0;
}

.stat.white {
  color: #fff;
  text-shadow: 0 3px 9px rgba(0, 0, 0, .36);
}

.left-align {
  max-width: 50ch;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2rem;
  padding-top: 3rem;
  padding-bottom: 8rem;
  display: flex;
}

.horizontal-scroll_page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.horizontal-scroll_item-padding {
  flex: none;
}

.horizontal-scroll_item-padding.last {
  padding-right: 0;
}

.card_image {
  object-fit: cover;
  border-radius: 8px;
  flex: 1;
  align-self: stretch;
  margin-bottom: 10px;
}

.card_image.small {
  height: 10rem;
  object-fit: contain;
  height: 7.7rem;
  object-fit: contain;
  flex: 0 auto;
  margin-right: 20px;
}

.header-card.padding-140 {
  margin-left: 100px;
}

.card_video {
  width: 100%;
  object-fit: fill;
  border-radius: 8px;
  margin-bottom: 20px;
}

.card_video:focus-visible {
  border: 2px solid #1c6ef2;
}

.card_video[data-wf-focus-visible] {
  border: 2px solid #1c6ef2;
}

.white-logo {
  flex-direction: column;
}

.superscript-2 {
  font-size: 12px;
}

.dropdown {
  margin-top: 10px;
}

.source {
  color: #fff;
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.3;
}

.second-opener-line {
  font-size: 50px;
  line-height: 1.2;
  transition: opacity .2s;
  display: none;
}

.div-block-5 {
  justify-content: flex-start;
  padding-top: 20px;
  padding-left: 60px;
  display: flex;
}

.image-2:focus-visible {
  border: 2px solid #1c6ef2;
}

.image-2[data-wf-focus-visible] {
  border: 2px solid #1c6ef2;
}

.quiz-accordian-wrapper {
  max-width: 800px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #f2efde;
  flex-direction: column;
  grid-template: "Area Area-4"
                 "Area-2 Area-5"
                 "Area-3 Area-6"
                 "Area-7 Area-8"
                 / .25fr .5fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 60px;
  display: grid;
}

.tagline-img {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.quiz-subhead {
  margin-top: -15px;
  font-weight: 500;
}

.icon-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area"
  / .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4rem;
  display: flex;
}

.image-3 {
  max-width: none;
  flex: none;
}

.product-grid {
  grid-column-gap: 71px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  justify-items: stretch;
}

.header-2 {
  max-width: 20ch;
  line-height: 1.1;
}

.header-2.padding-40 {
  margin-top: 0;
  margin-bottom: 40px;
}

.tomato-highlight-2 {
  color: #e85726;
}

.centered {
  margin-top: 0;
  margin-bottom: 0;
}

.infograph {
  object-fit: none;
  background-image: url('../images/donut-chunky.png');
  background-position: 110% 30%;
  background-repeat: no-repeat;
  background-size: 540px;
  flex: 1;
  overflow: hidden;
}

.m-slide-nav-hidden {
  display: none;
}

.m-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card_-2 {
  color: #1d225f;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 1.25rem;
  line-height: 1.8rem;
  text-decoration: none;
  display: flex;
}

.card_-2:hover {
  border-width: 1px;
  border-color: #542dbf;
}

.m-content-info-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.m-content-slider {
  width: 580px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 48px;
}

.tomato-highlight-3 {
  color: #e85726;
}

.header-3 {
  max-width: 20ch;
  margin-top: 10px;
  line-height: 1.1;
}

.header-3.long {
  max-width: 19ch;
  margin-bottom: 20px;
}

.large-p-2 {
  max-width: 44ch;
  color: #0d3f5e;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.large-p-2.f-margin-bottom-32 {
  max-width: 55ch;
}

.small-card-header-2 {
  max-width: 28ch;
  margin-top: 0;
  margin-bottom: 5px;
}

.small-card-header-2.tomato {
  color: #e85726;
}

.horizontal-scroll_page-padding-2 {
  padding-left: 2.5rem;
  padding-right: .25rem;
  position: relative;
  overflow: hidden;
}

.m-content-mask {
  overflow: visible;
}

.m-testimonial-slider-button {
  width: 48px;
  height: 48px;
  color: #45485f;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.m-testimonial-slider-button:hover {
  color: #dedfe3;
  border: 2px solid #333647;
}

.m-testimonial-slider-button.content-left {
  color: #fff;
  background-color: #e85726;
  top: auto;
  bottom: -50px;
  left: 0%;
  right: auto;
}

.m-testimonial-slider-button.content-left:hover {
  border-style: none;
}

.m-testimonial-slider-button.content-left:focus-visible {
  border: 2px solid #1c6ef2;
}

.m-testimonial-slider-button.content-left[data-wf-focus-visible] {
  border: 2px solid #1c6ef2;
}

.m-testimonial-slider-button.content-right {
  color: #fff;
  background-color: #e85726;
  top: auto;
  bottom: -50px;
  left: 64px;
  right: auto;
}

.m-testimonial-slider-button.content-right:hover {
  border-style: none;
}

.m-testimonial-slider-button.content-right:focus-visible {
  border: 2px solid #1c6ef2;
}

.m-testimonial-slider-button.content-right[data-wf-focus-visible] {
  border: 2px solid #1c6ef2;
}

.m-content-slide {
  min-height: 380px;
  border-radius: 0;
  margin-right: 24px;
  overflow: hidden;
}

.container-3 {
  width: auto;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.card_-3 {
  color: #1d225f;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 1.25rem;
  line-height: 1.8rem;
  text-decoration: none;
  display: flex;
}

.card_-3:hover {
  border-width: 1px;
  border-color: #542dbf;
}

.card_-3.small {
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 7px;
}

.row-2 {
  grid-row-gap: 2px;
  grid-template-columns: .75fr .75fr;
  grid-template-areas: "Area Area-2"
                       "Area Area-3"
                       "Area Area-4"
                       "Area Area-5";
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.small-card-header-3 {
  max-width: 31ch;
  margin-top: 0;
  margin-bottom: 5px;
}

.horizontal-scroll_-2 {
  width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.section-3 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: block;
}

.section-3.padding-30 {
  display: block;
}

.graph-grid {
  height: 60dvh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .5fr 1fr;
  grid-template-areas: "Area-2 Area"
                       "Area-3 Area";
  overflow: hidden;
}

.old-module {
  grid-column-gap: 41px;
  grid-template: "Area Area-2"
  / .75fr 1fr;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.left-pading {
  margin-left: 40px;
}

.image-4 {
  border-radius: 12px;
}

@media screen and (min-width: 1440px) {
  img {
    border-radius: 0;
    display: block;
  }

  .link {
    font-size: 18px;
  }

  .section {
    margin-top: 2rem;
    margin-bottom: 4rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.background {
    padding-right: 0;
  }

  .list {
    font-size: 16px;
    line-height: 1.3;
  }

  .small-p {
    line-height: 1.3;
  }

  .container {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .container.f-margin-bottom-32 {
    margin-bottom: 2rem;
  }

  .button {
    color: #fff;
    background-color: #0d3f5e;
  }

  .button.inverse-button {
    color: #e85526;
  }

  .button.navy {
    color: #fff;
    border-color: #e85526;
  }

  .light-text {
    font-weight: 400;
    line-height: 1.3;
  }

  .large-p {
    margin-top: 2rem;
    padding-top: 0;
    font-weight: 400;
    line-height: 1.3;
  }

  .large-p.white {
    margin-top: 1.5rem;
    font-weight: 400;
  }

  .paragraph-bold {
    color: #0d3f5e;
    font-size: 18px;
    line-height: 1.3;
  }

  .list-text {
    font-size: 16px;
    line-height: 1.3;
  }

  .navbar2_logo {
    max-width: 80%;
  }

  .hero {
    background-position: 50% 60%;
  }

  .f-image-cover, .f-content-wrapper {
    border-radius: 0;
  }

  .footer-dark {
    background-color: #0a2c41;
  }

  .stat.white {
    text-shadow: -4px 4px 8px rgba(0, 0, 0, .41);
  }

  .horizontal-scroll_page-padding {
    padding-left: 4rem;
  }

  .header-card.padding-140 {
    margin-top: 100px;
  }

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

  .source {
    line-height: 1.3;
  }

  .div-block-5 {
    padding-top: 40px;
    padding-left: 60px;
  }

  .large-p-2 {
    margin-top: 1.5rem;
    padding-top: 0;
    font-weight: 400;
    line-height: 1.3;
  }

  .large-p-2.short, .large-p-2.f-margin-bottom-32 {
    margin-top: 1.5rem;
  }

  .container-3 {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .section-3 {
    margin-top: 2rem;
    margin-bottom: 4rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    border-radius: 12px;
  }

  .div-block-12, .div-block-13, .div-block-14 {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .section {
    margin-top: 2rem;
  }

  .section.background {
    background-image: url('../images/Business-professional-researching-mental-health-tips-on-laptop.jpg');
    background-position: 50% 40%;
  }

  .section.olive {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .small-p {
    max-width: 50ch;
    margin-bottom: 5px;
    padding-right: 20px;
  }

  .container.f-margin-bottom-32 {
    max-width: 90vw;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .container.small {
    margin-bottom: auto;
  }

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

  .large-p {
    padding-top: 0;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.3;
  }

  .paragraph-bold {
    color: #0d3f5e;
  }

  .heading-2 {
    line-height: 1;
  }

  .heading-2.white.margin-40 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .navbar2_logo {
    max-width: 70%;
  }

  .opener-line {
    font-size: 40px;
  }

  .cta-navy {
    align-self: center;
    font-size: 16px;
  }

  .hero {
    background-position: 39% 0;
  }

  .f-content-wrapper {
    max-width: 100%;
  }

  .button-wrapper {
    width: 210px;
    align-self: flex-start;
    margin-top: 40px;
    margin-bottom: auto;
  }

  .button-wrapper.quiz {
    width: 200px;
    justify-content: space-between;
  }

  .button-wrapper.product {
    width: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .arrow {
    margin-top: 0;
    margin-left: 8px;
  }

  .eyebrow.margin-top-40 {
    margin-bottom: 10px;
  }

  .quiz-header {
    font-size: 40px;
  }

  .html-embed {
    padding-top: 4px;
    padding-left: 14px;
  }

  .two-column-grid {
    grid-template-rows: auto;
    grid-template-areas: "Area-2 Area";
  }

  .skinny-two-column {
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .footer-dark {
    border: 1px #000;
  }

  .grid-8 {
    grid-column-gap: 39px;
    grid-template-columns: 1.25fr .25fr;
  }

  .stat {
    font-size: 30px;
    line-height: 1.2;
  }

  .stat.white {
    margin-bottom: 0;
  }

  .left-align {
    flex: 1;
    padding-top: 21px;
    padding-bottom: 40px;
  }

  .horizontal-scroll_page-padding {
    object-fit: none;
    margin-left: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .horizontal-scroll_item-padding.first {
    padding-left: 0;
    padding-right: 0;
  }

  .horizontal-scroll_item-padding.last {
    padding-right: 2.5rem;
  }

  .card_image {
    object-fit: contain;
  }

  .card_image.small {
    height: 5.6rem;
    max-width: 9rem;
    object-fit: cover;
    height: 5.6rem;
    max-width: 9rem;
    object-fit: cover;
    flex: 1;
    align-self: stretch;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .header-card.padding-140 {
    margin-left: 40px;
  }

  .card_video {
    object-fit: fill;
    flex: none;
  }

  .div-block-4 {
    line-height: 1rem;
  }

  .source {
    max-width: 60ch;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-right: 20px;
  }

  .second-opener-line {
    font-size: 40px;
  }

  .div-block-5 {
    padding-left: 40px;
  }

  .quiz-accordian-wrapper {
    max-width: none;
    padding-right: 40px;
  }

  .tagline-img {
    max-width: 70%;
  }

  .icon-column {
    margin-bottom: 2rem;
  }

  .product-grid {
    grid-column-gap: 15px;
    justify-items: stretch;
  }

  .header-2 {
    font-size: 40px;
  }

  .header-2.padding-40 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .infograph {
    object-fit: fill;
    background-position: 120% 20%;
    background-size: 390px;
  }

  .card_-2 {
    flex: none;
    align-self: auto;
    align-items: stretch;
    padding: 0;
  }

  .large-p-2 {
    padding-top: 0;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.3;
  }

  .large-p-2.short {
    max-width: 35ch;
    padding-right: 0;
  }

  .small-card-header-2 {
    font-size: 18px;
    line-height: 1.2;
  }

  .horizontal-scroll_page-padding-2 {
    object-fit: none;
    margin-left: 1.5rem;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .m-testimonial-slider-button.content-left, .m-testimonial-slider-button.content-right {
    bottom: -50px;
  }

  .card_-3 {
    flex: none;
    align-self: auto;
    align-items: stretch;
    padding: 0;
  }

  .card_-3.small {
    flex-direction: row;
    margin-bottom: 10px;
  }

  .row-2 {
    grid-column-gap: 18px;
    grid-row-gap: 8px;
    object-fit: contain;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .small-card-header-3 {
    font-size: 18px;
    line-height: 1.2;
  }

  .horizontal-scroll_-2 {
    width: 100%;
    overflow: visible;
  }

  .section-3 {
    margin-top: 2rem;
  }

  .section-3.padding-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .graph-grid {
    height: 500px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    overflow: auto;
  }

  .old-module {
    grid-column-gap: 16px;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: 1rem;
  }

  .section.background {
    background-image: url('../images/Business-professional-researching-mental-health-tips-on-laptop.jpg');
    background-position: 90% 60%;
  }

  .style-guide-color-wrap {
    height: auto;
  }

  .small-p.long {
    max-width: 40ch;
  }

  .container {
    text-align: center;
  }

  .container.small {
    max-width: 90vw;
    margin-bottom: 20px;
  }

  .button {
    display: none;
  }

  .button.navy {
    max-width: 150px;
    display: block;
  }

  .button.ghost {
    text-align: left;
    font-size: 16px;
    display: block;
  }

  .large-p {
    max-width: none;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .large-p.white, .large-p.f-margin-bottom-32 {
    text-align: left;
  }

  .large-p.f-margin-bottom-32.centered {
    text-align: center;
  }

  .paragraph-bold {
    color: #0d3f5e;
  }

  .heading-2.white.margin-40 {
    text-align: left;
    font-size: 35px;
  }

  .navbar2_logo {
    max-width: 70%;
  }

  .opener-line {
    font-size: 36px;
  }

  .cta-navy {
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
  }

  .hero {
    background-position: 30% 60%;
    padding-bottom: 8rem;
  }

  .f-image-cover {
    border-radius: 12px;
    order: -1;
    margin-bottom: 20px;
    display: block;
  }

  .f-content-wrapper {
    align-self: flex-start;
  }

  .button-wrapper {
    width: 230px;
    margin-top: auto;
  }

  .button-wrapper.quiz {
    justify-content: space-between;
  }

  .eyebrow {
    text-align: left;
  }

  .quiz-header {
    font-size: 35px;
  }

  .two-column-grid, .skinny-two-column {
    flex-direction: column;
    display: block;
  }

  .social-grid {
    justify-content: start;
    justify-items: start;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-content {
    flex-direction: column;
  }

  .footer-dark {
    border: 1px #000;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-8 {
    display: block;
  }

  .stat {
    font-size: 27px;
  }

  .stat.white {
    text-align: left;
    font-size: 28px;
  }

  .left-align {
    max-width: 40ch;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .horizontal-scroll_page-padding {
    margin-left: 0;
    padding-left: 1.5rem;
    padding-right: 0;
    overflow: hidden;
  }

  .horizontal-scroll_item-padding {
    padding-right: 1.25rem;
  }

  .horizontal-scroll_item-padding.first {
    flex: none;
    padding-left: 0;
  }

  .horizontal-scroll_item-padding.last {
    width: 100%;
    width: 100%;
    padding-right: 0;
  }

  .card_image {
    max-width: 70vw;
  }

  .card_image.small {
    height: auto;
    max-width: 70vw;
    height: auto;
    max-width: 70vw;
    margin-bottom: 10px;
  }

  .second-opener-line {
    font-size: 36px;
  }

  .div-block-5 {
    padding-left: 30px;
  }

  .quiz-accordian-wrapper {
    padding-right: 20px;
  }

  .tagline-img {
    max-width: 80%;
  }

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

  .product-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .header-2 {
    max-width: 18ch;
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
  }

  .header-2.padding-40 {
    text-align: left;
    margin-left: 0;
    font-size: 25px;
  }

  .centered {
    margin-top: 0;
    margin-bottom: auto;
  }

  .div-block-6 {
    order: 0;
    align-self: stretch;
  }

  .infograph {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: contain;
    background-position: 100% 20%;
    background-size: 250px;
    background-attachment: scroll;
    flex-direction: row;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    display: block;
    overflow: visible;
  }

  .card_-2 {
    align-items: flex-start;
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .m-content-slider {
    width: 70vw;
  }

  .header-3 {
    max-width: 18ch;
    margin: 30px auto 20px;
    font-size: 35px;
  }

  .header-3.long {
    margin-left: 0;
    margin-right: auto;
    font-size: 35px;
  }

  .large-p-2 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .large-p-2.f-margin-bottom-32 {
    text-align: left;
  }

  .horizontal-scroll_page-padding-2 {
    margin-left: 0;
    padding-left: 1.25rem;
    overflow: hidden;
  }

  .m-testimonial-slider-button.content-left, .m-testimonial-slider-button.content-right {
    width: 40px;
    height: 40px;
    bottom: -50px;
  }

  .card_-3 {
    align-items: flex-start;
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .card_-3.small {
    flex-direction: column;
    flex: 1;
    padding-top: 0;
    padding-right: 0;
  }

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

  .horizontal-scroll_-2 {
    margin-right: 0;
    overflow: auto;
  }

  .section-3 {
    margin-top: 1rem;
  }

  .section-3.padding-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .graph-grid {
    height: 420px;
    grid-column-gap: 7px;
    grid-template: "Area-2 Area"
    / .5fr .5fr;
    justify-content: space-between;
    display: flex;
  }

  .left-pading {
    margin-left: 10px;
  }
}

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

  h2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .link {
    margin-right: 10px;
  }

  .section {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section.white {
    margin-top: 0;
  }

  .section.background {
    background-image: url('../images/Business-professional-researching-mental-health-tips-on-laptop.jpg');
    background-position: 40% 0;
    background-repeat: no-repeat;
    background-size: 730px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .section.olive {
    padding: 1rem 0 .5rem;
  }

  .section.navy {
    padding-bottom: 2rem;
  }

  .style-guide-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .style-guide-grid-item-wrap {
    grid-template-columns: 1fr;
  }

  .small-p {
    max-width: 34ch;
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .container {
    border-radius: 12px;
    flex-direction: column;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 20px;
    display: block;
  }

  .container.f-margin-bottom-32 {
    margin: 0 auto 32px;
  }

  .container.small {
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    display: none;
  }

  .button.navy {
    max-width: 120px;
    font-size: 14px;
    display: block;
  }

  .button.ghost {
    display: block;
  }

  .large-p {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.4;
    display: block;
  }

  .large-p.white {
    font-size: 18px;
  }

  .large-p.f-margin-bottom-32 {
    text-align: center;
    font-size: 18px;
  }

  .paragraph-bold {
    color: #0d3f5e;
  }

  .rich-text {
    margin-top: 5px;
    margin-left: 0;
  }

  .rich-text p {
    font-size: 15px;
  }

  .rich-text h3 {
    font-family: Lyon display, Georgia, sans-serif;
    font-weight: 400;
  }

  .heading-2 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
  }

  .heading-2.white.margin-40 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .navbar2_logo {
    max-width: 25dvw;
  }

  .opener-line {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
  }

  .cta-navy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .cta-navy.padding-10 {
    padding-right: 70px;
  }

  .hero {
    background-position: 30% 32%;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 6rem;
  }

  .f-margin-bottom-16 {
    margin: 16px auto;
  }

  .f-image-cover {
    border-radius: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .f-content-wrapper {
    border-radius: 0;
  }

  .button-wrapper {
    width: 39vw;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .button-wrapper.quiz {
    padding: 10px 10px 10px 15px;
  }

  .button-wrapper.product {
    margin-bottom: 10px;
  }

  .b-icon-medium {
    width: 60px;
    align-items: center;
  }

  .b-content-accordion-item {
    max-width: 60vw;
    padding: 10px;
  }

  .b-heading-wrapper {
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .b-content-accordion-list {
    width: auto;
  }

  .eyebrow {
    text-align: left;
    font-size: 18px;
  }

  .eyebrow.margin-top-40 {
    margin: 10px auto 0;
  }

  .quiz-header {
    font-size: 28px;
    line-height: 1.3;
  }

  .quiz-text {
    white-space: normal;
    margin-top: 0;
    overflow: auto;
  }

  .html-embed {
    padding-left: 10px;
  }

  .two-column-grid {
    display: block;
  }

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

  .skinny-two-column {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .social-grid {
    flex-direction: row;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-content {
    flex-direction: column;
    align-self: flex-start;
    align-items: stretch;
    margin-bottom: auto;
  }

  .footer-content.bottom-rule {
    align-self: stretch;
    padding-bottom: 10px;
  }

  .text-block-4 {
    font-family: Effra, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 18px;
  }

  .footer-grid {
    font-family: Effra, Tahoma, sans-serif;
    line-height: 18px;
  }

  .footer-dark {
    border: 1px #000;
    flex-direction: column;
    display: flex;
  }

  .grid-8 {
    border-bottom: 2px solid #0d3f5e;
    display: block;
  }

  .stat {
    margin-top: 10px;
    font-size: 20px;
  }

  .stat.white {
    font-size: 20px;
  }

  .left-align {
    justify-content: space-between;
    margin-left: 1.25rem;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .horizontal-scroll_page-padding {
    overflow: hidden;
  }

  .horizontal-scroll_item-padding.first {
    max-width: 80vw;
    flex: none;
    padding-left: 0;
  }

  .card_image {
    height: auto;
    max-height: 15rem;
    object-fit: contain;
    flex: 0 auto;
    align-self: flex-start;
    margin-bottom: 20px;
  }

  .card_image.small {
    height: 100%;
    object-fit: cover;
    height: 100%;
    object-fit: cover;
    flex: none;
  }

  .header-card {
    align-self: auto;
    margin-left: 20px;
  }

  .header-card.padding-140 {
    margin-left: 20px;
  }

  .text-span-6, .text-span-7, .text-span-8 {
    font-weight: 400;
  }

  .card_video {
    object-fit: cover;
    margin-bottom: 10px;
  }

  .white-logo {
    align-self: flex-start;
    margin: 25px auto 10px;
  }

  .superscript-2 {
    font-size: 10px;
    font-weight: 700;
  }

  .dropdown.w--current {
    margin-top: 1px;
  }

  .source {
    align-self: stretch;
    margin-top: 8px;
    padding-right: 0;
  }

  .second-opener-line {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.3;
    display: none;
  }

  .div-block-5 {
    padding-top: 0;
    padding-bottom: 14px;
    padding-left: 10px;
  }

  .image-2 {
    max-width: 80%;
  }

  .quiz-accordian-wrapper {
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 40px;
  }

  .tagline-img {
    max-width: 90%;
  }

  .quiz-subhead {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .icon-column {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }

  .product-grid {
    display: block;
  }

  .header-2 {
    max-width: 14ch;
    text-align: center;
    letter-spacing: -.5px;
    margin: 10px auto;
    font-size: 28px;
    line-height: 1.1;
  }

  .header-2.padding-40 {
    max-width: none;
    font-size: 28px;
    line-height: 1.3;
  }

  .tomato-highlight-2 {
    color: #e85726;
  }

  .infograph {
    background-position: 100% 0;
    background-size: contain;
    background-attachment: scroll;
  }

  .m-icon-regular {
    color: #fff;
  }

  .card_-2 {
    margin-bottom: 20px;
  }

  .m-content-slider {
    width: 70vw;
  }

  .tomato-highlight-3 {
    color: #e85726;
  }

  .header-3 {
    max-width: 13ch;
    text-align: center;
    letter-spacing: -.5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 1.1;
  }

  .header-3.long {
    max-width: 18ch;
    text-align: left;
    margin-top: 20px;
    font-size: 28px;
    line-height: 1.1;
  }

  .large-p-2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.4;
    display: block;
  }

  .large-p-2.short {
    max-width: 33ch;
    font-size: 16px;
  }

  .large-p-2.f-margin-bottom-32 {
    font-size: 18px;
  }

  .small-card-header-2 {
    color: #0d3f5e;
  }

  .small-card-header-2.tomato {
    color: #e85726;
    margin-top: 10px;
    font-size: 18px;
  }

  .horizontal-scroll_page-padding-2 {
    margin-left: 0;
    overflow: hidden;
  }

  .m-testimonial-slider-button.content-left, .m-testimonial-slider-button.content-right {
    width: 40px;
    height: 40px;
    background-color: #e85726;
    bottom: -40px;
  }

  .m-testimonial-slider-button.content-right:hover {
    border-style: none;
  }

  .container-3 {
    border-radius: 12px;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
    display: block;
  }

  .card_-3 {
    margin-bottom: 20px;
  }

  .card_-3.small {
    max-width: 80vw;
    flex: none;
    padding-top: 0;
  }

  .row-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: auto;
    grid-template-areas: "Area Area-2 Area-3 Area-4";
  }

  .small-card-header-3 {
    color: #0d3f5e;
  }

  .horizontal-scroll_-2 {
    margin-bottom: auto;
    padding-bottom: 0;
    overflow: auto;
  }

  .section-3 {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-3.padding-30 {
    margin-bottom: 30px;
  }

  .graph-grid {
    grid-column-gap: 7px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-10 {
    margin-top: 10px;
  }

  .old-module {
    flex-direction: column-reverse;
    align-items: flex-start;
    display: flex;
  }

  .left-pading {
    align-self: flex-start;
    margin-left: 0;
  }

  .image-4 {
    display: block;
  }

  .div-block-11 {
    align-self: flex-start;
  }

  .image-5 {
    border-radius: 12px;
  }
}

#w-node-_0097826a-82ce-c925-fb17-714a5ae02f85-8025a72d {
  grid-area: Area;
}

#w-node-d51a817b-1a0e-19a9-5472-ec44c96f9a33-8025a72d {
  grid-area: Area-2;
}

#w-node-_5fdd56f4-0db7-e1a4-462f-58dc3fb741ed-8025a72d {
  grid-area: Area;
}

#w-node-b53cfd52-640a-a76e-7cb1-3a6dcaf765d7-8025a72d {
  grid-area: Area-2;
}

#w-node-_0e18abab-d249-b618-b859-7fbc2126ef41-8025a72d, #w-node-_0e18abab-d249-b618-b859-7fbc2126ef43-8025a72d {
  grid-area: Area;
}

#w-node-_0e18abab-d249-b618-b859-7fbc2126ef4d-8025a72d {
  grid-area: Area-2;
}

#w-node-_0e18abab-d249-b618-b859-7fbc2126ef58-8025a72d {
  grid-area: Area-3;
}

#w-node-_0e18abab-d249-b618-b859-7fbc2126ef63-8025a72d {
  grid-area: Area-4;
}

#w-node-_0e18abab-d249-b618-b859-7fbc2126ef6e-8025a72d {
  grid-area: Area-5;
}

#w-node-dad615c1-a7d6-6dfc-9cca-c1bdd0ceb31b-8025a72d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dad615c1-a7d6-6dfc-9cca-c1bdd0ceb31c-8025a72d {
  grid-area: Area;
  align-self: start;
  justify-self: end;
}

#w-node-dad615c1-a7d6-6dfc-9cca-c1bdd0ceb31d-8025a72d {
  grid-area: Area-3;
  align-self: start;
  justify-self: end;
}

#w-node-_6594dea4-ab34-3048-41ae-b95086b57b37-8025a72d {
  grid-area: Area-7;
  align-self: start;
  justify-self: end;
}

#w-node-dad615c1-a7d6-6dfc-9cca-c1bdd0ceb31e-8025a72d {
  grid-area: Area-2;
  align-self: start;
  justify-self: end;
}

#w-node-dad615c1-a7d6-6dfc-9cca-c1bdd0ceb31f-8025a72d {
  grid-area: Area-4;
  align-self: start;
  justify-self: start;
}

#w-node-dad615c1-a7d6-6dfc-9cca-c1bdd0ceb331-8025a72d {
  grid-area: Area-5;
  justify-self: start;
}

#w-node-dad615c1-a7d6-6dfc-9cca-c1bdd0ceb343-8025a72d {
  grid-area: Area-6;
  justify-self: start;
}

#w-node-bf8b7bd4-10e6-ed58-53a4-8f47ea985596-8025a72d {
  grid-area: Area-8;
  justify-self: start;
}

#w-node-b865aa31-1c00-b1b9-370e-30abb575f9bb-8025a72d {
  grid-area: Area;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_31e19907-6d39-a8d3-9082-b098e40c7a23-8025a72d {
  grid-area: Area-2;
  align-self: start;
  justify-self: start;
}

#w-node-_7afb03f6-a7cd-aef4-eb3f-f83c7e872114-8025a72d {
  grid-area: Area-2;
}

#w-node-_060ecdf7-d162-68d0-ed44-e01655867582-8025a72d {
  grid-area: Area-2;
  align-self: start;
  justify-self: start;
}

#w-node-_5646ac99-b8ab-f587-6433-c9cbee6e941b-8025a72d, #w-node-_060ecdf7-d162-68d0-ed44-e01655867589-8025a72d {
  grid-area: Area;
}

#w-node-_060ecdf7-d162-68d0-ed44-e01655867587-8025a72d, #w-node-_060ecdf7-d162-68d0-ed44-e0165586758a-8025a72d {
  grid-area: Area-2;
}

#w-node-a4ecd9ac-8971-dde1-1aac-17ea26f344e1-8025a72d {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_20370637-127b-a5cd-0e4e-aa392b235bbe-8025a72d, #w-node-d956ee24-b2e5-2142-2044-fb54d906cf50-8025a72d {
  grid-area: Area;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf52-8025a72d {
  grid-area: Area-2;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf54-8025a72d {
  grid-area: Area-3;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf56-8025a72d {
  grid-area: Area-4;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf58-8025a72d {
  grid-area: Area-9;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf5a-8025a72d {
  grid-area: Area-5;
  justify-self: start;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf5c-8025a72d {
  grid-area: Area-6;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf5e-8025a72d {
  grid-area: Area-7;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf60-8025a72d {
  grid-area: Area-8;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf62-8025a72d {
  grid-area: Area-10;
  justify-self: start;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf64-8025a72d {
  grid-area: Area-11;
  justify-self: start;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf66-8025a72d {
  grid-area: Area-12;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf68-8025a72d {
  grid-area: Area-13;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf6a-8025a72d {
  grid-area: Area-14;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf49-8025a72d {
  grid-area: Area-2;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf4a-8025a72d {
  grid-area: Area;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf4b-8025a72d {
  grid-area: Area-2;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf4c-8025a72d {
  grid-area: Area-3;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf4d-8025a72d {
  grid-area: Area-4;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf4e-8025a72d {
  grid-area: Area-5;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcbf-8025a730 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcc0-8025a730 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcc2-8025a730 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcc5-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcd0-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcd5-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcdd-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bce2-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcea-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcef-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcf7-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcfc-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd04-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd05-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd0b-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd13-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd18-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd20-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd25-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd2d-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd2e-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd33-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd3f-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd4d-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd55-8025a730 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd62-8025a730 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd65-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd6d-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd6e-8025a730 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd80-8025a730 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd83-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd9a-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd9b-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd9e-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bda1-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bda4-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bda7-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdaa-8025a730 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdad-8025a730 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdb0-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdb8-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdb9-8025a730 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdd7-8025a730 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdda-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bde2-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bde3-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdeb-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdf3-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdf4-8025a730 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdfc-8025a730 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdff-8025a730, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4be17-8025a730 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-cdd94cc1-e26a-01b9-94ad-081e7685036f-8025a72d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e18abab-d249-b618-b859-7fbc2126ef43-8025a72d {
    grid-area: Area;
  }

  #w-node-_20370637-127b-a5cd-0e4e-aa392b235bbe-8025a72d {
    align-self: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0097826a-82ce-c925-fb17-714a5ae02f85-8025a72d {
    order: -9999;
  }

  #w-node-_0e18abab-d249-b618-b859-7fbc2126ef43-8025a72d {
    grid-area: Area;
  }

  #w-node-b865aa31-1c00-b1b9-370e-30abb575f9bb-8025a72d {
    align-self: start;
  }

  #w-node-_0b5f1e11-0242-7ba4-4a5c-de7f58546dd5-8025a72d {
    align-self: auto;
    justify-self: stretch;
  }

  #w-node-_7b905f62-65ad-ad07-1e76-f8fba0068632-8025a72d {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5fdd56f4-0db7-e1a4-462f-58dc3fb741ed-8025a72d {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5fdd56f4-0db7-e1a4-462f-58dc3fb741ed-8025a72d {
    grid-area: Area;
  }

  #w-node-b53cfd52-640a-a76e-7cb1-3a6dcaf765d7-8025a72d {
    grid-area: Area-2;
    align-self: start;
  }

  #w-node-_0e18abab-d249-b618-b859-7fbc2126ef41-8025a72d {
    grid-area: Area;
  }

  #w-node-_0e18abab-d249-b618-b859-7fbc2126ef4d-8025a72d {
    grid-area: Area-2;
  }

  #w-node-dad615c1-a7d6-6dfc-9cca-c1bdd0ceb31f-8025a72d {
    grid-area: Area-4;
    justify-self: stretch;
  }

  #w-node-a531f0d0-8674-b2f7-d741-58d407642ec7-8025a72d, #w-node-_2b35515d-bf8f-9067-81b4-5b58e5e68fc9-8025a72d, #w-node-_7f30cc95-e311-d82f-9356-29749ef1fc52-8025a72d {
    grid-area: Area-2;
  }
}


@font-face {
  font-family: 'Lyon display';
  src: url('../fonts/LyonDisplay-Bold-App.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Effra';
  src: url('../fonts/Effra_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Effra';
  src: url('../fonts/Effra_Md.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Effra';
  src: url('../fonts/Effra_Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lyon display';
  src: url('../fonts/LyonDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}