@import"https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap";

@font-face {
  font-family: DMSans-Regular;
  src: url(fonts/DM_Sans/DMSans-Regular.ttf);
  font-display: swap
}

@font-face {
  font-family: DMSans-Bold;
  src: url(fonts/DM_Sans/DMSans-Bold.ttf);
  font-display: swap
}

@font-face {
  font-family: DMSerifDisplay-Regular;
  src: url(fonts/DM_Serif_Display/DMSerifDisplay-Regular.ttf);
  font-display: swap
}

@font-face {
  font-family: Lato-Light;
  src: url(fonts/Lato/Lato-Light.ttf);
  font-display: swap
}

@font-face {
  font-family: Lato-Regular;
  src: url(fonts/Lato/Lato-Regular.ttf);
  font-display: swap
}

@font-face {
  font-family: Lato-Bold;
  src: url(fonts/Lato/Lato-Bold.ttf);
  font-display: swap
}

@font-face {
  font-family: Merriweather-Light;
  src: url(fonts/Merriweather/Merriweather-Light.ttf);
  font-display: swap
}

@font-face {
  font-family: Merriweather-Regular;
  src: url(fonts/Merriweather/Merriweather-Regular.ttf);
  font-display: swap
}

@font-face {
  font-family: Merriweather-Bold;
  src: url(fonts/Merriweather/Merriweather-Bold.ttf);
  font-display: swap
}

@font-face {
  font-family: Montserrat-Light;
  src: url(fonts/Montserrat/Montserrat-Light.ttf);
  font-display: swap
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(fonts/Montserrat/Montserrat-Regular.ttf);
  font-display: swap
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(fonts/Montserrat/Montserrat-Bold.ttf);
  font-display: swap
}

@font-face {
  font-family: OpenSans-Light;
  src: url(fonts/Open_Sans/OpenSans/OpenSans-Light.ttf);
  font-display: swap
}

@font-face {
  font-family: OpenSans-Regular;
  src: url(fonts/Open_Sans/OpenSans/OpenSans-Regular.ttf);
  font-display: swap
}

@font-face {
  font-family: OpenSans-Bold;
  src: url(fonts/Open_Sans/OpenSans/OpenSans-Bold.ttf);
  font-display: swap
}

@font-face {
  font-family: PlayfairDisplay-Light;
  src: url(fonts/Playfair_Display/PlayfairDisplay-Light.ttf);
  font-display: swap
}

@font-face {
  font-family: PlayfairDisplay-Regular;
  src: url(fonts/Playfair_Display/PlayfairDisplay-Regular.ttf);
  font-display: swap
}

@font-face {
  font-family: PlayfairDisplay-Bold;
  src: url(fonts/Playfair_Display/PlayfairDisplay-Bold.ttf);
  font-display: swap
}

@font-face {
  font-family: Poppins-Light;
  src: url(fonts/Poppins/Poppins-Light.ttf);
  font-display: swap
}

@font-face {
  font-family: Poppins-Regular;
  src: url(fonts/Poppins/Poppins-Regular.ttf);
  font-display: swap
}

@font-face {
  font-family: Poppins-Medium;
  src: url(fonts/Poppins/Poppins-Medium.ttf);
  font-display: swap
}

@font-face {
  font-family: Poppins-Bold;
  src: url(fonts/Poppins/Poppins-Bold.ttf);
  font-display: swap
}

@font-face {
  font-family: Raleway-Light;
  src: url(fonts/Raleway/Raleway-Light.ttf);
  font-display: swap
}

@font-face {
  font-family: Raleway-Regular;
  src: url(fonts/Raleway/Raleway-Regular.ttf);
  font-display: swap
}

@font-face {
  font-family: Raleway-Bold;
  src: url(fonts/Raleway/Raleway-Bold.ttf);
  font-display: swap
}

@font-face {
  font-family: Roboto-Light;
  src: url(fonts/Roboto/Roboto-Light.ttf);
  font-display: swap
}

@font-face {
  font-family: Roboto-Regular;
  src: url(fonts/Roboto/Roboto-Regular.ttf);
  font-display: swap
}

@font-face {
  font-family: Roboto-Bold;
  src: url(fonts/Roboto/Roboto-Bold.ttf);
  font-display: swap
}

@font-face {
  font-family: Indivisible-Bold;
  src: url(fonts/Indivisible/Indivisible-Bold.ttf);
  font-display: swap
}

@font-face {
  font-family: Indivisible-Regular;
  src: url(fonts/Indivisible/Indivisible-Regular.ttf);
  font-display: swap
}

@font-face {
  font-family: Indivisible-Medium;
  src: url(fonts/Indivisible/Indivisible-Medium.ttf);
  font-display: swap
}

@font-face {
  font-family: Indivisible-Light;
  src: url(fonts/Indivisible/Indivisible-Light.ttf);
  font-display: swap
}

:root {
  --body-font: Helvetica, Arial, sans-serif;
  --heading-font: serif;
  --section-padding: 1rem;
  --link-color-example: black;
  font-size: 16px
}

@media only screen and (min-width: 769px) {
  :root {
    --section-padding: 2rem
  }
}

*,
*:before,
*:after {
  box-sizing: border-box
}

*:focus,
*:active {
  outline: none
}

html {
  width: 100vw;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 4rem
}

body {
  width: 100vw;
  margin: 0;
  padding: 0;
  font-size: 4.27vw;
  background-color: #fff;
  color: #1f4272;
  position: relative;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "proxima-nova", sans-serif
}

@media only screen and (min-width: 769px) {
  body {
    font-size: 16px
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #124479;
  line-height: 1.25;
  margin: .25em 0;
  font-family: massilia, sans-serif;
  font-style: normal;
  font-weight: 500
}

h1 {
  font-size: 2rem
}

@media only screen and (min-width: 769px) {
  h1 {
    font-size: 2.5rem
  }
}

h2 {
  font-size: 1.75rem
}

@media only screen and (min-width: 769px) {
  h2 {
    font-size: 2rem
  }
}

h3 {
  font-size: 1.5rem
}

@media only screen and (min-width: 769px) {
  h3 {
    font-size: 1.75rem
  }
}

h4 {
  font-size: 1.25rem
}

@media only screen and (min-width: 769px) {
  h4 {
    font-size: 1.5rem
  }
}

p {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400
}

.blurb {
  font-family: "Open Sans", sans-serif;
  font-weight: 400
}

.center_blurb {
  margin: 2rem auto
}

@media only screen and (min-width: 769px) {
  .center_blurb {
    max-width: 850px
  }
}

.two-buttons {
  display: flex !important;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap
}

@media only screen and (max-width: 768px) {
  .two-buttons {
    flex-direction: column
  }
}

.two-buttons a {
  padding: .5em 1.5em
}

a {
  color: #104378;
  text-decoration: none;
  transition: .25s;
  cursor: pointer;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500
}

a:hover {
  text-decoration: none
}

a:hover:not(.btn) {
  color: #0a69c8
}

button {
  cursor: pointer
}

img {
  max-width: 100%;
  width: auto;
  height: auto
}

.reverse {
  flex-direction: column-reverse !important
}

@media only screen and (min-width: 769px) {
  .reverse {
    flex-direction: row-reverse !important
  }
}

@media only screen and (max-width: 768px) {
  .reverse-mobile {
    flex-direction: column-reverse !important
  }
}

@media only screen and (min-width: 769px) {
  .reverse-desktop {
    flex-direction: row-reverse !important
  }
}

.uppercase {
  text-transform: uppercase
}

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

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

.align--right {
  text-align: right
}

@media only screen and (max-width: 768px) {
  .align--center-mobile {
    text-align: center
  }
}

@media only screen and (max-width: 768px) {
  .align--left-mobile {
    text-align: left !important
  }
}

@media only screen and (max-width: 768px) {
  .align--right-mobile {
    text-align: right
  }
}

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

.horizontal_align {
  display: flex;
  justify-content: center
}

.heading {
  font-size: 1.85rem;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  text-transform: uppercase
}

@media only screen and (min-width: 769px) {
  .heading {
    font-size: 2rem
  }
}

.subheading {
  font-size: 1.25em;
  text-transform: uppercase;
  color: #124479
}

.section {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative
}

@media only screen and (max-width: 1180px) {
  .section {
    padding-left: 1rem;
    padding-right: 1rem
  }
}

.section.cta-height {
  padding: 2em 1em
}

@media only screen and (min-width: 769px) {
  .section.cta-height {
    padding: 2em
  }
}

.section.normal-height {
  padding: 1em
}

@media only screen and (min-width: 769px) {
  .section.normal-height {
    padding: 4em 2em
  }
}

.heading_small {
  font-size: 2rem
}

.heading_medium {
  font-size: 2.5rem
}

@media only screen and (max-width: 768px) {
  .heading_medium {
    font-size: 2rem
  }
}

.heading_big {
  font-size: 4rem
}

@media only screen and (max-width: 768px) {
  .heading_big {
    font-size: 2.5rem
  }
}

@media only screen and (max-width: 551px) {
  .heading_big {
    font-size: 2.5rem
  }
}

.subheading_small {
  font-size: 1em
}

.subheading_medium {
  font-size: 1.5em
}

.subheading_big {
  font-size: 1.8em
}

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

.section-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  z-index: 1;
  position: relative
}

.image-wrapper {
  width: var(--image-width, auto);
  height: var(--image-height, auto);
  margin: 0 auto
}

.image-wrapper img {
  display: block
}

.image-wrapper.center_img img {
  margin: 0 auto
}

.primary {
  color: #124479
}

.secondary {
  color: #0a69c8
}

.tetriary {
  color: #fdbf3a
}

.dark-title {
  color: #1f4272
}

.light-title {
  color: #fdbf3a
}

.light-text {
  color: #fff
}

.dark-text {
  color: #124479
}

.btn,
.section--side-by-side .two-col .col:nth-child(2) form input[type=submit] {
  display: inline-block;
  font-size: 1rem;
  padding: .5rem 2rem;
  margin: .5em 0;
  transition: .25s;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .1)
}

.btn:hover,
.section--side-by-side .two-col .col:nth-child(2) form input[type=submit]:hover {
  opacity: .8
}

.btn-primary,
.section--side-by-side .two-col .col:nth-child(2) form input[type=submit] {
  color: #104378;
  background-color: #fdbf3a !important
}

.btn-secondary {
  color: #fff;
  background-color: #0a69c8
}

.btn-secondary-black {
  color: #124479;
  background-color: #0a69c8
}

.btn-pink-white {
  color: #fff;
  background-color: #e9cfcd
}

.btn-pink-black {
  color: #124479;
  background-color: #e9cfcd
}

.btn-violet-white {
  color: #fff;
  background-color: #9877ad
}

.btn-medium {
  padding: .6em 2.5em
}

.btn-big {
  padding: .7em 3.5em
}

.white-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .67;
  z-index: 0
}

.black-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1f4272;
  opacity: .67;
  z-index: 0
}

.desktop-only {
  display: none
}

@media only screen and (min-width: 769px) {
  .desktop-only {
    display: block
  }
}

.desktop-only-flex {
  display: none
}

@media only screen and (min-width: 769px) {
  .desktop-only-flex {
    display: flex
  }
}

.mobile-only-flex {
  display: flex
}

@media only screen and (min-width: 769px) {
  .mobile-only-flex {
    display: none
  }
}

.mobile-only {
  display: block
}

@media only screen and (min-width: 769px) {
  .mobile-only {
    display: none !important
  }
}

.hide {
  display: none
}

.show {
  display: block
}

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

.flex {
  display: flex
}

.flex-justify-center {
  display: flex;
  justify-content: center
}

.no-padded-sides {
  padding-left: 0;
  padding-right: 0
}

.no-padded-top {
  padding-top: 0
}

.no-padded-bottom {
  padding-bottom: 0
}

@media only screen and (min-width: 769px) {
  .section.error {
    min-height: calc(100vh - 315px)
  }
}

.slick-slider .slick-track {
  display: flex
}

.slick-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 0 1em
}

.slick-slider .slick-track .slick-slide img {
  width: 100%
}

.slick-slider .slick-dots {
  bottom: 0rem
}

.slick-slider .slick-dots li button:before {
  opacity: 1;
  font-size: 13px
}

.slick-slider .slick-dots li.slick-active button:before {
  opacity: 1
}

.main--archive .category li a,
.main--single .category li a,
.main--single .btn-back {
  color: #124479
}

.padding_top_small {
  padding-top: 2rem
}

@media only screen and (max-width: 768px) {
  .padding_top_small {
    padding-top: 1rem
  }
}

.padding_bottom_small {
  padding-bottom: 2rem
}

@media only screen and (max-width: 768px) {
  .padding_bottom_small {
    padding-bottom: 1rem
  }
}

.padding_left_small {
  padding-left: 2rem
}

@media only screen and (max-width: 768px) {
  .padding_left_small {
    padding-left: 1rem
  }
}

.padding_right_small {
  padding-right: 2rem
}

@media only screen and (max-width: 768px) {
  .padding_right_small {
    padding-right: 1rem
  }
}

.padding_top_medium {
  padding-top: 4rem
}

@media only screen and (max-width: 768px) {
  .padding_top_medium {
    padding-top: 3rem
  }
}

.padding_bottom_medium {
  padding-bottom: 4rem
}

@media only screen and (max-width: 768px) {
  .padding_bottom_medium {
    padding-bottom: 3rem
  }
}

.padding_left_medium {
  padding-left: 4rem
}

@media only screen and (max-width: 768px) {
  .padding_left_medium {
    padding-left: 3rem
  }
}

.padding_right_medium {
  padding-right: 4rem
}

@media only screen and (max-width: 768px) {
  .padding_right_medium {
    padding-right: 3rem
  }
}

.padding_top_large {
  padding-top: 6rem
}

@media only screen and (max-width: 768px) {
  .padding_top_large {
    padding-top: 5rem
  }
}

.padding_bottom_large {
  padding-bottom: 6rem
}

@media only screen and (max-width: 768px) {
  .padding_bottom_large {
    padding-bottom: 5rem
  }
}

.padding_left_large {
  padding-left: 6rem
}

@media only screen and (max-width: 768px) {
  .padding_left_large {
    padding-left: 5rem
  }
}

.padding_right_large {
  padding-right: 6rem
}

@media only screen and (max-width: 768px) {
  .padding_right_large {
    padding-right: 5rem
  }
}

.margin_top_small {
  margin-top: 2rem
}

@media only screen and (max-width: 768px) {
  .margin_top_small {
    margin-top: 1rem
  }
}

.margin_bottom_small {
  margin-bottom: 2rem
}

@media only screen and (max-width: 768px) {
  .margin_bottom_small {
    margin-bottom: 1rem
  }
}

.margin_left_small {
  margin-left: 2rem
}

@media only screen and (max-width: 768px) {
  .margin_left_small {
    margin-left: 1rem
  }
}

.margin_right_small {
  margin-right: 2rem
}

@media only screen and (max-width: 768px) {
  .margin_right_small {
    margin-right: 1rem
  }
}

.margin_top_medium {
  margin-top: 4rem
}

@media only screen and (max-width: 768px) {
  .margin_top_medium {
    margin-top: 3rem
  }
}

.margin_bottom_medium {
  margin-bottom: 4rem
}

@media only screen and (max-width: 768px) {
  .margin_bottom_medium {
    margin-bottom: 3rem
  }
}

.margin_left_medium {
  margin-left: 4rem
}

@media only screen and (max-width: 768px) {
  .margin_left_medium {
    margin-left: 3rem
  }
}

.margin_right_medium {
  margin-right: 4rem
}

@media only screen and (max-width: 768px) {
  .margin_right_medium {
    margin-right: 3rem
  }
}

.margin_top_large {
  margin-top: 6rem
}

@media only screen and (max-width: 768px) {
  .margin_top_large {
    margin-top: 5rem
  }
}

.margin_bottom_large {
  margin-bottom: 6rem
}

@media only screen and (max-width: 768px) {
  .margin_bottom_large {
    margin-bottom: 5rem
  }
}

.margin_left_large {
  margin-left: 6rem
}

@media only screen and (max-width: 768px) {
  .margin_left_large {
    margin-left: 5rem
  }
}

.margin_right_large {
  margin-right: 6rem
}

@media only screen and (max-width: 768px) {
  .margin_right_large {
    margin-right: 5rem
  }
}

@media only screen and (max-width: 768px) {
  .padding_top_small_mobile {
    padding-top: 1rem
  }

  .padding_bottom_small_mobile {
    padding-bottom: 1rem
  }

  .padding_left_small_mobile {
    padding-left: 1rem
  }

  .padding_right_small_mobile {
    padding-right: 1rem
  }

  .padding_top_medium_mobile {
    padding-top: 3rem
  }

  .padding_bottom_medium_mobile {
    padding-bottom: 3rem
  }

  .padding_left_medium_mobile {
    padding-left: 3rem
  }

  .padding_right_medium_mobile {
    padding-right: 3rem
  }

  .padding_top_large_mobile {
    padding-top: 5rem
  }

  .padding_bottom_large_mobile {
    padding-bottom: 5rem
  }

  .padding_left_large_mobile {
    padding-left: 5rem
  }

  .padding_right_large_mobile {
    padding-right: 5rem
  }
}

@media only screen and (max-width: 768px) {
  .margin_top_small_mobile {
    margin-top: 1rem
  }

  .margin_bottom_small_mobile {
    margin-bottom: 1rem
  }

  .margin_left_small_mobile {
    margin-left: 1rem
  }

  .margin_right_small_mobile {
    margin-right: 1rem
  }

  .margin_top_medium_mobile {
    margin-top: 3rem
  }

  .margin_bottom_medium_mobile {
    margin-bottom: 3rem
  }

  .margin_left_medium_mobile {
    margin-left: 3rem
  }

  .margin_right_medium_mobile {
    margin-right: 3rem
  }

  .margin_top_large_mobile {
    margin-top: 5rem
  }

  .margin_bottom_large_mobile {
    margin-bottom: 5rem
  }

  .margin_left_large_mobile {
    margin-left: 5rem
  }

  .margin_right_large_mobile {
    margin-right: 5rem
  }
}

.border-top-orange {
  border-top: 5px solid #f6941c
}

.main-nav {
  position: relative;
  z-index: 10;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500
}

.main-nav .sticky-wrapper {
  background-color: #0a69c8;
  top: 0;
  width: 100%;
  z-index: 5;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .1)
}

.main-nav .sticky-wrapper.sticky {
  position: fixed
}

.main-nav .sticky-wrapper.sticky .main-nav__drawer.is-open {
  top: 16vw
}

.main-nav .sticky-wrapper.sticky .main-nav__drawer.is-open .normal-sub-menu input {
  display: none
}

.main-nav .sticky-wrapper.sticky .main-nav__drawer.is-open .normal-sub-menu input:checked {
  display: none
}

