body {
  font-family: "agenda-one", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 38px;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  color: #2B3C58;
}

main ul {
  margin-left: 1rem;
  margin-block: 1rem 3rem;
}
main ul li {
  color: inherit;
}

h1 {
  all: unset;
  margin-block: 0 1rem;
  display: block;
}

h2 {
  all: unset;
  margin-block: 0 1rem;
  display: block;
}

h3 {
  all: unset;
  margin-block: 0 1rem;
  display: block;
}

h4 {
  all: unset;
  margin-block: 0 1rem;
  display: block;
}

.h2, .locations_block .cnttop h2, .full_width_blue h2, .why_block h2, .steps_block h2, .full_width_with_content h2, .video_block h2, .fifty_fifty h2 {
  font-family: "urw-form-condensed", sans-serif;
  font-weight: 700;
  font-size: 47px;
  line-height: 47px;
  text-transform: uppercase;
  margin-block: 0 30px;
}
@media (max-width: 767px) {
  .h2, .locations_block .cnttop h2, .full_width_blue h2, .why_block h2, .steps_block h2, .full_width_with_content h2, .video_block h2, .fifty_fifty h2 {
    font-size: 37px;
    line-height: 37px;
  }
}

.h3, .why_block .singlegrid h3, .steps_block h3 {
  font-family: "urw-form-condensed", sans-serif;
  font-weight: 700;
  font-size: 37px;
  line-height: 37px;
  text-transform: uppercase;
  margin-block: 0 30px;
}
@media (max-width: 767px) {
  .h3, .why_block .singlegrid h3, .steps_block h3 {
    font-size: 27px;
    line-height: 27px;
  }
}

p {
  padding-block: 0;
  color: #2B3C58;
}

.button, dialog#fullscreenDialog[open] .gform_footer .gform_button, .landing_hero .herocontent p:has(a) a {
  display: inline-block;
  background-color: #FAD9A4;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  font-family: "urw-form", sans-serif;
  color: #3164a6;
  border-radius: 6px;
  padding-inline: 2rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.button:hover, dialog#fullscreenDialog[open] .gform_footer .gform_button:hover, .landing_hero .herocontent p:has(a) a:hover {
  background: #3164a6;
  color: #fff;
}

.containerz {
  width: 100%;
  padding-inline: 8%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 980px) {
  .containerz {
    padding-inline: 4%;
  }
}

.bgsettings, .super_footer, .why_block .bg, .full_width_with_content, .landing_hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.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) {
  .topbar {
    padding-inline: 4%;
  }
}
@media (max-width: 980px) {
  .topbar {
    flex-wrap: wrap;
    background: #2B3C58;
  }
}
.topbar.scrolled {
  background: #2B3C58;
  padding-block: 1% 0;
  max-height: 100px;
}
.topbar.scrolled .left a {
  transform: scale(0.7);
}
.topbar a[href^="tel:"] {
  color: #fff;
  font-weight: 500;
  font-size: 21px;
  font-family: "urw-form", sans-serif;
}
.topbar a[href^="tel:"] img {
  display: none;
}
@media (max-width: 767px) {
  .topbar a[href^="tel:"] span {
    display: none;
  }
  .topbar a[href^="tel:"] img {
    display: block;
    min-width: 30px;
    margin-left: auto;
  }
}
.topbar .right {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .topbar .right {
    flex-wrap: wrap;
    width: 50%;
    gap: 1rem;
    justify-content: flex-end;
  }
}
.topbar .button img, .topbar dialog#fullscreenDialog[open] .gform_footer .gform_button img, dialog#fullscreenDialog[open] .gform_footer .topbar .gform_button img, .topbar .landing_hero .herocontent p:has(a) a img, .landing_hero .herocontent p:has(a) .topbar a img {
  display: none;
}
@media (max-width: 980px) {
  .topbar .button img, .topbar dialog#fullscreenDialog[open] .gform_footer .gform_button img, dialog#fullscreenDialog[open] .gform_footer .topbar .gform_button img, .topbar .landing_hero .herocontent p:has(a) a img, .landing_hero .herocontent p:has(a) .topbar a img {
    display: block;
  }
}
.topbar .left a {
  display: block;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.topbar .left a img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 980px) {
  .topbar .button, .topbar dialog#fullscreenDialog[open] .gform_footer .gform_button, dialog#fullscreenDialog[open] .gform_footer .topbar .gform_button, .topbar .landing_hero .herocontent p:has(a) a, .landing_hero .herocontent p:has(a) .topbar a {
    all: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .topbar .button span, .topbar dialog#fullscreenDialog[open] .gform_footer .gform_button span, dialog#fullscreenDialog[open] .gform_footer .topbar .gform_button span, .topbar .landing_hero .herocontent p:has(a) a span, .landing_hero .herocontent p:has(a) .topbar a span {
    display: none;
  }
  .topbar .button img, .topbar dialog#fullscreenDialog[open] .gform_footer .gform_button img, dialog#fullscreenDialog[open] .gform_footer .topbar .gform_button img, .topbar .landing_hero .herocontent p:has(a) a img, .landing_hero .herocontent p:has(a) .topbar a img {
    max-height: 28px;
  }
  .topbar .left {
    width: 45%;
  }
}

