/*
Theme Name: XT Grid Theme
Author: Xtensive Web Design
Author URI: https://www.xtensive.co.uk
Description: A base theme built with CSS Grid
Version: 1.0
*/
/* Breakpoints */
/* Colors */
/* Animation */
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(1rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes scroll {
  0% {
    transform: translateX(0px); }
  100% {
    transform: translateX(calc(-150px * 15.5)); } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: .3s;
  opacity: 0;
  animation: fadein 1s ease;
  animation-delay: .3s;
  animation-fill-mode: forwards; }
  .site-header .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem; }
  .site-header .custom-logo-link {
    width: 50%;
    z-index: 120;
    display: flex;
    align-items: center; }
    @media (min-width: 992px) {
      .site-header .custom-logo-link {
        width: 20%; } }
    .site-header .custom-logo-link img {
      width: 100%;
      max-width: 225px;
      height: auto;
      filter: brightness(0) invert(1);
      transition: .3s; }
      @media (min-width: 992px) {
        .site-header .custom-logo-link img {
          max-width: 180px; } }
    .site-header .custom-logo-link.active img {
      filter: none; }
  .site-header #mobile-btn {
    appearance: none;
    cursor: pointer;
    background: none;
    border: 0;
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
    z-index: 120; }
    @media (min-width: 992px) {
      .site-header #mobile-btn {
        display: none; } }
    .site-header #mobile-btn.active span {
      background: none; }
      .site-header #mobile-btn.active span:before {
        top: 0;
        transform: rotate(-45deg);
        background: #114384; }
      .site-header #mobile-btn.active span:after {
        bottom: 0;
        transform: rotate(45deg);
        background: #114384; }
    .site-header #mobile-btn span {
      width: 100%;
      height: 2px;
      background: #FFF;
      position: relative;
      display: block;
      transition: .3s; }
      .site-header #mobile-btn span:before {
        content: ' ';
        position: absolute;
        top: -7px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #FFF;
        transition: .3s; }
      .site-header #mobile-btn span:after {
        content: ' ';
        position: absolute;
        bottom: -7px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #FFF;
        transition: .3s; }
  .site-header.scrolled {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px); }
    .site-header.scrolled .custom-logo-link img {
      filter: none; }
    .site-header.scrolled #main-menu .menu li a {
      color: #111111; }
      .site-header.scrolled #main-menu .menu li a:hover, .site-header.scrolled #main-menu .menu li a:focus {
        color: #EC6B22; }
    .site-header.scrolled #mobile-btn span, .site-header.scrolled #mobile-btn span:before, .site-header.scrolled #mobile-btn span:after {
      background: #EC6B22; }
    .site-header.scrolled #main-menu .menu-item-has-children a:after {
      background: url("/wp-content/uploads/2025/04/icon-ios7-arrow-down-256.webp");
      background-size: 12px;
      position: absolute;
      top: 3px;
      right: -14px;
      width: 12px;
      height: 12px;
      content: ' '; }
    .site-header.scrolled .sub-menu li a:after {
      display: none !important; }

#mobile-menu {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  padding: 6rem 1rem 1rem 1rem;
  margin: 0; }
  @media (min-width: 992px) {
    #mobile-menu {
      display: none; } }
  #mobile-menu.active {
    opacity: 1;
    visibility: visible; }
  #mobile-menu .menu {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    #mobile-menu .menu li {
      margin-bottom: 1rem; }
      #mobile-menu .menu li:last-child {
        margin-bottom: 0; }
      #mobile-menu .menu li a {
        color: #111111;
        text-decoration-color: transparent;
        font-weight: 500;
        transition: .3s;
        position: relative;
        display: block; }
        #mobile-menu .menu li a:hover, #mobile-menu .menu li a:focus {
          color: #EC6B22; }
    #mobile-menu .menu .menu-item-has-children a:after {
      background: url("/wp-content/uploads/2025/04/icon-ios7-arrow-down-256.webp");
      background-size: 12px;
      position: absolute;
      top: 3px;
      right: 0;
      width: 12px;
      height: 12px;
      content: ' '; }
    #mobile-menu .menu .sub-menu {
      list-style-type: none;
      padding: 0;
      margin: 0;
      height: 0;
      overflow: hidden;
      transition: .3s; }
      #mobile-menu .menu .sub-menu li {
        padding: 0 1rem; }
        #mobile-menu .menu .sub-menu li a:after {
          display: none; }