.main-nav .sticky-wrapper.sticky .main-nav__drawer.is-open .normal-sub-menu .sub-menu {
  display: none
}

.main-nav .sticky-wrapper.sticky .main-nav__drawer.is-open .normal-sub-menu input:checked+.sub-menu {
  display: block
}

.main-nav .sticky-wrapper.sticky .main-nav__drawer.is-open .has-mega-menu input {
  display: none
}

.main-nav .sticky-wrapper.sticky .main-nav__drawer.is-open .has-mega-menu input:checked {
  display: none
}

.main-nav .sticky-wrapper.sticky .main-nav__drawer.is-open .has-mega-menu .sub-menu {
  display: none
}

.main-nav .sticky-wrapper.sticky .main-nav__drawer.is-open .has-mega-menu input:checked+.sub-menu {
  display: block
}

@media only screen and (min-width: 769px) {
  .main-nav .sticky-wrapper.sticky .main-nav__drawer.is-open {
    top: 0
  }
}

.main-nav .sticky-wrapper .main-nav__wrapper .main-nav__logo .logo a img {
  width: 80%
}

.main-nav .topbar {
  display: none;
  background-color: #aa96b1
}

.main-nav .topbar .content {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: .5em
}

.main-nav .topbar .content .left,
.main-nav .topbar .content .right {
  display: flex;
  align-items: center;
  justify-content: center
}

.main-nav .topbar .content .top-nav__phone a {
  color: #fff
}

.main-nav .topbar .content .top-nav__phone:hover a {
  opacity: .8
}

.main-nav .topbar .content .top-nav__icons {
  padding-left: 3em
}

.main-nav .topbar .content .top-nav__icons .icon {
  margin: 0 .25em
}

.main-nav .topbar .content .top-nav__icons .icon img {
  width: 25px;
  height: 25px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease
}

.main-nav .topbar .content .top-nav__icons .icon img:hover {
  transform: scale(1.1)
}

.main-nav .topbar .content .top-nav__drawer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem
}

.main-nav .topbar .content .top-nav__drawer .button-wrapper a {
  padding: .5em 1em
}

.main-nav .topbar .content .top-nav__drawer .top-nav {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex
}

.main-nav .topbar .content .top-nav__drawer .top-nav li {
  margin: 0 .5em
}

.main-nav .topbar .content .top-nav__drawer .top-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: .9em
}

.main-nav .topbar .content .top-nav__drawer .top-nav li:hover a {
  opacity: .8
}

.main-nav .main-nav__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: .5em
}

@media only screen and (min-width: 769px) {
  .main-nav .main-nav__wrapper {
    padding: 0
  }
}

.main-nav .main-nav__wrapper .main-nav__logo {
  z-index: 3;
  width: 15em;
  padding: 0 .5em
}

@media only screen and (min-width: 1179px) {
  .main-nav .main-nav__wrapper .main-nav__logo {
    flex-basis: 30%
  }
}

.main-nav .main-nav__wrapper .phone.mobile-only {
  display: none;
  max-width: 2.5em
}

.main-nav .main-nav__wrapper .main-nav__bar {
  position: relative;
  z-index: 3
}

.main-nav .main-nav__wrapper .main-nav__bar .hamburger-button {
  width: 3.5rem;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0);
  border: none
}

.main-nav .main-nav__wrapper .main-nav__bar .hamburger-button .hamburger-button__bar--top,
.main-nav .main-nav__wrapper .main-nav__bar .hamburger-button .hamburger-button__bar--middle,
.main-nav .main-nav__wrapper .main-nav__bar .hamburger-button .hamburger-button__bar--bottom {
  color: #124479;
  background-color: #124479;
  width: 3.5em;
  height: .35em;
  border-radius: 1em;
  position: absolute;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease
}

.main-nav .main-nav__wrapper .main-nav__bar .hamburger-button .hamburger-button__bar--top {
  top: 5px
}

.main-nav .main-nav__wrapper .main-nav__bar .hamburger-button .hamburger-button__bar--middle {
  top: 20px
}

.main-nav .main-nav__wrapper .main-nav__bar .hamburger-button .hamburger-button__bar--bottom {
  top: 35px
}

.main-nav .main-nav__wrapper .main-nav__bar .hamburger-button.is-open .hamburger-button__bar--top,
.main-nav .main-nav__wrapper .main-nav__bar .hamburger-button.is-open .hamburger-button__bar--middle,
.main-nav .main-nav__wrapper .main-nav__bar .hamburger-button.is-open .hamburger-button__bar--bottom {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease
}

.main-nav .main-nav__wrapper .main-nav__bar .hamburger-button.is-open .hamburger-button__bar--top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
  left: 8px
}

.main-nav .main-nav__wrapper .main-nav__bar .hamburger-button.is-open .hamburger-button__bar--middle {
  width: 0%;
  opacity: 0
}

.main-nav .main-nav__wrapper .main-nav__bar .hamburger-button.is-open .hamburger-button__bar--bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
  left: 8px
}

.main-nav .main-nav__wrapper .main-nav__drawer {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 21vw;
  right: -25em;
  z-index: 2;
  background-color: #0a69c8;
  text-transform: uppercase;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .1);
  -webkit-transition: right 1s;
  -moz-transition: right 1s;
  -ms-transition: right 1s;
  -o-transition: right 1s;
  transition: right 1s
}

@media only screen and (min-width: 769px) {
  .main-nav .main-nav__wrapper .main-nav__drawer {
    transition: none;
    position: relative;
    height: auto;
    top: 0;
    right: 0;
    box-shadow: none
  }
}

@media only screen and (min-width: 1179px) {
  .main-nav .main-nav__wrapper .main-nav__drawer {
    flex-basis: 70%
  }
}

.main-nav .main-nav__wrapper .main-nav__drawer.is-open {
  right: 0em
}

.main-nav .main-nav__wrapper .main-nav__drawer .primary-nav {
  padding-left: 0;
  list-style-type: none;
  overflow: scroll;
  height: 75vh;
  margin-top: 2em;
  background-color: #0a69c8
}

@media only screen and (min-width: 769px) {
  .main-nav .main-nav__wrapper .main-nav__drawer .primary-nav {
    padding: 0;
    margin: 0;
    height: auto;
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: center;
    overflow: initial
  }
}

.main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li {
  padding: 1em
}

.main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.btn {
  margin: 1em;
  padding: 0;
  min-width: auto;
  text-align: center;
  display: block
}

.main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.btn a {
  font-size: 1rem !important;
  min-width: auto;
  padding: .5rem 2rem;
  text-align: center;
  display: block;
  border: none
}

.main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.btn a {
  color: #104378
}

.main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.btn.current-menu-item>a,
.main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.btn.current-menu-ancestor>a {
  border: none
}

.main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li a {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase
}

.main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li a:hover {
  color: #124479
}

@media only screen and (min-width: 769px) {
  .main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li a {
    padding: .5rem
  }
}

.main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.current-menu-item>a,
.main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.current-menu-ancestor>a {
  color: #0a69c8
}

@media only screen and (min-width: 769px) {
  .main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li {
    padding: 2em .5em;
    display: flex;
    align-items: center
  }
}

.main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children .submenu-element a {
  color: #425161;
  text-transform: capitalize;
  font-size: 1em
}

.main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children .sub-submenu-element a {
  color: #000;
  font-size: .8em
}

@media only screen and (min-width: 769px) {
  .main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children {
    position: relative
  }

  .main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children.right-on-tablet .sub-menu {
    right: 0
  }

  .main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 5em;
    padding-bottom: 1em;
    -style-type: none;
    text-align: left;
    background-color: #fff;
    border-bottom: 10px solid #aa96b1
  }

  .main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children .sub-menu .sub-menu {
    border: none
  }

  .main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children.who-we-help .sub-menu {
    left: 0;
    width: 40em;
    grid-template-rows: repeat(6, 40px);
    grid-template-columns: 60% 40%
  }

  .main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children.who-we-help .sub-menu li:first-child {
    grid-row: 1/4;
    grid-column: 1
  }

  .main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children.who-we-help .sub-menu li:nth-child(2) {
    grid-row: 1/2;
    grid-column: 2
  }

  .main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children.who-we-help .sub-menu li:nth-child(3) {
    grid-row: 4;
    grid-column: 1
  }

  .main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children.who-we-help .sub-menu li:nth-child(4) {
    grid-row: 2/6;
    grid-column: 2
  }

  .main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children.who-we-help .sub-menu li:nth-child(5) {
    grid-row: 5/6;
    grid-column: 1
  }

  .main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children.who-we-help .sub-menu .sub-menu {
    display: flex;
    flex-direction: column
  }

  .main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children.what-we-treat .sub-menu {
    width: 60em;
    left: -25rem;
    grid-template-columns: auto auto
  }
}

@media only screen and (min-width: 769px)and (max-width: 979px) {
  .main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children.what-we-treat .sub-menu {
    width: 50em;
    left: -20em
  }
}

@media only screen and (min-width: 769px) {
  .main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children:hover .sub-menu {
    display: grid
  }
}

.main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children .submenu-element .sub-menu {
  position: relative !important;
  top: 0 !important;
  left: -3rem;
  width: 100%
}

.main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children .submenu-element .sub-menu li {
  padding: .5em;
  font-size: .92rem
}

.main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children.what-se-treat .submenu-element .sub-menu {
  display: grid
}

@media only screen and (min-width: 1023px) {
  .main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children.right-on-tablet .sub-menu {
    right: unset
  }
}

.main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children .sub-menu {
  list-style-type: none;
  padding-top: 1em
}

.main-nav .main-nav__wrapper .main-nav__drawer .primary-nav>li.menu-item-has-children .sub-menu li {
  padding: 1em;
  position: relative
}

.main-nav .search__wrapper {
  display: none;
  position: relative;
  flex-basis: 15%
}

.main-nav .search__wrapper::after {
  font-family: "Font Awesome 5 Free";
  content: "ï€‚";
  font-weight: 900;
  right: 1.5em;
  position: absolute;
  top: 25%;
  pointer-events: none
}

.main-nav .search__wrapper .search-form {
  display: flex;
  position: relative
}

.main-nav .search__wrapper .search-form .search-field {
  padding: .5em
}

.main-nav .search__wrapper .search-form .search-submit {
  position: absolute;
  right: 1.5em;
  padding: .5em;
  color: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  border: none;
  width: 2em;
  cursor: pointer
}

@media only screen and (min-width: 769px) {

  .primary-nav li>input,
  .primary-nav li>label {
    display: none
  }
}

.normal-sub-menu .sub-menu {
  padding-inline-start: 0 !important;
  width: 220% !important
}

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

@media only screen and (max-width: 768px) {
  footer {
    padding: 3rem 0
  }
}

.footer {
  background-color: #0a69c8;
  box-shadow: 0px -3px 10px rgba(0, 0, 0, .1607843137)
}

@media only screen and (max-width: 768px) {
  .footer .cards .card {
    padding: 0
  }
}

@media only screen and (min-width: 1023px) {
  .footer .card-padding {
    padding-right: 4rem
  }
}

@media only screen and (min-width: 1023px) {
  .footer .margin-card {
    margin-top: 5rem
  }
}

@media only screen and (min-width: 769px) {
  .footer .col:first-child {
    text-align: left
  }
}

@media only screen and (min-width: 769px) {
  .footer .col:nth-child(2) {
    text-align: right
  }
}

.footer .logo-container {
  margin: 0
}

.footer .logo-container img {
  max-width: 16rem
}

.footer .button-wrapper {
  padding: 1em 0
}

.footer .menu-container .footer-nav {
  padding-left: 0;
  list-style-type: none;
  font-size: 1rem
}

@media only screen and (min-width: 769px) {
  .footer .menu-container .footer-nav {
    margin-bottom: 4rem !important
  }
}

.footer .menu-container .footer-nav li {
  padding: 1em .5em
}

.footer .menu-container .footer-nav li a {
  text-transform: uppercase;
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500
}

.footer .menu-container .footer-nav li a:hover {
  color: #124479
}

.footer .menu-container .footer-nav li.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 10em;
  height: 2.5em;
  min-width: 10em;
  background-color: #124479
}

.footer .menu-container .footer-nav li.btn:hover a {
  opacity: .8
}

@media only screen and (min-width: 769px) {
  .footer .menu-container .footer-nav {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    text-transform: uppercase
  }

  .footer .menu-container .footer-nav.footer-right {
    align-items: flex-end
  }
}

.footer .info-container {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.5em;
  margin-bottom: 1.2em
}

.footer .info-container a {
  color: #fff
}

.footer .info-container a:hover {
  opacity: .8
}

.footer .icons-container {
  display: flex;
  justify-content: center;
  gap: .5rem
}

.footer .icons-container .icon img {
  object-fit: contain;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease
}

.footer .icons-container .icon img:hover {
  transform: scale(1.1)
}

@media only screen and (max-width: 768px) {
  .footer .footer-info {
    justify-content: center
  }
}

.footer .footer-info .image-wrapper {
  background-color: #c9eafc;
  display: flex;
  justify-content: center;
  align-items: center
}

.footer .footer-info .image-wrapper img {
  padding: 1rem
}

.footer .footer-info .info-text {
  color: #fff
}

.footer .footer-info .info-text h4 {
  color: #fff !important
}

.section--hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 30em;
  display: flex
}

@media only screen and (min-width: 769px) {
  .section--hero {
    min-height: 40em
  }
}

.section--hero .section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center
}

@media only screen and (min-width: 769px) {
  .section--hero .section-wrapper {
    width: 100%;
    text-align: left
  }
}

.section--hero .section-wrapper .button-wrapper {
  padding: 1em 0;
  display: flex
}

@media only screen and (min-width: 769px) {
  .section--hero .section-wrapper .button-wrapper {
    width: 15em
  }
}

.section--banner-cta {
  text-align: center
}

.section--banner-cta .section-wrapper {
  max-width: 50em
}

.section--banner-cta .section-wrapper .button-wrapper {
  padding: 1em 0;
  margin: 1em auto
}

@media only screen and (min-width: 769px) {
  .section--banner-cta .section-wrapper .button-wrapper {
    width: 15em
  }
}

.section--featured-blogs {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center
}

.section--featured-blogs .content {
  max-width: 50em;
  margin: auto
}

@media only screen and (min-width: 769px) {
  .section--featured-blogs .featured_blogs {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    text-align: center;
    margin-bottom: 3em;
    flex-wrap: wrap
  }
}

.section--featured-blogs .featured_blogs .blog {
  background-color: #fff;
  padding: 2em 1em;
  margin: 1em 0;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em
}

@media only screen and (min-width: 769px) {
  .section--featured-blogs .featured_blogs .blog {
    flex-basis: calc(33% - 1em);
    padding: 2em 1em
  }
}

.section--featured-blogs .featured_blogs .blog .image-wrapper {
  padding: 5em;
  width: 15em;
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/themes/cardinaltheme/assets/blog-placeholder.jpg");
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em
}

.section--side-by-side .heading-wrapper-two-col {
  padding-top: 2rem
}

.section--side-by-side .two-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3em 1em
}

@media only screen and (max-width: 768px) {
  .section--side-by-side .two-col {
    gap: 2rem
  }
}

@media only screen and (max-width: 551px) {
  .section--side-by-side .two-col {
    padding: 0rem
  }
}

@media only screen and (min-width: 769px) {
  .section--side-by-side .two-col.gap_small {
    gap: 2rem
  }
}

@media only screen and (min-width: 769px) {
  .section--side-by-side .two-col.gap_medium {
    gap: 4rem
  }
}

@media only screen and (min-width: 769px) {
  .section--side-by-side .two-col.gap_large {
    gap: 6rem
  }
}

@media only screen and (max-width: 768px) {
  .section--side-by-side .two-col .col.align--center-mobile {
    text-align: center
  }
}

@media only screen and (min-width: 769px) {
  .section--side-by-side .two-col {
    flex-direction: row
  }

  .section--side-by-side .two-col.one-third .col:first-child {
    width: 33%
  }

  .section--side-by-side .two-col.one-third .col:nth-child(2) {
    width: 66%
  }

  .section--side-by-side .two-col.third-one .col:first-child {
    width: 66%
  }

  .section--side-by-side .two-col.third-one .col:nth-child(2) {
    width: 33%
  }

  .section--side-by-side .two-col.half .col {
    flex-basis: 50%
  }

  .section--side-by-side .two-col.forty-sixty .col:first-child {
    width: 40%
  }

  .section--side-by-side .two-col.forty-sixty .col:nth-child(2) {
    width: 60%
  }

  .section--side-by-side .two-col.sixty-forty .col:first-child {
    width: 60%
  }

  .section--side-by-side .two-col.sixty-forty .col:nth-child(2) {
    width: 40%
  }
}

.section--side-by-side .two-col .col:first-child .image-wrapper {
  padding: 1em
}

.section--side-by-side .two-col .col:first-child .video-wrapper {
  width: 100%
}

.section--side-by-side .two-col .col:first-child .video-wrapper iframe {
  border-radius: 15px
}

@media only screen and (max-width: 768px) {
  .section--side-by-side .two-col .col:first-child .video-wrapper iframe {
    width: 100%
  }
}

.section--side-by-side .two-col .col:first-child .video-wrapper.primary-border iframe {
  border: 2px solid #124479
}

.section--side-by-side .two-col .col:first-child .video-wrapper.secondary-border iframe {
  border: 2px solid #0a69c8
}

.section--side-by-side .two-col .col:first-child .video-wrapper.tetriary-border iframe {
  border: 2px solid #fdbf3a
}

.section--side-by-side .two-col .col:nth-child(2) .button-wrapper {
  display: block;
  margin: 2em 0
}

@media only screen and (max-width: 768px) {

  .section--side-by-side .two-col .col:nth-child(2) .button-wrapper .btn,
  .section--side-by-side .two-col .col:nth-child(2) .button-wrapper form input[type=submit],
  .section--side-by-side .two-col .col:nth-child(2) form .button-wrapper input[type=submit] {
    width: 100%
  }
}

.section--side-by-side .two-col .col:nth-child(2) form {
  font-family: Indivisible-Regular;
  width: 95%
}

@media only screen and (max-width: 768px) {
  .section--side-by-side .two-col .col:nth-child(2) form {
    margin: 2rem auto
  }
}

.section--side-by-side .two-col .col:nth-child(2) form input,
.section--side-by-side .two-col .col:nth-child(2) form textarea {
  background-color: #fff;
  border: none;
  border-radius: 5px
}

.section--side-by-side .two-col .col:nth-child(2) form input::placeholder,
.section--side-by-side .two-col .col:nth-child(2) form textarea::placeholder {
  color: #1f4272;
  font-family: Indivisible-Regular
}

.section--side-by-side .two-col .col:nth-child(2) form .ginput_counter {
  display: none
}

@media only screen and (max-width: 768px) {
  .section--side-by-side .two-col .col:nth-child(2) form .gform_footer {
    justify-content: center
  }
}