.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) {
  .landing_hero {
    padding-block: 0 5vh;
  }
}
@media (max-width: 767px) {
  .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;
  }
}
.landing_hero:before {
  content: "";
  background: #000;
  opacity: 0.35;
  position: absolute;
  inset: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .landing_hero:before {
    background: #2B3C58;
    opacity: 1;
  }
}
.landing_hero .mobimg {
  display: none;
}
@media (max-width: 767px) {
  .landing_hero .mobimg {
    display: block;
    position: relative;
    z-index: 33;
    width: 100%;
    justify-self: center;
    margin-top: 80px;
  }
}
.landing_hero .herocontent {
  z-index: 33;
  color: #fff;
  text-align: center;
}
.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) {
  .landing_hero .herocontent h1 {
    font-size: 36px;
    line-height: 1.3;
    margin-block: 10px 1rem;
  }
}
.landing_hero .herocontent h2 {
  font-family: "filosofia", serif;
  font-weight: normal;
  font-size: 45px;
  line-height: 58px;
  margin-block: 0 40px;
}
@media (max-width: 767px) {
  .landing_hero .herocontent h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-block: 0 5vh;
  }
}
.landing_hero .herocontent p:has(a) {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  gap: 2rem;
}
@media (max-width: 767px) {
  .landing_hero .herocontent p:has(a) {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.landing_hero .cnt {
  max-width: 1050px;
  margin: 0 auto;
}

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

.slick-next::before, .slick-prev::before {
  all: unset;
}

.slick-next, .slick-prev {
  width: 48px;
  height: 48px;
  top: 33%;
  z-index: 33;
}

.review_slider {
  background: radial-gradient(#385981 0%, #2b3c58 100%);
  color: #fff;
  padding-block: 160px;
  margin-block: 0 60px;
}
@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 {
  all: unset;
  font-family: "filosofia", serif;
  font-weight: normal;
  font-size: 35px;
  line-height: 48px;
  text-align: center;
  display: block;
  padding-inline: 48px;
}
@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;
}
@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;
  }
}

