:root {
  --nao-blue-secondary: #1e3565;
  --nao-bg: #f1f8ef;
  --nao-green-primary: #9acf8c;
}

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

body {
  color: var(--nao-blue-secondary);
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--nao-blue-secondary);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Tiempos Text Web, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Tiempos Text Web, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Tiempos Text Web, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

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

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

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

p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  list-style-type: disc;
}

li {
  font-size: 16px;
  list-style-type: disc;
}

strong {
  font-weight: 500;
}

.navbar_component {
  z-index: 9999;
  width: 100%;
  height: 10vh;
  color: #fff;
  mix-blend-mode: exclusion;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-menu_wrapper {
  z-index: auto;
  color: #fff;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link {
  color: #fff;
  padding-left: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-size-regular {
  font-size: 1rem;
  position: relative;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

.nav-link-2[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: rgba(26, 27, 31, .75);
}

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.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: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  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;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

.section {
  width: 100vw;
  height: 81vh;
  background-color: #f1f8ef;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 1300px;
  min-width: 70px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 18px;
  margin-right: 18px;
  display: grid;
  box-shadow: 0 15px 15px 6px rgba(205, 235, 197, .38);
}

.div-block-2 {
  padding: 8px 35px 0;
}

.div-block-3 {
  height: 500px;
  max-height: 500px;
  max-width: 570px;
  background-image: url('../images/pexels-hannah-nelson-1456951.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 18px;
  display: flex;
}

.div-block-4 {
  width: 1000px;
  height: 400px;
}

.section-2 {
  height: 80vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading-left {
  height: auto;
  background-color: var(--nao-bg);
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

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

.margin-bottom-24px {
  max-width: 379.815px;
  color: rgba(30, 53, 101, .65);
  margin-bottom: 24px;
  margin-right: 25px;
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
  font-size: 18px;
}

.button-primary-2 {
  color: var(--nao-blue-secondary);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #9acf8c;
  border-radius: 6px;
  margin-top: 33px;
  padding: 12px 25px;
  font-family: Elsner Flake Todaysansnow Pro, 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;
}

.shadow-two {
  height: auto;
  max-width: 610px;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-without-image {
  height: 400px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5 {
  width: 1000px;
  height: 400px;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.testimonial-slider-large {
  background-color: rgba(154, 207, 140, 0);
  background-image: url('../images/Slide-16_9---2.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.testimonial-slider-two {
  height: 430px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.testimonial-slide {
  background-color: #fff;
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  color: var(--nao-blue-secondary);
  margin-bottom: 32px;
  font-family: Elsner Flake Todaysansnow Pro Demi, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

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

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  object-fit: cover;
  border-radius: 14px;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.paragraph {
  margin-top: 17px;
  margin-bottom: 17px;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-03 {
  margin-top: 27px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.button {
  width: 240px;
  height: 50px;
  color: var(--nao-blue-secondary);
  text-align: center;
  background-color: #9acf8c;
  border-radius: 6px;
  align-self: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 14px;
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button.navbar {
  width: 160px;
}

.heading-4 {
  color: var(--nao-blue-secondary);
  margin-top: 12px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.section-faq {
  background-color: #f8f8f8;
  flex-direction: column;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

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

.content-wrapper {
  max-width: 1140px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

._5-col {
  width: 380px;
  margin-right: 20px;
  display: inline-block;
}

.feature3-subitem-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.section-3 {
  background-color: var(--nao-green-primary);
  overflow: hidden;
}

.feature3-text-wrapper {
  color: var(--nao-blue-secondary);
  padding-left: 60px;
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
}

.feature3-icon {
  margin-left: -10px;
  margin-right: 25px;
}

.feature3-subitem-text-wrap {
  margin-top: -8px;
  margin-bottom: 0;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50-center {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

._7-col {
  width: 540px;
  margin-right: 20px;
  display: inline-block;
}

._7-col._7-col-last {
  margin-right: 0;
  display: inline-block;
}

.div-block-6 {
  width: 414.006px;
  outline-offset: 0px;
  background-color: rgba(241, 248, 239, 0);
  border-radius: 11px;
  outline: 3px #333;
  margin: 8px 8px 8px 0;
  padding: 0;
  display: flex;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 17px;
  font-size: 18px;
}

.h1 {
  max-width: 550px;
  color: var(--nao-blue-secondary);
  margin-top: 20px;
  margin-bottom: 8px;
  font-family: Tiempos Text Web, sans-serif;
  font-size: 31px;
  font-weight: 500;
}

.link {
  color: var(--nao-blue-secondary);
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-2 {
  color: var(--nao-blue-secondary);
  margin-top: 22px;
  margin-bottom: 0;
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-span {
  color: var(--nao-green-primary);
  font-size: 18px;
}

.program-d {
  width: 421.998px;
  max-width: 421.998px;
  color: var(--nao-blue-secondary);
  margin-top: 10px;
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
}

.paragraph-4 {
  width: 421.998px;
  max-width: 421.998px;
  color: var(--nao-blue-secondary);
  white-space: normal;
  word-break: normal;
  padding-top: 8px;
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
}

.image {
  padding-top: 16px;
}

.section-4 {
  width: 100vw;
  height: auto;
  max-height: none;
  background-color: #f1f8ef;
  background-image: url('../images/bg-2nd-section.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -41px;
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
}

.section-02 {
  width: 540px;
  max-width: 540px;
  clear: none;
  color: var(--nao-blue-secondary);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 109px;
  display: flex;
  position: static;
}

.div-block-7 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button-2 {
  color: var(--nao-blue-secondary);
  background-color: rgba(56, 152, 236, 0);
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
}

.div-block-8 {
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: static;
  top: -55%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.body-content-white-bg {
  height: auto;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.body-content-white-bg.faqs {
  background-color: rgba(0, 0, 0, .02);
}

.section-03 {
  width: 540px;
  max-width: 540px;
  clear: none;
  color: var(--nao-blue-secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
}

.section-02-copy {
  width: 540px;
  max-width: 540px;
  clear: none;
  color: var(--nao-blue-secondary);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
  display: flex;
  position: static;
}

.section-02-copy h1 {
  font-size: 18px;
  font-weight: 400;
}

.section-6 {
  height: 70vh;
  background-color: #f1f8ef;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-5-copy {
  height: auto;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.body-content-green-bg {
  height: auto;
  background-color: var(--nao-bg);
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.section-8 {
  height: auto;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.heading-7 {
  text-align: center;
  margin-top: 77px;
  font-family: Tiempos Text Web, sans-serif;
  font-weight: 500;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  color: var(--nao-blue-secondary);
  background-color: #fff;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 74px;
}

.why-naomedical {
  width: auto;
  max-width: 1000px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  display: flex;
  box-shadow: 0 7px 20px #dbedd6;
}

.benefits {
  width: 540px;
  max-width: 540px;
  clear: none;
  color: var(--nao-blue-secondary);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  font-size: 16px;
  display: flex;
  position: static;
}

.benefits h2 {
  font-family: Elsner Flake Todaysansnow Pro Demi, sans-serif;
}

.benefits p {
  margin-bottom: 0;
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
}

.benefits li {
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
  font-weight: 400;
}

.image-2 {
  height: 506.667px;
  position: -webkit-sticky;
  position: sticky;
}

.section-9 {
  height: auto;
  background-color: var(--nao-bg);
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.heading-8 {
  font-family: Tiempos Text Web, sans-serif;
  font-size: 30px;
}

.call-to-action {
  width: 421.998px;
  max-width: 421.998px;
  color: var(--nao-blue-secondary);
  margin-top: 10px;
  font-family: Elsner Flake Todaysansnow Pro Demi, sans-serif;
  font-size: 16px;
}

.mask {
  border-radius: 0;
}

.navbar-no-shadow-2 {
  background-color: #f1f8ef;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
  font-size: 18px;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: var(--nao-blue-secondary);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

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

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

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

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

.mobile-margin-top-11 {
  list-style-type: none;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-3 {
  border: 1px solid var(--nao-green-primary);
  background-color: #1a1b1f;
  background-image: linear-gradient(to bottom, var(--nao-green-primary), var(--nao-green-primary));
  color: var(--nao-blue-secondary);
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--nao-green-primary);
  text-transform: uppercase;
  border-radius: 6px;
  padding: 12px 25px;
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.heading-9 {
  font-family: Tiempos Text Web, sans-serif;
  font-weight: 500;
}

.heading-10, .heading-11, .heading-12, .heading-13 {
  font-weight: 500;
}

.div-block-9 {
  width: 270px;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.text-block {
  color: var(--nao-blue-secondary);
  margin-left: 13px;
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.call-us {
  width: 240px;
  height: 50px;
  color: var(--nao-blue-secondary);
  text-align: left;
  background-color: rgba(154, 207, 140, 0);
  border-radius: 6px;
  align-self: center;
  margin-top: 0;
  margin-left: 12px;
  padding-top: 14px;
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.self-pay {
  width: 421.998px;
  max-width: 421.998px;
  color: var(--nao-blue-secondary);
  margin-top: 10px;
  margin-left: 12px;
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-secondary {
  width: 210px;
  height: 50px;
  color: var(--nao-blue-secondary);
  text-align: center;
  background-color: #9acf8c;
  border-radius: 6px;
  align-self: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 14px;
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-2 {
  margin-left: 5px;
  margin-right: 5px;
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
}

.div-block-10 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 12px;
  display: flex;
}

.div-block-11 {
  order: 1;
  align-items: center;
  margin-top: 7px;
  display: flex;
}

.heading-14 {
  color: var(--nao-blue-secondary);
  text-align: center;
  font-family: Tiempos Text Web, sans-serif;
  font-weight: 400;
}

.block-quote {
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  padding: 33px;
  display: flex;
}

.grid {
  width: auto;
  max-width: 1000px;
  color: var(--nao-blue-secondary);
  padding: 40px 0 77px;
  font-family: Elsner Flake Todaysansnow Pro Demi, sans-serif;
  font-weight: 400;
}

.block-quote-2, .block-quote-3, .block-quote-4 {
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  display: flex;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
  font-weight: 400;
}

.faq {
  width: 540px;
  max-width: 540px;
  clear: none;
  color: var(--nao-blue-secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
  display: flex;
  position: static;
}

.faq p {
  margin-top: 20px;
  font-size: 18px;
}

.div-block-12 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.html-embed, .html-embed-2 {
  display: none;
}

.heading-15 {
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
  font-weight: 500;
}

.body {
  color: var(--nao-blue-secondary);
  font-family: Elsner Flake Todaysansnow Pro, sans-serif;
}

.list {
  padding-left: 203px;
  padding-right: 203px;
}

.heading-16 {
  margin-top: 48px;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  list-style-type: none;
}

.rich-text-block {
  font-weight: 500;
}

.heading-17 {
  min-width: auto;
}

.hero-split-copy {
  max-width: 46%;
  color: #1e3565;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-light {
  background-color: var(--nao-green-primary);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

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

.footer-block-two {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: var(--nao-blue-secondary);
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: var(--nao-blue-secondary);
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

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

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

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    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;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .div-block {
    width: 700px;
    max-height: 100%;
    max-width: 1440px;
    min-width: 190px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    height: 359px;
    max-width: 340px;
    min-height: 186px;
    min-width: 106px;
    display: none;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  ._5-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .feature3-subitem-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .feature3-text-wrapper {
    padding-left: 0;
  }

  .feature3-icon {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-center {
    text-align: center;
    flex-direction: column-reverse;
  }

  ._7-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-6 {
    background-color: rgba(241, 248, 239, 0);
  }

  .section-4 {
    margin-top: 13px;
  }

  .div-block-7 {
    flex-direction: column;
  }

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

  .why-naomedical {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-16 {
    margin-top: 74px;
  }

  .hero-split-copy {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }
}

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

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

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    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 rgba(0, 0, 0, .05);
  }

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

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

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

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

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .div-block {
    height: auto;
    max-height: 800px;
    grid-template-rows: auto;
    margin: 32px 15px 15px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .div-block-2 {
    font-family: Elsner Flake Todaysansnow Pro, sans-serif;
  }

  .hero-heading-left {
    height: auto;
    padding: 60px 15px;
  }

  .hero-without-image, .hero-heading-center, .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 27px;
  }

  .paragraph-2 {
    width: 430px;
  }

  .div-block-7 {
    width: 470px;
    max-width: 470px;
    flex-direction: column;
  }

  .why-naomedical {
    padding-left: 52px;
    padding-right: 52px;
  }

  .benefits {
    width: 440px;
  }

  .call-to-action {
    text-align: center;
  }

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

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

  .div-block-9 {
    width: 210px;
  }

  .self-pay {
    width: auto;
    font-size: 16px;
  }

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

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

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

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

  .footer-social-block-two {
    margin-top: 20px;
  }

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

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

  h2 {
    max-width: none;
    font-size: 19px;
  }

  p {
    font-size: 16px;
  }

  ul {
    padding-left: 0;
  }

  li {
    font-size: 16px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three, .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .section {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block {
    width: 450px;
    height: auto;
    max-height: none;
    min-height: 420px;
    min-width: 100px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 18px;
    display: flex;
  }

  .div-block-2 {
    width: auto;
    height: auto;
    min-width: 300px;
    margin: 0;
    padding: 0 16px;
  }

  .hero-heading-left {
    padding-left: 11px;
    padding-right: 11px;
  }

  .container-2 {
    max-width: none;
  }

  .shadow-two {
    max-width: 240px;
  }

  .hero-without-image {
    height: auto;
  }

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

  .testimonial-slider-two {
    padding: 0;
  }

  .testimonial-slide {
    border-radius: 10px;
  }

  .testimonial-content {
    margin-bottom: 10px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-family: Elsner Flake Todaysansnow Pro Demi, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
  }

  .testimonial-image-two {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

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

  .button {
    width: 280px;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .wrap.w50-center {
    width: auto;
  }

  .div-block-6 {
    width: auto;
    background-color: rgba(241, 248, 239, 0);
  }

  .heading-5 {
    line-height: 25px;
  }

  .h1 {
    font-family: Tiempos Text Web, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
  }

  .link {
    font-size: 13px;
    line-height: 10px;
  }

  .paragraph-2 {
    width: 300px;
    max-width: 430px;
    min-width: 240px;
    font-size: 16px;
  }

  .program-d {
    width: 290px;
    min-width: 290px;
    margin-top: 10px;
  }

  .paragraph-4 {
    margin-top: 10px;
  }

  .image {
    font-size: 16px;
  }

  .section-4 {
    width: auto;
    background-image: linear-gradient(to bottom, var(--nao-green-primary), var(--nao-green-primary));
    background-position: 0 0;
    margin-top: 0;
    padding-top: 27px;
  }

  .section-02 {
    width: auto;
    margin-top: 31px;
    padding: 23px;
    font-size: 12px;
    overflow: hidden;
  }

  .div-block-7 {
    width: auto;
    flex-direction: column;
    justify-content: center;
  }

  .body-content-white-bg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .body-content-green-bg {
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
  }

  .section-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-3 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-naomedical {
    align-items: center;
    margin-bottom: 0;
    padding: 15px 20px;
  }

  .benefits {
    width: auto;
    max-width: none;
    min-width: 290px;
  }

  .benefits li {
    font-size: 16px;
    list-style-type: disc;
  }

  .image-2 {
    height: auto;
  }

  .section-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-8 {
    font-family: Elsner Flake Todaysansnow Pro Demi, sans-serif;
    font-size: 26px;
  }

  .call-to-action {
    width: 290px;
    min-width: 290px;
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-no-shadow-container-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .div-block-9 {
    width: auto;
    margin-top: 22px;
  }

  .call-us {
    width: 290px;
  }

  .self-pay {
    width: auto;
    min-width: auto;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Elsner Flake Todaysansnow Pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .button-secondary {
    width: 280px;
  }

  .div-block-10 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 22px;
  }

  .div-block-11 {
    margin-top: 16px;
  }

  .grid {
    grid-template-columns: 1fr;
    padding-left: 4px;
    padding-right: 4px;
  }

  .heading-17 {
    width: auto;
  }

  .div-block-13 {
    width: 370px;
    height: 60vh;
    background-image: url('../images/pexels-hannah-nelson-1456951.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }

  .container-4 {
    max-width: none;
  }

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

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

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

  .footer-social-block-two {
    margin-top: 20px;
  }
}

#w-node-_6b017c25-85be-b470-19b2-c755850235f7-6a75513e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: auto;
}

#w-node-b859a7a6-684c-6b27-9f8b-189d70b297e6-6a75513e, #w-node-e6fce987-6cf5-7e91-1e01-d45937188d16-6a75513e, #w-node-e6fce987-6cf5-7e91-1e01-d45937188d19-6a75513e, #w-node-e6fce987-6cf5-7e91-1e01-d45937188d1c-6a75513e, #w-node-e6fce987-6cf5-7e91-1e01-d45937188d1f-6a75513e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_6b017c25-85be-b470-19b2-c755850235f7-6a75513e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Tiempos Text Web';
  src: url('../fonts/tiempos-text-web-regular.woff2') format('woff2'), url('../fonts/tiempos-text-web-regular.eot') format('embedded-opentype'), url('../fonts/tiempos-text-web-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiempos Text Web';
  src: url('../fonts/tiempos-text-web-medium.woff2') format('woff2'), url('../fonts/tiempos-text-web-medium.eot') format('embedded-opentype'), url('../fonts/tiempos-text-web-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiempos Text Web';
  src: url('../fonts/tiempos-text-web-medium-italic.woff2') format('woff2'), url('../fonts/tiempos-text-web-medium-italic.eot') format('embedded-opentype'), url('../fonts/tiempos-text-web-medium-italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tiempos Text Web';
  src: url('../fonts/tiempos-text-web-regular-italic.woff2') format('woff2'), url('../fonts/tiempos-text-web-regular-italic.eot') format('embedded-opentype'), url('../fonts/tiempos-text-web-regular-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Elsner Flake Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elsner Flake Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Heavy-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Elsner Flake Todaysansnow Pro Demi';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Demi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Elsner Flake Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-LightItalic.otf') format('opentype'), url('../fonts/Elsner-Flake---TodaySansNow-Pro-XLight-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Elsner Flake Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elsner Flake Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Light.otf') format('opentype'), url('../fonts/Elsner-Flake---TodaySansNow-Pro-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elsner Flake Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elsner Flake Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Elsner Flake Todaysansnow Pro Demi';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Demi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elsner Flake Todaysansnow Pro Ultra';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elsner Flake Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Elsner Flake Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elsner Flake Todaysansnow Pro Ultra';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Ultra-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Elsner Flake Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}