#menu-item-27.active .sub-menu, #menu-item-30.active .sub-menu, #menu-item-34.active .sub-menu, #menu-item-38.active .sub-menu, #menu-item-41.active .sub-menu {
  height: auto !important; }
  #menu-item-27.active .sub-menu li:first-child, #menu-item-30.active .sub-menu li:first-child, #menu-item-34.active .sub-menu li:first-child, #menu-item-38.active .sub-menu li:first-child, #menu-item-41.active .sub-menu li:first-child {
    margin-top: 1rem; }

#menu-item-49 a, .menu-item-49 a {
  background: #EC6B22;
  display: inline-block !important;
  padding: 0.8rem 1.5rem;
  border-radius: 200px;
  margin-top: 1rem;
  transition: .3s;
  position: relative;
  overflow: hidden;
  z-index: 0;
  font-weight: 500; }
  #menu-item-49 a:before, .menu-item-49 a:before {
    content: ' ';
    position: absolute;
    background: #114384;
    border-radius: 200px;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: .3s; }
  #menu-item-49 a:hover, #menu-item-49 a:focus, .menu-item-49 a:hover, .menu-item-49 a:focus {
    color: #FFF !important; }
    #menu-item-49 a:hover:before, #menu-item-49 a:focus:before, .menu-item-49 a:hover:before, .menu-item-49 a:focus:before {
      left: 0; }

.menu-item-49 a {
  margin-top: 0;
  color: #111111 !important; }

#main-menu {
  display: none; }
  @media (min-width: 992px) {
    #main-menu {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 80%;
      padding: 0;
      margin: 0; } }
  #main-menu .menu {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: flex-end; }
    #main-menu .menu .sub-menu {
      position: absolute;
      width: 250px;
      background: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(20px);
      border-radius: 4px;
      left: 0;
      padding: 1rem 0;
      list-style-type: none;
      margin: 0;
      opacity: 0;
      visibility: hidden; }
      #main-menu .menu .sub-menu li {
        margin-bottom: 1rem;
        padding: 0; }
        #main-menu .menu .sub-menu li:last-child {
          margin-bottom: 0; }
      #main-menu .menu .sub-menu a {
        color: #111111; }
    #main-menu .menu li {
      margin: 0 0.8rem;
      padding: 0.2rem;
      position: relative;
      display: flex; }
      #main-menu .menu li a {
        color: #FFF;
        font-size: 0.8rem;
        position: relative;
        text-decoration-color: transparent;
        transition: .3s; }
        #main-menu .menu li a:hover, #main-menu .menu li a:focus {
          color: #EC6B22; }
      #main-menu .menu li:hover, #main-menu .menu li:focus {
        color: #EC6B22; }
        #main-menu .menu li:hover .sub-menu, #main-menu .menu li:focus .sub-menu {
          opacity: 1 !important;
          visibility: visible !important;
          margin-top: 1.4rem; }
  #main-menu .menu-item-has-children a:after {
    background: url("/wp-content/uploads/2025/06/white-arrow.png");
    background-size: 12px;
    position: absolute;
    top: 3px;
    right: -14px;
    width: 12px;
    height: 12px;
    content: ' '; }

#main-menu .sub-menu li a:after {
  display: none !important; }

.main-header {
  background: #FFF; }
  .main-header.scrolled {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px); }
  .main-header #mobile-btn span, .main-header #mobile-btn span:before, .main-header #mobile-btn span:after {
    background: #EC6B22; }
  .main-header .custom-logo-link img {
    filter: none; }
  .main-header #main-menu .menu li a {
    color: #111111; }
    .main-header #main-menu .menu li a:hover, .main-header #main-menu .menu li a:focus {
      color: #EC6B22; }
  .main-header #main-menu .menu-item-has-children a:after {
    background: url("/wp-content/uploads/2025/04/icon-ios7-arrow-down-256.webp");
    background-size: 12px;
    position: absolute;
    top: 3px;
    right: -14px;
    width: 12px;
    height: 12px;
    content: ' '; }
  .main-header .sub-menu li a:after {
    display: none !important; }

