﻿@charset "UTF-8";
/* cabin-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/cabin/cabin-v27-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/cabin/cabin-v27-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/cabin/cabin-v27-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/cabin/cabin-v27-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.global-header-top {
  background-color: #fff;
  padding-bottom: 1.25rem;
}

.global-header-bottom {
  background-color: #fff;
}

.global-header-container {
  padding-left: 1rem;
  padding-right: 1rem;
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .global-header-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .global-header-container {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .global-header-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.global-header-logo {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  text-decoration: none;
}
.global-header-logo img {
  width: auto;
  height: 84px;
}

@media (max-width: 991.98px) {
  .logo-row {
    width: 100%;
  }
}

.mobile-menu-trigger {
  border: none;
  background-color: transparent;
  color: #424242;
  padding: 0;
  font-size: 1.25rem;
  width: 2.5rem;
  height: 2.875rem;
  /*background-size: 28px 28px;*/
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 1rem;
  background-image: url('data:image/svg+xml,%3csvg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.55 23.08"%3e%3cpath d="m30.29,16.44l-3.7-3.7c-.17-.17-.39-.26-.63-.26h-.61c1.03-1.31,1.63-2.96,1.63-4.75,0-4.27-3.46-7.73-7.73-7.73s-7.73,3.46-7.73,7.73,3.46,7.73,7.73,7.73c1.79,0,3.44-.61,4.75-1.63v.61c0,.24.09.46.26.63l3.7,3.7c.35.35.91.35,1.26,0l1.05-1.05c.35-.35.35-.91,0-1.26Zm-11.03-3.96c-2.63,0-4.75-2.12-4.75-4.75s2.12-4.75,4.75-4.75,4.75,2.12,4.75,4.75-2.12,4.75-4.75,4.75Z" style="fill:%23424242;"/%3e%3crect x="0" y="10.79" width="10" height="3.29" rx=".82" ry=".82" style="fill:%23424242;"/%3e%3crect y=".79" width="10.01" height="3.29" rx=".82" ry=".82" style="fill:%23424242;"/%3e%3crect y="19.79" width="30.01" height="3.29" rx=".82" ry=".82" style="fill:%23424242;"/%3e%3c/svg%3e');
}

.mobile-menu-text {
  font-size: 0.6875rem;
}

.multi-languages-dropdown-toggle {
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='17' height='8' viewBox='0 0 17 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M0.769226 0L8.76923 8L16.7692 0H0.769226Z' fill='white'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-color: #DA020E;
  color: #fff;
  border: none;
  padding: 0.5625rem 3.25rem 0.5625rem 1.25rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .multi-languages-dropdown-toggle {
    transition: none;
  }
}
html:not(.touch) .multi-languages-dropdown-toggle:hover, html:not(.touch) .multi-languages-dropdown-toggle:focus-visible {
  background-color: rgb(167.4636363636, 1.5363636364, 10.7545454545);
}

.mobile-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #294653;
  /* ===============================
     Parent items with children
  =============================== */
  /* ===============================
     Toggle Button (Chevron Button)
  =============================== */
  /* ===============================
     Level 2 (and deeper)
  =============================== */
  /* ===============================
     Back Button (Optional)
  =============================== */
}
.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background: #355866;
}
.mobile-nav li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav li.open > ul {
  display: block;
}
.mobile-nav a {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 1rem 1.25rem;
  line-height: 1.3;
}
.mobile-nav .has-children > a {
  padding-right: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  .mobile-nav .has-children > a {
    padding-right: 3.75rem;
  }
}
.mobile-nav .nav-toggle {
  position: absolute;
  right: 15px;
  top: 26px;
  transform: translateY(-50%);
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.mobile-nav .nav-toggle .chevron::after {
  content: "›";
  font-size: 22px;
  color: #fff;
  display: inline-block;
  transition: transform 0.3s ease;
}
.mobile-nav li.open > .nav-toggle .chevron::after {
  transform: rotate(90deg);
}
.mobile-nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-nav ul li a {
  font-size: 1rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem 0.75rem calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  .mobile-nav ul li a {
    padding: 0.75rem 1.25rem 0.75rem 3.75rem;
  }
}
.mobile-nav ul ul {
  background: rgb(44.2806451613, 73.5225806452, 85.2193548387);
}
.mobile-nav ul ul li a {
  padding: 0.75rem 1.25rem 0.75rem calc(1.46875rem + 2.625vw);
  font-size: 0.9375rem;
}
@media (min-width: 1200px) {
  .mobile-nav ul ul li a {
    padding: 0.75rem 1.25rem 0.75rem 3.4375rem;
  }
}
.mobile-nav .nav-go-back {
  font-size: 1rem;
  color: #fff;
  padding-left: calc(1.4375rem + 2.25vw);
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 20px auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' height='24' viewBox='0 -960 960 960' width='24'%3e%3cpath d='M560-240 320-480l240-240 56 56-184 184 184 184-56 56Z'/%3e%3c/svg%3e");
}
@media (min-width: 1200px) {
  .mobile-nav .nav-go-back {
    padding-left: 3.125rem;
  }
}

.global-header-site-name {
  white-space: nowrap;
  line-height: 1;
  font-size: 1rem;
  margin-left: 0.625rem;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
}

.global-header-icon-button-text {
  display: none;
}
@media (max-width: 991.98px) {
  .global-header-icon-button-text {
    display: block;
    margin-top: 0.25rem;
    font-weight: 700;
    font-size: 0.75rem;
    font-style: normal;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .global-header-icon-button-text {
    display: none;
  }
}

#offcanvasTop {
  background-color: #DA020E;
}

.global-search {
  position: relative;
  display: flex;
  align-items: center;
  height: fit-content;
}
@media (max-width: 991.98px) {
  .global-search.main {
    display: none;
  }
}
.global-search input {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #253e4d;
  color: #253e4d;
  padding: 10px 0.75rem;
  padding-left: 40px;
  background-color: transparent;
}
.global-search input::placeholder {
  opacity: 1;
}
.global-search button {
  position: absolute;
  left: 12px;
  width: 16px;
  height: 16px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  background-image: url('data:image/svg+xml,%3csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3e %3cpath d="M15.255 13.4685L12.3344 10.5478C12.2026 10.416 12.0239 10.3428 11.8364 10.3428H11.3589C12.1674 9.30871 12.6479 8.00806 12.6479 6.59316C12.6479 3.22727 9.92058 0.5 6.5547 0.5C3.18882 0.5 0.461548 3.22727 0.461548 6.59316C0.461548 9.95904 3.18882 12.6863 6.5547 12.6863C7.9696 12.6863 9.27026 12.2059 10.3043 11.3974V11.8749C10.3043 12.0623 10.3776 12.241 10.5094 12.3729L13.43 15.2935C13.7054 15.5688 14.1506 15.5688 14.4231 15.2935L15.2521 14.4645C15.5275 14.1891 15.5275 13.7438 15.255 13.4685ZM6.5547 10.3428C4.48362 10.3428 2.80507 8.66717 2.80507 6.59316C2.80507 4.52207 4.48069 2.84352 6.5547 2.84352C8.62579 2.84352 10.3043 4.51914 10.3043 6.59316C10.3043 8.66424 8.62872 10.3428 6.5547 10.3428Z" fill="%23333"/%3e %3c/svg%3e');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}
.global-search ::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 30px;
  width: 30px;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z' fill='%23333'%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.global-search-home {
  position: relative;
  display: flex;
  align-items: center;
  /*padding-top: 10px;*/
  display: none;
  transition: all 0.3s ease;
  width: 12em;
}
.global-search-home input {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #253e4d;
  color: #253e4d;
  padding: 10px 0.75rem;
  padding-left: 40px;
  background-color: transparent;
}
.global-search-home input::placeholder {
  opacity: 1;
}
.global-search-home button {
  position: absolute;
  left: 12px;
  width: 16px;
  height: 16px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  background-image: url('data:image/svg+xml,%3csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3e %3cpath d="M15.255 13.4685L12.3344 10.5478C12.2026 10.416 12.0239 10.3428 11.8364 10.3428H11.3589C12.1674 9.30871 12.6479 8.00806 12.6479 6.59316C12.6479 3.22727 9.92058 0.5 6.5547 0.5C3.18882 0.5 0.461548 3.22727 0.461548 6.59316C0.461548 9.95904 3.18882 12.6863 6.5547 12.6863C7.9696 12.6863 9.27026 12.2059 10.3043 11.3974V11.8749C10.3043 12.0623 10.3776 12.241 10.5094 12.3729L13.43 15.2935C13.7054 15.5688 14.1506 15.5688 14.4231 15.2935L15.2521 14.4645C15.5275 14.1891 15.5275 13.7438 15.255 13.4685ZM6.5547 10.3428C4.48362 10.3428 2.80507 8.66717 2.80507 6.59316C2.80507 4.52207 4.48069 2.84352 6.5547 2.84352C8.62579 2.84352 10.3043 4.51914 10.3043 6.59316C10.3043 8.66424 8.62872 10.3428 6.5547 10.3428Z" fill="%23333"/%3e %3c/svg%3e');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}