.fifty_fifty {
  margin-block: 0 60px;
}
@media (max-width: 767px) {
  .fifty_fifty {
    margin-block: 0 30px;
  }
}
.fifty_fifty.reverse .full {
  flex-direction: row-reverse;
}
.fifty_fifty.reverse .full::before {
  right: 0;
  left: unset;
}
.fifty_fifty.blue .cnt p, .fifty_fifty.blue .cnt h2 {
  color: #fff;
}
.fifty_fifty.blue .full:before {
  outline: 1px solid rgba(255, 255, 255, 0.12);
  outline-offset: -2rem;
  background: linear-gradient(#385981 0%, #2b3c58 100%);
}
.fifty_fifty p {
  margin-block: 0 30px;
}
.fifty_fifty p:last-of-type {
  margin-block: 0;
}
@media (max-width: 767px) {
  .fifty_fifty p:not(.has-background, .button):last-of-type {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    margin-block: 0;
  }
}
.fifty_fifty h2 {
  color: #2B3C58;
}
.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 {
    width: 100%;
  }
}
.fifty_fifty .full > div {
  width: 50%;
}
@media (max-width: 980px) {
  .fifty_fifty .full > div {
    width: 100%;
  }
}
.fifty_fifty .full .cnt {
  position: relative;
  z-index: 33;
}
.fifty_fifty .full .cntwrap {
  padding-inline: 4% 4%;
  position: relative;
  padding-block: 60px;
}
@media (max-width: 980px) {
  .fifty_fifty .full .cntwrap {
    padding-inline: 4%;
    padding-block: 40px;
  }
}
.fifty_fifty .full .imgwrap {
  position: relative;
  padding-block: 60px;
  z-index: 33;
}
@media (max-width: 980px) {
  .fifty_fifty .full .imgwrap {
    padding-block: 0;
    order: -1;
  }
}
.fifty_fifty .full .imgwrap img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.video_block {
  margin-block: 0 60px;
}
@media (max-width: 980px) {
  .video_block {
    margin-block: 0 0;
  }
}
.video_block h2 {
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  color: #484D64;
}
.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 iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

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

.full_width_with_content {
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 260px 160px;
}
@media (max-width: 767px) {
  .full_width_with_content {
    background-image: unset !important;
    flex-wrap: wrap;
    padding-block: 0 40px;
  }
}
.full_width_with_content:after {
  content: "";
  background: #000;
  opacity: 0.45;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .full_width_with_content:after {
    background: #2B3C58;
    opacity: 1;
  }
}
.full_width_with_content .mobimg {
  display: none;
}
@media (max-width: 767px) {
  .full_width_with_content .mobimg {
    display: block;
    position: relative;
    z-index: 33;
  }
  .full_width_with_content .mobimg img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.full_width_with_content .containerz {
  position: relative;
  z-index: 33;
}
.full_width_with_content .cnt {
  max-width: 890px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .full_width_with_content .cnt {
    margin-top: 40px;
  }
}
.full_width_with_content h2 {
  text-align: center;
  margin-block: 0 40px;
}
@media (max-width: 767px) {
  .full_width_with_content h2 {
    text-wrap: balance;
  }
}
.full_width_with_content p {
  color: currentColor;
  font-weight: 300;
  font-size: 22px;
  line-height: 38px;
  font-family: "agenda-one", sans-serif;
  margin-block: 0 1rem;
}
.full_width_with_content .btnwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 160px;
}
@media (max-width: 767px) {
  .full_width_with_content .btnwrap {
    margin-top: 40px;
  }
}

.steps_block {
  background: #F5F5F5;
  padding-block: 100px;
  margin-block: 0 60px;
}
@media (max-width: 767px) {
  .steps_block {
    padding-block: 40px;
    margin-block: 0 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;
  }
}