.site-footer {
  width: 100%;
  background: #114384;
  padding: 4rem 0; }
  @media (min-width: 800px) {
    .site-footer {
      padding: 2rem 0; } }
  .site-footer .container {
    padding: 0 2rem; }
    .site-footer .container .footer-top {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media (min-width: 800px) {
        .site-footer .container .footer-top {
          flex-direction: row;
          justify-content: space-between; } }
      .site-footer .container .footer-top img {
        width: 100%;
        max-width: 300px;
        height: auto;
        filter: brightness(0) invert(1); }
        @media (min-width: 800px) {
          .site-footer .container .footer-top img {
            max-width: 450px; } }
      .site-footer .container .footer-top .socials {
        width: 100%;
        margin: 2rem 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (min-width: 800px) {
          .site-footer .container .footer-top .socials {
            align-items: center;
            justify-content: flex-end; } }
        .site-footer .container .footer-top .socials iconify-icon {
          background: #FFF;
          border-radius: 200px;
          padding: 0.4rem;
          color: #114384;
          margin: 0 0.3rem;
          transition: .3s; }
          .site-footer .container .footer-top .socials iconify-icon:hover, .site-footer .container .footer-top .socials iconify-icon:focus {
            background: #EC6B22;
            color: #FFF; }
    .site-footer .container .footer-main {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 0; }
      @media (min-width: 800px) {
        .site-footer .container .footer-main {
          align-items: flex-start;
          margin-top: 1rem; } }
      .site-footer .container .footer-main a {
        color: #FFF;
        font-size: 1rem;
        line-height: 1.5rem;
        text-decoration-color: transparent;
        transition: .3s; }
        .site-footer .container .footer-main a:hover, .site-footer .container .footer-main a:focus {
          color: #EC6B22; }
    .site-footer .container .footer-bottom {
      width: 100%;
      text-align: center;
      font-size: 0.8rem;
      color: #FFF;
      margin-top: 2rem; }
      @media (min-width: 800px) {
        .site-footer .container .footer-bottom {
          text-align: left; } }
      .site-footer .container .footer-bottom a {
        color: #FFF;
        text-decoration-color: transparent; }
        .site-footer .container .footer-bottom a:hover, .site-footer .container .footer-bottom a:focus {
          color: #EC6B22; }

.slides {
  max-height: 600px;
  overflow: hidden;
  margin: 0;
  border: 0 !important; }

.slide-img {
  width: 100%;
  height: 600px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative; }
  .slide-img .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center; }

.home-news {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem;
  text-align: center; }
  .home-news h2 {
    opacity: 0;
    transform: translateY(1rem);
    transition: .3s;
    color: #114384; }
    .home-news h2.active {
      opacity: 1;
      transform: translateY(0); }
  .home-news .news-feed {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem; }
    @media (min-width: 800px) {
      .home-news .news-feed {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1100px) {
      .home-news .news-feed {
        grid-template-columns: repeat(3, 1fr); } }
    .home-news .news-feed .blog-post {
      width: 100%;
      text-decoration-color: transparent;
      text-align: left;
      opacity: 0;
      transform: translateY(1rem);
      transition: .3s; }
      .home-news .news-feed .blog-post.active {
        opacity: 1;
        transform: translateY(0); }
        .home-news .news-feed .blog-post.active:nth-child(2) {
          transition-delay: .3s; }
        .home-news .news-feed .blog-post.active:nth-child(3) {
          transition-delay: .5s; }
      .home-news .news-feed .blog-post .image {
        width: 100%;
        height: 300px;
        margin-bottom: 0.5rem;
        overflow: hidden;
        border-radius: 6px; }
        .home-news .news-feed .blog-post .image:hover img, .home-news .news-feed .blog-post .image:focus img {
          transform: scale(1.1, 1.1); }
        .home-news .news-feed .blog-post .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: .3s; }
      .home-news .news-feed .blog-post .title {
        font-size: 1.3rem;
        color: #111111; }
      .home-news .news-feed .blog-post p {
        padding: 0 0 0 0.8rem;
        margin: 0;
        font-size: 0.8rem;
        color: #111111;
        position: relative; }
        .home-news .news-feed .blog-post p:before {
          content: ' ';
          position: absolute;
          width: 5px;
          height: 5px;
          background: #EC6B22;
          border-radius: 200px;
          top: 11px;
          left: 0; }

.news-feed-main .blog-post, .news-feed-main .treatment-post {
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-fill-mode: forwards;
  animation-delay: .3s; }
  .news-feed-main .blog-post:nth-child(2), .news-feed-main .treatment-post:nth-child(2) {
    animation-delay: .4s; }
  .news-feed-main .blog-post:nth-child(3), .news-feed-main .treatment-post:nth-child(3) {
    animation-delay: .5s; }
  .news-feed-main .blog-post:nth-child(4), .news-feed-main .treatment-post:nth-child(4) {
    animation-delay: .6; }
  .news-feed-main .blog-post:nth-child(5), .news-feed-main .treatment-post:nth-child(5) {
    animation-delay: .7s; }
  .news-feed-main .blog-post:nth-child(6), .news-feed-main .treatment-post:nth-child(6) {
    animation-delay: .8s; }

.post-single {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-delay: .3s;
  animation-fill-mode: forwards; }
  .post-single .small {
    font-size: 0.8rem; }
  .post-single a {
    color: #114384;
    transition: .3s; }
    .post-single a:hover, .post-single a:focus {
      color: #EC6B22; }
  .post-single .wp-block-columns .wp-block-column .wp-block-image {
    width: 100%;
    height: 400px;
    overflow: hidden; }
    .post-single .wp-block-columns .wp-block-column .wp-block-image a {
      width: 100%;
      height: 400px;
      overflow: hidden;
      border-radius: 8px; }
    .post-single .wp-block-columns .wp-block-column .wp-block-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.share-buttons {
  width: 100%;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0 0 1rem 0; }
  .share-buttons li {
    margin-right: 0.5rem; }
  .share-buttons a {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 0.5rem;
    display: flex;
    color: #ccc;
    transition: .3s; }
    .share-buttons a iconify-icon {
      transition: .3s; }
  .share-buttons .share-facebook:hover, .share-buttons .share-facebook:focus {
    background: #1877F2; }
    .share-buttons .share-facebook:hover iconify-icon, .share-buttons .share-facebook:focus iconify-icon {
      color: #FFF; }
  .share-buttons .share-linkedin:hover, .share-buttons .share-linkedin:focus {
    background: #0072b1; }
    .share-buttons .share-linkedin:hover iconify-icon, .share-buttons .share-linkedin:focus iconify-icon {
      color: #FFF; }
  .share-buttons .share-email:hover, .share-buttons .share-email:focus {
    background: #EC6B22; }
    .share-buttons .share-email:hover iconify-icon, .share-buttons .share-email:focus iconify-icon {
      color: #FFF; }

.single-navigation {
  width: 100%;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eee; }
  .single-navigation p {
    display: flex;
    align-items: center; }
    .single-navigation p iconify-icon {
      margin-right: 0.5rem; }

.treatment-post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #F2F5F9;
  padding: 1rem;
  border-radius: 8px;
  text-decoration-color: transparent; }
  .treatment-post:hover .content .btn-outline, .treatment-post:focus .content .btn-outline {
    color: #EC6B22;
    border-color: #EC6B22; }
  .treatment-post .image {
    width: 25%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden; }
    .treatment-post .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .treatment-post .content {
    padding: 0 0 0 1rem;
    width: 75%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    .treatment-post .content .title {
      font-size: 1.1rem;
      color: #111111;
      font-weight: 500;
      padding: 0;
      margin: 0; }
    .treatment-post .content p {
      font-size: 0.9rem;
      color: #111111;
      padding: 0;
      margin: 0; }
    .treatment-post .content .btn-outline {
      color: #114384;
      border-bottom: 2px solid #114384;
      margin-top: 1rem;
      display: inline-flex;
      font-size: 0.9rem;
      transition: .3s; }

.article-treatment {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-delay: .5s;
  animation-fill-mode: forwards; }
  .article-treatment article {
    width: 100%; }
    @media (min-width: 992px) {
      .article-treatment article {
        width: 70%;
        padding-right: 4rem; } }
    .article-treatment article h2 {
      font-size: 1.3rem;
      line-height: 2rem; }
  .article-treatment aside {
    width: 100%; }
    @media (min-width: 992px) {
      .article-treatment aside {
        width: 30%; } }
    .article-treatment aside .box {
      border-radius: 12px;
      background: url("/wp-content/uploads/2025/06/contact-banner-1500x1000.jpg");
      min-height: 300px;
      position: sticky;
      top: 4rem; }
      .article-treatment aside .box .overlay {
        background: rgba(17, 67, 132, 0.8);
        backdrop-filter: blur(20px);
        padding: 2rem;
        border-radius: 12px;
        width: 100%;
        height: 100%;
        position: absolute;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; }
        .article-treatment aside .box .overlay h2 {
          font-size: 1.5rem;
          color: #FFF;
          padding: 0;
          margin: 0; }
        .article-treatment aside .box .overlay p {
          color: #FFF; }
  .article-treatment .question {
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: .3s; }
    .article-treatment .question:hover, .article-treatment .question:focus {
      border-color: #EC6B22; }
    .article-treatment .question:after {
      content: '\02795';
      font-size: 13px;
      color: #EC6B22 !important;
      fill: #EC6B22 !important;
      float: right;
      margin-left: 5px; }
    .article-treatment .question.active:after {
      content: "\2796"; }
  .article-treatment .answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out;
    font-size: 1rem; }
    .article-treatment .answer p {
      padding-bottom: 0.5rem; }

.error {
  width: 100%;
  height: 100vh;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .error .content {
    max-width: 61.25rem;
    width: 100%;
    padding: 2rem;
    text-align: center; }
    .error .content h1 {
      font-size: 14rem;
      font-weight: 900;
      margin: 0;
      padding: 0;
      color: #111111; }
    .error .content h3 {
      font-size: 5rem;
      font-weight: 900;
      color: #000;
      margin: 0;
      padding: 0; }
    .error .content h4 {
      font-size: 2rem;
      color: #000;
      margin-top: 0.625rem; }
    .error .content a {
      background: #FFF;
      border: 3px solid #111111;
      color: #000;
      margin-top: 0.625rem;
      padding: 0.5rem 2rem;
      display: inline-block; }
      .error .content a:hover {
        background: #000;
        text-decoration: none;
        color: #FFF; }

html {
  box-sizing: border-box; }

* {
  box-sizing: inherit;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 200; }

body {
  font-size: 16px;
  padding: 0;
  margin: 0; }

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }

.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px; }

.entry-content .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw; }

.alignfull img {
  width: 100vw; }

.btn, #gform_submit_button_1 {
  background: #EC6B22;
  padding: 0.9rem 1.8rem 0.8rem 1.8rem;
  border-radius: 200px;
  color: #111111;
  text-decoration-color: transparent;
  position: relative;
  font-weight: 400;
  z-index: 0;
  overflow: hidden;
  display: inline-block;
  transition: .3s;
  font-size: 1rem; }
  .btn:before, #gform_submit_button_1:before {
    content: ' ';
    position: absolute;
    background: rgba(17, 67, 132, 0.8);
    border-radius: 200px;
    backdrop-filter: blur(20px);
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: .3s; }
  .btn:hover, .btn:focus, #gform_submit_button_1:hover, #gform_submit_button_1:focus {
    color: #FFF; }
    .btn:hover:before, .btn:focus:before, #gform_submit_button_1:hover:before, #gform_submit_button_1:focus:before {
      left: 0; }

#gform_submit_button_1 {
  border: 0;
  cursor: pointer; }
  #gform_submit_button_1:hover, #gform_submit_button_1:focus {
    background: #114384; }

h2 {
  font-size: 2.5rem;
  color: #111111;
  font-weight: 500;
  padding: 0;
  margin: 0 0 2rem 0; }

p {
  font-size: 1rem;
  line-height: 1.6rem; }

.home-video {
  width: 100%;
  height: 100svh;
  position: relative; }
  .home-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .home-video .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem; }
    .home-video .overlay h1 {
      font-size: 2rem;
      font-weight: 500;
      padding: 0;
      margin: 0 0 0.5rem 0;
      color: #FFF;
      opacity: 0;
      transform: translateY(1rem);
      animation: fadeup 1s ease;
      animation-delay: .3s;
      animation-fill-mode: forwards; }
      @media (min-width: 800px) {
        .home-video .overlay h1 {
          font-size: 3rem; } }
    .home-video .overlay h2 {
      font-size: 1rem;
      font-weight: 100;
      letter-spacing: 0.3rem;
      text-transform: uppercase;
      color: #FFF;
      opacity: 0;
      transform: translateY(1rem);
      animation: fadeup 1s ease;
      animation-delay: .6s;
      animation-fill-mode: forwards; }
    .home-video .overlay .btn {
      opacity: 0;
      transform: translateY(1rem);
      animation: fadeup 1s ease;
      animation-fill-mode: forwards;
      animation-delay: .7s; }

.home-block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 2rem;
  flex-direction: column-reverse;
  align-items: flex-end; }
  @media (min-width: 576px) {
    .home-block {
      padding: 4rem; } }
  @media (min-width: 992px) {
    .home-block {
      flex-direction: row;
      align-items: flex-start;
      padding: 6rem 4rem; } }
  .home-block .image {
    width: 100%;
    height: 450px;
    opacity: 0;
    transform: translateY(1rem);
    transition: .3s;
    border-radius: 8px;
    position: relative;
    margin-bottom: 1rem; }
    .home-block .image.active {
      opacity: 1;
      transform: translateY(0); }
    @media (min-width: 992px) {
      .home-block .image {
        width: 55%;
        max-width: none;
        margin-left: -5%;
        height: 500px;
        margin-bottom: 0; } }
    .home-block .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px; }
    .home-block .image .symbol {
      position: absolute;
      width: 80px;
      height: auto;
      bottom: -40px;
      left: 0;
      right: 0;
      margin: 0 auto;
      border: 4px solid #FFF;
      border-radius: 100%;
      display: none; }
      @media (min-width: 992px) {
        .home-block .image .symbol {
          display: block; } }
  .home-block article {
    width: 100%;
    margin: 0;
    background: rgba(17, 67, 132, 0.8);
    backdrop-filter: blur(20px);
    padding: 3rem;
    z-index: 2;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transform: translateY(1rem);
    border-radius: 8px;
    overflow: hidden;
    transition: .3s; }
    .home-block article.active {
      opacity: 1;
      transform: translateY(0); }
    @media (min-width: 992px) {
      .home-block article {
        width: 50%;
        margin: 4rem 0 0 0; } }
    .home-block article h2 {
      font-size: 1.8rem;
      line-height: 2.2rem;
      color: #FFF;
      font-weight: 200; }
      @media (min-width: 992px) {
        .home-block article h2 {
          font-weight: 500; } }
    .home-block article .btn {
      margin-top: 1rem;
      display: inline-block; }
      .home-block article .btn:before {
        background: #05152a; }

.home-reviews {
  width: 100%;
  background: #F2F5F9;
  margin: 0 auto;
  text-align: center;
  padding: 4rem 0; }
  .home-reviews .widget {
    margin: 0 !important; }
  .home-reviews h2 {
    opacity: 0;
    transform: translateY(1rem);
    transition: .3s;
    color: #114384; }
    .home-reviews h2.active {
      opacity: 1;
      transform: translateY(0); }

.widget__footer[data-v-63e724ee] {
  display: none !important;
  opacity: 0;
  visibility: hidden; }

.logos {
  height: auto;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 2rem 0 4rem 0;
  opacity: 0;
  transition: .3s; }
  .logos.active {
    opacity: 1; }
  .logos::before, .logos::after {
    position: absolute;
    background-image: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
    width: 15%;
    height: 100%;
    z-index: 2;
    pointer-events: none; }
  .logos::before {
    left: 0;
    top: 0; }
  .logos::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg); }
  .logos .slide-track {
    width: calc(200px * 20);
    display: flex;
    animation: scroll 30s linear infinite;
    justify-content: space-between; }
  .logos img {
    width: 200px;
    height: auto;
    margin: 0 2rem; }

.home-treatments {
  width: 100%;
  background: #F2F5F9;
  padding: 4rem 0;
  text-align: center; }
  .home-treatments h2 {
    padding: 0;
    margin: 0;
    opacity: 0;
    transform: translateY(1rem);
    transition: .3s;
    color: #114384; }
    .home-treatments h2.active {
      opacity: 1;
      transform: translateY(0); }
  .home-treatments p {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem 2rem;
    opacity: 0;
    transform: translateY(1rem);
    transition: .3s; }
    .home-treatments p.active {
      opacity: 1;
      transform: translateY(0); }
  .home-treatments .treatment-feed {
    padding-top: 2rem;
    opacity: 0;
    transition: .3s; }
    .home-treatments .treatment-feed.active {
      opacity: 1; }
    .home-treatments .treatment-feed .treatment-post {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      background: #FFF;
      padding: 1rem;
      border-radius: 8px;
      text-decoration-color: transparent; }
      .home-treatments .treatment-feed .treatment-post:hover .content .btn-outline, .home-treatments .treatment-feed .treatment-post:focus .content .btn-outline {
        color: #EC6B22;
        border-color: #EC6B22; }
      .home-treatments .treatment-feed .treatment-post .image {
        display: none; }
      .home-treatments .treatment-feed .treatment-post .content {
        padding: 0;
        width: 100%;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; }
        .home-treatments .treatment-feed .treatment-post .content .title {
          font-size: 1.1rem;
          color: #111111;
          font-weight: 500;
          padding: 0;
          margin: 0; }
        .home-treatments .treatment-feed .treatment-post .content p {
          font-size: 0.9rem;
          color: #111111;
          padding: 0;
          margin: 0; }
        .home-treatments .treatment-feed .treatment-post .content .btn-outline {
          color: #114384;
          border-bottom: 2px solid #114384;
          margin-top: 1rem;
          display: inline-flex;
          font-size: 0.9rem;
          transition: .3s; }
    .home-treatments .treatment-feed a {
      width: 100%;
      margin: 0 1rem;
      position: relative;
      border-radius: 6px;
      overflow: hidden; }
      .home-treatments .treatment-feed a .image {
        width: 100%;
        height: 450px;
        position: relative;
        overflow: hidden; }
        .home-treatments .treatment-feed a .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: .3s; }
      .home-treatments .treatment-feed a .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        text-align: center;
        padding: 2rem; }
        .home-treatments .treatment-feed a .overlay h3 {
          padding: 0;
          margin: 0;
          color: #FFF;
          font-size: 1.2rem;
          font-weight: 400; }
      .home-treatments .treatment-feed a:hover .image img, .home-treatments .treatment-feed a:focus .image img {
        transform: scale(1.1, 1.1); }
  .home-treatments .treatment-arrows {
    margin-top: 2rem; }
    .home-treatments .treatment-arrows button {
      appearance: none;
      cursor: pointer;
      background: none;
      border: 0; }

.page-header {
  margin-top: 74px;
  width: 100%;
  position: relative;
  height: 350px; }
  @media (min-width: 800px) {
    .page-header {
      height: 450px;
      margin-top: 79px; } }
  .page-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .page-header .overlay {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    .page-header .overlay .container {
      background: rgba(17, 67, 132, 0.8);
      backdrop-filter: blur(20px);
      padding: 2rem;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      width: 100%;
      max-width: 300px;
      position: absolute; }
      @media (min-width: 800px) {
        .page-header .overlay .container {
          max-width: 500px; } }
      @media (min-width: 1400px) {
        .page-header .overlay .container {
          border-radius: 8px; } }
  .page-header h1 {
    font-size: 2rem;
    color: #FFF;
    padding: 0;
    margin: 0 0 0.5rem 0;
    font-weight: 500;
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeup 1s ease;
    animation-delay: .3s;
    animation-fill-mode: forwards; }
  .page-header p {
    color: #FFF;
    padding: 0;
    margin: 0;
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeup 1s ease;
    animation-delay: .3s;
    animation-fill-mode: forwards; }
  .page-header .small {
    font-size: 0.8rem; }

.contact-page {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  display: flex;
  flex-wrap: wrap; }
  .contact-page article {
    width: 100%; }
    @media (min-width: 800px) {
      .contact-page article {
        width: 60%; } }
  .contact-page aside {
    width: 100%; }
    @media (min-width: 800px) {
      .contact-page aside {
        width: 40%;
        padding-left: 6rem; } }
    .contact-page aside #map {
      width: 100%;
      height: 400px;
      border-radius: 8px;
      border: 1px solid #eee; }
    .contact-page aside h3 {
      color: #114384;
      padding: 0;
      margin: 1rem 0 0 0;
      font-weight: 500;
      font-size: 1.5rem; }
    .contact-page aside p {
      padding: 0;
      margin: 0.5rem 0 0 0; }
    .contact-page aside .book {
      margin-top: 2rem;
      border: 1px solid #eee;
      padding: 2rem;
      width: 100%;
      display: block;
      border-radius: 8px;
      font-size: 1.1rem;
      color: #114384;
      text-decoration-color: transparent;
      transition: .3s; }
      .contact-page aside .book:hover, .contact-page aside .book:focus {
        background: #114384;
        color: #FFF; }
        .contact-page aside .book:hover h3, .contact-page aside .book:hover p, .contact-page aside .book:focus h3, .contact-page aside .book:focus p {
          color: #FFF; }
      .contact-page aside .book h3 {
        padding: 0;
        margin: 0; }
  .contact-page h2 {
    font-size: 2rem;
    color: #114384;
    padding: 0;
    margin: 0; }
  .contact-page input[type='text'], .contact-page input[type='tel'], .contact-page input[type='email'], .contact-page textarea {
    appearance: none;
    background: #fafafa;
    border: 1px solid #eee;
    height: 40px;
    border-radius: 4px; }
  .contact-page textarea {
    background: #fafafa; }
  .contact-page .gform-field-label {
    font-size: 0.9rem; }
    .contact-page .gform-field-label a {
      color: #114384; }

.faq-page .question {
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: .3s; }
  .faq-page .question:hover, .faq-page .question:focus {
    border-color: #EC6B22; }
  .faq-page .question:after {
    content: '\02795';
    font-size: 13px;
    color: #EC6B22 !important;
    fill: #EC6B22 !important;
    float: right;
    margin-left: 5px; }
  .faq-page .question.active:after {
    content: "\2796"; }
.faq-page .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-out;
  font-size: 1rem; }
  .faq-page .answer p {
    padding-bottom: 0.5rem; }

.faq-page {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem; }

.std-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem; }

.center {
  text-align: center; }

.split-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem;
  position: relative;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-delay: .7s;
  animation-fill-mode: forwards; }
  .split-content article {
    width: 100%;
    position: relative; }
    @media (min-width: 800px) {
      .split-content article {
        width: 70%;
        padding-right: 5rem; } }
    .split-content article h2 {
      font-size: 2rem;
      line-height: 2.5rem;
      color: #114384; }
    .split-content article .wp-block-cover {
      border-radius: 12px;
      padding: 2rem;
      margin: 2rem 0;
      background: url("/wp-content/uploads/2025/06/contact-banner-1500x1000.jpg"); }
      .split-content article .wp-block-cover .wp-block-cover__background {
        background: rgba(17, 67, 132, 0.8) !important;
        backdrop-filter: blur(20px); }
      .split-content article .wp-block-cover h2 {
        color: #FFF; }
      .split-content article .wp-block-cover ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
      .split-content article .wp-block-cover li {
        margin-bottom: 1rem;
        padding-left: 30px;
        position: relative; }
        .split-content article .wp-block-cover li:after {
          background: url("/wp-content/uploads/2025/10/orange-tick.png");
          background-size: 20px;
          width: 20px;
          height: 20px;
          top: 0;
          left: 0;
          position: absolute;
          content: ' '; }
        .split-content article .wp-block-cover li:last-child {
          margin-bottom: 0; }
  .split-content aside {
    width: 100%;
    display: none; }
    @media (min-width: 800px) {
      .split-content aside {
        width: 30%;
        display: block; } }
    .split-content aside .image {
      background: #F2F5F9;
      border-radius: 12px;
      overflow: hidden;
      position: sticky;
      top: 0; }
    .split-content aside img {
      width: 100%;
      display: block; }

.std-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-delay: .7s;
  animation-fill-mode: forwards; }
  .std-content h2 {
    font-size: 2rem;
    padding: 0;
    margin: 0;
    color: #114384; }

.std-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-delay: .5s;
  animation-fill-mode: forwards; }
  .std-content h2 {
    margin: 2rem 0; }
  .std-content li {
    margin-bottom: 1rem; }
    .std-content li:last-child {
      margin-bottom: 0; }

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