/*
Theme Name: Move & Relax
Theme URI: https://move-relax.pixdev.nl/
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Een thema op maat door Pixel Creation.
Version: 1.0
Text Domain: move-relax
*/
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
@import url("https://use.typekit.net/dsf8mwz.css");
body {
  font-size: 1.125rem;
  font-family: "rig-sans", sans-serif;
  color: #333333;
  letter-spacing: 0.05rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ACCESSIBILITY */
.skip-links a {
  position: absolute;
  top: -100vh;
  left: -100vw;
  z-index: 9999;
  padding: 1.2rem 2rem;
  color: white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #1d1d1d;
}
.skip-links a:focus {
  top: 8rem;
  left: 0;
}

a:focus-visible, button:focus-visible {
  outline: 2px dotted black;
  z-index: 9999;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}

.accessibility {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 9px;
  font-size: 16px;
}
.accessibility .set-font-size {
  padding: 0 0 3px 0;
  display: inline-flex;
}
.accessibility .set-font-size .font-size {
  padding: 0 8px 2px 8px;
  display: flex;
  align-items: end;
  line-height: 1;
  border: 0;
  background-color: unset;
}
.accessibility .set-font-size .font-size.font-small {
  font-size: 15px;
}
.accessibility .set-font-size .font-size.font-medium {
  font-size: 18px;
}
.accessibility .set-font-size .font-size.font-large {
  font-size: 21px;
}
.accessibility .set-font-size .font-size:hover {
  text-decoration: underline;
}
.accessibility .set-font-size .font-size.active {
  font-weight: 700;
  cursor: default;
}
.accessibility .set-font-size .font-size.active:hover {
  text-decoration: none;
}
.accessibility .contrast {
  border: 0;
  background-color: unset;
}

/* Colors */
.first-color {
  color: #7d6185;
}

.second-color {
  color: #91a0b8;
}

.third-color {
  color: #9cb891;
}

.fourth-color {
  color: #ebe4de;
}

.fifth-color {
  color: #b89191;
}

.sixth-color {
  color: #384e41;
}

.seventh-color {
  color: #503a3a;
}

.eighth-color {
  color: #ff9b53;
}

.ninth-color {
  color: #b6899f;
}

.tenth-color {
  color: #5e8c77;
}

.text-color {
  color: #333333;
}

.white-color {
  color: #ffffff;
}

.black-color {
  color: #000000;
}

.first-bg {
  background-color: #7d6185 !important;
}

.second-bg {
  background-color: #91a0b8 !important;
}

.third-bg {
  background-color: #9cb891 !important;
}

.fourth-bg {
  background-color: #ebe4de !important;
}

.fifth-bg {
  background-color: #b89191 !important;
}

.sixth-bg {
  background-color: #384e41 !important;
}

.seventh-bg {
  background-color: #503a3a !important;
}

.eighth-bg {
  background-color: #ff9b53 !important;
}

.ninth-bg {
  background-color: #b6899f !important;
}

.tenth-bg {
  background-color: #5e8c77 !important;
}

.white-bg {
  background-color: #ffffff !important;
}

.black-bg {
  background-color: #000000 !important;
}

::selection {
  background-color: #7d6185;
  color: white;
}

/* TYPOGRAPHY */
h1, .h1 {
  font-size: 4.5rem;
  line-height: 4.75rem;
  font-weight: 600;
  font-family: "rig-sans", sans-serif;
}

h2, .h2 {
  font-size: 3.25rem;
  line-height: 4.25rem;
  font-weight: 600;
  font-family: "rig-sans", sans-serif;
}

h3, .h3 {
  font-size: 3.125rem;
  line-height: 3.875rem;
  font-weight: 600;
  font-family: "rig-sans", sans-serif;
}

.h3-4 {
  font-size: 1.875rem;
  line-height: 2.3rem;
  font-weight: 600;
  font-family: "rig-sans", sans-serif;
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  font-family: "rig-sans", sans-serif;
}

h5, .h5 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 600;
  font-family: "rig-sans", sans-serif;
}

h6, .h6 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  font-family: "rig-sans", sans-serif;
}

p, ul li, ol li {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.05625rem;
}

.p-sm {
  font-size: 1rem;
  line-height: 1.875rem;
}

small {
  font-size: 0.875rem;
  line-height: 1.35rem;
}

a {
  color: #333333;
  text-decoration: underline;
  transition: 0.3s;
}
a:hover {
  color: #333333;
  text-decoration: underline;
}
a.a-no-hover:hover {
  text-decoration: none;
}
a.a-color-inherit {
  color: inherit;
}
a.a-hover-text-decoration:hover {
  text-decoration: underline !important;
}
a.a-hover-color:hover {
  color: #9cb891 !important;
}

strong {
  font-weight: 600;
}

.p-last-child p:last-child {
  margin-bottom: 0;
}
.p-last-child ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.p-last-child ul li {
  padding-left: 5px;
}
.p-last-child ul li::marker {
  color: #7d6185;
}
@media screen and (max-width: 767px) {
  .p-last-child ul li::marker {
    font-size: 20px;
  }
}

/* SECTIONS */
section {
  padding: 170px 0;
}
section.section-sm {
  padding: 135px 0;
}
section.section-sm-top {
  padding-top: 135px;
}
section.section-sm-bottom {
  padding-bottom: 135px;
}

/* CONTAINER */
.container {
  padding: 0 20px;
  max-width: 1312px !important;
}

/* BUTTONS */
.btn, .button, input[type=submit], .wp-element-button {
  background-color: transparent !important;
  padding: 12px 28px !important;
  border: 0 !important;
  border-radius: 0 60px 60px 20px !important;
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  letter-spacing: 0.05625rem !important;
  height: unset !important;
  text-decoration: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  opacity: 1 !important;
  transition: 0.3s !important;
}
.btn:hover, .button:hover, input[type=submit]:hover, .wp-element-button:hover {
  text-decoration: none !important;
}
.btn.btn-primary, .button.btn-primary, input[type=submit].btn-primary, .wp-element-button.btn-primary {
  background-color: #ff9b53 !important;
  color: #333333 !important;
}
.btn.btn-primary:after, .button.btn-primary:after, input[type=submit].btn-primary:after, .wp-element-button.btn-primary:after {
  content: "\f178";
  font-family: "Font Awesome 7 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  left: 0;
  transition: 0.3s;
}
.btn.btn-primary:hover, .button.btn-primary:hover, input[type=submit].btn-primary:hover, .wp-element-button.btn-primary:hover {
  background-color: #b89191 !important;
  color: #333333 !important;
}
.btn.btn-primary:hover:after, .button.btn-primary:hover:after, input[type=submit].btn-primary:hover:after, .wp-element-button.btn-primary:hover:after {
  left: 5px;
}
.btn.btn-primary.btn-primary-light, .button.btn-primary.btn-primary-light, input[type=submit].btn-primary.btn-primary-light, .wp-element-button.btn-primary.btn-primary-light {
  background-color: #ebe4de !important;
}
.btn.btn-primary.btn-primary-light:hover, .button.btn-primary.btn-primary-light:hover, input[type=submit].btn-primary.btn-primary-light:hover, .wp-element-button.btn-primary.btn-primary-light:hover {
  background-color: #b89191 !important;
  color: #333333 !important;
}
.btn.btn-primary.btn-primary-light:hover:after, .button.btn-primary.btn-primary-light:hover:after, input[type=submit].btn-primary.btn-primary-light:hover:after, .wp-element-button.btn-primary.btn-primary-light:hover:after {
  left: 5px;
}
.btn.btn-primary.btn-primary-no-arrow:after, .button.btn-primary.btn-primary-no-arrow:after, input[type=submit].btn-primary.btn-primary-no-arrow:after, .wp-element-button.btn-primary.btn-primary-no-arrow:after {
  content: unset;
}
.btn.btn-default, .button.btn-default, input[type=submit].btn-default, .wp-element-button.btn-default {
  padding: 0 !important;
  background-color: transparent !important;
  color: #333333 !important;
  text-decoration: underline !important;
}
.btn.btn-default:after, .button.btn-default:after, input[type=submit].btn-default:after, .wp-element-button.btn-default:after {
  content: "\f178";
  font-family: "Font Awesome 7 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
  opacity: 0;
  transition: 0.3s;
}
.btn.btn-default:hover:after, .button.btn-default:hover:after, input[type=submit].btn-default:hover:after, .wp-element-button.btn-default:hover:after {
  opacity: 1;
}

.wp-element-button {
  background-color: #ff9b53 !important;
  color: #333333 !important;
  margin-bottom: 20px;
}
.wp-element-button:after {
  content: "\f178";
  font-family: "Font Awesome 7 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  left: 0;
  transition: 0.3s;
}
.wp-element-button:hover {
  background-color: #b89191 !important;
  color: #333333 !important;
}
.wp-element-button:hover:after {
  left: 5px;
}

/* HEADER */
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.topbar {
  color: white;
  padding: 5px 0;
}
.topbar .topbar-reviews {
  position: relative;
  top: 2px;
}

.navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 12px 0;
  border: 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.3s;
}
.navbar .nav-link {
  padding: 0 !important;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.0625rem;
  color: #503a3a;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .navbar .nav-link {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    width: fit-content;
  }
}
.navbar .nav-link:hover {
  color: #91a0b8;
  text-decoration: none;
}
.navbar .nav-link.active {
  color: #91a0b8;
  text-decoration: none;
}
.navbar .nav-item:last-child .nav-link {
  margin-right: 0;
}
.navbar .navbar-nav {
  position: relative;
  right: 120px;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    padding-top: 25px;
    right: unset;
  }
}
.navbar .dropdown-toggle:after {
  content: "\f176";
  font-weight: 400;
  margin-left: 10px;
  vertical-align: unset;
  border: none;
  font-family: "Font Awesome 7 Pro";
  transform: scaleY(-1);
  transition: 0.3s;
}
.navbar .dropdown-toggle.show:after {
  transform: scaleY(1);
}
.navbar .nav-item:last-child .dropdown-menu {
  left: unset;
  right: 0;
}
.navbar .dropdown-menu {
  margin: 2rem 1rem;
  padding: 1.1rem 0;
  border: none;
  border-radius: 20px;
  min-width: 240px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .navbar .dropdown-menu {
    padding: 0;
    background-color: transparent;
    box-shadow: unset;
    margin-bottom: 15px;
    margin-top: 12px;
  }
}
.navbar .dropdown-menu .dropdown-item {
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #503a3a;
  background-color: transparent;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .navbar .dropdown-menu .dropdown-item {
    padding-left: 15px;
    white-space: unset;
  }
}
.navbar .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: #91a0b8;
  text-decoration: none;
}
.navbar .dropdown-menu .dropdown-item.active:before {
  content: none;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #91a0b8;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .navbar .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
}
.navbar .navbar-brand img {
  width: 165px;
}
.navbar .bar1, .navbar .bar2, .navbar .bar3 {
  width: 30px;
  height: 2px;
  margin: 6px 0;
  transition: 0.3s;
  border: none;
  border-radius: 30px;
  background-color: #b6899f;
}
.navbar .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 3px);
  transform: rotate(-45deg) translate(-3px, 3px);
}
.navbar .change .bar2 {
  opacity: 0;
}
.navbar .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.navbar .close-button {
  position: relative;
  top: 0;
}
.navbar .close-button .navbar-toggler {
  border: unset;
  padding: 0;
}
.navbar .close-button .navbar-toggler:focus {
  box-shadow: unset;
}
.navbar .nav-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 10px;
}
@media screen and (max-width: 991px) {
  .navbar .nav-btns {
    right: 65px;
  }
}
.navbar .nav-btns .account, .navbar .nav-btns .search {
  width: 40px;
  height: 40px;
  color: #b6899f;
  border: 1px solid #b6899f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}
.navbar .nav-btns .account:hover, .navbar .nav-btns .search:hover {
  transform: scale(1.05);
}
.navbar .nav-btns .searchbar {
  width: 35rem;
  top: 40px;
  right: -60px;
  padding: 1.375rem;
  border: 0;
  border-radius: 20px;
  background-color: white;
  margin: 2rem 1rem !important;
  animation-name: slideIn;
  animation-duration: 0.25s;
  animation-fill-mode: both;
}
@media screen and (max-width: 767px) {
  .navbar .nav-btns .searchbar {
    right: -105px;
  }
}
@media screen and (max-width: 600px) {
  .navbar .nav-btns .searchbar {
    width: 20rem;
  }
}
.navbar .nav-btns .searchbar input {
  padding-left: 1rem;
  border-radius: 20px;
}
.navbar .nav-btns .searchbar input:focus {
  border-color: unset;
  box-shadow: unset;
}
@media screen and (max-width: 767px) {
  .navbar .nav-btns .searchbar input {
    width: 100%;
    border-radius: 20px !important;
  }
}
.navbar .nav-btns .searchbar input::placeholder {
  color: gray;
  opacity: 1;
}

/* MAIN */
.object-position-center {
  object-position: center;
}

.object-position-top {
  object-position: top;
}

.object-position-bottom {
  object-position: bottom;
}

.w-fit {
  width: fit-content;
}

.white-space-nowrap {
  white-space: nowrap;
}

.color-inherit {
  color: inherit;
}

.border-radius {
  border-radius: 50px !important;
}

.border-radius-sm {
  border-radius: 20px !important;
}

.hyphens {
  hyphens: auto;
  overflow-wrap: break-word;
}

.pt-150px {
  padding-top: 150px;
}

.home-header {
  background-color: #ebe4de;
}
.home-header .home-header-move {
  height: 80px;
}

.video-block {
  position: relative;
  aspect-ratio: 16/12;
  overflow: hidden;
}
.video-block .header-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 120px 120px 0 120px;
}
.video-block .header-video .video-sound-toggle {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: 0;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-block .video-sound-toggle {
  background: unset;
  border: unset;
  padding: 0;
  color: white;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#videoModal .modal-dialog, .modal-video .modal-dialog {
  max-width: unset;
  width: 90%;
}
#videoModal .modal-dialog .modal-body, .modal-video .modal-dialog .modal-body {
  padding: 0;
}

.home-filters {
  background-color: #384e41;
  color: white;
  border-radius: 50px 50px 50px 0;
  padding: 50px 95px;
}
@media screen and (max-width: 575px) {
  .home-filters {
    padding: 40px;
  }
}
.home-filters .home-filters-title {
  font-size: 1.875rem;
  font-weight: 600;
}
.home-filters form {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1079px) {
  .home-filters form {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .home-filters form {
    flex-direction: column;
  }
}
.home-filters form label {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 3px;
  display: block;
}
.home-filters form input:not([type=submit]),
.home-filters form .dropdown-toggle {
  height: 55px !important;
  width: 100%;
  min-width: 250px;
  max-width: 300px;
  border: 1px solid transparent !important;
  border-radius: 20px !important;
  background-color: white !important;
  font-size: 1.125rem !important;
  color: rgba(51, 51, 51, 0.6) !important;
  padding: 15px !important;
  text-align: left;
}
@media screen and (max-width: 1079px) {
  .home-filters form input:not([type=submit]),
.home-filters form .dropdown-toggle {
    width: 250px;
  }
}
.home-filters form input:not([type=submit]):focus, .home-filters form input:not([type=submit]):focus-visible,
.home-filters form .dropdown-toggle:focus,
.home-filters form .dropdown-toggle:focus-visible {
  border: 1px solid white !important;
  outline: none;
  box-shadow: none;
}
.home-filters form .dropdown:has(input[type=hidden][value=""]) .dropdown-toggle {
  color: rgba(51, 51, 51, 0.6) !important;
}
.home-filters form input::placeholder {
  color: rgba(51, 51, 51, 0.6) !important;
  font-size: 1.125rem !important;
}
.home-filters form .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: rgba(51, 51, 51, 0.6);
}
.home-filters form .dropdown-toggle::after {
  display: none;
}
.home-filters form .dropdown-toggle i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(51, 51, 51, 0.6);
}
.home-filters form .dropdown-toggle.is-placeholder {
  color: rgba(51, 51, 51, 0.6) !important;
}
.home-filters form .dropdown-menu {
  width: 100%;
  border-radius: 20px;
  border: none;
  padding: 0;
  overflow: hidden;
}
.home-filters form .dropdown-item {
  padding: 12px 15px;
  font-size: 1.125rem;
  color: black;
}
.home-filters form .dropdown-item:hover, .home-filters form .dropdown-item:focus {
  background-color: rgba(0, 0, 0, 0.05);
  color: black;
}
.home-filters .home-filters-btn {
  border-radius: 20px !important;
  height: 55px !important;
  white-space: nowrap;
}
.home-filters .home-filters-btn:after {
  content: unset;
}

