@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400..700&display=swap');

/*** MISC ***/
* {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
html {
  font-size: 16px; }
html.hide-overflow,
body.hide-overflow {
  position: relative;
  height: 100%;
  overflow-y: hidden; }
body {
  color: #FFF;
  background-color: #21293E; }
p {
  margin-bottom: 1.15rem;
  line-height: 1.6; }
a {
  color: #FFF;
  text-decoration: underline; }
a:hover,
a:focus {
  color: #FFF;
  text-decoration: none; }
p, body, .btn, button,
.schedule h2, footer h3  {
  font-family: "mundial", sans-serif; }
h1, h2, h3, .animated-message .msg, .menu-slider .swiper-wrapper .box .text,
.navbar-nav .nav-item .nav-link {
  font-family: "Reem Kufi", sans-serif; }
.btn, button {
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: 0;
  outline-offset: 0;
  cursor: pointer;  
  text-align: center;
  color: #FFF;
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  border-radius: 60px;
  background:  #F36519;
  display: inline-block;
  text-decoration: none;
  padding: 0.65rem 1.15rem 0.85rem 1.15rem; }
.btn:hover, button:hover,
.btn:focus, button:focus,
:not(.btn-check)+.btn:hover,
.btn:active, button:active,
.btn:active, button:active,
:not(.btn-check)+.btn:active{
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  scale: 1.1;
  color: #fff!important;
  background-color: #F36519!important; }
.btn.blue, button.blue {
  color: #fff;
  background-color: #21293E; }
.btn.blue:hover, button.blue:hover,
.btn.blue:focus, button.blue:focus,
:not(.btn-check)+.btn.blue:hover,
.btn.blue:active, button.blue:active,
.btn.blue:active, button.blue:active,
:not(.btn-check)+.btn.blue:active{
  color: #fff!important;
  background-color: #21293E!important; }
.btn.transparent, button.transparent {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff; }
.btn.transparent:hover, button.transparent:hover,
.btn.transparent:focus, button.transparent:focus,
:not(.btn-check)+.btn.transparent:hover,
.btn.transparent:active, button.transparent:active,
.btn.transparent:active, button.transparent:active,
:not(.btn-check)+.btn.transparent:active{
  color: #FFF!important;
  background-color: transparent!important;
  border: 2px solid #fff!important; }
.container {
  padding-left: 15px;
  padding-right: 15px; }
.icon-cursor {
  z-index: 9999;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  color: #FFF;
  text-align: center;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height:60px;
  cursor: none;
  pointer-events: none;
  position: absolute;
  margin: -40px 0 0 -40px; }
.blue-cursor {
  background: rgba(24, 178, 188, 0.60);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px); }
.orange-cursor {
  background: rgba(243, 101, 25, 0.60);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px); }
.py-content {
  padding-top: 60px;
  padding-bottom: 60px; }
.my-content {
  margin-top: 60px;
  margin-bottom: 60px; }
.py-content-small {
  padding-top: 50px;
  padding-bottom: 50px; }
.my-content-small {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px; }
.my-content .abs {
  z-index: -1;
  position: absolute;
  inset: 0;
  contain: paint; }
.py-15 {
  padding-top: 10px;
  padding-bottom: 10px; }
.mt-20 {
  margin-top: 10px; }
.mt-35 {
  margin-top: 15px; }
.mt-40 {
  margin-top: 20px; }
.mt-60 {
  margin-top: 25px; }
.mt-80 {
  margin-top: 30px; }
.mt-110 {
  margin-top: 30px; }
.mb-160 {
  margin-bottom: 50px; }
.zindex1 {
  z-index: 1; }
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
img {
  max-width: 100%; }
header {
  position: absolute; 
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }
header.open {
  z-index: 999;
  height: 100%; }
header .navbar {
  -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
  padding: 43px 0px; }
header.open .navbar {
  z-index: 0; }
header .navbar-brand {
  position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  margin: 0; }
header .navbar-brand img,
footer .logo img  {
  width: 68px;
  height: 107.36px; }
header .buttons .btn {
  margin-left: 10px; }
header .menu-logo {
  display: none;
  top: -100%;
  right: 23%;
  position: absolute;
  transition: all 0.75s cubic-bezier(0.15, 0, 0, 1.15);
  transition-delay: 0.25s; }
header.open .menu-logo {
  top: 50%;
  transform: translateY(-50%); }

/*** NAV ***/
.navbar-collapse {
  display: block !important;
  position: fixed;
  top: 0;
  left: -100vw;
  height: 100vh;
  width: 100vw;
  padding: 125px 30px 30px 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgb(33, 41, 62, 0.75); }
.navbar-collapse:before {
  content: '';
  inset: 0;
  z-index: -1;
  position: absolute;
  width: 100%;
  background-color: #FFF; }
.navbar-collapse.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
  left: 0;
  width: 100%;
  overflow: auto; }
.navbar-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;  
  height: 13px;
  padding: 0;
  border: 0!important;
  background-color: transparent!important;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
.navbar-toggler strong {
  display: none;
  margin-left: 30px; }
header.open .navbar-toggler strong {
  display: none; }
.navbar-toggler:focus,
.navbar-toggler:hover {
  scale: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent!important;
  border: 0!important;
  outline: 0!important; }
.navbar-toggler:before,
.navbar-toggler:after {
  display: none; }
.navbar-toggler div {
  width: 40px; }
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  width: 40px;
  background-color: #FFF;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
.navbar-toggler span:nth-child(1) {
  top: 0px; }
.navbar-toggler span:nth-child(2) {
  top: 10px; }
.navbar-toggler:hover span:nth-child(1),
.navbar-toggler:hover span:nth-child(2) {
  top: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
.navbar-toggler:hover span:nth-child(2) {
  left: 10px; }
.navbar-toggler.open {
  border: 0!important;
  z-index: 99999; }
.navbar-toggler.open span:nth-child(1)  {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
.navbar-toggler.open span:nth-child(2) {
  top: 8px;
  left: auto;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
.navbar-nav .nav-item {
  line-height: 1; }
.navbar-nav .nav-item .nav-link {
  color: #18B2BC; 
  font-size: 2.2rem;
  font-weight: bold;
  word-spacing: 0.5rem;
  line-height: 100%;
  text-transform: uppercase;
  padding: 15px 0;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link.active {
  color: #F36519;  }
.navbar-toggler.open span {
  background-color: #000; }


/*** BREADCRUMBS ***/
.left-breadcrumb {
  min-height: 100vh;
  position: absolute;
  z-index: 10;
  top: 50%;
  height: 100%;
  -webkit-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl; }
.breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; 
  margin: 0;
  padding: 0; }
.breadcrumb-item+.breadcrumb-item::before {
  color: #FFF;
  text-align: center;
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9;
  padding: 0;
  margin-bottom: 8px; }
.breadcrumb,
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  color: #FFF;
  text-align: center;
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9; 
  padding: 0; }
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  padding: 3px 0; }

/*** HERO ***/
.hero {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 50px 0; }
.ptcb {
  padding-top: 60px; }
.hero:before {
  content: '';
  z-index: 2;
  background: -o-linear-gradient(top, rgba(33, 41, 62, 0.50) 0%, #21293E 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 41, 62, 0.50)), to(#21293E));
  background: linear-gradient(180deg, rgba(33, 41, 62, 0.50) 0%, #21293E 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.play-animate {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(24, 178, 188, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 9;
  cursor: pointer;
  position: absolute;
  bottom: 25px;
  right: 25px; }
.play-animate:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  -webkit-animation: rotate-play-btn 7.5s linear infinite;
  animation: rotate-play-btn 7.5s linear infinite;
  background-image: url('../images/play-head-text.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.play-animate:after {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/cursor-play.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px; }
.headerVideoModal .modal-fullscreen .modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
@-webkit-keyframes rotate-play-btn {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-play-btn {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.hero .scroll {
  z-index: 10;
  text-align: center;
  text-decoration: none;
  left: 50%;
  display: inline-block;
  bottom: 50px;
  opacity: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
a.scroll {
  -webkit-animation: bounce2 4s ease infinite;
          animation: bounce2 4s ease infinite;
  display: inline-block; }
@-webkit-keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
  40% {-webkit-transform: translateY(-25px);transform: translateY(-25px);}
  60% {-webkit-transform: translateY(-15px);transform: translateY(-15px);}
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
  40% {-webkit-transform: translateY(-25px);transform: translateY(-25px);}
  60% {-webkit-transform: translateY(-15px);transform: translateY(-15px);}
}
.hero iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.hero .cont-box {
  z-index: 4;
  position: relative; }

/*** HOME ***/
.head-gallery-bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-57%);
      -ms-transform: translateY(-57%);
          transform: translateY(-57%);
  z-index: 2;
  width: 20%;
  right: 0;
  text-align: right; }
.head-gallery-bg img {
  width: 100%; }
ul.gallery-list {
  list-style-type: none;
  column-count: 3;
  column-gap: 25px;
  margin: 0;
  padding: 0; }
ul.gallery-list li {
  break-inside: avoid;
  margin-bottom: 25px; }
ul.gallery-list li img {
  width: 100%;
  height: auto;
  display: block; }
.swiper-slide {
  cursor: pointer; }
.head-gallery {
  z-index: 3; }
.head-gallery .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.head-gallery .swiper-wrapper img {
  border-radius: 15px; }
.pswp__button, .pswp__button:hover, .pswp__button:focus,
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right, .pswp__ui--idle .pswp__button--arrow--left:hover, .pswp__ui--idle .pswp__button--arrow--right:hover {
  opacity: 1!important; 
  padding: 0!important; 
  background-color: transparent!important;
  border: 0!important; }
.pswp__button--arrow--left, .pswp__button--arrow--right, pswp__button:before {
  width: 30px!important;
  height: 30px!important; }
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right,
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before,
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  opacity: 1!important;
  padding: 0!important; 
  background-color: transparent!important;
  width: 30px;
  height: 30px; }
.pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.pswp__button--arrow--right {
  right: 6%!important; }
.pswp__button--arrow--left {
  left: 6%!important; }
.pswp--svg .pswp__button--arrow--left:before {
  background-image: url('../images/pswp-prev.svg')!important; }
.pswp--svg .pswp__button--arrow--right:before {
  background-image: url('../images/pswp-next.svg')!important; }
.pswp--svg .pswp__button:hover {
  scale: none; }
.pswp--open img {
  border-radius: 15px; }
.menu-slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.menu-slider .swiper-wrapper .box {
  display: block;
  text-decoration: none;
  position: relative; }
.menu-slider .swiper-wrapper .box img {
  border-radius: 15px; }
.menu-slider .swiper-wrapper .box .text {
  color:  #FFF;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  min-width: 170px;
  border-radius: 15px;
  padding: 15px; }
.menu-slider .swiper-wrapper .box .text:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 15px;
  background:  #18B2BC;
  mix-blend-mode: multiply; }
.menu-slider .swiper-wrapper .box .text div {
  position: relative;
  z-index: 2; }
.modal.modal-gallery,
.pswp__bg {
  background: rgba(33, 41, 62, 0.9)!important; }
.modal-gallery .modal-content {
  background-color: transparent; }
.modal-gallery .modal-dialog {
  height: 100%; }
.modal-gallery .modal-dialog-scrollable .modal-body {
  padding: 60px 20px; }
.modal-gallery .btn-close,
.headerVideoModal .btn-close {
  z-index: 9;
  width: 30px;
  height: 30px;
  background-image: url('../images/close.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 1;
  border-radius: 50%; }
.modal-gallery .btn-close:hover,
.modal-gallery .btn-close:focus,
.headerVideoModal .btn-close:hover,
.headerVideoModal .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  scale: none; }
.modal-gallery img {
  border-radius: 15px; }
.mf-cursor-media {
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px; }

/*** 404 ***/
body.e404 {
  background-color: #21293E; }
body.e404 h1 {
  color: #FFF;
  font-size: 3.5rem;
  margin: 2rem 0; }
body.e404 p,
body.e404 a {
  color: #FFF; }
body.e404 a:hover,
body.e404 a:focus {
  color: #FFF; }
.fill-viewport {
  height: 100vh; }

/*** CONTENT ***/
h1 {
  color: #FFF;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  word-spacing: 1rem;
  letter-spacing: -3px;
  text-transform: uppercase; 
  margin-bottom: 15px; }
h2 {
  color:  #FFF;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  word-spacing: 1rem;
  letter-spacing: -3px;
  text-transform: uppercase; 
  margin-bottom: 15px; }
.bg-classes {
  background: -o-linear-gradient(top, #21293E 0%, #18B2BC 33.33%, #18B2BC 66.67%, #21293E 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#21293E), color-stop(33.33%, #18B2BC), color-stop(66.67%, #18B2BC), to(#21293E));
  background: linear-gradient(180deg, #21293E 0%, #18B2BC 33.33%, #18B2BC 66.67%, #21293E 100%); }
.cards-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: -5px 0 0 0; }
.cards-list li {
  -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 0; }
.cards-list li a {
  position: relative;
  text-decoration: none; }
.cards-list li h2 {
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px; }
.cards-list li span {
  font-style: normal;  font-weight: 700;
  line-height: 1.5;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline; }
.cards-list li span:hover {
  text-decoration: none; }
.row-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.row-list ul li {
  margin: 30px 0; }
.row-list ul li a {
  text-decoration: none; }
.row-list ul li .pic-wrapper {
  position: relative;}
.pic-wrapper img {
  width: 100%;
  border-radius: 15px; 
  z-index: 1;
  position: relative;
  margin-bottom: 20px; }
.row-list ul li h2 {
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: normal; 
  margin-bottom: 24px; }
.row-list ul li span {
  color: #F36519;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline; }
.row-list ul li span:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none; }
.animated-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25); }
.animated-message .msg {
  color: #FFF;
  font-size: 5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -7.2px;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25);
  min-width: 100%;
  -webkit-animation: scroll-x 60s linear infinite;
          animation: scroll-x 60s linear infinite;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.animated-message .msg .video {
  position: relative;
  overflow: hidden;
  width: 180px;
  height: 96px;
  border-radius: 190px; }
.animated-message .msg .video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
@-webkit-keyframes scroll-x {
  from {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25))) translateZ(0);
            transform: translateX(calc(-100% - calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25))) translateZ(0);
  }
}
@keyframes scroll-x {
  from {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25))) translateZ(0);
            transform: translateX(calc(-100% - calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25))) translateZ(0);
  }
}
.animated-message .msg a {
  text-decoration: none;
  display: inline-block;
  margin: 0 40px; }
.facilitiesModal {
  overflow: hidden; }
.facilitiesModal .btn-close,
.facilitiesModal .btn-close:hover {
  z-index: 999;
  opacity: 1;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  padding: 0;
  width: 30px;
  height: 30px;
  background-image: url('../images/close.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed; 
  top: 20px;
  left: 20px; }
.facilitiesModal .btn-close:hover {
  scale: none;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.facilitiesModal .modal-body {
  padding: 0; }
.facilitiesModal h2 {
  position: relative;
  color:  #21293E;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 40px; }
.facilitiesModal h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 5px;
  border-radius: 2px;
  background:  #18B2BC; }
.facilitiesModal p {
  color:#21293E;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; }
.modal-scroll {
  display: none;
  position: absolute;
  bottom: 120px;
  left: 55vw;
  z-index: 2;
  margin-left: -85px;
  color: #FFF;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9;
  border-radius: 60px;
  background: #21293E;
  padding: 10px 15px; }
.modal-scroll img {
  margin-left: 20px; }
.horizontal-scroll .box {
  position: relative; }
.horizontal-scroll .box .left-side {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10vh 10vw; }
.horizontal-scroll .box .right-side {
  text-align: center; }
.horizontal-scroll .box .right-side.video-1-1:before,
.horizontal-scroll .box .right-side.video-4-3:before,
.horizontal-scroll .box .right-side.video-16-9:before {
  content: '';
  position: absolute;
  z-index: 9;
  inset: 0; }
.horizontal-scroll .box .right-side .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url('../images/ico-play.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.horizontal-scroll .box .right-side img {
  margin: 0 5px; }
.horizontal-scroll .box .right-side video,
.horizontal-scroll .box .right-side iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
      object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: none;
  margin: 0 5px;
      -ms-transform: none;
          transform: none; }
.horizontal-scroll blockquote {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0; }
.horizontal-scroll blockquote:before,
.horizontal-scroll blockquote:after {
  content: '';
  position: absolute;
  top: -60px;
  left: -30px;
  width: 50px;
  height: 40.924px;
  background-image: url('../images/blockquote-before.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.horizontal-scroll blockquote:after {
  top: auto;
  bottom: -60px;
  left: auto;
  right: -30px;
  background-image: url('../images/blockquote-after.svg'); }
.horizontal-scroll blockquote p {
  font-weight: 700;
  line-height: 1.5;
  margin: 0; }
.horizontal-scroll blockquote p:before,
.horizontal-scroll blockquote p:after {
  content: '"';
  color: #18B2BC; }

/*** CLASSES ***/
.classes-left-bg {
  position: absolute;
  left: 0;
  top: -70vh;
  z-index: 3;
  width: 13%; }
.facilities-left-bg {
  position: absolute;
  left: 0;
  top: -35vh;
  z-index: 3;
  width: 13%; }
/*** CLASSES DETAIL ***/
.classesDetail h1 {
  padding: 0 15px; }
.article .class-details span {
  color:  #FFF;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9;
  display: inline-block;
  border-radius: 60px;
  border: 2px solid #FFF;
  margin: 0 5px 10px 5px;
  padding: 13px 15px; }
.article .class-details .levels,
.article .class-details .time,
.article .class-details .burn  {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 30px;
  padding-left: 50px;
  margin-bottom: 20px; }
.article .class-details .levels:before,
.article .class-details .time:before,
.article .class-details .burn:before  {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.article .class-details .levels:before {
  background-image: url('../images/ico-chart.svg'); }
.article .class-details .time:before {
  background-image: url('../images/ico-time.svg'); }
.article .class-details .burn:before {
  background-image: url('../images/ico-burn.svg'); }
.article p {
  font-size: 0.77rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8; }
.article p.big {
  font-size: 1rem; 
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.3rem; }
.article .btn {
  margin-top: 2.3rem; }

/*** FAQ ***/
.faq {
  position: relative; }
.faq .right-bg {
  position: absolute;
  top: -200px;
  right: 0;
  text-align: right;
  width: 12%; }
.faq .left-bg {
  position: absolute;
  bottom: -200px;
  left: 0;
  text-align: left;
  width: 12%; }
.faq h2,
.benefits h2 {
  color: #FFF;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 60px; }
.faq-accordion .accordion-item {
  padding: 0;
  margin-bottom: 10px;
  border-radius: 15px;
  border: 0; }
.faq-accordion .accordion-item .accordion-header .accordion-button,
.faq-accordion .accordion-item .accordion-header .accordion-button:hover,
.faq-accordion .accordion-item .accordion-header .accordion-button:focus {
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  color:  #21293E!important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 20px 55px 20px 20px;
  scale: none;
  outline: none!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  border: 0!important;
  background-color:transparent!important; }
.faq-accordion .accordion-item:first-of-type>.accordion-header .accordion-button,
.faq-accordion .accordion-item:first-of-type,
.faq-accordion .accordion-item:last-of-type {
  border-radius: 15px!important; }
.faq-accordion .accordion-item .accordion-header .accordion-button::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url('../images/close-accordion.svg'); }
.faq-accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  content: ''; 
  right: 25px;
  width: 25px;
  height: 25px;
  background-image: url('../images/plus.svg'); }
.faq-accordion .accordion-item {
  border-left: 15px solid #18B2BC; }
.faq-accordion .accordion-item:focus,
.faq-accordion .accordion-item.active {
  border-left: 15px solid #F36519; }
.faq-accordion .accordion-item .accordion-body {
  padding: 0px 55px 15px 20px; }
.faq-accordion .accordion-item .accordion-body p {
  color: #21293E;
  font-size: 0.77rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8; }

/*** CLASS SCHEDULE ***/
.classSchedulePage h1 {
  margin-bottom: 30px; }
.classSchedulePage .filter {
  display: none; }
.cs-content {
  background: -o-linear-gradient(top, #21293E 0%, #18B2BC 50%, #21293E 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#21293E), color-stop(50%, #18B2BC), to(#21293E));
  background: linear-gradient(180deg, #21293E 0%, #18B2BC 50%, #21293E 100%);
  margin-top: 140px;
  margin-bottom: 60px; }
.select-link {
  position: relative;
  color:  #FFF;
  font-size: 0.77rem;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 0.9;
  padding: 9px 47px 12px 20px;
  background-color: transparent;
  border-radius: 60px;
  border: 2px solid #FFF;
  margin-left: 30px; }
.select-link:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background-image: url('../images/select-arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.cs-list {
  text-align: center;
  white-space: nowrap; }
.cs-list::-webkit-scrollbar {
  height: 3px; }
.cs-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px grey;
          box-shadow: inset 0 0 3px grey; 
  border-radius: 3px; }
.cs-list::-webkit-scrollbar-thumb {
  background: #fff; 
  border-radius: 3px; }
.cs-list::-webkit-scrollbar-thumb:hover {
  background: #ccc; }
.cs-list ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block; }
.cs-list ul li {
  vertical-align: top;
  display: inline-block;
  width: 130px;
  padding: 0 0.1rem; }
.cs-list .head-box {
  color: #FFF;
  font-size: 1rem;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 16px 18px;
  border-radius: 15px;
  background: #18B2BC; }
.cs-list .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
.cs-list .col {
  min-width: 100px; }
.cs-list .schedule-box {
  display: block;
  color: #21293E;
  font-size: 0.61rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9;
  text-decoration: none;
  border-radius: 15px;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  margin: 0.5rem 0;
  min-height: 105px;
  white-space: normal;
  transition: all 0.35s; }
.cs-list .schedule-box:hover {
  transform: scale(1.05); }
.cs-list .schedule-box.opacity {
  opacity: 0.5; }
.cs-list .schedule-box div {
  margin-top: 10px; }
.cs-list ul.mobile-days {
  display: block;
  margin-bottom: 25px; }
.cs-list ul.mobile-days li {
  width: calc(95% / 7); }
.cs-list ul.mobile-days li .head-box.active {
  background-color: #21293E; }
ul.full-classes {
  display: block; }
ul.full-classes .head-box {
  display: none; }
ul.full-classes .schedule-box {
  font-size: 1rem;
  width: 100%;
  min-height: 115px; }
ul.full-classes li {
  width: 100%; }
#filter {
  color:  #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  background-color: transparent;
  border-radius: 60px;
  border: 2px solid #FFF;
  width: auto;
  display: inline-block; 
  padding: 15px 45px 15px 20px; 
  background-image: url('../images/select-bg-img.svg');
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 12px; }
#filter option {
  color: #21293E; }
.filter {
  text-align: left;}
.filter span {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px; }

/*** MEMBERSHIP ***/
.membership-list {
  position: relative; }
.membership-list .right-bg {
  position: absolute;
  bottom: -150px;
  right: 0;
  text-align: left;
  width: 33%; }
.membership-list .right-bg img {
  width: 100%; }
.membership-list .sectionTitle {
  color:  #FFF;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 30px 20px;
  border-radius: 15px 15px 0px 0px;
  margin-bottom: 5px;
  background: #18B2BC; }
.membership-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px; }
.membership-list ul li {
  background-color: #FFF;
  margin-bottom: 5px;
  display: block; }
.membership-list ul li:last-child {
  border-radius: 0px 0px 15px 15px; }
.membership-list ul li a {
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color:  #21293E;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  padding: 15px 20px; }
.membership-list ul li a:hover {
  padding-left: 40px; }
.membership-list ul li a strong {
  color: #18B2BC; }
.membership-list ul li a:hover strong {
  color: #F36519; }
.benefits {
  position: relative; }
.benefits .left-bg {
  position: absolute;
  bottom: -200px;
  left: 0;
  text-align: left;
  height: 100%; }
.benefits .left-bg img {
  width: 12%; }
.benefits ul {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0; }
.benefits ul li {
  color:  #21293E;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  background-color: #FFF;
  border-radius: 15px;
  padding: 20px 20px 20px 100px;
  position: relative;
  margin-bottom: 10px; }
.benefits ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  background-image: url('../images/ico-checkbox.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 15px 0px 0px 15px;
  background-color: #18B2BC; }
  
/*** CONTACT ***/
.op-section {
  position: relative; }
.op-section .right-bg {
  position: absolute;
  top:-200px;
  right: 0;
  text-align: right;
  width: 12%; }
.op-section .left-bg {
  position: absolute;
  bottom:-200px;
  left: 0;
  text-align: left;
  width: 12%; }
.contactPage .hero p,
.contactPage .hero {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; }
.cta a {
  text-decoration: none; }
.socials a {
  margin-right: 15px; }
.gmap {
  z-index: 1;
  padding-bottom: 158%;
  border-radius: 325px; 
  background-color: #FFF; }
.schedule {
  color: #FFF;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; }
.schedule .row {
  padding-top: 15px;
  padding-bottom: 15px; }
.schedule h2 {
  color: #18B2BC;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0; }
.scheduleModal {
  background-color: #21293E; }
.scheduleModal .modal-dialog {
   max-width: 965px; }
.scheduleModal .modal-body {
  border-radius: 15px;
  padding: 0px;
  background-color: #FFF; }
.scheduleModal .modal-dialog-scrollable .modal-content {
  border-radius: 0;
  background-color: transparent;
  padding: 20px;
  height: 100%; }
.scheduleModal .btn-close {
  z-index: 9;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-image: url('../images/close-blue.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.scheduleModal .btn-close:hover,
.scheduleModal .btn-close:focus {
  scale: none;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.scheduleModal .text {
  padding: 30px; }
.scheduleModal p,
.scheduleModal {
  color:  #21293E;
  font-size: 0.77rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8; }
.scheduleModal .title {
  color: #18B2BC;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px; 
  text-transform: uppercase; }
.scheduleModal h2 {
  color:  #21293E;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px; }
.scheduleModal p {
  color: #21293E;
  font-size: 0.77rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8; }
.scheduleModal h2 + p {
  color: #21293E;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px; }
.scheduleModal .buttons {
  color: #21293E;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9;
  text-align: center; }
.scheduleModal .buttons .btn {
  width: 100%;
  margin-top: 20px;
  white-space: nowrap; }

/*** JOIN ***/
.join {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden; }
.join:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -o-linear-gradient(top, #21293E 0%, rgba(33, 41, 62, 0.00) 50%, #21293E 100%); 
  background: -webkit-gradient(linear, left top, left bottom, from(#21293E), color-stop(50%, rgba(33, 41, 62, 0.00)), to(#21293E)); 
  background: linear-gradient(180deg, #21293E 0%, rgba(33, 41, 62, 0.00) 50%, #21293E 100%); }
.join:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgb(33, 41, 62, 0.75); }
.join iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.bg-animated {
  position: absolute;
  z-index: 2;
  top: -15vh; 
  right: 0;
  text-align: right;
  width: 20%; }

/*** ICO's ***/
svg {
  width: 100%;
  height: 100%; }
[class^="ico-"] {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  [class^="ico-sn-"] {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 50%;
  background-color: transparent; }
.ico-sn-fb {
  background-image: url('../images/fb.svg'); }
.ico-sn-ig {
  background-image: url('../images/ig.svg'); }
[class^="ico-sn-"]:hover,
[class^="ico-sn-"]:focus {
  opacity: 0.7; }

/*** LEGALS ***/
.legals .hero {
  min-height: auto; }
.legals-content h2 {
  letter-spacing: -1px;
  font-size: 1.7rem; 
  margin: 30px 0 15px 0; }
.table>:not(caption)>*>*, table {
  background-color: #21293E;
  color: #fff; }

/*** FOOTER ***/
footer .footer-logo {
  max-width: 125px;
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  will-change: transform; } 
footer {
  overflow: hidden;
  position: relative;
  padding: 60px 0 20px 0;
  background-color: #21293E; }
footer .footer-logo {
  max-width: 75px;
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  will-change: transform; }
footer h2 {
  color: #18B2BC;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0; }
footer h2:before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('../images/h2-before.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px; }
footer .box {
  padding-top: 15px; }
footer .box a {
  text-decoration: none; }
footer .box p {
  margin-bottom: 20px; }
footer h3 {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase; 
  margin: 0;}
footer .copy-legals {
  margin-top: 60px;
  text-align: center; }
footer .copy-legals span {
  margin-top: 10px;
  display: block; }
footer .copy-legals p {
  color: rgba(255, 255, 255, 0.80);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;}
footer .copy-legals p a {
  color: rgba(255, 255, 255, 0.80);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 5px;
  text-decoration: none; }
footer .copy-legals p a:hover,
footer .copy-legals p a:focus {
  text-decoration: underline; }
footer .copy-legals p span a {
  margin: 0;
  color: #fff; }

@media (min-width: 768px) {

  .navbar-toggler strong {
    display: inline-block; }
  header .menu-logo {
    display: inline-block; }
  header .navbar {
    padding: 52px 0px; }
  header .navbar-brand {
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  header .navbar-brand img,
  footer .logo img {
    width: 75px;
    height: 118.41px; }
  .navbar-toggler {    
    height: 13px; }
  .navbar-toggler strong {
    margin-left: 15px; }
  .navbar-toggler span {
    width: 30px; }
  .navbar-collapse:before {
    width: 45%; }

  /*** HERO ***/
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
    min-height: 100vh; }
  .play-animate {
    width: 75px;
    height: 75px;
    bottom: auto;
    top: calc(100% - 75px);
    right: auto;
    left: 25px; }
  .play-animate:before {
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px; }
  .benefits .left-bg img {
    width: auto;
    height: 100%; }
    h1 {
      font-size: 3.5rem; }
    h2 {
      font-size: 3.5rem; }
    .animated-message .msg {
      font-size: 6rem; }
    .animated-message .msg .video {
      width: 300px;
      height: 160px; }
  .cards-list {
    margin-left: -30px;
    padding-right: 40px; }
  .cards-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px 0 30px 10%; }
  .cards-list li .pic-wrapper {
    position: relative;
    padding-top: 30px;
    margin-bottom: 30px; }
  .cards-list li .pic-wrapper .bg {
    z-index: 0;
    position: absolute;
    top: 0px;
    left: -30px;
    bottom: 30px;
    right: 30px;
    background-color: #21293E;
    border-radius: 15px; }
  .cards-list li:nth-child(2n+2) .pic-wrapper .bg {
    right: -30px;
    left: 30px; }
  .cards-list li:nth-child(2) {
    padding-top: 90px; }
  .cards-list li:nth-child(2n+2) {
    margin-top: 30px; }
  .cards-list li h2 {
    font-size: 1.8rem;
    margin-bottom: 25px; }
  .row-list ul {
    list-style: none;
    padding: 0;
    padding-right: 30px;
    margin: 0; }
  .row-list ul li {
    margin: 70px 0; }
  .row-list ul li a {
    text-decoration: none; }
  .row-list ul li .pic-wrapper {
    position: relative;
    padding-top: 30px; }
  .row-list ul li .pic-wrapper .bg {
    position: absolute;
    top: 0px;
    left: -30px;
    bottom: 30px;
    right: 30px;
    background-color: #18B2BC;
    border-radius: 15px;
    z-index: -1; }
  .row-list ul li:nth-child(even) .pic-wrapper .bg {
    right: -30px;
    left: 30px; }
  .pic-wrapper img {
    width: 100%;
    border-radius: 15px; 
    z-index: 1;
    position: relative;
    margin-bottom: 0; }
  .row-list ul li h2 {
    color: #FFF;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: normal; 
    margin-bottom: 24px; }
  .row-list ul li span {
    color: #F36519;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline; }
  .row-list ul li span:hover {
    -webkit-text-decoration-line: none;
            text-decoration-line: none; }
  .horizontal-scroll .box .right-side img {
    height: 100%; }
  .horizontal-scroll {
    height: 100vh;
    overflow: hidden;
    position: relative; }
  .horizontal-scroll .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 100vh; }
  .horizontal-scroll .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 100%;
    padding: 0; }
  .horizontal-scroll .box .right-side {
    text-align: center;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .horizontal-scroll blockquote:before,
  .horizontal-scroll blockquote:after {
    top: 0px;
    left: -30px; }
  .horizontal-scroll blockquote:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: -30px; }
  .cs-list ul.mobile-days {
    display: none; }
  ul.full-classes .head-box {
    display: block; }
  ul.full-classes .schedule-box {
    font-size: 0.75rem; }
  .modal-scroll {
    display: inline-block;
    bottom: 40px;
    left: 55vw;
    margin-left: -50px;
    font-size: 0.75rem;
    padding:10px 15px; }
  .modal-scroll img {
    width: 17px;
    margin-left: 10px; }
  .horizontal-scroll .box .left-side {
    width: 55vw;
    padding: 10vh 10vw; }
  .classSchedulePage h1 {
    margin-bottom: 70px; }
  .cs-content {
    margin-top: 150px; }
  .filter,
  .classSchedulePage .filter {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .filter span {
    display: inline-block;
    margin-right: 15px; 
    margin-bottom: 0;}
  .scheduleModal .pic {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 43%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .scheduleModal .text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 57%;
    padding: 60px; }
  .join {
    min-height: 100vh;
    overflow: hidden;
    text-align: left; }
  .membership-list ul {
    margin-bottom: 0; }
  .article .class-details span {
    margin: 0 5px 10px 0; }
  .map-wrap {
    z-index: 0;
    position: relative; }
  .map-wrap:before {
    content: '';
    z-index: 0;
    inset: 0;
    position: absolute;
    border-radius: 325px; 
    background-color: #18B2BC;
    animation: rotateClockwise 10s linear infinite; }
  @keyframes rotateClockwise {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .map-wrap:after {
    content: '';
    z-index: 0;
    inset: 0;
    position: absolute;
    border-radius: 325px; 
    background-color: #F36519;
    animation: rotateCounterClockwise 10s linear infinite; }
  @keyframes rotateCounterClockwise {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(-360deg);
    }
  }

  /*** FOOTER ***/
  footer {
    text-align: left; }
  footer h2 {
    position: absolute;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    color: #18B2BC;
    font-size: 1.7rem; }
  footer h2:before {
    width: 16px;
    height: 16px;
    margin-right: 0;
    margin-bottom: 30px; }
  footer .box {
    padding-top: 0;
    padding-left: 45px; }
  footer .box p {
    margin-bottom: 20px; }
  footer h3 {
    font-size: 1rem;}
  footer .copy-legals {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  footer .copy-legals span {
    margin-top: 10px;
    margin: 0;
    display: inline-block; }
  footer .copy-legals p {
    font-size: 0.7rem;
    margin: 0; }
  footer .copy-legals p a {
    margin: 0;
    margin-right: 20px;
    text-decoration: none; }

}

@media (min-width: 992px) {
  .py-content {
    padding-top: 120px;
    padding-bottom: 120px; }
  .my-content {
    margin-top: 120px;
    margin-bottom: 120px; }
  .py-content-small {
    padding-top: 90px;
    padding-bottom: 90px; }
  .my-content-small {
    margin-top: 90px;
    margin-bottom: 90px; }
  .navbar-expand-lg .navbar-collapse {
    padding: 0;
    background-color: transparent;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
    height: auto;
    position: static; }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .navbar-nav .nav-item {
    position: relative; }
  .navbar-nav .nav-item .nav-link {
    margin: 0; }
  .cs-content {
    margin-bottom: 120px; }
  
}

@media screen and (min-width: 1024px) {

  .container {
    padding-left: 3.2rem;
    padding-right: 3.2rem; }
  header .container,
  footer .container,
  .classesDetail .hero .container {
    padding-left: 2rem;
    padding-right: 2rem; }
  .cs-list ul li {
    width: 119px; }
 
}

@media (min-width: 1200px) {

  html {
    font-size: 20px; }
  .mt-35 {
    margin-top: 20px; }
  .mt-60 {
    margin-top: 45px; }
  .mt-80 {
    margin-top: 55px; }
  .mt-110 {
    margin-top: 80px; }
  .mb-160 {
    margin-bottom: 100px; }
  .navbar-nav .nav-item .nav-link {
    padding: 20px 0; }
  .icon-cursor {
    font-size: 0.85rem;
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px; }
     /*** BREADCRUMBS ***/
  .breadcrumb-item+.breadcrumb-item::before {
    font-size: 0.84rem;
    margin-bottom: 8px; }
  .breadcrumb,
  .breadcrumb .breadcrumb-item,
  .breadcrumb .breadcrumb-item a {
    font-size: 0.84rem; }
  .hero .scroll {
    bottom: 50px; }
  /*** HOME ***/
  .pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right,
  .pswp__button--arrow--left:before, .pswp__button--arrow--right:before,
  .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    width: 45px;
    height: 45px; }
  .menu-slider .swiper-wrapper .box .text {
    font-size: 1.5rem;
    left: 45px;
    bottom: 45px;
    right: 45px;
    min-width: 280px;
    padding: 40px; }
  .modal-gallery .modal-dialog-scrollable .modal-body {
    padding: 180px 120px; }
  .modal-gallery .btn-close,
  .headerVideoModal .btn-close {
    width: 45px;
    height: 45px;
    top: 30px;
    left: 30px; }
  .play-animate {
    width: 100px;
    height: 100px;
    bottom: auto;
    top: calc(100% - 100px);
    z-index: 9;
    left: 0; }
  .play-animate:after {
    background-size: 20px; }
  /*** CONTENT ***/
  h1 {
    font-size: 4.6rem;
    margin-bottom: 20px; }
  h2 {
    font-size: 4.6rem;
    margin-bottom: 20px; }
  .cards-list {
    margin-left: -45px; }
  .cards-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 45px 0 45px 10%; }
    .cards-list li .pic-wrapper {
      position: relative;
      padding-top: 45px;
      margin-bottom: 45px; }
    .cards-list li .pic-wrapper .bg {
      z-index: 0;
      position: absolute;
      top: 0px;
      left: -45px;
      bottom: 45px;
      right: 45px;
      background-color: #21293E;
      border-radius: 15px; }
    .cards-list li:nth-child(2n+2) .pic-wrapper .bg {
      right: -45px;
      left: 45px; }
  .cards-list li:nth-child(2) {
    padding-top: 135px; }
  .cards-list li:nth-child(2n+2) {
    margin-top: 45px; }
  .row-list ul li {
    margin: 120px 0; }
  .row-list ul li .pic-wrapper {
    padding-top: 45px; }
  .row-list ul li .pic-wrapper .bg {
    left: -45px;
    bottom: 45px;
    right: 45px; }
  .row-list ul li:nth-child(even) .pic-wrapper .bg {
    right: -45px;
    left: 45px; }
  .row-list ul li h2 {
    font-size: 1.8rem;
    margin-bottom: 15px; }
  .row-list ul li span {
    font-size: 1rem; }
  .animated-message .msg {
    font-size: 7.5rem; }
  .animated-message .msg a {
    margin: 0 55px; }
  .facilitiesModal .btn-close,
  .facilitiesModal .btn-close:hover {
    width: 60px;
    height: 60px;
    top: 50px;
    left: 50px; }
  .facilitiesModal h2 {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .facilitiesModal h2:before {
    width: 60px;
    height: 5px; }
  .facilitiesModal p {
    font-size: 1rem; }
  .horizontal-scroll .box .left-side {
    padding: 10vh 10vw; }
  .modal-scroll {
    bottom: 120px;
    left: 55vw;
    margin-left: -85px;
    font-size: 0.85rem;
    padding: 20px 30px; }
  .modal-scroll img {
    width: 27px;
    margin-left: 20px; }
  .horizontal-scroll .box .right-side .icon-play {
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px; }
  .horizontal-scroll blockquote:before,
  .horizontal-scroll blockquote:after {
    left: -90px;
    width: 90px;
    height: 87.924px; }
  .horizontal-scroll blockquote:after {
    left: auto;
    right: -90px; }
  .horizontal-scroll {
    height: 100vh;
    overflow: hidden;
    position: relative; }
  .horizontal-scroll::-webkit-scrollbar {
      display: none; }
  .horizontal-scroll .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 100vh; }
  .horizontal-scroll .cont::-webkit-scrollbar {
    display: none; }
  .horizontal-scroll .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 100%;
    padding: 0; }
  .horizontal-scroll .box .left-side {
    width: 55vw; }
  .filter span {
    margin-right: 30px; }
  /*** CLASSES DETAIL ***/
  .article .class-details span {
    font-size: 0.77rem;
    border-radius: 60px;
    margin: 0 10px 20px 0;
    padding: 19px 20px; }
  .article .class-details .levels,
  .article .class-details .time,
  .article .class-details .burn  {
    font-size: 1rem;
    line-height: 40px;
    padding-left: 60px;
    margin-bottom: 30px; }
  .article .class-details .levels:before,
  .article .class-details .time:before,
  .article .class-details .burn:before  {
    width: 40px;
    height: 40px; }
  .article p {
    font-size: 0.77rem;}
  .article p.big {
    font-size: 1rem; 
    margin-bottom: 2.3rem; }
  .article .btn {
    margin-top: 2.3rem; }
  /*** FAQ ***/
  .faq h2,
  .benefits h2 {
    font-size: 1.8rem;
    margin-bottom: 30px; }
  .faq-accordion .accordion-item {
    margin-bottom: 10px; }
  .faq-accordion .accordion-item .accordion-header .accordion-button,
  .faq-accordion .accordion-item .accordion-header .accordion-button:hover,
  .faq-accordion .accordion-item .accordion-header .accordion-button:focus {
    font-size: 1rem;
    padding: 40px 75px 40px 40px; }
  .faq-accordion .accordion-item .accordion-header .accordion-button::after {
    right: 20px;
    width: 55px;
    height: 55px;}
  .faq-accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    right: 30px;
    width: 40px;
    height: 40px; }
  .faq-accordion .accordion-item .accordion-body {
    padding: 0px 75px 30px 45px; }
  .faq-accordion .accordion-item .accordion-body p {
    font-size: 0.77rem; }
  .select-link {
    font-size: 0.77rem;
    padding: 9px 47px 12px 20px;
    margin-left: 30px; }
  .select-link:before {
    right: 20px;
    width: 12px;
    height: 6px; }
  .cs-list ul li {
    width: 140px;
    padding: 0 0.1rem; }
  .cs-list .head-box {
    font-size: 1rem;
    padding: 16px 18px; }
  .cs-list .col {
    min-width: 100px; }
  .cs-list .schedule-box {
    font-size: 0.61rem;
    padding: 20px;
    margin: 0.5rem 0; }
  .cs-list .schedule-box div {
    margin-top: 10px; }
  /*** MEMBERSHIP ***/
  .membership-list .sectionTitle {
    font-size: 1rem;
    padding: 50px 40px;
    border-radius: 15px 15px 0px 0px;}
  .membership-list ul li:last-child {
    border-radius: 0px 0px 15px 15px; }
  .membership-list ul li a {
    font-size: 1rem;
    padding: 30px 40px; }
  .membership-list ul li a:hover {
    padding-left: 60px; }
  .benefits ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .benefits ul li {
    font-size: 0.77rem;
    border-radius: 15px;
    padding: 30px 40px 30px 140px;
    margin-bottom: 10px; }
  .benefits ul li:before {
    width: 100px;
    background-size: 40px;
    border-radius: 15px 0px 0px 15px; }  
  /*** CONTACT ***/
  .contactPage .hero p,
  .contactPage .hero {
    font-size: 2rem; }
  .socials a {
    margin-right: 30px; }
  .gmap {
    padding-bottom: 158%;
    border-radius: 325px; 
    background-color: #FFF; }
  .classSchedulePage h1 {
    margin-bottom: 90px; }
  .schedule {
    font-size: 2rem; }
  .schedule .row {
    padding-top: 30px;
    padding-bottom: 30px; }
  .schedule h2 {
    color: #18B2BC;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1; }
  .scheduleModal .modal-dialog-scrollable .modal-content {
    padding: 20px; }
  .scheduleModal .btn-close {
    width: 60px;
    height: 60px; }
  .scheduleModal .pic {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 43%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .scheduleModal .text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 57%;
    padding: 60px; }
  .scheduleModal p,
  .scheduleModal {
    font-size: 0.77rem; }
  .scheduleModal .title {
    font-size: 1rem;
    margin-bottom: 20px;  }
  .scheduleModal h2 {
    font-size: 1.8rem;
    margin-bottom: 10px; }
  .scheduleModal p {
    font-size: 0.77rem; }
  .scheduleModal h2 + p {
    font-size: 1rem;
    margin-bottom: 40px; }
  .scheduleModal .buttons {
    font-size: 0.62rem;}
  .scheduleModal .buttons .btn {
    margin-top: 20px; }
  .legals-content h2 {
    font-size: 1.8rem;
    margin: 60px 0 30px 0;  }
  /*** ICO's ***/
    [class^="ico-sn-"] {
    width: 40px;
    height: 40px; }
  /*** FOOTER ***/
  footer {
    padding: 90px 0 30px 0;}
  footer h2 {
    position: absolute;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    color: #18B2BC;
    font-size: 1.8rem; }
  footer h2:before {
    width: 16px;
    height: 16px;
    margin-bottom: 30px; }
  footer .box {
    padding-left: 60px; }
  footer .box p {
    margin-bottom: 40px; }
  footer h3 {
    font-size: 1rem;}
  footer .copy-legals {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 150px; }
  footer .copy-legals span {
    margin-top: 10px;
    margin: 0;
    display: inline-block; }
  footer .copy-legals p {
    font-size: 0.7rem;
    margin: 0; }
  footer .copy-legals p a {
    margin: 0;
    margin-right: 20px;
    text-decoration: none; }
}

@media screen and (min-width: 1400px) {
  .py-content {
    padding-top: 190px;
    padding-bottom: 190px; }
  .my-content {
    margin-top: 190px;
    margin-bottom: 190px; }
  .py-content-small {
    padding-top: 140px;
    padding-bottom: 140px; }
  .my-content-small {
    margin-top: 140px;
    margin-bottom: 140px; }
  .mt-20 {
    margin-top: 20px; }
  .mt-40 {
    margin-top: 40px; }
  .mt-35 {
    margin-top: 25px; }
  header .navbar {
    padding: 45px 0; }
  header .navbar-brand {
    top: 14px; }
  .cs-list ul li {
    width: 165px; }
  .cs-content {
    margin-bottom: 190px; }
  [class^="ico-sn-"] {
    width: 60px;
    height: 60px; } 
}

@media screen and (min-width: 1550px) {

  .container {
    padding-left: 3.8rem;
    padding-right: 3.8rem; }
  header .container,
  footer .container,
  .classesDetail .hero .container {
    padding-left: 3.2rem;
    padding-right: 3.2rem; }
}

@media screen and (min-width: 1770px) {

  .container {
    max-width: 1930px;
    padding-left: 150px;
    padding-right: 150px; }
  header .container,
  footer .container,
  .classesDetail .hero .container {
    padding-left: 90px;
    padding-right: 90px; }
  .py-content {
    padding-top: 240px;
    padding-bottom: 240px; }
  .my-content {
    margin-top: 240px;
    margin-bottom: 240px; }
  .py-content-small {
    padding-top: 180px;
    padding-bottom: 180px; }
  .my-content-small {
    margin-top: 180px;
    margin-bottom: 180px; }
  .mt-35 {
    margin-top: 35px; }
  .mt-60 {
    margin-top: 60px; }
  .mt-80 {
    margin-top: 80px; }
  .mt-110 {
    margin-top: 110px; }
  .mb-160 {
    margin-bottom: 160px; }
  .cs-content {
    margin-bottom: 240px; }
}

@media screen and (min-width: 1920px) {

  .container {
    max-width: 1920px;
    padding-left: 260px;
    padding-right: 260px; }
  .icon-cursor {
    font-size: 0.85rem;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px; }
  header .container,
  footer .container,
  .classesDetail .hero .container {
    padding-left: 120px;
    padding-right: 120px; }
  header .buttons .btn {
    margin-left: 20px; }
  header .navbar {
    padding: 122px 0 ; }
  header .navbar-brand {
    top: 40px; }
  header .navbar-brand img,
  footer .logo img  {
    width: 150px;
    height: 237.638px; }
  .navbar-toggler {    
    height: 18px;}
  .navbar-toggler strong {
    margin-left: 30px; }
  .navbar-toggler span {
    width: 40px;
    height: 4px; }
  .navbar-toggler span:nth-child(2) {
    top: 14px; }
    /*** BREADCRUMBS ***/
  .breadcrumb-item+.breadcrumb-item::before {
    font-size: 0.84rem;
    margin-bottom: 8px; }
  .breadcrumb,
  .breadcrumb .breadcrumb-item,
  .breadcrumb .breadcrumb-item a {
    font-size: 0.84rem; }
  /*** HERO ***/
  .hero {
    padding: 270px 0 120px 0; }
  .ptcb {
    padding-top: 120px; }
  .play-animate {
    width: 120px;
    height: 120px;
    bottom: auto;
    top: calc(100% - 120px);
    z-index: 9;
    left: 0; }
  .play-animate:after {
    background-size: 24px; }
  .hero .scroll {
    bottom: 50px; }
  /*** HOME ***/
  .pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right,
  .pswp__button--arrow--left:before, .pswp__button--arrow--right:before,
  .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    width: 60px;
    height: 60px; }
  .menu-slider .swiper-wrapper .box .text {
    font-size: 2rem;
    left: 60px;
    bottom: 60px;
    right: 60px;
    min-width: 315px;
    padding: 60px; }
  .modal-gallery .modal-dialog-scrollable .modal-body {
    padding: 180px 120px; }
  .modal-gallery .btn-close,
  .headerVideoModal .btn-close {
    width: 60px;
    height: 60px;
    top: 55px;
    left: 55px; }
  /*** CONTENT ***/
  h1 {
    font-size: 4.61rem;
    margin-bottom: 30px; }
  h2 {
    font-size: 4.61rem;
    margin-bottom: 30px; }
  .cards-list {
    margin-left: -30px;
    margin-right: -30px;
    padding-right: 0; }
  .cards-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 60px 0 60px 10%; }
  .cards-list li:nth-child(2) {
    padding-top: 180px; }
  .cards-list li:nth-child(2n+2) {
    margin-top: 60px; }
  .cards-list li .pic-wrapper {
    padding-top: 60px;
    margin-bottom: 60px; }
  .cards-list li .pic-wrapper .bg {
    left: -60px;
    bottom: 60px;
    right: 60px; }
  .cards-list li:nth-child(2n+2) .pic-wrapper .bg {
    right: -60px;
    left: 60px; }
  .cards-list li h2 {
    font-size: 2.3rem;
    margin-bottom: 25px; }
  .row-list ul {
    padding-right: 0; }
  .row-list ul li {
    margin: 180px 0; }
  .row-list ul li .pic-wrapper {
    padding-top: 60px; }
  .row-list ul li .pic-wrapper .bg {
    left: -60px;
    bottom: 60px;
    right: 60px; }
  .row-list ul li:nth-child(even) .pic-wrapper .bg {
    right: -60px;
    left: 60px; }
  .row-list ul li h2 {
    font-size: 2.3rem;
    margin-bottom: 24px; }
  .row-list ul li span {
    font-size: 1rem; }
  .animated-message .msg {
    font-size: 9.23rem; }
  .animated-message .msg a {
    margin: 0 100px; }
  .facilitiesModal .btn-close,
  .facilitiesModal .btn-close:hover {
    width: 60px;
    height: 60px;
    top: 50px;
    left: 50px; }
  .facilitiesModal h2 {
    font-size: 2.3rem;
    padding-bottom: 20px;
    margin-bottom: 40px; }
  .facilitiesModal h2:before {
    width: 60px;
    height: 5px; }
  .facilitiesModal p {
    font-size: 1rem; }
  .horizontal-scroll .box .left-side {
    padding: 10vh 10vw; }
  .modal-scroll {
    bottom: 120px;
    left: 55vw;
    margin-left: -85px;
    font-size: 0.85rem;
    padding: 20px 30px; }
  .modal-scroll img {
    margin-left: 20px; }
  .horizontal-scroll .box .right-side .icon-play {
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px; }
  .horizontal-scroll blockquote:before,
  .horizontal-scroll blockquote:after {
    left: -90px;
    width: 180px;
    height: 155.924px; }
  .horizontal-scroll blockquote:after {
    left: auto;
    right: -90px; }
  .horizontal-scroll {
    height: 100vh;
    overflow: hidden;
    position: relative; }
  .horizontal-scroll::-webkit-scrollbar {
      display: none; }
  .horizontal-scroll .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 100vh; }
  .horizontal-scroll .cont::-webkit-scrollbar {
    display: none; }
  .horizontal-scroll .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 100%;
    padding: 0; }
  .horizontal-scroll .box .left-side {
    width: 55vw; }
  /*** CLASSES DETAIL ***/
  .article .class-details span {
    font-size: 0.77rem;
    border-radius: 60px;
    margin: 0 10px 20px 0;
    padding: 19px 20px; }
  .article .class-details .levels,
  .article .class-details .time,
  .article .class-details .burn  {
    font-size: 1rem;
    line-height: 40px;
    padding-left: 60px;
    margin-bottom: 30px; }
  .article .class-details .levels:before,
  .article .class-details .time:before,
  .article .class-details .burn:before  {
    width: 40px;
    height: 40px; }
  .article p {
    font-size: 0.77rem;}
  .article p.big {
    font-size: 1rem; 
    margin-bottom: 2.3rem; }
  .article .btn {
    margin-top: 2.3rem; }
  /*** FAQ ***/
  .faq h2,
  .benefits h2 {
    font-size: 2.3rem;
    margin-bottom: 60px; }
  .faq-accordion .accordion-item {
    margin-bottom: 10px; }
  .faq-accordion .accordion-item .accordion-header .accordion-button,
  .faq-accordion .accordion-item .accordion-header .accordion-button:hover,
  .faq-accordion .accordion-item .accordion-header .accordion-button:focus {
    font-size: 1rem;
    padding: 40px 75px 40px 40px; }
  .faq-accordion .accordion-item .accordion-header .accordion-button::after {
    right: 20px;
    width: 55px;
    height: 55px;}
  .faq-accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    right: 30px;
    width: 40px;
    height: 40px; }
  .faq-accordion .accordion-item .accordion-body {
    padding: 0px 75px 30px 45px; }
  .faq-accordion .accordion-item .accordion-body p {
    font-size: 0.77rem; }
  /*** CLASS SCHEDULE ***/
  .classSchedulePage h1 {
    margin-bottom: 120px; }
  .cs-content {
    margin-top: 280px; }
  .select-link {
    font-size: 0.77rem;
    padding: 9px 47px 12px 20px;
    margin-left: 30px; }
  .select-link:before {
    right: 20px;
    width: 12px;
    height: 6px; }
  .cs-list ul li {
    width: 190px;
    padding: 0 0.1rem; }
  .cs-list .head-box {
    font-size: 1rem;
    padding: 16px 18px; }
  .cs-list .col {
    min-width: 100px; }
  .cs-list .schedule-box {
    font-size: 0.61rem;
    padding: 20px;
    margin: 0.5rem 0; }
  .cs-list .schedule-box div {
    margin-top: 10px; }
  /*** MEMBERSHIP ***/
  .membership-list .sectionTitle {
    font-size: 1rem;
    padding: 50px 40px;
    border-radius: 15px 15px 0px 0px;}
  .membership-list ul li:last-child {
    border-radius: 0px 0px 15px 15px; }
  .membership-list ul li a {
    font-size: 1rem;
    padding: 30px 40px; }
  .membership-list ul li a:hover {
    padding-left: 60px; }
  .benefits ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .benefits ul li {
    font-size: 0.77rem;
    border-radius: 15px;
    padding: 30px 40px 30px 140px;
    margin-bottom: 10px; }
  .benefits ul li:before {
    width: 100px;
    background-size: 40px;
    border-radius: 15px 0px 0px 15px; }  
  /*** CONTACT ***/
  .contactPage .hero p,
  .contactPage .hero {
    font-size: 2rem; }
  .socials a {
    margin-right: 30px; }
  .gmap {
    padding-bottom: 158%;
    border-radius: 325px; 
    background-color: #FFF; }
  .schedule {
    font-size: 2rem; }
  .schedule .row {
    padding-top: 30px;
    padding-bottom: 30px; }
  .schedule h2 {
    color: #18B2BC;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1; }
  .scheduleModal .modal-dialog {
    max-width: 1350px; }
  .scheduleModal .modal-dialog-scrollable .modal-content {
    padding: 20px; }
  .scheduleModal .btn-close {
    width: 60px;
    height: 60px;}
  .scheduleModal .pic {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 43%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .scheduleModal .text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 57%;
    padding: 60px; }
  .scheduleModal p,
  .scheduleModal {
    font-size: 0.77rem; }
  .scheduleModal .title {
    font-size: 1rem;
    margin-bottom: 20px;  }
  .scheduleModal h2 {
    font-size: 2.3rem;
    margin-bottom: 20px; }
  .scheduleModal p {
    font-size: 0.77rem; }
  .scheduleModal h2 + p {
    font-size: 1rem;
    margin-bottom: 40px; }
  .scheduleModal .buttons {
    font-size: 0.62rem;}
  .scheduleModal .buttons .btn {
    margin-top: 20px; }
  .legals-content h2 {
    font-size: 2.3rem;  }
  /*** ICO's ***/
    [class^="ico-sn-"] {
    width: 80px;
    height: 80px; }
  /*** FOOTER ***/
  footer {
    padding: 120px 0 40px 0;}
  footer h2 {
    font-size: 2.3rem; }
  footer h2:before {
    width: 16px;
    height: 16px;
    margin-bottom: 30px; }
  footer .box {
    padding-left: 140px; }
  footer .box p {
    margin-bottom: 40px; }
  footer h3 {
    font-size: 1rem;}
  footer .copy-legals {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 150px; }
  footer .copy-legals span {
    margin-top: 10px;
    margin: 0;
    display: inline-block; }
  footer .copy-legals p {
    font-size: 0.7rem;
    margin: 0; }
  footer .copy-legals p a {
    margin: 0;
    margin-right: 20px;
    text-decoration: none; }


}


@media screen and (min-width: 2200px) {
  .scheduleModal .modal-dialog {
    max-width: 1500px; }
 }