.global-search-home ::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 30px;
  width: 30px;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z' fill='%23333'%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.global-search-home.active {
  display: flex;
}

.search-row {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.global-nav {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 992px) {
  .global-nav {
    display: flex;
  }
}
@media (min-width: 1400px) {
  .global-nav {
    justify-content: end;
    align-content: center;
  }
}

.top {
  height: 100%;
}

.top-row {
  min-height: 75px;
}

.global-nav-item {
  position: relative;
}
.global-nav-item.hovered .global-nav-dropdown {
  opacity: 1;
  visibility: visible;
}
.global-nav-item:last-child .global-nav-dropdown {
  left: auto;
  right: 0;
}

.global-nav-link {
  display: block;
  padding: 13px 10px;
  text-decoration: none;
  color: #021221;
  font-size: 18px;
  position: relative;
  height: 100%;
  text-align: center !important;
}
.global-nav-link:hover:after {
  position: absolute;
  content: "";
  background-color: #3ec7eb;
  height: 7px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 12px;
}

.global-nav-link-main {
  display: block;
  padding: 5px 10px 12px;
  border-top: 5px solid #e8e8e8;
  text-decoration: none;
  color: #021221;
  font-size: 16px;
  height: 100%;
  text-align: center;
}
.global-nav-link-main:hover {
  background-color: #fff;
  border-top: 5px solid #3ec7eb;
}

.global-nav-item.active .global-nav-link-main {
  background-color: #fff;
  border-top: 5px solid #3ec7eb;
}

.no-js .global-nav-item {
  position: relative;
}
html:not(.touch) .no-js .global-nav-item:hover .global-nav-dropdown, html:not(.touch) .no-js .global-nav-item:focus-visible .global-nav-dropdown {
  opacity: 1;
  visibility: visible;
}

.global-nav-dropdown {
  z-index: 1000;
  left: 0;
  top: 100%;
  min-width: 15rem;
  background-color: #e8e8e8;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  max-width: 200px;
}
@media (prefers-reduced-motion: reduce) {
  .global-nav-dropdown {
    transition: none;
  }
}
.global-nav-dropdown li + li {
  border-top: 1px solid #adb5bd;
}
.global-nav-dropdown a {
  text-decoration: none;
  display: block;
  color: #333;
  padding: 0.625rem 0.9375rem;
}
html:not(.touch) .global-nav-dropdown a:hover, html:not(.touch) .global-nav-dropdown a:focus-visible {
  background-color: #253e4d;
  color: #fff;
}
.multi-languages-dropdown-menu {
  border-radius: 0;
}

#offcanvasAside .offcanvas-header {
  padding-left: 0;
  padding-right: 0.25rem;
}
#offcanvasAside .offcanvas-body {
  padding: 0;
  /* margin-top: rfs-value(64px);*/
}
#offcanvasAside .btn-close {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23424242'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.global-header-main {
  background-image: url("/images/Header-grey-arc-4.svg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

/* Remove background from 0px to 991px */
@media (max-width: 991.5px) {
  .global-header-main {
    background-image: none;
  }
}
.global-header {
  /*background-image: url("/images/Header_grey_arc.svg");*/
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  /*padding-top: 23px;*/
}

.home-top-header-nav-item-container {
  padding-bottom: 15px;
  padding-right: 8%;
}

/* 1024px to 1336px */
@media (max-width: 1336px) {
  .home-top-header-nav-item-container {
    padding-right: 4%;
  }
}
/* Below 1024px */
@media (max-width: 1023px) {
  .home-top-header-nav-item-container {
    padding-right: 0;
  }
}
.home-nav-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 1024px) {
  .home-nav-right {
    display: none;
  }
}
.home-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
}
.home-nav a {
  color: #000;
  text-decoration: none;
  padding: 10px 20px 0;
  font-weight: 500;
  font-size: 20px;
}
.home-nav a:hover {
  color: #549cb6 !important;
  cursor: pointer;
}

.search-btn {
  border: none;
  background-color: transparent;
  padding: 10px 0;
  margin-top: 5px;
  margin-left: 15px;
}

.header-border {
  border-bottom: 1px solid #253e4d;
}

.header-check-register-button-container .header-check-register-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3ec7eb;
  color: #253e4d;
  font-size: 1.1em !important;
  font-weight: 500;
  border-radius: 20px;
  transition: all 0.2s ease;
  text-decoration: none;
  z-index: 9999;
  padding: 8px 12px !important;
  margin: 0 10px;
  border: 1px solid #fff;
  line-height: 1.5;
}
.header-check-register-button-container .header-check-register-button:hover {
  color: #243e4d !important;
  background-color: #fff !important;
  border: 1px solid #243e4d;
}

.global-footer {
  background-color: #253e4d;
  color: #fff;
}
.global-footer a {
  color: #fff;
  text-decoration: none;
}
.global-footer a:hover {
  color: #96d9f1;
  text-decoration: underline;
}
.homepage .global-footer {
  margin-top: 0;
}
.global-footer .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none !important;
}
.global-footer .icon i {
  color: #3ec7eb;
  transition: all 0.2s ease;
  font-size: 20px;
}
.global-footer .icon i:hover {
  color: #fff;
}

.footer-logo-image {
  width: 3.75rem;
}

.copyright > *:last-child {
  margin-bottom: 0;
}

.footer-content p {
  margin-bottom: 30px;
}
.footer-content a {
  color: #96d9f1;
  text-decoration: underline;
}
.footer-content a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-links {
  list-style-type: none;
}

@media (max-width: 600px) {
  .footer-links {
    padding: 0;
    margin: 0;
  }
}
.footer-link a {
  line-height: 24px;
  font-size: 14px;
}

.icon.list-inline {
  padding-left: 0;
  margin-bottom: 0;
}

.icon.list-inline li {
  display: inline;
}

.icon.list-inline .separator {
  margin: 0 8px;
}

.list-inline-item a {
  padding: 20px;
  padding-bottom: 20px;
  padding-bottom: 20px;
  padding-bottom: 18px;
  text-decoration: none;
  color: #021221;
  font-size: 18px;
  position: relative;
  font-size: 14px;
  color: #fff;
}

.footer-bottom-text {
  font-size: 14px;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .sm-col {
    justify-content: end !important;
    flex-direction: unset !important;
  }
}
.bottom-row {
  margin-top: 85px;
}

.footer-waves-img img {
  width: 100%;
}

.home-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 690px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: -1px;
  color: #fff;
}

.home-box {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.home-box:hover .image-filter {
  opacity: 0.5;
  display: block;
}
.home-box:hover img {
  filter: contrast(150%) saturate(0%);
}

.image-filter {
  position: absolute;
  inset: 0;
  background-color: #20828f;
  opacity: 0;
  transition: all 0.2s ease;
  pointer-events: none;
  z-index: 1;
}

.home-box-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(75%);
}

.home-box-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 1.25rem 1.25rem 9rem 1.25rem;
  color: #fff;
  max-width: 440px;
  margin: 0 auto;
  padding-top: 13em;
}
@media (max-width: 768px) {
  .home-box-content {
    padding-top: 0;
    justify-content: center;
  }
}

.home-box-title {
  font-size: 38px;
  font-weight: 600;
}