.home-cats {
  background-color: #ebe4de;
}
.home-cats .home-cats-title {
  margin-bottom: 75px;
}
@media screen and (max-width: 991px) {
  .home-cats .home-cats-title {
    margin-bottom: 50px;
  }
}
.home-cats .home-cat {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.home-cats .home-cat:hover {
  margin-top: -4px;
  margin-bottom: 4px;
}
.home-cats .home-cat:hover .home-cat-content .home-cat-content-btn i {
  left: 10px;
}
.home-cats .home-cat .home-cat-header {
  padding: 30px;
  background-color: #91a0b8;
  text-align: center;
  color: white;
  flex: 0 0 auto;
}
.home-cats .home-cat .home-cat-header .home-cat-header-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: white;
  color: #91a0b8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 30px;
}
.home-cats .home-cat .home-cat-content {
  padding: 20px 30px 30px 30px;
  background-color: white;
  min-height: 275px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .home-cats .home-cat .home-cat-content {
    min-height: 225px;
  }
}
.home-cats .home-cat .home-cat-content .home-cat-content-btn {
  color: #503a3a;
  font-weight: 600;
  margin-top: auto;
  display: flex;
  align-items: baseline;
}
.home-cats .home-cat .home-cat-content .home-cat-content-btn i {
  position: relative;
  left: 0;
  transition: 0.3s;
}
.home-cats .home-cat.home-cat-1 .home-cat-header {
  background-color: #91a0b8;
  border-top-left-radius: 50px;
}
@media screen and (max-width: 575px) {
  .home-cats .home-cat.home-cat-1 .home-cat-header {
    border-top-right-radius: 50px;
  }
}
.home-cats .home-cat.home-cat-1 .home-cat-header .home-cat-header-icon {
  color: #91a0b8;
}
.home-cats .home-cat.home-cat-2 {
  position: relative;
  top: -40px;
}
@media screen and (max-width: 991px) {
  .home-cats .home-cat.home-cat-2 {
    top: 0;
  }
}
.home-cats .home-cat.home-cat-2 .home-cat-header {
  background-color: #384e41;
}
@media screen and (max-width: 991px) {
  .home-cats .home-cat.home-cat-2 .home-cat-header {
    border-top-right-radius: 50px;
  }
}
@media screen and (max-width: 575px) {
  .home-cats .home-cat.home-cat-2 .home-cat-header {
    border-top-right-radius: unset;
  }
}
.home-cats .home-cat.home-cat-2 .home-cat-header .home-cat-header-icon {
  color: #384e41;
}
.home-cats .home-cat.home-cat-3 .home-cat-header {
  background-color: #b89191;
  border-top-right-radius: 50px;
}
@media screen and (max-width: 991px) {
  .home-cats .home-cat.home-cat-3 .home-cat-header {
    border-top-right-radius: unset;
  }
}
.home-cats .home-cat.home-cat-3 .home-cat-header .home-cat-header-icon {
  color: #b89191;
}
.home-cats .home-cat.home-cat-4 .home-cat-header {
  background-color: #503a3a;
}
.home-cats .home-cat.home-cat-4 .home-cat-header .home-cat-header-icon {
  color: #503a3a;
}
.home-cats .home-cat.home-cat-4 .home-cat-content {
  border-bottom-left-radius: 50px;
}
@media screen and (max-width: 991px) {
  .home-cats .home-cat.home-cat-4 .home-cat-content {
    border-bottom-left-radius: unset;
  }
}
.home-cats .home-cat.home-cat-5 {
  position: relative;
  top: -40px;
}
@media screen and (max-width: 991px) {
  .home-cats .home-cat.home-cat-5 {
    top: 0;
  }
}
.home-cats .home-cat.home-cat-5 .home-cat-header {
  background-color: #7d6185;
}
.home-cats .home-cat.home-cat-5 .home-cat-header .home-cat-header-icon {
  color: #7d6185;
}
@media screen and (max-width: 991px) {
  .home-cats .home-cat.home-cat-5 .home-cat-content {
    border-bottom-left-radius: 50px;
  }
}
@media screen and (max-width: 575px) {
  .home-cats .home-cat.home-cat-5 .home-cat-content {
    border-bottom-left-radius: unset;
  }
}
.home-cats .home-cat.home-cat-6 .home-cat-header {
  background-color: #9cb891;
}
.home-cats .home-cat.home-cat-6 .home-cat-header .home-cat-header-icon {
  color: #9cb891;
}
.home-cats .home-cat.home-cat-6 .home-cat-content {
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 575px) {
  .home-cats .home-cat.home-cat-6 .home-cat-content {
    border-bottom-left-radius: 50px;
  }
}

.home-collaborations {
  overflow: hidden;
}
.home-collaborations .home-collaborations-nav {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .home-collaborations .home-collaborations-nav {
    justify-content: start;
    margin-top: 15px;
  }
}
.home-collaborations .home-collaborations-nav button {
  background-color: #5e8c77;
  color: white;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  outline: 0;
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.home-collaborations .home-collaborations-nav button:hover {
  background-color: #384e41;
}
.home-collaborations .owl-collaborations .owl-item.is-highlight .item .owl-collaborations-img {
  filter: grayscale(0%);
}
.home-collaborations .owl-collaborations .owl-item .item .owl-collaborations-img {
  width: 100%;
  max-width: 175px;
  height: 80px;
  object-fit: contain;
  filter: grayscale(95%);
  transition: 0.3s;
}
.home-collaborations .owl-collaborations .owl-item .item .owl-collaborations-img:hover {
  filter: grayscale(0);
}
.home-collaborations .home-collaborations-first-img {
  width: 100%;
  max-width: 250px;
  height: 540px;
  object-fit: cover;
  border-radius: 120px 120px 120px 0;
}
.home-collaborations .home-collaborations-second-img {
  width: 100%;
  max-width: 250px;
  height: 375px;
  object-fit: cover;
  border-radius: 120px 120px 120px 0;
}
.home-collaborations .home-collaborations-deco {
  width: 575px;
  height: 575px;
  transform: rotate(-72deg);
  border-radius: 575px;
  background: linear-gradient(180deg, #5E907A 0%, rgba(94, 144, 122, 0) 81.25%);
  position: absolute;
  top: 30px;
  left: -275px;
}

.home-programs {
  overflow: hidden;
  background: rgba(145, 160, 184, 0.43);
}
@media screen and (min-width: 1321px) {
  .home-programs .owl-programs {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-left: calc((100vw - 1280px) / 2);
  }
}
.home-programs .owl-programs .owl-item:nth-child(2n+1) {
  padding-top: 30px;
}
.home-programs .owl-programs .owl-item .item-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 50px 50px 50px 0;
}
.home-programs .owl-programs .owl-item .item-wrapper .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px 50px 50px 0;
  padding: 35px;
  display: flex;
  align-items: end;
  color: white;
  width: 100%;
  height: 350px;
  text-decoration: none;
}
.home-programs .owl-programs .owl-item .item-wrapper .item p {
  font-weight: 600;
}
.home-programs .owl-programs .owl-item .item-wrapper .item i {
  position: relative;
  left: 0;
  transition: 0.3s;
}
.home-programs .owl-programs .owl-item .item-wrapper .item:hover {
  transform: scale(1.075);
}
.home-programs .owl-programs .owl-item .item-wrapper .item:hover i {
  left: 10px;
}

.home-cta-with-stats .home-cta-with-stats-stats {
  justify-content: center;
  gap: 100px;
  margin-bottom: 85px;
}
.home-cta-with-stats .home-cta-with-stats-stats .home-cta-with-stats-stat {
  text-align: center;
  max-width: 260px;
  width: 33%;
}
@media screen and (max-width: 575px) {
  .home-cta-with-stats .home-cta-with-stats-stats .home-cta-with-stats-stat {
    width: 100%;
  }
}
.home-cta-with-stats .home-cta-with-stats-stats .home-cta-with-stats-stat .h1 {
  line-height: 1;
}
.home-cta-with-stats .home-cta-with-stats-cta {
  margin-bottom: -55px;
}
.home-cta-with-stats .home-cta-with-stats-cta img {
  width: 100%;
  aspect-ratio: 16/6;
  object-fit: cover;
  min-height: 250px;
  border-top-right-radius: 50px;
}
.home-cta-with-stats .home-cta-with-stats-cta .home-cta-with-stats-cta-content {
  background-color: #384e41;
  color: white;
  border-radius: 0 50px 50px 50px;
  padding: 40px 75px;
  text-align: center;
  position: relative;
  top: -55px;
}
@media screen and (max-width: 575px) {
  .home-cta-with-stats .home-cta-with-stats-cta .home-cta-with-stats-cta-content {
    padding: 25px;
  }
}
.home-cta-with-stats .home-cta-with-stats-cta .home-cta-with-stats-cta-content h3 {
  max-width: 800px;
  margin: auto;
}

.home-reviews .ti-footer, .reviews .ti-footer {
  display: none;
}
.home-reviews .ti-widget[data-layout-id="4"][data-set-id=light-background][data-pid="5c94694566520169eb9664425a3"] .ti-review-item .ti-inner, .reviews .ti-widget[data-layout-id="4"][data-set-id=light-background][data-pid="5c94694566520169eb9664425a3"] .ti-review-item .ti-inner {
  border-radius: 0 50px 50px 50px !important;
  height: 270px;
}
.home-reviews .ti-widget[data-layout-id="4"][data-set-id=light-background][data-pid="5c94694566520169eb9664425a3"] .ti-review-content, .reviews .ti-widget[data-layout-id="4"][data-set-id=light-background][data-pid="5c94694566520169eb9664425a3"] .ti-review-content {
  height: auto !important;
  max-height: 240px;
}

