@import url('https://fonts.googleapis.com/css2?family=Cabin+Condensed:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
* {
  font-family: "Cabin Condensed", sans-serif;
  font-size: 18px;
  word-break: break-word;
}
p {
  font-family: "Cabin Condensed", sans-serif;
  font-size: 18px;
  color: #1e213f;
  line-height: 32px;
}
a {
  font-family: "Cabin Condensed", sans-serif;
  font-size: 18px;
  color: #1e213f;
  line-height: 32px;
  transition: 0.3s ease;
}
a:hover {
  color: #18abb2;
}
h1 {
  font-family: "DM Serif Display", serif;
  font-size: 64px;
  line-height: 68px;
  color: #1e213f;
}
h2 {
  font-family: "DM Serif Display", serif;
  font-size: 48px;
  line-height: 48px;
  color: #1e213f;
}
h3,
h4,
h5,
h6 {
  font-family: "DM Serif Display", serif;
  font-size: 32px;
  line-height: 32px;
  color: #1e213f;
}
img {
  max-width: 100%;
}
em {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
li,
ul {
  color: #1e213f;
}
main {
  overflow: hidden;
}
html.ccm-toolbar-visible .ccm-page {
  margin-top: 0px;
}
.button {
  border-radius: 4px;
  padding: 8px 32px;
  background-color: #fff;
  color: #1e213f;
  font-style: italic;
  font-size: 24px;
  font-family: "DM Serif Display", serif;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  width: fit-content;
  border: none;
}
.button:hover {
  background-color: #18abb2;
  color: #fff;
}
.button.action {
  background-color: #eda727;
}
.button.action:hover {
  background-color: #18abb2;
}
.button.whatsapp {
  background-color: #46D268;
  color: #1e213f;
  line-height: 24px;
  padding: 12px 16px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.button.whatsapp svg {
  height: 24px;
  width: auto;
}
.button.whatsapp:hover {
  background-color: #46D268;
  opacity: 0.8;
}
.buttons {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.light-blue-background {
  background-color: #e3f9ff;
}
.light-blue-background.top-background {
  padding-top: 160px;
}
@media only screen and (max-width: 991px) {
  .light-blue-background.top-background {
    padding-top: 80px;
  }
}
.light-blue-background.bottom-background {
  padding-bottom: 40px;
}
.turqoise-background {
  background-color: #B0D4D4;
  padding-top: 120px;
  padding-bottom: 80px;
}
.dark-blue-wrapper {
  position: relative;
  z-index: 1;
}
.dark-blue-wrapper .dark-blue-background {
  position: relative;
  z-index: 2;
  background-color: #1e213f;
  min-height: 100px;
}
.dark-blue-wrapper .dark-blue-background p,
.dark-blue-wrapper .dark-blue-background h1,
.dark-blue-wrapper .dark-blue-background h2,
.dark-blue-wrapper .dark-blue-background h3,
.dark-blue-wrapper .dark-blue-background h4,
.dark-blue-wrapper .dark-blue-background h5,
.dark-blue-wrapper .dark-blue-background h6 {
  color: #fff;
}
.dark-blue-wrapper .dark-blue-background .blue-content-area {
  padding-top: 160px;
  padding-bottom: 40px;
}
.dark-blue-wrapper .dark-blue-background .blue-content-area .ideal-for {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.dark-blue-wrapper .dark-blue-background .blue-content-area .ideal-for p {
  margin-bottom: 0;
}
.dark-blue-wrapper .dark-blue-background .blue-content-area .ideal-for p:first-child {
  margin-right: 16px;
}
.dark-blue-wrapper .dark-blue-background .blue-content-area .ideal-for .pill-text {
  color: #1e213f;
  background-color: #fff;
  padding: 8px 16px;
  border-radius: 32px;
  line-height: 32px;
  font-size: 18px;
  width: fit-content;
}
.dark-blue-wrapper .dark-blue-background .blue-content-area .ideal-for .pill-text:not(:last-child) {
  margin-right: 16px;
}
.dark-blue-wrapper .bow {
  left: 0px;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  display: block;
  background-color: #e3f9ff;
}
.dark-blue-wrapper .bow.bow-top {
  margin-bottom: -20px;
}
@media only screen and (max-width: 1399px) {
  .dark-blue-wrapper .bow.bow-top {
    margin-bottom: -2px;
  }
}
.dark-blue-wrapper .bow.bow-bottom {
  margin-top: -20px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 1399px) {
  .dark-blue-wrapper .bow.bow-bottom {
    margin-top: -2px;
  }
}
.bordered-image img {
  height: 616px;
  border-radius: 72px;
}
@media only screen and (max-width: 991px) {
  .bordered-image img {
    height: 300px;
    object-fit: cover;
  }
}
.bordered-image-small img {
  height: 432px;
  border-radius: 72px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .bordered-image-small img {
    height: 300px;
    object-fit: cover;
  }
}
.image-row {
  min-height: 120px;
}
.block-margin {
  margin-bottom: 40px;
}
.block-padding {
  padding-bottom: 40px;
}
.home-image-overlay {
  margin-bottom: -160px;
  position: relative;
  z-index: 10;
}
.home-about-me-overlay {
  margin-top: -120px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1399px) {
  .home-about-me-overlay {
    margin-top: -70px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-about-me-overlay {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .home-about-me-overlay {
    margin-top: -96px;
  }
}
@media only screen and (max-width: 575px) {
  .home-about-me-overlay {
    margin-top: 40px;
  }
}
.corpussanus-man-container {
  position: relative;
}
.corpussanus-man-container .man-carpussanus {
  position: relative;
  z-index: 1;
}
.corpussanus-man-container .back-swirl {
  position: absolute;
  left: -100px;
  bottom: -10px;
  width: auto;
  max-width: none;
  height: auto;
  z-index: 0;
}
.corpussanus-man-container .front-swirl {
  position: absolute;
  left: -100px;
  bottom: -10px;
  width: auto;
  max-width: none;
  height: auto;
  z-index: 2;
}
.home-page {
  background-color: #e3f9ff;
}
.home-page h2 {
  line-height: 68px;
  font-size: 64px;
}
@media only screen and (max-width: 767px) {
  .home-page h2 {
    line-height: 52px;
    font-size: 48px;
  }
}
.detail-page {
  background-color: #e3f9ff;
}
.detail-page .top-content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  margin-bottom: -160px;
}
.detail-page .recovery-start {
  padding-top: 60px;
  padding-bottom: 120px;
}
.detail-page .recovery-start .recovery-content {
  text-align: center;
}
.detail-page .recovery-start .recovery-content p,
.detail-page .recovery-start .recovery-content h1,
.detail-page .recovery-start .recovery-content h2,
.detail-page .recovery-start .recovery-content h3,
.detail-page .recovery-start .recovery-content h4,
.detail-page .recovery-start .recovery-content h5,
.detail-page .recovery-start .recovery-content h6 {
  margin-bottom: 24px;
}
.detail-page .recovery-start .recovery-content h2 {
  line-height: 68px;
  font-size: 64px;
}
@media only screen and (max-width: 767px) {
  .detail-page .recovery-start .recovery-content h2 {
    line-height: 52px;
    font-size: 48px;
  }
}
.detail-page .recovery-start .recovery-content .button {
  margin: 0 auto;
}
.detail-page .large-margin {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .detail-page .large-margin {
    margin-bottom: 40px;
  }
}
.detail-page h1,
.detail-page h2,
.detail-page h3,
.detail-page h4,
.detail-page h5,
.detail-page h6 {
  margin-bottom: 24px;
}
.detail-page .google-review-container {
  padding-top: 120px;
  padding-bottom: 0px;
}
.detail-page .google-review-container h2 {
  line-height: 68px;
  font-size: 64px;
}
@media only screen and (max-width: 767px) {
  .detail-page .google-review-container h2 {
    line-height: 52px;
    font-size: 48px;
  }
}
.appointment-form {
  background-color: #1e213f;
  padding: 32px;
  border-radius: 36px;
  position: relative;
}
.appointment-form .contact-line {
  position: absolute;
  left: -170px;
  top: 110px;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .appointment-form .contact-line {
    display: none;
  }
}
.appointment-form .form-label {
  color: #fff;
  display: none;
}
.appointment-form .text-muted {
  color: #fff;
  display: none;
}
.appointment-form .button {
  width: 100%;
  text-align: center;
}
.appointment-form .button.whatsapp {
  width: fit-content;
  margin-bottom: 12px;
}
.appointment-form .person-image {
  border-radius: 50%;
  background-color: #18abb2;
  width: 79px;
  height: 79px;
  margin-bottom: 24px;
  object-fit: cover;
  margin-right: 12px;
}
.appointment-form p,
.appointment-form a,
.appointment-form h1,
.appointment-form h2,
.appointment-form h3,
.appointment-form h4,
.appointment-form h5,
.appointment-form h6 {
  color: #fff;
  text-decoration: none;
}
.appointment-form h2 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 12px;
}
.appointment-form .phone-number {
  font-weight: bold;
}
.appointment-form p {
  margin-bottom: 12px;
}
.appointment-form p:last-of-type {
  margin-bottom: 24px;
}
.appointment-form .form-control {
  border-radius: 24px;
  background-color: #e3f9ff;
}
.appointment-form .form-control::placeholder {
  color: rgba(30, 33, 63, 0.75);
  font-style: normal !important;
}
.disabled-item-margin {
  margin-top: 218px;
}
.detail-header header .header-bottom {
  position: relative;
  background-color: #0b0c18;
}
header.site-header {
  color: #1e213f;
  z-index: 50;
  position: relative;
}
header .logo-mobile-menu {
  max-height: 80px;
}
header .language-dropdown {
  position: relative;
}
header .language-dropdown button {
  color: #fff;
  background: none;
  border: none !important;
  font-size: 20px;
  transition: 0.3s ease;
}
header .language-dropdown button:hover {
  color: #18abb2;
}
header .language-dropdown .dropdown-toggle-custom {
  position: relative;
  padding-right: 26px;
}
header .language-dropdown .dropdown-toggle-custom::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("https://corpussanus.es/application/themes/corpussanus/img/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease, background-image 0.3s ease;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
header .language-dropdown .dropdown-toggle-custom:hover::after {
  background-image: url("https://corpussanus.es/application/themes/corpussanus/img/blue-arrow-down.svg");
}
header .language-dropdown .dropdown-toggle-custom[aria-expanded="true"]::after {
  background-image: url("https://corpussanus.es/application/themes/corpussanus/img/blue-arrow-down.svg");
  transform: translateY(-50%) rotate(180deg);
}
header .language-dropdown .dropdown-menu {
  background-color: #1e213f;
  border: 0px;
  padding: 0px;
  width: auto !important;
  min-width: unset !important;
}
header .language-dropdown .dropdown-menu li {
  border: 0px;
}
header .language-dropdown .dropdown-menu li .dropdown-item {
  background-color: #1e213f;
  color: #fff;
  border: 0px;
}
header .language-dropdown .dropdown-menu li .dropdown-item.active {
  background-color: #18abb2;
  color: #fff !important;
}
header .language-dropdown .dropdown-menu li .dropdown-item:hover {
  background-color: #18abb2;
  color: #fff !important;
}
header .mobile-navigation .navbar-toggler {
  padding: 0px;
}
header .mobile-navigation .navbar-toggler .navbar-toggler-icon {
  background-image: url("/application/themes/corpussanus/img/closed_hamburger_menu.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 39px;
  height: 39px;
}
header .mobile-navigation .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("/application/themes/corpussanus/img/open_hamburger_menu.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
}
header .mobile-navigation .mobile-menu {
  margin-top: 24px;
}
header .mobile-navigation .mobile-menu .navbar-nav .nav-item a {
  font-size: 20px;
  text-decoration: none;
  transition: 0.3s ease;
  padding: 0px;
  margin-bottom: 16px;
}
header .mobile-navigation .mobile-menu .button {
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
header .mobile-navigation .mobile-menu .transparent-white-text {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0px;
  font-size: 20px;
}
header .mobile-navigation .mobile-menu .language-dropdown-borders {
  border-top: 1px solid #BCBDC1;
  border-bottom: 1px solid #BCBDC1;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
header .mobile-navigation .mobile-menu .divider-white {
  background-color: #BCBDC1;
  opacity: 1;
  margin: 8px 0px 24px 0px;
}
header .header-top {
  background-color: #1e213f;
}
header .header-top .header-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}
@media only screen and (max-width: 767px) {
  header .header-top .header-top-content {
    display: block;
  }
}
header .header-top .header-top-content .left p {
  color: #fff;
  margin-bottom: 0px;
  line-height: 32px;
  font-size: 20px;
}
header .header-top .header-top-content .left a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  transition: 0.3s ease;
}
header .header-top .header-top-content .left a:hover {
  color: #18abb2;
}
header .header-top .header-top-content .right p {
  color: #fff;
  margin-bottom: 0px;
  line-height: 32px;
}
header .header-top .header-top-content .right a {
  text-decoration: none;
  color: #fff;
  cursor: text;
  line-height: 32px;
  transition: 0.3s ease;
}
header .header-top .header-top-content .right a:hover {
  color: #18abb2;
}
header .header-top .header-top-content .right nav {
  gap: 32px;
}
header .header-top .header-top-content .right nav a {
  font-size: 20px;
  transition: 0.3s ease;
  cursor: pointer;
}
header .header-top .header-top-content .right nav a:hover {
  color: #18abb2;
}
header .header-bottom {
  position: relative;
  top: 100%;
  left: 0px;
  background: #0b0c18;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 991px) {
  header .header-bottom {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
header .header-bottom .logo {
  height: 100%;
}
header .header-bottom .logo a {
  height: 100%;
  display: block;
}
header .header-bottom .logo a .logo-header {
  object-fit: contain;
  height: 100%;
}
header .header-bottom .button {
  margin-bottom: 6px;
}
header .header-bottom .navbar {
  padding: 0px 0px 6px 0px;
}
header .header-bottom .row {
  align-items: stretch;
}
header .header-bottom .navbar-toggler {
  border: none;
}
header .header-bottom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
header .header-bottom .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
header .header-bottom .navbar-toggler:hover .navbar-toggler-icon {
  opacity: 0.8;
}
header .header-bottom .divider {
  width: 2px;
  height: 100%;
  background-color: #bcbdc1;
  margin: 0 auto;
}
header .header-bottom .nav-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-bottom .nav-text .left h2 {
  color: #fff;
  font-style: italic;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0px;
}
header .header-bottom .help-nav {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 24px;
  align-items: start;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px 16px;
}
header .header-bottom .help-nav .dropdown-toggle {
  padding: 0px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
header .header-bottom .help-nav .dropdown-toggle:hover {
  color: #18abb2;
}
header .header-bottom .help-nav .dropdown-toggle:hover::after {
  background-image: url("https://corpussanus.es/application/themes/corpussanus/img/blue-arrow-down.svg");
}
header .header-bottom .help-nav .dropdown-toggle::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("https://corpussanus.es/application/themes/corpussanus/img/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease, background-image 0.3s ease;
  margin-left: 10px;
  border: none;
  vertical-align: initial;
}
header .header-bottom .help-nav .dropdown-toggle.active {
  color: #18abb2;
}
header .header-bottom .help-nav .dropdown-toggle.active::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0px;
  right: 0px;
  height: 2px;
  background-color: #18abb2;
}
header .header-bottom .help-nav .dropdown-toggle.active::after {
  background-image: url("https://corpussanus.es/application/themes/corpussanus/img/blue-arrow-down.svg");
  transform: rotate(180deg);
}
header .header-bottom .help-nav .no-dropdown {
  padding: 0px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: 24px;
}
header .header-bottom .help-nav .no-dropdown:hover {
  color: #18abb2;
}
header .dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
}
header .dropdown-content {
  overflow: hidden;
  background: #0b0c18;
  opacity: 0;
  max-height: 0;
  padding: 0;
  pointer-events: none;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
}
header .dropdown-content.open {
  opacity: 1;
  max-height: 800px;
  padding: 20px 0;
  pointer-events: auto;
}
header .dropdown-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  header .dropdown-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  header .dropdown-items {
    grid-template-columns: 1fr;
  }
}
header .dropdown-items a span,
header .dropdown-items a strong {
  font-size: 18px;
}
header .dropdown-card {
  background: #1e213f;
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 36px;
  padding: 24px;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 250px;
  transition: all 0.3s ease;
}
header .dropdown-card:hover {
  background: #18abb2;
  transform: translateY(-2px);
  color: white;
}
header .dropdown-card:hover svg path {
  stroke: #fff;
}
header .dropdown-card span {
  font-size: 16px;
  font-weight: 500;
}
header .dropdown-card svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* standaard hamburger lijnen */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  transition: background-image 0.2s ease-in-out;
}
/* zodra de collapse open is, verander icoon in een kruis */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6l18 18M24 6L6 24'/%3E%3C/svg%3E");
}
.hero-banner-video {
  background-color: #e3f9ff;
  position: relative;
}
.hero-banner-video video {
  height: calc(100vh - 216px);
  object-fit: cover;
}
@media (max-width: 991px) {
  .hero-banner-video video {
    height: calc(80vh - 216px);
  }
}
@media (max-width: 575px) {
  .hero-banner-video video {
    height: 450px;
  }
}
.hero-banner-video .hero-content-container {
  position: relative;
}
.hero-banner-video .hero-content-container .hero-content {
  position: relative;
  margin-top: -160px;
}
@media only screen and (max-width: 991px) {
  .hero-banner-video .hero-content-container .hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
    margin: 0;
  }
}
.hero-banner-video .hero-content-container .hero-content .hero-left-line {
  position: absolute;
  z-index: 1;
  left: -2950px;
  top: -30px;
}
@media only screen and (max-width: 991px) {
  .hero-banner-video .hero-content-container .hero-content .hero-left-line {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .hero-banner-video .hero-content-container .hero-content .hero-left-line {
    left: -2032px;
    top: -38px;
    right: -1500px;
  }
}
.hero-banner-video .hero-content-container .hero-content .hero-right-line {
  position: absolute;
  z-index: 1;
  right: -2450px;
  top: 74px;
}
@media only screen and (max-width: 991px) {
  .hero-banner-video .hero-content-container .hero-content .hero-right-line {
    display: none;
  }
}
.hero-banner-video .hero-content-container .hero-content .down-arrow-hero {
  position: absolute;
  z-index: 10;
  left: 500px;
  top: 80px;
}
.hero-banner-video .hero-content-container .hero-content .down-arrow-hero:hover {
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .hero-banner-video .hero-content-container .hero-content .down-arrow-hero {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero-banner-video .hero-content-container .hero-content .down-arrow-hero {
    left: 435px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-banner-video .hero-content-container .hero-content .down-arrow-hero {
    display: none;
  }
}
.hero-banner-video .hero-content-container .hero-content .hero-title {
  position: relative;
  z-index: 2;
}
.hero-banner-video .hero-content-container .hero-content .hero-title h1,
.hero-banner-video .hero-content-container .hero-content .hero-title h2,
.hero-banner-video .hero-content-container .hero-content .hero-title h3,
.hero-banner-video .hero-content-container .hero-content .hero-title h4,
.hero-banner-video .hero-content-container .hero-content .hero-title h5,
.hero-banner-video .hero-content-container .hero-content .hero-title h6 {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .hero-banner-video .hero-content-container .hero-content .hero-title h1,
  .hero-banner-video .hero-content-container .hero-content .hero-title h2,
  .hero-banner-video .hero-content-container .hero-content .hero-title h3,
  .hero-banner-video .hero-content-container .hero-content .hero-title h4,
  .hero-banner-video .hero-content-container .hero-content .hero-title h5,
  .hero-banner-video .hero-content-container .hero-content .hero-title h6 {
    color: #1e213f;
  }
}
@media only screen and (max-width: 575px) {
  .hero-banner-video .hero-content-container .hero-content .hero-title h1,
  .hero-banner-video .hero-content-container .hero-content .hero-title h2,
  .hero-banner-video .hero-content-container .hero-content .hero-title h3,
  .hero-banner-video .hero-content-container .hero-content .hero-title h4,
  .hero-banner-video .hero-content-container .hero-content .hero-title h5,
  .hero-banner-video .hero-content-container .hero-content .hero-title h6 {
    font-size: 48px;
    line-height: 48px;
  }
}
.hero-banner-video .mobile-nav {
  display: none;
  width: 100%;
  background-color: #eda727;
  padding: 8px 16px;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  margin-top: 32px;
  text-decoration: none;
  font-size: 20px;
  font-style: italic;
  font-family: "DM Serif Display", serif;
  transition: 0.3s ease;
}
.hero-banner-video .mobile-nav:hover {
  color: #fff;
  background-color: #18abb2;
}
.hero-banner-video .mobile-nav.active {
  color: #fff;
  background-color: #18abb2;
}
.hero-banner-video .mobile-nav svg path {
  transition: 0.3s ease;
}
.hero-banner-video .mobile-nav:hover svg path,
.hero-banner-video .mobile-nav.active svg path {
  fill: #fff;
}
@media only screen and (max-width: 991px) {
  .hero-banner-video .mobile-nav {
    display: flex;
  }
}
.hero-banner-detail {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #0b0c18;
}
.hero-banner-detail h1 {
  color: #92D4D2;
  font-size: 64px;
  line-height: 68px;
  font-style: italic;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .hero-banner-detail h1 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-banner-detail h1 {
    line-height: 52px;
    font-size: 48px;
  }
}
.hero-banner-detail h2 {
  font-family: "Cabin Condensed", sans-serif;
  color: rgba(146, 212, 210, 0.5);
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0px;
}
.hero-banner-detail p {
  color: #fff;
  margin-bottom: 0px;
}
.google-review-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.google-review-container .google-review {
  padding: 24px;
  background-color: #fff;
  border-radius: 36px;
}
.google-review-container .google-review .name {
  font-style: italic;
  line-height: 32px;
  font-size: 18px;
  color: #1e213f;
  font-family: "DM Serif Display", serif;
  margin-bottom: 0px;
}
.google-review-container .google-review .star-rating {
  padding-top: 10px;
  padding-bottom: 10px;
}
.google-review-container .google-review .review {
  line-height: 32px;
  font-size: 18px;
  color: #1e213f;
  margin-bottom: 0px;
}
footer .footer-block-margin {
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  footer .footer-block-margin {
    margin-bottom: 36px;
  }
}
footer .footer-top {
  padding-top: 80px;
  padding-bottom: 56px;
  background-color: #1e213f;
}
@media only screen and (max-width: 575px) {
  footer .footer-top {
    padding-top: 40px;
    padding-bottom: 16px;
  }
}
footer .footer-top p {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 16px;
}
footer .footer-top a {
  font-size: 18px;
  color: #fff;
  margin-bottom: 16px;
  text-decoration: none;
  transition: 0.3s ease;
}
footer .footer-top a:hover {
  color: #18abb2;
}
footer .footer-top h2 {
  font-size: 32px;
  color: #fff;
  font-style: italic;
  margin-bottom: 24px;
}
footer .footer-top h3 {
  font-size: 14px;
  color: rgba(207, 244, 255, 0.75);
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Cabin Condensed", sans-serif;
  margin-bottom: 16px;
  line-height: 16px;
}
footer .footer-top .row {
  align-items: stretch;
}
footer .footer-top .icon {
  margin-bottom: 0px;
}
footer .footer-top .icon a {
  display: inline-block;
  transition: transform 0.3s ease;
  width: fit-content;
}
footer .footer-top .icon a svg rect {
  transition: fill 0.3s ease;
}
footer .footer-top .icon a:hover svg rect {
  fill: #18abb2;
}
footer .footer-top .logo img {
  max-width: 100%;
}
footer .footer-bottom {
  background-color: #e3f9ff;
  color: #1e213f;
}
footer .footer-bottom .footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}
@media only screen and (max-width: 767px) {
  footer .footer-bottom .footer-bottom-content {
    display: block;
  }
}
footer .footer-bottom .footer-bottom-content .left p {
  color: #1e213f;
  margin-bottom: 0px;
  line-height: 32px;
}
footer .footer-bottom .footer-bottom-content .right p {
  color: #1e213f;
  margin-bottom: 0px;
  line-height: 32px;
}
footer .footer-bottom .footer-bottom-content .right a {
  text-decoration: none;
  color: #1e213f;
  cursor: text;
  line-height: 32px;
}