.home-box-summary {
  font-size: 17px;
  line-height: 27px;
}

.home-box-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3ec7eb;
  color: #253e4d;
  height: 45px;
  width: 165px;
  font-size: 18px;
  border-radius: 20px;
  transition: all 0.2s ease;
  text-decoration: none;
  z-index: 9999;
}
.home-box-btn:hover {
  background-color: #fff;
}

@media (max-width: 991px) {
  .home-boxes {
    grid-template-columns: 1fr;
    height: auto;
  }
  .home-box {
    height: 690px;
  }
}
.header-image-curves {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.header-curve {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  z-index: 2;
}

.home-box-link {
  text-decoration: none;
}

.aside-col {
  padding-left: 15px;
  padding-right: 15px;
}

.aside-nav {
  font-size: 16px;
  margin-bottom: 40px;
  border-radius: 5px;
  overflow: hidden;
}
.aside-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.aside-nav a.aside-nav-go-back {
  background-image: url("data:image/svg+xml,%3csvg width='14' height='14' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 1L2 5L6 9' stroke='%23253e4d' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 30px;
}
.aside-nav a.aside-nav-go-back:hover {
  background-image: url("data:image/svg+xml,%3csvg width='14' height='14' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 1L2 5L6 9' stroke='%23ffffff' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
}
.aside-nav a {
  display: block;
  color: #253e4d;
  padding: 13px;
  padding-left: 13px;
  word-wrap: break-word;
  padding-left: 40px;
  transition: all 0.2s ease;
}
.aside-nav a:hover {
  text-decoration: none;
  background-color: #253e4d;
  color: #fff;
}
.aside-nav .level-1 > li {
  background-color: #e9e9e9;
}
.aside-nav .level-1 > li > a {
  border-top: 1px solid #dcd9d9;
  background-color: #e9e9e9;
  position: relative;
  z-index: 1;
}
html:not(.touch) .aside-nav .level-1 > li > a:hover, html:not(.touch) .aside-nav .level-1 > li > a:focus-visible {
  background-color: #253e4d;
  color: #fff;
  position: relative;
  z-index: 1;
}
.aside-nav .level-1 > li.active {
  position: relative;
}
.aside-nav .level-1 > li.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #E9E9ED;
  z-index: 1;
}
.aside-nav .level-1 > li.active > a {
  border-left: 7px solid #3ec7eb;
  border-bottom: 1px solid #dcd9d9;
  padding-left: 16px;
  background-color: #fff;
  color: #253e4d;
}
.aside-nav .level-1 > li.active > a:hover {
  border-left: 7px solid #253e4d;
  border-bottom: 1px solid #253e4d;
}
.aside-nav .level-2 > li {
  background-color: #e9e9e9;
}
.aside-nav .level-2 > li > a {
  border-top: 1px solid #dcd9d9;
  background-color: #e9e9e9;
  position: relative;
  z-index: 1;
}
html:not(.touch) .aside-nav .level-2 > li > a:hover, html:not(.touch) .aside-nav .level-2 > li > a:focus-visible {
  background-color: #253e4d;
  color: #fff;
  position: relative;
  z-index: 1;
}
.aside-nav .level-2 > li.active {
  position: relative;
}
.aside-nav .level-2 > li.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #E9E9ED;
  z-index: 1;
}
.aside-nav .level-2 > li.active > a {
  border-left: 7px solid #3ec7eb;
  border-bottom: 1px solid #dcd9d9;
  padding-left: 16px;
  background-color: #fff;
  color: #253e4d;
}
.aside-nav .level-2 > li.active > a:hover {
  border-left: 7px solid #253e4d;
  border-bottom: 1px solid #253e4d;
}

.aside-nav-title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.aside-nav-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 25%;
  background-color: #DA020E;
}

.accordion {
  margin-bottom: 3.125rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #424242;
}

.breadcrumb-item.active {
  padding: 0;
}

.page-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #424242;
}

.page-summary {
  color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  .page-summary {
    margin-top: 20px;
    margin-bottom: 90px;
    margin-left: 100px;
  }
}
.page-summary a, .page-summary span {
  text-decoration: none;
  color: #424242;
  font-size: 16px;
  margin-right: 5px;
}
.page-summary .container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-summary h1 {
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .page-summary h1 {
    margin-top: auto;
    margin-bottom: 3.125rem;
  }
}

.page-summary-image {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-summary-image:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #DA020E;
  opacity: 0.8;
  content: "";
}
.page-summary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rich-editor-content {
  /*    h2 {
      margin-top: rfs-value(40px)
  }

  h3 {
      margin-top: rfs-value(30px)
  }

  h4 {
      margin-top: rfs-value(20px)
  }*/
}
.rich-editor-content .first-child {
  margin-top: 0;
}
.rich-editor-content .last-child {
  margin-bottom: 0;
}
.rich-editor-content p {
  font-size: 18px;
  color: #424242;
  line-height: 27px;
  padding-bottom: 20px;
}
.rich-editor-content h5, .rich-editor-content .h5 {
  font-size: 22px !important;
}
.rich-editor-content h2, .rich-editor-content h3, .rich-editor-content h4, .rich-editor-content h5, .rich-editor-content h6 {
  color: #424242;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.rich-editor-content .h2, .rich-editor-content .h3, .rich-editor-content .h4, .rich-editor-content .h5, .rich-editor-content .h6 {
  color: #424242;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.rich-editor-content .h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.rich-editor-content img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.rich-editor-content table {
  border: none;
  max-width: 100%;
  width: 100%;
}
.rich-editor-content table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.rich-editor-content table th, .rich-editor-content table td {
  padding: 0.625rem;
  border: 1px solid #424242;
}
.rich-editor-content table th p:last-child, .rich-editor-content table td p:last-child {
  margin: 0;
}
.rich-editor-content ul, .rich-editor-content ol {
  padding: 0;
  margin-bottom: 1.25rem;
}
.rich-editor-content ul li, .rich-editor-content ol li {
  font-size: 18px;
  color: #424242;
  line-height: 27px;
}
.rich-editor-content ul ul, .rich-editor-content ul ol, .rich-editor-content ol ul, .rich-editor-content ol ol {
  padding: 0.25rem 0 0;
}
.rich-editor-content ul ul li, .rich-editor-content ul ol li, .rich-editor-content ol ul li, .rich-editor-content ol ol li {
  line-height: 1.375rem;
  margin-bottom: 0.25rem;
}
.rich-editor-content ul {
  list-style-type: none;
}
.rich-editor-content ul li {
  position: relative;
  padding-left: 1.625rem;
  margin-bottom: 0.5rem;
}
.rich-editor-content ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.4rem;
  width: 12px;
  height: 12px;
  background-color: #3ec7eb;
  border: 1px solid #3ec7eb;
  border-radius: 50%;
}
.rich-editor-content ul ul li {
  /*padding-left: rfs-value(18px);*/
}
.rich-editor-content ul ul li:before {
  width: 12px;
  height: 12px;
  top: 5px;
  background-color: transparent;
  border: 1px solid #3ec7eb;
  border-radius: 50%;
}
.rich-editor-content ul ul ul li:before {
  width: 12px;
  height: 12px;
  top: 0.3rem;
  background-color: #3ec7eb;
  border: 1px solid #3ec7eb;
  border-radius: 0;
}
.rich-editor-content ul ul ul ul li:before {
  width: 12px;
  height: 12px;
  top: 0.3rem;
  background-color: transparent;
  border: 1px solid #3ec7eb;
  border-radius: 50%;
}
.rich-editor-content ol {
  list-style-type: none;
  counter-reset: item;
}
.rich-editor-content ol li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
}
.rich-editor-content ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  color: #3ec7eb;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
.rich-editor-content ol ol li {
  padding-left: 2.5rem;
}
.rich-editor-content ol ol li:before {
  content: counters(item, ".") " ";
}
.rich-editor-content a {
  color: #45778c;
}
.rich-editor-content a:hover {
  text-decoration: none;
}