.home-text-image {
  overflow: hidden;
}
.home-text-image .home-text-image-first-img {
  width: 100%;
  max-width: 250px;
  height: 375px;
  object-fit: cover;
  border-radius: 120px 120px 0 120px;
}
.home-text-image .home-text-image-second-img {
  width: 100%;
  max-width: 250px;
  height: 540px;
  object-fit: cover;
  border-radius: 120px 120px 0 120px;
}
.home-text-image .home-text-image-deco {
  width: 575px;
  height: 575px;
  transform: rotate(80deg);
  border-radius: 575px;
  background: linear-gradient(180deg, #B6899F 0%, rgba(182, 137, 159, 0) 81.25%);
  position: absolute;
  top: -135px;
  right: -275px;
}
@media screen and (max-width: 991px) {
  .home-text-image .home-text-image-deco {
    top: 0;
  }
}

.breadcrumb {
  margin-bottom: 0;
  padding: 15px 0;
  font-size: 1rem;
  color: #333333;
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
}
.breadcrumb .breadcrumb-item {
  white-space: nowrap;
  display: inline-flex;
}
.breadcrumb .breadcrumb-item.active {
  opacity: 0.5;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\f054";
  font-family: "Font Awesome 7 Pro";
  padding-left: 2px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 0.75rem;
}

.single-program-header .breadcrumb {
  margin-bottom: 90px;
}
.single-program-header .single-program-header-img {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 14/16;
  object-fit: cover;
  border-radius: 120px 120px 0 120px;
}
.single-program-header .single-program-header-deco {
  width: 575px;
  height: 575px;
  transform: rotate(-72deg);
  border-radius: 575px;
  background: linear-gradient(180deg, #5E907A 0%, rgba(94, 144, 122, 0) 81.25%);
  position: absolute;
  top: -80px;
  left: -275px;
  z-index: -1;
}

.programs {
  background-color: #91a0b8;
  color: white;
}
@media screen and (max-width: 575px) {
  .programs .owl-programs-two-wrapper {
    padding-right: 0;
  }
}
.programs .owl-programs-two-wrapper .owl-programs-two .owl-programs-two-link {
  background-color: white;
  display: block;
  border-radius: 50px 50px 0 50px;
  text-decoration: unset;
}
.programs .owl-programs-two-wrapper .owl-programs-two .owl-programs-two-link .owl-programs-two-link-img-wrapper {
  width: 100%;
  height: 225px;
  position: relative;
  overflow: hidden;
  border-radius: 50px 50px 0 0;
}
.programs .owl-programs-two-wrapper .owl-programs-two .owl-programs-two-link .owl-programs-two-link-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.programs .owl-programs-two-wrapper .owl-programs-two .owl-programs-two-link .owl-programs-two-link-content {
  padding: 30px 25px;
  background-color: white;
  border-bottom-left-radius: 50px;
}
.programs .owl-programs-two-wrapper .owl-programs-two .owl-programs-two-link .owl-programs-two-link-content .owl-programs-two-link-content-logo {
  width: 100%;
  max-width: 120px;
  object-fit: cover;
}
.programs .owl-programs-two-wrapper .owl-programs-two .owl-programs-two-link .owl-programs-two-link-content .owl-programs-two-link-content-button {
  color: #ff9b53;
  font-weight: 600;
  font-size: 1.125rem;
}
.programs .owl-programs-two-wrapper .owl-programs-two .owl-programs-two-link .owl-programs-two-link-content .owl-programs-two-link-content-button i {
  margin-left: 0.5rem;
  transition: 0.3s;
}
.programs .owl-programs-two-wrapper .owl-programs-two .owl-programs-two-link:hover .owl-programs-two-link-img-wrapper img {
  transform: scale(1.05);
}
.programs .owl-programs-two-wrapper .owl-programs-two .owl-programs-two-link:hover .owl-programs-two-link-content-button i {
  margin-left: 0.75rem;
}

.programs-cards {
  background-color: #91a0b8;
  color: white;
}
.programs-cards .programs-card-link {
  background-color: white;
  display: block;
  border-radius: 50px 50px 0 50px;
  text-decoration: unset;
  height: 100%;
}
.programs-cards .programs-card-link .programs-card-link-img-wrapper {
  width: 100%;
  height: 225px;
  position: relative;
  overflow: hidden;
  border-radius: 50px 50px 0 0;
}
.programs-cards .programs-card-link .programs-card-link-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.programs-cards .programs-card-link .programs-card-link-content {
  padding: 30px 25px;
  background-color: white;
  border-bottom-left-radius: 50px;
  height: calc(100% - 225px);
}
.programs-cards .programs-card-link .programs-card-link-content .programs-card-link-content-logo {
  width: 100%;
  max-width: 120px;
  object-fit: cover;
}
.programs-cards .programs-card-link .programs-card-link-content .programs-card-link-content-button {
  color: #ff9b53;
  font-weight: 600;
  font-size: 1.125rem;
}
.programs-cards .programs-card-link .programs-card-link-content .programs-card-link-content-button i {
  margin-left: 0.5rem;
  transition: 0.3s;
}
.programs-cards .programs-card-link:hover .programs-card-link-img-wrapper img {
  transform: scale(1.05);
}
.programs-cards .programs-card-link:hover .programs-card-link-content-button i {
  margin-left: 0.75rem;
}

.programs-single {
  background-color: #91a0b8;
  color: white;
  padding: 100px 0;
}
.programs-single .programs-single-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
}
@media screen and (max-width: 575px) {
  .programs-single .programs-single-title {
    flex-direction: column;
    align-items: start;
  }
}
.programs-single .programs-single-title .programs-single-cat-logo {
  background-color: white;
  width: 155px;
  height: 90px;
  flex-shrink: 0;
  padding: 15px;
  border-radius: 30px 0 30px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.programs-single .programs-single-title .programs-single-cat-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.programs-single .programs-single-selected-filters {
  padding: 15px 0 25px 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
.programs-single .programs-single-selected-filters .programs-single-selected-filter {
  background-color: transparent;
  color: white;
  border-radius: 0 60px 60px 60px;
  border: 1px solid white;
  padding: 2px 7px;
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
  display: flex;
  align-items: center;
  outline: unset;
  white-space: nowrap;
  height: fit-content;
  transition: 0.3s;
}
.programs-single .programs-single-selected-filters .programs-single-selected-filter:hover {
  background-color: white;
  color: black;
}
.programs-single .programs-single-selected-filters .programs-single-view-type {
  background-color: white;
  color: black;
  border-radius: 60px 0 60px 60px;
  border: 1px solid white;
  padding: 2px 7px;
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
  display: flex;
  align-items: center;
  outline: unset;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s;
}
.programs-single .programs-single-selected-filters .programs-single-view-type.is-active {
  background-color: #b6899f;
  color: white;
}
.programs-single .programs-single-selected-filters .programs-single-view-type:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}
.programs-single .programs-single-filter-wrapper {
  display: flex;
  gap: 40px;
}
.programs-single .programs-single-filter-wrapper .archive-programs-single {
  width: 100%;
}
.programs-single .programs-single-filter-wrapper .archive-programs-single .archive-programs-single-list-link {
  text-decoration: none;
  width: 100%;
  border-radius: 50px 0 50px 50px;
  background-color: white;
  display: block;
  position: relative;
}
.programs-single .programs-single-filter-wrapper .archive-programs-single .archive-programs-single-list-link .archive-programs-single-list-thumb {
  width: 250px;
  height: 100%;
  object-fit: cover;
  border-radius: 50px 50px 0 50px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .programs-single .programs-single-filter-wrapper .archive-programs-single .archive-programs-single-list-link .archive-programs-single-list-thumb {
    position: unset;
    width: 100%;
    height: 250px;
    border-radius: 50px 0 50px 50px;
  }
}
.programs-single .programs-single-filter-wrapper .archive-programs-single .archive-programs-single-list-link .archive-programs-single-list-coach {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid white;
  position: absolute;
  left: 215px;
  bottom: 3px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .programs-single .programs-single-filter-wrapper .archive-programs-single .archive-programs-single-list-link .archive-programs-single-list-coach {
    width: 55px;
    height: 55px;
    left: unset;
    bottom: unset;
    right: 30px;
    top: 210px;
  }
}
.programs-single .programs-single-filter-wrapper .archive-programs-single .archive-programs-single-list-link .archive-programs-single-list-content {
  padding: 25px 0 10px 0;
  position: relative;
  left: 240px;
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  .programs-single .programs-single-filter-wrapper .archive-programs-single .archive-programs-single-list-link .archive-programs-single-list-content {
    padding: 20px;
    left: unset;
    width: 100%;
  }
}
.programs-single .programs-single-filter-wrapper .archive-programs-single .archive-programs-single-list-link .archive-programs-single-list-content .archive-programs-single-list-content-item {
  color: #333333;
  font-size: 1rem;
}
.programs-single .programs-single-filter-wrapper .archive-programs-single .archive-programs-single-list-link .archive-programs-single-list-content .archive-programs-single-list-content-hr {
  width: 100%;
  height: 1px;
  background-color: #91a0b8;
  margin: 12px 0 8px 0;
}
.programs-single .programs-single-filter-wrapper .archive-programs-single .archive-programs-single-list-link .archive-programs-single-list-content .archive-programs-single-list-content-button {
  color: #ff9b53;
  font-weight: 600;
  font-size: 1.125rem;
  margin-right: 15px;
  transition: 0.3s;
}
.programs-single .programs-single-filter-wrapper .archive-programs-single .archive-programs-single-list-link:hover {
  background-color: #eaeaea;
}
.programs-single .programs-single-filter-wrapper .archive-programs-single .archive-programs-single-list-link:hover .archive-programs-single-list-content-button {
  color: #91a0b8;
}
.programs-single .programs-single-filter-wrapper .archive-programs-single .archive-programs-single-needed {
  width: 100%;
  padding: 50px 60px;
  background-color: white;
  color: #333333;
  border-bottom-left-radius: 50px;
}
@media screen and (max-width: 767px) {
  .programs-single .programs-single-filter-wrapper .archive-programs-single .archive-programs-single-needed {
    padding: 30px;
  }
}
.programs-single .programs-single-filter-wrapper .archive-programs-single #programs-map {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .programs-single .programs-single-filter-wrapper .archive-programs-single #programs-map {
    height: 600px;
  }
}
@media screen and (max-width: 575px) {
  .programs-single .programs-single-filter-wrapper .archive-programs-single #programs-map {
    height: 500px;
  }
}
.programs-single .programs-single-filter-wrapper .archive-programs-single #programs-map .gm-style .gm-style-iw-c {
  border-radius: 50px;
  padding: 8px !important;
  top: 5px !important;
}
.programs-single .programs-single-filter-wrapper .archive-programs-single #programs-map .gm-style .gm-style-iw-c .gm-style-iw-chr {
  display: none;
}
.programs-single .programs-single-filter-wrapper .archive-programs-single #programs-map .gm-style .gm-style-iw-c img {
  width: 100%;
  aspect-ratio: 16/12;
  object-fit: cover;
  border-radius: 50px 50px 0 0;
  margin-bottom: 15px;
}
.programs-single .programs-single-filter-wrapper .archive-programs-single #programs-map .gm-style-iw-tc:after {
  display: none;
}
.programs-single #openFiltersBtn {
  background-color: transparent;
  padding: 0;
  box-shadow: unset;
  outline: unset;
  color: white;
  border: unset;
  transition: 0.3s;
}
.programs-single #openFiltersBtn:hover {
  color: black;
}
.programs-single .programs-single-filters {
  width: 300px;
}
.programs-single .programs-single-filters label {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 3px;
}
.programs-single .programs-single-filters input:not([type=submit]), .programs-single .programs-single-filters select {
  height: 55px !important;
  width: 100% !important;
  border: 1px solid white !important;
  border-radius: 20px !important;
  background-color: transparent !important;
  font-size: 1.125rem !important;
  color: white !important;
  padding: 15px !important;
}
.programs-single .programs-single-filters input:not([type=submit])::placeholder, .programs-single .programs-single-filters select::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 1.125rem !important;
}
.programs-single .programs-single-filters input:not([type=submit]):focus-visible, .programs-single .programs-single-filters select:focus-visible {
  border: 1px solid white !important;
  outline: none;
}
.programs-single .programs-single-filters select:has(option[value=""]:checked) {
  color: rgba(255, 255, 255, 0.5) !important;
}
.programs-single .programs-single-filters .custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.programs-single .programs-single-filters .custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2rem;
}
.programs-single .programs-single-filters .custom-select select option {
  color: black;
  background-color: white;
  border: unset;
  box-shadow: unset;
  outline: unset;
}
.programs-single .programs-single-filters .custom-select i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: white;
}
.programs-single .programs-single-filters input:not([type=submit]),
.programs-single .programs-single-filters .dropdown-toggle {
  height: 55px !important;
  width: 100% !important;
  border: 1px solid white !important;
  border-radius: 20px !important;
  background-color: transparent !important;
  font-size: 1.125rem !important;
  color: white !important;
  padding: 15px !important;
  text-align: left;
}
.programs-single .programs-single-filters input:not([type=submit]):focus, .programs-single .programs-single-filters input:not([type=submit]):focus-visible,
.programs-single .programs-single-filters .dropdown-toggle:focus,
.programs-single .programs-single-filters .dropdown-toggle:focus-visible {
  border: 1px solid white !important;
  outline: none;
  box-shadow: none;
}
.programs-single .programs-single-filters .dropdown:has(input[type=hidden][value=""]) .dropdown-toggle {
  color: rgba(255, 255, 255, 0.5) !important;
}
.programs-single .programs-single-filters input::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 1.125rem !important;
}
.programs-single .programs-single-filters .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: white;
}
.programs-single .programs-single-filters .dropdown-toggle::after {
  display: none;
}
.programs-single .programs-single-filters .dropdown-toggle i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: white;
}
.programs-single .programs-single-filters .dropdown-toggle.is-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.programs-single .programs-single-filters .dropdown-menu {
  width: 100%;
  border-radius: 20px;
  border: none;
  padding: 0;
  overflow: hidden;
}
.programs-single .programs-single-filters .dropdown-item {
  padding: 12px 15px;
  font-size: 1.125rem;
  color: black;
}
.programs-single .programs-single-filters .dropdown-item:hover, .programs-single .programs-single-filters .dropdown-item:focus {
  background-color: rgba(0, 0, 0, 0.05);
  color: black;
}
.programs-single .programs-single-filters-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 1040;
}
.programs-single .programs-single-filters-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: min(92vw, 420px);
  background: #91a0b8;
  color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: 0.3s;
  z-index: 9999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px 20px;
}
.programs-single .programs-single-filters-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.programs-single .programs-single-filters-drawer.is-open {
  transform: translateX(0);
}
@media (max-width: 991.98px) {
  .programs-single .programs-single-filter-wrapper {
    position: relative;
  }
  .programs-single .programs-single-filters {
    display: none;
  }
}
@media (min-width: 992px) {
  .programs-single .programs-single-filters-overlay,
.programs-single .programs-single-filters-drawer {
    display: none !important;
  }
}
.programs-single #programsSingleFiltersPlaceholder {
  display: none !important;
}
.programs-single .programs-single-filters-drawer-header {
  position: sticky;
  top: 0;
  z-index: 2;
}
.programs-single .btn-close-filters {
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}
.programs-single .btn-close-filters:hover {
  color: black;
}