.section--side-by-side .two-col .col:nth-child(2) form input[type=submit] {
  font-family: Indivisible-Medium;
  padding: 10px 50px
}

.hero_section_floating_divs .col:first-child {
  position: relative
}

.hero_section_floating_divs .col:first-child .divs-container {
  font-size: .7em;
  display: grid
}

.hero_section_floating_divs .col:first-child .divs-container .text_1 {
  grid-area: one
}

.hero_section_floating_divs .col:first-child .divs-container .text_2 {
  grid-area: two;
  position: relative
}

.hero_section_floating_divs .col:first-child .divs-container .text_2::after {
  content: "";
  background-image: url(assets/Group712.png);
  background-repeat: no-repeat;
  top: 5rem;
  width: 80px;
  height: 50px;
  background-size: 50%;
  position: absolute
}

@media only screen and (max-width: 768px) {
  .hero_section_floating_divs .col:first-child .divs-container .text_2::after {
    transform: rotate(45deg);
    background-size: 70%;
    top: 2rem;
    left: -5rem
  }
}

.hero_section_floating_divs .col:first-child .divs-container .text_3 {
  grid-area: three;
  position: relative
}

.hero_section_floating_divs .col:first-child .divs-container .text_3::after {
  content: "";
  background-image: url(assets/Group711.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -3rem;
  top: -1rem;
  display: inline-block;
  width: 80px;
  height: 50px;
  background-size: 50%
}

@media only screen and (max-width: 768px) {
  .hero_section_floating_divs .col:first-child .divs-container .text_3::after {
    display: none
  }
}

.hero_section_floating_divs .col:first-child .divs-container .text_4 {
  grid-area: four;
  position: relative
}

.hero_section_floating_divs .col:first-child .divs-container .text_4::after {
  content: "";
  background-image: url(assets/Group713.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 1rem;
  bottom: -3rem;
  display: inline-block;
  width: 80px;
  height: 50px;
  background-size: 50%
}

@media only screen and (max-width: 768px) {
  .hero_section_floating_divs .col:first-child .divs-container .text_4::after {
    right: 15rem;
    bottom: 12rem;
    transform: rotate(160deg);
    background-size: 70%
  }
}

@media only screen and (max-width: 551px) {
  .hero_section_floating_divs .col:first-child .divs-container .text_4::after {
    right: 12rem;
    bottom: 9rem
  }
}

@media only screen and (max-width: 441px) {
  .hero_section_floating_divs .col:first-child .divs-container .text_4::after {
    right: 9rem;
    bottom: 7rem
  }
}

@media only screen and (max-width: 351px) {
  .hero_section_floating_divs .col:first-child .divs-container .text_4::after {
    right: 7rem;
    bottom: 6rem
  }
}

@media only screen and (min-width: 769px) {
  .hero_section_floating_divs .col:first-child .divs-container {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(6, auto);
    row-gap: 2.5rem;
    grid-template-areas: ". one one . . . . two"". one one . . . . ."". . . . . . . four "". . . . . . . four"". . . three three three . ."". . . . . . . ."
  }

  .hero_section_floating_divs .col:first-child .divs-container .text_1 {
    padding: 1em;
    width: 10rem
  }

  .hero_section_floating_divs .col:first-child .divs-container .text_2 {
    width: 4rem;
    margin-left: -3em
  }

  .hero_section_floating_divs .col:first-child .divs-container .text_4 {
    width: 8.5rem;
    padding: .5em 1em;
    margin-top: -2.5em
  }

  .hero_section_floating_divs .col:first-child .divs-container .text_4 ol {
    padding-inline-start: 2em
  }
}

.hero_section_floating_divs .col:first-child .divs-container .text_1,
.hero_section_floating_divs .col:first-child .divs-container .text_4 {
  background-color: #fff;
  border: 2px solid #f1a23e;
  border-radius: 17px
}

@media only screen and (max-width: 768px) {
  .hero_section_floating_divs .col:first-child .divs-container {
    grid-template-columns: 10% 10% 10% 20% 20% 10% 10% 10%;
    grid-template-rows: 300px 240px 270px 300px;
    grid-template-areas: ".  one one one one one one . "". . . . . . . ."" . . . . two two . .""three three three three . . . ."".  . four four four four . ."
  }

  .hero_section_floating_divs .col:first-child .divs-container .text_1,
  .hero_section_floating_divs .col:first-child .divs-container .text_2,
  .hero_section_floating_divs .col:first-child .divs-container .text_3,
  .hero_section_floating_divs .col:first-child .divs-container .text_4 {
    text-align: left;
    padding: 0 .6em
  }

  .hero_section_floating_divs .col:first-child .divs-container .text_1,
  .hero_section_floating_divs .col:first-child .divs-container .text_4 {
    height: 8em
  }

  .hero_section_floating_divs .col:first-child .divs-container .text_2 {
    height: 6em
  }

  .hero_section_floating_divs .col:first-child .divs-container .text_3 {
    height: 9em
  }
}

@media only screen and (max-width: 551px) {
  .hero_section_floating_divs .col:first-child .divs-container {
    grid-template-rows: 180px 180px 196px 200px 180px
  }
}

@media only screen and (max-width: 441px) {
  .hero_section_floating_divs .col:first-child .divs-container {
    grid-template-rows: 150px 130px 120px 200px 100px
  }
}

.hero_section_floating_divs .col:first-child {
  position: relative
}

.hero_section_floating_divs .col:first-child {
  position: relative
}

@media only screen and (max-width: 768px) {
  .col_over_mobile .col {
    text-align: center
  }
}

@media only screen and (max-width: 768px) {
  .col_over_mobile .col:first-child {
    z-index: 1;
    width: 100%
  }
}

@media only screen and (max-width: 768px) {
  .col_over_mobile .col:nth-child(2) {
    width: 80%;
    z-index: 0;
    margin: -4em 1em 1em;
    padding: 2em 1em 1em
  }
}

@media only screen and (max-width: 768px) {
  .col_over_mobile.reverse .col:nth-child(2) {
    margin-bottom: -4rem
  }

  .col_over_mobile.reverse .col:first-child {
    margin-bottom: -4rem
  }
}

.featured-testimonials .module-1 .heading-wrapper {
  position: relative
}

.featured-testimonials .module-1 .heading-wrapper::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: -3rem;
  background-image: url(assets/img.png);
  width: 70px;
  height: 80px;
  background-size: 90%;
  background-repeat: no-repeat
}

@media only screen and (max-width: 768px) {
  .featured-testimonials .module-1 .heading-wrapper::before {
    left: -1rem
  }
}

@media only screen and (min-width: 769px) {
  .featured-testimonials .module-1 .heading-wrapper::after {
    content: "";
    position: absolute;
    bottom: -4rem;
    right: -5rem;
    background-image: url(assets/blue-squares-1.png);
    width: 70px;
    height: 80px;
    background-size: 90%;
    background-repeat: no-repeat
  }
}

.featured-testimonials .module-2 .heading-wrapper {
  position: relative
}

.featured-testimonials .module-2 .heading-wrapper::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: -3rem;
  background-image: url(assets/orange-quotes.png);
  width: 70px;
  height: 80px;
  background-size: 90%;
  background-repeat: no-repeat
}

@media only screen and (max-width: 768px) {
  .featured-testimonials .module-2 .heading-wrapper::before {
    left: -1rem
  }
}

@media only screen and (min-width: 769px) {
  .featured-testimonials .module-2 .heading-wrapper::after {
    content: "";
    position: absolute;
    bottom: -5.5rem;
    left: -5rem;
    background-image: url(assets/orange-squares.png);
    width: 70px;
    height: 80px;
    background-size: 90%;
    background-repeat: no-repeat
  }
}

.featured-testimonials .module-3 .heading-wrapper {
  position: relative
}

.featured-testimonials .module-3 .heading-wrapper::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: -3rem;
  background-image: url(assets/img.png);
  width: 70px;
  height: 80px;
  background-size: 90%;
  background-repeat: no-repeat
}

@media only screen and (max-width: 768px) {
  .featured-testimonials .module-3 .heading-wrapper::before {
    left: -1rem
  }
}

@media only screen and (min-width: 769px) {
  .featured-testimonials .module-3 .heading-wrapper::after {
    content: "";
    position: absolute;
    bottom: -6rem;
    right: 0rem;
    background-image: url(assets/blue-squares-2.png);
    width: 70px;
    height: 80px;
    background-size: 90%;
    background-repeat: no-repeat
  }
}

.featured-testimonials .col:nth-child(2) .subheading {
  font-family: Indivisible-Medium;
  font-size: 1.2em
}

.featured-testimonials .col:nth-child(2) .heading {
  font-size: 1em;
  text-transform: uppercase;
  font-family: Indivisible-Light
}

.featured-testimonials .col:nth-child(2) .blurb {
  margin-top: 1.5em
}

.featured-testimonials .col:nth-child(2) .mobile-only .subheading {
  margin-top: 1.5rem
}

.featured-testimonials .col:nth-child(2) .mobile-only .button-wrapper {
  margin: 1rem auto
}

@media only screen and (max-width: 768px) {
  .col_over .col {
    text-align: center
  }
}

.col_over .col:first-child {
  z-index: 1
}

.col_over .col:first-child .video-wrapper iframe {
  width: 120%
}

@media only screen and (max-width: 768px) {
  .col_over .col:first-child {
    margin-bottom: 2em;
    width: 100%
  }

  .col_over .col:first-child .video-wrapper {
    width: 83%
  }
}

.col_over .col:nth-child(2) {
  z-index: 0;
  border-radius: 15px;
  position: relative
}

@media only screen and (max-width: 768px) {
  .col_over .col:nth-child(2) {
    margin: -3em 1em 1em;
    padding: 2em 1em 1em
  }
}

@media only screen and (min-width: 769px) {
  .col_over .col:nth-child(2) {
    padding: 4em 4em 2em 9em;
    margin-top: 12rem
  }
}

.col_over .col:nth-child(2) .font-light {
  font-family: Indivisible-Light
}

@media only screen and (min-width: 769px) {
  .col_over .col:nth-child(2) .button-wrapper {
    margin-top: -60px !important;
    text-align: right
  }
}

@media only screen and (max-width: 768px) {
  .col_over .col:nth-child(2) .button-wrapper {
    margin-bottom: 0;
    margin-top: 1em
  }
}

.col_over .col:nth-child(2)::after {
  content: "";
  background-image: url(assets/img.png);
  position: absolute;
  top: 3rem;
  left: 7rem;
  width: 60px;
  height: 60px;
  background-size: 80%;
  background-repeat: no-repeat
}

@media only screen and (max-width: 768px) {
  .col_over .col:nth-child(2)::after {
    left: 5rem;
    width: 80px;
    height: 80px
  }
}

@media only screen and (max-width: 551px) {
  .col_over .col:nth-child(2)::after {
    left: 2rem;
    top: 1rem
  }
}

@media only screen and (max-width: 400px) {
  .col_over .col:nth-child(2)::after {
    left: 1rem;
    top: 0rem
  }
}

@media only screen and (min-width: 769px) {
  .grid_boxes .two-col {
    padding: 0 1em
  }
}

@media only screen and (max-width: 768px) {
  .grid_boxes .two-col .col {
    text-align: center
  }
}

.grid_boxes .two-col .col:first-child .divs-container {
  display: grid;
  margin-top: 2em;
  grid-template-columns: 120%;
  justify-content: center;
  gap: 20px
}

@media only screen and (min-width: 769px) {
  .grid_boxes .two-col .col:first-child .divs-container {
    margin-top: -2.5em;
    margin-bottom: -6em;
    grid-template-columns: 35% 35%;
    grid-template-rows: 4rem repeat(9, auto)
  }
}

.grid_boxes .two-col .col:first-child .divs-container .blue-box {
  background-color: #c7d6f6;
  width: 100%;
  border-radius: 20px
}

.grid_boxes .two-col .col:first-child .divs-container .blue-box p {
  visibility: hidden
}

@media only screen and (max-width: 768px) {
  .grid_boxes .two-col .col:first-child .divs-container .blue-box {
    display: none
  }
}

.grid_boxes .two-col .col:first-child .divs-container .icon-box {
  background-color: #ebf2fc;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 16rem
}

.grid_boxes .two-col .col:first-child .divs-container .icon-box p {
  margin: 0;
  text-align: center
}

.grid_boxes .two-col .col:first-child .divs-container .icon-box h5 {
  font-family: Poppins-Regular;
  padding: 0 2em;
  text-align: center
}

.grid_boxes .two-col .col:first-child .divs-container .icon-box img {
  width: 80%
}

@media only screen and (min-width: 769px) {
  .grid_boxes .two-col .col:first-child .divs-container .text_1 {
    grid-row: 1/3;
    grid-column-start: 1
  }
}

@media only screen and (min-width: 769px) {
  .grid_boxes .two-col .col:first-child .divs-container .text_2 {
    grid-row: 3/7;
    grid-column-start: 1
  }
}

@media only screen and (min-width: 769px) {
  .grid_boxes .two-col .col:first-child .divs-container .text_3 {
    grid-row: 7/9;
    grid-column-start: 1;
    height: 12rem
  }
}

@media only screen and (min-width: 769px) {
  .grid_boxes .two-col .col:first-child .divs-container .text_4 {
    grid-row: 2/4;
    grid-column-start: 2
  }
}

@media only screen and (min-width: 769px) {
  .grid_boxes .two-col .col:first-child .divs-container .text_5 {
    grid-row: 4/6;
    height: 5rem;
    grid-column-start: 2
  }
}

@media only screen and (min-width: 769px) {
  .grid_boxes .two-col .col:first-child .divs-container .text_6 {
    grid-row: 6/10;
    grid-column-start: 2
  }
}

.padding-bottom-none .two-col {
  padding-bottom: 0
}

.padding-bottom-none .two-col .image-wrapper {
  padding-bottom: 0 !important
}

#about-icons .col:first-child .divs-container {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  gap: 1rem;
  align-items: center;
  justify-content: center
}

@media only screen and (max-width: 768px) {
  #about-icons .col:first-child .divs-container {
    grid-template-columns: 50% 50%
  }
}

#about-icons .col:first-child .divs-container div p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 2px solid #0a69c8;
  height: 9rem;
  width: 8rem;
  font-family: Poppins-Medium
}

#about-icons .col:first-child .divs-container div p img {
  width: 30%
}

@media only screen and (max-width: 768px) {
  .number_text_boxes .col:first-child {
    display: flex;
    justify-content: center
  }
}

.number_text_boxes .col:first-child .divs-container {
  width: 95%
}

.number_text_boxes .col:first-child .divs-container .text_1 .number {
  padding-left: .5rem;
  padding-right: .5rem
}

.number_text_boxes .col:first-child .divs-container .hero_text {
  display: flex;
  gap: 1rem;
  align-items: center;
  border: 2px solid #0a69c8;
  border-radius: 15px;
  margin-bottom: 2rem;
  padding: 1rem;
  text-align: left
}

.number_text_boxes .col:first-child .divs-container .hero_text .number {
  color: #124479;
  font-size: 3.5rem;
  font-family: Poppins-Regular;
  margin: 0
}

.number_text_boxes .col:first-child .divs-container .hero_text .text .title {
  color: #1f4272;
  font-family: Poppins-Regular;
  font-size: 1.1rem
}

.number_text_boxes .col:first-child .divs-container .hero_text .text p {
  margin: 0;
  font-size: .9rem
}

.number_text_boxes .col:first-child .divs-container .hero_text .text::after {
  content: "";
  background-image: url(assets/Group711.png);
  position: absolute;
  top: 22.5%;
  right: 45.5%;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-repeat: no-repeat;
  transform: rotate(53deg)
}

@media only screen and (max-width: 768px) {
  .number_text_boxes .col:first-child .divs-container .hero_text .text::after {
    top: 61%;
    left: 2%
  }
}

@media only screen and (max-width: 551px) {
  .number_text_boxes .col:first-child .divs-container .hero_text .text::after {
    top: 55%;
    left: 0%
  }
}

@media only screen and (max-width: 415px) {
  .number_text_boxes .col:first-child .divs-container .hero_text .text::after {
    top: 48%;
    left: 0%
  }
}

@media only screen and (max-width: 400px) {
  .number_text_boxes .col:first-child .divs-container .hero_text .text::after {
    top: 46%;
    left: 0%
  }
}

.number_text_boxes .col:first-child .divs-container .hero_text .text::before {
  content: "";
  background-image: url(assets/Group711.png);
  position: absolute;
  top: 43.5%;
  right: 0%;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-repeat: no-repeat;
  transform: rotateY(180deg) rotate(53deg)
}

@media only screen and (max-width: 768px) {
  .number_text_boxes .col:first-child .divs-container .hero_text .text::before {
    top: 71%;
    left: 91%
  }
}

@media only screen and (max-width: 551px) {
  .number_text_boxes .col:first-child .divs-container .hero_text .text::before {
    top: 67%;
    left: 90%
  }
}

@media only screen and (max-width: 415px) {
  .number_text_boxes .col:first-child .divs-container .hero_text .text::before {
    top: 63%;
    left: 86%
  }
}

.number_text_boxes .col:first-child::after {
  content: "";
  background-image: url(assets/Group712.png);
  position: absolute;
  top: 65%;
  right: 47%;
  width: 60px;
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(73deg) rotateY(180deg)
}

@media only screen and (max-width: 768px) {
  .number_text_boxes .col:first-child::after {
    top: 81%;
    right: 93%
  }
}

@media only screen and (max-width: 551px) {
  .number_text_boxes .col:first-child::after {
    top: 79%;
    left: -3%
  }
}

@media only screen and (max-width: 415px) {
  .number_text_boxes .col:first-child::after {
    top: 78%;
    left: -4%
  }
}

@media only screen and (min-width: 769px) {
  #problems-we-solve .two-col {
    padding: 0 1em
  }
}

#problems-we-solve .two-col .col:first-child .divs-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: 48% 48%;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "two five""three eight""four nine";
  justify-content: center
}

@media only screen and (min-width: 769px) {
  #problems-we-solve .two-col .col:first-child .divs-container {
    grid-template-columns: 30% 30% 30%;
    grid-template-rows: repeat(5, auto);
    grid-template-areas: "one four seven""two four eight""two five eight""three five nine""three six nine";
    justify-content: flex-start
  }
}

#problems-we-solve .two-col .col:first-child .divs-container .blue-box-2 {
  background-color: #c7d6f6;
  width: 100%;
  border-radius: 20px;
  height: 7rem
}

#problems-we-solve .two-col .col:first-child .divs-container .blue-box-2 p {
  visibility: hidden
}

@media only screen and (max-width: 768px) {
  #problems-we-solve .two-col .col:first-child .divs-container .blue-box-2 {
    display: none
  }
}