.accordion-item {
  border: none;
}
.accordion-button {
  padding: 10px 40px 10px 10px !important;
  border: none;
  border-bottom: 1px solid #000;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 24px;
  margin-top: 0;
  padding: 9px;
  margin-bottom: 0;
  color: #424242;
}
.accordion-button:not(.collapsed) {
  color: #424242 !important;
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
}
.accordion-button.collapsed {
  background-color: #fff;
  border-bottom: 1px solid #000;
}
.accordion-button:after {
  width: 30px;
  height: 30px;
  background-color: #3ec7eb;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M23.9062 14.5312H5.15625M14.5312 5.15625V23.9062' stroke='white' stroke-width='4.6875' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");
  background-position: center;
  background-size: 20px 20px;
}
.accordion-button:not(.collapsed)::after {
  background-color: #3ec7eb;
  background-position: center;
  background-size: 20px 4px;
  background-image: url("data:image/svg+xml,%3csvg width='24' height='4' viewBox='0 0 24 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.28125 2C0.28125 1.62704 0.429408 1.26935 0.693131 1.00563C0.956854 0.741908 1.31454 0.59375 1.6875 0.59375H22.3125C22.6855 0.59375 23.0431 0.741908 23.3069 1.00563C23.5706 1.26935 23.7188 1.62704 23.7188 2C23.7188 2.37296 23.5706 2.73065 23.3069 2.99437C23.0431 3.25809 22.6855 3.40625 22.3125 3.40625H1.6875C1.31454 3.40625 0.956854 3.25809 0.693131 2.99437C0.429408 2.73065 0.28125 2.37296 0.28125 2Z' fill='white'/%3e %3c/svg%3e");
}

.accordion-body {
  font-size: 18px !important;
  line-height: 1.5 !important;
  padding: 30px !important;
  background-color: #f5f3f3 !important;
  border-bottom: 1px solid #000;
}
.accordion-body p {
  margin: 0 !important;
}

.related-list {
  margin-bottom: 4.25rem;
}

.related-title {
  font-size: 30px;
  color: #424242;
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.page-list-item {
  padding: 10px;
  border: 1px solid transparent;
  display: block;
  text-decoration: none;
  color: #424242;
  background-color: #f6f6f6;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0.0625rem;
  /*    @include media-breakpoint-up(lg) {
          padding: rfs-value(20px);
      }*/
}
html:not(.touch) .page-list-item:hover .page-list-item-title, html:not(.touch) .page-list-item:focus-visible .page-list-item-title {
  color: #3ec7eb;
}
.page-list-item:last-child {
  margin-bottom: 0;
}

.page-list-item-image-wrapper {
  overflow: hidden;
  width: 3.75rem;
  height: 3.75rem;
}
@media (min-width: 992px) {
  .page-list-item-image-wrapper {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.page-list-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-list-item-title {
  color: #424242;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-list-item-title {
    font-size: 1.25rem;
  }
}

.page-list-item-summary {
  font-size: 0.875rem;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

blockquote {
  background-color: #E9E9ED;
  padding: 1.25rem;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}

.ptools-accordion {
  margin: 15px 0 20px;
}

.p-a-item {
  margin-bottom: 0;
  border: none;
}

.p-a-header {
  background-color: #fff;
  padding: 10px 40px 10px 10px;
  position: relative;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #000;
  font-weight: 700;
  font-size: 24px;
  color: #424242;
}
.p-a-header .h4 {
  align-items: center;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #424242;
  width: 90%;
}
.p-a-header:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 40%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #3ec7eb;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M23.9062 14.5312H5.15625M14.5312 5.15625V23.9062' stroke='white' stroke-width='4.6875' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.p-a-item.active .p-a-header:after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='4' viewBox='0 0 24 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.28125 2C0.28125 1.62704 0.429408 1.26935 0.693131 1.00563C0.956854 0.741908 1.31454 0.59375 1.6875 0.59375H22.3125C22.6855 0.59375 23.0431 0.741908 23.3069 1.00563C23.5706 1.26935 23.7188 1.62704 23.7188 2C23.7188 2.37296 23.5706 2.73065 23.3069 2.99437C23.0431 3.25809 22.6855 3.40625 22.3125 3.40625H1.6875C1.31454 3.40625 0.956854 3.25809 0.693131 2.99437C0.429408 2.73065 0.28125 2.37296 0.28125 2Z' fill='white'/%3e %3c/svg%3e");
  background-size: 20px 4px;
}

.p-a-content {
  max-height: 0;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 30px;
  background-color: #f5f3f3;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.p-a-content p {
  /*margin: 0;*/
}

.p-a-item.active .p-a-content {
  max-height: 100%;
  height: 100%;
  padding: 30px;
}

.panel-title h4,
.panel-title .h4 {
  margin: 0;
}

.icon-text {
  line-height: 1.875;
}
.icon-text a {
  text-decoration: none;
}
.icon-text + .icon-text {
  margin-top: 10px;
}
.icon-text p:last-child {
  margin: 0;
}

.gallery-container {
  column-count: 1;
  column-gap: 6px;
}
@media (min-width: 576px) {
  .gallery-container {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .gallery-container {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .gallery-container {
    column-count: 4;
  }
}
@media (min-width: 1400px) {
  .gallery-container {
    column-count: 5;
  }
}
.gallery-container.gallery-container-full {
  gap: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.gallery-container.gallery-container-full .img-holder {
  width: auto;
  flex-grow: 1;
  padding: 0.2rem;
  display: flex;
  margin: 0;
}
.gallery-container.gallery-container-full .img-holder img {
  display: block;
  min-width: 100%;
  height: 16rem;
  object-fit: cover;
}
.gallery-container .img-holder {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  margin-bottom: 0;
  cursor: pointer;
}
.gallery-container .img-holder:before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) 0% 0% no-repeat padding-box;
  transition: all 0.15s ease-in-out;
}
.gallery-container .img-holder:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f2db";
  font-family: "remixicon";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  z-index: 1;
  font-size: 3.125rem;
}
.gallery-container .img-holder span {
  z-index: 10;
  position: absolute;
  left: 15px;
  bottom: 20px;
  right: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}
.gallery-container .img-holder:before, .gallery-container .img-holder:after, .gallery-container .img-holder span {
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
html:not(.touch) .gallery-container .img-holder:hover:before, html:not(.touch) .gallery-container .img-holder:hover:after, html:not(.touch) .gallery-container .img-holder:focus-visible:before, html:not(.touch) .gallery-container .img-holder:focus-visible:after {
  opacity: 1;
}
.gallery-container .img-holder img {
  width: 100%;
}

#galleryModal .modal-dialog {
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
}
#galleryModal .modal-content {
  height: 100%;
  background-color: transparent;
}
#galleryModal .swiper-slide {
  text-align: center;
}
#galleryModal .img-holder {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  height: 90vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#galleryModal .img-holder img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#galleryModal .img-holder .btn {
  position: absolute;
  top: 100%;
  left: 0;
}
#galleryModal .img-holder span {
  display: block;
  color: #fff;
  margin-top: 4px;
  font-weight: 600;
  margin-right: auto;
  font-size: 1.25rem;
}
#galleryModal .swiper-initialized .img-holder img {
  opacity: 1;
}

#gallerySwiper.loaded {
  visibility: visible;
  opacity: 1;
}
#gallerySwiper img {
  max-width: 100%;
  max-height: 100%;
}
#gallerySwiper .swiper-btn-next, #gallerySwiper .swiper-btn-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0D1282;
}
html:not(.touch) #gallerySwiper .swiper-btn-next:hover, html:not(.touch) #gallerySwiper .swiper-btn-next:focus-visible, html:not(.touch) #gallerySwiper .swiper-btn-prev:hover, html:not(.touch) #gallerySwiper .swiper-btn-prev:focus-visible {
  background-color: #DA020E;
  color: #0D1282;
}
#gallerySwiper .swiper-btn-next svg, #gallerySwiper .swiper-btn-prev svg {
  width: 10px;
}
#gallerySwiper .swiper-btn-next svg {
  position: relative;
  right: -1px;
}
#gallerySwiper .swiper-btn-prev svg {
  position: relative;
  left: -1px;
}
#gallerySwiper .swiper-btn-close {
  z-index: 10;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  position: absolute;
  right: 15px;
  top: 0;
  background-color: transparent;
  border: none;
}
#gallerySwiper .swiper-btn-prev {
  left: 10px;
}
#gallerySwiper .swiper-btn-next {
  right: 10px;
}