.why_block {
  margin-block: 0 60px;
}
@media (max-width: 767px) {
  .why_block {
    margin-block: 0 40px;
  }
}
.why_block .imgwrap {
  display: block;
}
.why_block .imgwrap img {
  width: 100%;
  display: block;
}
.why_block .bg {
  background-image: url(assets/images/why-bg.webp);
  padding-block: 0 60px;
}
.why_block .full {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 980px) {
  .why_block .full {
    grid-template-columns: 0.5fr 1fr;
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .why_block .full {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.why_block .full > div {
  min-width: 50%;
}
@media (max-width: 980px) {
  .why_block .full > div {
    min-width: 100%;
  }
  .why_block .full > div:first-of-type {
    min-width: unset;
    max-width: 33%;
    margin: 0 auto;
    padding-block: 0;
    height: 200px;
  }
}
.why_block h2 {
  color: #2B3C58;
}
.why_block .logotorture {
  position: relative;
}
.why_block .logotorture:after {
  content: "";
  width: 1px;
  background: #484D64;
  position: absolute;
  top: 293px;
  bottom: 0; /* stretches full height */
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .why_block .logotorture:after {
    top: 100px;
  }
}
.why_block .logotorture img {
  display: block;
  margin-inline: auto;
  position: relative;
  margin-top: -40px;
}
.why_block .cnt {
  align-self: center;
  padding-inline: 0 8%;
  padding-block: 120px 140px;
}
@media (max-width: 767px) {
  .why_block .cnt {
    padding-block: 20px 40px;
    padding-inline: 4%;
  }
}
.why_block .grids {
  padding-inline: 8%;
  border-top: 1px solid #484D64;
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
@media (max-width: 980px) {
  .why_block .grids {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .why_block .grids {
    grid-template-columns: 1fr;
    padding-inline: 4%;
    padding-top: 40px;
  }
}
.why_block .singlegrid {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .why_block .singlegrid {
    text-align: center;
  }
}
.why_block .singlegrid h3 {
  color: #2B3C58;
  font-size: 24px;
  line-height: 27px;
  margin-block: 0 1rem;
}
.why_block .gridwrap {
  min-height: 105px;
  margin-block: 0 25px;
}
.why_block .gridwrap img {
  display: block;
}
@media (max-width: 767px) {
  .why_block .gridwrap img {
    margin-inline: auto;
  }
}
.why_block .btnwrap {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .why_block .btnwrap {
    flex-wrap: wrap;
  }
}

.full_width_blue {
  background: radial-gradient(#385981 0%, #2b3c58 100%);
  color: #fff;
  padding-block: 160px;
  outline: 1px solid rgba(255, 255, 255, 0.12);
  outline-offset: -2rem;
  margin-block: 0 40px;
}
@media (max-width: 980px) {
  .full_width_blue {
    padding-block: 8%;
  }
}
@media (max-width: 767px) {
  .full_width_blue {
    outline-offset: -1rem;
  }
}
.full_width_blue p {
  color: currentColor;
}
.full_width_blue h2 {
  margin-block: 0 34px;
}
.full_width_blue p:not(.has-background):last-of-type {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  margin-left: calc(28px + 1ch);
}
@media (max-width: 767px) {
  .full_width_blue p:not(.has-background):last-of-type {
    flex-wrap: wrap;
    justify-content: center;
    margin-inline: auto;
  }
}
@media (max-width: 980px) {
  .full_width_blue .cnt {
    padding-inline: 4%;
  }
}
@media (max-width: 767px) {
  .full_width_blue .cnt {
    padding-inline: 8%;
    padding-block: 4%;
  }
}

.locations_block {
  padding-block: 60px;
}
.locations_block .cnttop {
  max-width: 980px;
  margin-inline: auto;
}
.locations_block .cnttop h2 {
  text-align: center;
  color: #2B3C58;
}
.locations_block .cnttop p {
  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;
}
@media (max-width: 980px) {
  .locations_block .singleloc img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .locations_block .singleloc img {
    margin-block: 0 20px;
  }
}
.locations_block .locname {
  border-bottom: 1px solid #2B3C58;
  text-transform: uppercase;
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: 700;
  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: 0 auto;
    padding-inline: 4%;
  }
}
.locations_block .subgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
}
@media (max-width: 767px) {
  .locations_block .subgrid {
    padding-inline: 4%;
    grid-template-columns: 1fr;
  }
}
.locations_block .subgrid a {
  color: #2B3C58;
  text-decoration: underline;
  font-size: 18px;
}
@media (max-width: 767px) {
  .locations_block .subgrid a {
    font-size: 1rem;
  }
}
.locations_block .subgrid p {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .locations_block .subgrid p {
    font-size: 1rem;
  }
}
.locations_block .subgrid p:first-of-type {
  margin-block: 1rem 1.25rem;
}
.locations_block .subgrid p:first-of-type strong {
  text-transform: uppercase;
  font-size: 21px;
}
.locations_block p:not(.has-background):last-of-type:has(a) {
  margin-block: 1.5rem 1rem;
}

.super_footer {
  background-image: url(assets/images/footer-bg.webp);
  color: #fff;
  padding-block: 160px 100px;
}
@media (max-width: 980px) {
  .super_footer {
    padding-block: 90px 40px;
  }
}
.super_footer a:not(.button) {
  color: #fff;
}
.super_footer .topfooter {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .super_footer .topfooter {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 2rem;
  }
}
.super_footer .wrapright {
  display: flex;
  gap: 2rem;
  align-self: flex-start;
}
@media (max-width: 980px) {
  .super_footer .wrapright {
    align-self: center;
  }
}
.super_footer .wrapright .tel {
  font-weight: 500;
  font-size: 21px;
  color: #fff;
  font-family: "urw-form", sans-serif;
}
@media (max-width: 767px) {
  .super_footer .wrapright .button, .super_footer .wrapright dialog#fullscreenDialog[open] .gform_footer .gform_button, dialog#fullscreenDialog[open] .gform_footer .super_footer .wrapright .gform_button, .super_footer .wrapright .landing_hero .herocontent p:has(a) a, .landing_hero .herocontent p:has(a) .super_footer .wrapright a {
    align-self: center;
    padding-inline: 1rem;
  }
}
.super_footer .locpin {
  display: block;
}
.super_footer .addhead {
  font-family: "urw-form-semi-condensed", sans-serif;
  font-weight: 700;
  font-size: 17px;
}
.super_footer .masterwrapper {
  margin-top: 90px;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 980px) {
  .super_footer .masterwrapper {
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .super_footer .masterwrapper {
    margin-top: 60px;
    row-gap: 40px;
  }
}
.super_footer .masterwrapper .sub {
  flex-grow: 1;
  min-width: 0;
}
.super_footer .masterwrapper .sub:first-of-type {
  min-width: 60vw;
}
@media (max-width: 980px) {
  .super_footer .masterwrapper .sub:first-of-type {
    min-width: 100vw;
  }
}
.super_footer .addresswrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 1ch;
}
@media (max-width: 767px) {
  .super_footer .addresswrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 1rem;
  }
}
.super_footer .addresslink {
  display: flex;
  flex-wrap: nowrap;
}
.super_footer .addresslink a {
  flex-grow: 1;
  text-decoration: underline;
  font-size: 20px;
}
.super_footer .addresslink a:hover {
  text-decoration: none;
}

dialog#fullscreenDialog {
  display: none; /* hidden until opened */
}

dialog#fullscreenDialog[open] {
  /* Make it stretch */
  min-width: 100vw;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  position: fixed;
  inset: 0;
  border: none;
  border-radius: 0;
  display: flex;
  background-image: url(assets/images/select-location-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
dialog#fullscreenDialog[open]:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
  min-width: 100vw;
  min-height: 100vh;
}
dialog#fullscreenDialog[open] .content {
  min-width: 100%;
  min-height: 100%;
  display: flex;
  align-items: flex-start;
  padding-inline: 12%;
  padding-top: 8%;
  position: relative;
}
@media (max-width: 767px) {
  dialog#fullscreenDialog[open] .content {
    padding-top: 60px;
    padding-inline: 8%;
  }
}
dialog#fullscreenDialog[open] .cnt {
  width: 100%;
  position: relative;
  z-index: 33;
}
dialog#fullscreenDialog[open] form {
  max-width: 980px;
  margin-inline: auto;
}
dialog#fullscreenDialog[open] label {
  color: #fff;
  font-size: 1rem;
}
dialog#fullscreenDialog[open] input:not(submit), dialog#fullscreenDialog[open] textarea {
  border-color: #fff;
  border-radius: 0;
  background-color: white;
  color: #000;
}
dialog#fullscreenDialog[open] .gfield_html {
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding-inline: 4%;
  line-height: 1.3;
}
dialog#fullscreenDialog[open] .gfield_required {
  color: #fff;
}
dialog#fullscreenDialog[open] .gform_footer {
  justify-content: center;
  margin-top: 2rem;
}
dialog#fullscreenDialog[open] .gform_footer .gform_button {
  border: unset;
}
dialog#fullscreenDialog[open] p {
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 2rem;
}
dialog#fullscreenDialog[open] h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  display: block;
}
@media (max-width: 767px) {
  dialog#fullscreenDialog[open] h1 {
    font-size: 30px;
  }
}
dialog#fullscreenDialog[open] #closeDialog {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: #fff;
  z-index: 33;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  dialog#fullscreenDialog[open] #closeDialog {
    top: 1rem;
    right: 1rem;
  }
}
dialog#fullscreenDialog[open] .chooser {
  display: flex;
  gap: 10vw;
  justify-content: center;
  margin-top: 4%;
}
dialog#fullscreenDialog[open] .chooser button {
  width: 200px;
}
@media (max-width: 767px) {
  dialog#fullscreenDialog[open] .chooser button {
    padding-inline: 0;
    font-size: 14px;
  }
}
dialog#fullscreenDialog[open] .chooser button.active {
  background: #3164a6;
  color: #fff;
}
dialog#fullscreenDialog[open] .calyholder {
  display: block;
  width: 100%;
}
dialog#fullscreenDialog[open] .calyholder #az, dialog#fullscreenDialog[open] .calyholder #pnw {
  margin-top: 30px;
}

