html {
  scroll-behavior: smooth;
}

.bgsettings, .page-template-landing-page .landing_hero, .contact_form_block, .full_width_bg_image_with_content, .h1_page_heading {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

[id] {
  scroll-margin-top: 175px;
}

/* insideo*/
.insidepage main {
  margin-top: 40px;
}
@media (max-width: 980px) {
  .insidepage main {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .insidepage main {
    margin-top: 48px;
  }
}
.insidepage main a {
  color: #3164A6;
}
.insidepage main a:hover {
  text-decoration: none;
}
.insidepage main a.button {
  color: #3064A6;
}
.insidepage main a.button:hover {
  color: #fff;
}
.insidepage h2 {
  font-size: 47px;
  line-height: 47px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .insidepage h2 {
    font-size: 31px;
    line-height: 37px;
  }
}
.insidepage h3 {
  text-transform: uppercase;
  font-size: 37px;
  line-height: 37px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .insidepage h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

.h1_page_heading {
  aspect-ratio: 1600/600;
  position: relative;
  display: flex;
  flex-direction: column;
  place-content: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .h1_page_heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .h1_page_heading {
    margin-block: 0;
  }
}
.h1_page_heading:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.45;
  z-index: 1;
}
@media (max-width: 767px) {
  .h1_page_heading:before {
    opacity: 0.2;
  }
}
.h1_page_heading .cnt {
  position: relative;
  z-index: 33;
  width: 100%;
  container-type: inline-size;
}
.h1_page_heading h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 64px;
  line-height: 56px;
  margin-top: 8vh;
}
@media (max-width: 767px) {
  .h1_page_heading h1 {
    font-size: 6cqw;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .h1_page_heading .desktopcnt {
    display: none;
  }
}
.h1_page_heading.mobile_heading {
  display: none;
  aspect-ratio: unset;
}
.h1_page_heading.mobile_heading:before {
  display: none;
}
@media (max-width: 767px) {
  .h1_page_heading.mobile_heading {
    display: block;
    text-align: center;
    padding-inline: 4%;
    padding-block: 20px;
    margin-bottom: 10px;
  }
  .h1_page_heading.mobile_heading h1 {
    color: #2B3C58;
    font-size: 36px;
    line-height: 1.3;
  }
}

.lead_block {
  color: #2B3C58;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .lead_block {
    margin-bottom: 40px;
  }
}
.lead_block .btnwrap {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .lead_block .btnwrap {
    margin-bottom: 40px;
  }
}
.lead_block .container {
  max-width: 1146px;
}
@media (max-width: 767px) {
  .lead_block .container {
    max-width: 100%;
  }
}
.lead_block div.para-font {
  margin-top: 40px;
}
.lead_block div.para-font p {
  font-family: "agenda-one", sans-serif;
  text-align: left;
  font-size: inherit;
}
.lead_block p {
  font-family: "filosofia-lining", serif;
  font-weight: normal;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .lead_block p {
    font-size: 1.5rem;
    text-wrap: balance;
  }
}

.anchor_block {
  padding-block: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .anchor_block {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .anchor_block {
    padding-block: 0px;
  }
}
.anchor_block .container {
  max-width: 1146px;
}
.anchor_block ul {
  -moz-columns: 2;
       columns: 2;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  list-style-position: outside;
  list-style-type: none;
}
@media (max-width: 767px) {
  .anchor_block ul {
    -moz-columns: 1;
         columns: 1;
  }
}
.anchor_block ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid; /* older browsers and print */
  font-family: "filosofia-lining", serif;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 30px;
  text-align: left;
  color: #3164a6;
  padding-block: 0 1.5rem;
}
@media (max-width: 767px) {
  .anchor_block ul li:last-of-type {
    padding-block: 0;
  }
}
.anchor_block ul li a {
  color: currentColor;
  text-decoration: underline;
}
.anchor_block ul li a:hover {
  text-decoration: none;
}

.mobimg {
  display: none;
}

.full_width_bg_image_with_content {
  position: relative;
  display: flex;
  flex-direction: column;
  place-content: center;
  color: #fff;
  padding-block: 170px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .full_width_bg_image_with_content {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .full_width_bg_image_with_content {
    background-image: unset !important;
    padding-block: 0;
  }
}
.full_width_bg_image_with_content:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.45;
}
@media (max-width: 767px) {
  .full_width_bg_image_with_content:after {
    display: none;
  }
}
.full_width_bg_image_with_content.blue_bg {
  background: radial-gradient(#385981 0%, #2b3c58 100%);
}
.full_width_bg_image_with_content.blue_bg:after {
  display: none;
}
.full_width_bg_image_with_content.blue_bg .container {
  max-width: 980px;
}
.full_width_bg_image_with_content.blue_bg .container ul {
  margin-left: 1rem;
  margin-block: 2rem 1rem;
}
.full_width_bg_image_with_content .container {
  position: relative;
  z-index: 3;
  max-width: 800px;
}
@media (max-width: 767px) {
  .full_width_bg_image_with_content .container {
    background-color: #2B3C58;
    padding-block: 40px;
  }
}
.full_width_bg_image_with_content .container a:not(.button) {
  color: currentColor;
}
.full_width_bg_image_with_content .container ul {
  margin-block: 1rem 2rem;
  margin-left: 1rem;
}
.full_width_bg_image_with_content .container ul li {
  padding-block: 0 0.5rem;
}
@media (max-width: 767px) {
  .full_width_bg_image_with_content .mobimg {
    display: block;
  }
}
.full_width_bg_image_with_content p > .button {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .full_width_bg_image_with_content p > .button {
    margin-top: 2rem;
  }
}

.fifty_fifty {
  color: #2B3C58;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .fifty_fifty {
    margin-bottom: 40px;
  }
}
.fifty_fifty.mb0 {
  margin-bottom: 0;
}
.fifty_fifty.blue a {
  color: currentColor;
}
.fifty_fifty.blue .full {
  color: #fff;
}
.fifty_fifty.blue .full:before {
  content: "";
  background: radial-gradient(#385981 0%, #2b3c58 100%);
  outline: 1px solid rgba(255, 255, 255, 0.12);
  outline-offset: -2rem;
}
@media (max-width: 980px) {
  .fifty_fifty.blue .full .cntwrap:before {
    content: "";
    background: radial-gradient(#385981 0%, #2b3c58 100%);
    outline: unset;
  }
}
.fifty_fifty.reverse .full {
  flex-direction: row-reverse;
}
.fifty_fifty.reverse .full:before {
  right: 0;
  left: unset;
}
.fifty_fifty .full {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 980px) {
  .fifty_fifty .full {
    flex-wrap: wrap;
  }
}
.fifty_fifty .full:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #F5F5F5;
  z-index: 0;
  width: 80vw;
}
@media (max-width: 980px) {
  .fifty_fifty .full:before {
    display: none;
  }
}
.fifty_fifty .full > div {
  width: 50%;
}
@media (max-width: 980px) {
  .fifty_fifty .full > div {
    width: 100%;
  }
}
.fifty_fifty .cntwrap {
  padding-inline: 6%;
  position: relative;
  padding-block: 60px;
}
@media (max-width: 980px) {
  .fifty_fifty .cntwrap {
    padding-block: 40px;
  }
  .fifty_fifty .cntwrap:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #F5F5F5;
    z-index: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fifty_fifty .cntwrap {
    padding-inline: 4%;
  }
}
.fifty_fifty .cntwrap .cnt {
  position: relative;
  z-index: 33;
}
.fifty_fifty .cntwrap .cnt ul {
  margin-left: 1rem;
  margin-block: 1rem;
}
.fifty_fifty .cntwrap .cnt ul li {
  padding-block: 0 0.5rem;
}
.fifty_fifty .imgwrap {
  position: relative;
  padding-block: 60px;
  z-index: 33;
}
@media (max-width: 980px) {
  .fifty_fifty .imgwrap {
    order: -1;
    padding-block: 0;
  }
}
.fifty_fifty .imgwrap img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.fifty_fifty h3 {
  margin-top: 2.5rem;
}

.just_content {
  background-color: #F5F5F5;
  color: #2B3C58;
  padding-block: 100px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .just_content {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .just_content {
    padding-block: 40px;
  }
}
.just_content .full h3:first-of-type {
  margin-top: 30px;
}
.just_content .full h3:not(:first-of-type),
.just_content .full h2:not(:first-of-type) {
  margin-top: 50px;
}
.just_content ul {
  margin-left: 1rem;
  margin-block: 1rem;
}
.just_content ul li {
  padding-block: 0 0.5rem;
}
.just_content.white-bg {
  background-color: #fff;
  padding-block: 0;
}
.just_content.blue-bg {
  background: radial-gradient(#385981 0%, #2b3c58 100%);
  color: #fff;
}
.just_content.blue-bg a:not(.button) {
  color: #fff;
}
.just_content.blue-bg a:not(.button):hover {
  text-decoration: none;
}
.just_content iframe {
  margin-block: 0 1rem;
}
.just_content .container {
  max-width: 1260px;
  padding-block: 40px 0;
}
@media (max-width: 767px) {
  .just_content .container {
    padding-block: 40px 0;
  }
}
.just_content .container > div:not(:first-of-type) {
  margin-top: 40px;
}
@media (max-width: 980px) {
  .just_content .container > div:not(:first-of-type) {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .just_content .container > div:not(:first-of-type) {
    margin-top: 0;
  }
}
.just_content .half {
  display: flex;
  gap: 90px;
}
@media (max-width: 980px) {
  .just_content .half {
    flex-wrap: wrap;
    gap: unset;
  }
}
.just_content .half .col {
  width: 50%;
}
@media (max-width: 980px) {
  .just_content .half .col {
    width: 100%;
  }
}

.video_slider {
  color: #fff;
  background: radial-gradient(#385981 0%, #2b3c58 100%);
  padding-block: 100px;
  outline: 1px solid rgba(255, 255, 255, 0.12);
  outline-offset: -2rem;
  margin-bottom: 60px;
  /* Prevent double-spacing on the edges */
}
@media (max-width: 767px) {
  .video_slider {
    margin-bottom: 40px;
  }
}
@media (max-width: 980px) {
  .video_slider {
    outline-offset: -1rem;
  }
}
@media (max-width: 767px) {
  .video_slider {
    padding-block: 40px;
  }
}
.video_slider h2 {
  text-align: center;
  max-width: 30ch;
  white-space: normal;
  margin-inline: auto;
}
.video_slider .slick-slide {
  margin: 0 10px; /* 10px gap on left and right */
}
.video_slider .slick-list {
  margin: 0 -10px; /* negative margin to compensate */
}
.video_slider .vidnav {
  display: flex;
  place-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .video_slider .vidnav {
    margin-top: 1rem;
  }
}
.video_slider .vidnav button {
  outline: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.video_slider .vidnav button:hover {
  outline: 1px solid rgba(255, 255, 255, 0.3);
}
.video_slider .title {
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 21px;
  text-align: center;
  margin-top: 2rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .video_slider .container {
    padding-inline: 6%;
  }
}

.single_quote_box {
  background: radial-gradient(#385981 0%, #2b3c58 100%);
  color: #fff;
  padding-block: 100px;
  outline: 1px solid rgba(255, 255, 255, 0.12);
  outline-offset: -2rem;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .single_quote_box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .single_quote_box {
    padding-block: 60px;
  }
}
.single_quote_box cite {
  color: #fff;
  font-size: 1.25rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .single_quote_box cite {
    font-size: 1rem;
  }
}
.single_quote_box img {
  display: block;
  margin-inline: auto;
}
.single_quote_box img.stars {
  margin-block: 50px;
}
@media (max-width: 767px) {
  .single_quote_box img.stars {
    margin-block: 30px 20px;
  }
}
.single_quote_box blockquote {
  color: currentColor;
  max-width: 1000px;
  margin-inline: auto;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .single_quote_box blockquote {
    max-width: 100%;
    padding-inline: 10%;
  }
}

.image_content_image {
  background-color: #F5F5F5;
  color: #2B3C58;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .image_content_image {
    margin-bottom: 40px;
  }
}
.image_content_image .container {
  padding-inline: 0;
  display: grid;
  grid-template-columns: 286px 1fr 286px;
}
@media (min-width: 1600px) {
  .image_content_image .container {
    grid-template-columns: 20vw 1fr 20vw;
  }
}
@media (min-width: 1980px) {
  .image_content_image .container {
    grid-template-columns: 25vw 1fr 25vw;
  }
}
@media (max-width: 980px) {
  .image_content_image .container {
    grid-template-columns: 1fr;
  }
}
.image_content_image .content {
  padding-inline: 120px;
  padding-block: 120px;
}
@media (min-width: 1600px) {
  .image_content_image .content {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 980px) {
  .image_content_image .content {
    order: 2;
    padding-inline: 4%;
    padding-block: 40px;
    grid-column: -1/1;
  }
}
@media (max-width: 767px) {
  .image_content_image .content p:has(.button) .button {
    margin-top: 1rem;
  }
}
.image_content_image .content ul {
  margin-left: 1rem;
  margin-block: 1rem;
}
.image_content_image .content ul li {
  padding-block: 0 0.5rem;
}
@media (max-width: 767px) {
  .image_content_image .imgwrap {
    display: none;
  }
}
.image_content_image .imgwrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .image_content_image .mobimg {
    display: block;
    grid-column: -1/1;
  }
  .image_content_image .mobimg img {
    width: 100%;
    display: block;
  }
}

.book_cta_with_logo {
  background-color: #F5F5F5;
  color: #2B3C58;
  padding-block: 0 120px;
}
.book_cta_with_logo .imgwrap img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.book_cta_with_logo .booklogo {
  display: block;
  padding-top: 1px;
}
.book_cta_with_logo .booklogo img {
  display: block;
  margin-inline: auto;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .book_cta_with_logo .booklogo img {
    margin-top: 1rem;
    max-width: 120px;
  }
}
.book_cta_with_logo .container {
  max-width: 980px;
  margin-top: 30px;
  text-align: center;
}
.book_cta_with_logo .container p {
  font-family: "filosofia-lining", serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .book_cta_with_logo .container p {
    font-size: 22px;
    line-height: 38px;
    padding-inline: 4%;
    max-width: 100%;
  }
}
.book_cta_with_logo .container h2 {
  margin-block: 50px 20px;
}

.calcwrapper {
  margin-bottom: 60px;
  /* calc */
  /* All the same stuff for Firefox */
}
@media (max-width: 767px) {
  .calcwrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .calcwrapper .calcywrappy .container {
    padding: 0 1rem;
  }
}
.calcwrapper .calctop {
  display: flex;
  padding-top: 0;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .calcwrapper .calctop {
    padding-top: 0;
  }
}
@media screen and (max-width: 980px) {
  .calcwrapper .calctop {
    flex-wrap: wrap;
    padding-top: 60px;
  }
  .calcwrapper .calctop figure {
    order: 2;
    width: 100%;
    height: auto;
  }
  .calcwrapper .calctop figure img {
    width: 100%;
    height: auto;
  }
}
.calcwrapper .calctop .calccwrap {
  padding-left: 2rem;
  padding-right: 4rem;
  margin-top: 180px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  .calcwrapper .calctop .calccwrap {
    margin-top: 0px;
    padding: 0;
  }
}
.calcwrapper .calctop .calccwrap p {
  display: block;
}
.calcwrapper .calctop .calccwrap h2 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 980px) {
  .calcwrapper .calctop .calccwrap h2 {
    font-size: 34px;
    line-height: 1.3;
  }
}
.calcwrapper .calctop .calccwrap .tryout {
  display: block;
  margin-top: auto;
  color: #2B3C58;
  font-size: 19px;
  text-transform: uppercase;
}
@media screen and (max-width: 980px) {
  .calcwrapper .calctop .calccwrap .tryout {
    display: none;
  }
}
.calcwrapper .bottomcalc {
  width: 35%;
}
@media screen and (max-width: 980px) {
  .calcwrapper .bottomcalc {
    width: 100%;
  }
}
.calcwrapper .wrapbtm {
  display: flex;
}
@media screen and (max-width: 980px) {
  .calcwrapper .wrapbtm {
    flex-wrap: wrap;
  }
}
.calcwrapper .wrapbtm .leftimg {
  flex: 0 0 286px;
}
@media (max-width: 980px) {
  .calcwrapper .wrapbtm .leftimg {
    flex: 1 0 100%;
  }
}
.calcwrapper .wrapbtm .leftimg img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 980px) {
  .calcwrapper .wrapbtm .leftimg img {
    display: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .calcwrapper .wrapbtm .leftimg img {
    display: block;
    -o-object-position: top;
       object-position: top;
    margin-inline: auto;
    aspect-ratio: 4/3;
  }
}
.calcwrapper .wrapbtm .tryout {
  color: #fff;
}
.calcwrapper .wrapbtm .lva {
  font-family: "filosofia-lining", serif;
  font-size: 25px;
  line-height: 34px;
}
.calcwrapper .wrapbtm .amount {
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 67px;
  line-height: 47px;
  text-align: center;
  color: #fff;
}
.calcwrapper .wrapbtm .savings {
  background: radial-gradient(#385981 0%, #2b3c58 100%);
  color: #fff;
  flex-basis: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 1px solid rgba(255, 255, 255, 0.12);
  outline-offset: -2rem;
  text-align: center;
  padding-inline: 4%;
}
@media (max-width: 980px) {
  .calcwrapper .wrapbtm .savings {
    flex-basis: 100%;
    padding-block: 60px;
  }
}
.calcwrapper .wrapbtm .calcarea {
  background: #fff;
  flex-grow: 1;
  padding-inline: 74px;
  padding-block: 74px;
  color: #2B3C58;
}
@media screen and (max-width: 980px) {
  .calcwrapper .wrapbtm .calcarea {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .calcwrapper .wrapbtm .calcarea {
    padding-inline: 4%;
    padding-block: 40px;
  }
}
.calcwrapper .wrapbtm .calcarea .label {
  color: currentColor;
  margin-bottom: 1rem;
  line-height: 1.3;
  font-family: "filosofia-lining", serif;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .calcwrapper .wrapbtm .calcarea .label {
    padding-right: 2rem;
  }
}
.calcwrapper .wrapbtm .calcarea input[type=range] {
  width: 100%;
}
.calcwrapper .wrapbtm .calcarea .labwrp {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.calcwrapper .wrapbtm .calcarea .labwrp.last {
  margin-block: 0;
}
.calcwrapper .wrapbtm .calcarea .value {
  font-family: "filosofia-lining", serif;
  color: currentColor;
  font-size: 22px;
}
@media screen and (max-width: 980px) {
  .calcwrapper .bottomcalc .tryout {
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
}
.calcwrapper input[type=range] {
  -webkit-appearance: none;
  background: transparent;
}
.calcwrapper input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-shadow: unset;
  margin-top: -15px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  appearance: none;
  cursor: pointer;
  background: url(images/slider-thumb.svg);
  border: unset;
  width: 62px;
  height: 38px;
}
.calcwrapper input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  background: url(images/slider-thumb.svg);
  border: unset;
  width: 62px;
  height: 38px;
}
.calcwrapper input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #E6E5E1;
}
.calcwrapper input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #E6E5E1;
}
.calcwrapper input[type=range]:focus::-webkit-slider-runnable-track {
  background: #2B3C58;
}
.calcwrapper .caldisc {
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  padding: 2rem;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .calcwrapper .caldisc {
    padding: 2rem;
  }
}
.calcwrapper .mobileshow {
  display: none;
}
.calcwrapper input[type=range]:focus::-moz-range-track {
  background: #2B3C58;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

main .blue_block_with_image_icons {
  background: #2B3C58;
  color: #fff;
  padding-block: 120px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  main .blue_block_with_image_icons {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main .blue_block_with_image_icons {
    padding-block: 60px;
  }
}
main .blue_block_with_image_icons a {
  color: currentColor;
}
main .blue_block_with_image_icons .bottom {
  margin-top: 90px;
}
@media (max-width: 767px) {
  main .blue_block_with_image_icons .bottom {
    margin-top: 40px;
  }
}
main .blue_block_with_image_icons .bottom h2 {
  text-align: center;
  margin-block: 0 60px;
}
@media (max-width: 767px) {
  main .blue_block_with_image_icons .bottom h2 {
    margin-block: 0 40px;
  }
}
main .blue_block_with_image_icons .bottom .flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 1rem;
}
@media (max-width: 980px) {
  main .blue_block_with_image_icons .bottom .flex {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4rem;
  }
}
@media (max-width: 767px) {
  main .blue_block_with_image_icons .bottom .flex {
    grid-template-columns: 1fr;
  }
}
main .blue_block_with_image_icons .bottom .flex .col .caption {
  text-align: center;
  font-size: 1rem;
  margin-block: 0;
  line-height: 1.3;
}
@media (max-width: 980px) {
  main .blue_block_with_image_icons .bottom .flex .col .icon {
    align-items: start;
    display: flex;
  }
}
main .blue_block_with_image_icons .bottom .flex .col img {
  display: block;
  margin-inline: auto;
  margin-block: 0 1rem;
}
main .blue_block_with_image_icons .btnwrap {
  margin-top: 60px;
  padding-inline: 4%;
}
main .blue_block_with_image_icons .btnwrap .button {
  color: #3164A6;
}
@media (max-width: 767px) {
  main .blue_block_with_image_icons .btnwrap {
    flex-wrap: wrap;
  }
}

.contact_form_block {
  min-height: 50vh;
  color: #fff;
  position: relative;
  padding-block: 0 160px;
}
@media (max-width: 767px) {
  .contact_form_block {
    padding-block: 0 40px;
  }
}
.contact_form_block:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(#385981 0%, #2b3c58 100%);
  z-index: -1;
}
.contact_form_block .bc {
  bottom: unset;
  top: calc(20vh - 56px);
}
@media (max-height: 760px) {
  .contact_form_block .bc {
    top: calc(30vh - 56px);
  }
}
@media (max-width: 767px) {
  .contact_form_block .bc {
    top: calc(46px + 2vh);
  }
}
.contact_form_block .container {
  position: relative;
  z-index: 33;
  padding-top: 20vh;
  max-width: 1146px;
}
@media (max-height: 760px) {
  .contact_form_block .container {
    padding-top: 30vh;
  }
}
@media (max-width: 980px) {
  .contact_form_block .container {
    max-width: 100%;
    padding-top: 15vh;
  }
}
@media (max-width: 767px) {
  .contact_form_block .container {
    padding-top: calc(70px + 2vh);
  }
}
.contact_form_block h1 {
  text-align: center;
  font-family: "urw-form", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  margin-block: 0 30px;
}
@media (max-width: 767px) {
  .contact_form_block h1 {
    font-size: 40px;
  }
}
.contact_form_block p:not(.frm_forms p) {
  font-family: "filosofia-lining", serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .contact_form_block p:not(.frm_forms p) {
    font-size: 20px;
    line-height: 1.2;
  }
}

.with_frm_style.frm_style_kingtwo {
  margin-top: 60px;
}
.with_frm_style.frm_style_kingtwo .frm_required {
  color: #fff;
}
.with_frm_style.frm_style_kingtwo .frm_error {
  font-size: 13px;
  color: tomato !important;
}
.with_frm_style.frm_style_kingtwo .frm12 {
  grid-column: span 12/span 12;
}
.with_frm_style.frm_style_kingtwo textarea,
.with_frm_style.frm_style_kingtwo input {
  border-radius: 4px !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
}
.with_frm_style.frm_style_kingtwo textarea:focus,
.with_frm_style.frm_style_kingtwo input:focus {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.with_frm_style.frm_style_kingtwo p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.with_frm_style.frm_style_kingtwo .frm_button_submit.frm_final_submit,
.with_frm_style.frm_style_kingtwo .frm_button_submit.frm_final_submit:active {
  border: none;
  display: inline-block;
  cursor: pointer;
  background: #FAD9A4;
  text-decoration: none;
  color: #3064A6;
  border-radius: 6px;
  font-size: 16px;
  font-style: italic;
  font-family: "urw-form", sans-serif;
  padding-inline: 2ch;
  padding-block: 1ch;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  box-shadow: unset;
}
.with_frm_style.frm_style_kingtwo .frm_button_submit.frm_final_submit:hover,
.with_frm_style.frm_style_kingtwo .frm_button_submit.frm_final_submit:active:hover {
  background: #3064A6;
}
@media (max-width: 767px) {
  .with_frm_style.frm_style_kingtwo .frm6 {
    grid-column: span 12/span 12;
  }
}

.locations_block {
  color: #2B3C58;
  padding-block: 80px;
}
.locations_block .top {
  max-width: 1080px;
}
.locations_block .top h2 {
  text-align: center;
}
.locations_block .locgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-inline: 1%;
  gap: 1%;
  margin-top: 40px;
}
@media (max-width: 980px) {
  .locations_block .locgrid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .locations_block .locgrid {
    padding-inline: 0;
  }
}
.locations_block .singleloc img {
  display: block;
  margin-block: 0 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .locations_block .singleloc img {
    margin-block: 0 1rem;
  }
}
.locations_block .locname {
  border-bottom: 1px solid #2B3C58;
  text-transform: uppercase;
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 47px;
  text-align: left;
  color: #2B3C58;
  margin-right: 2ch;
  padding-block: 0 1rem;
}
@media (max-width: 767px) {
  .locations_block .locname {
    margin-inline: auto;
    padding-inline: 4%;
  }
}
.locations_block .subgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
  row-gap: 1rem;
}
@media (max-width: 767px) {
  .locations_block .subgrid {
    grid-template-columns: 1fr;
    padding-inline: 4%;
  }
}
.locations_block .subgrid p {
  font-size: 20px;
  line-height: 28px;
  margin-block: 0;
}
.locations_block .subgrid p:first-of-type {
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-block: 1rem 1.25rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .locations_block .subgrid p:first-of-type {
    margin-block: 1.75rem 0.5rem;
  }
}
.locations_block .tel {
  font-family: "agenda-one", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #2B3C58;
  text-decoration: none;
  font-weight: 600;
}
.locations_block a {
  color: #2B3C58;
  font-size: 1rem;
}
.locations_block a:hover {
  text-decoration: none;
}
.locations_block .links {
  display: flex;
  gap: 2ch;
}

.page-template-landing-page footer .with_frm_style.frm_style_kingtwo {
  margin-top: 0;
}
.page-template-landing-page footer .top .logo {
  width: 33%;
}
.page-template-landing-page footer .top .right {
  width: 45%;
  justify-content: flex-end;
}
.page-template-landing-page footer .top .right .landofooto {
  width: 100%;
}
.page-template-landing-page main {
  margin-top: 0;
}
.page-template-landing-page .fixedheader,
.page-template-landing-page .alert-bar {
  display: none;
}
.page-template-landing-page main {
  margin-top: 0;
}
.page-template-landing-page .just_content:has(#selftest) {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-template-landing-page .just_content:has(#selftest) .container {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
}
.page-template-landing-page .just_content:has(#selftest) .close-button {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  display: block;
  cursor: pointer;
}
.page-template-landing-page header.fixedheader.is-scrolled + main .topbar {
  background-color: #2B3C58;
  padding-block: 0.8rem;
}
.page-template-landing-page header.fixedheader.is-scrolled + main .topbar .left a {
  transform: scale(0.7);
}
.page-template-landing-page .containerz {
  width: 100%;
  padding-inline: 8%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 980px) {
  .page-template-landing-page .containerz {
    padding-inline: 4%;
  }
}
.page-template-landing-page .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 666;
  padding-top: 4%;
  background: transparent;
  max-height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 980px) {
  .page-template-landing-page .topbar {
    padding-inline: 4%;
  }
}
@media (max-width: 980px) {
  .page-template-landing-page .topbar {
    flex-wrap: wrap;
    background: #2B3C58;
  }
}
.page-template-landing-page .topbar.is-scrolled {
  background: #2B3C58;
  padding-block: 1% 0;
  max-height: unset;
}
.page-template-landing-page .topbar.is-scrolled .left a {
  transform: scale(0.7);
}
.page-template-landing-page .topbar .left img {
  display: block;
}
.page-template-landing-page .topbar a[href^="tel:"] {
  color: #fff;
  font-weight: 500;
  font-size: 21px;
  font-family: "urw-form", sans-serif;
  text-decoration: none;
}
.page-template-landing-page .topbar a[href^="tel:"] img {
  display: none;
}
@media (max-width: 767px) {
  .page-template-landing-page .topbar a[href^="tel:"] span {
    display: none;
  }
  .page-template-landing-page .topbar a[href^="tel:"] img {
    display: block;
    min-width: 30px;
    margin-left: auto;
  }
}
.page-template-landing-page .topbar .right {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .page-template-landing-page .topbar .right {
    flex-wrap: wrap;
    width: 50%;
    gap: 1rem;
    justify-content: flex-end;
  }
}
.page-template-landing-page .topbar .button {
  padding-block: 1rem;
}
.page-template-landing-page .topbar .button img {
  display: none;
}
@media (max-width: 980px) {
  .page-template-landing-page .topbar .button img {
    display: block;
  }
}
.page-template-landing-page .topbar .left a {
  display: block;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.page-template-landing-page .topbar .left a img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 980px) {
  .page-template-landing-page .topbar .button {
    all: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .page-template-landing-page .topbar .button span {
    display: none;
  }
  .page-template-landing-page .topbar .button img {
    max-height: 28px;
  }
  .page-template-landing-page .topbar .left {
    width: 45%;
  }
}
.page-template-landing-page .landing_hero {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #fff;
  justify-content: center;
  padding-block: 0 10vh;
}
@media screen and (max-width: 1300px) {
  .page-template-landing-page .landing_hero {
    padding-block: 0 5vh;
  }
}
@media (max-width: 767px) {
  .page-template-landing-page .landing_hero {
    background-image: unset !important;
    flex-wrap: wrap;
    gap: 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    height: 100dvh;
    padding-block: 0;
  }
}
.page-template-landing-page .landing_hero:before {
  content: "";
  background: #000;
  opacity: 0.35;
  position: absolute;
  inset: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-template-landing-page .landing_hero:before {
    background: #2B3C58;
    opacity: 1;
  }
}
.page-template-landing-page .landing_hero .mobimg {
  display: none;
}
@media (max-width: 767px) {
  .page-template-landing-page .landing_hero .mobimg {
    display: block;
    position: relative;
    z-index: 33;
    width: 100%;
    justify-self: center;
    margin-top: 80px;
  }
}
.page-template-landing-page .landing_hero .herocontent {
  z-index: 33;
  color: #fff;
  text-align: center;
}
.page-template-landing-page .landing_hero .herocontent h1 {
  color: #fff;
  font-weight: 500;
  font-size: 64px;
  line-height: 56px;
  font-family: "urw-form", sans-serif;
  margin-block: 0 40px;
}
@media (max-width: 767px) {
  .page-template-landing-page .landing_hero .herocontent h1 {
    font-size: 36px;
    line-height: 1.3;
    margin-block: 10px 1rem;
  }
}
.page-template-landing-page .landing_hero .herocontent h2 {
  font-family: "filosofia-lining", serif;
  font-weight: normal;
  font-size: 45px;
  line-height: 58px;
  margin-block: 0 40px;
}
@media (max-width: 767px) {
  .page-template-landing-page .landing_hero .herocontent h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-block: 0 5vh;
  }
}
.page-template-landing-page .landing_hero .herocontent p:has(a) {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-template-landing-page .landing_hero .herocontent p:has(a) {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.page-template-landing-page .landing_hero .cnt {
  max-width: 1050px;
  margin: 0 auto;
}

.stats_block {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .stats_block {
    margin-bottom: 40px;
  }
}

.meet_doctors {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .meet_doctors {
    margin-bottom: 40px;
  }
}
.meet_doctors .container {
  padding-inline: 4%;
  margin-inline: auto;
}
@media (min-width: 1920px) {
  .meet_doctors .container {
    max-width: 83vw;
    margin-inline: auto;
  }
}
.meet_doctors .container:has(.center_docs) {
  margin-top: 6rem;
}
.meet_doctors .docgrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-inline: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .meet_doctors .docgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.meet_doctors .docgrid.center_docs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .meet_doctors .docgrid.center_docs {
    justify-content: flex-start;
  }
}
.meet_doctors .docgrid.center_docs .singledoc {
  min-width: 220px;
}
@media (max-width: 767px) {
  .meet_doctors .docgrid.center_docs .singledoc {
    min-width: calc(50% - 1rem);
    flex-grow: 1;
  }
  .meet_doctors .docgrid.center_docs .singledoc:last-of-type {
    flex-grow: 0;
  }
}
.meet_doctors h2 {
  text-align: center;
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: bold;
  font-size: 47px;
  line-height: 47px;
  text-align: center;
  color: #2b3c58;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .meet_doctors h2 {
    font-size: 37px;
    line-height: 37px;
  }
}
.meet_doctors .name {
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: bold;
  font-size: 9cqw;
  line-height: 1.25;
  text-align: center;
  color: #2b3c58;
  text-transform: uppercase;
  margin-block: 1rem 0;
}
@media (min-width: 1920px) {
  .meet_doctors .name {
    font-size: 24px;
  }
}
.meet_doctors a {
  font-weight: 300;
  text-decoration: underline;
  font-size: 9cqw;
  line-height: 38px;
  text-align: center;
  color: #2b3c58;
  display: block;
}
.meet_doctors .singledoc {
  container-type: inline-size;
}
.meet_doctors .singledoc img {
  display: block;
  margin-inline: auto;
  width: 100%;
}

.video_block {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .video_block {
    margin-bottom: 40px;
  }
}
.video_block h2 {
  font-size: 24px;
  line-height: 27px;
  text-align: center;
}
.video_block .wrap {
  position: relative;
}
.video_block .wrap:after {
  content: "";
  background: #F5F5F5;
  position: absolute;
  inset: 0;
  top: 90px;
  z-index: -1;
  max-height: 100%;
}
@media (max-width: 767px) {
  .video_block .wrap:after {
    top: 30px;
  }
}
.video_block .cnt {
  max-width: 60vw;
  margin-inline: auto;
  padding-block: 0 60px;
}
@media (max-width: 980px) {
  .video_block .cnt {
    max-width: 100%;
    padding-inline: 4%;
  }
}
.video_block .cnt p:has(iframe) {
  aspect-ratio: 16/9;
}
.video_block .cnt iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.review_slider {
  background: radial-gradient(#385981 0%, #2b3c58 100%);
  color: #fff;
  padding-block: 160px;
  margin-block: 0 60px;
  outline-offset: -2rem;
  outline: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}
@media (max-width: 767px) {
  .review_slider {
    padding-block: 60px;
    margin-block: 0;
  }
}
.review_slider h2 {
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: bold;
  font-size: 47px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
  margin-block: 0 2rem;
  container-type: inline-size;
}
@media (max-width: 767px) {
  .review_slider h2 {
    font-size: 10cqw;
    line-height: 1.5;
  }
}
.review_slider img {
  display: block;
  margin-inline: auto;
}
.review_slider .g {
  margin-block: 0 2.25rem;
}
.review_slider blockquote {
  font-family: "filosofia-lining", serif;
  font-weight: normal;
  font-size: 35px;
  line-height: 48px;
  text-align: center;
  display: block;
  padding-inline: 48px;
  color: currentColor;
}
@media (max-width: 767px) {
  .review_slider blockquote {
    font-size: 22px;
    text-wrap: balance;
    line-height: 1.5;
    padding-inline: 2%;
  }
}
.review_slider cite {
  all: unset;
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 47px;
  text-align: center;
  display: block;
  margin-top: 50px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .review_slider cite {
    font-size: 28px;
  }
}
.review_slider .rslider {
  margin-top: 60px;
  max-width: 1070px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .review_slider .slidernav {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    margin-top: 40px;
  }
  .review_slider .slidernav .slick-next, .review_slider .slidernav .slick-prev {
    position: static;
    top: unset;
    left: unset;
    transform: unset;
  }
}
.review_slider .slick-next, .review_slider .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  width: 48px;
  height: 48px;
  top: 33%;
  z-index: 33;
}
.review_slider .slick-prev {
  left: -50px;
}
.review_slider .slick-next {
  right: -50px;
}

.steps_block {
  background: #F5F5F5;
  padding-block: 100px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .steps_block {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .steps_block {
    padding-block: 40px;
  }
}
.steps_block h2 {
  text-align: center;
  color: #2B3C58;
}
@media (max-width: 980px) {
  .steps_block h2 {
    text-wrap: balance;
  }
}
.steps_block p.sub {
  text-align: center;
}
.steps_block .icongrid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5vw;
}
@media (max-width: 767px) {
  .steps_block .icongrid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 80px;
    margin-top: 60px;
  }
}
.steps_block .icongrid .griditem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.steps_block .icongrid .gridimg {
  min-height: 120px;
  display: block;
  margin-block: 0 2rem;
}
@media (max-width: 767px) {
  .steps_block .icongrid .gridimg {
    margin-inline: auto;
  }
}
.steps_block .icongrid img {
  display: block;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.steps_block h3 {
  color: #2B3C58;
  margin-block: 0 13px;
}
.steps_block .stepcopy {
  font-size: 22px;
  line-height: 38px;
}
.steps_block .btnwrap {
  display: flex;
  gap: 1rem;
  margin-top: 80px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .steps_block .btnwrap {
    flex-wrap: wrap;
  }
}

p.checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 1rem;
  margin-block: 0 1.75rem;
  width: 100%;
  color: currentColor;
  margin-block: 0 1rem;
}
p.checkbox::before {
  content: "";
  min-width: 28px;
  min-height: 28px;
  background-image: url(images/checkbox.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 0.5ch;
  align-self: flex-start;
}

.location_header {
  margin-block: 0;
}
@media (max-width: 767px) {
  .location_header {
    margin-block: 0;
  }
}
.location_header .cnt {
  max-width: calc(50vw + 16%);
  padding-inline: 8%;
}
@media (max-width: 980px) {
  .location_header .cnt {
    max-width: 100%;
    padding-block: 40px;
  }
}
.location_header .cnt h1 {
  text-align: left;
}
.location_header .btnwrap {
  justify-content: flex-start;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .h1_page_heading.location_header_mobile h1 {
    line-height: 1.45;
  }
  .btnwrap {
    margin-top: 20px;
  }
}
.location_lead {
  color: #2B3C58;
  display: grid;
  grid-template-columns: 1fr 400px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .location_lead {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .location_lead {
    grid-template-columns: 1fr;
  }
}
.location_lead .left {
  padding-top: 50px;
  padding-inline: 8% 4%;
}
@media (max-width: 980px) {
  .location_lead .left {
    padding-inline: 4%;
  }
}
@media (max-width: 767px) {
  .location_lead .left {
    padding-top: 0;
  }
}
.location_lead .left p {
  font-family: "filosofia-lining", serif;
  font-weight: normal;
  font-size: 27px;
  line-height: 39px;
}
.location_lead .right {
  background: #2B3C58;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 4%;
}
@media (max-width: 767px) {
  .location_lead .right {
    padding-block: 40px;
  }
}
.location_lead .right a {
  color: currentColor;
  font-family: "filosofia-lining", serif;
  font-weight: normal;
  text-decoration: underline;
  font-size: 32px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .location_lead .right a {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.location_lead .right a:hover {
  text-decoration: none;
}
.location_lead .flexo {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .location_lead .flexo {
    gap: 10px;
  }
}
.location_lead .flexo:last-of-type {
  margin-top: 40px;
}
.location_lead .flexo:last-of-type img {
  width: 100%;
}
.location_lead .flexo img {
  display: block;
  width: 80%;
  position: relative;
  top: 8px;
}
@media (max-width: 767px) {
  .location_lead .flexo img {
    top: 0;
  }
}

.procedure_tabs {
  background: radial-gradient(#385981 0%, #2b3c58 100%);
  color: #fff;
  outline: 1px solid rgba(255, 255, 255, 0.3);
  outline-offset: -2rem;
  padding-block: 100px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .procedure_tabs {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .procedure_tabs {
    outline-offset: -1rem;
    padding-block: 40px;
  }
}
.procedure_tabs .topper a {
  color: currentColor;
}
.procedure_tabs .tabpicker {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .procedure_tabs .tabpicker {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.procedure_tabs .tabpicker img {
  display: block;
  border: 11px solid rgba(250, 217, 164, 0);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.procedure_tabs .tabpicker span {
  display: block;
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: bold;
  font-size: 45px;
  text-align: center;
  color: #fff;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .procedure_tabs .tabpicker span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .procedure_tabs .butt {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-inline: 4%;
  }
  .procedure_tabs .butt img {
    display: block;
    align-self: flex-start;
  }
}
.procedure_tabs .butt.btn-selected img {
  border: 11px solid #fad9a4;
}
.procedure_tabs .butt:hover img {
  border: 11px solid #fad9a4;
}
.procedure_tabs .singletab {
  display: none;
  padding-block: 100px 40px;
  text-align: center;
  max-width: 1080px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .procedure_tabs .singletab {
    max-width: 100%;
    padding-inline: 6%;
    padding-block: 60px 40px;
  }
}
.procedure_tabs .singletab.tab-selected {
  display: block;
}
.procedure_tabs .singletab a {
  color: #fff;
}
.procedure_tabs .singletab p {
  text-wrap: balance;
}
@media (max-width: 767px) {
  .procedure_tabs .singletab p {
    font-size: 1.25rem;
  }
}
.procedure_tabs .singletab p:has(a.button) {
  margin-block: 2.5rem 0;
}

.faq {
  background: #F5F5F5;
  color: #2B3C58;
  padding-block: 100px;
}
@media (max-width: 767px) {
  .faq {
    padding-block: 40px;
  }
}
.faq .container {
  max-width: 1160px;
}
.faq h2 {
  margin-block: 0 44px;
}
.faq .faqblock {
  margin-block: 50px 0;
}
.faq .question {
  padding-inline: 4%;
  padding-block: 30px 20px;
}
.faq .question button {
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.faq .singlefaq {
  background: #EDEDED;
  margin-block: 0 10px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 30px;
}
.faq .singlefaq h3 {
  margin-block: 0;
  color: #2B3C58;
  font-size: 33px;
  line-height: 37px;
}
@media (max-width: 767px) {
  .faq .singlefaq h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}
.faq .answer {
  padding-top: 20px;
  display: none;
}
.faq .answer.is-active {
  display: block;
}
.faq .singlefaq:has(.show-answer) .plussy svg #Line_1059-2 {
  display: none;
}
.faq .plussy {
  background: #FAD9A4;
  border-radius: 0px 10px 10px 0px;
  cursor: pointer;
}
.faq .plussy svg {
  display: block;
  margin-inline: auto;
  margin-top: calc(30px + 1ch);
}
@media (max-width: 767px) {
  .faq .plussy svg {
    margin-top: calc(30px + 0.5ch);
  }
}

.text_only_hero {
  color: #fff;
  padding-block: 20vh;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .text_only_hero {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .text_only_hero {
    padding-block: 10vh;
  }
}
.text_only_hero .cnt {
  width: 70vw;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .text_only_hero .cnt {
    width: 100%;
    padding-inline: 4%;
  }
}
.text_only_hero h1 {
  font-family: "urw-form", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  margin-block: 0 30px;
}
@media (max-width: 767px) {
  .text_only_hero h1 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.text_only_hero p {
  font-family: "filosofia-lining", serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-block: 0;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .text_only_hero p {
    font-size: 20px;
    line-height: 1.8;
  }
}

body:has(.doctors_hero) .anchor_block .container {
  max-width: 1170px;
}
body:has(.doctors_hero) .lead_block .container {
  max-width: 1280px;
}

.doctors_hero {
  color: #fff;
  margin-bottom: 140px;
}
.doctors_hero .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 8%;
  padding-block: 20vh 0;
}
@media (max-width: 767px) {
  .doctors_hero .container {
    padding-block: 10vh 0;
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .doctors_hero .left {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.doctors_hero h1 {
  font-family: "urw-form", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 56px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .doctors_hero h1 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.doctors_hero .btnwrap {
  justify-content: flex-start;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .doctors_hero .btnwrap {
    margin-block: 20px;
  }
}
.doctors_hero .right img {
  display: block;
  margin-bottom: -70px;
}

.accolades_three_column {
  background: #F5F5F5;
  color: #2B3C58;
  padding-block: 80px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .accolades_three_column {
    margin-bottom: 40px;
  }
}
.accolades_three_column h2 {
  text-align: center;
}
.accolades_three_column .flex {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 90px;
}
@media (max-width: 980px) {
  .accolades_three_column .flex {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .accolades_three_column .flex {
    margin-top: 40px;
  }
}
.accolades_three_column .singlacc {
  padding-inline: 10px;
}
@media (max-width: 767px) {
  .accolades_three_column .singlacc {
    padding-inline: 0;
  }
}

.membership_overlay_block {
  color: #2B3C58;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .membership_overlay_block {
    margin-bottom: 40px;
  }
}
.membership_overlay_block .largeimg {
  width: 100%;
}
.membership_overlay_block .largeimg img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.membership_overlay_block ul {
  margin-left: 1rem;
  margin-block: 2rem;
}
.membership_overlay_block .inner {
  padding: 100px;
  background: #fff;
  margin-top: -100px;
  position: relative;
  z-index: 3;
}
@media (max-width: 980px) {
  .membership_overlay_block .inner {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .membership_overlay_block .inner {
    margin-top: -2rem;
    padding: 8%;
  }
}
.membership_overlay_block h2 {
  margin-bottom: 30px;
}
.membership_overlay_block .logos {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}
@media (max-width: 980px) {
  .membership_overlay_block .logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .membership_overlay_block .logos {
    grid-template-columns: repeat(1, 1fr);
  }
}
.membership_overlay_block .logos img {
  display: block;
}

body.single-post main,
body.category main {
  margin-top: 45px;
}
@media (max-width: 980px) {
  body.single-post main,
  body.category main {
    margin-top: 48px;
  }
}

.blog_header {
  color: #fff;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .blog_header {
    margin-bottom: 40px;
  }
}
@media (max-width: 980px) {
  .blog_header {
    min-height: 300px;
    padding-block: 0 30px;
  }
}
@media (max-width: 767px) {
  .blog_header {
    min-height: 200px;
  }
}
.blog_header .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 8%;
}
@media (max-width: 980px) {
  .blog_header .container {
    padding-inline: 4%;
    container-type: inline-size;
  }
}
@media (max-width: 767px) {
  .blog_header .container {
    container-type: inline-size;
  }
}
.blog_header h1 {
  font-family: "urw-form", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 56px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  margin-top: 5vh;
}
@media (max-width: 980px) {
  .blog_header h1 {
    line-height: 1.3;
    font-size: 5cqw;
    text-wrap: balance;
  }
}
@media (max-width: 767px) {
  .blog_header h1 {
    font-size: 30px;
    line-height: 1.3;
    font-size: 7cqw;
  }
}

.blogcats {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .blogcats {
    margin-bottom: 40px;
  }
}
.blogcats h2 {
  color: #2B3C58;
}
.blogcats ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .blogcats ul {
    flex-wrap: wrap;
    gap: 0;
  }
  .blogcats ul li {
    width: 100%;
  }
}
.blogcats ul a {
  color: #3164A6;
  font-size: 1rem;
}
.blogcats ul a:hover {
  text-decoration: none;
}

.articles {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .articles {
    margin-bottom: 40px;
  }
}
.articles .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding-inline: 6%;
}
@media (max-width: 980px) {
  .articles .container {
    padding-inline: 4%;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .articles .container {
    grid-template-columns: 1fr;
  }
}
.articles .card {
  background: #2B3C58;
  color: #fff;
  padding: 30px;
}
.articles .featured {
  margin-bottom: 30px;
}
.articles .featured img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles p {
  font-size: 1rem;
  line-height: 30px;
}
.articles h2 {
  margin-bottom: 30px;
  font-size: 33px;
  line-height: 44px;
}
.articles .btnwrap {
  justify-content: flex-start;
  margin-top: 30px;
}
.articles .load-more-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  grid-column: -1/1;
  margin-top: 40px;
}

.loop {
  color: #2B3C58;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .loop {
    margin-bottom: 40px;
  }
}
.loop .container {
  max-width: 1280px;
}
.loop .container h2:not(:first-of-type) {
  margin-top: 3rem;
}
.loop .leadblock {
  display: grid;
  grid-template-columns: 1fr 600px;
  gap: 100px;
  margin-bottom: 80px;
}
@media (max-width: 980px) {
  .loop .leadblock {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 980px) {
  .loop .leadblock .featured {
    order: -1;
  }
}
.loop .leadblock img {
  display: block;
  width: 100%;
}

.the-singlepost-navigation {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.the-singlepost-navigation a:only-child {
  margin-left: auto;
}

#opensources {
  color: #fff;
  cursor: pointer;
  display: inline-block;
}

.source {
  display: block;
  width: 100%;
  color: #fff;
}

footer .bottom .singlesources {
  display: none;
  padding-block: 0 1rem;
  font-size: 12px;
}
footer .bottom .singlesources p {
  margin-bottom: 1em;
}
footer .bottom .singlesources a {
  text-decoration: underline;
}
footer .bottom .singlesources a:hover {
  text-decoration: none;
}

#tooltip > img {
  outline: 2px solid #3164A6;
  border-radius: 50%;
}

#tooltip .tooltipcnt {
  color: #2B3C58;
}
#tooltip .tooltipcnt * {
  font-size: 1.25rem;
  text-align: left;
  font-family: "agenda-one", sans-serif;
  font-weight: 300;
}
#tooltip .tooltipcnt img {
  display: block;
  width: 15px;
  height: 15px;
}
#tooltip .tooltipcnt a {
  text-align: left;
  color: #2B3C58;
  font-size: 1.25rem;
  display: inline-block;
  width: 100%;
}
#tooltip .tooltipcnt a:hover {
  text-decoration: underline;
}

#tooltip img {
  position: relative;
  top: -4px;
}

.doctor_pull_quote {
  background: radial-gradient(#385981 0%, #2b3c58 100%);
  color: #fff;
  padding-block: 140px;
}
@media (max-width: 767px) {
  .doctor_pull_quote {
    padding-block: 40px;
  }
}
.doctor_pull_quote .container {
  display: grid;
  grid-template-columns: 200px 1fr;
  max-width: 1280px;
  margin-inline: auto;
  gap: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .doctor_pull_quote .container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .doctor_pull_quote .imgwrap {
    display: flex;
    justify-content: center;
  }
}
.doctor_pull_quote blockquote {
  color: #fff;
  font-style: italic;
  font-size: 35px;
  line-height: 48px;
  text-align: left;
}
@media (max-width: 980px) {
  .doctor_pull_quote blockquote {
    font-size: 33px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .doctor_pull_quote blockquote {
    font-size: 26px;
  }
}
.doctor_pull_quote cite {
  margin-top: 2rem;
  color: #fff;
  font-family: "filosofia-lining", serif;
  font-weight: normal;
  font-size: 31px;
  text-align: left;
}
@media (max-width: 980px) {
  .doctor_pull_quote cite {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .doctor_pull_quote cite {
    font-size: 22px;
  }
}
.doctor_pull_quote .largemarge {
  position: absolute;
  top: -40px;
  left: 80px;
}
@media (max-width: 767px) {
  .doctor_pull_quote .largemarge {
    left: 20px;
  }
}
.doctor_pull_quote .angle {
  position: absolute;
  top: 30%;
  left: -46px;
  transform: translateY(-40%);
}
@media (max-width: 980px) {
  .doctor_pull_quote .angle {
    top: 25%;
  }
}
@media (max-width: 767px) {
  .doctor_pull_quote .angle {
    display: none;
  }
}
.doctor_pull_quote .quotepart {
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  padding-inline: 80px 60px;
  padding-block: 100px;
}
@media (max-width: 767px) {
  .doctor_pull_quote .quotepart {
    padding-inline: 20px 20px;
    padding-block: 80px 40px;
  }
}

.home_why_block .whybg {
  margin-top: 0;
}

.bc {
  color: #fff;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 33;
  width: 100%;
}
@media (max-width: 767px) {
  .bc {
    bottom: 0;
    font-size: 14px;
  }
}
.bc ol {
  display: flex;
  gap: 1ch;
  list-style-type: none;
}
.bc ol a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .home_why_block .top .lgoo {
    position: relative;
    z-index: 33;
  }
}
.location_header.has-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

/*# sourceMappingURL=inside.css.map */