#problems-we-solve .two-col .col:first-child .divs-container .icon-box-2 {
  background-color: #ebf2fc;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 16rem
}

#problems-we-solve .two-col .col:first-child .divs-container .icon-box-2 h5 {
  font-family: Poppins-Regular;
  padding: 0 2em;
  text-align: center
}

#problems-we-solve .two-col .col:first-child .divs-container .icon-box-2 p {
  text-align: center
}

#problems-we-solve .two-col .col:first-child .divs-container .icon-box-2 img {
  width: 80%
}

#problems-we-solve .two-col .col:first-child .divs-container .text_1 {
  grid-area: one
}

#problems-we-solve .two-col .col:first-child .divs-container .text_2 {
  grid-area: two
}

#problems-we-solve .two-col .col:first-child .divs-container .text_3 {
  grid-area: three
}

#problems-we-solve .two-col .col:first-child .divs-container .text_4 {
  grid-area: four
}

#problems-we-solve .two-col .col:first-child .divs-container .text_5 {
  grid-area: five
}

#problems-we-solve .two-col .col:first-child .divs-container .text_6 {
  grid-area: six
}

#problems-we-solve .two-col .col:first-child .divs-container .text_7 {
  grid-area: seven
}

#problems-we-solve .two-col .col:first-child .divs-container .text_8 {
  grid-area: eight
}

#problems-we-solve .two-col .col:first-child .divs-container .text_9 {
  grid-area: nine
}

@media only screen and (max-width: 768px) {
  #hero-section .col:first-child {
    background-position: bottom;
    background-size: 70%
  }
}

#hero-section .col:first-child .divs-container {
  grid-template-columns: 45% 45%;
  justify-content: center;
  gap: 2rem;
  grid-template-areas: "one one""three ."". two""four four"
}

@media only screen and (max-width: 768px) {
  #hero-section .col:first-child .divs-container {
    grid-template-rows: 15rem 25rem 11rem 15rem
  }
}

@media only screen and (max-width: 551px) {
  #hero-section .col:first-child .divs-container {
    grid-template-rows: 9rem 19rem 8rem 10rem
  }
}

@media only screen and (max-width: 441px) {
  #hero-section .col:first-child .divs-container {
    grid-template-rows: 6rem 16rem 6rem 9rem
  }
}

@media only screen and (max-width: 415px) {
  #hero-section .col:first-child .divs-container {
    grid-template-rows: 5rem 14rem 6rem 7rem
  }
}

@media only screen and (max-width: 351px) {
  #hero-section .col:first-child .divs-container {
    grid-template-rows: 4rem 10rem 5rem 6rem
  }
}

@media only screen and (min-width: 769px) {
  #hero-section .col:first-child .divs-container {
    padding: 1rem 0;
    grid-template-columns: .5fr 2fr repeat(7, 1fr);
    grid-template-areas: ". one one . . . . ."". one one . . . two ."". . . . . . two ."". . . . . . . ."". three three . . . . ."". three three . four four four four"". . . . . . . ."
  }
}

@media only screen and (max-width: 768px) {
  #hero-section .col:first-child .divs-container .text_1 {
    margin-left: 2rem;
    margin-right: 2rem
  }
}

#hero-section .col:first-child .divs-container .text_2 {
  position: relative
}

#hero-section .col:first-child .divs-container .text_2::after {
  bottom: 0;
  left: -2rem
}

@media only screen and (max-width: 768px) {
  #hero-section .col:first-child .divs-container .text_2::after {
    left: -4rem;
    top: -2rem;
    transform: rotate(100deg)
  }
}

@media only screen and (max-width: 441px) {
  #hero-section .col:first-child .divs-container .text_2::after {
    top: -1rem;
    background-size: 50%
  }
}

@media only screen and (max-width: 768px) {
  #hero-section .col:first-child .divs-container .text_2 {
    margin-top: 2rem;
    width: 12rem
  }
}

@media only screen and (max-width: 415px) {
  #hero-section .col:first-child .divs-container .text_2 {
    width: 100%
  }
}

@media only screen and (min-width: 980px) {
  #hero-section .col:first-child .divs-container .text_2 {
    margin-left: 0
  }
}

@media only screen and (min-width: 1023px) {
  #hero-section .col:first-child .divs-container .text_2 {
    margin-left: -3em
  }
}

#hero-section .col:first-child .divs-container .text_3 {
  position: relative;
  width: 16rem
}

#hero-section .col:first-child .divs-container .text_3::after {
  top: 2rem;
  left: 6rem;
  background-image: url(assets/Group713.png);
  transform: rotateX(0deg) rotate(45deg)
}

@media only screen and (max-width: 768px) {
  #hero-section .col:first-child .divs-container .text_3::after {
    display: inline-block;
    top: 5rem;
    left: 13rem;
    background-size: 70%;
    transform: rotateX(180deg) rotate(180deg)
  }
}

@media only screen and (max-width: 551px) {
  #hero-section .col:first-child .divs-container .text_3::after {
    left: 9rem
  }
}

@media only screen and (max-width: 441px) {
  #hero-section .col:first-child .divs-container .text_3::after {
    background-size: 50%;
    left: 6rem;
    top: 2rem
  }
}

@media only screen and (max-width: 400px) {
  #hero-section .col:first-child .divs-container .text_3::after {
    left: 5rem
  }
}

@media only screen and (max-width: 351px) {
  #hero-section .col:first-child .divs-container .text_3::after {
    top: 1rem
  }
}

@media only screen and (max-width: 768px) {
  #hero-section .col:first-child .divs-container .text_3 {
    margin-top: 3rem
  }
}

@media only screen and (max-width: 551px) {
  #hero-section .col:first-child .divs-container .text_3 {
    width: 9rem
  }
}

#hero-section .col:first-child .divs-container .text_3 ol {
  padding-inline-start: 2rem
}

@media only screen and (min-width: 769px) {
  #hero-section .col:first-child .divs-container .text_3 {
    width: 8rem
  }
}

#hero-section .col:first-child .divs-container .text_4 {
  position: relative;
  margin-left: 7rem
}

#hero-section .col:first-child .divs-container .text_4::after {
  top: -1rem;
  left: -2rem;
  background-image: url(assets/Group711.png)
}

@media only screen and (max-width: 768px) {
  #hero-section .col:first-child .divs-container .text_4::after {
    background-image: url(assets/Group713.png);
    left: -5rem;
    transform: rotate(120deg)
  }
}

@media only screen and (max-width: 551px) {
  #hero-section .col:first-child .divs-container .text_4::after {
    top: 1rem
  }
}

@media only screen and (max-width: 441px) {
  #hero-section .col:first-child .divs-container .text_4::after {
    background-size: 50%
  }
}

@media only screen and (min-width: 769px) {
  #hero-section .col:first-child .divs-container .text_4 {
    width: 18rem;
    margin-left: 3rem
  }
}

.divs-grid {
  display: grid;
  grid-template-columns: 45% 45%;
  grid-auto-rows: 250px 250px;
  justify-content: center;
  row-gap: 1rem
}

@media only screen and (max-width: 768px) {
  .divs-grid {
    row-gap: 0
  }
}

@media only screen and (max-width: 551px) {
  .divs-grid {
    grid-auto-rows: 180px 170px
  }
}

.divs-grid .hero_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center
}

.divs-grid .hero_text h5 {
  padding: .5rem 3rem 2rem;
  text-align: center;
  background-color: #fff
}

@media only screen and (min-width: 1179px) {
  .divs-grid .hero_text h5 {
    padding: .5rem 4.5rem 2rem
  }
}

@media only screen and (max-width: 768px) {
  .divs-grid .hero_text h5 {
    padding: .5rem 2rem 2rem
  }
}

@media only screen and (max-width: 551px) {
  .divs-grid .hero_text h5 {
    padding: .5rem 1rem 1rem
  }
}

.divs-grid .hero_text .image-wrapper {
  background-color: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  margin-bottom: -30px;
  z-index: -1;
  transition: margin-bottom .7s
}

@media only screen and (max-width: 551px) {
  .divs-grid .hero_text .image-wrapper {
    width: 150px;
    height: 150px
  }
}

@media only screen and (max-width: 400px) {
  .divs-grid .hero_text .image-wrapper {
    width: 120px;
    height: 120px
  }
}

.divs-grid .hero_text .image-wrapper img {
  object-fit: contain;
  width: 100px;
  height: 100px
}

@media only screen and (max-width: 551px) {
  .divs-grid .hero_text .image-wrapper img {
    width: 80px;
    height: 80px
  }
}

@media only screen and (max-width: 400px) {
  .divs-grid .hero_text .image-wrapper img {
    width: 70px;
    height: 70px
  }
}

.divs-grid .hero_text .image-wrapper .hover {
  display: none
}

.divs-grid .text_1:hover .image-wrapper {
  background-color: #dfd6d5;
  margin-bottom: 0
}

.divs-grid .text_1:hover .hover {
  display: block
}

.divs-grid .text_1:hover .normal {
  display: none
}

.divs-grid .text_2:hover .image-wrapper {
  background-color: #dfd6d5;
  margin-bottom: 0
}

.divs-grid .text_2:hover .hover {
  display: block
}

.divs-grid .text_2:hover .normal {
  display: none
}

.divs-grid .text_3:hover .image-wrapper {
  background-color: #dfd6d5;
  margin-bottom: 0
}

.divs-grid .text_3:hover .hover {
  display: block
}

.divs-grid .text_3:hover .normal {
  display: none
}

.divs-grid .text_4:hover .image-wrapper {
  background-color: #dfd6d5;
  margin-bottom: 0
}

.divs-grid .text_4:hover .hover {
  display: block
}

.divs-grid .text_4:hover .normal {
  display: none
}

.big_percentages {
  text-align: center;
  position: relative
}

@media only screen and (max-width: 768px) {
  .big_percentages {
    display: grid;
    grid-template-columns: 45% 45%;
    justify-content: center;
    gap: 2em
  }
}

.big_percentages h5 {
  font-family: fields, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #000;
  font-size: 6em;
  margin-bottom: 0;
  line-height: 1.3em
}

@media only screen and (max-width: 768px) {
  .big_percentages h5 {
    font-size: 2.8em
  }
}

.big_percentages p {
  font-family: massilia, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  margin-top: 0
}

@media only screen and (max-width: 768px) {
  .big_percentages p {
    font-size: .9em
  }
}

.big_percentages hr {
  border: 2px solid #0a69c8;
  width: 10em
}

@media only screen and (max-width: 768px) {
  .big_percentages hr {
    display: none
  }
}

.img_as_bullet {
  list-style-type: none;
  padding-inline-start: 10px
}

@media only screen and (max-width: 768px) {
  .img_as_bullet {
    padding-inline-start: 0
  }
}

.img_as_bullet li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: .5em
}

.img_as_bullet li .image-wrapper {
  margin: 1em 0
}

.img_as_bullet li .image-wrapper img {
  height: 1em;
  width: 1em
}

.img_as_bullet li .image-wrapper.big-icons img {
  height: 2em;
  width: 2em
}

.img_as_bullet li .content-wrapper {
  width: 90%
}

.blog .card .image-wrapper {
  background: none !important;
  width: 150px !important;
  height: 150px !important;
  border-radius: 20px
}

@media only screen and (max-width: 768px) {
  .blog .card .image-wrapper {
    float: none !important;
    width: 100% !important;
    margin-bottom: 2em;
    align-items: flex-start !important
  }
}

.blog .card .image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 20px
}

@media only screen and (max-width: 768px) {
  .blog .card .image-wrapper img {
    object-fit: cover !important;
    width: 100% !important;
    height: 150px !important;
    object-position: 50% 30%
  }
}

.single-providers .providers-locations {
  list-style: none;
  padding-inline-start: 0
}

.single-providers .providers-locations::before {
  content: "";
  background-image: url(assets/maps-and-flags.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 100%
}

.single-providers .providers-locations .location {
  font-family: massilia, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: .9em;
  text-transform: uppercase;
  color: #124479;
  display: inline;
  padding: .2em
}

.single-providers .providers-locations .location:not(:last-child)::after {
  content: ","
}

.single-symptoms .two-col-grid {
  display: grid;
  grid-template-columns: 40% 40%;
  gap: 1em;
  justify-content: center
}

@media only screen and (max-width: 768px) {
  .single-symptoms .two-col-grid {
    grid-template-columns: 95%
  }
}

.single-symptoms .two-col-grid li {
  text-align: left
}

.single-symptoms .two-col-grid .content-wrapper p {
  margin-top: 0;
  color: #124479
}

@media only screen and (min-width: 769px) {
  .single-symptoms .conditions-list {
    display: none
  }
}

.single-symptoms .conditions-list .condition h5 {
  background: #fff;
  padding: .5rem 1rem 1rem
}

.single-symptoms .divs-grid {
  grid-template-columns: 50% 50%
}

.single-symptoms .divs-grid .hero_text {
  justify-content: flex-start
}

.single-symptoms .divs-grid .hero_text h5 {
  background: #fbf8f8
}

.single-symptoms .divs-grid .hero_text:hover .image-wrapper {
  background-color: #dfd6d5;
  margin-bottom: 0
}

.single-symptoms .divs-grid .hero_text:hover .hover {
  display: block
}

.single-symptoms .divs-grid .hero_text:hover .normal {
  display: none
}

.single-conditions .divs-grid {
  grid-template-columns: 45% 45%
}

.single-conditions .divs-grid .hero_text {
  justify-content: flex-start
}

.single-conditions .divs-grid .hero_text h5 {
  background: #fff
}

.single-conditions .divs-grid .hero_text:hover .image-wrapper {
  background-color: #dfd6d5;
  margin-bottom: 0
}

.single-conditions .divs-grid .hero_text:hover .hover {
  display: block
}

.single-conditions .divs-grid .hero_text:hover .normal {
  display: none
}

.single-conditions .symptoms-list ul {
  grid-template-columns: 48% 48%;
  gap: 1em
}

@media only screen and (max-width: 768px) {
  .single-conditions .symptoms-list ul {
    grid-template-columns: 95%
  }
}

.single-conditions .symptoms-list ul li {
  padding: 0
}

.single-conditions .symptoms-list ul li h5 {
  font-family: fields, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: left;
  padding: 1em
}

.single-conditions .symptoms-list ul li h5:hover {
  background-color: #dfd6d5;
  border-radius: 140px
}

.single-conditions .two-col-grid {
  display: grid;
  grid-template-columns: 40% 40%;
  gap: 1em;
  justify-content: center
}

@media only screen and (max-width: 768px) {
  .single-conditions .two-col-grid {
    grid-template-columns: 95%
  }
}

.single-conditions .two-col-grid li {
  text-align: left
}

.single-conditions .two-col-grid .content-wrapper p {
  margin-top: 0;
  color: #124479
}

.post-type-archive-services .tabs-center::after {
  display: none !important
}

.post-type-archive-services .divs-grid {
  grid-template-columns: 45% 45%;
  grid-auto-rows: auto
}

.post-type-archive-services .divs-grid .hero_text {
  justify-content: flex-start
}

.post-type-archive-services .divs-grid .hero_text h5 {
  background: #fff
}

.post-type-archive-services .divs-grid .hero_text:hover .image-wrapper {
  background-color: #dfd6d5;
  margin-bottom: 0
}

.post-type-archive-services .divs-grid .hero_text:hover .hover {
  display: block
}

.post-type-archive-services .divs-grid .hero_text:hover .normal {
  display: none
}

.post-type-archive-services .tabs-center .tabs {
  width: auto !important;
  gap: 1em
}

.single-services .two-col-grid {
  display: grid;
  grid-template-columns: 40% 40%;
  gap: 1em;
  justify-content: center
}

@media only screen and (max-width: 768px) {
  .single-services .two-col-grid {
    grid-template-columns: 95%
  }
}

.single-services .two-col-grid li {
  text-align: left
}

.single-services .two-col-grid .content-wrapper p {
  margin-top: 0;
  color: #124479
}

.single-services .slider-wrapper-conditions-symptoms h5 {
  background-color: #faf8f8 !important
}

@media only screen and (min-width: 769px) {
  .single-services .conditions-list {
    display: none
  }
}

.single-services .conditions-list .condition h5 {
  background-color: #faf8f8;
  padding: .5rem 1rem 1rem
}

.single-services .symptoms-list ul {
  grid-template-columns: 48% 48%;
  gap: 1em
}

@media only screen and (max-width: 768px) {
  .single-services .symptoms-list ul {
    grid-template-columns: 95%
  }
}

.single-services .symptoms-list ul li {
  padding: 0
}

.single-services .symptoms-list ul li h5 {
  font-family: fields, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: left;
  padding: 1em
}

.single-services .symptoms-list ul li h5:hover {
  background-color: #dfd6d5;
  border-radius: 140px
}

.single-services .divs-grid {
  grid-template-columns: 45% 45%;
  grid-auto-rows: auto
}

.single-services .divs-grid .hero_text {
  justify-content: flex-start
}

.single-services .divs-grid .hero_text h5 {
  background: #fff;
  padding: .5rem 1rem .5rem
}

.single-services .divs-grid .hero_text p {
  font-family: massilia, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: .8em;
  text-align: center;
  color: #124479
}

.single-services .divs-grid .hero_text:hover .image-wrapper {
  background-color: #dfd6d5;
  margin-bottom: 0
}

.single-services .divs-grid .hero_text:hover .hover {
  display: block
}

.single-services .divs-grid .hero_text:hover .normal {
  display: none
}

.post-type-archive-providers .providers-list li,
.single-locations .providers-list li {
  padding: .5em
}

@media only screen and (min-width: 769px) {

  .post-type-archive-providers .providers-list li,
  .single-locations .providers-list li {
    width: 100%
  }
}

.post-type-archive-providers .providers-list li .image-wrapper,
.single-locations .providers-list li .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}

.post-type-archive-providers .providers-list li .image-wrapper img,
.single-locations .providers-list li .image-wrapper img {
  width: 200px;
  height: 200px;
  border-radius: 100%
}

@media only screen and (max-width: 768px) {

  .post-type-archive-providers .providers-list li .image-wrapper img,
  .single-locations .providers-list li .image-wrapper img {
    width: 150px;
    height: 150px
  }
}

.post-type-archive-providers .providers-list li .image-wrapper a,
.single-locations .providers-list li .image-wrapper a {
  display: none
}

.post-type-archive-providers .providers-list li:hover,
.single-locations .providers-list li:hover {
  background-color: #425261;
  border-radius: 11%
}

.post-type-archive-providers .providers-list li:hover .image-wrapper a,
.single-locations .providers-list li:hover .image-wrapper a {
  display: block;
  position: absolute;
  color: #fff;
  background-color: #9877ad;
  padding: .5rem 2.5rem;
  border-radius: 15px;
  text-transform: uppercase;
  font-family: massilia, san-serif;
  font-weight: 400;
  font-size: .8em;
  z-index: 2
}