.my-5 + .card-type-1-list {
  padding-top: 0;
}

.card-type-1-list {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.card-type-1-link {
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 0.625rem;
  text-decoration: none;
  padding: 1.25rem;
}
html:not(.touch) .card-type-1-link:hover .card-type-1-title, html:not(.touch) .card-type-1-link:focus-visible .card-type-1-title {
  text-decoration: underline;
}
html:not(.touch) .card-type-1-link:hover .card-type-1-image, html:not(.touch) .card-type-1-link:focus-visible .card-type-1-image {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .card-type-1-link {
    padding: 1.25rem;
  }
}

.card-type-1-image-wrapper {
  aspect-ratio: 4/3;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.25rem;
}

.card-type-1-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-type-1-title {
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: #DA020E;
  line-height: 1.375;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (min-width: 992px) {
  .card-type-1-title {
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
  }
}

.card-type-1-summary {
  font-size: 0.875rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.file-card {
  padding: 10px 20px;
  border: 2px solid transparent;
  display: block;
  text-decoration: none;
  color: #333;
  background-color: #E9E9ED;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0.625rem;
}
html:not(.touch) .file-card:hover .file-card-title, html:not(.touch) .file-card:focus-visible .file-card-title {
  color: #3ec7eb;
}

.file-card-image {
  width: 130px;
  height: 120px;
  object-fit: cover;
  background-image: url("data:image/svg+xml,%3csvg width='130' height='120' viewBox='0 0 100 150' fill='%23424242' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M58.3333 39.8438V0.000118873H6.25L0 0V150H6.25H93.75H100V46.8751H64.5833C61.1458 46.8751 58.3333 43.711 58.3333 39.8438ZM75 108.984C75 110.918 73.5938 112.5 71.875 112.5H28.125C26.4062 112.5 25 110.918 25 108.984V106.641C25 104.707 26.4062 103.125 28.125 103.125H71.875C73.5938 103.125 75 104.707 75 106.641V108.984ZM75 90.2344C75 92.168 73.5938 93.75 71.875 93.75H28.125C26.4062 93.75 25 92.168 25 90.2344V87.8907C25 85.9571 26.4062 84.3751 28.125 84.3751H71.875C73.5938 84.3751 75 85.9571 75 87.8907V90.2344ZM75 69.1407V71.4844C75 73.418 73.5938 75.0001 71.875 75.0001H28.125C26.4062 75.0001 25 73.418 25 71.4844V69.1407C25 67.2071 26.4062 65.6251 28.125 65.6251H71.875C73.5938 65.6251 75 67.2071 75 69.1407ZM100 35.713V37.5001H66.6667V0.000118873H68.2552C68.2552 0.000118873 71.5104 0.73254 72.6823 2.0509L98.1771 30.7618L100 35.713Z' fill='%23424242'/%3e %3c/svg%3e");
}

.file-card-content span {
  color: #253e4d;
  font-size: 16px;
  line-height: 1.3;
}

.file-card-title {
  color: #424242;
  font-size: 18px;
  font-weight: 600;
}

.file-card-summary {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.btn [class^=ri-], .btn [class*=" ri-"] {
  font-weight: 400;
}

.news-card .page-list-item {
  padding: 25px;
  display: flex;
  height: auto;
  background-color: #f5f3f3;
  position: relative;
  border: 1px solid transparent;
  display: block;
  text-decoration: none;
  color: #424242;
  background-color: #f6f6f6;
  transition: all 0.2s ease-in-out;
  margin-bottom: 40px;
}
.news-card .page-list-item-image-wrapper {
  display: block;
  margin-bottom: 20px;
  height: 190px;
  width: 190px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
  position: absolute;
  top: -39%;
  left: 20px;
}
@media (max-width: 991.98px) {
  .news-card .page-list-item-image-wrapper {
    position: static;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.news-card .page-list-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-card .page-list-item-title {
  margin: 5px 0;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
  font-weight: 500;
}
.news-card .page-list-item-title:hover .page-list-item-title {
  color: #3ec7eb;
}
.news-card .page-list-item-summary {
  font-size: 18px;
  color: #253e4d;
  line-height: 25px;
  margin-bottom: 22px;
}
.news-card .card-text {
  font-size: 16px;
  color: #253e4d;
  display: block;
}
.news-card .btn-news {
  background-color: #3ec7eb;
  color: #253e4d;
  height: 45px;
  width: 125px;
  font-size: 17px;
  border-radius: 20px;
  transition: all 0.2s ease;
  line-height: 2.4;
  text-align: center;
  z-index: 1;
  border: 1px solid #3ec7eb;
}
.news-card .btn-news:hover {
  background-color: #fff;
  text-decoration: none;
}
.news-card .page-list-item.has-image {
  margin-top: 122px;
}
@media (min-width: 992px) {
  .news-card .page-list-item.has-image .page-list-item-content {
    margin-left: 200px;
  }
}

.input-group .form-control {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #253e4d;
  color: #253e4d;
  padding: 8px 12px 8px 40px;
  background-color: transparent;
}
.input-group .form-select {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #253e4d;
  color: #253e4d;
  padding: 8px 12px 8px 40px;
  background-color: transparent;
}

.btn-news-search {
  background-color: #3ec7eb;
  color: #253e4d;
  height: 45px;
  width: 125px;
  font-size: 17px;
  border-radius: 20px;
  transition: all 0.2s ease;
  line-height: 2.4;
  text-align: center;
  z-index: 1;
  border: 1px solid #3ec7eb;
}
.btn-news-search:hover {
  background-color: #fff;
  text-decoration: none;
}

.btn-news-reset {
  background-color: #fff;
  color: #253e4d;
  height: 45px;
  width: 125px;
  font-size: 17px;
  border-radius: 20px;
  transition: all 0.2s ease;
  line-height: 2.4;
  text-align: center;
  z-index: 1;
  border: 1px solid #3ec7eb;
}
.btn-news-reset:hover {
  background-color: #3ec7eb;
  text-decoration: none;
  color: #fff;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.pagination .page-item .page-link {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3ec7eb;
  background-color: #fff;
  color: #253e4d;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}

.pagination .page-item .page-link:hover {
  background-color: #3ec7eb;
  color: #253e4d;
  text-decoration: none;
}

.pagination .page-item.active .page-link {
  background-color: #3ec7eb;
  color: #253e4d;
  border-color: #3ec7eb;
  cursor: default;
}

.pagination .page-item {
  margin: 0;
}

.pagination .page-link i {
  font-size: 1.1rem;
}

.landing-cta .call-to-action-links {
  padding: 1.25rem 0 0;
}
@media (min-width: 992px) {
  .landing-cta .call-to-action-links {
    padding: 3.125rem 0;
  }
}
.landing-cta .call-to-action-item {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .landing-cta .call-to-action-item {
    margin: 0;
  }
}
.landing-cta .call-to-action-link {
  display: block;
  height: 100%;
  text-decoration: none;
}
.landing-cta .call-to-action-link.has-image {
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 1.625rem;
}
.landing-cta .call-to-action-link.has-image .call-to-action-title {
  color: #fff;
  margin: 0;
}
html:not(.touch) .landing-cta .call-to-action-link:hover .call-to-action-image, html:not(.touch) .landing-cta .call-to-action-link:focus-visible .call-to-action-image {
  transform: scale(1.1);
}
html:not(.touch) .landing-cta .call-to-action-link:hover .call-to-action-title, html:not(.touch) .landing-cta .call-to-action-link:focus-visible .call-to-action-title {
  text-decoration: underline;
}
.landing-cta .call-to-action-title {
  font-size: 24px;
  color: #fff;
  background-color: #253e4d;
  display: block;
  overflow: hidden;
  font-weight: 600;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 26px 30px;
  bottom: 0;
  margin: 0;
  line-height: 1.2;
}
.landing-cta .call-to-action-body {
  background-color: #253e4d;
  min-height: 180px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  display: block;
  padding: 30px;
  transition: all 0.3s ease;
}
.landing-cta .call-to-action-summary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  color: transparent;
  opacity: 0;
  padding: 15px;
  text-align: left;
  transition: all 0.3s ease;
}
.landing-cta .call-to-action-link:hover .call-to-action-summary {
  background-color: #3ec7eb;
  color: #253e4d;
  opacity: 1;
}
.landing-cta .call-to-action-link:hover .call-to-action-title {
  opacity: 0;
}
.landing-cta .call-to-action-image-wrapper {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 33/14;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .landing-cta .call-to-action-image-wrapper {
    aspect-ratio: 14/9;
  }
}
.landing-cta .call-to-action-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

.landing-curves {
  position: relative;
  bottom: -185px;
  left: 0;
  height: 51px;
  z-index: 1;
}

.biographies-cta .call-to-action-links {
  padding: 1.25rem 0 0;
}
@media (min-width: 992px) {
  .biographies-cta .call-to-action-links {
    padding: 3.125rem 0;
  }
}
.biographies-cta .call-to-action-item {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .biographies-cta .call-to-action-item {
    margin: 0;
  }
}
.biographies-cta .call-to-action-link {
  display: block;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.biographies-cta .call-to-action-link.has-image {
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 1.625rem;
}
.biographies-cta .call-to-action-link.has-image .call-to-action-title {
  color: #fff;
  margin: 0;
}
.biographies-cta .call-to-action-title {
  font-size: 20px;
  margin: 10px 0;
  color: #fff;
  background-color: #253e4d;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-weight: 700;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 150px 30px 30px 30px;
}
.biographies-cta .call-to-action-title.has-job-title {
  padding-top: 110px;
}
.biographies-cta .call-to-action-job-title {
  font-size: 20px;
  font-weight: 400;
  margin-top: 4px;
  color: inherit;
}
.biographies-cta .call-to-action-body {
  padding: 30px;
  display: flex;
  height: 224px;
  position: relative;
  margin-top: 122px;
  transition: all 0.5s ease-in;
}
.biographies-cta .call-to-action-body:hover .call-to-action-title {
  background-color: #3ec7eb;
  color: #253e4d;
}
.biographies-cta .call-to-action-body .bio-curves-container {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}
.biographies-cta .call-to-action-body .bio-curves-container .bio-curves {
  position: relative;
}
.biographies-cta .outer:nth-child(3n+2) .call-to-action-body .bio-curves-container .bio-curves {
  left: -358px;
}
.biographies-cta .outer:nth-child(3n+3) .call-to-action-body .bio-curves-container .bio-curves {
  left: -733px;
}
.biographies-cta .call-to-action-image-wrapper {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 33/14;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .biographies-cta .call-to-action-image-wrapper {
    aspect-ratio: 14/9;
  }
}
.biographies-cta .call-to-action-image {
  display: block;
  height: 180px;
  width: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 30px;
  top: -90px;
  border-radius: 50%;
  border: 1px solid #5d5d5d;
  overflow: hidden;
  z-index: 9999;
}
.biographies-cta .landing-curves {
  position: relative;
  bottom: -203px;
  left: 0;
  height: 51px;
  z-index: 1;
}

.biographies-cta .call-to-action-body:nth-child(3n+2) .bio-curves-container .bio-curves {
  left: -358px;
}

.biographies-cta .call-to-action-body:nth-child(3n+3) .bio-curves-container .bio-curves {
  left: -733px;
}

.bio-curves-container {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

.bio-curves {
  position: relative;
}

.tabs {
  list-style: none;
  width: 100%;
  margin-bottom: -2px;
  border-bottom: 1px solid #424242;
  margin-bottom: 15px;
  padding: 0;
  flex-wrap: wrap;
  gap: 15px;
}
.tabs .nav-item {
  background-color: transparent;
  border: 0;
  padding: 0 0 20px;
  color: #424242;
  font-size: 24px;
  letter-spacing: 1px;
  display: block;
  position: relative;
  margin-bottom: -3px;
}
@media (max-width: 768px) {
  .tabs .nav-item {
    font-size: 18px;
    padding: 0 0 15px;
  }
}
@media (max-width: 576px) {
  .tabs .nav-item {
    font-size: 16px;
    padding: 0 0 12px;
  }
}
.tabs .nav-link {
  color: #424242;
  padding: 0;
}
.tabs .nav-link:hover {
  color: #549cb6;
}
.tabs .nav-link.active:before {
  display: block;
  content: "";
  height: 7px;
  width: 100%;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  background-color: #3ec7eb;
}
@media (max-width: 768px) {
  .tabs .nav-link.active:before {
    height: 5px;
  }
}
.tabs .active {
  border: none;
}

.file-link {
  text-decoration: none;
  color: #424242;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 768px) {
  .file-link {
    padding: 12px 0;
  }
}

.file-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  color: #424242;
}
@media (max-width: 992px) {
  .file-row {
    font-size: 18px;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .file-row {
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    gap: 8px;
  }
}

.file-link:hover {
  text-decoration: none;
}

.file-name {
  flex: 1;
}
@media (max-width: 992px) {
  .file-name {
    margin-left: 80px;
  }
}
@media (max-width: 768px) {
  .file-name {
    margin-left: 0;
    padding-left: 20px;
  }
}

.file-date {
  padding-left: 20px;
  width: 250px;
}
@media (max-width: 992px) {
  .file-date {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .file-date {
    width: auto;
    padding-left: 20px;
    font-weight: 600;
    font-size: 14px;
  }
}

.publications-header {
  font-size: 32px;
  color: #333;
  margin-top: 80px;
  margin-bottom: 65px;
}

.header-image-container {
  height: 690px;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: -1px;
  color: #253e4d;
  margin-bottom: 0;
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splash-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0.1;
}

.header-image-curves {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.header-curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 101%;
  bottom: -2px;
  right: 0;
  z-index: 2;
}

.header-background-image {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .header-background-image {
    height: 100%;
  }
}

.header-image-container .container {
  position: relative;
  z-index: 3;
}

.header-image-container .row {
  align-items: flex-start;
}

.banner-content {
  color: #fff;
  padding: 25px;
}

.banner-content h1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 0;
}

.banner-content p {
  font-size: 40px;
  line-height: 1.1;
}

.banner-buttons {
  display: flex;
  flex-direction: column;
}

.banner-buttons a {
  border-radius: 50px;
  display: inline-block;
  padding: 0.375rem 0.75rem;
  background-color: #253e4d;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  font-size: 22px;
  border-radius: 50px;
  transition: all 0.2s ease;
  margin-top: 20px;
  font-weight: 400;
  max-width: 340px;
}

.banner-buttons a:hover {
  background-color: #fff;
  color: #253e4d;
}

.register-content {
  text-align: center;
  background-color: #253e4d;
  color: #fff;
  padding: 30px 120px;
  position: relative;
  overflow: hidden;
}
.register-content iframe {
  max-width: 100% !important;
}

.register-content h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

.register-content p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}

.register-content a {
  display: block;
  background-color: #3ec7eb;
  color: #253e4d;
  height: 60px;
  width: 12em;
  font-size: 18px;
  border-radius: 50px;
  transition: all 0.2s ease;
  line-height: 3.3;
  margin: 0 auto;
  border: 1px solid #3ec7eb;
  text-align: center;
  z-index: 1;
  position: relative;
  text-decoration: none;
}
.register-content a:hover {
  background-color: #fff;
}

.register-curves {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}

.faq-buttons {
  margin-left: 50px;
}

.faq-buttons h3 {
  color: #253e4d;
  font-size: 32px;
  padding: 25px 10px;
  background-color: #eee;
  display: block;
}

.faq-buttons a {
  color: #253e4d;
  font-size: 20px;
  display: block;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #dadada;
  position: relative;
  text-decoration: none;
}
.faq-buttons a:hover {
  color: #549cb6;
}

.faq-buttons a i {
  color: #253e4d;
  position: absolute;
  right: 5px;
  font-size: 28px;
  top: 9px;
}

@media (max-width: 768px) {
  .register-content {
    padding: 30px 40px;
  }
  .register-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .register-content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .register-content a {
    width: 100%;
    max-width: 300px;
  }
  .faq-buttons {
    margin-left: 20px;
  }
  .faq-buttons h3 {
    font-size: 26px;
    padding: 20px 10px;
  }
  .faq-buttons a {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .register-content {
    padding: 20px 20px;
  }
  .register-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .register-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .register-content a {
    height: 50px;
    font-size: 16px;
    line-height: 3.1;
  }
  .faq-buttons {
    margin-left: 10px;
  }
  .faq-buttons h3 {
    font-size: 22px;
    padding: 15px 10px;
  }
  .faq-buttons a {
    font-size: 16px;
  }
  .faq-buttons a i {
    font-size: 24px;
  }
}
/* LATEST NEWS */
.latest-news {
  padding: 50px 0 120px;
  background-color: #253e4d;
  position: relative;
}

.latest-news h3 {
  color: #fff;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.btn-load-more {
  margin-top: 25px;
  float: right;
  display: block;
  background-color: #3ec7eb;
  border: 1px solid #3ec7eb;
  color: #253e4d;
  height: 45px;
  width: 125px;
  font-size: 17px;
  border-radius: 20px;
  transition: all 0.2s ease;
  line-height: 1.9;
  z-index: 1;
  position: relative;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
}

.btn-load-more:hover {
  background-color: #fff;
}

.news-slider {
  margin: 0 -15px;
  padding-top: 3%;
}

.news-slider .slide-item {
  padding: 0 15px;
  text-decoration: none;
}
.news-slider .slide-item:hover .card-title {
  color: #549cb6;
}

.slick-prev,
.slick-next {
  height: 40px !important;
  width: 40px !important;
  background: #3ec7eb !important;
  border-radius: 40px;
  color: #fff !important;
  transition: all 0.2s ease !important;
}

@media (max-width: 767px) {
  .slick-prev {
    left: 10px !important;
    z-index: 1;
  }
  .slick-next {
    right: 10px !important;
    z-index: 1;
  }
}
.slick-prev::before,
.slick-next::before {
  opacity: 1 !important;
  font-family: FontAwesome !important;
  font-weight: 900;
}

.slick-prev::before {
  content: "\f053" !important;
}

.slick-next::before {
  content: "\f054" !important;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #fff !important;
  color: #3ec7eb !important;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #3ec7eb !important;
}

@media (min-width: 767px) {
  .slick-prev {
    left: -45px !important;
  }
  .slick-next {
    right: -45px !important;
  }
}
.slick-dots li.slick-active button::before {
  display: none;
}

.slick-dots li button::before {
  display: none;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.card-body {
  position: relative;
  background-color: #fff;
  padding: 30px;
  margin: 0 14px;
  min-height: 420px;
}

.card-date {
  font-size: 16px;
  color: #6c6c6c;
  position: absolute;
  bottom: 10px;
}

/* Decorative image */
.latest-news-curves {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.mid-section {
  min-height: 560px;
  overflow: hidden;
  display: flex;
  position: relative;
  color: #253e4d;
  margin-top: 80px;
}

.section-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-content {
  max-width: 555px;
  height: 100%;
  padding: 50px;
}

.section-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.section-content p {
  line-height: 25px;
  font-size: 18px;
  margin-bottom: 15px;
}

.section-button {
  display: block;
  background-color: #3ec7eb;
  color: #253e4d;
  height: 45px;
  font-size: 18px;
  border-radius: 20px;
  transition: all 0.2s ease;
  line-height: 2.4;
  border: 1px solid #3ec7eb;
  text-align: center;
  z-index: 1;
  position: relative;
  width: 140px;
  margin-top: 10px;
  float: right;
  text-decoration: none;
}
.section-button:hover {
  background-color: #fff;
}

.social-worker {
  height: 100%;
  padding: 3%;
}

.social-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #243e4d;
  padding-bottom: 1%;
}

.social-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #243e4d;
}

.professional-column {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.professional-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.professional-link:hover .professional-body h3 {
  color: #549cb6;
  text-decoration: underline;
}
.professional-link:hover .professional-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 188, 228, 0.5);
  z-index: 2;
  transition: background-color 0.2s ease;
}

.professional-quicklinks {
  background-image: url(/images/grey-background2.svg);
  background-size: 124%;
  background-position: -24px -24px;
  background-color: transparent;
  padding: 20px 0;
  background-repeat: no-repeat;
}

.professional-quicklinks > .container {
  padding-top: 140px;
  padding-bottom: 50px;
}

.professional-image {
  height: 230px;
  overflow: hidden;
  position: relative;
}

.professional-body {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.professional-body h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  color: #243e4d;
}

.professional-body p {
  font-size: 18px;
  line-height: 27px;
  color: #243e4d;
  height: 80px;
  overflow: hidden;
  font-weight: 400;
  margin-bottom: 0;
}

.curve {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 91px;
  left: 0;
}

.navy-quicklinks {
  margin-bottom: 50px;
  padding-top: 70px;
}

.navy-link {
  text-decoration: none;
  background-color: #253e4d;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: background-color 0.2s ease;
  position: relative;
}
.navy-link:hover .navy-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 188, 228, 0.5);
  z-index: 2;
  height: 200px;
  width: 100%;
}
.navy-link:hover .navy-body {
  background-color: #3ec7eb;
  text-decoration: none;
}
.navy-link:hover .navy-body h4 {
  color: #253e4d;
}

.navy-image {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.navy-body {
  background-color: #253e4d;
  display: flex;
  flex-direction: column;
  padding: 35px;
  padding-bottom: 60px;
  transition: background-color 0.2s ease;
  width: 100%;
  position: relative;
  flex: 1;
}
.navy-body:hover h4 {
  text-decoration: underline;
}
.navy-body:hover p {
  color: #253e4d;
}

.navy-body img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.navy-body h4 {
  color: #fff;
  display: block;
  overflow: hidden;
  font-weight: 600;
  transition: all 0.5s ease;
  padding: 0;
  margin: 0;
}

.navy-body p {
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.countdown-banner {
  background-color: #00bce4;
  color: #243e4d;
  padding: 35px 0;
}

.countdown-content h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.countdown-content a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  background-color: #243e4d;
  border-color: #243e4d;
  color: #fff;
  padding: 4px 30px 5px;
  border-radius: 100px;
  font-size: 20px;
  line-height: 1.5;
}

.countdown-timer {
  text-align: center;
  background-color: #fff;
  padding: 20px;
}

.countdown-timer h2 {
  font-size: 28px;
  margin-bottom: 18px;
}

.countdown-display {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-value {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}

.countdown-label {
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-top: 0.25rem;
}

.countdown-expired {
  font-size: 1.5rem;
  font-weight: bold;
}

/*Cookies*/
#cookiePanel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 100;
  padding: 30px 0;
  box-shadow: 0px 1px 56px -10px black;
  max-height: 800px;
}
#cookiePanel .container {
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  #cookiePanel .container {
    flex-flow: wrap;
  }
  #cookiePanel .container .btn {
    margin-left: 0;
  }
}
#cookiePanel .text-area h3 {
  color: #DA020E;
  font-weight: 700;
  font-size: 16px;
}
#cookiePanel .text-area p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  line-height: 22px;
}
#cookiePanel .btn {
  text-decoration: none;
}