.single-single-program-header .breadcrumb {
  margin-bottom: 90px;
}
.single-single-program-header .single-single-program-header-img {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 16/14;
  object-fit: cover;
  border-radius: 120px 120px 0 120px;
}
.single-single-program-header .single-single-program-header-deco {
  width: 1017.285px;
  height: 1017.285px;
  transform: rotate(-84.653deg);
  border-radius: 1017px;
  background: linear-gradient(180deg, #91A0B8 0%, rgba(145, 160, 184, 0) 81.25%);
  position: absolute;
  top: -80px;
  left: -525px;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .single-single-program-header .single-single-program-header-deco {
    top: -320px;
    left: -430px;
  }
}
.single-single-program-header .single-single-program-header-summary {
  border-radius: 0 30px 30px 30px;
  background: rgba(145, 160, 184, 0.26);
  width: 100%;
  padding: 25px;
  margin-top: 90px;
}
.single-single-program-header .single-single-program-header-summary .single-single-program-header-summary-wrapper {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .single-single-program-header .single-single-program-header-summary .single-single-program-header-summary-wrapper {
    flex-wrap: wrap;
  }
}
.single-single-program-header .single-single-program-header-summary .single-single-program-header-summary-wrapper .single-single-program-header-summary-item {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .single-single-program-header .single-single-program-header-summary .single-single-program-header-summary-wrapper .single-single-program-header-summary-item {
    min-width: 300px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 700px) {
  .single-single-program-header .single-single-program-header-summary .single-single-program-header-summary-wrapper .single-single-program-header-summary-item {
    min-width: 250px;
  }
}
.single-single-program-header .single-single-program-header-summary .single-single-program-header-summary-wrapper .single-single-program-header-summary-item h6 {
  white-space: nowrap;
}
.single-single-program-header .single-single-program-header-summary .single-single-program-header-summary-wrapper .single-single-program-header-summary-item i {
  text-align: left;
}
.single-single-program-header .single-single-program-header-summary .single-single-program-header-summary-wrapper .single-single-program-header-summary-item .single-single-program-header-summary-item-border {
  width: 1px;
  height: 80px;
  background-color: #91a0b8;
  margin-right: 15px;
}
@media screen and (max-width: 1199px) {
  .single-single-program-header .single-single-program-header-summary .single-single-program-header-summary-wrapper .single-single-program-header-summary-item .single-single-program-header-summary-item-border {
    display: none;
  }
}
.single-single-program-header .single-single-program-header-summary .single-single-program-header-summary-wrapper .single-single-program-header-summary-item .single-single-program-header-summary-coach-img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}
.single-single-program-header .single-single-program-header-summary .single-single-program-header-summary-wrapper .single-single-program-header-summary-item .single-single-program-header-summary-logo {
  border-radius: 0 30px 30px 30px;
  border: 1px solid rgba(145, 160, 184, 0.26);
  background-color: white;
  width: 200px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-single-program-header .single-single-program-header-summary .single-single-program-header-summary-wrapper .single-single-program-header-summary-item .single-single-program-header-summary-logo img {
  width: 130px;
  height: 80px;
  object-fit: contain;
}

.single-single-program-steps {
  background-color: #91a0b8;
}
.single-single-program-steps .single-single-program-step-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 15px;
}
.single-single-program-steps .single-single-program-step-icon i {
  font-size: 26px;
}
.single-single-program-steps .single-single-program-step-line {
  width: 100%;
}
.single-single-program-steps .single-single-program-step-content {
  color: white;
  position: relative;
}
.single-single-program-steps .single-single-program-step-content i {
  font-size: 14px;
}
.single-single-program-steps .single-single-program-step-content .js-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 55px;
  transition: 0.3s;
}
.single-single-program-steps .single-single-program-step-content .js-clamp.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.single-single-program-steps .single-single-program-step-content .step-toggle {
  position: absolute;
  right: 35px;
  bottom: 3px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  color: inherit;
}