@media only screen and (max-width: 768px) {

  .post-type-archive-providers .providers-list li:hover .image-wrapper a,
  .single-locations .providers-list li:hover .image-wrapper a {
    padding: .5rem 1.5rem
  }
}

.post-type-archive-providers .providers-list li:hover .image-wrapper img,
.single-locations .providers-list li:hover .image-wrapper img {
  opacity: .3
}

.post-type-archive-providers .providers-list li:hover h4,
.post-type-archive-providers .providers-list li:hover span,
.post-type-archive-providers .providers-list li:hover li,
.single-locations .providers-list li:hover h4,
.single-locations .providers-list li:hover span,
.single-locations .providers-list li:hover li {
  color: #fff
}

.post-type-archive-locations .providers-list li {
  padding: .5em
}

.post-type-archive-locations .providers-list li .image-wrapper {
  background-color: #a6afbd;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .4rem;
  margin-bottom: 1.5rem;
  position: relative
}

.post-type-archive-locations .providers-list li .image-wrapper img {
  width: 95%;
  height: 100%
}

.post-type-archive-locations .providers-list li .image-wrapper a {
  display: none
}

.post-type-archive-locations .providers-list li h4 {
  text-transform: uppercase
}

.post-type-archive-locations .providers-list li p,
.post-type-archive-locations .providers-list li span {
  font-family: massilia, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #124479;
  text-transform: capitalize;
  font-size: .9em
}

.post-type-archive-locations .providers-list li p {
  margin: 0
}

.post-type-archive-locations .providers-list li p:last-of-type {
  margin-bottom: 1em
}

.post-type-archive-locations .providers-list li:hover {
  background-color: #425261;
  border-radius: 11%
}

.post-type-archive-locations .providers-list li:hover .image-wrapper {
  background-color: #425261
}

.post-type-archive-locations .providers-list li:hover .image-wrapper a {
  display: block;
  position: absolute;
  color: #fff;
  background-color: #9877ad;
  padding: .5rem 2.5rem;
  border-radius: 15px;
  text-transform: uppercase;
  font-family: massilia, san-serif;
  font-weight: 400;
  font-size: .8em;
  z-index: 2
}

@media only screen and (max-width: 768px) {
  .post-type-archive-locations .providers-list li:hover .image-wrapper a {
    padding: .5rem 1.5rem
  }
}

.post-type-archive-locations .providers-list li:hover .image-wrapper img {
  opacity: .3
}

.post-type-archive-locations .providers-list li:hover h4,
.post-type-archive-locations .providers-list li:hover span,
.post-type-archive-locations .providers-list li:hover p {
  color: #fff
}

.single-locations .divs-grid {
  grid-template-columns: 45% 45%
}

.single-locations .divs-grid .hero_text {
  justify-content: flex-start
}

.single-locations .divs-grid .hero_text h5 {
  background: #fff
}

.single-locations .divs-grid .hero_text:hover .image-wrapper {
  background-color: #dfd6d5;
  margin-bottom: 0
}

.single-locations .divs-grid .hero_text:hover .hover {
  display: block
}

.single-locations .divs-grid .hero_text:hover .normal {
  display: none
}

.post-type-archive-providers .providers-locations {
  list-style: none;
  padding-inline-start: 0
}

.post-type-archive-providers .providers-locations .location {
  font-family: massilia, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: .9em;
  color: #124479;
  display: inline;
  padding: .2em
}

.post-type-archive-providers .providers-locations .location:not(:last-child)::after {
  content: ","
}

.nav-bar a {
  font-family: massilia, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1em;
  color: #124479;
  font-size: .9rem;
  border-radius: 30px
}

.nav-bar a:hover {
  background-color: #0a69c8;
  color: #fff
}

.nav-bar.conditions {
  border: none !important
}

@media only screen and (max-width: 768px) {
  .nav-bar.conditions {
    gap: .3em
  }
}

.nav-bar.conditions a {
  color: #fff;
  background: #0a69c8;
  border: 2px solid #0a69c8
}

.nav-bar.conditions a:hover {
  color: #0a69c8;
  background-color: rgba(0, 0, 0, 0)
}

.page-id-1180 .divs-grid {
  grid-auto-rows: auto !important
}

.popmake .call-no-times a {
  color: #0085a3
}

.popmake .call-no-times a:hover {
  color: #0a69c8
}

.category-filter {
  margin: 2rem auto;
  display: flex;
  max-width: 500px;
  justify-content: space-around;
  background-color: #c7d6f6;
  border-radius: 36px;
  padding: .5rem 1rem
}

.category-filter .item {
  border-radius: 36px;
  padding: .5rem 2rem
}

@media only screen and (max-width: 551px) {
  .category-filter .item {
    padding: .5rem 0
  }
}

.category-filter .item:hover {
  background-color: #507ce2
}

.category-filter .item:hover a {
  color: #fff
}

.category-filter .item a {
  color: #1f4272;
  text-transform: uppercase;
  font-size: .9rem
}

.main--archive {
  max-width: 1180px;
  margin: 0 auto
}

.main--archive .section--aside {
  display: none
}

.main--archive .section--aside .wp-block-archives-list,
.main--archive .section--aside .wp-block-categories-list {
  list-style-type: none;
  padding-left: 0
}

.main--archive #nav-posts {
  display: flex;
  justify-content: space-between;
  margin: 2em 0;
  padding-top: 1em;
  width: 100%
}

.main--archive #nav-posts .next {
  text-align: right
}

@media only screen and (min-width: 1023px) {
  .main--archive {
    display: flex;
    justify-content: space-between
  }

  .main--archive .section--archive {
    flex-basis: 75%
  }

  .main--archive .section--aside {
    display: block;
    flex-basis: 25%
  }
}

.main--archive .post-grid {
  display: grid;
  grid-template-columns: 45% 45%;
  gap: 2rem;
  justify-content: center
}

@media only screen and (max-width: 768px) {
  .main--archive .post-grid {
    grid-template-columns: 95%;
    gap: 1rem
  }
}

.main--archive .post-grid .post {
  flex-wrap: wrap;
  margin: .5em;
  background-color: #fff;
  border: 2px solid #0a69c8;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em
}

@media only screen and (min-width: 769px) {
  .main--archive .post-grid .post {
    flex-wrap: nowrap
  }
}

@media only screen and (min-width: 769px) {
  .main--archive .post-grid .post a {
    flex-basis: 90%
  }
}

.main--archive .post-grid .post a .image-wrapper {
  padding: 2rem 2rem 0rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center
}

@media only screen and (min-width: 769px) {
  .main--archive .post-grid .post a .image-wrapper {
    padding: 1em
  }
}

@media only screen and (max-width: 768px) {
  .main--archive .post-grid .post .button-wrapper {
    display: flex;
    justify-content: center
  }
}

.main--archive .post-grid .post .img-title-content {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center
}

.main--archive .post-grid .post .img-title-content a {
  flex-basis: 50%
}

.main--archive .post-grid .post .title-content .title {
  font-size: 1.25em;
  color: #124479
}

.main--archive .post-grid .post .title-content .category {
  font-style: italic
}

.main--archive .post-grid .post .title-content .date {
  font-size: .75em
}

.main--archive .post-grid .post .content {
  padding: 1em
}

@media only screen and (max-width: 768px) {
  .main--archive .post-grid .post .content {
    padding: .5rem 2rem
  }
}

.main--archive .post-grid .post .content .title {
  font-size: 1.25em;
  color: #124479
}

.main--archive .post-grid .post .content .category {
  font-style: italic
}

.main--archive .post-grid .post .content .date {
  font-size: .75em
}

.main--archive .post-grid .post .content .category .post-categories {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  display: flex
}

.main--archive .post-grid .post .content .category .post-categories li {
  margin-right: .25em;
  font-size: .8em
}

.main--archive .post-grid .post .content .category .post-categories li::after {
  content: ", "
}

.main--archive .post-grid .post .content .category .post-categories li:last-child::after {
  content: none
}

.main--archive .post-grid .post .content p {
  font-size: .8em
}

.main--archive .post-grid .post .content .btn,
.main--archive .post-grid .post .content .section--side-by-side .two-col .col:nth-child(2) form input[type=submit],
.section--side-by-side .two-col .col:nth-child(2) form .main--archive .post-grid .post .content input[type=submit] {
  display: inline-block
}

.main--single {
  max-width: 1180px;
  margin: 0 auto
}

.main--single .section--aside {
  display: none
}

.main--single .section--aside .wp-block-archives-list,
.main--single .section--aside .wp-block-categories-list {
  list-style-type: none;
  padding-left: 0
}

@media only screen and (min-width: 1023px) {
  .main--single .section--aside {
    display: block
  }
}

.main--single .date,
.main--single .category {
  margin: 1em 0;
  display: flex
}

.main--single .post-categories {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  margin-left: .25em;
  display: flex
}

.main--single .post-categories li {
  margin-right: .25em
}

.main--single .post-categories li::after {
  content: ", "
}

.main--single .post-categories li:last-child::after {
  content: none
}

@media only screen and (min-width: 1023px) {
  .main--single {
    display: flex;
    justify-content: space-between
  }

  .main--single .section--single {
    flex-basis: 72%
  }

  .main--single .section--aside {
    flex-basis: 25%
  }
}

.main--single #nav-posts {
  display: flex;
  justify-content: space-between;
  margin: 2em 0;
  padding-top: 1em;
  width: 100%
}

.main--single #nav-posts .next {
  text-align: left;
  flex-basis: 40%
}

.main--single #nav-posts .prev {
  text-align: right;
  flex-basis: 40%
}

@media only screen and (min-width: 769px) {
  .main--single .image-wrapper {
    max-width: 30em;
    margin: 1em auto
  }
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
  gap: 1rem
}

@media only screen and (max-width: 768px) {
  .cards {
    padding: 0 1em
  }
}

.cards div:nth-last-child(n+4):first-child,
.cards div:nth-last-child(n+4):first-child~div {
  width: calc(25% - 1rem)
}

@media only screen and (max-width: 768px) {

  .cards div:nth-last-child(n+4):first-child,
  .cards div:nth-last-child(n+4):first-child~div {
    width: 100%
  }
}

.cards .card {
  padding: .7em;
  width: calc(33% - 1rem)
}

@media only screen and (max-width: 768px) {
  .cards .card {
    width: calc(100% - 1rem);
    text-align: center
  }
}

.two_col .cards {
  gap: 2rem
}

@media only screen and (min-width: 769px) {
  .two_col .cards .card {
    width: calc(50% - 3rem) !important
  }
}

.icon_left .card {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1607843137)
}

@media only screen and (min-width: 769px) {
  .icon_left .card {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1em
  }
}

.icon_left .card .image-wrapper {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

@media only screen and (max-width: 768px) {
  .icon_left .card .image-wrapper {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 1em
  }
}

@media only screen and (max-width: 551px) {
  .icon_left .card .image-wrapper {
    width: 35px;
    height: 35px
  }
}

.icon_left .card .image-wrapper img {
  object-fit: contain;
  height: 60px;
  width: 60px
}

@media only screen and (max-width: 768px) {
  .icon_left .card .image-wrapper img {
    width: 40px;
    height: 40px
  }
}

@media only screen and (max-width: 551px) {
  .icon_left .card .image-wrapper img {
    width: 20px;
    height: 20px
  }
}

.icon_left .card .card-text {
  text-align: left
}

@media only screen and (min-width: 769px) {
  .icon_left .card .card-text {
    width: 85%
  }
}

.icon_left .card .card-text p {
  font-size: .9em
}

.special-cards .cards h4 {
  font-size: 6em;
  font-family: fields, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.1em
}

.special-cards .cards h2 {
  color: #000;
  font-family: Montserrat-Bold;
  margin-top: 0
}

.special-cards .cards p {
  color: #000
}

.special-cards .cards .card:not(:last-child) {
  position: relative
}

@media only screen and (max-width: 768px) {
  .special-cards .cards .card:not(:last-child)::after {
    content: "";
    width: 62%;
    height: .25em;
    background-color: #eacfcd;
    position: absolute;
    border-radius: 20px;
    bottom: -1em;
    left: 4em
  }
}

@media only screen and (min-width: 769px) {
  .special-cards .cards .card:not(:last-child)::after {
    content: "";
    width: .25em;
    height: 10em;
    background-color: #eacfcd;
    position: absolute;
    border-radius: 20px;
    top: 2em;
    right: 0
  }
}

.three-col .cards {
  align-items: center
}

@media only screen and (min-width: 769px) {
  .three-col .cards .card {
    width: 32% !important
  }
}

.four-col .cards {
  gap: 2rem
}

.four-col .cards .card {
  padding: 0
}

@media only screen and (min-width: 769px) {
  .four-col .cards .card {
    width: calc(25% - 3rem) !important
  }
}

.four-col .cards .card .image-wrapper img {
  object-fit: contain;
  width: 100%;
  height: 15em
}

.four-col .cards .card .image-wrapper img.hover {
  display: none
}

.four-col .cards .card:hover img.normal {
  display: none
}

.four-col .cards .card:hover img.hover {
  display: block
}

.heading-wrapper-multi-col {
  padding: 2em 1em
}

.slider_logos {
  margin-top: -5.5rem;
  margin-bottom: 4rem
}

.slider_logos .section-wrapper {
  background-color: #1f4272;
  border-radius: 15px;
  margin: 0 5rem;
  padding: 2em
}

@media only screen and (max-width: 768px) {
  .slider_logos .section-wrapper {
    margin: 0 2rem
  }
}

@media only screen and (max-width: 768px) {
  .slider_logos {
    margin-top: -6.5rem;
    margin-bottom: 4rem
  }

  .slider_logos h2 {
    font-size: 1.5em
  }
}

.slider_logos img {
  max-width: 70%;
  text-align: center
}

.negative_margin {
  margin-top: -4.5rem;
  margin-bottom: 3rem
}

@media only screen and (max-width: 768px) {
  .negative_margin {
    margin-top: -9.5rem;
    margin-bottom: 1rem
  }
}

.image_floating_boxes {
  padding-bottom: 4rem
}

.image_floating_boxes .heading-wrapper-multi-col {
  padding-bottom: 10rem
}

.image_floating_boxes img {
  margin-top: -7rem;
  margin-bottom: 4rem
}

@media only screen and (max-width: 768px) {
  .image_floating_boxes img {
    margin-bottom: 1rem
  }
}

@media only screen and (max-width: 768px) {
  .image_floating_boxes .card:not(:last-child) {
    margin-bottom: 8rem
  }
}

.first_col_title {
  padding: 2em 1em
}

@media only screen and (min-width: 769px) {
  .first_col_title {
    padding: 11em 0 4em
  }
}

@media only screen and (max-width: 768px) {
  .first_col_title .card {
    text-align: center
  }
}

.first_col_title .card p {
  font-size: .8em
}

.first_col_title .card:first-child {
  background-color: #fdf4e7 !important;
  border-radius: 0 !important;
  border: none !important;
  color: #1f4272 !important
}

@media only screen and (max-width: 768px) {
  .first_col_title .card:first-child {
    margin-bottom: 8em
  }
}

.first_col_title .card:first-child h2 {
  color: #1f4272;
  font-size: 2em
}

.first_col_title .card:first-child h4 {
  color: #1f4272
}

@media only screen and (max-width: 768px) {
  .first_col_title .card:nth-child(2) {
    margin-bottom: 6em
  }
}

.first_col_title .card:nth-child(2) img {
  width: 35%;
  margin-top: -150px;
  margin-bottom: 20px
}

.first_col_title .card:nth-child(3) img {
  margin-top: -108px;
  margin-bottom: 20px
}

.display_numbers {
  padding: 4em 0
}

.display_numbers .cards {
  padding: 0
}

@media only screen and (max-width: 768px) {
  .display_numbers .cards .card {
    width: calc(50% - 1rem) !important;
    padding: 0
  }

  .display_numbers .cards .card:nth-child(even) {
    border-left: 4px solid #efe2cb !important
  }

  .display_numbers .cards .card:first-child,
  .display_numbers .cards .card:nth-child(2) {
    margin-bottom: 2em
  }
}

@media only screen and (min-width: 769px) {
  .display_numbers .cards .card:not(:last-child) {
    border-right: 4px solid #efe2cb !important
  }
}

.display_numbers .cards h2 {
  font-size: 4rem;
  font-family: Poppins-Medium
}

@media only screen and (max-width: 768px) {
  .display_numbers .cards h2 {
    font-size: 2.1em
  }
}

.display_numbers .cards p {
  font-family: Indivisible-Regular
}

@media only screen and (max-width: 768px) {
  .display_numbers .cards p {
    padding: 0 1.5em
  }
}

.two_col_cards .section-wrapper {
  border-radius: 15px
}

@media only screen and (max-width: 768px) {
  .two_col_cards .section-wrapper {
    margin: 0 2rem
  }
}

.two_col_cards .cards {
  padding: 1em 2em
}

@media only screen and (max-width: 768px) {
  .two_col_cards .cards {
    padding: 0
  }
}

.two_col_cards .cards .card {
  display: flex;
  align-items: center
}

@media only screen and (min-width: 769px) {
  .two_col_cards .cards .card {
    width: calc(50% - 1rem) !important;
    padding: 0
  }
}

.two_col_cards .cards .card p {
  margin-left: 1em;
  font-family: Indivisible-Medium
}

.pricing_table {
  gap: 2rem
}

@media only screen and (min-width: 769px) {
  .pricing_table {
    border-radius: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .1607843137);
    gap: 0;
    padding: 0
  }
}

.pricing_table .card {
  padding: 0
}

@media only screen and (min-width: 769px) {
  .pricing_table .card {
    width: 33.3333333333%
  }
}

@media only screen and (max-width: 768px) {
  .pricing_table .card {
    border-radius: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .1607843137)
  }
}

.pricing_table .card .content-card div:not(.list-item) {
  width: 100% !important
}

.pricing_table .card h2 {
  color: #1f4272;
  font-family: Indivisible-Medium;
  font-size: 1.6em;
  background-color: #c7d6f6;
  padding: 1em;
  margin: 0
}

@media only screen and (max-width: 768px) {
  .pricing_table .card h2 {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px
  }
}

.pricing_table .card .blurb {
  padding: 0 .7em;
  margin: 1.5em 0
}

.pricing_table .card .price {
  font-family: Poppins-Medium;
  font-size: 2em;
  color: #1f4272
}

.pricing_table .card .button-wrapper {
  margin: 1.5em 0
}

.pricing_table .card ul {
  list-style: none;
  padding: 0;
  margin: 1.5em 0
}

.pricing_table .card ul li {
  padding: .5em
}

.pricing_table .card ul .list-item {
  display: inline-block;
  margin-left: .5em
}

@media only screen and (min-width: 769px) {
  .pricing_table .card:first-child h2 {
    border-top-left-radius: 15px
  }
}

.pricing_table .card:nth-child(2) h2 {
  background-color: #ebf2fc
}