.button-area {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}
.button-area .btn {
  font-family: LarsseitBold;
  font-size: 16px;
  margin-right: 30px;
  padding: 8px 15px;
  height: unset;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .button-area {
    margin: 20px auto 0;
    width: 340px;
    justify-content: space-between;
    flex-flow: column;
    gap: 20px;
  }
  .button-area .btn {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.cookie-modal {
  background-color: #fff;
  border-radius: 5px;
  position: fixed;
  margin: 0 auto;
  top: 5%;
  height: 90%;
  right: 0;
  left: 0;
  width: 95%;
  max-width: 975px;
  z-index: 2147483647;
  box-shadow: 0px 2px 10px -3px #424242;
  overflow: hidden;
  padding-bottom: 10px;
  transition: all 0.5s ease;
}
.cookie-modal .header-panel {
  display: flex;
  padding: 30px;
  justify-content: space-between;
  border-bottom: 1px solid #424242;
}
.cookie-modal .header-panel h3 {
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  margin-top: 10px;
}
.cookie-modal .header-panel .header-buttons {
  display: flex;
}
.cookie-modal .header-panel .header-buttons .btn {
  font-weight: 600;
  font-size: 16px;
  margin-left: 30px;
  padding: 0 15px;
  height: 45px;
  min-width: 160px;
}
.cookie-modal .header-panel .header-buttons .btn img {
  height: 15px;
  width: 15px;
}
.cookie-modal .header-panel .header-buttons .close-btn {
  min-width: 45px;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .cookie-modal .header-panel {
    flex-wrap: wrap;
  }
  .cookie-modal .header-panel .header-buttons {
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .cookie-modal .header-panel .header-buttons .btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cookie-modal .header-panel {
    padding: 15px;
  }
  .cookie-modal .header-panel h3 {
    margin-top: 0;
  }
  .cookie-modal .header-panel .header-buttons .btn {
    margin-top: 5px;
    height: 27px;
  }
}
.cookie-modal .body-panel {
  height: 100%;
  max-height: 82%;
}
.cookie-modal .body-panel .section-1 {
  padding: 20px 30px;
  border-bottom: 1px solid #424242;
}
.cookie-modal .body-panel .section-1 h3 {
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
.cookie-modal .body-panel .dropdown-info {
  padding-left: 0;
  list-style: none;
}
.cookie-modal .body-panel .dropdown-info li {
  background-color: #424242;
  padding: 25px;
  margin-bottom: 10px;
}
.cookie-modal .body-panel .dropdown-info li button {
  font-family: LarsseitBold;
  font-size: 16px;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0;
  padding-left: 35px;
  color: #000;
  width: 100%;
  text-align: left;
}
.cookie-modal .body-panel .dropdown-info li button:before {
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  left: 0;
  font-size: 23px;
  top: -5px;
  transition: all 0.5s ease;
}
.cookie-modal .body-panel .dropdown-info li button.open:before {
  transform: rotate(90deg);
}
.cookie-modal .body-panel .dropdown-info li .ot-answer {
  margin-top: 20px;
}
.cookie-modal .body-panel .dropdown-info li .ot-answer p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19.5px;
  color: #000;
}
.cookie-modal .body-panel .section-2 {
  padding: 20px 30px;
}
.cookie-modal .body-panel .section-2 h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}
.cookie-modal .body-panel .section-2 ul {
  padding-left: 15px;
}
.cookie-modal .body-panel .section-2 ul li {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 21px;
}
.cookie-modal .body-panel .section-2 .ot-enable-disabled {
  display: flex;
}
.cookie-modal .body-panel .section-2 .ot-enable-disabled .ot-enable {
  border-left: 1px solid #3ec7eb;
  padding: 0px 20px 0px;
}
.cookie-modal .body-panel .section-2 .ot-enable-disabled .ot-disable {
  border-left: 1px solid #3ec7eb;
  padding: 0px 20px 0px;
}
@media screen and (max-width: 1200px) {
  .cookie-modal .body-panel {
    max-height: 68%;
  }
}
@media screen and (max-width: 768px) {
  .cookie-modal .body-panel {
    max-height: 82%;
  }
}

.cookie-radio {
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px;
  height: 30px;
  border: 2px solid #424242 !important;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  outline: none;
}

.cookie-radio::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #424242;
}

.cookie-header {
  font-family: Arial, sans-serif !important;
  color: #424242;
}

.cookie-body {
  font-family: Arial, sans-serif !important;
  color: #424242;
}

.cookie-link {
  color: #45778c;
  text-decoration: underline #45778c;
  text-underline-offset: 25%;
  text-decoration-thickness: 10%;
}
.cookie-link:hover {
  text-decoration: underline #45778c;
  text-underline-offset: 25%;
  text-decoration-thickness: 10%;
}

.btn-cookie {
  color: #fff;
  background-color: #424242;
  border: 2px solid #424242;
}
.btn-cookie:hover {
  color: #fff;
  background-color: #424242;
  border: 2px solid #424242;
}

.btn-cookies {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  background-color: #243e4d;
  border-color: #243e4d;
  color: #fff;
  padding: 4px 30px 5px;
  border-radius: 100px;
  font-size: 20px;
  line-height: 1.5;
  cursor: pointer;
}
.btn-cookies:hover {
  text-decoration: none;
}

/*Cookie end*/
.umbraco-forms-field-wrapper-custom input {
  margin-bottom: 35px;
  min-height: 53px;
  border-radius: 0;
  display: block !important;
  width: 100% !important;
  height: calc(2.25rem + 2px) !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.umbraco-forms-field-wrapper-custom textarea {
  margin-bottom: 35px;
  min-height: 53px;
  border-radius: 0;
  display: block !important;
  width: 100% !important;
  height: calc(2.25rem + 2px) !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.umbraco-forms-label {
  font-weight: bold;
  padding-bottom: 8px;
}

.umbraco-forms-hidden {
  display: none;
}

body,
h1, h2, h3, h4, h5, h6,
p, a, span, li, td, th, input, button {
  font-family: Arial, sans-serif !important;
}

.container {
  max-width: 1269px !important;
}

@media (max-width: 1400px) {
  .container {
    max-width: 1140px !important;
  }
}
*:focus, *:focus-visible {
  outline: none;
  box-shadow: none;
}

a:focus-visible, button:focus-visible {
  outline: 6px double #000 !important;
  box-shadow: 0 0 0 3px #000 !important;
  position: relative;
  z-index: 1;
  background-color: #fff !important;
  color: #DA020E !important;
}

.a-to-z-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.a-to-z-link {
  color: #0D1282;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #0D1282;
  font-size: 1.25rem;
  width: 3.125rem;
  height: 3.125rem;
  transition: all 0.2s ease-in-out;
}
.a-to-z-link.disabled {
  opacity: 0.25;
  pointer-events: none;
}
html:not(.touch) .a-to-z-link:hover, html:not(.touch) .a-to-z-link:focus-visible {
  background-color: #0D1282;
  color: #fff;
}

.a-to-z-result-panel {
  background-color: #fff;
  margin-top: 1.875rem;
  padding: 1.25rem;
}
@media (min-width: 992px) {
  .a-to-z-result-panel {
    padding: 1.875rem;
  }
}

.a-to-z-result-list {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}

.a-to-z-result-link {
  font-weight: 600;
  font-size: 1.125rem;
  color: #0D1282;
}

html:not(.no-js) .swiper {
  visibility: hidden;
}
html:not(.no-js) .swiper.swiper-initialized {
  visibility: visible;
}

.main-cta-links {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background-color: #0D1282;
  --swiper-navigation-color: #DA020E;
  --swiper-pagination-bullet-width: 0.75rem;
  --swiper-pagination-bullet-height: 0.75rem;
}
.main-cta-links .swiper-slide {
  height: auto;
  max-width: 32.25rem;
}
.main-cta-links .swiper-pagination {
  position: static;
  margin-top: 1.25rem;
}
.main-cta-links .swiper-pagination-bullet-active {
  background-color: #DA020E;
}
.main-cta-links .swiper-button-prev, .main-cta-links .swiper-button-next {
  position: static;
  margin-top: 2.25rem;
  background-color: #fff;
  color: #000;
  width: 3.125rem;
  height: 3.125rem;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}
.main-cta-links .swiper-button-prev:after, .main-cta-links .swiper-button-next:after {
  display: none;
}
html:not(.touch) .main-cta-links .swiper-button-prev:hover, html:not(.touch) .main-cta-links .swiper-button-prev:focus-visible, html:not(.touch) .main-cta-links .swiper-button-next:hover, html:not(.touch) .main-cta-links .swiper-button-next:focus-visible {
  background-color: #fff;
  border-color: #0D1282;
  color: #0D1282;
}
@media (min-width: 992px) {
  .main-cta-links .swiper-button-prev {
    left: 0;
    right: auto;
  }
  .main-cta-links .swiper-button-next {
    left: auto;
    right: 0;
  }
}

#siteSearch ::-webkit-search-cancel-button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  height: 24px;
  width: 24px;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z' fill='%23DA020E'%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right center;
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