.textblock-with-single-image {
  overflow: hidden;
}
.textblock-with-single-image .textblock-with-single-image-img {
  width: 100%;
  max-height: 600px;
  aspect-ratio: 9/16;
  object-fit: cover;
  border-radius: 120px 120px 120px 0;
}
.textblock-with-single-image .textblock-with-single-image-deco {
  width: 575px;
  height: 575px;
  transform: rotate(-72deg);
  border-radius: 575px;
  background: linear-gradient(180deg, #5E907A 0%, rgba(94, 144, 122, 0) 81.25%);
  position: absolute;
  top: -140px;
  left: -275px;
}
@media screen and (max-width: 767px) {
  .textblock-with-single-image .textblock-with-single-image-deco {
    width: 500px;
    height: 500px;
    top: -110px;
    left: -310px;
  }
}
.textblock-with-single-image .textblock-with-single-image-deco-mirrored {
  width: 575px;
  height: 575px;
  transform: rotate(80deg);
  border-radius: 575px;
  background: linear-gradient(180deg, #5E907A 0%, rgba(182, 137, 159, 0) 81.25%);
  position: absolute;
  top: -135px;
  right: -275px;
}
@media screen and (max-width: 767px) {
  .textblock-with-single-image .textblock-with-single-image-deco-mirrored {
    width: 500px;
    height: 500px;
    top: -110px;
    right: -310px;
  }
}
.textblock-with-single-image.section-sm-top .textblock-with-single-image-deco {
  top: -100px;
}
@media screen and (max-width: 767px) {
  .textblock-with-single-image.section-sm-top .textblock-with-single-image-deco {
    top: -70px;
  }
}
.textblock-with-single-image.section-sm-top .textblock-with-single-image-deco-mirrored {
  top: -90px;
}
@media screen and (max-width: 767px) {
  .textblock-with-single-image.section-sm-top .textblock-with-single-image-deco-mirrored {
    top: -70px;
  }
}

.textblock-with-double-image {
  overflow: hidden;
}
.textblock-with-double-image .textblock-with-double-image-first-img {
  width: 100%;
  max-width: 250px;
  height: 375px;
  object-fit: cover;
  border-radius: 120px 120px 0 120px;
}
.textblock-with-double-image .textblock-with-double-image-second-img {
  width: 100%;
  max-width: 250px;
  height: 540px;
  object-fit: cover;
  border-radius: 120px 120px 0 120px;
}
.textblock-with-double-image .textblock-with-double-image-deco {
  width: 575px;
  height: 575px;
  transform: rotate(-72deg);
  border-radius: 575px;
  background: linear-gradient(180deg, #B6899F 0%, rgba(182, 137, 159, 0) 81.25%);
  position: absolute;
  top: -135px;
  left: -275px;
}
@media screen and (max-width: 767px) {
  .textblock-with-double-image .textblock-with-double-image-deco {
    width: 500px;
    height: 500px;
    top: -110px;
    left: -310px;
  }
}
.textblock-with-double-image .textblock-with-double-image-deco-mirrored {
  width: 575px;
  height: 575px;
  transform: rotate(80deg);
  border-radius: 575px;
  background: linear-gradient(180deg, #B6899F 0%, rgba(182, 137, 159, 0) 81.25%);
  position: absolute;
  top: -135px;
  right: -275px;
}
@media screen and (max-width: 767px) {
  .textblock-with-double-image .textblock-with-double-image-deco-mirrored {
    width: 500px;
    height: 500px;
    top: -110px;
    right: -310px;
  }
}
.textblock-with-double-image.section-sm-top .textblock-with-double-image-deco {
  top: -100px;
}
@media screen and (max-width: 767px) {
  .textblock-with-double-image.section-sm-top .textblock-with-double-image-deco {
    top: -70px;
  }
}
.textblock-with-double-image.section-sm-top .textblock-with-double-image-deco-mirrored {
  top: -90px;
}
@media screen and (max-width: 767px) {
  .textblock-with-double-image.section-sm-top .textblock-with-double-image-deco-mirrored {
    top: -70px;
  }
}

.cta {
  margin-bottom: -55px;
}
.cta .cta-img {
  width: 100%;
  aspect-ratio: 16/6;
  object-fit: cover;
  min-height: 250px;
  border-top-right-radius: 50px;
}
.cta .cta-content {
  background-color: #384e41;
  color: white;
  border-radius: 0 50px 50px 50px;
  padding: 40px 75px;
  text-align: center;
  position: relative;
  top: -55px;
}
@media screen and (max-width: 575px) {
  .cta .cta-content {
    padding: 25px;
  }
}
.cta .cta-content h3 {
  max-width: 800px;
  margin: auto;
}

.textblock-with-video .video-block {
  aspect-ratio: 16/10;
  max-width: unset;
  background: unset;
  width: 100%;
  border: unset;
}
.textblock-with-video img {
  border-radius: 120px 120px 0 120px;
}
.textblock-with-video .embed-container {
  border-radius: 50px 50px 0 50px;
}
.textblock-with-video .play-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 50%;
  color: white;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  transition: 0.3s;
}
.textblock-with-video .play-button:hover i {
  transform: rotate(360deg);
}
.textblock-with-video .play-button i {
  font-size: 22px;
  color: #91a0b8;
  transition: 0.3s;
}

.single-single-program-coach {
  background-color: #91a0b8;
}
.single-single-program-coach .single-single-program-coach-quote {
  width: 100%;
  background-color: white;
  margin-bottom: 30px;
  border-radius: 50px 50px 0 50px;
  padding: 55px;
}
@media screen and (max-width: 767px) {
  .single-single-program-coach .single-single-program-coach-quote {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .single-single-program-coach .single-single-program-coach-quote {
    border-radius: 20px 20px 0 20px;
    padding: 25px;
  }
}
.single-single-program-coach .single-single-program-coach-quote .single-single-program-coach-img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .single-single-program-coach .single-single-program-coach-quote .single-single-program-coach-img {
    width: 50px;
    height: 50px;
  }
}
.single-single-program-coach .single-single-program-coach-quote .h3-4 {
  font-style: italic;
}
.single-single-program-coach .single-single-program-coach-quote .btn {
  font-weight: 400 !important;
}
.single-single-program-coach .single-single-program-coach-quote .single-single-program-coach-quote-icon {
  color: #9cb891;
  position: absolute;
  top: -5px;
  left: 65px;
}
@media screen and (max-width: 575px) {
  .single-single-program-coach .single-single-program-coach-quote .single-single-program-coach-quote-icon {
    top: -10px;
    left: 32px;
  }
}
.single-single-program-coach .single-single-program-coach-quote .single-single-program-coach-quote-icon i {
  display: unset;
}
.single-single-program-coach .single-single-program-coach-info {
  width: 100%;
  background-color: white;
  border-radius: 50px 50px 0 50px;
  padding: 55px;
}
@media screen and (max-width: 767px) {
  .single-single-program-coach .single-single-program-coach-info {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .single-single-program-coach .single-single-program-coach-info {
    border-radius: 20px 20px 0 20px;
    padding: 25px;
  }
}

.single-single-program-form .single-single-program-form-form {
  background-color: #384e41;
  color: white;
  border-radius: 3px 30px 30px 30px;
  padding: 70px;
}
@media screen and (max-width: 767px) {
  .single-single-program-form .single-single-program-form-form {
    padding: 45px;
  }
}
@media screen and (max-width: 575px) {
  .single-single-program-form .single-single-program-form-form {
    padding: 30px;
  }
}
.single-single-program-form .single-single-program-form-form .single-single-program-form-coach-img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .single-single-program-form .single-single-program-form-form .single-single-program-form-coach-img {
    width: 50px;
    height: 50px;
  }
}
.single-single-program-form .single-single-program-form-form .single-single-program-form-coach-quote-icon {
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -5px;
  left: 65px;
}
@media screen and (max-width: 575px) {
  .single-single-program-form .single-single-program-form-form .single-single-program-form-coach-quote-icon {
    top: -10px;
    left: 32px;
  }
}
.single-single-program-form .single-single-program-form-form .single-single-program-form-coach-quote-icon i {
  display: unset;
}

.toggle-list .toggle-list-item {
  position: relative;
  border: 0;
}
.toggle-list .toggle-list-item:not(:last-child) {
  margin-bottom: 12px;
}
.toggle-list .toggle-list-item .toggle-btn {
  padding: 15px 70px 15px 20px;
  display: flex !important;
  align-items: center;
  color: #333333;
  border: 0;
  border-radius: 0 50px 50px 30px;
  background: #ebe4de;
  position: relative;
  transition: 0.3s;
}
.toggle-list .toggle-list-item .toggle-btn:hover {
  background: #b89191;
}
.toggle-list .toggle-list-item .toggle-btn.collapsed .icon-plus {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
.toggle-list .toggle-list-item .toggle-btn.collapsed .icon-minus {
  opacity: 0;
  transform: rotate(-90deg) scale(0.8);
}
.toggle-list .toggle-list-item .toggle-btn:not(.collapsed) .icon-plus {
  opacity: 0;
  transform: rotate(90deg) scale(0.8);
}
.toggle-list .toggle-list-item .toggle-btn:not(.collapsed) .icon-minus {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
.toggle-list .toggle-list-item .toggle-btn .toggle-list-item-icon {
  background-color: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toggle-list .toggle-list-item .toggle-btn .toggle-list-item-icon i {
  position: absolute;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.toggle-list .toggle-list-item .toggle-btn[aria-expanded=true] .toggle-list-item-minus {
  opacity: 0;
}
.toggle-list .toggle-list-item .toggle-btn[aria-expanded=true] .toggle-list-item-plus {
  transform: rotate(0deg);
}
.toggle-list .toggle-list-item .toggle-list-text {
  padding: 10px 20px;
}

.subscriptions .subscription {
  color: #333333;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  padding: 22px 30px;
  height: 100%;
}
.subscriptions .subscription.first-bg, .subscriptions .subscription.second-bg, .subscriptions .subscription.third-bg {
  color: white;
}
.subscriptions .subscription .subscription-hr {
  opacity: 1;
  border-top: 1px solid #e4e4e4;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
}
.subscriptions .subscription .subscription-i {
  font-size: 18px;
  flex-shrink: 0;
}

.ebooks .ebook {
  color: #333333;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  padding: 30px;
  height: 100%;
}
.ebooks .ebook .ebook-img {
  width: 260px;
  height: 220px;
  object-fit: contain;
}

.form-section {
  color: white;
  border-radius: 50px;
  padding: 30px;
}

.nf-form-cont .nf-form-fields-required, .nf-form-cont .nf-form-title, .nf-form-cont .ninja-forms-req-symbol {
  display: none;
}
.nf-form-cont label {
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: white !important;
  margin-bottom: 2px !important;
}
.nf-form-cont input:not([type=submit]), .nf-form-cont textarea, .nf-form-cont select {
  border: 0 !important;
  border-radius: 20px !important;
  background-color: white !important;
  font-size: 1.125rem !important;
  color: #333333 !important;
  padding: 15px 20px !important;
  position: relative !important;
  appearance: unset !important;
}
.nf-form-cont input:not([type=submit])::placeholder, .nf-form-cont textarea::placeholder, .nf-form-cont select::placeholder {
  color: rgba(51, 51, 51, 0.6);
  letter-spacing: 0.0625rem;
  font-size: 1.125rem !important;
}
.nf-form-cont input:not([type=submit]):focus-visible, .nf-form-cont textarea:focus-visible, .nf-form-cont select:focus-visible {
  border: 1px solid gray !important;
  outline: none;
}
.nf-form-cont textarea {
  height: 100px !important;
}
.nf-form-cont select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 20px !important;
  height: unset !important;
}
.nf-form-cont .checkbox-wrap .nf-field-label label::after {
  background: white !important;
  border-radius: 5px !important;
}
.nf-form-cont .nf-row:last-child .nf-cell {
  width: unset !important;
}
.nf-form-cont .nf-row:last-child .nf-field-container {
  margin-bottom: 10px !important;
}
.nf-form-cont .custom-select:after {
  content: "\f175";
  font-family: "Font Awesome 7 Pro";
  position: absolute;
  right: 10px;
  bottom: 12px;
  z-index: 9;
  color: #333333;
  pointer-events: none;
}
.nf-form-cont .list-select-wrap > div div::after {
  content: unset !important;
}
.nf-form-cont .list-select-wrap .nf-field-element > div {
  background: unset !important;
  border: unset !important;
}

.coaches .coaches-filter label {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 3px;
}
.coaches .coaches-filter input:not([type=submit]),
.coaches .coaches-filter .dropdown-toggle {
  height: 55px !important;
  width: 250px !important;
  border: 1px solid #91a0b8 !important;
  border-radius: 20px !important;
  background-color: transparent !important;
  font-size: 1.125rem !important;
  color: #91a0b8 !important;
  padding: 15px !important;
  text-align: left;
}
.coaches .coaches-filter input:not([type=submit]):focus, .coaches .coaches-filter input:not([type=submit]):focus-visible,
.coaches .coaches-filter .dropdown-toggle:focus,
.coaches .coaches-filter .dropdown-toggle:focus-visible {
  border: 1px solid #91a0b8 !important;
  outline: none;
  box-shadow: none;
}
.coaches .coaches-filter .dropdown:has(input[type=hidden][value=""]) .dropdown-toggle {
  color: #91a0b8 !important;
}
.coaches .coaches-filter input::placeholder {
  color: #91a0b8 !important;
  font-size: 1.125rem !important;
}
.coaches .coaches-filter .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #91a0b8;
}
.coaches .coaches-filter .dropdown-toggle::after {
  display: none;
}
.coaches .coaches-filter .dropdown-toggle i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #91a0b8;
}
.coaches .coaches-filter .dropdown-toggle.is-placeholder {
  color: #91a0b8 !important;
}
.coaches .coaches-filter .dropdown-menu {
  width: 100%;
  border-radius: 20px;
  border: none;
  padding: 0;
  overflow: hidden;
}
.coaches .coaches-filter .dropdown-item {
  padding: 12px 15px;
  font-size: 1.125rem;
  color: black;
}
.coaches .coaches-filter .dropdown-item:hover, .coaches .coaches-filter .dropdown-item:focus {
  background-color: rgba(0, 0, 0, 0.05);
  color: black;
}
.coaches .coaches-link {
  text-decoration: none;
}
.coaches .coaches-link .coaches-img-wrapper {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.coaches .coaches-link .coaches-img-wrapper .coaches-img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: 0.3s;
}
.coaches .coaches-link:hover .coaches-img-wrapper .coaches-img {
  transform: scale(1.075);
}

.single-coach-header .breadcrumb {
  margin-bottom: 90px;
}
.single-coach-header .single-coach-header-img {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 16/14;
  object-fit: cover;
  border-radius: 120px 120px 0 120px;
}
.single-coach-header .single-coach-header-deco {
  width: 1017.285px;
  height: 1017.285px;
  transform: rotate(-84.653deg);
  border-radius: 1017px;
  background: linear-gradient(180deg, #7D6185 0%, rgba(125, 97, 133, 0) 81.25%);
  position: absolute;
  top: -80px;
  left: -525px;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .single-coach-header .single-coach-header-deco {
    top: -320px;
    left: -430px;
  }
}
.single-coach-header .single-coach-header-row {
  padding: 125px 0;
}
.single-coach-header .single-coach-header-specialties {
  border-radius: 0 30px 30px 30px;
  background: rgba(184, 145, 145, 0.2);
  text-align: center;
  padding: 30px;
}
.single-coach-header .single-coach-header-specialties .single-coach-header-specialty {
  white-space: nowrap;
  background-color: #b89191;
  color: white;
  padding: 5px 12px;
  border-radius: 0 60px 60px 50px;
}

.owl-gallery .owl-stage {
  display: flex;
  align-items: center;
  min-height: 325px;
}
.owl-gallery .owl-stage .owl-item .item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 50px 50px 0 50px;
  transition: 0.3s;
}
.owl-gallery .owl-stage .owl-item.center .item img {
  height: 325px;
}
.owl-gallery .owl-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.owl-gallery .owl-nav button {
  color: #91a0b8 !important;
  font-size: 1.25rem !important;
  background-color: white !important;
  border-radius: 50%;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -25px;
  transition: 0.3s;
}
.owl-gallery .owl-nav button:hover {
  background-color: #91a0b8 !important;
  color: #333333 !important;
}

.single-coach-more-info {
  background-color: #7d6185;
}
.single-coach-more-info .single-coach-tabs .nav-link {
  color: white;
  background-color: unset;
  border: unset;
  text-align: left;
  border-bottom: 1px solid white;
  min-width: 350px;
  font-weight: 600;
  padding: 18px;
  transition: 0.3s;
}
.single-coach-more-info .single-coach-tabs .nav-link.active {
  color: #7d6185;
  background-color: white;
}
.single-coach-more-info .single-coach-tabs .nav-link:hover {
  color: #7d6185;
  background-color: white;
}
.single-coach-more-info .single-coach-tabs .nav-link:after {
  content: "\f178";
  font-family: "Font Awesome 7 Pro";
  font-weight: 400;
  display: inline-block;
  position: absolute;
  right: 12px;
}
.single-coach-more-info .single-coach-tabs .tab-content {
  background-color: #ffffff;
  border-radius: 0 50px 50px 50px;
  padding: 55px 45px;
  width: 100%;
}
.single-coach-more-info .single-coach-tabs .toggle-list-item {
  border: 1px solid white !important;
}

.single-coach-quote .single-coach-quote-coach-img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .single-coach-quote .single-coach-quote-coach-img {
    width: 50px;
    height: 50px;
  }
}
.single-coach-quote .h3-4 {
  font-style: italic;
}
.single-coach-quote .single-coach-quote-icon {
  color: #9cb891;
  position: absolute;
  top: -5px;
  left: 65px;
}
@media screen and (max-width: 575px) {
  .single-coach-quote .single-coach-quote-icon {
    top: -10px;
    left: 32px;
  }
}
.single-coach-quote .single-coach-quote-icon i {
  display: unset;
}

.single-coach-programs {
  background-color: #ebe4de;
}
.single-coach-programs .single-coach-programs-link {
  text-decoration: none;
  width: 100%;
  border-radius: 50px 0 50px 50px;
  background-color: white;
  display: block;
  position: relative;
}
.single-coach-programs .single-coach-programs-link .single-coach-programs-thumb {
  width: 250px;
  height: 100%;
  object-fit: cover;
  border-radius: 50px 50px 0 50px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .single-coach-programs .single-coach-programs-link .single-coach-programs-thumb {
    position: unset;
    width: 100%;
    height: 250px;
    border-radius: 50px 0 50px 50px;
  }
}
.single-coach-programs .single-coach-programs-link .single-coach-programs-coach {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid white;
  position: absolute;
  left: 215px;
  bottom: 3px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .single-coach-programs .single-coach-programs-link .single-coach-programs-coach {
    width: 55px;
    height: 55px;
    left: unset;
    bottom: unset;
    right: 30px;
    top: 210px;
  }
}
.single-coach-programs .single-coach-programs-link .single-coach-programs-content {
  padding: 25px 0 5px 0;
  position: relative;
  left: 240px;
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  .single-coach-programs .single-coach-programs-link .single-coach-programs-content {
    padding: 20px;
    left: unset;
    width: 100%;
  }
}
.single-coach-programs .single-coach-programs-link .single-coach-programs-content .single-coach-programs-content-item {
  color: #333333;
  font-size: 1rem;
}
.single-coach-programs .single-coach-programs-link .single-coach-programs-content .single-coach-programs-content-hr {
  width: 100%;
  height: 1px;
  background-color: #91a0b8;
  margin: 12px 0 8px 0;
}
.single-coach-programs .single-coach-programs-link .single-coach-programs-content .single-coach-programs-content-button {
  color: #ff9b53;
  font-weight: 600;
  font-size: 1.125rem;
  transition: 0.3s;
}
.single-coach-programs .single-coach-programs-link:hover {
  background-color: #eaeaea;
}
.single-coach-programs .single-coach-programs-link:hover .single-coach-programs-content-button {
  color: #91a0b8;
}

.single-coach-programs-form .single-coach-programs-form-form {
  background-color: #384e41;
  color: white;
  border-radius: 3px 30px 30px 30px;
  padding: 70px;
}
@media screen and (max-width: 767px) {
  .single-coach-programs-form .single-coach-programs-form-form {
    padding: 45px;
  }
}
@media screen and (max-width: 575px) {
  .single-coach-programs-form .single-coach-programs-form-form {
    padding: 30px;
  }
}

.blogs .blog-item {
  display: block;
  position: relative;
  height: 100%;
  text-decoration: unset;
}
.blogs .blog-item .blog-item-img-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 260px;
  border-radius: 50px 0 0 0;
}
@media screen and (max-width: 767px) {
  .blogs .blog-item .blog-item-img-container {
    height: 220px;
  }
}
.blogs .blog-item .blog-item-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.blogs .blog-item .blog-item-content {
  background-color: white;
  border: 1px solid #efefef;
  border-radius: 0 0 50px 50px;
  padding: 30px;
  position: relative;
  top: -1px;
  height: calc(100% - 260px);
}
@media screen and (max-width: 767px) {
  .blogs .blog-item .blog-item-content {
    padding: 20px;
    height: calc(100% - 220px);
  }
}
.blogs .blog-item:hover .blog-item-img-container img {
  transform: scale(1.075);
}

.single-blog-header .single-blog-header-thumbnail {
  width: 100%;
  aspect-ratio: 7/3;
  object-fit: cover;
  border-radius: 50px 0 0 0;
}
@media screen and (max-width: 575px) {
  .single-blog-header .single-blog-header-thumbnail {
    aspect-ratio: unset;
    height: 300px;
  }
}

.single-blog {
  position: relative;
}
.single-blog .single-blog-content {
  position: relative;
  padding-top: 70px;
  margin-top: -90px;
  border-top-left-radius: 50px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .single-blog .single-blog-content {
    padding-top: 45px;
    border-top-left-radius: 20px;
  }
}
.single-blog .single-blog-content h2, .single-blog .single-blog-content h3, .single-blog .single-blog-content h4 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 1.7rem 0;
}

.wp-block-image {
  margin: 40px 0;
}
.wp-block-image img {
  border-radius: 50px 0 0 0;
}

.wp-block-embed.is-type-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 50px 0 0 0;
}