@media only screen and (min-width: 769px) {
  .pricing_table .card:nth-child(2) .content-card {
    border-right: 2px solid #507ce2;
    border-left: 2px solid #507ce2
  }
}

@media only screen and (min-width: 769px) {
  .pricing_table .card:nth-child(3) h2 {
    border-top-right-radius: 15px
  }
}

#our-company .card:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

#symptoms .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
  gap: 1rem
}

#symptoms .cards .card {
  width: calc(30% - 1rem) !important;
  padding: 0;
  background: #f2f2f2
}

@media only screen and (max-width: 768px) {
  #symptoms .cards .card {
    width: calc(50% - 1rem) !important
  }
}

@media only screen and (max-width: 551px) {
  #symptoms .cards .card {
    width: 100% !important
  }
}

#symptoms .cards .card .card-text {
  margin: 1rem
}

.providers-section .cards {
  justify-content: center;
}

.providers-section .card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center
}

@media only screen and (min-width: 769px) {
  .providers-section .card {
    position: relative;
    width: 23%;
  }
}

.providers-section .card .card-text {
  background-color: #fff;
  padding: 0;
  color: #1f4272
}

.providers-section .card .image-wrapper {
  margin: 0
}

@media only screen and (max-width: 768px) {
  .providers-section .card .image-wrapper {
    max-width: 15rem
  }
}

.providers-section .provider-description {
  display: none;
  background-color: #0a69c8;
  margin-top: 3em;
  padding: 2rem;
  border-radius: 15px;
  scroll-behavior: smooth;
  scroll-margin-top: 22rem;
  align-items: center
}

@media only screen and (max-width: 768px) {
  .providers-section .provider-description {
    flex-direction: column;
    max-width: 70%;
    margin: 0 auto;
    scroll-margin-top: 5rem
  }
}

@media only screen and (max-width: 551px) {
  .providers-section .provider-description {
    max-width: 100%;
    scroll-margin-top: 1rem
  }
}

.providers-section .provider-description hr {
  color: #fdbf3a;
  background-color: #fdbf3a;
  width: 2.5rem;
  height: .3rem;
  border: none;
  margin: 1rem 0
}

.providers-section .provider-description .image-wrapper img {
  max-width: 17rem
}

@media only screen and (min-width: 769px) {
  .providers-section .provider-description .image-wrapper {
    width: 40%
  }
}

@media only screen and (max-width: 768px) {
  .providers-section .provider-description .image-wrapper {
    margin-bottom: 1em
  }
}

@media only screen and (max-width: 351px) {
  .providers-section .provider-description .image-wrapper img {
    max-width: 12rem
  }
}

.providers-section .provider-description .description {
  text-align: left
}

@media only screen and (min-width: 769px) {
  .providers-section .provider-description .description {
    width: 60%
  }
}

@media only screen and (max-width: 768px) {
  .providers-section .provider-description .description {
    padding: 1em;
    align-self: baseline
  }
}

.faq {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
  border-radius: 50px
}

.faq .tabs {
  margin-top: -18rem;
  width: 100%
}

@media only screen and (max-width: 768px) {
  .faq {
    padding: 6rem 3rem
  }
}

@media only screen and (max-width: 551px) {
  .faq {
    padding: 6rem 1rem
  }
}

.faq:before {
  content: "";
  position: relative;
  transform: rotate(2deg);
  display: flex;
  height: 300px;
  width: 100%;
  top: -7rem;
  left: 0rem
}

@media only screen and (max-width: 768px) {
  .faq:before {
    height: 200px;
    width: 100%;
    top: -15rem;
    left: 5rem
  }
}

@media only screen and (max-width: 551px) {
  .faq:before {
    top: -13rem;
    left: 1rem
  }
}

@media only screen and (max-width: 415px) {
  .faq:before {
    top: -10rem
  }
}

.faq a {
  color: #fff
}

.faq .tab {
  position: relative;
  margin-bottom: .01em;
  width: 100%;
  overflow: hidden;
  background: #f8f8f8 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 1.5rem .5rem
}

.faq input {
  position: absolute;
  opacity: 0;
  z-index: -1
}

.faq label {
  position: relative;
  display: block;
  padding: 0 3em 0 1rem;
  font-size: 1rem;
  cursor: pointer
}

@media only screen and (max-width: 551px) {
  .faq label {
    padding: 0 .5rem;
    line-height: 1.5rem
  }
}

.faq .tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s
}

.faq .tab-content p {
  margin: 1em 0;
  padding: 0 3rem 0 1rem
}

.faq input:checked~.tab-content {
  max-height: fit-content
}

.faq label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background-size: contain !important;
  background-repeat: no-repeat !important
}

.faq input[type=checkbox]+label::before {
  content: "";
  color: #0a69c8;
  font-size: 2rem;
  background-size: contain !important;
  background-repeat: no-repeat !important
}

.faq input[type=radio]+label::before {
  content: "";
  color: #0a69c8;
  font-size: 2rem;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: #fff
}

.faq input[type=radio]:checked+label::before {
  color: #0a69c8;
  background: #fff
}

.faq label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1.5em;
  color: #1f4272;
  height: 1.5em;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s
}

.faq input[type=checkbox]+label::after {
  content: "+";
  font-size: 1.5rem;
  top: -0.5rem
}

@media only screen and (max-width: 551px) {
  .faq input[type=checkbox]+label::after {
    top: 0
  }
}

.faq input[type=checkbox]:checked+label::after {
  content: "-"
}

.section--faq {
  background: #fff;
  position: relative
}

.section--faq.section {
  display: flex;
  max-width: 100%
}

@media only screen and (min-width: 769px) {
  .section--faq.section .section-wrapper .two-col {
    gap: 4rem;
    display: flex
  }
}

.section--faq.section .section-wrapper .two-col .col-left {
  width: 40%;
  float: left
}

@media only screen and (max-width: 768px) {
  .section--faq.section .section-wrapper .two-col .col-left {
    width: 100%
  }
}

.section--faq.section .section-wrapper .two-col .col-left .heading-wrapper .heading {
  font-weight: 600
}

.section--faq.section .section-wrapper .two-col .col-left .heading-wrapper .subheading {
  font-size: 25px;
  font-weight: 100;
  color: #f6941c
}

.section--faq.section .section-wrapper .two-col .col-left .heading-wrapper .blurb {
  color: #000;
  max-width: 100%;
  font-weight: 100;
  font-size: 16px
}

.section--faq.section .section-wrapper .two-col .col-right {
  width: 60%;
  float: right
}

@media only screen and (max-width: 768px) {
  .section--faq.section .section-wrapper .two-col .col-right {
    width: 100%
  }
}

.section--faq.section .section-wrapper .two-col .col-right .faq {
  margin-top: 0px
}

.section--faq.section .section-wrapper .two-col .col-right .faq .tabs .tab {
  margin-bottom: 1rem
}

.section--faq.section .section-wrapper .two-col .col-right .faq .tabs .tab label {
  color: #333
}

.section--faq.section .section-wrapper .two-col .col-right .faq .tabs .tab .tab-content {
  color: #1f4272
}

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

.tabs-wrapper.tabs-center {
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  position: relative
}

@media only screen and (max-width: 768px) {
  .tabs-wrapper.tabs-center {
    margin-top: 0
  }
}

.tabs-wrapper.tabs-center .tabs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #88c5c3;
  border-radius: 33px;
  margin-bottom: 2em
}

.tabs-wrapper.tabs-center::after {
  content: "â€";
  font-size: 6rem;
  position: absolute;
  right: 3rem;
  top: 3rem;
  padding: 6px;
  color: #fff;
  background: #e9cfcd;
  width: 65px;
  height: 60px;
  font-family: fields, sans-serif;
  font-style: normal;
  font-weight: 700;
  border-radius: 16px;
  text-align: center
}

@media only screen and (max-width: 768px) {
  .tabs-wrapper.tabs-center::after {
    top: 5rem
  }
}

@media only screen and (max-width: 551px) {
  .tabs-wrapper.tabs-center::after {
    top: 3rem
  }
}

@media only screen and (max-width: 400px) {
  .tabs-wrapper.tabs-center::after {
    font-size: 5rem;
    width: 55px;
    height: 48px;
    top: 2rem
  }
}

.tabs-wrapper.tabs-center.not-quotation::after {
  display: none
}

.tabs-wrapper.tabs-center.not-icon .image-wrapper {
  display: none
}

.tabs-wrapper.tabs-left {
  flex-direction: row
}

@media only screen and (max-width: 768px) {
  .tabs-wrapper.tabs-left {
    flex-direction: column
  }
}

.tabs-wrapper.tabs-left .tabs {
  display: flex;
  flex-direction: column;
  min-width: 10em;
  align-items: center;
  padding: 2em 6em 2em 2em;
  background-color: #f5efed;
  border-radius: 15px
}

@media only screen and (max-width: 768px) {
  .tabs-wrapper.tabs-left .tabs {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1em;
    justify-content: center;
    margin-top: 1em
  }
}

.tabs-wrapper.tabs-left .panel {
  min-height: 13em
}

@media only screen and (max-width: 768px) {
  .tabs-wrapper.tabs-left .panel .button-wrapper {
    text-align: center
  }
}

@media only screen and (max-width: 768px) {
  .tabs-wrapper .two-col {
    padding: 3em 0
  }
}

@media only screen and (min-width: 769px) {
  .tabs-wrapper .two-col .col {
    flex-basis: 50%
  }
}

@media only screen and (max-width: 768px) {
  .tabs-wrapper .two-col .col:first-child {
    text-align: center;
    margin-bottom: 2em
  }
}

.tabs-wrapper .tab {
  cursor: pointer;
  padding: 1em;
  font-family: massilia, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 33px;
  font-size: .8em
}

@media only screen and (max-width: 768px) {
  .tabs-wrapper .tab {
    font-size: .7em;
    padding: .5em
  }
}

.tabs-wrapper .panels {
  min-height: 200px;
  width: 100%;
  border-radius: 21px;
  overflow: hidden;
  padding: 1em 1.5em
}

.tabs-wrapper .panels .img-title-container {
  display: flex;
  align-items: center;
  gap: 1em
}

.tabs-wrapper .panels .img-title-container .image-wrapper {
  margin: 0 !important
}

.tabs-wrapper .panels .img-title-container .image-wrapper img {
  object-fit: contain;
  width: 130px;
  height: 130px
}

.tabs-wrapper .panel {
  display: none;
  animation: fadein .8s
}

@keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.tabs-wrapper .panel-title {
  font-size: 1.2em;
  font-weight: 600;
  font-family: Indivisible-Regular
}

.tabs-wrapper .panel-text p {
  color: #fff;
  font-family: massilia, sans-serif;
  font-style: normal;
  font-weight: 400
}

.tabs-wrapper .radio {
  display: none
}

.tabs-wrapper #id-1:checked~.tabs #tab-1 {
  color: #fff !important;
  background-color: #0a69c8 !important
}

.tabs-wrapper #id-2:checked~.tabs #tab-2 {
  color: #fff !important;
  background-color: #0a69c8 !important
}

.tabs-wrapper #id-3:checked~.tabs #tab-3 {
  color: #fff !important;
  background-color: #0a69c8 !important
}

.tabs-wrapper #id-4:checked~.tabs #tab-4 {
  color: #fff !important;
  background-color: #0a69c8 !important
}

.tabs-wrapper #id-5:checked~.tabs #tab-5 {
  color: #fff !important;
  background-color: #0a69c8 !important
}

.tabs-wrapper #id-6:checked~.tabs #tab-6 {
  color: #fff !important;
  background-color: #0a69c8 !important
}

.tabs-wrapper #id-7:checked~.tabs #tab-7 {
  color: #fff !important;
  background-color: #0a69c8 !important
}

.tabs-wrapper #id-8:checked~.tabs #tab-8 {
  color: #fff !important;
  background-color: #0a69c8 !important
}

.tabs-wrapper #id-9:checked~.tabs #tab-9 {
  color: #fff !important;
  background-color: #0a69c8 !important
}

.tabs-wrapper #id-10:checked~.tabs #tab-10 {
  color: #fff !important;
  background-color: #0a69c8 !important
}

.tabs-wrapper #id-1:checked~.panels #panel-1 {
  display: flex;
  flex-direction: column
}

.tabs-wrapper #id-2:checked~.panels #panel-2 {
  display: flex;
  flex-direction: column
}

.tabs-wrapper #id-3:checked~.panels #panel-3 {
  display: flex;
  flex-direction: column
}

.tabs-wrapper #id-4:checked~.panels #panel-4 {
  display: flex;
  flex-direction: column
}

.tabs-wrapper #id-5:checked~.panels #panel-5 {
  display: flex;
  flex-direction: column
}

.tabs-wrapper #id-6:checked~.panels #panel-6 {
  display: flex;
  flex-direction: column
}

.tabs-wrapper #id-7:checked~.panels #panel-7 {
  display: flex;
  flex-direction: column
}

.tabs-wrapper #id-8:checked~.panels #panel-8 {
  display: flex;
  flex-direction: column
}

.tabs-wrapper #id-9:checked~.panels #panel-9 {
  display: flex;
  flex-direction: column
}

.tabs-wrapper #id-10:checked~.panels #panel-10 {
  display: flex;
  flex-direction: column
}

@media only screen and (min-width: 769px) {
  .logo_slider {
    margin: 0
  }
}

.slider-section .content {
  max-width: 800px
}

.slider-section .content .testimonial {
  font-family: Indivisible-Regular
}

.slider-section .content .customer-name {
  font-family: Indivisible-Medium;
  margin-bottom: 0
}

.slider-section .content .customer-title {
  font-family: Indivisible-Light;
  text-transform: uppercase;
  font-size: .8em;
  margin: 0
}

.slider-section .content div {
  margin-bottom: 2rem
}

@media only screen and (min-width: 769px) {
  .slider-section img {
    width: 20% !important;
    margin: 0 !important
  }
}

@media only screen and (max-width: 768px) {
  .slider-section img {
    width: 70% !important
  }
}

@media only screen and (max-width: 768px) {
  .slider-section .slide {
    text-align: center
  }
}

#video-img-testimonials .slick-active .video_image_wrapper {
  text-align: center
}

#video-img-testimonials .slick-active .video_image_wrapper a {
  display: flex;
  justify-content: center
}

@media only screen and (min-width: 769px) {
  #video-img-testimonials .slick-active .video_image_wrapper a img {
    width: 80% !important
  }
}

@media only screen and (max-width: 768px) {
  #video-img-testimonials .slick-active .video_image_wrapper a img {
    width: 100% !important
  }
}

#video-img-testimonials .slick-active .video_image_wrapper button {
  border: none;
  font-family: Indivisible-Medium;
  margin: 2rem auto
}

@media only screen and (min-width: 769px) {
  #video-img-testimonials .slick-active.slick-current::after {
    content: "View full testimonial";
    position: absolute;
    color: #fff;
    background-color: #507ce2;
    border-radius: 28px;
    text-transform: uppercase;
    font-family: Indivisible-Medium;
    font-size: .8rem
  }

  #video-img-testimonials .slick-active.slick-current .video_image_wrapper img {
    opacity: .64;
    width: 100% !important
  }
}

@media only screen and (min-width: 1023px) {
  .section--logo-slider {
    padding: 2rem
  }
}

.section--logo-slider .section-wrapper .heading {
  font-family: "proxima-nova", sans-serif;
  color: #0a2138;
  font-weight: 600;
  margin-top: 0
}

@media only screen and (max-width: 768px) {
  .section--logo-slider .section-wrapper .heading {
    padding-top: 2rem
  }
}

.section--logo-slider .section-wrapper .subheading {
  font-size: 25px;
  font-weight: 100;
  color: #0a2138
}

.section--logo-slider .section-wrapper .blurb {
  color: #000;
  max-width: 100%;
  font-weight: 100;
  font-size: 16px
}

.testimonial-block {
  padding: 4rem 2rem
}

.testimonial-block .primary-arrows .slick-prev:before {
  border-color: #124479
}

.testimonial-block .primary-arrows .slick-next::before {
  border-color: #124479
}

.testimonial-block .secondary-arrows .slick-prev:before {
  border-color: #0a69c8
}

.testimonial-block .secondary-arrows .slick-next::before {
  border-color: #0a69c8
}

.testimonial-block .tetriary-arrows .slick-prev:before {
  border-color: #f5efed
}

.testimonial-block .tetriary-arrows .slick-next::before {
  border-color: #f5efed
}

.testimonial-block .dark-arrows .slick-prev:before {
  border-color: #1f4272
}

.testimonial-block .dark-arrows .slick-next::before {
  border-color: #1f4272
}

.testimonial-block .light-arrows .slick-prev:before {
  border-color: #fff
}

.testimonial-block .light-arrows .slick-next::before {
  border-color: #fff
}

.testimonial-block .primary-dots .slick-dots li button:before {
  color: #124479
}

.testimonial-block .primary-dot-active .slick-dots li.slick-active button:before {
  color: #124479
}

.testimonial-block .secondary-dots .slick-dots li button:before {
  color: #0a69c8
}

.testimonial-block .secondary-dot-active .slick-dots li.slick-active button:before {
  color: #0a69c8
}

.testimonial-block .tetriary-dots .slick-dots li button:before {
  color: #f5efed
}

.testimonial-block .tetriary-dot-active .slick-dots li.slick-active button:before {
  color: #f5efed
}

.testimonial-block .dark-dots .slick-dots li button:before {
  color: #fbb951
}

.testimonial-block .dark-dot-active .slick-dots li.slick-active button:before {
  color: #f6941c
}

.testimonial-block .light-dots .slick-dots li button:before {
  color: #fff
}

.testimonial-block .light-dot-active .slick-dots li.slick-active button:before {
  color: #fff
}

.slider-wrapper-generic {
  width: 100%;
  margin: 0 auto
}

.slider-wrapper-generic .generic-slider {
  width: 100%
}

.slider-wrapper-generic .generic-slider .slick-track {
  gap: 1em
}

.slider-wrapper-generic .generic-slider .slick-slide {
  visibility: hidden
}

@media only screen and (min-width: 769px) {
  .slider-wrapper-generic .generic-slider .slick-slide {
    max-width: 9em
  }
}

@media only screen and (min-width: 980px) {
  .slider-wrapper-generic .generic-slider .slick-slide {
    max-width: 11em
  }
}

@media only screen and (min-width: 1023px) {
  .slider-wrapper-generic .generic-slider .slick-slide {
    max-width: 12em
  }
}

@media only screen and (min-width: 1179px) {
  .slider-wrapper-generic .generic-slider .slick-slide {
    max-width: 13em
  }
}

.slider-wrapper-generic .generic-slider .slick-slide h5 {
  font-family: massilia, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: .9em;
  padding: 2em 1em;
  background-color: #fff;
  text-align: center
}