dialog#fullscreenDialog::backdrop {
  background: rgba(0, 0, 0, 0.5); /* optional overlay */
  overflow: hidden;
}

.experience_block {
  padding-block: 60px;
}
@media (max-width: 767px) {
  .experience_block {
    padding-block: 40px;
  }
}
.experience_block .container {
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 4%;
}
.experience_block .grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 980px) {
  .experience_block .grid {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .experience_block .grid {
    gap: 3rem;
  }
}
.experience_block .col {
  flex-grow: 1;
}
@media (max-width: 980px) {
  .experience_block .col {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .experience_block .col {
    flex-basis: 100%;
  }
}
.experience_block .col:nth-child(2) {
  width: 2px;
  min-height: 100%;
  background: #284F8D;
  flex: 0 0 1px;
  align-self: stretch;
}
@media (max-width: 767px) {
  .experience_block .col:nth-child(2) {
    display: none;
  }
}
.experience_block .col:nth-child(4) {
  width: 1px;
  min-height: 100%;
  background: #284F8D;
  flex: 0 0 1px;
  align-self: stretch;
}
@media (max-width: 767px) {
  .experience_block .col:nth-child(4) {
    display: none;
  }
}
.experience_block .large {
  font-family: "urw-form", sans-serif;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  color: #3164a6;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .experience_block .large {
    margin-bottom: 0.5rem;
  }
}
.experience_block .small {
  font-family: "urw-form", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  color: #2b3c58;
  padding-inline: 10%;
}
@media (max-width: 767px) {
  .experience_block .small {
    padding-inline: 0;
  }
}
.experience_block .stars {
  display: block;
  margin-inline: auto;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .experience_block .stars {
    margin-bottom: 0.5rem;
  }
}

.meet_doctors {
  padding-block: 60px 100px;
}
@media (max-width: 767px) {
  .meet_doctors {
    padding-block: 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 .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 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-top: 1rem;
}
@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_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;
  /* Prevent double-spacing on the edges */
}
@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;
  font-size: 30px;
  font-family: "urw-form-semi-condensed", sans-serif;
  text-transform: uppercase;
  margin-block: 0 2rem;
}
.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%;
}
@media (max-width: 767px) {
  .video_slider .vidnav button {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
}
.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-size: 22px;
  line-height: 21px;
  text-align: center;
  margin-top: 2rem;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .video_slider .container {
    padding-inline: 6%;
  }
}
.video_slider .container {
  max-width: 100%;
  padding-inline: 6%;
}
.video_slider .mejs-container .mejs-controls {
  background: #3164a6;
}

.just_content {
  padding-block: 100px;
}
.just_content .container {
  max-width: 1280px;
  margin-inline: auto;
}

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