.pagination {
  margin: 25px 0 0 0;
  padding: 0;
  justify-content: center;
  box-shadow: unset;
  z-index: 0;
  gap: 25px;
}
.pagination .nav-links {
  display: flex;
}
.pagination .page-numbers {
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 0;
  border: unset;
}
@media screen and (min-width: 576px) {
  .pagination .page-numbers {
    height: 50px;
  }
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: 50px;
  height: 50px;
  color: #333333;
  border-radius: 50%;
  background-color: #ebe4de;
  font-size: 14px;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background-color: #7d6185;
  color: white;
  text-decoration: none;
}
.pagination .page-numbers.dots {
  width: auto;
  margin: 0 0.2rem;
  align-items: end;
  border: unset;
  background-color: unset;
}
.pagination .page-numbers.dots:hover {
  color: inherit;
  background-color: unset;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus-visible, .pagination .page-numbers:focus {
  color: #91a0b8;
  text-decoration: underline;
}
.pagination .page-numbers.current {
  color: #91a0b8;
  text-decoration: underline;
}

.textblock-with-usps {
  background-color: #91a0b8;
  color: white;
}
.textblock-with-usps i {
  font-size: 36px;
}

.testimonials .testimonials-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.page-template-aanbod .breadcrumb-item {
  color: white !important;
}
.page-template-aanbod .breadcrumb-item a {
  color: white !important;
}
.page-template-aanbod .breadcrumb-item a i {
  color: white !important;
}
.page-template-aanbod .breadcrumb-item + .breadcrumb-item:before {
  color: white !important;
}

.contact-header {
  background-color: #ebe4de;
}
.contact-header .breadcrumb {
  margin-bottom: 90px;
}

.contact-form {
  background-color: #384e41;
  color: white;
  border-radius: 3px 30px 30px 30px;
  padding: 70px;
  position: relative;
  margin-top: -75px;
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding: 45px;
  }
}
@media screen and (max-width: 575px) {
  .contact-form {
    padding: 30px;
  }
}