.slider-wrapper-generic .generic-slider .slick-slide .image-wrapper {
  background-color: #425261;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  margin-bottom: -30px;
  z-index: -1;
  transition: margin-bottom .7s
}

@media only screen and (max-width: 979px) {
  .slider-wrapper-generic .generic-slider .slick-slide .image-wrapper {
    width: 140px;
    height: 140px
  }
}

.slider-wrapper-generic .generic-slider .slick-slide .image-wrapper img {
  object-fit: contain;
  width: 80px;
  height: 80px
}

.slider-wrapper-generic .generic-slider .slick-slide.slick-active {
  visibility: visible
}

.slider-wrapper-generic .generic-slider .slick-prev,
.slider-wrapper-generic .generic-slider .slick-next {
  background-color: #425261;
  border-radius: 100%;
  top: 105%;
  width: 25px;
  height: 25px
}

.slider-wrapper-generic .generic-slider .slick-prev {
  left: 46%
}

@media only screen and (max-width: 551px) {
  .slider-wrapper-generic .generic-slider .slick-prev {
    left: 40%
  }
}

.slider-wrapper-generic .generic-slider .slick-prev::before {
  padding: 3px;
  border-color: #fff;
  opacity: 1
}

.slider-wrapper-generic .generic-slider .slick-next {
  left: 52%
}

@media only screen and (max-width: 551px) {
  .slider-wrapper-generic .generic-slider .slick-next {
    left: 53%
  }
}

.slider-wrapper-generic .generic-slider .slick-next::before {
  padding: 3px;
  border-color: #fff;
  opacity: 1
}

.slider-wrapper-conditions {
  width: 100%;
  margin: 0 auto
}

.slider-wrapper-conditions .conditions-slider {
  width: 100%
}

.slider-wrapper-conditions .conditions-slider .slick-track {
  gap: 1em
}

.slider-wrapper-conditions .conditions-slider .slick-slide {
  visibility: hidden
}

@media only screen and (min-width: 769px) {
  .slider-wrapper-conditions .conditions-slider .slick-slide {
    max-width: 9em
  }
}

@media only screen and (min-width: 980px) {
  .slider-wrapper-conditions .conditions-slider .slick-slide {
    max-width: 11em
  }
}

@media only screen and (min-width: 1023px) {
  .slider-wrapper-conditions .conditions-slider .slick-slide {
    max-width: 12em
  }
}

@media only screen and (min-width: 1179px) {
  .slider-wrapper-conditions .conditions-slider .slick-slide {
    max-width: 13em
  }
}

.slider-wrapper-conditions .conditions-slider .slick-slide h5 {
  font-family: massilia, sans-serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
  z-index: 2;
  padding: 2em 1em 0;
  background-color: #faf8f7;
  font-size: .9em
}

.slider-wrapper-conditions .conditions-slider .slick-slide p {
  font-family: Montserrat-Light;
  font-size: .7em
}

.slider-wrapper-conditions .conditions-slider .slick-slide .image-wrapper {
  background-color: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  margin-bottom: -30px;
  z-index: -1;
  transition: margin-bottom .7s
}

@media only screen and (max-width: 979px) {
  .slider-wrapper-conditions .conditions-slider .slick-slide .image-wrapper {
    width: 140px;
    height: 140px
  }
}

.slider-wrapper-conditions .conditions-slider .slick-slide .image-wrapper img {
  object-fit: contain;
  width: 80px;
  height: 80px
}

.slider-wrapper-conditions .conditions-slider .slick-slide .image-wrapper .hover {
  display: none
}

.slider-wrapper-conditions .conditions-slider .slick-slide.slick-active {
  visibility: visible
}

.slider-wrapper-conditions .conditions-slider .slick-slide.slick-current .image-wrapper {
  background-color: #dfd6d5;
  margin-bottom: 0
}

.slider-wrapper-conditions .conditions-slider .slick-slide.slick-current .hover {
  display: block
}

.slider-wrapper-conditions .conditions-slider .slick-slide.slick-current .normal {
  display: none
}

.slider-wrapper-conditions .conditions-slider .slick-prev,
.slider-wrapper-conditions .conditions-slider .slick-next {
  background-color: #425261;
  border-radius: 100%;
  top: 105%;
  width: 25px;
  height: 25px
}

.slider-wrapper-conditions .conditions-slider .slick-prev {
  left: 46%
}

.slider-wrapper-conditions .conditions-slider .slick-prev::before {
  padding: 3px;
  border-color: #fff;
  opacity: 1
}

.slider-wrapper-conditions .conditions-slider .slick-next {
  left: 52%
}

.slider-wrapper-conditions .conditions-slider .slick-next::before {
  padding: 3px;
  border-color: #fff;
  opacity: 1
}

.slider-wrapper-blog {
  max-width: 100%;
  margin: 0 auto
}

.slider-wrapper-blog .blog-slider {
  width: 100%
}

.slider-wrapper-blog .blog-slider .slick-slide {
  visibility: hidden
}

@media only screen and (min-width: 769px) {
  .slider-wrapper-blog .blog-slider .slick-slide {
    max-width: 9em
  }
}

@media only screen and (min-width: 980px) {
  .slider-wrapper-blog .blog-slider .slick-slide {
    max-width: 10em
  }
}

@media only screen and (min-width: 1023px) {
  .slider-wrapper-blog .blog-slider .slick-slide {
    max-width: 13em
  }
}

@media only screen and (min-width: 1179px) {
  .slider-wrapper-blog .blog-slider .slick-slide {
    max-width: 15em
  }
}

@media only screen and (max-width: 768px) {
  .slider-wrapper-blog .blog-slider .slick-slide {
    max-width: 20em
  }
}

@media only screen and (min-width: 769px) {
  .slider-wrapper-blog .blog-slider .slick-slide .image-wrapper {
    padding: 0 !important
  }
}

.slider-wrapper-blog .blog-slider .slick-slide h5,
.slider-wrapper-blog .blog-slider .slick-slide p {
  color: #124479;
  font-size: 1em;
  font-family: massilia, sans-serif;
  font-style: normal;
  font-weight: 500
}

.slider-wrapper-blog .blog-slider .slick-slide span {
  color: #0a69c8;
  font-size: .8em
}

@media only screen and (max-width: 768px) {
  .slider-wrapper-blog .blog-slider .slick-slide .text {
    padding: 1em
  }
}

.slider-wrapper-blog .blog-slider .slick-slide.slick-active {
  visibility: visible
}

.slider-wrapper-blog .blog-slider .slick-prev,
.slider-wrapper-blog .blog-slider .slick-next {
  background-color: #9877ad;
  border-radius: 100%;
  top: 105%;
  width: 25px;
  height: 25px
}

.slider-wrapper-blog .blog-slider .slick-prev {
  left: 46%
}

@media only screen and (max-width: 551px) {
  .slider-wrapper-blog .blog-slider .slick-prev {
    left: 44%
  }
}

.slider-wrapper-blog .blog-slider .slick-prev::before {
  padding: 3px;
  border-color: #fff;
  opacity: 1
}

.slider-wrapper-blog .blog-slider .slick-next {
  left: 52%
}

@media only screen and (max-width: 551px) {
  .slider-wrapper-blog .blog-slider .slick-next {
    left: 55%
  }
}

.slider-wrapper-blog .blog-slider .slick-next::before {
  padding: 3px;
  border-color: #fff;
  opacity: 1
}

.slider-wrapper-conditions-symptoms {
  width: 100%;
  margin: 0 auto
}

.slider-wrapper-conditions-symptoms .conditions-symptoms-slider {
  width: 100%
}

.slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-track {
  gap: 1em
}

.slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-slide {
  visibility: hidden
}

@media only screen and (min-width: 769px) {
  .slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-slide {
    max-width: 9em
  }
}

@media only screen and (min-width: 980px) {
  .slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-slide {
    max-width: 11em
  }
}

@media only screen and (min-width: 1023px) {
  .slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-slide {
    max-width: 12em
  }
}

@media only screen and (min-width: 1179px) {
  .slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-slide {
    max-width: 13em
  }
}

.slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-slide h5 {
  font-family: massilia, sans-serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
  z-index: 2;
  padding: 2em 1em 0;
  background-color: #fff;
  font-size: .9em
}

.slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-slide p {
  font-family: Montserrat-Light;
  font-size: .7em
}

.slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-slide .image-wrapper {
  background-color: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  margin-bottom: -30px;
  z-index: -1;
  transition: margin-bottom .7s
}

@media only screen and (max-width: 979px) {
  .slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-slide .image-wrapper {
    width: 140px;
    height: 140px
  }
}

.slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-slide .image-wrapper img {
  object-fit: contain;
  width: 80px;
  height: 80px
}

.slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-slide .image-wrapper .hover {
  display: none
}

.slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-slide.slick-active {
  visibility: visible
}

.slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-slide.slick-current .image-wrapper {
  background-color: #dfd6d5;
  margin-bottom: 0
}

.slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-slide.slick-current .hover {
  display: block
}

.slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-slide.slick-current .normal {
  display: none
}

.slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-prev,
.slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-next {
  background-color: #425261;
  border-radius: 100%;
  top: 105%;
  width: 25px;
  height: 25px
}

.slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-prev {
  left: 46%
}

.slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-prev::before {
  padding: 3px;
  border-color: #fff;
  opacity: 1
}

.slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-next {
  left: 52%
}

.slider-wrapper-conditions-symptoms .conditions-symptoms-slider .slick-next::before {
  padding: 3px;
  border-color: #fff;
  opacity: 1
}

.testimonial_slider {
  margin-top: 2em
}

.testimonial_slider .slick-track {
  gap: 2em
}

.testimonial_slider .slick-track .slide {
  background-color: #387398;
  flex-direction: column;
  border-radius: 15px;
  padding: 3em
}

@media only screen and (max-width: 768px) {
  .testimonial_slider .slick-track .slide {
    padding: 2em;
    width: 100% !important
  }
}

.testimonial_slider .slick-track .slide h5 {
  margin-top: 1em;
  font-size: 1.1em
}

.testimonial_slider .slick-dots {
  bottom: -50px !important
}

.testimonial_slider .slick-dots li button:before {
  color: #fbb951
}

.testimonial_slider .slick-dots li.slick-active button:before {
  color: #f6941c
}

.section-slider-testimonials {
  padding: 5rem 0 10rem 0
}

.section-insurance-slider .slick-list .slick-track {
  height: 100px
}

.section-insurance-slider .heading {
  color: #fff !important
}

@media only screen and (max-width: 768px) {

  .one-col .col .button-wrapper .btn,
  .one-col .section--side-by-side .two-col .col:nth-child(2) .button-wrapper form input[type=submit],
  .section--side-by-side .two-col .one-col .col:nth-child(2) .button-wrapper form input[type=submit],
  .one-col .section--side-by-side .two-col .col:nth-child(2) form .button-wrapper input[type=submit],
  .section--side-by-side .two-col .one-col .col:nth-child(2) form .button-wrapper input[type=submit] {
    width: 100%
  }
}

#timeline .col .heading-wrapper {
  margin-bottom: 4rem
}

#timeline .col .divs-container {
  display: grid;
  grid-template-columns: repeat(4, 18%) 30%;
  grid-template-rows: 10rem 10rem;
  grid-template-areas: "one one two two three"". four four five five"
}

@media only screen and (max-width: 979px) {
  #timeline .col .divs-container {
    grid-template-columns: 40% 30% 30%;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: ". one ."". two ."". three ."". four ."". five ."
  }
}

@media only screen and (max-width: 768px) {
  #timeline .col .divs-container {
    grid-template-columns: 22% 62% 16%
  }
}

@media only screen and (max-width: 551px) {
  #timeline .col .divs-container {
    row-gap: 0;
    grid-template-columns: 10% 80% 10%
  }
}

#timeline .col .divs-container .text_1 {
  grid-area: one;
  position: relative
}

@media only screen and (min-width: 980px) {
  #timeline .col .divs-container .text_1 {
    border-bottom: 3px solid #1f4272
  }
}

@media only screen and (max-width: 979px) {
  #timeline .col .divs-container .text_1 {
    border-left: 3px solid #1f4272
  }
}

#timeline .col .divs-container .text_1 .text {
  padding-left: 20px;
  padding-top: 20px
}

@media only screen and (min-width: 980px) {
  #timeline .col .divs-container .text_1 .text {
    border-left: 3px solid #1f4272
  }
}

@media only screen and (max-width: 979px) {
  #timeline .col .divs-container .text_1 .text {
    border-top: 3px solid #1f4272
  }
}

@media only screen and (max-width: 551px) {
  #timeline .col .divs-container .text_1 .text {
    padding-left: 30px;
    padding-top: 30px
  }
}

#timeline .col .divs-container .text_1 .text::after {
  content: "";
  background-image: url(assets/yellow-circle.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100%;
  position: absolute;
  bottom: -1.5rem;
  left: 2.85rem;
  border: 14px solid #fefaf3;
  border-radius: 50px
}

@media only screen and (max-width: 979px) {
  #timeline .col .divs-container .text_1 .text::after {
    top: 3.5rem;
    left: -1.5rem
  }
}

@media only screen and (max-width: 768px) {
  #timeline .col .divs-container .text_1 .text::after {
    top: 7rem;
    left: -2rem;
    width: 70px;
    height: 70px
  }
}

@media only screen and (max-width: 551px) {
  #timeline .col .divs-container .text_1 .text::after {
    top: 5rem
  }
}

@media only screen and (max-width: 441px) {
  #timeline .col .divs-container .text_1 .text::after {
    top: 3rem
  }
}

#timeline .col .divs-container .text_2 {
  grid-area: two;
  position: relative
}

@media only screen and (min-width: 980px) {
  #timeline .col .divs-container .text_2 {
    border-bottom: 3px solid #1f4272
  }
}

@media only screen and (max-width: 979px) {
  #timeline .col .divs-container .text_2 {
    border-left: 3px solid #1f4272
  }
}

#timeline .col .divs-container .text_2 .text {
  padding-left: 20px;
  padding-top: 20px
}

@media only screen and (min-width: 980px) {
  #timeline .col .divs-container .text_2 .text {
    border-left: 3px solid #1f4272
  }
}

@media only screen and (max-width: 979px) {
  #timeline .col .divs-container .text_2 .text {
    border-top: 3px solid #1f4272
  }
}

@media only screen and (max-width: 551px) {
  #timeline .col .divs-container .text_2 .text {
    padding-left: 30px;
    padding-top: 30px
  }
}

#timeline .col .divs-container .text_2 .text::after {
  content: "";
  background-image: url(assets/yellow-circle.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100%;
  position: absolute;
  bottom: -1.5rem;
  left: 3.35rem;
  border: 14px solid #fefaf3;
  border-radius: 50px
}

@media only screen and (max-width: 979px) {
  #timeline .col .divs-container .text_2 .text::after {
    top: 3.5rem;
    left: -1.5rem
  }
}

@media only screen and (max-width: 768px) {
  #timeline .col .divs-container .text_2 .text::after {
    top: 7rem;
    left: -2rem;
    width: 70px;
    height: 70px
  }
}

@media only screen and (max-width: 551px) {
  #timeline .col .divs-container .text_2 .text::after {
    top: 5rem
  }
}

@media only screen and (max-width: 441px) {
  #timeline .col .divs-container .text_2 .text::after {
    top: 3rem
  }
}

#timeline .col .divs-container .text_3 {
  grid-area: three;
  position: relative
}

@media only screen and (min-width: 980px) {
  #timeline .col .divs-container .text_3 {
    border-bottom: 3px solid #1f4272
  }
}

@media only screen and (max-width: 979px) {
  #timeline .col .divs-container .text_3 {
    border-left: 3px solid #1f4272
  }
}

#timeline .col .divs-container .text_3 .text {
  padding-left: 20px;
  padding-top: 20px
}

@media only screen and (min-width: 980px) {
  #timeline .col .divs-container .text_3 .text {
    border-left: 3px solid #1f4272
  }
}

@media only screen and (max-width: 979px) {
  #timeline .col .divs-container .text_3 .text {
    border-top: 3px solid #1f4272
  }
}

@media only screen and (max-width: 551px) {
  #timeline .col .divs-container .text_3 .text {
    padding-left: 30px;
    padding-top: 30px
  }
}

#timeline .col .divs-container .text_3 .text::after {
  content: "";
  background-image: url(assets/yellow-circle.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100%;
  position: absolute;
  bottom: -1.5rem;
  left: 2.85rem;
  border: 14px solid #fefaf3;
  border-radius: 50px
}

@media only screen and (max-width: 979px) {
  #timeline .col .divs-container .text_3 .text::after {
    top: 3.5rem;
    left: -1.5rem
  }
}

@media only screen and (max-width: 768px) {
  #timeline .col .divs-container .text_3 .text::after {
    top: 7rem;
    left: -2rem;
    width: 70px;
    height: 70px
  }
}

@media only screen and (max-width: 551px) {
  #timeline .col .divs-container .text_3 .text::after {
    top: 5rem
  }
}

@media only screen and (max-width: 441px) {
  #timeline .col .divs-container .text_3 .text::after {
    top: 3rem
  }
}

#timeline .col .divs-container .text_4 {
  grid-area: four;
  position: relative
}

@media only screen and (max-width: 979px) {
  #timeline .col .divs-container .text_4 {
    border-left: 3px solid #1f4272
  }
}

#timeline .col .divs-container .text_4 .text {
  padding-left: 20px;
  padding-top: 20px
}

@media only screen and (min-width: 980px) {
  #timeline .col .divs-container .text_4 .text {
    border-left: 3px solid #1f4272
  }
}

@media only screen and (max-width: 979px) {
  #timeline .col .divs-container .text_4 .text {
    border-top: 3px solid #1f4272
  }
}

@media only screen and (max-width: 551px) {
  #timeline .col .divs-container .text_4 .text {
    padding-left: 30px;
    padding-top: 30px
  }
}

#timeline .col .divs-container .text_4 .text::after {
  content: "";
  background-image: url(assets/yellow-circle.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100%;
  position: absolute;
  top: -1.8rem;
  left: 3.3rem;
  border: 14px solid #fefaf3;
  border-radius: 50px
}

@media only screen and (max-width: 979px) {
  #timeline .col .divs-container .text_4 .text::after {
    top: 3.5rem;
    left: -1.5rem
  }
}

@media only screen and (max-width: 768px) {
  #timeline .col .divs-container .text_4 .text::after {
    top: 7rem;
    left: -2rem;
    width: 70px;
    height: 70px
  }
}

@media only screen and (max-width: 551px) {
  #timeline .col .divs-container .text_4 .text::after {
    top: 5rem
  }
}

@media only screen and (max-width: 441px) {
  #timeline .col .divs-container .text_4 .text::after {
    top: 3rem
  }
}

#timeline .col .divs-container .text_5 {
  grid-area: five;
  position: relative
}

