/*
Theme Name: Rex Hamilton
Description: A custom theme built by the FS.
Author: FS
Version: 1.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: unset;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border-color: unset;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

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

a {
  cursor: pointer;
}

div.two-col {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  div.two-col {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.two-col {
  -moz-columns: 2;
       columns: 2;
}
@media screen and (max-width: 767px) {
  .two-col {
    -moz-columns: 1;
         columns: 1;
  }
}

.three-col {
  -moz-columns: 3;
       columns: 3;
}
@media screen and (max-width: 767px) {
  .three-col {
    -moz-columns: 1;
         columns: 1;
  }
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

small {
  font-size: 0.85em;
}

em {
  font-style: italic;
}

/* wordpress */
@media screen and (max-width: 767px) {
  img.alignnone,
  img.size-full {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

img.aligncenter {
  margin: 1rem auto;
  max-width: 100%;
  height: auto;
  display: block;
}

img.alignleft {
  margin: 1rem 3rem 3rem 0;
  max-width: 100%;
  height: auto;
  float: left;
}

img.alignright {
  margin: 1rem 0rem 3rem 3rem;
  max-width: 100%;
  height: auto;
  float: right;
}

@media screen and (max-width: 767px) {
  img.aligncenter,
  img.alignleft,
  img.alignright,
  img.alignmedium,
  img.aligcenter {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .wp-caption {
    max-width: 100%;
  }
  .wp-caption img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  iframe[src*=youtube] {
    max-height: 340px;
  }
}
img.lazyload,
img.lazyloading {
  opacity: 0;
  transition: opacity 400ms ease;
}

img.lazyloaded {
  opacity: 1;
  transition: opacity 400ms ease;
}

body {
  font-family: "aktiv-grotesk-extended", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #0A1C27;
}

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

p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 36px;
  margin-block: 0 1.5rem;
}
p:has(.button, .frm_forms .frm_button_submit) {
  margin-top: 2rem;
}

h1 {
  font-weight: 500;
  font-size: 52px;
  line-height: 59px;
  margin-block: 0 1rem;
}

.container {
  margin-inline: auto;
  width: 100%;
  max-width: 100%;
  padding-inline: 4%;
}
.container.small {
  max-width: calc(1280px + 8%);
}

.btnwrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button, .frm_forms .frm_button_submit {
  display: inline-block;
  background: #00A4DE;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  padding: 0.5rem 2rem;
  border-radius: 28px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #00A4DE;
  font-size: 19px;
  text-align: center;
  line-height: 1.55;
}
.button:hover, .frm_forms .frm_button_submit:hover {
  background: #ffffff;
  color: #00A4DE;
}
.button.white, .frm_forms .white.frm_button_submit {
  background: #ffffff;
  color: #0B6DA7;
}
.button.white:hover, .frm_forms .white.frm_button_submit:hover {
  background: #0A1C27;
  color: #fff;
}

.bgsettings, .hours_block, .contact_form_block, .text_only_header, .just_anchor_block, .doctor_header, .landing_page_header .bgimage, .doctor_block_with_background .container, .doctor_quote, .video_block, .image_background_text_left, .just_content.has-bg, .inside_header, .review_slider, .home_lives_changed .deskimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 1025px) {
  .fixedheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    transition: background 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1080px) {
  .fixedheader {
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .fixedheader.scrolled {
    background: #073d5f;
    transition: background 0.3s ease-in-out;
  }
  .fixedheader.scrolled .navwrapper {
    padding-block: 1% 1%;
  }
  .fixedheader .nav-plus {
    display: none;
  }
  .fixedheader .leftcol {
    position: relative;
    display: flex;
    align-items: center;
  }
  .fixedheader .rightcol {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1080px) {
  .fixedheader .rightcol {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .navwrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    padding-inline: 2%;
    padding-block: 2%;
    transition: padding-block 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1080px) {
  .navwrapper {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .navwrapper .button, .navwrapper .frm_forms .frm_button_submit, .frm_forms .navwrapper .frm_button_submit {
    padding-block: 0.5rem;
    padding-inline: 1.5rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .navwrapper .button, .navwrapper .frm_forms .frm_button_submit, .frm_forms .navwrapper .frm_button_submit {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1080px) {
  .navwrapper .button, .navwrapper .frm_forms .frm_button_submit, .frm_forms .navwrapper .frm_button_submit {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  a.deskphone {
    font-size: 19px;
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
  }
  a.deskphone:hover {
    text-decoration: none;
    -webkit-text-decoration-color: #00A4DE;
            text-decoration-color: #00A4DE;
    text-underline-offset: 1rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  a.deskphone {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  a.deskphone {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .header-menu {
    list-style: none;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 2vw;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1080px) {
  .header-menu {
    justify-content: center;
  }
}
@media only screen and (min-width: 1025px) {
  .header-menu > li > a {
    position: relative;
  }
  .header-menu > li > a::before {
    content: "";
    width: 100%;
    background-color: transparent;
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: 0.5ch;
  }
  .header-menu > li:hover a:before {
    background-color: #00A4DE;
  }
  .header-menu > li > a {
    text-align: center;
    height: 100%;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 0.9rem;
    line-height: 1;
    white-space: nowrap;
    padding-block: 1rem 1rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .header-menu > li > a {
    font-size: 0.8em;
    text-wrap: nowrap;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .header-menu > li > a {
    font-size: clamp(0.6875rem, -0.0625rem + 1.1719vw, 0.875rem);
  }
}
@media only screen and (min-width: 1025px) {
  .header-menu ul {
    list-style: none;
  }
  .sub-menu {
    list-style: none;
    display: none;
    position: absolute;
    width: 13rem;
    min-width: 250px;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    z-index: 1000;
  }
  .sub-menu a {
    color: #0A1C27;
    font-size: 1rem;
    text-decoration: none;
    font-weight: normal;
    padding-block: 0.5ch;
    display: block;
  }
  .sub-menu a:hover {
    color: #00A4DE;
  }
  li.menu-item-has-children:hover .sub-menu {
    display: block;
  }
  li.menu-item-has-children.mega {
    position: static;
  }
  li.menu-item-has-children.mega .sub-menu.depth-0 {
    left: 0;
    right: 0;
    width: 100vw;
    max-width: calc(100vw - 6.5%);
    padding-inline: 8%;
    padding-block: 8%;
  }
  li.menu-item-has-children.mega .sub-menu.depth-0 a {
    font-weight: normal;
    font-size: 26px;
  }
  li.menu-item-has-children.mega .sub-menu.depth-0 > li {
    flex-basis: 33%;
  }
  li.menu-item-has-children.mega .sub-menu.depth-1 {
    padding: unset;
    display: block;
    position: relative;
    width: unset;
    min-width: unset;
    max-width: unset;
    border-radius: unset;
    background: inherit;
  }
  li.menu-item-has-children.mega .sub-menu.depth-1 a {
    font-weight: normal;
    font-size: 16px;
  }
  li.menu-item-has-children.mega:hover .sub-menu.depth-0 {
    display: flex;
  }
}
.bookmenu,
.moblogo,
.mobilephone,
.opennav {
  display: none;
}

@media (max-width: 1024px) {
  .deskphone {
    display: none;
  }
  .navwrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .rightcol .button, .rightcol .frm_forms .frm_button_submit, .frm_forms .rightcol .frm_button_submit {
    display: none;
  }
  .mobilephone {
    display: block;
    font-size: 0;
  }
  .mobilephone svg path {
    fill: #ffffff;
  }
  .moblogo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .moblogo a {
    display: flex;
    align-items: center;
  }
  .fixedheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4%;
    background-color: #193C5C;
    z-index: 999;
  }
  .fixedheader nav {
    display: none;
    position: absolute;
    z-index: 999;
    height: 100vh;
    overflow-y: scroll;
    padding-block: 0 15rem;
    width: 100%;
    top: 100%;
    left: 0;
  }
  .fixedheader nav.is-active {
    display: block;
    background: #FFFFFF;
  }
  .opennav {
    display: block;
  }
  .opennav.is-active .open {
    display: none;
  }
  .opennav.is-active .close {
    display: block;
  }
  .opennav .open {
    height: 18px;
    width: 25px;
  }
  .opennav .close {
    display: none;
    height: 18px;
    width: 25px;
  }
  .header-menu {
    flex-direction: column;
  }
  .header-menu a {
    color: #0A1C27;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    padding-inline: 4% 0;
    text-decoration: none;
    display: block;
  }
  .header-menu > li {
    text-align: left;
    justify-content: flex-start;
    border-bottom: 1px solid #EFEFEF;
  }
  .header-menu > li > a {
    text-align: left;
    padding-bottom: unset;
    padding-block: 1rem;
  }
  .header-menu .sub-menu {
    display: none;
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    padding: 0;
  }
  .header-menu .sub-menu a {
    padding-block: 1rem;
  }
  .header-menu .sub-menu.depth-1 a {
    padding-left: 6%;
  }
  .header-menu .menu-item-has-children {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .header-menu .menu-item-has-children > a {
    flex-grow: 1;
  }
  .header-menu .nav-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
  }
  .header-menu .nav-plus.rotatoe .line-two {
    display: none;
  }
  .bookmenu {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fixedheader .rightcol {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 980px) {
  main {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  main {
    padding-top: 55px;
    margin-top: unset;
  }
}
section:has([data-aos=zoom-out-pre]),
section:has([data-aos=zoom-out]) {
  overflow: hidden;
}

.home_hero {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-block: 0 10vh;
}
@media (max-width: 980px) {
  .home_hero {
    padding-block: 0;
    align-items: center;
    height: 100lvh; /* Large viewport height */
    height: 100dvh; /* Dynamic viewport height */
    height: 100svh; /* Safe viewport height */
  }
}
.home_hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.home_hero:after {
  content: "";
  background: linear-gradient(180deg, rgba(7, 61, 95, 0) 0%, #0a1c27 100%);
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
}
.home_hero .container {
  position: relative;
  z-index: 33;
  text-align: center;
  color: #fff;
  max-width: 1020px;
}
.home_hero .container p {
  text-wrap: balance;
  font-size: 1.25rem;
}
.home_hero .container .button, .home_hero .container .frm_forms .frm_button_submit, .frm_forms .home_hero .container .frm_button_submit {
  min-width: 320px;
}
@media (max-width: 767px) {
  .home_hero .container .button, .home_hero .container .frm_forms .frm_button_submit, .frm_forms .home_hero .container .frm_button_submit {
    min-width: 100%;
  }
}
.home_hero .container img {
  opacity: 1;
}
.home_hero .btnwrap {
  margin-block: 0 40px;
}
@media (max-width: 767px) {
  .home_hero .btnwrap {
    margin-block: 0 1rem;
  }
}
@media (max-width: 980px) {
  .home_hero h1 {
    text-wrap: balance;
    margin-block: 0 1rem;
  }
}
@media (max-width: 767px) {
  .home_hero h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .home_hero p {
    font-size: 17px;
    line-height: 31px;
    text-wrap: balance;
  }
  .home_hero .button.white, .home_hero .frm_forms .white.frm_button_submit, .frm_forms .home_hero .white.frm_button_submit {
    background: #00A4DE;
    color: #fff;
  }
}

.home_welcome_video {
  overflow: hidden;
  color: #fff;
  background: #0A1C27;
  padding-block: 200px 100px;
}
@media (max-width: 767px) {
  .home_welcome_video {
    padding-block: 0 60px;
  }
}
.home_welcome_video .videowrapper {
  width: 100%;
  max-width: 1044px;
  margin: 0 auto;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .home_welcome_video .videowrapper {
    padding-inline: 4%;
  }
}
.home_welcome_video video {
  border-radius: 10px;
  width: 100%;
  min-height: 100%;
  max-width: 534px;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 667px;
}
@media (max-width: 767px) {
  .home_welcome_video video {
    max-width: 100%;
    height: 408px;
    aspect-ratio: 4/4;
  }
}
.home_welcome_video .cnt {
  margin-top: -130px;
  font-weight: 500;
  font-size: 45px;
  line-height: 91px;
  text-align: center;
  color: #00A4DE;
}
@media (max-width: 767px) {
  .home_welcome_video .cnt {
    font-size: 25px;
    line-height: 31px;
    margin-top: -100px;
  }
}
.home_welcome_video .cnt span {
  color: #fff;
}
@media (max-width: 767px) {
  .home_welcome_video .cnt span {
    display: block;
  }
}
.home_welcome_video .sub {
  margin-top: 130px;
  max-width: 760px;
}
@media (max-width: 767px) {
  .home_welcome_video .sub {
    margin-top: 70px;
  }
}
.home_welcome_video .sub p {
  font-size: 19px;
  line-height: 36px;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .home_welcome_video .sub p {
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    padding-inline: 4%;
  }
}

.sixtyover .topbar,
.under_40 .topbar,
.fourty-sixty .topbar {
  width: 1px;
  background: #00A4DE;
  height: 250px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .sixtyover .topbar,
  .under_40 .topbar,
  .fourty-sixty .topbar {
    height: 120px;
  }
}
.sixtyover .pre,
.under_40 .pre,
.fourty-sixty .pre {
  margin-top: 40px;
  font-weight: 300;
  font-size: 34px;
  line-height: 36px;
  color: #00A4DE;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .sixtyover .pre,
  .under_40 .pre,
  .fourty-sixty .pre {
    margin-top: 30px;
  }
}
.sixtyover .heading,
.under_40 .heading,
.fourty-sixty .heading {
  font-weight: normal;
  font-size: 104px;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  display: block;
}
@media (max-width: 767px) {
  .sixtyover .heading,
  .under_40 .heading,
  .fourty-sixty .heading {
    font-size: 49px;
  }
}
.sixtyover .pinner,
.under_40 .pinner,
.fourty-sixty .pinner {
  display: block;
  margin-block: -40vh;
}

.under_40 {
  background: #0A1C27;
  position: relative;
}
.under_40 .gallery {
  padding-top: 15vh;
}
@media (max-width: 767px) {
  .under_40 .gallery--bento .caption {
    font-size: 37px;
    text-align: center;
  }
}

.fourty-sixty {
  background: #00A4DE;
  color: #fff;
}
.fourty-sixty .gallery-wrap {
  margin: 0 auto;
}
.fourty-sixty .pinner {
  margin-block: -100px 0;
  position: relative;
}
.fourty-sixty .suckup {
  margin-bottom: 0;
}
.fourty-sixty .pre {
  color: #fff;
}
.fourty-sixty .topbar {
  background: #fff;
}
.fourty-sixty .gallery--row .caption {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
  font-size: 4.5vw;
}
@media (max-width: 767px) {
  .fourty-sixty .gallery--row .caption {
    padding-block: 0 8ch;
    font-size: 10vw;
    text-wrap: balance;
    line-height: 36px;
  }
}
.fourty-sixty #gallery-1 {
  padding-top: 100px;
}

.sixtyover {
  background: #0B6DA7;
  color: #fff;
}
.sixtyover .gallery-wrap {
  margin: 0 auto;
}
.sixtyover .pinner {
  margin-block: 100px -100px;
  position: relative;
}
.sixtyover .suckup {
  margin-bottom: 0;
}
.sixtyover .caption p {
  font-size: 4.5vw;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-weight: 400;
}
@media (max-width: 767px) {
  .sixtyover .caption p {
    font-size: 37px;
    line-height: 36px;
  }
  .sixtyover .caption p span {
    display: block;
  }
}

.blue_bento {
  background: #00A4DE;
  color: #fff;
  padding-inline: 4%;
  padding-block: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .blue_bento {
    padding-block: 20px;
    overflow: hidden;
  }
}
.blue_bento.dark-bento {
  background: #0B6DA7;
}
.blue_bento a {
  color: #fff;
}
.blue_bento .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "logo cnt" "cta cta";
  gap: 2rem;
}
@media (max-width: 767px) {
  .blue_bento .grid {
    grid-template-areas: "logo" "cnt" "cta";
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.blue_bento .grid > div {
  background: rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  padding: 80px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .blue_bento .grid > div {
    padding: 20px;
  }
}
.blue_bento .grid > div.cnt p {
  font-size: 1.25rem;
}
.blue_bento .logo {
  display: flex;
  justify-content: center;
  gap: 1%;
}
@media (max-width: 767px) {
  .blue_bento .logo {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 180px 1fr;
    order: 2;
    overflow: hidden;
  }
  .blue_bento .logo .bentologo {
    display: block;
    margin: 0 auto;
    max-width: 60px;
  }
}
.blue_bento .logo div {
  width: 120px;
}
.blue_bento .logo div img {
  display: block;
  width: 100%;
}
.blue_bento .logo p {
  font-weight: 500;
  font-size: 35px;
  text-wrap: nowrap;
  margin-block: 0;
  line-height: 1.2;
}
@media screen and (max-width: 1300px) {
  .blue_bento .logo p {
    font-size: clamp(1.25rem, -1.4619rem + 4.2373vw, 1.875rem);
  }
}
@media (max-width: 767px) {
  .blue_bento .logo p {
    font-size: 15px;
  }
}
.blue_bento .logo p:first-of-type {
  margin-top: 4rem;
  margin-right: -1rem;
  text-align: right;
}
@media (max-width: 767px) {
  .blue_bento .logo p:first-of-type {
    margin-top: 1rem;
    margin-right: 0;
    text-align: left;
    position: relative;
    top: 3rem;
    right: -1rem;
  }
}
.blue_bento .logo p:last-of-type {
  align-self: end;
  margin-bottom: 2rem;
  margin-left: -1rem;
}
@media (max-width: 767px) {
  .blue_bento .logo p:last-of-type {
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
    top: -3rem;
    right: 1rem;
  }
}
.blue_bento .cnt {
  display: flex;
  align-items: center;
}
.blue_bento .cta {
  grid-area: cta;
}
.blue_bento .ctaheader {
  text-align: center;
  font-weight: 500;
  font-size: 23px;
  line-height: 36px;
  text-wrap: balance;
  padding-inline: 2%;
}
@media (max-width: 767px) {
  .blue_bento .ctaheader {
    font-size: 17px;
    line-height: 28px;
  }
}
.blue_bento .btnwrap {
  margin-top: 2rem;
  gap: 1rem;
}
@media (max-width: 980px) {
  .blue_bento .btnwrap {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}

.logo_rotato {
  background: #0A1C27;
  color: #fff;
  padding-block: 140px;
}
@media (max-width: 767px) {
  .logo_rotato {
    padding-block: 100px;
  }
}
.logo_rotato .top p {
  text-align: center;
  font-size: 72px;
  margin-block: 0 60px;
  line-height: 1;
}
@media (max-width: 767px) {
  .logo_rotato .top p {
    font-size: 43px;
    line-height: 50px;
    text-wrap: balance;
    padding-inline: 1rem;
  }
}
.logo_rotato .top {
  margin-block: 0 2rem;
}
.logo_rotato .lines img {
  display: block;
  margin: 0 auto;
  margin-block: 0 30px;
}
.logo_rotato .lines span.first {
  width: 1px;
  height: 200px;
  background: #00A4DE;
  display: block;
  margin: 0 auto;
}
.logo_rotato .lines span.last {
  display: block;
  min-width: 100%;
  height: 1px;
  margin: auto;
  background: linear-gradient(90deg, rgb(10, 10, 10) 0%, #00A4DE 19%, #00A4DE 80%, rgba(1, 1, 1, 0) 100%);
}
.logo_rotato .slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.logo_rotato .slide {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 2rem;
}
.logo_rotato .slide img {
  max-height: 100px;
  width: auto;
  display: block;
}

.hundred-text {
  font-size: 104px;
  line-height: 1;
  font-weight: normal;
}

.thirty-text {
  font-size: 36px;
  line-height: 1;
}

.home_lives_changed {
  padding-inline: 2%;
  background: #0A1C27;
  color: #fff;
  padding-block: 0 4%;
}
@media (max-width: 767px) {
  .home_lives_changed {
    padding-block: 0 40px;
  }
}
.home_lives_changed .mobimg {
  display: none;
}
@media (max-width: 980px) {
  .home_lives_changed .mobimg {
    display: block;
    margin: 0 auto;
  }
  .home_lives_changed .mobimg img {
    margin: 0 auto;
    display: block;
  }
}
.home_lives_changed .deskimg {
  display: block;
  aspect-ratio: 1460/850;
  border-radius: 1rem;
}
@media (max-width: 980px) {
  .home_lives_changed .deskimg {
    display: none;
  }
}
.home_lives_changed .top {
  position: relative;
}
.home_lives_changed .cntright {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 33;
  width: 50%;
  right: 0;
  padding-right: 6%;
}
@media (max-width: 980px) {
  .home_lives_changed .cntright {
    padding-right: unset;
    position: relative;
    transform: unset;
    top: unset;
    left: unset;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home_lives_changed .cntright {
    padding-inline: 4%;
    padding-block: 4%;
  }
}
.home_lives_changed p:not(.thirty-text):not(.hundred-text) {
  margin-top: 2rem;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .home_lives_changed p:not(.thirty-text):not(.hundred-text) {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
  }
}
@media (max-width: 980px) {
  .home_lives_changed p.thirty-text {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .home_lives_changed p.hundred-text {
    font-size: 4rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .home_lives_changed .hundred-text,
  .home_lives_changed .thirty-text {
    margin-bottom: 0;
  }
}
.home_lives_changed p:has(.button, .frm_forms .frm_button_submit) {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .home_lives_changed p:has(.button, .frm_forms .frm_button_submit) {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.home_lives_changed p:has(.button, .frm_forms .frm_button_submit) .button, .home_lives_changed p:has(.button, .frm_forms .frm_button_submit) .frm_forms .frm_button_submit, .frm_forms .home_lives_changed p:has(.button, .frm_forms .frm_button_submit) .frm_button_submit {
  padding-inline: 2rem;
}
.home_lives_changed .video-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1ch;
  padding-block: 4% 1%;
}
.home_lives_changed .video-controls:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #00A4DE;
  display: inline-block;
}
.home_lives_changed .video-controls button {
  display: block;
  width: 40px;
  height: 40px;
}
.home_lives_changed .video-controls button span {
  display: none;
}
.home_lives_changed .videowrappergrid {
  display: flex;
  flex-wrap: nowrap;
  gap: 4%;
  padding-top: 0;
  overflow: hidden;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-color: #0B6DA7 #0A1C27;
  scrollbar-color: #0A1C27 #0A1C27;
}
.home_lives_changed .videowrappergrid .singlevideo {
  scroll-snap-align: start;
  min-width: 30.5757575758%;
  margin-block: 0 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .home_lives_changed .videowrappergrid .singlevideo {
    min-width: 60vw;
    scroll-snap-align: center;
  }
}
.home_lives_changed .videowrappergrid .singlevideo .thumb {
  position: relative;
}
.home_lives_changed .videowrappergrid .singlevideo button.openvideo {
  position: absolute;
  z-index: 33;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_lives_changed .videowrappergrid img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.home_lives_changed .hiddenvideo {
  display: block;
  aspect-ratio: 16/9;
}
.home_lives_changed dialog {
  border: none;
  background-color: #00A4DE;
}
.home_lives_changed dialog .closevideo {
  color: #fff;
  margin-left: auto;
  display: block;
  margin-bottom: 1rem;
}
.home_lives_changed ::backdrop {
  background-image: linear-gradient(45deg, #00A4DE, #0B6DA7, #0A1C27);
  opacity: 0.75;
}
.home_lives_changed iframe {
  min-width: 100%;
  min-height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_lives_changed .btnwrap {
  margin-top: 4%;
}
@media (max-width: 767px) {
  .home_lives_changed .btnwrap {
    flex-wrap: wrap;
  }
}
.home_lives_changed .btnwrap .button, .home_lives_changed .btnwrap .frm_forms .frm_button_submit, .frm_forms .home_lives_changed .btnwrap .frm_button_submit {
  padding-inline: 3.5rem;
}
@media (max-width: 767px) {
  .home_lives_changed .btnwrap .button, .home_lives_changed .btnwrap .frm_forms .frm_button_submit, .frm_forms .home_lives_changed .btnwrap .frm_button_submit {
    padding-inline: 2rem;
  }
}

.insidepage .icongrid {
  background: #0A1C27;
  color: #fff;
  padding-block: 4% 8%;
}

.icongrid {
  padding-top: 4%;
}
.icongrid .lines {
  display: block;
  min-width: 100%;
  height: 1px;
  margin: auto;
  background: linear-gradient(90deg, rgb(10, 10, 10) 0%, #00A4DE 19%, #00A4DE 80%, rgba(1, 1, 1, 0) 100%);
}

.sicongrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 4%;
  gap: 8%;
}
@media (max-width: 767px) {
  .sicongrid {
    padding-inline: 12%;
    grid-template-columns: repeat(1, 1fr);
    gap: 90px;
  }
}

.singleicon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  container-type: inline-size;
}
.singleicon:nth-child(2) p.hundred-text {
  margin-block: 0.4rem 0.5rem;
}
@media (max-width: 767px) {
  .singleicon:first-of-type {
    margin-top: 12%;
  }
  .singleicon:last-of-type {
    margin-block: 0 12%;
  }
}
.singleicon p.hundred-text {
  font-size: 20cqw;
  line-height: 1.1;
}
@media (min-width: 1650px) {
  .singleicon p.hundred-text {
    font-size: 15cqw;
  }
}
.singleicon p.thirty-text {
  line-height: 1.1;
  font-size: 10cqw;
}
.singleicon img {
  display: block;
  margin-block: 0 2rem;
}

.lines.last {
  margin-top: 4%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.review_slider {
  background-attachment: fixed;
  color: #fff;
  padding-block: 0 100px;
  position: relative;
}
@media (max-width: 767px) {
  .review_slider {
    background-attachment: scroll;
    padding-block: 0 40px;
  }
}
.review_slider:after {
  content: "";
  background: linear-gradient(rgba(7, 61, 95, 0) 0%, #0a1c27 100%);
  position: absolute;
  inset: 0;
  z-index: 0;
}
.review_slider.lazyloaded {
  background-image: url(images/tallwave.webp);
}
.review_slider .topsection {
  padding-top: 60px;
  position: relative;
  z-index: 33;
}
@media (max-width: 980px) {
  .review_slider .topsection {
    padding-inline: 4%;
    text-wrap: balance;
  }
}
@media (max-width: 767px) {
  .review_slider .topsection {
    container-type: inline-size;
  }
}
.review_slider .topsection h2 {
  font-size: 72px;
  line-height: 108px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 980px) {
  .review_slider .topsection h2 {
    line-height: 1;
    margin-block: 0 2rem;
  }
}
@media (max-width: 767px) {
  .review_slider .topsection h2 {
    font-size: 11cqw;
  }
}
.review_slider .topsection p {
  font-style: italic;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  margin-block: 0 40px;
}
@media (max-width: 767px) {
  .review_slider .topsection p {
    font-size: 18px;
    line-height: 29px;
    text-wrap: balance;
  }
}
.review_slider .topsection img {
  display: block;
  margin: 0 auto;
}
.review_slider .reviews {
  padding-inline: 8%;
  margin-top: 110px;
  position: relative;
  z-index: 33;
}
@media (max-width: 980px) {
  .review_slider .reviews {
    padding-inline: 4%;
  }
}
@media (max-width: 767px) {
  .review_slider .reviews {
    margin-top: 40px;
  }
}
.review_slider .reviews .inner {
  border-radius: 10px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8%;
}
.review_slider .stars {
  display: block;
  margin: 0 auto;
}
.review_slider .carolme {
  margin-top: 60px;
}
.review_slider blockquote {
  font-weight: 500;
  font-style: italic;
  font-size: 22px;
  text-align: center;
  text-wrap: balance;
  display: block;
  padding-inline: 6%;
}
@media (max-width: 767px) {
  .review_slider blockquote {
    font-size: 17px;
    line-height: 29px;
  }
}
.review_slider cite {
  font-weight: bold;
  font-size: 32px;
  line-height: 47px;
  text-align: center;
  display: block;
  margin-top: 60px;
}
.review_slider .slick-arrow {
  top: 33%;
  position: absolute;
  transform: translateY(-50%);
  z-index: 33;
  display: block;
  width: 48px;
  height: 48px;
}
.review_slider .slick-arrow svg {
  display: block;
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .review_slider .slick-arrow {
    position: relative;
    top: unset;
    transform: unset;
  }
}
.review_slider .slick-arrow.slick-next {
  right: -40px;
}
@media (max-width: 767px) {
  .review_slider .slick-arrow.slick-next {
    right: 0;
  }
}
.review_slider .slick-arrow.slick-prev {
  left: -40px;
}
@media (max-width: 767px) {
  .review_slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.review_slider .littleg {
  display: block;
  margin: 0 auto;
  margin-top: 2rem;
}
.review_slider .rmobilenav {
  position: relative;
  margin-top: 3rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

footer {
  color: #fff;
  background: #0A1C27;
  padding-block: 0 160px;
}
@media (max-width: 767px) {
  footer {
    padding-block: 0 40px;
  }
}

.topfooter {
  padding-block: 120px 40px;
}
@media (max-width: 767px) {
  .topfooter {
    padding-block: 40px;
  }
}
.topfooter .container {
  max-width: calc(880px + 8%);
}
@media (max-width: 767px) {
  .topfooter .container {
    max-width: 100%;
  }
}
.topfooter p {
  padding-inline: 4%;
}
@media (max-width: 767px) {
  .topfooter p {
    font-size: 17px;
    line-height: 28px;
    text-align: center;
  }
}
.topfooter .featured {
  position: relative;
}
.topfooter .featured img {
  display: block;
  border-radius: 10px;
  margin: 0 auto;
}
.topfooter .featured figcaption {
  display: flex;
  justify-content: center;
  gap: 1ch;
  margin-block: -130px 130px;
  container-type: inline-size;
}
.topfooter .featured figcaption.flex-wrap {
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 767px) {
  .topfooter .featured figcaption {
    margin-block: 1rem;
    flex-wrap: wrap;
    gap: 0;
  }
}
.topfooter .featured figcaption span {
  display: block;
  font-weight: 500;
  font-size: 45px;
}
@media (max-width: 980px) {
  .topfooter .featured figcaption span {
    font-size: 7cqw;
    width: 100%;
    text-align: center;
  }
}
.topfooter .featured figcaption span.dark {
  color: #00A4DE;
}
.topfooter .btnwrap {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .topfooter .btnwrap {
    margin-top: 2rem;
  }
}
.topfooter .btnwrap .button, .topfooter .btnwrap .frm_forms .frm_button_submit, .frm_forms .topfooter .btnwrap .frm_button_submit {
  padding-block: 1rem;
  padding-inline: 3rem;
}
@media (max-width: 767px) {
  .topfooter .btnwrap .button, .topfooter .btnwrap .frm_forms .frm_button_submit, .frm_forms .topfooter .btnwrap .frm_button_submit {
    padding-inline: 1rem;
    padding-block: 1rem;
    width: 100%;
  }
}

.footerlower .footerlogo {
  display: block;
  margin: 0 auto;
  margin-top: 33px;
}
.footerlower .footerlogo img {
  display: block;
}
.footerlower .line {
  display: block;
  width: 1px;
  height: 250px;
  background: #00A4DE;
  margin: 0 auto;
}
.footerlower .inner {
  background: #25353f;
  border-radius: 10px;
  padding-top: 1px;
  margin-top: 130px;
  padding-bottom: 60px;
}
.footerlower .danmarino {
  position: relative;
  z-index: 33;
  margin-top: -130px;
}
.footerlower .fphone {
  font-weight: bold;
  font-size: 19px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-top: 4rem;
}
.footerlower address {
  color: #fff;
  margin-top: 40px;
}
.footerlower address p {
  font-weight: 300;
  font-size: 19px;
  text-align: center;
}
.footerlower address a {
  text-decoration: none;
  color: currentColor;
}
.footerlower .btnwrap {
  margin-top: 60px;
  gap: 30px;
}
@media (max-width: 767px) {
  .footerlower .btnwrap {
    flex-wrap: wrap;
  }
}
.footerlower .btnwrap .button, .footerlower .btnwrap .frm_forms .frm_button_submit, .frm_forms .footerlower .btnwrap .frm_button_submit {
  padding-inline: 2.5rem;
  padding-block: 0.88rem;
}

footer a {
  color: #fff;
  text-decoration: none;
}
footer .silvr {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
}
@media (max-width: 767px) {
  footer .silvr span {
    display: block;
    font-size: 0;
    height: 1ch;
  }
}

/* pages */
.insidepage h2 {
  font-weight: 500;
  font-size: 45px;
  line-height: 51px;
  margin-block: 0 1rem;
}
@media (max-width: 767px) {
  .insidepage h2 {
    font-size: 27px;
    line-height: 32px;
  }
}
.insidepage h3 {
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  margin-block: 0 1rem;
}
@media (max-width: 767px) {
  .insidepage h3 {
    font-size: 23px;
    line-height: 40px;
  }
}
.insidepage main a:not(.button) {
  color: currentColor;
}
.insidepage main a:not(.button):hover {
  -webkit-text-decoration-color: #00A4DE;
          text-decoration-color: #00A4DE;
}
.insidepage main ol,
.insidepage main ul {
  font-weight: 300;
  font-size: 1rem;
  line-height: 36px;
  list-style-position: outside;
  margin-left: 1.5rem;
  margin-block: 1rem;
  list-style-type: disc;
}
@media (max-width: 767px) {
  .insidepage main ol,
  .insidepage main ul {
    margin-left: 1.5rem;
  }
}
.insidepage main ol li,
.insidepage main ul li {
  padding-block: 0 1rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .insidepage main ol li,
  .insidepage main ul li {
    padding-left: 0.5rem;
  }
}
.insidepage main ol li::marker,
.insidepage main ul li::marker {
  font-size: 1.5em;
}

main ol li::marker {
  font-size: 1rem !important;
  font-weight: bold;
}

.bc {
  color: #fff;
  margin-block: 0 1rem;
  font-weight: 300;
  font-size: 14px;
}
.bc a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .bc a {
    font-size: 11px;
  }
}
.bc a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #00A4DE;
          text-decoration-color: #00A4DE;
  text-underline-offset: 1ex;
}

.inside_header {
  padding-block: 160px 120px;
  color: #fff;
  position: relative;
  background-image: url(images/hero-bg.webp);
}
@media (max-width: 767px) {
  .inside_header {
    padding-block: 0 4%;
  }
}
.inside_header:after {
  content: "";
  background: linear-gradient(rgba(7, 61, 95, 0) 0%, #0a1c27 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.inside_header .container.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-inline: 2%;
  padding-block: 0 60px;
}
@media (max-width: 767px) {
  .inside_header .container.grid {
    grid-template-columns: 1fr;
    padding-inline: 4%;
    padding-block: 4%;
  }
}
.inside_header h1 {
  font-size: 52px;
  margin-block: 0 1.25rem;
}
@media (max-width: 767px) {
  .inside_header h1 {
    font-size: 30px;
    line-height: 32px;
  }
}
.inside_header .ileftcol, .inside_header .irightcol {
  grid-row: 1/2;
}
@media (max-width: 767px) {
  .inside_header .ileftcol, .inside_header .irightcol {
    grid-row: inherit;
  }
}
.inside_header .ileftcol {
  grid-column: 1/3;
  align-self: center;
  position: relative;
  z-index: 33;
  padding-left: 8%;
  max-width: 50vw;
}
@media (max-width: 980px) {
  .inside_header .ileftcol {
    max-width: 100vw;
  }
}
@media (max-width: 767px) {
  .inside_header .ileftcol {
    padding-left: 0;
    order: 2;
    padding-top: 4%;
  }
  .inside_header .ileftcol a:has(img) {
    display: none;
  }
}
.inside_header .ileftcol .ihlogo {
  display: block;
  margin-block: 0 60px;
  padding-right: 5vw;
}
.inside_header .irightcol {
  grid-column: 2/-1;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 1024px) {
  .inside_header .irightcol:before {
    content: "";
    background: linear-gradient(90deg, rgba(25, 60, 92, 0.8) 0%, rgba(25, 66, 142, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 60vw;
    height: 100%;
  }
}
.inside_header .irightcol img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inside_header .line {
  display: block;
  min-width: 100%;
  height: 1px;
  margin: auto;
  background: linear-gradient(90deg, rgb(10, 10, 10) 0%, #00A4DE 19%, #00A4DE 80%, rgba(1, 1, 1, 0) 100%);
  width: 100%;
  margin-inline: auto;
}
.inside_header .vert {
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 120px;
  background: #00A4DE;
}
@media (max-width: 767px) {
  .inside_header .vert {
    height: 60px;
  }
}
.inside_header .eyecon {
  display: block;
  margin: 0 auto;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .inside_header .lead {
    padding-top: 8%;
  }
}
.inside_header .lead h2 {
  text-align: center;
  margin-block: 40px 30px;
}
@media (max-width: 767px) {
  .inside_header .lead h2 {
    text-wrap: balance;
    text-align: left;
  }
}
.inside_header .lead .cnt {
  max-width: 850px;
  margin-inline: auto;
  padding-block: 20px;
}
@media (max-width: 767px) {
  .inside_header .lead .cnt {
    max-width: 100%;
  }
}
.inside_header .lead .cnt:not(:has(h2)) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .inside_header .lead .cnt:not(:has(h2)) {
    padding-top: 20px;
  }
}
.inside_header .line:has(+ .anchors) {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .inside_header .line:has(+ .anchors) {
    margin-top: 40px;
  }
}
.inside_header .anchors {
  padding-block: 60px;
  max-width: 850px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .inside_header .anchors {
    padding-block: 40px;
    padding-inline: 12%;
    max-width: 100%;
  }
}
.inside_header .anchors ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 5ch;
       column-gap: 5ch;
  list-style-type: none;
  margin-left: 0;
  margin-block: 0;
}
@media (max-width: 767px) {
  .inside_header .anchors ul {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: unset;
         column-gap: unset;
  }
}
.inside_header .anchors ul li {
  padding-left: 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  font-weight: 300;
  font-size: 19px;
  color: #00A4DE;
}
@media (max-width: 767px) {
  .inside_header .anchors ul li {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.inside_header .anchors ul li a {
  display: block;
  text-decoration: underline;
  color: #00A4DE;
}
@media (max-width: 767px) {
  .inside_header .anchors ul li a {
    font-size: inherit;
    line-height: inherit;
  }
}
.inside_header .anchors ul li a:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.h2_image_left {
  background-color: #fff;
  color: #0A1C27;
  margin-block: 0 140px;
}
@media (max-width: 767px) {
  .h2_image_left {
    margin-block: 0 60px;
  }
}
.h2_image_left .container {
  display: flex;
  align-items: center;
  gap: 9vw;
}
@media (max-width: 980px) {
  .h2_image_left .container {
    flex-wrap: wrap;
  }
}
.h2_image_left .container > div {
  width: 50%;
}
@media (max-width: 980px) {
  .h2_image_left .container > div {
    width: 100%;
  }
}
.h2_image_left .container > div.rightcnt {
  padding-block: 40px 0;
}
.h2_image_left .container .leftimg {
  align-self: flex-start;
}
.h2_image_left .container .leftimg img {
  display: block;
  border-radius: 10px;
  margin-top: -2rem;
  position: relative;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.h2_image_left p:has(.button, .frm_forms .frm_button_submit) {
  margin-block: 0;
}

.just_content {
  margin-block: 0 140px;
}
@media (max-width: 767px) {
  .just_content {
    margin-block: 0 60px;
  }
}
.just_content h2:not(:first-of-type) {
  margin-top: 4rem;
}
.just_content h3:not(:first-of-type) {
  margin-top: 4rem;
}
.just_content.has-bg {
  padding-block: 92px;
  margin-block: 0;
}
@media (max-width: 767px) {
  .just_content.has-bg {
    padding-block: 40px;
  }
}
.just_content.has-bg.lazyloaded {
  background-image: url(images/cols-bg.webp);
}
@media (max-width: 767px) {
  .just_content.has-bg.lazyloaded {
    background-image: none;
    background-color: #fbfbfb;
  }
}
.just_content li::marker {
  color: #00A4DE;
}
.just_content .container > div {
  margin-block: 0 90px;
}
@media (max-width: 767px) {
  .just_content .container > div {
    margin-block: 0 60px;
  }
}
.just_content .container > div:last-of-type {
  margin-block: 0;
}
.just_content .half {
  display: flex;
  flex-wrap: nowrap;
  gap: 9vw;
}
@media (max-width: 767px) {
  .just_content .half {
    flex-wrap: wrap;
    gap: 0;
  }
}
.just_content .half > div {
  width: 50%;
}
@media (max-width: 767px) {
  .just_content .half > div {
    width: 100%;
  }
  .just_content .half > div:first-child {
    margin-block: 0 60px;
  }
}
.just_content .thirds {
  display: flex;
  flex-wrap: nowrap;
  gap: 9vw;
}
@media (max-width: 767px) {
  .just_content .thirds {
    flex-wrap: wrap;
    gap: 0;
  }
}
.just_content .thirds > div {
  width: 33.333%;
}
@media (max-width: 767px) {
  .just_content .thirds > div {
    width: 100%;
  }
  .just_content .thirds > div:not(:last-of-type) {
    margin-block: 0 60px;
  }
}
.just_content .lightblue {
  color: #00A4DE;
}
.just_content .submessage {
  padding-inline: 2%;
  container-type: inline-size;
}
.just_content .submessage em {
  font-weight: 600;
}
.just_content .submessage * {
  font-weight: 300;
  font-size: 31px;
  line-height: 46px;
  text-align: center;
  font-size: 2.75cqw;
}
@media (max-width: 767px) {
  .just_content .submessage * {
    font-size: 22px;
    line-height: 1.75;
    text-wrap: balance;
  }
}

.image_background_text_left {
  position: relative;
}
@media (max-width: 767px) {
  .image_background_text_left {
    background-image: unset !important;
    background-color: #fbfbfb;
  }
}
.image_background_text_left:after {
  content: "";
  background: #031826;
  opacity: 0.7;
  position: absolute;
  inset: 0;
}
@media (max-width: 767px) {
  .image_background_text_left:after {
    display: none;
  }
}
.image_background_text_left .mobimg {
  display: none;
}
@media (max-width: 767px) {
  .image_background_text_left .mobimg {
    display: block;
  }
  .image_background_text_left .mobimg img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.image_background_text_left .container {
  position: relative;
  z-index: 33;
}
.image_background_text_left .cnt {
  padding-block: 16.875%;
  width: 100%;
  max-width: 50%;
  color: #fff;
}
@media (max-width: 980px) {
  .image_background_text_left .cnt {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .image_background_text_left .cnt {
    color: #0A1C27;
    padding-block: 40px;
  }
}

.blue_image_right {
  background-color: #0B6DA7;
  color: #fff;
  padding-block: 0 120px;
}
@media (max-width: 767px) {
  .blue_image_right {
    padding-block: 0 40px;
  }
}
.blue_image_right .container.flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 9%;
}
@media (max-width: 980px) {
  .blue_image_right .container.flex {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.blue_image_right .container.flex > div {
  width: 50%;
}
@media (max-width: 980px) {
  .blue_image_right .container.flex > div {
    width: 100%;
  }
}
.blue_image_right .container.flex .cnt {
  padding-block: 20px 0;
}
@media (max-width: 980px) {
  .blue_image_right .container.flex .imagewrap {
    order: -1;
  }
}
.blue_image_right .container.flex .imagewrap img {
  display: block;
  border-radius: 10px;
  position: relative;
  z-index: 3;
  margin-top: -2rem;
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 980px) {
  .blue_image_right .container.flex .imagewrap img {
    margin-inline: auto;
    margin-block: -1rem 1rem;
  }
}
@media (max-width: 767px) {
  .blue_image_right .container.flex .imagewrap img {
    margin-block: -1rem 0;
  }
}
.blue_image_right .sub {
  display: flex;
  margin-top: 100px;
  gap: 9%;
}
@media (max-width: 980px) {
  .blue_image_right .sub {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .blue_image_right .sub {
    margin-top: 1rem;
  }
}
.blue_image_right .sub > div {
  width: 50%;
}
@media (max-width: 980px) {
  .blue_image_right .sub > div {
    width: 100%;
    gap: 40px;
  }
}
.blue_image_right .sub li::markers {
  color: #fff;
}

.video_block {
  color: #fff;
  text-align: center;
  padding-block: 31px 150px;
}
@media (max-width: 767px) {
  .video_block {
    padding-block: 40px 80px;
    background-size: contain;
    background-position: top center;
    background-color: #0a1d28;
  }
}
.video_block .vert {
  width: 1px;
  height: 100px;
  background-color: #00A4DE;
  display: block;
  margin-inline: auto;
  height: 83px;
}
.video_block .logo {
  margin-top: 1rem;
}
.video_block h2 {
  margin-block: 40px;
}
.video_block .vidwrap p {
  margin-block: 0;
  height: 100%;
}
.video_block .vidwrap iframe {
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}
.video_block .vidwrap .vid {
  aspect-ratio: 16/9;
  margin-inline: auto;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  max-width: 860px;
  width: 100%;
}
@media (max-width: 767px) {
  .video_block .vidwrap .vid {
    max-width: 100%;
    aspect-ratio: 4/5;
  }
}
.video_block .vidwrap .wp-video {
  width: auto !important;
  max-width: 100% !important;
}

.faq_block {
  background: #0A1C27;
  color: #fff;
  padding-block: 70px;
}
@media (max-width: 767px) {
  .faq_block {
    padding-block: 30px;
  }
}
.faq_block button {
  color: currentColor;
}
.faq_block .inner {
  background: #25353f;
  padding: 60px;
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 90px;
  align-items: start;
}
@media (max-width: 980px) {
  .faq_block .inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .faq_block .inner {
    padding: 4%;
    gap: 60px;
  }
}
.faq_block .leftcol {
  border-right: 1px solid #00A4DE;
}
@media (max-width: 980px) {
  .faq_block .leftcol {
    border-right: unset;
    border-bottom: 1px solid #00A4DE;
  }
}
.faq_block .leftcol h2 {
  display: block;
}
@media (max-width: 980px) {
  .faq_block .leftcol h2 {
    text-align: center;
  }
}
.faq_block .rightcol {
  display: flex;
  flex-direction: column;
}
.faq_block .singlefaq {
  width: 100%;
}
.faq_block .singlefaq .line {
  display: block;
  min-width: 100%;
  height: 1px;
  margin: auto;
  background: linear-gradient(90deg, rgb(10, 10, 10) 0%, #00A4DE 19%, #00A4DE 80%, rgba(1, 1, 1, 0) 100%);
  margin-block: 1rem;
}
@media (max-width: 980px) {
  .faq_block .singlefaq .line {
    margin-block: 1rem 2rem;
  }
}
@media (max-width: 767px) {
  .faq_block .singlefaq .line {
    margin-block: 1rem;
  }
}
.faq_block .question {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  text-align: left;
  padding-inline: 1%;
}
@media (max-width: 767px) {
  .faq_block .question {
    padding-inline: 0;
    gap: 1rem;
  }
}
.faq_block .question svg {
  width: 37px;
  height: 37px;
  display: block;
  position: relative;
  top: 0.5ch;
}
@media (max-width: 767px) {
  .faq_block .question svg {
    max-width: 25px;
    max-height: 25px;
    align-self: flex-start;
    top: 0.6ch;
  }
}
.faq_block .question.is-active svg #Line_481 {
  display: none;
}
.faq_block .question h3 {
  margin-block: 0;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .faq_block .question h3 {
    line-height: 1.25;
    font-size: 20px;
  }
}
.faq_block .answer {
  margin-top: 1rem;
  width: 100%;
  display: none;
  padding-block: 0 2rem;
  padding-inline: 1% 37px;
}
@media (max-width: 980px) {
  .faq_block .answer {
    padding-right: unset;
  }
}

.heading_left_content_right {
  background: #0A1C27;
  color: #fff;
  padding-block: 140px;
}
@media (max-width: 980px) {
  .heading_left_content_right {
    padding-block: 40px;
  }
}
.heading_left_content_right .leftcol {
  padding-top: 1ch;
}
@media (max-width: 980px) {
  .heading_left_content_right .leftcol {
    display: flex;
    flex-direction: column;
  }
}
.heading_left_content_right .leftcol .logo-small {
  display: block;
  margin-inline: auto;
  width: 80px;
  margin-top: 2rem;
}
@media (max-width: 980px) {
  .heading_left_content_right .leftcol .logo-small {
    order: -1;
    margin-block: 0 2rem;
  }
}
@media (max-width: 767px) {
  .heading_left_content_right .leftcol .logo-small {
    width: 40px;
  }
}
.heading_left_content_right .inner {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 90px;
}
@media (max-width: 980px) {
  .heading_left_content_right .inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.heading_left_content_right li::marker {
  color: #00A4DE;
}

.doctor_quote {
  color: #fff;
  padding-block: 60px 90px;
  position: relative;
}
.doctor_quote:before {
  content: "";
  background: linear-gradient(90deg rgba(7, 61, 95, 0) 0%, #0a1c27 100%);
  position: absolute;
  inset: 0;
  z-index: 0;
}
.doctor_quote .container {
  position: relative;
  z-index: 3;
}
.doctor_quote img {
  display: block;
  margin: 0 auto;
}
.doctor_quote .leadimage {
  border-radius: 10px;
}
.doctor_quote .line {
  width: 1px;
  height: 80px;
  background: #00A4DE;
  margin-inline: auto;
  display: block;
  margin-block: 0 30px;
}
.doctor_quote .negomargo {
  position: relative;
  z-index: 33;
  margin-top: -40px;
}
.doctor_quote blockquote {
  margin-top: 40px;
  font-weight: 300;
  font-style: italic;
  font-size: 35px;
  font-family: "aktiv-grotesk-extended", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .doctor_quote blockquote {
    font-size: 26px;
    text-wrap: balance;
  }
}
.doctor_quote cite {
  font-weight: bold;
  font-size: 25px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  display: block;
  margin-top: 40px;
}

.doctor_block_with_background {
  padding-inline: 2%;
  background-color: #0A1C27;
  color: #fff;
}
.doctor_block_with_background .container {
  border-radius: 10px;
  display: flex;
  padding-inline: 0;
  gap: 1rem;
}
@media (max-width: 980px) {
  .doctor_block_with_background .container {
    flex-wrap: wrap;
    gap: 0;
  }
}
.doctor_block_with_background .dimage {
  min-width: 40%;
  align-self: flex-end;
}
@media (max-width: 980px) {
  .doctor_block_with_background .dimage {
    min-width: 100%;
    order: 2;
  }
}
.doctor_block_with_background .dimage img {
  display: block;
}
.doctor_block_with_background .cnt {
  padding-block: 90px;
  padding-right: 8%;
}
@media (max-width: 980px) {
  .doctor_block_with_background .cnt {
    padding-inline: 4%;
    padding-block: 40px 20px;
  }
}

.hidden {
  display: none;
}

.disabled-line {
  display: block;
  min-width: 100%;
  height: 1px;
  margin: auto;
  background: linear-gradient(90deg, rgb(10, 10, 10) 0%, #00A4DE 19%, #00A4DE 80%, rgba(1, 1, 1, 0) 100%);
}

.landing_page_header {
  color: #fff;
  position: relative;
  padding-block: 180px 60px;
}
@media (max-width: 980px) {
  .landing_page_header {
    padding-block: 0 60px;
  }
}
.landing_page_header:before {
  content: "";
  background: linear-gradient(rgba(32, 106, 152, 0.1) 0%, #0a1c27 100%);
  position: absolute;
  inset: 0;
  z-index: 3;
}
@media (max-width: 980px) {
  .landing_page_header:before {
    display: none;
  }
}
.landing_page_header .bgimage {
  background-size: contain;
  background-position: top;
  position: relative;
  z-index: 1;
  position: absolute;
  inset: 0;
  background-color: #0a1c27;
}
@media (max-width: 980px) {
  .landing_page_header .bgimage {
    background-image: unset !important;
  }
}
.landing_page_header .bgimage:before {
  content: "";
  background: linear-gradient(360deg, rgb(10, 28, 39) 50%, rgba(0, 0, 0, 0) 66%);
  position: absolute;
  inset: 0;
  z-index: 4;
}
@media (max-width: 980px) {
  .landing_page_header .bgimage:before {
    display: none;
  }
}
.landing_page_header .container {
  position: relative;
  z-index: 33;
  gap: 60px;
}
.landing_page_header .mobimg {
  display: none;
}
@media (max-width: 980px) {
  .landing_page_header .mobimg {
    display: block;
    position: relative;
    z-index: 33;
  }
}
.landing_page_header .container {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr;
}
@media (max-width: 980px) {
  .landing_page_header .container {
    grid-template-columns: 1fr;
  }
}
.landing_page_header iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
  min-height: 1200px !important;
}
.landing_page_header .leftside {
  padding-top: 10vh;
  padding-left: 2%;
  position: relative;
}
@media (max-width: 980px) {
  .landing_page_header .leftside {
    padding-top: 40px;
    padding-inline: unset;
  }
}
.landing_page_header .leftside .cnt {
  width: 100%;
  text-align: center;
}
@media (max-width: 980px) {
  .landing_page_header .leftside .cnt {
    max-width: 100%;
    text-align: center;
  }
}
.landing_page_header .leftside .cnt .hundred-text {
  line-height: 1;
  margin-block: 0;
}
@media (max-width: 980px) {
  .landing_page_header .leftside .cnt .hundred-text {
    font-size: 70px;
  }
}
.landing_page_header .leftside .cnt .thirty-text {
  text-align: center;
  line-height: 1;
  margin-block: 0;
  font-style: italic;
}
.landing_page_header .cnt-list {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 980px) {
  .landing_page_header .cnt-list {
    text-align: center;
  }
}
.landing_page_header .cnt-list img {
  margin-right: 10px;
  display: inline-block;
}
.landing_page_header .cnt-list p {
  margin-block: 0 1rem;
  font-weight: 300;
  font-size: 19px;
}
.landing_page_header .disclaimer {
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  margin-top: 90px;
  text-align: center;
}
@media (max-width: 980px) {
  .landing_page_header .disclaimer {
    margin-top: 30px;
    text-align: center;
    font-size: 11px;
    text-wrap: balance;
  }
}
.landing_page_header .rightside {
  padding-block: 40px 0;
  padding-inline: 60px;
  border-radius: 10px;
  background: #0A1C27;
  position: relative;
  text-align: center;
}
@media (max-width: 980px) {
  .landing_page_header .rightside {
    padding-inline: 1rem;
    padding-block: 40px 0;
  }
}
.landing_page_header .rightside:before {
  content: "";
  position: absolute;
  background: radial-gradient(circle at center top, #1c6896 0%, #0a1c27 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 0;
  border-radius: 10px;
}
@media (max-width: 980px) {
  .landing_page_header .rightside:before {
    height: 90vh;
  }
}
.landing_page_header .rightside .stuff {
  position: relative;
  z-index: 3;
}
.landing_page_header .rightside .stuff img {
  margin-block: 0 30px;
}
.landing_page_header .rightside .stuff h2 {
  margin-block: 0 30px;
}
.landing_page_header .rightside p:not(p:has(em)) {
  font-weight: 500;
  font-size: 23px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .landing_page_header .button, .landing_page_header .frm_forms .frm_button_submit, .frm_forms .landing_page_header .frm_button_submit {
    padding-inline: 1rem;
    font-size: 1rem;
    width: 100%;
  }
}

.why_choose_lasik {
  background: #0A1C27;
  color: #fff;
  padding-top: 1px;
  position: relative;
  z-index: 33;
  padding-block: 0 260px;
}
@media (max-width: 980px) {
  .why_choose_lasik {
    padding-block: 0 100px;
  }
}
.why_choose_lasik .container {
  margin-top: -270px;
}
@media (max-width: 767px) {
  .why_choose_lasik .container {
    margin-top: 0;
  }
}
.why_choose_lasik h2 {
  display: block;
  width: 100%;
  text-align: center;
  margin-block: 0 2rem;
}
.why_choose_lasik .vertlogo {
  display: block;
  margin: 0 auto;
  margin-block: 1rem 2rem;
}
.why_choose_lasik .line {
  width: 1px;
  display: block;
  height: 120px;
  background: #00A4DE;
  margin: 0 auto;
}
.why_choose_lasik .grids {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media (max-width: 980px) {
  .why_choose_lasik .grids {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .why_choose_lasik .grids {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.why_choose_lasik .singlegrid {
  text-align: center;
  container-type: inline-size;
}
.why_choose_lasik .singlegrid:nth-child(even) {
  margin-block: 100px 0;
}
@media (max-width: 767px) {
  .why_choose_lasik .singlegrid:nth-child(even) {
    margin-block: 0;
  }
}
.why_choose_lasik .singlegrid img {
  display: block;
  border-radius: 10px;
  margin-block: 0 50px;
  margin-inline: auto;
}
.why_choose_lasik h3 {
  font-size: 10cqw;
  line-height: 41px;
}
.why_choose_lasik p {
  font-size: 5cqw;
  line-height: 36px;
  margin-block: 0;
}
.why_choose_lasik .vertline {
  display: block;
  min-width: 100%;
  height: 1px;
  margin: auto;
  background: linear-gradient(90deg, rgb(10, 10, 10) 0%, #00A4DE 19%, #00A4DE 80%, rgba(1, 1, 1, 0) 100%);
  margin-block: 0 2rem;
}

.doctor_header {
  background-image: url(images/doc-block-bg.webp);
  color: #fff;
  padding-block: 160px 0;
}
@media (max-width: 980px) {
  .doctor_header {
    padding-block: 40px 0;
  }
}
.doctor_header .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-inline: 2%;
}
@media (max-width: 980px) {
  .doctor_header .container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .doctor_header .container {
    padding-inline: 4%;
  }
}
.doctor_header .logoz {
  margin-block: 0 60px;
  display: block;
}
@media (max-width: 980px) {
  .doctor_header .logoz {
    display: none;
  }
}
.doctor_header .bc {
  margin-block: 0 30px;
}
@media (max-width: 767px) {
  .doctor_header .bc {
    margin-block: 0 1rem;
  }
}
.doctor_header .cnt {
  align-self: end;
  container-type: inline-size;
}
@media (max-width: 980px) {
  .doctor_header .cnt {
    order: -1;
  }
}
@media (max-width: 1400px) {
  .doctor_header .cnt h1 {
    font-size: 8cqw;
  }
}
.doctor_header .cnt h2 {
  font-size: 35px;
  line-height: 43px;
  margin-top: 40px;
  margin-block: 0;
  padding-block: 0 60px;
}
@media (max-width: 1400px) {
  .doctor_header .cnt h2 {
    font-size: 4cqw;
  }
}
@media (max-width: 767px) {
  .doctor_header .cnt h2 {
    line-height: 1.5;
    padding-block: 0 40px;
  }
}
.doctor_header .imwrap {
  align-self: end;
}
.doctor_header .imwrap img {
  display: block;
}

.leadblock {
  padding-block: 90px;
  text-align: center;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .leadblock {
    padding-block: 40px;
    text-align: left;
    padding-inline: 4%;
  }
}
.leadblock p {
  font-size: 22px;
  line-height: 46px;
}
@media (max-width: 767px) {
  .leadblock p {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.leadblock p:last-of-type {
  margin-block: 0;
}

.just_anchor_block {
  padding-block: 60px;
  color: #00A4DE;
  position: relative;
}
@media (max-width: 767px) {
  .just_anchor_block {
    padding-block: 40px;
  }
}
.just_anchor_block:before {
  content: "";
  background: linear-gradient(180deg, rgba(7, 61, 95, 0) 0%, #0a1c27 100%);
  position: absolute;
  z-index: 1;
  width: 100%;
  inset: 0;
}
.just_anchor_block .container {
  position: relative;
  z-index: 33;
}
.just_anchor_block .line {
  display: block;
  min-width: 100%;
  height: 1px;
  margin: auto;
  background: linear-gradient(90deg, rgb(10, 10, 10) 0%, #00A4DE 19%, #00A4DE 80%, rgba(1, 1, 1, 0) 100%);
}
.just_anchor_block ul {
  list-style-type: none;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 90px;
       column-gap: 90px;
  max-width: 80%;
  margin-inline: auto !important;
  margin-block: 40px !important;
}
@media (max-width: 767px) {
  .just_anchor_block ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.just_anchor_block ul li {
  padding-block: 0rem 1rem !important;
  line-height: 1.75;
}

.filler {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.procedure_grid {
  background: #0A1C27;
  color: #fff;
  padding-block: 0 40px;
}
.procedure_grid .line {
  width: 1px;
  background: #00A4DE;
  height: 120px;
  display: block;
  margin-inline: auto;
}
.procedure_grid .logo {
  display: block;
  margin-inline: auto;
  margin-top: 40px;
}
.procedure_grid .heading_block {
  padding-block: 0 70px;
}
.procedure_grid .heading_block:has(h3) h3 {
  max-width: 870px;
  margin-inline: auto;
}
.procedure_grid .heading_block:has(h3) p {
  max-width: 870px;
  margin-inline: auto;
}
.procedure_grid .heading_block h2 {
  text-align: center;
  margin-top: 26px;
}
.procedure_grid .heading_block h3 {
  text-align: center;
  margin-top: 70px;
}
.procedure_grid .heading_block p {
  text-align: center;
  margin-top: 40px;
  font-size: 19px;
  line-height: 36px;
}
.procedure_grid .fifty {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-block: 0 40px;
}
@media (max-width: 980px) {
  .procedure_grid .fifty {
    grid-template-columns: 1fr;
  }
}
.procedure_grid .fifty.reverse .imgwrap {
  order: -1;
}
.procedure_grid .fifty.black .blockq,
.procedure_grid .fifty.black .cnt {
  background: #25353f;
}
.procedure_grid .fifty .imgwrap {
  border-radius: 10px;
}
.procedure_grid .fifty .imgwrap img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.procedure_grid .fifty .cnt {
  background: #00A4DE;
  border-radius: 10px;
  padding-block: 70px;
  padding-inline: 50px;
}
@media (max-width: 767px) {
  .procedure_grid .fifty .cnt {
    padding: 6%;
  }
}
.procedure_grid .fifty .blockq {
  background: #00A4DE;
  border-radius: 10px;
  grid-column-start: 1;
  grid-column-end: -1;
  padding-block: 84px 54px;
  text-align: center;
}
@media (max-width: 767px) {
  .procedure_grid .fifty .blockq {
    padding-block: 60px;
    padding-inline: 2%;
  }
}
.procedure_grid .fifty .blockq blockquote {
  display: block;
  font-weight: 300;
  font-size: 31px;
  line-height: 46px;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .procedure_grid .fifty .blockq blockquote {
    font-size: 22px;
    line-height: 1.75;
  }
}
.procedure_grid .fifty .blockq cite {
  display: block;
  font-weight: 500;
  font-size: 25px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .procedure_grid .fifty .blockq cite {
    font-size: 18px;
  }
}
.procedure_grid .seventy {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 20px;
  max-width: 65vw;
  margin-inline: auto;
  margin-block: 0 40px;
}
@media (max-width: 980px) {
  .procedure_grid .seventy {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}
.procedure_grid .seventy > div {
  background: #00A4DE;
  border-radius: 10px;
  padding-block: 60px;
  padding-inline: 40px;
}
.procedure_grid .seventy ul li {
  font-weight: 700;
}

.publications .heading {
  padding-top: 20px;
  max-width: 1170px;
  margin-inline: auto;
}
.publications .heading p {
  text-wrap: balance;
  font-weight: 500;
  font-size: 27px;
  line-height: 41px;
  text-align: center;
}
.publications .pubgrid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}
@media (max-width: 980px) {
  .publications .pubgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .publications .pubgrid {
    grid-template-columns: 1fr;
  }
}
.publications .singlepub p {
  font-style: italic;
  font-size: 17px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .publications .singlepub a {
    display: block;
    width: 100%;
  }
}
.publications .singlepub a:hover {
  outline: 4px solid #00A4DE;
}
.publications .singlepub img {
  display: block;
  margin-block: 0 30px;
}
@media (max-width: 767px) {
  .publications .singlepub img {
    width: 100%;
  }
}
.publications .btnwrap {
  margin-top: 50px;
}

.logo_trail {
  padding-block: 90px;
  /*  IMPORTANT CODE BELOW */
}
@media (max-width: 767px) {
  .logo_trail {
    padding-block: 30px;
  }
}
.logo_trail .slider {
  height: 120px;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.logo_trail .slide-track {
  width: calc(263px * 20);
  display: flex;
  animation: scroll 20s linear infinite;
  justify-content: space-between;
}
.logo_trail .slide {
  width: 263px;
  height: 120px;
  display: grid;
  place-items: center;
  transition: 0.5s;
  cursor: pointer;
}
@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-263px * var(--logoamountcolor)));
  }
}
@media screen and (max-width: 768px) {
  .logo_trail .slide-track {
    animation: scroll 150s linear infinite;
    justify-content: space-between;
  }
  .logo_trail .slide-track {
    width: calc(200px * 15);
  }
  .logo_trail .slide {
    width: 200px;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-200px * 15));
    }
  }
}

.doctor_quote_block_blue {
  background: #0A1C27;
  color: #fff;
  padding-block: 40px;
}
.doctor_quote_block_blue .inner {
  background: #00A4DE;
  border-radius: 10px;
  padding-block: 84px 54px;
  text-align: center;
}
@media (max-width: 767px) {
  .doctor_quote_block_blue .inner {
    padding-inline: 2%;
  }
}
.doctor_quote_block_blue blockquote {
  display: block;
  font-weight: 300;
  font-size: 31px;
  line-height: 46px;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .doctor_quote_block_blue blockquote {
    font-size: 22px;
    line-height: 1.75;
  }
}
.doctor_quote_block_blue cite {
  display: block;
  font-weight: 500;
  font-size: 25px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .doctor_quote_block_blue cite {
    font-size: 18px;
  }
}

.text_only_header {
  padding-block: 200px 100px;
  background-color: #0A1C27;
  background-image: url(images/text-only.webp);
  color: #fff;
  text-align: center;
  margin-block: 0 40px;
}
@media (max-width: 980px) {
  .text_only_header {
    padding-block: 100px;
  }
}
@media (max-width: 767px) {
  .text_only_header {
    padding-block: 60px;
  }
}
.text_only_header .tlogo {
  display: block;
  margin-inline: auto;
  margin-block: 0 60px;
}
@media (max-width: 767px) {
  .text_only_header .tlogo {
    display: none;
  }
}
.text_only_header .bc {
  margin-block: 0 1.5rem;
}
@media (max-width: 767px) {
  .text_only_header .bc {
    margin-block: 0 10px;
  }
}
.text_only_header .bc * {
  font-size: 14px;
}
.text_only_header h1 {
  margin-block: 0;
}

.loop {
  margin-block: 0 90px;
}
.loop .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 60px;
}
@media (max-width: 980px) {
  .loop .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .loop .container {
    grid-template-columns: 1fr;
  }
}
.loop .singleitem {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}
.loop .singleitem h2 {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.02em;
  margin-block: 0 1rem;
  line-height: 54px;
}
.loop .singleitem p {
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
}
.loop .btnwrap {
  justify-content: flex-start;
}

body:has(.contact_form_block) footer,
.single-post footer,
.blog footer {
  padding-block: 0 90px;
}
body:has(.contact_form_block) .topfooter,
.single-post .topfooter,
.blog .topfooter {
  padding-block: 20px;
}
body:has(.contact_form_block) .topfooter .container,
.single-post .topfooter .container,
.blog .topfooter .container {
  display: none;
}

.single-post article {
  margin-top: -80px;
  position: relative;
  z-index: 33;
  max-width: 880px;
  margin-inline: auto;
}
.single-post article ul {
  margin-left: 1.5rem;
}
.single-post .featuredimg {
  display: block;
  width: 100%;
}
.single-post .featuredimg img {
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  margin-block: 0 30px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-navigation {
  display: flex;
  justify-content: space-between;
  padding-block: 60px;
  padding-inline: 4%;
}
@media (max-width: 767px) {
  .blog-navigation {
    padding-block: 40px;
  }
}
.blog-navigation span {
  font-size: 0;
}

.contact_form_block {
  background-image: url(images/hero-bg.webp);
  color: #fff;
  padding-block: 200px 100px;
}
.contact_form_block h1 {
  text-align: center;
  margin-block: 0 30px;
}
.contact_form_block .logo {
  display: block;
  margin-inline: auto;
  margin-block: 0 60px;
}
.contact_form_block .bc {
  text-align: center;
  margin-block: 0 1rem;
}
.contact_form_block .btnwrap {
  margin-block: 0 60px;
}
.contact_form_block .preheading {
  text-align: center;
  font-weight: 500;
  font-size: 23px;
  line-height: 29px;
  margin-block: 0 30px;
}
.contact_form_block .bottom {
  max-width: 760px;
  margin: 0 auto;
}

/* forms */
.frm_forms label {
  font-family: "aktiv-grotesk-extended", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
  text-align: left;
  color: #fff;
  display: block;
  margin-block: 0 10px;
}
.frm_forms select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  background: #fff;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  height: 50px;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #727272;
  padding-inline: 1ch;
  background-image: url(images/dropdown.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
}
.frm_forms textarea,
.frm_forms input {
  border-radius: 5px;
  background: #fff;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #727272;
  padding-inline: 1ch;
}
.frm_forms textarea:focus, .frm_forms textarea:focus-visible,
.frm_forms input:focus,
.frm_forms input:focus-visible {
  outline: none;
}
.frm_forms input[type=email],
.frm_forms input[type=tel],
.frm_forms input[type=text] {
  height: 50px;
}
.frm_forms input[type=checkbox],
.frm_forms input[type=radio] {
  display: inline-block;
  width: inherit;
  accent-color: #00A4DE;
}
.frm_forms .frm_form_field {
  margin-block: 0 30px;
}
.frm_forms .frm_form_field .frm_radio {
  display: block;
  margin-block: 1rem;
}
.frm_forms .frm_form_field .frm_radio label {
  margin-block: 0.5rem;
  font-weight: 300;
}
.frm_forms .vertical_radio:has(.frm_description) {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 1rem;
}
.frm_forms .vertical_radio:has(.frm_description) input {
  width: 16px;
  height: 16px;
}
.frm_forms .vertical_radio:has(.frm_description) label {
  font-size: 0;
}
.frm_forms .frm_description {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
}
.frm_forms .frm_submit {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
.frm_forms .frm_button_submit {
  font-weight: 500;
  font-size: 21px;
  min-width: 144px;
  font-family: "aktiv-grotesk-extended", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.map_block {
  aspect-ratio: 16/5;
  width: 100%;
  overflow: hidden;
}
.map_block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hours_block {
  color: #fff;
  padding-block: 90px 160px;
}
@media (max-width: 767px) {
  .hours_block {
    padding-block: 60px 40px;
  }
}
.hours_block .container {
  max-width: 760px;
}
.hours_block h2 {
  font-weight: 500;
  font-size: 35px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 767px) {
  .hours_block h2 {
    font-size: 24px;
    text-wrap: balance;
    margin-block: 0 1rem;
  }
}
.hours_block .hoursheading {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-block: 60px 1rem;
}
.hours_block .tel {
  font-weight: 500;
  font-size: 29px;
  line-height: 36px;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .hours_block .tel {
    font-size: 20px;
  }
}
.hours_block .singlehour {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.hours_block .singlehour > div:first-of-type {
  text-align: right;
}
.hours_block .belowhours {
  margin-top: 60px;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  text-wrap: balance;
}

@media (min-width: 1024px) {
  body:has(.hours_block) .footerlower .danmarino {
    margin-top: -120px;
  }
  body:has(.hours_block) .footerlower > .container {
    margin-top: -100px;
  }
}
.silvr a:hover {
  text-decoration: underline;
}

.footerlinks * {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  margin-top: 60px;
}
.footerlinks * a:hover {
  text-decoration: underline;
}

#tooltip .tooltipcnt {
  color: #0A1C27;
  font-size: 14px;
}
#tooltip .tooltipcnt a {
  color: #0A1C27;
}

.source {
  background: #0A1C27;
  color: #fff;
  padding-block: 20px;
}
.source #opensources {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
}
.source #opensources.is-active svg line:last-of-type {
  display: none;
}
.source #opensources svg {
  margin-left: 10px;
  width: 15px;
  height: 15px;
}
.source #opensources svg line {
  stroke: #fff;
}
.source .singlesources {
  padding-top: 1rem;
  display: none;
  padding-inline: 1rem;
}
.source .singlesources p {
  font-size: 15px;
}

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