/* FOOTER */
.footer {
  padding: 100px 0;
  background-color: #ebe4de;
}
.footer footer .footer-partners img {
  height: 40px;
  max-width: 90px;
  object-fit: contain;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.footer footer .footer-partners img:hover {
  transform: scale(1.075);
}
.footer footer .footer-partners a:hover {
  text-decoration: none;
}
.footer footer a {
  color: #333333;
  text-decoration: none;
}
.footer footer a:hover {
  color: inherit;
  text-decoration: underline;
}
.footer footer .review-button {
  position: relative;
}
.footer footer .review-button .ti-fade-container .ti-mob-row .nowrap {
  position: absolute;
  left: 25px;
  top: 25px;
}

.footerbar {
  padding: 15px 0;
  background-color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
}
.footerbar .navbar-brand-footer img {
  width: 110px;
}
.footerbar a {
  color: #333333;
  text-decoration: underline;
}
.footerbar a:hover {
  color: #ff9b53;
}

.socials li:not(:last-child) {
  margin-right: 10px;
}
.socials li a {
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
}
.socials li a:hover {
  color: #ff9b53;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  section {
    padding: 135px 0;
  }
  section.section-sm {
    padding: 90px 0;
  }
  section.section-sm-top {
    padding-top: 90px;
  }
  section.section-sm-bottom {
    padding-bottom: 90px;
  }

  h1, .h1 {
    font-size: 3.25rem;
    line-height: 4rem;
  }

  h2, .h2 {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }

  h3, .h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.8rem;
  }
}

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