@media only screen and (max-width: 979px) {
  #timeline .col .divs-container .text_5 {
    border-left: 3px solid #1f4272
  }
}

#timeline .col .divs-container .text_5 .text {
  padding-left: 20px;
  padding-top: 20px
}

@media only screen and (min-width: 980px) {
  #timeline .col .divs-container .text_5 .text {
    border-left: 3px solid #1f4272
  }
}

@media only screen and (max-width: 979px) {
  #timeline .col .divs-container .text_5 .text {
    border-top: 3px solid #1f4272
  }
}

@media only screen and (max-width: 551px) {
  #timeline .col .divs-container .text_5 .text {
    padding-left: 30px;
    padding-top: 30px
  }
}

#timeline .col .divs-container .text_5 .text::after {
  content: "";
  background-image: url(assets/yellow-circle.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100%;
  position: absolute;
  top: -1.8rem;
  left: 3.3rem;
  border: 14px solid #fefaf3;
  border-radius: 50px
}

@media only screen and (max-width: 979px) {
  #timeline .col .divs-container .text_5 .text::after {
    top: 3.5rem;
    left: -1.5rem
  }
}

@media only screen and (max-width: 768px) {
  #timeline .col .divs-container .text_5 .text::after {
    top: 7rem;
    left: -2rem;
    width: 70px;
    height: 70px
  }
}

@media only screen and (max-width: 551px) {
  #timeline .col .divs-container .text_5 .text::after {
    top: 5rem
  }
}

@media only screen and (max-width: 441px) {
  #timeline .col .divs-container .text_5 .text::after {
    top: 3rem
  }
}

#timeline .col .divs-container .hero_text {
  display: flex;
  align-items: flex-start
}

@media only screen and (max-width: 979px) {
  #timeline .col .divs-container .hero_text {
    flex-direction: column;
    max-width: 100%
  }
}

#timeline .col .divs-container .hero_text .year {
  color: #124479;
  font-family: Poppins-Regular;
  font-size: 2em;
  transform: rotate(-90deg)
}

@media only screen and (max-width: 979px) {
  #timeline .col .divs-container .hero_text .year {
    transform: rotate(0);
    align-self: flex-end;
    padding-right: 2rem;
    margin-bottom: 10px
  }
}

#timeline .col .divs-container .hero_text .text {
  text-align: left
}

#timeline .col .divs-container .hero_text .text .title {
  color: #124479;
  font-family: Poppins-Medium;
  font-size: 1.3em
}

.single-testimonials .video-wrapper {
  margin-top: 4rem
}

.single-testimonials .video-wrapper iframe {
  width: 100%;
  border-radius: 15px
}

@media only screen and (min-width: 769px) {
  .single-testimonials .video-wrapper iframe {
    height: 500px
  }
}

.single-testimonials #single-testimonial .col {
  border: 2px solid #0a69c8;
  border-radius: 15px;
  padding: 5rem
}

@media only screen and (max-width: 768px) {
  .single-testimonials #single-testimonial .col {
    padding: 2rem
  }
}

.single-testimonials #single-testimonial .col h5 {
  font-size: 1.2rem
}

.single-testimonials #single-testimonial .col .button-wrapper {
  text-align: center
}

.single-testimonials #single-testimonial .col .button-wrapper a {
  background-color: #0a69c8
}

.symptoms-list ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  padding-inline-start: 0;
  column-gap: 1em
}

@media only screen and (max-width: 768px) {
  .symptoms-list ul {
    grid-template-columns: 48% 48%;
    justify-content: center
  }
}

.symptoms-list ul li {
  position: relative
}

.symptoms-list ul li h5 {
  font-family: fields, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: left;
  padding: 1em
}

@media only screen and (max-width: 768px) {
  .symptoms-list ul li h5 {
    padding: 1em;
    font-size: 1rem
  }
}

.symptoms-list ul li h5:hover {
  background-color: #dfd6d5;
  border-radius: 140px
}

.symptoms-list ul li::after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  border-radius: 100%;
  top: 13px;
  z-index: -1;
  background: #ededed
}

@media only screen and (max-width: 768px) {
  .symptoms-list ul li::after {
    top: 5px
  }
}

.conditions-list {
  text-align: center;
  display: grid;
  grid-template-columns: 18% 18% 18% 18% 18%;
  justify-content: space-around;
  gap: 2rem
}

@media only screen and (max-width: 768px) {
  .conditions-list {
    row-gap: 0;
    grid-template-columns: 48% 48%
  }
}

.conditions-list .heading-wrapper {
  grid-column: 1/3;
  align-self: center
}

.conditions-list .condition h5 {
  padding: .5rem 2rem 1rem;
  text-align: center;
  background-color: #faf7f7
}

@media only screen and (max-width: 768px) {
  .conditions-list .condition h5 {
    padding: .5rem 2rem 0
  }
}

@media only screen and (max-width: 551px) {
  .conditions-list .condition h5 {
    padding: .5rem 1rem 0
  }
}

.conditions-list .condition p {
  font-family: Montserrat-Light;
  font-size: .8em;
  margin-top: 0
}

.conditions-list .condition .image-wrapper {
  background-color: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin-bottom: -30px;
  z-index: -1;
  transition: background-color .7s
}

@media only screen and (max-width: 551px) {
  .conditions-list .condition .image-wrapper {
    width: 150px;
    height: 150px
  }
}

@media only screen and (max-width: 400px) {
  .conditions-list .condition .image-wrapper {
    width: 120px;
    height: 120px
  }
}

.conditions-list .condition .image-wrapper img {
  object-fit: contain;
  width: 80px;
  height: 80px
}

@media only screen and (max-width: 551px) {
  .conditions-list .condition .image-wrapper img {
    width: 80px;
    height: 80px
  }
}

@media only screen and (max-width: 400px) {
  .conditions-list .condition .image-wrapper img {
    width: 70px;
    height: 70px
  }
}

.conditions-list .condition .image-wrapper .hover {
  display: none
}

.conditions-list .condition:hover .image-wrapper {
  background-color: #dfd6d5
}

.conditions-list .condition:hover .hover {
  display: block
}

.conditions-list .condition:hover .normal {
  display: none
}

.providers-list {
  list-style-type: none;
  padding-inline-start: 0;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 1em
}

@media only screen and (min-width: 769px) {
  .providers-list {
    grid-template-columns: repeat(auto-fit, 23%);
    justify-content: center;
    justify-items: center
  }
}

.providers-list img {
  object-fit: contain;
  height: 160px;
  width: 160px
}

.providers-list h4 {
  font-family: massilia, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1em
}

.providers-list span {
  font-size: .9em;
  font-family: massilia, sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #124479
}

.taxonomy-list {
  border: 3px solid #0a69c8;
  border-radius: 30px;
  justify-content: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: .3rem;
  margin-bottom: 2em;
  padding-inline-start: 0
}

@media only screen and (max-width: 768px) {
  .taxonomy-list {
    justify-content: center;
    gap: 0;
    margin: 1em
  }
}

.taxonomy-list label {
  display: inline-block;
  padding: 1em;
  cursor: pointer;
  font-family: massilia, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #124479;
  text-transform: uppercase;
  font-size: .8em
}

@media only screen and (max-width: 768px) {
  .taxonomy-list label {
    padding: .5em
  }
}

.taxonomy-list label:hover {
  color: #fff;
  background-color: #0a69c8;
  border-radius: 30px
}

.taxonomy-list input[type=radio]:checked+label {
  color: #fff;
  background-color: #0a69c8;
  border-radius: 30px
}

@media only screen and (max-width: 1099px) {
  .banner-image-small {
    padding-top: 6rem;
    padding-bottom: 3rem
  }
}

@media only screen and (max-width: 1099px)and (max-width: 551px) {
  .banner-image-small {
    padding-top: 3rem;
    padding-bottom: 0
  }
}

@media only screen and (min-width: 1023px) {
  .section--side-by-side .section-wrapper .two-col .margin-side {
    margin: 10rem 0
  }
}

@media only screen and (min-width: 1920px) {
  .section--side-by-side .section-wrapper .two-col .margin-side {
    margin: 16rem 0
  }
}

@media only screen and (max-width: 768px) {
  .section--side-by-side .section-wrapper .two-col .margin-side {
    margin: 3rem 0
  }
}

.section--side-by-side .section-wrapper .two-col .margin-side .heading-wrapper .heading {
  color: #0a2138
}

.section--side-by-side .section-wrapper .two-col .margin-side .heading-wrapper .subheading {
  color: #0a2138;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase
}

@media only screen and (min-width: 1023px) {
  .section-cards {
    padding: 5rem
  }
}

.section-cards .section-wrapper .heading-wrapper-multi-col .heading {
  font-family: "proxima-nova", sans-serif;
  color: #0a2138;
  font-weight: 600
}

.section-cards .section-wrapper .heading-wrapper-multi-col .subheading {
  font-size: 25px;
  font-weight: 100
}

.section-cards .section-wrapper .heading-wrapper-multi-col .blurb {
  color: #000;
  max-width: 100%;
  font-weight: 100;
  font-size: 16px
}

.section-cards .section-wrapper .cards .card {
  background: #fff !important
}

.section-cards .section-wrapper .cards .card .card-text .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center
}

@media only screen and (min-width: 1023px) {
  .section-cards .section-wrapper .cards .card .card-text .image-wrapper img {
    width: 30%
  }
}

.section-cards .section-wrapper .cards .card .card-text .title {
  color: #387398;
  font-size: 20px
}

.section-cards .section-wrapper .cards .card .card-text .dark-title {
  line-height: 25px;
  margin-top: 2rem;
  font-size: 16px
}

.section--two-col {
  background: linear-gradient(180deg, #f7f7fa 95%, rgb(255, 255, 255) 95%)
}

@media only screen and (min-width: 769px) {
  .section--two-col {
    height: auto;
    padding: 6em
  }
}

.section--two-col .section .section-wrapper .two-col {
  display: flex;
  flex-direction: column
}

@media only screen and (min-width: 1023px) {
  .section--two-col .section .section-wrapper .two-col {
    flex-direction: row
  }
}

@media only screen and (min-width: 1023px) {
  .section--two-col .section .section-wrapper .two-col .col {
    width: 50%
  }
}

@media only screen and (min-width: 1023px) {
  .section--two-col .section .section-wrapper .two-col .left {
    float: left
  }
}

.section--two-col .section .section-wrapper .two-col .left .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px
}

@media only screen and (max-width: 768px) {
  .section--two-col .section .section-wrapper .two-col .left .cards {
    flex-basis: 100% !important
  }
}

.section--two-col .section .section-wrapper .two-col .left .cards .card {
  width: calc(50% - 10px)
}

@media only screen and (max-width: 768px) {
  .section--two-col .section .section-wrapper .two-col .left .cards .card {
    width: 100%
  }
}

.section--two-col .section .section-wrapper .two-col .left .cards .card .card-text .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center
}

@media only screen and (min-width: 1023px) {
  .section--two-col .section .section-wrapper .two-col .left .cards .card .card-text .image-wrapper img {
    width: 30%
  }
}

@media only screen and (min-width: 1023px) {
  .section--two-col .section .section-wrapper .two-col .right {
    float: right;
    padding-left: 3rem;
    padding-top: 0 !important
  }
}

@media only screen and (min-width: 769px) {
  .section--two-col .section .section-wrapper .two-col .right {
    padding-top: 5em
  }
}

@media only screen and (max-width: 768px) {
  .section--two-col .section .section-wrapper .two-col .right {
    padding: 2em
  }
}

.section--two-col .section .section-wrapper .two-col .right .blurb {
  line-height: 25px;
  margin-top: 1rem;
  margin-bottom: 4rem;
  font-size: 18px
}

@media only screen and (max-width: 768px) {
  .section--two-col .section .section-wrapper .two-col .right .blurb {
    padding-top: 2em
  }
}

.section--two-col .section .section-wrapper .two-col .right .image-wrapper img {
  z-index: 9999;
  position: relative;
  border-radius: 15px
}

.section--location-map {
  padding: 5rem
}

@media only screen and (min-width: 1023px) {
  .section--location-map {
    padding: 5rem
  }
}

@media only screen and (max-width: 551px) {
  .section--location-map {
    padding: 5rem 2rem
  }
}

.section--location-map .section .one-col .col .heading-wrapper .heading {
  font-family: "proxima-nova", sans-serif;
  color: #0a2138;
  font-weight: 600
}

.section--location-map .section .one-col .col .heading-wrapper .subheading {
  font-size: 25px;
  font-weight: 100
}

.section--location-map .section .one-col .col .heading-wrapper .blurb {
  color: #000;
  max-width: 100%;
  font-weight: 100;
  font-size: 16px
}

.testimonial_container {
  display: flex;
  gap: 2rem;
  justify-content: center
}

@media only screen and (max-width: 768px) {
  .testimonial_container {
    flex-direction: column
  }
}

.testimonial_container .testimonial {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  width: 30%;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 10px
}

@media only screen and (max-width: 768px) {
  .testimonial_container .testimonial {
    width: 100%
  }
}

.testimonial_container .testimonial .image-blurb .image-wrapper img {
  max-width: 3rem
}

.testimonial_container .testimonial .image-blurb .blurb {
  margin-top: 1.5rem;
  text-align: left
}

.testimonial_container .testimonial .title-image {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.testimonial_container .testimonial .title-image img {
  max-width: 8rem
}

.testimonial_container .testimonial .title-image h4 {
  text-transform: uppercase;
  font-size: 1.2rem
}

@media only screen and (min-width: 769px) {
  #testimonials .two-col .col:first-child {
    padding-left: 8rem
  }
}

@media only screen and (max-width: 768px) {
  #testimonials .two-col .col:nth-child(2) .image-wrapper {
    display: flex;
    justify-content: center
  }
}

#testimonials .two-col .col:nth-child(2) .image-wrapper img {
  max-width: 21rem
}

@media only screen and (max-width: 768px) {
  #services .cards {
    gap: 2rem
  }
}

#services .cards .card {
  padding: 0;
  border-radius: 10px
}

@media only screen and (max-width: 768px) {
  #services .cards .card {
    max-width: 70%
  }
}

@media only screen and (max-width: 551px) {
  #services .cards .card {
    max-width: 100%
  }
}

#services .cards .card .card-text {
  padding: 2rem
}

#services .cards .card .card-text h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem
}

#services .cards .card .card-text hr {
  background: #fdbf3a;
  width: 4rem;
  height: .35rem;
  border: none
}

#pts .cards {
  gap: 2rem
}

@media only screen and (max-width: 551px) {
  #pts .cards {
    gap: 0
  }
}

@media only screen and (min-width: 769px) {
  #pts .cards .card {
    width: calc(30% - 1rem) !important
  }
}

@media only screen and (max-width: 768px) {
  #pts .cards .card .image-wrapper {
    display: flex;
    justify-content: center
  }
}

#pts .cards .card .image-wrapper img {
  max-width: 8rem
}

@media only screen and (max-width: 768px) {
  #cta-section .two-col .col:first-child {
    display: none
  }
}

/*# sourceMappingURL=style.css.map */


.main-nav {

  margin-bottom: 0rem;
}

.section-hero .video-background {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}

.hero-content {
  background-color: rgba(10, 105, 200, .6);
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 9;
}

.hero-info {
  z-index: 99;
}

.wistia_responsive_padding .video-scale {
  height: 100vh !important;
}

.wistia_embed,
.w-chrome {
  height: 100vh !important;
}

.section-hero {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 375px;
  padding: 70px 0px;
  margin-top: 100px;
}

.bottom-divider {
  /* background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMzBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik02NDAgMTM5TDAgMHYxNDBoMTI4MFYwTDY0MCAxMzl6Ii8+PC9nPjwvc3ZnPg==); */
  background-size: 100% 45px;
  position: absolute;
  bottom: 0;
  height: 45px;
  width: 100%;
  z-index: 1;
}


.section--side-by-side .section-wrapper .two-col .margin-side {
  margin: 0 !important;
}

.formSection .section {
  max-width: 100%;
}

.formSection .section-wrapper {
  max-width: 100%;
}

.formSection.section--side-by-side .two-col {
  padding: 0 !important;
}



.wistia-overlay {
  position: relative;
  z-index: 99999;
  // top: -55rem;
}

.video-container .section--side-by-side .two-col {
  padding: 0 !important;
}

.insurance_slider .section-wrapper {
  background: #0a69c8 !important;
}


.section--insurance_slider .section-wrapper .heading {
  font-size: 1.25rem !important;
  font-family: "brandon-grotesque", sans-serif !important;
  font-weight: 500 !important;
  color: #FFF !important;
  text-transform: uppercase !important;
  text-align: center;
}

.section--insurance_slider .section-wrapper .light-text {
  color: #FFF !important;
}

.third-one .col .center_blurb {
  padding: 2rem;
}

@media only screen and (min-width: 1180px) {
  .third-one .col:nth-child(2) {
    width: 50% !important;
  }
}

@media only screen and (min-width: 1023px) {
  .section--side-by-side .section-wrapper .two-col .margin-side {
    margin: 3rem 0 !important;
  }
}

@media only screen and (min-width: 1120px) {
  .third-one .col:nth-child(1) .center_blurb {
    margin-left: 30%;
  }

  .third-one .col:nth-child(2) .center_blurb {
    margin-right: 30%;
  }
}

@media only screen and (max-width:768; ) {
  video-scale {
    padding: 100% 0 0 0 !important;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .section-hero .video-background {
    width: 300vw;
  }

  #wistia_grid_57_main {
    width: 300vw !important;
    height: 100vh !important;
  }

  .wistia_embed,
  .w-chrome {
    height: 100vh !important;
    width: 300vw !important;
  }
}

#cta {
  background-position: center;
}

#hero {
  background-position: center;
}

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

.slogan-container p,
.slogan-container em,
.slogan-container strong {
  font-size: 1.5rem;
  font-family: 'Open Sans', sans-serif !important;
}

@media (max-width: 768px) {
  #cta {
    background-position: 73% center !important;
  }

  #hero {
    background-image: url('<?php bloginfo("template_url"); ?>/assets/mobile-bg.png ');
    background-position: center bottom;
  }

  .slogan-container {
    flex-direction: column;
  }
}

.slick-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  flex-wrap: wrap;
  flex-direction: column;
}

.slick-wrapper {}

.slide-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 200px;
  border: 1px solid white;
}

.slick-dots li.slick-active button:before {
  color: white;
}

.slick-dots li button:before {
  color: rgba(255, 255, 255, 0.4);
}

.slick-slider .slick-dots {
  bottom: -1rem;
}

.insurance-desktop {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 768px) {
  .hide-insurance-mobile {
    display: none;
  }
}

@media (min-width: 769px) {
  .slick-wrapper {
    display: none;
  }

}

.section-hero h1.heading {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.subtitle {
  margin-top: 0;
  font-weight: 500;
}