@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");
.mac .animated,
.win .animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.mac .animate,
.mac .animate2,
.win .animate,
.win .animate2 {
  filter: alpha(opacity=0);
  opacity: 0;
}
.ie8 .animate,
.ie8 .animate2,
.ie9 .animate,
.ie9 .animate2 {
  filter: alpha(opacity=100);
  opacity: 1;
}
@font-face {
  font-family: aller;
  src: url(https://use.typekit.net/af/2c88fb/000000000000000077359d6c/30/l?fvd=n4&subset_id=2&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/2c88fb/000000000000000077359d6c/30/d?fvd=n4&subset_id=2&v=3)
      format("woff"),
    url(https://use.typekit.net/af/2c88fb/000000000000000077359d6c/30/a?fvd=n4&subset_id=2&v=3)
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: aller;
  src: url(https://use.typekit.net/af/c9d9c8/000000000000000077359d73/30/l?fvd=i4&subset_id=2&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/c9d9c8/000000000000000077359d73/30/d?fvd=i4&subset_id=2&v=3)
      format("woff"),
    url(https://use.typekit.net/af/c9d9c8/000000000000000077359d73/30/a?fvd=i4&subset_id=2&v=3)
      format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: aller;
  src: url(https://use.typekit.net/af/dbb590/000000000000000077359d76/30/l?fvd=n7&subset_id=2&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/dbb590/000000000000000077359d76/30/d?fvd=n7&subset_id=2&v=3)
      format("woff"),
    url(https://use.typekit.net/af/dbb590/000000000000000077359d76/30/a?fvd=n7&subset_id=2&v=3)
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: aller;
  src: url(https://use.typekit.net/af/676c27/000000000000000077359d78/30/l?fvd=i7&subset_id=2&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/676c27/000000000000000077359d78/30/d?fvd=i7&subset_id=2&v=3)
      format("woff"),
    url(https://use.typekit.net/af/676c27/000000000000000077359d78/30/a?fvd=i7&subset_id=2&v=3)
      format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: aller;
  src: url(https://use.typekit.net/af/7e3b66/000000000000000077359d7a/30/l?fvd=n3&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/7e3b66/000000000000000077359d7a/30/d?fvd=n3&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("woff"),
    url(https://use.typekit.net/af/7e3b66/000000000000000077359d7a/30/a?fvd=n3&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}
.orange-head {
  background-color: #ff7f32;
  color: #fff;
}
.green-head {
  background-color: #00758d;
  color: #fff;
}
.quaterly-head {
  background-color: #005745;
  color: #fff;
}
.red-head {
  background-color: #d6001c;
  color: #fff;
}
.purple-head {
  background-color: #575195;
  color: #fff;
}
.blue-head {
  background-color: #00758d;
  color: #fff;
}
.yellow-head {
  background-color: #ffd600;
  color: #fff;
}
button {
  -webkit-appearance: button;
  width: auto;
  border: 0;
  box-shadow: none;
  background: transparent;
  outline: 0;
  background: 0 0;
  border-radius: 0;
  cursor: pointer;
}
button:focus {
  outline: none;
}
.anchor {
  cursor: pointer;
  position: relative;
  display: inline-block;
  align-items: center;
  color: #515151;
  background-color: #fff;
  border-radius: 0.25em;
  padding: 1em 1.5em;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  z-index: 1;
}
.anchor:hover {
  text-decoration: none;
  background-color: #f1f1f1;
  color: #515151;
}
.toggle-menu {
  display: none;
  font-size: 12px;
  position: relative;
  width: 2em;
  height: 2em;
  padding: 0;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  cursor: pointer;
  z-index: 20;
}
.toggle-menu:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s ease-in-out;
}
.toggle-menu a {
  position: relative;
  display: block;
  width: 2em;
  height: 2em;
}
.toggle-menu a span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ff7f32;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.toggle-menu a span:first-child {
  top: 0.375em;
}
.toggle-menu a span:nth-child(2),
.toggle-menu a span:nth-child(3) {
  top: 1em;
}
.toggle-menu a span:nth-child(4) {
  top: 1.625em;
  width: 70%;
}
.toggle-menu a:hover span:nth-child(4) {
  width: 100%;
}
.toggle-menu.open:before {
  transform: scale(1.5);
}
.toggle-menu.open a:hover span:nth-child(4),
.toggle-menu.open a span:nth-child(4) {
  width: 0;
}
.toggle-menu.open span:first-child {
  top: em(16);
  width: 0;
  left: 50%;
}
.toggle-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}
.toggle-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.toggle-menu.open span:nth-child(4) {
  top: em(16);
  width: 0;
  left: 50%;
}
@media (max-width: 992px) {
  .toggle-menu {
    display: block;
  }
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1em;
  width: 2.25em;
  height: 1.5em;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #e32923;
  padding: 0 1em 0 0;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 0.325em solid transparent;
  border-top-color: #e32923;
  position: absolute;
  top: 0.5em;
  right: 0;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #e32923;
}
.select-options li {
  margin: 0;
  padding: 0.5em;
  border-top: 1px solid #ff7f32;
  transition: 0.3s;
  color: #fff;
}
.select-options li:hover {
  color: #fff;
  background: #ff7f32;
}
.select-options li[rel="hide"] {
  display: none;
}
:focus {
  outline: none;
}
body {
  font-family: aller, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  overflow-x: hidden;
}
@media (max-width: 1400px) and (min-width: 1300px) and (min-height: 900px) {
  body {
    font-size: 11.485px;
  }
}
@media (max-width: 1025px) {
  body {
    font-size: 12px;
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .blog-section-page .list .list--list-item:first-child .post-link a {
    color: #fff !important;
  }
}
.loadjs,
.open-menu body {
  overflow: hidden;
}
img {
  width: 100%;
  height: auto;
}
.wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding: 0;
  z-index: 2;
}
a {
  color: #ff7f32;
  transition: 0.2s;
}
a:hover {
  color: #e32923;
  text-decoration: none;
}
.container {
  max-width: 100%;
  padding: 0 30px;
}
@media (min-width: 767px) {
  .container {
    padding: 0 3em;
  }
}
@media (min-width: 992px) {
  .container {
    padding: 0 5em;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 7.3%;
  }
}
.block,
.ft-section,
.section {
  position: relative;
  padding: 5em 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .block,
  .ft-section,
  .section {
    padding: 3em 0;
  }
}
.uline {
  position: relative;
}
.uline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.3s;
  z-index: 1;
}
.uline:hover {
  text-decoration: none;
}
.uline:hover:after {
  width: 100%;
}
.sec-cta {
  position: relative;
  padding-top: 1.25em;
}
.twocol-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.space-1 {
  padding-left: 2em;
}
@media (max-width: 767px) {
  .space-1 {
    padding-left: 0;
  }
}
.space-2 {
  padding-left: 5em;
}
@media (max-width: 1100px) {
  .space-2 {
    padding-left: 2em;
  }
}
@media (max-width: 767px) {
  .space-2 {
    padding-left: 0;
  }
}
.space-3 {
  padding-left: 24%;
}
@media (max-width: 1100px) {
  .space-3 {
    padding-left: 8em;
  }
}
@media (max-width: 992px) {
  .space-3 {
    padding-left: 5em;
  }
}
@media (max-width: 767px) {
  .space-3 {
    padding-left: 2em;
  }
}
.col-50 {
  display: flex;
  width: 50%;
}
@media (max-width: 992px) {
  .col-50 {
    width: 100%;
  }
}
.col-55 {
  display: flex;
  width: 55%;
}
@media (max-width: 992px) {
  .col-55 {
    width: 100%;
  }
}
.col-45 {
  display: flex;
  width: 45%;
}
@media (max-width: 992px) {
  .col-45 {
    width: 100%;
  }
}
.col-70 {
  display: flex;
  width: 70%;
}
@media (max-width: 992px) {
  .col-70 {
    width: 100%;
  }
}
.col-35 {
  display: flex;
  width: 35%;
}
@media (max-width: 992px) {
  .col-35 {
    width: 100%;
  }
}
.col-33 {
  display: flex;
  width: 33%;
}
@media (max-width: 992px) {
  .col-33 {
    width: 100%;
  }
}
.col-65 {
  display: flex;
  width: 65%;
}
@media (max-width: 992px) {
  .col-65 {
    width: 100%;
  }
}
.col-40 {
  display: flex;
  width: 40%;
}
@media (max-width: 992px) {
  .col-40 {
    width: 100%;
  }
}
.col-60 {
  display: flex;
  width: 60%;
}
@media (max-width: 992px) {
  .col-60 {
    width: 100%;
  }
}
.col-30 {
  display: flex;
  width: 30%;
}
@media (max-width: 992px) {
  .col-30 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-rev {
    flex-flow: row-reverse;
  }
}
.outline-text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}
.page-id-46 .generic-head h1 {
  font-family: Parisienne, sans-serif;
  color: #ff7f32;
  margin-bottom: 0.5em;
  font-weight: 400;
  line-height: 1.1;
}
.generic-head h2 {
  font-family: Parisienne, sans-serif;
  color: #ff7f32;
  margin-bottom: 0.5em;
  font-weight: 400;
  line-height: 1.1;
}
@media (min-width: 1100px) {
  .page-id-46 .generic-head h1 {
    font-size: 5em;
  }
  .generic-head h2 {
    font-size: 5em;
  }
}
.page-id-46 .generic-head h1 span {
  font-weight: 700;
  font-size: 1.05em;
  display: block;
  font-family: aller, sans-serif;
  color: #000;
  letter-spacing: -0.04em;
}
.generic-head h2 span {
  font-weight: 700;
  font-size: 1.05em;
  display: block;
  font-family: aller, sans-serif;
  color: #000;
  letter-spacing: -0.04em;
}
.highlight {
  color: #ff7f32;
  text-transform: uppercase;
  font-weight: 700;
}
.dot--motif {
  position: relative;
  z-index: 9;
}
.dot--motif:before {
  content: "";
  background: url(../svg/dot-circle.svg) repeat;
  background-size: 2em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.motif--sqaure:before {
  left: -10em;
  z-index: -1;
  width: 7.625em;
  height: 7.625em;
}
.form-group {
  margin-bottom: 3em;
}
.align-middle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 3em;
}
.align-middle .generic-head h2 {
  margin-bottom: 0.125em;
}
@media (max-width: 992px) {
  .align-middle {
    padding-left: 0;
  }
}
.list--section .twocol-row:nth-child(2n) {
  flex-direction: row-reverse;
}
.list--section .twocol-row:nth-child(2n) .align-middle {
  padding-left: 0;
  padding-right: 6em;
}
@media (max-width: 480px) {
  .list--section .twocol-row {
    padding: 2em 0;
  }
}
main {
  padding-top: 9.6875em;
}
@media (max-width: 767px) {
  main {
    padding-top: 5.5em;
  }
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.gray-cta {
  background: transparent;
  border: 1px solid #787878;
  color: #262424;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  padding: 1.125em 4em;
  line-height: 1.25;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 9;
  letter-spacing: 3.36px;
}
.gray-cta:after {
  content: "";
  position: absolute;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
  background: #e32923;
  z-index: -1;
}
.gray-cta:hover {
  color: #fff;
  border: 1px solid #e32923;
  text-decoration: none;
}
.gray-cta:hover:after {
  height: 100%;
  width: 135%;
}
.sec--cta {
  display: flex;
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 15px;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
.iti__arrow {
  display: none;
}
.iti--separate-dial-code .iti__arrow {
  display: block;
}
.privacy--policy .content h3 {
  color: #00758d;
}
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
.wpcf7-response-output {
  font-family: Parisienne;
  font-size: 1.5em;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ff7f32;
}
.loader--list {
  display: flex;
  justify-content: center;
  margin: 0 auto 3em;
}
.grecaptcha-badge {
  display: none;
}
.ajax-loader {
  margin-top: 12px !important;
  background-color: transparent !important;
  opacity: 1 !important;
  width: 50px !important;
  height: 50px !important;
}
.ajax-loader:before {
  content: normal !important;
}
.know-us-para {
  font-family: Parisienne, sans-serif;
  color: #ff7f32 !important;
  margin-bottom: 0.5em;
  font-weight: 400;
  line-height: 1.1 !important;
  text-transform: none;
  font-size: 1em !important;
}
.social--main--wrapper {
  padding: 0;
}
.custom-control {
  padding-left: 0;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  display: flex;
}
.wpcf7-list-item input {
  width: 1.375em;
  height: 1.375em;
  margin-right: 0.5em;
}
.breadcrumb_last {
  padding: 1em;
  color: #000 !important;
}
.cm-soon-container {
  margin: 0 auto;
}
.cm-soon {
  font-size: 5em;
  font-family: Parisienne;
  color: #ff7f32;
}
.submit-btn {
  margin-bottom: 0 !important;
}
.list-inline-item:last-child a .img-wrapper:after {
  width: 0 !important;
}
.flag-container {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input {
  display: flex !important;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="tel"],
.intl-tel-input.separate-dial-code input[type="text"] {
  padding-left: 110px !important;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 100px !important;
}
#dial-code-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
h1 {
  font-weight: 700;
  font-size: 6.25em;
  margin-bottom: 0.5em;
  line-height: 1;
}
@media (max-width: 1100px) {
  h1 {
    font-size: 4.5em;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 3em;
  }
}
h2 {
  font-weight: 700;
  font-size: 3.4375em;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1100px) {
  h2 {
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.5em;
  }
}
h3 {
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  h3 {
    font-size: 2em;
  }
}
h4 {
  font-size: 2em;
  font-weight: 700;
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.5em;
  }
}
h5 {
  font-size: 1.75em;
  font-weight: 700;
}
@media (max-width: 767px) {
  h5 {
    font-size: 1.375em;
  }
}
p {
  font-size: 1.375em;
  margin-top: 0;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}
.hero--inner {
  padding: 0;
}
.hero__header {
  padding: 3em 0;
  position: relative;
  width: 50%;
  margin-top: -5em;
}
@media (max-width: 1100px) {
  .hero__header {
    padding: 2em 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hero__header {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .hero__header {
    margin-top: 0;
  }
}
.hero--section .hero__img .mobile-banner {
    display: none;
  }
@media (max-width: 767px) {
  .hero__header {
    padding: 1.5em 0;
    width: 100%;
    z-index: 9;
  }
  .hero--section .hero__img .desktop-banner {
    display: none;
  }
  .hero--section .hero__img .mobile-banner {
    display: block;
  }
  .about__hero__header {
    width: 100%;
  }
}
.hero__header h1, .hero__header .shop-title-banner {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  font-family: Parisienne, sans-serif;
  opacity: 0.2;
  margin: 0;
  font-weight: 500;
}
.hero__header .shop-title-banner {
  opacity: .2;
  line-height: 45px;
  padding-left: unset;
}
@media (max-width: 1100px) {
  .hero__header h1, .hero__header .shop-title-banner {
    left: 0;
  }
}
@media (max-width: 480px) {
  .hero__header h1, .hero__header .shop-title-banner {
    left: 30px;
  }
}
.hero__header h2 {
  text-transform: uppercase;
  padding-left: 20%;
}
@media (max-width: 1100px) {
  .hero__header h2 {
    padding-left: 1em;
  }
}
@media (max-width: 767px) {
  .hero__header h2 {
    padding-left: 30px;
  }
}
@media (max-width: 480px) {
  .hero__header h2 {
    padding-left: 60px;
  }
}
@media (max-width: 1024px) {
  .hero__header {
    margin-top: 0;
  }
}
.header_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -12em;
  align-items: flex-end;
}
.header_wrapper .dot--motif:before {
  width: 6em;
  height: 12.5em;
  z-index: 0;
  right: 0;
  top: -5em;
  left: auto;
}
@media (max-width: 767px) {
  .header_wrapper {
    margin-top: -2em;
  }
}
@media (max-width: 480px) {
  .header_wrapper {
    margin-top: 0;
  }
}
.hero__head__slider {
  width: 50%;
  position: relative;
  padding: 0 8em 0 2em;
  background: #fff;
  box-shadow: -20px -20px 20px 0 rgba(0, 0, 0, 0.21);
}
@media (max-width: 767px) {
  .hero__head__slider {
    width: 100%;
  }
}
.hero__head__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-flow: column;
  height: 12em;
  width: 20%;
}
.hero__head__slider .swiper-slide .swipper__head {
  font-size: 1em;
  color: #262424;
  line-height: 2.25;
  display: flex;
  justify-content: center;
}
.hero__head__slider .swiper-slide .img__box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  height: 4em;
}
.hero__head__slider .swiper-slide img {
  width: auto;
  max-width: 65%;
  max-height: 80px;
}
.hero__head__slider .swiper-container {
  padding: 1.5em 0;
}
.hero__head__slider .slider__wrapper .swiper-pagination-bullet-active {
  background: #ff7f32;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.shop-main-category .swiper-container .swiper-slide {
  width: 33%;
}
.rooftop-main-category .swiper-container .swiper-slide {
  width: 25%;
}
.marquee {
  height: 7.5em;
  opacity: 0.5;
}
@media (max-width: 480px) {
  .marquee {
    height: 5em;
  }
}
.marquee span {
  font-size: 6.25em;
  padding: 0 0.5em;
  line-height: 1;
  position: relative;
}
@media (max-width: 1199px) {
  .marquee span {
    font-size: 4em;
  }
}
.marquee span:last-child:after {
  display: none;
}
.marquee span:after {
  content: "";
  width: 0.48em;
  height: 1px;
  background-color: #d7d7d7;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -0.3em;
}
.shop_search {
  max-width: 30em;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 6em;
}
.shop_search .input-group-text {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #bcbcbc;
  padding: 0.375rem 1.25em;
}
.shop_search .form-control {
  border-left: 0;
  height: 3.75em;
  padding: 0.375rem 0.75rem 0.375em 0;
  border-radius: 0;
}
.brand-list {
  padding-top: 5em;
}
@media (max-width: 767px) {
  .brand-list {
    padding: 3em 0;
  }
}
.brand-list .col-lg-4 {
  display: flex;
  justify-content: center;
  margin-bottom: 5.75em;
}
@media (max-width: 767px) {
  .brand-list .col-lg-4 {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .brand-list .col-lg-4 {
    max-width: 100%;
  }
}
.ch-grid {
  width: 29em;
  height: 29em;
  display: inline-block;
  position: relative;
}
@media (max-width: 992px) {
  .ch-grid {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .ch-grid {
    width: 100%;
  }
}
.ch-grid .ch-item {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  cursor: default;
  background-size: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-position: top;
}
.ch-grid .ch-item:hover {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.1),
    0 1px 2px rgba(0, 0, 0, 0.1);
}
.ch-grid .ch-item:hover .ch-info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.ch-grid .ch-info {
  position: absolute;
  background: rgba(0, 87, 69, 0.8);
  width: inherit;
  height: inherit;
  border-radius: 50%;
  opacity: 0;
  width: 80%;
  height: 80%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.ch-grid .ch-info .list {
  margin-bottom: 1.5em;
}
.ch-grid .ch-info .list h5 {
  font-size: 1.375em;
}
@media (max-width: 480px) {
  .ch-grid .ch-info .list h5 {
    font-size: 1.175em;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .ch-grid .ch-info .list h5 {
    font-size: 1em;
  }
}
.ch-grid .ch-info .list h5 a {
  font-size: 1em;
}
.ch-grid .ch-info a {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.375em;
  margin-top: 0.5em;
}
.ch-grid .circle_1 {
  top: 2.5em;
  right: 2.5em;
}
@media (max-width: 1199px) {
  .ch-grid .circle_1 {
    top: 1.25em;
  }
}
.ch-grid .circle_2 {
  top: 17em;
  left: -0.5em;
}
@media (max-width: 1199px) {
  .ch-grid .circle_2 {
    top: 14em;
    left: -1em;
  }
}
@media (max-width: 480px) {
  .ch-grid .circle_2 {
    left: -0.5em;
  }
}
.ch-grid .circle_3 {
  bottom: 3.5em;
  left: 4.25em;
}
@media (max-width: 1199px) {
  .ch-grid .circle_3 {
    bottom: 1.65em;
  }
}
@media (max-width: 480px) {
  .ch-grid .circle_3 {
    bottom: 2.2em;
  }
}
.ch-item:hover .ch-info p {
  opacity: 1;
}
.topWhiteBox {
  width: 10em;
  height: 10em;
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1.875em;
  left: -1.875em;
}
.topWhiteBox img {
  max-width: 7em;
  width: auto;
  max-height: 6em;
}
@media (max-width: 1199px) {
  .topWhiteBox {
    width: 7em;
    height: 7em;
  }
  .topWhiteBox img {
    max-width: 5em;
    max-height: 4em;
  }
}
@media (max-width: 992px) {
  .topWhiteBox {
    top: 0;
    left: 0;
  }
}
.viewDetail {
  position: absolute;
  bottom: 1.25em;
  right: 1.25em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .viewDetail {
    bottom: 0.25em;
    right: 0.25em;
  }
}
.viewDetail a {
  width: 7.5em;
  height: 7.5em;
  background-color: #005745;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 10px;
}
@media (max-width: 1199px) {
  .viewDetail a {
    width: 6.5em;
    height: 6.5em;
  }
}
.ch-item:hover .viewDetail {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
.circle-bg {
  width: 46em;
  height: auto;
  background-color: #f1f5f4;
  border-radius: 100%;
  padding: 3.125em;
  position: relative;
}
@media (max-width: 480px) {
  .circle-bg {
    padding: 1.25em;
  }
}
.circle-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.circle-image.dot--motif:before {
  bottom: 0;
  right: -5em;
  width: 12em;
  height: 16em;
  top: auto;
  left: auto;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .circle-image.dot--motif:before {
    height: 11em;
  }
}
.circle-image.dot--motif:after {
  content: "";
  background: url(../svg/dot-circle2.svg) repeat;
  background-size: 0.5em;
  position: absolute;
  top: -4em;
  left: 10em;
  z-index: -1;
  width: 7em;
  height: 7em;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .circle-image.dot--motif:after {
    left: 0;
  }
}
.circle-image img {
  border-radius: 100%;
}
.circle_1,
.circle_2,
.circle_3 {
  -webkit-animation: grow 3s infinite;
  animation: grow 3s infinite;
  border-radius: 100%;
  position: absolute;
}
.circle_1 {
  background-color: #575195;
  width: 3em;
  height: 3em;
  top: 1.5em;
  right: 2em;
}
.circle_2 {
  background-color: #ffd600;
  width: 1.75em;
  height: 1.75em;
  top: 5.25em;
  left: 0.25em;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .circle_2 {
    left: -0.65em;
  }
}
.circle_3 {
  background-color: #005745;
  width: 1em;
  height: 1em;
  bottom: 7em;
  left: 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .circle_3 {
    left: -1em;
  }
}
.shop-loader img {
  width: auto;
}
@keyframes grow {
  0% {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
  }
  to {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
}
.ch-item2 {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: default;
  background-size: 100%;
  transition: all 0.4s ease-in-out;
  background-position: top;
  background-repeat: no-repeat;
}
.topWhiteBox2 {
  width: 10em;
  height: 10em;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1.875em;
  right: -1.875em;
}
@media (max-width: 767px) {
  .topWhiteBox2 {
    width: 8em;
    height: 8em;
  }
}
.topWhiteBox2 img {
  max-width: 7em;
  width: auto;
  max-height: 6em;
}
@media (max-width: 767px) {
  .topWhiteBox2 img {
    max-width: 6em;
    max-height: 5em;
  }
}
.first-sec.dot--motif {
  z-index: inherit;
}
.first-sec.dot--motif:before {
  width: 10em;
  height: 13em;
  top: -5em;
  left: -4em;
}
.shopdetail-breadcrumb {
  width: 50%;
  position: relative;
  padding: 0 8em 0 2em;
  background: #fff;
  box-shadow: -20px -20px 20px 0 rgba(0, 0, 0, 0.21);
}
.shop--content--details {
  display: flex;
  flex-wrap: wrap;
}
.shop--content--details .content--detail {
  display: flex;
  width: 45%;
  margin-right: 5%;
}
.other--restaurants {
  padding-top: 0;
}
.other--restaurants .col-33 {
  padding: 0 0.5em;
}
.shop-detail-slider {
  overflow: visible;
}
.shop-detail-slider:before {
  width: 8em;
  height: 10em;
  top: -10%;
  right: 0;
  left: unset;
}
.minutes-breadcrumb {
  box-shadow: none;
}
.intro--section .generic-head {
  background: #fff;
  z-index: inherit;
}
.intro--section .generic-head.dot--motif:before {
  top: -3em;
  left: -4em;
  width: 10em;
  height: 14em;
}
@media (max-width: 480px) {
  .intro--section .form-group {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .first-sec {
    display: flex;
    justify-content: center;
  }
}
.map--section .container {
  padding-left: 0;
}
@media (max-width: 480px) {
  .map--section .container {
    padding: 0;
  }
}
.map--section .nearby {
  background-color: #1192ae;
  padding: 3.75em 3.125em;
  width: 100%;
}
@media (max-width: 992px) {
  .map--section .nearby {
    padding: 1.75em 1em;
  }
}
.map--section .nearby h4 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  .map--section .nearby h4 {
    font-size: 2em;
  }
}
.map--section .nearby ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.map--section .nearby ul li {
  display: flex;
}
.map--section .nearby ul li .location_icon {
  width: 1.25em;
  margin-right: 1.25em;
}
.map--section .nearby ul li p {
  font-size: 1.125em;
  color: #fff;
  font-weight: 300;
  border-bottom: 1px solid #fff;
  line-height: 1.2;
  margin-bottom: 0.85em;
  padding-bottom: 0.85em;
  width: 100%;
}
@media (max-width: 992px) {
  .map--section .nearby ul li p {
    font-size: 1em;
  }
}
@media (max-width: 992px) {
  .map--section .col-70 {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .map--section .col-70 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .map--section .col-30 {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .map--section .col-30 {
    width: 100%;
  }
}
.intro--contact .col-50:first-child {
  padding-right: 5em;
}
@media (max-width: 992px) {
  .intro--contact .col-50:first-child {
    padding-right: 0;
  }
}
.intro--contact .col-50 .generic-head.dot--motif:before {
  width: 10em;
  height: 13em;
  top: -7em;
  left: -8em;
  clip-path: polygon(
    70% 0,
    0 0,
    0 93%,
    0 100%,
    20% 100%,
    67% 100%,
    72% 100%,
    71% 100%,
    99% 25%,
    100% 56%,
    100% 0,
    49% 0
  );
}
@media (max-width: 992px) {
  .intro--contact .address_info .col-50 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .intro--contact .address_info .col-50 {
    width: 100%;
  }
}
.intro--contact .generic-content {
  max-width: 33.125em;
}
@media (max-width: 992px) {
  .intro--contact .generic-content {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .intro--contact .align-middle {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .intro--contact .align-middle {
    width: 100%;
  }
}
.address_info .contact_info {
  margin-bottom: 3.75em;
}
.address_info .contact_icon {
  margin-bottom: 1em;
}
.address_info .contact_icon img {
  width: 2em;
}
.address_info h4 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.address_info p {
  font-size: 1.25em;
  margin-bottom: 0;
}
.address_info a {
  font-size: 1.25em;
  color: #000;
  position: relative;
}
.address_info a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ff7f32;
  transition: 0.3s;
}
.address_info a:hover {
  color: #ff7f32;
  text-decoration: none;
  transition: 0.3s;
}
.address_info a:hover:after {
  width: 100%;
  transition: 0.3s;
}
.contact_form {
  width: 100%;
  padding: 4.5em 6em;
  border-radius: 20px;
  box-shadow: 6px 20px 40px 0 rgba(0, 0, 0, 0.09);
  position: relative;
}
@media (max-width: 767px) {
  .contact_form {
    padding: 1.5em 2em;
  }
}
.contact_form h3 {
  font-size: 2.5em;
  margin-bottom: 1.25em;
}
.contact_form .form-group {
  margin-bottom: 2.75em;
}
.contact_form .form-group:last-child {
  margin-bottom: 0 !important;
}
.contact_form label {
  font-size: 1.375em;
  color: #262424;
}
.contact_form .contact__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom_form .form-control {
  font-size: 1.375em;
  border: 0;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  padding-left: 0;
}
.custom_form .form-control::placeholder {
  color: rgba(73, 80, 87, 0.611764705882353);
}
.custom_form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.custom_form .btn-primary {
  background: transparent;
  border: 1px solid #787878;
  color: #262424;
  text-transform: uppercase;
  border-radius: 0;
  padding: 1em 5em;
  line-height: 1.25;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.custom_form .btn-primary:after,
.custom_form .btn-primary:before {
  background: #e32923;
  content: "";
  position: absolute;
  z-index: -1;
}
.custom_form .btn-primary:after {
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.custom_form .btn-primary:hover {
  color: #fff;
  border: 1px solid #e32923;
}
.custom_form .btn-primary:hover:after {
  height: 100%;
  width: 135%;
}
.custom_form .error {
  color: red;
}
.opening--hours {
  background-color: #f6f6f6;
  position: relative;
  background-image: url(../images/contact/circle.svg);
  background-repeat: no-repeat;
  background-position: 113% 120%;
}
.opening--hours .hours_info_div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5em;
}
.opening--hours .hours_info_div .hours_box {
  width: 33.3%;
  padding-right: 5em;
  text-align: center;
  padding-left: 5em;
  position: relative;
  margin-bottom: 3em;
}
@media (max-width: 992px) {
  .opening--hours .hours_info_div .hours_box {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .opening--hours .hours_info_div .hours_box {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.opening--hours .hours_info_div .hours_box:first-child:after {
  display: none;
}
.opening--hours .hours_info_div .hours_box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 70%;
  background-color: #dedede;
}
@media (max-width: 480px) {
  .opening--hours .hours_info_div .hours_box {
    width: 100%;
  }
  .opening--hours .hours_info_div .hours_box:nth-child(3n):after {
    display: block;
  }
  .opening--hours .hours_info_div .hours_box:last-child:after {
    display: none;
  }
  .opening--hours .hours_info_div .hours_box:after {
    top: auto;
    width: 100%;
    height: 1px;
  }
}
.opening--hours h4 {
  font-size: 1.375em;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
.opening--hours h5 {
  font-size: 1.375em;
  font-weight: 400;
  margin-bottom: 0.75em;
}
.opening--hours .hours_info {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2.5em;
}
.opening--hours .hoursblue {
  background-color: #575195;
  max-width: 16.25em;
  font-size: 1.125em;
  line-height: 34px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  width: 100%;
}
.submit_btn_wrapper {
  margin-bottom: 0 !important;
}
@media (max-width: 480px) {
  .submit_btn_wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .g-recaptcha {
    display: flex;
    justify-content: center;
  }
}
.social-wrapper {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social__item {
  padding: 0 0.75em;
}
.social__item a {
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.social__item a svg {
  width: 100%;
  height: 100%;
}
.social__item a svg path {
  transition: 0.3s;
  fill: #fff;
}
.social__item a:hover svg path {
  fill: #ff7f32;
}
.social--white {
  justify-content: center;
}
.social--white .social__item a svg path {
  transition: 0.3s;
  fill: #000;
}
.social--white .social__item a:hover svg path {
  fill: #ff7f32;
}
.section-social {
  padding: 0 0 3em;
}
@media (max-width: 767px) {
  .section-social {
    padding: 0 0 1.5em;
  }
}
.social__head {
  text-align: center;
  padding: 1em 0 4.5em;
}
.social__head h2 {
  margin-bottom: 0.375em;
}
@media (max-width: 1024px) {
  .social__head {
    padding: 3em 0;
  }
}
@media (max-width: 767px) {
  .social__head {
    padding: 2em 0;
  }
}
.socialImg-list {
  display: none;
  flex-wrap: wrap;
  list-style: none;
  margin: -0.625em;
  padding: 0;
}
@media (max-width: 767px) {
  .socialImg-list {
    margin: -0.4em;
  }
}
.social__img {
  transition: 0.4s;
}
.socialImg__item {
  position: relative;
  width: 16.66%;
  padding: 0.3125em;
}
@media (max-width: 992px) {
  .socialImg__item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .socialImg__item {
    padding: 0.2em;
  }
}
.socialImg__item a {
  display: block;
  overflow: hidden;
}
.socialImg__item a:hover .social__img {
  transform: scale(1.2);
}
.social__icon {
  position: absolute;
  top: 0.625em;
  left: 0.625em;
  width: 2em;
  height: 2em;
  z-index: 3;
}
@media (max-width: 767px) {
  .social__icon {
    width: 1.5em;
    height: 1.5em;
  }
}
.dining a {
  background-color: #d6001c;
}
.ch-grid .dining-ch-info {
  background-color: rgba(214, 0, 28, 0.8);
}
.ch-grid .ch-info a {
  position: relative;
  text-decoration: none;
}
.ch-grid .ch-info a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
  bottom: 0;
  left: 0;
}
.ch-grid .ch-info a:hover:after {
  width: 100%;
  transition: 0.3s;
}
.about_head {
  width: 50%;
}
@media (max-width: 767px) {
  .about_head {
    width: 100%;
  }
}
.about__hero__header {
  width: 100%;
}
.number-swiper .swiper-container {
  overflow: visible;
}
@media (max-width: 992px) {
  .about-circle-mall .col-55,
  .parking-spaces .col-50 {
    justify-content: center;
    margin-bottom: 2em;
  }
}
@media (max-width: 992px) {
  .parking-spaces .align-middle {
    padding-left: 0;
  }
}
.parking-lots .items__details {
  display: flex;
  padding: 0.625em 3.5em 0.625em 5.5em;
  min-height: 5em;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1199px) {
  .parking-lots .items__details {
    padding: 0.625em 2.5em;
  }
}
@media (max-width: 767px) {
  .parking-lots .items__details {
    padding: 0.625em 1em;
  }
}
.parking-lots .items__details span {
  display: block;
  font-size: 1em;
}
.parking-lots .items__details p {
  font-size: 1.25em;
  margin-bottom: 0;
  margin-left: 1em;
}
@media (max-width: 1199px) {
  .parking-lots .items__details p {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .parking-lots .items__details p {
    font-size: 0.85em;
  }
}
.parking-lots .items__details .item__img {
  display: flex;
  align-items: center;
  width: 3.75em;
}
.parking-lots .items__details .head,
.parking-lots .items__details .lots {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.parking-lots .items__details .lots {
  margin-left: auto;
}
.floor-plans {
  position: relative;
}
.floor-plans:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 85%;
  background: #393635;
}
@media (max-width: 767px) {
  .floor-plans:before {
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .floor-plans .generic-head h2 span {
    -webkit-text-stroke-color: #fff;
  }
}
@media (max-width: 1200px) {
  .floor__plans__slider {
    padding-left: 0;
  }
}
.floor__plans__slider .swiper-container {
  padding-top: 8em;
}
@media (max-width: 767px) {
  .floor__plans__slider .swiper-container {
    padding-top: 5em;
  }
}
.floor__plans__slider .swiper-container .swiper-slide {
  padding-left: 10px;
}
.floor__plans__slider .swiper-container .swiper-slide .slide__content {
  width: 60%;
  color: #fff;
  margin-left: auto;
  padding-right: 11.875em;
}
@media (max-width: 1199px) {
  .floor__plans__slider .swiper-container .swiper-slide .slide__content {
    width: 54%;
  }
}
.floor__plans__slider .swiper-container .swiper-slide .slide__img {
  padding-left: 20em;
}
@media (max-width: 1200px) {
  .floor__plans__slider .swiper-container .swiper-slide .slide__img {
    padding-left: 0;
    padding-bottom: 2em;
  }
}
.floor__plans__slider .swiper-container .swiper-slide,
.floor__plans__slider .swiper-container .swiper-slide-next,
.floor__plans__slider .swiper-container .swiper-slide-prev {
  opacity: 0 !important;
  transition-delay: 0.2s;
}
.floor__plans__slider .swiper-container .swiper-slide-active {
  opacity: 1 !important;
  transition: 0.5s;
}
.floor__plans__slider .swiper-container .swiper-button-next,
.floor__plans__slider
  .swiper-container
  .swiper-container-rtl
  .swiper-button-prev {
  background: url(../svg/slider-arrow.svg) no-repeat 50%;
  width: 3.0625em;
  height: 3.0625em;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 0;
}
.floor__plans__slider .swiper-container .swiper-button-prev,
.floor__plans__slider
  .swiper-container
  .swiper-container-rtl
  .swiper-button-next {
  background: url(../svg/slider-arrow.svg) no-repeat 50%;
  width: 3.0625em;
  height: 3.0625em;
  border: 3px solid #fff;
  border-radius: 50%;
  transform: rotate(180deg);
  position: inherit;
  top: auto;
  left: auto;
  margin: 0;
}
.floor__plans__slider .swiper-container .swiper-pagination {
  width: 4.5em;
  height: 1.2em;
  font-family: Parisienne, sans-serif;
  font-size: 5em;
  color: #a78d8d;
  opacity: 0.4;
  top: 3em;
  left: 5.8em;
  margin: 0;
}
@media (max-width: 1199px) {
  .floor__plans__slider .swiper-container .swiper-pagination {
    left: 7.5em;
    top: 2em;
  }
}
@media (max-width: 992px) {
  .floor__plans__slider .swiper-container .swiper-pagination {
    left: 10em;
    top: 4em;
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  .floor__plans__slider .swiper-container .swiper-pagination {
    top: 3em;
    left: 0;
  }
}
@media (max-width: 480px) {
  .floor__plans__slider .swiper-container .swiper-pagination {
    display: none;
  }
}
.floor__plans__slider .floors_arrows {
  position: absolute;
  right: 0;
  display: flex;
  width: 7.375em;
  top: 25%;
}
@media (max-width: 1200px) {
  .floor__plans__slider .floors_arrows {
    top: 20%;
  }
}
@media (max-width: 992px) {
  .floor__plans__slider .floors_arrows {
    top: 25%;
  }
}
@media (max-width: 767px) {
  .floor__plans__slider .floors_arrows {
    top: 0;
  }
}
.floor__plans__shop__list {
  position: absolute;
  top: 40%;
  left: 0;
  background: #005745;
  padding-left: 7.3%;
  z-index: 9;
}
@media (max-width: 1200px) {
  .floor__plans__shop__list {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .floor__plans__shop__list {
    position: relative;
  }
}
.floor__plans__shop__list .swiper-container {
  width: 100%;
  height: 100%;
}
.floor__plans__shop__list .swiper-container .swiper-slide,
.floor__plans__shop__list .swiper-container .swiper-slide-next,
.floor__plans__shop__list .swiper-container .swiper-slide-prev {
  opacity: 0 !important;
}
.floor__plans__shop__list .swiper-container .swiper-slide-active {
  opacity: 1 !important;
  transition: 0.5s;
}
.floor__plans__shop__list .shop__list {
  display: flex;
  flex-direction: column;
  padding: 3em 3em 3em 0;
  width: 100%;
  color: #fff;
}
.floor__plans__shop__list .shop__list .shop__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
.floor__plans__shop__list .shop__list .shop__head .name,
.floor__plans__shop__list .shop__list .shop__head .unit {
  position: relative;
  padding-bottom: 0.5em;
}
.floor__plans__shop__list .shop__list .shop__head .name:after,
.floor__plans__shop__list .shop__list .shop__head .unit:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 0.5px;
  background: #fff;
  left: 0;
  bottom: 0;
}
.floor__plans__shop__list .shop__list .shop__head .unit:after {
  right: 0;
  left: auto;
}
.floor__plans__shop__list .shop__list ul {
  list-style-type: none;
  max-height: 24.5em;
  overflow: auto;
  padding: 0;
}
.floor__plans__shop__list .shop__list ul li {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.25em;
  padding: 0.5em 0;
  border-bottom: 0.5px solid hsla(0, 0%, 100%, 0.16862745098039217);
}
.floor__plans__shop__list .shop__list ul li:last-child {
  border-bottom: none;
}
.floor__plans__shop__list .shop__list ul li .shop__name {
  width: 65%;
}
.floor__plans__shop__list .shop__list ul li .unit__num {
  width: 35%;
  display: flex;
  justify-content: flex-end;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: hsla(0, 0%, 100%, 0.16862745098039217);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
}
.amenities {
  background: linear-gradient(180deg, #ff7f32 1%, #d6001c 148%);
}
.amenities .generic-head h2 {
  text-align: center;
  color: #fff;
}
.amenities .generic-head h2 span {
  -webkit-text-stroke-color: #fff;
  color: #fff;
}
.amenities .sub-head {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
}
@media (max-width: 992px) {
  .amenities .sub-head {
    padding: 0 1em;
  }
}
.amenities .sub-head p {
  width: 35em;
}
.amenities__slider {
  padding-top: 5em;
}
.amenities__slider .swiper-container {
  width: 100%;
  overflow: visible;
}
.amenities__slider .swiper-container:before {
  content: "";
  position: absolute;
  width: 25em;
  height: 90%;
  border: 1.75em solid #f78157;
  top: -3.2em;
  left: 50%;
  transform: translate(-50%);
}
.amenities__slider .swiper-slide {
  width: 16.5em;
  height: 42.9375em;
  transition: 0.5s;
  padding: 3.575em 0 0;
  margin: 0 0.4em;
}
.amenities__slider .amenities__img {
  overflow: hidden;
  position: relative;
  height: calc(100% - 7.5em);
}
.amenities__slider .amenities__img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: auto;
  height: 100%;
}
.amenities__slider .content {
  display: flex;
  margin-top: 3.4375em;
}
.amenities__slider .content .item__list {
  font-family: Parisienne, sans-serif;
  font-size: 4em;
  opacity: 0.2;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
}
.amenities__slider .content .item__head {
  font-size: 1.875em;
  font-weight: 400;
  color: #fff;
  line-height: 0.87;
}
.amenities__slider .swiper-slide-active {
  padding-top: 0;
}
.amenities__slider .swiper-slide-active .amenities__img {
  height: calc(100% - 7.5em);
}
.nav-pills-custom .nav-link {
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.27;
  color: #262424;
  background: #fff;
  position: relative;
}
.nav-pills-custom .nav-link.active {
  color: #1192ae;
  background: #fff;
}
.nav-pills-custom .nav-link.active svg path {
  fill: #1192ae;
}
.keyhighlights-tabs {
  display: flex;
}
.key-highlights {
  padding-top: 10.5em;
}
.key-highlights .generic-head {
  background: #fff;
}
.key-highlights .generic-head.dot--motif:before {
  top: -5em;
  left: -4em;
  width: 10em;
  height: 14em;
}
.key-highlights .bg {
  display: block;
  background-size: cover;
  background-position: 50%;
}
.key-highlights .bg,
.key-highlights .bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  z-index: -1;
}
.key-highlights .bg:before {
  content: "";
  background: url(/assets/images/about/key-highlightsbg-overlay.jpg);
  background-size: cover;
  background-position: 50%;
}
.key-highlights .nav-wrapper {
  display: flex;
}
.key-highlights .nav-wrapper .nav-icon {
  width: 2em;
  height: 2em;
}
.key-highlights .nav-wrapper .nav-icon svg {
  width: 100%;
  height: 100%;
}
.key-highlights .nav-wrapper .nav-icon svg path {
  transition: 0.3s;
}
.key-highlights .nav-wrapper .nav-icon:active svg path,
.key-highlights .nav-wrapper .nav-icon:hover svg path {
  fill: #1192ae;
}
.key-highlights .nav-wrapper .nav-head {
  display: flex;
  align-items: center;
  padding-left: 2em;
}
.key-highlight-content {
  position: relative;
}
.key-highlight-content .circle {
  position: absolute;
  top: -6em;
}
.key-highlight-content .num__head {
  position: absolute;
  font-size: 2.5em;
  font-style: italic;
  color: #1192ae;
  top: -3.7em;
  left: 7em;
}
.key-highlight-content .num__list {
  position: absolute;
  font-size: 1.375em;
}
.key-highlight-content .num__list li {
  list-style-type: none;
}
@media (max-width: 480px) {
  .about--section .marquee {
    margin-bottom: 0 !important;
  }
}
.section--getintouch {
  padding: 0;
}
.section--getintouch .wrapper {
  align-items: center;
}
.section--getintouch .generic-head.dot--motif:before {
  width: 10em;
  height: 9em;
  left: -11em;
}
@media (min-width: 992px) {
  .section--getintouch .generic-head h2 {
    margin: 0;
  }
}
.getintouch__form {
  width: 100%;
  background-color: #f3f1f6;
  padding: 3.5em 13.9% 4.5em 4.5em;
}
.getintouch__form .custom_form .form-control {
  background-color: transparent;
}
.getintouch__form .custom_form .btn-primary {
  padding: 0.75em 3em;
  letter-spacing: 3.28px;
}
.getintouch__form .col-50 {
  display: flex;
  flex-flow: column;
  padding-right: 2em;
}
@media (max-width: 767px) {
  .getintouch__form .col-50 {
    padding-right: 0;
  }
}
@media (max-width: 1100px) {
  .getintouch__form {
    padding: 3em 5em;
  }
}
@media (max-width: 767px) {
  .getintouch__form {
    padding: 3em 2em;
  }
}
.custom_form .form-control::placeholder {
  color: rgba(147, 146, 149, 0.5019607843137255);
}
.getintouch__header h4 {
  margin: 0;
  -webkit-text-stroke-width: 0.5px;
}
.getintouch__header p {
  color: #939295;
}
.-header {
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 99;
  text-transform: uppercase;
  transition: 0.5s;
}
.-header ul {
  list-style: none;
  margin: 0;
}
.-header .social-wrapper {
  padding-left: 2em;
}
@media (max-width: 767px) {
  .-header .social-wrapper {
    padding: 1em 30px;
    font-size: 18px;
  }
}
.-header .social__item {
  padding: 0 0.25em;
}
.-header .social__item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.-header .social__item svg {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
}
.-header .social__item:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.lang-switch {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 8;
}
@media (max-width: 1100px) {
  .lang-switch {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .lang-switch {
    margin-right: 1em;
  }
}
@media (max-width: 767px) {
  .lang-switch {
    font-size: 16px;
  }
}
.top__header {
  background-color: #e32923;
  position: relative;
  z-index: 8;
}
.head-qlink {
  display: flex;
}
@media (max-width: 767px) {
  .head-qlink {
    padding: 0;
    flex-flow: column;
    width: 100%;
  }
}
.top__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .top__wrapper {
    flex-flow: column;
    align-items: flex-start;
  }
}
.top__wrapper .qlink__item {
  position: relative;
  padding: 0.625em 0 0.625em 1.875em;
}
@media (max-width: 480px) {
  .top__wrapper .qlink__item {
    padding: 0.625em 0 0.625em 1.875em;
  }
}
.top__wrapper .qlink__item .icon {
  width: 1.75em;
  height: 1.75em;
  margin-right: 0.7em;
}
.top__wrapper .qlink__item .icon img {
  width: 100%;
  height: 100%;
}
.qlink__item {
  padding: 0.625em 0.875em;
  display: flex;
  align-items: center;
}
.qlink__item a {
  color: #fff;
}
@media (max-width: 767px) {
  .qlink__item {
    padding: 0.625em 30px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  }
}
.qicon {
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  margin-right: 1em;
}
.main-header {
  background-color: #fff;
  position: relative;
}
.hide-top .header__wrapper {
  padding: 0.5em 0;
}
.hide-top .header__wrapper .brand-logo a {
  width: 8em;
}
.brand-logo {
  position: relative;
  margin-right: auto;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.125em 0;
}
@media (max-width: 767px) {
  .header__wrapper {
    padding: 0.5em 0;
  }
}
.header__wrapper .brand-logo {
  z-index: 9;
}
.header__wrapper .brand-logo a {
  transition: 0.5s;
  display: inline-block;
  width: 11.3125em;
  height: auto;
}
.main-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
  z-index: 0;
}
@media (max-width: 992px) {
  .main-menu {
    flex-flow: column;
    font-size: 1em;
  }
}
.menu__item a {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0.25em 0.75em;
  color: #000;
  text-decoration: none;
  transition: 0.5s;
}
.menu__item a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #e32923;
  z-index: -1;
  left: auto;
  transition: 0.5s;
}
.menu__item a.active,
.menu__item a:active,
.menu__item a:hover {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .menu__item a.active:before,
  .menu__item a:active:before,
  .menu__item a:hover:before {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .menu__item a.active,
  .menu__item a:active {
    background-color: #ff7f32;
  }
}
@media (max-width: 992px) {
  .menu__item {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  }
  .menu__item a {
    color: #fff;
    padding: 0.625em 30px;
  }
}
.navigation {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .navigation {
    position: fixed;
    right: -100%;
    width: 320px;
    height: 100vh;
    padding-top: 7em;
    transition: 0.7s;
    background: #e32923;
    z-index: 7;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .navigation {
    z-index: 9;
    padding-top: 4em;
  }
}
@media (max-width: 480px) {
  .navigation {
    width: 100%;
    padding-top: 7em;
  }
}
.open-menu .navigation {
  right: 0;
}
@media (min-width: 992px) {
  .meagamenu_main.active .mega--menu {
    overflow: hidden;
    height: 23em;
  }
}
.mega--menu {
  position: absolute;
  width: 100%;
  top: 2.6em;
  left: 0;
  height: 0;
  overflow: hidden;
  transition: 0.75s;
  box-shadow: 0 10px 10px -10px hsla(0, 0%, 58.8%, 0.5);
  background: #fff;
}
@media (max-width: 1500px) and (min-width: 1024px) and (min-height: 999px) {
  .mega--menu {
    height: auto;
    transition: none;
    display: none;
  }
}
@media (max-width: 992px) {
  .mega--menu {
    height: auto;
    overflow: hidden;
    transition: 0.75s;
  }
}
.mega--menu:before {
  content: "";
  background: #fff1ee;
  width: 35em;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
@media (max-width: 1100px) {
  .mega--menu:before {
    width: 25em;
  }
}
@media (max-width: 992px) {
  .mega--menu:before {
    content: normal;
  }
}
.menu__wrap {
  display: flex;
  background: #fff;
  padding-left: 5.875em;
}
@media (max-width: 1100px) {
  .menu__wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .menu__wrap {
    flex-wrap: wrap;
  }
}
.menu__text {
  width: 30.125em;
  padding: 2.8125em 5.375em 0 4.875em;
  margin: 2.5em 0 0;
  position: relative;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .menu__text {
    width: 29.125em;
  }
}
.menu__text:before {
  content: "";
  background: url(../svg/Quotemarks-right.svg) no-repeat;
  width: 3em;
  height: 6.125em;
  background-size: contain;
  left: 5%;
  top: 10%;
  position: absolute;
}
@media (max-width: 1100px) {
  .menu__text:before {
    left: 1.5em;
  }
}
@media (max-width: 992px) {
  .menu__text:before {
    content: normal;
  }
}
@media (max-width: 1100px) {
  .menu__text {
    width: 30%;
    padding: 2.8125em 2.375em 0 6.875em;
  }
}
@media (max-width: 992px) {
  .menu__text {
    width: 100%;
    padding: 0 2em;
    margin: 1em 0;
    display: none;
  }
}
.menu__text p {
  color: #000;
  font-size: 1.75em;
  line-height: 1.45;
}
@media (max-width: 1100px) {
  .menu__text p {
    font-size: 1.35em;
  }
}
.menu__text a {
  color: #fff;
  position: relative;
  padding-left: 2em;
  display: inline-flex;
}
.menu__text a:before {
  content: "";
  background: url(../images/menu/arrow.svg) no-repeat;
  width: 1.4375em;
  height: 1.1875em;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  transition: 0.5s;
}
.menu__text a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 1px;
  width: 0;
  opacity: 0.5;
}
.menu__text a:hover {
  color: #fff;
}
.menu__text a:hover:before {
  left: 0.5em;
}
.menu__text a:hover:after {
  width: 100% !important;
}
.menu__text .generic-head h2 {
  text-transform: none;
  font-size: 3em;
}
.menu__text .generic-head h2 span {
  margin-bottom: 0.3em;
}
@media (max-width: 1366px) {
  .menu__text .generic-head h2 span {
    font-size: 1em;
  }
}
@media (max-width: 1366px) {
  .menu__text .generic-head h2 {
    font-size: 2em;
  }
}
.menu__img {
  margin-left: auto;
  width: 35em;
  height: 100%;
  position: absolute;
  right: 0;
}
.menu__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1100px) {
  .menu__img {
    width: 30%;
  }
  .menu__img img {
    width: 100%;
    height: auto;
  }
}
.menu__cont ul {
  margin: 2.5em 0 0;
  list-style-type: none;
  width: 22.5em;
  padding: 0.9375em 0 0.625em 1.875em;
  min-height: 14.875em;
}
@media (max-width: 1366px) {
  .menu__cont ul {
    width: 20.8em;
    padding: 0.9375em 0 0.625em 2.8125em;
  }
}
@media (max-width: 1200px) {
  .menu__cont ul {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .menu__cont ul {
    margin: 0;
    border-left: 0;
    list-style-type: none;
    width: 100%;
    padding: 0;
    min-height: auto;
    background: #fff;
  }
}
.menu__cont li {
  margin-right: 0;
}
.menu__cont li:last-child,
.menu__cont li:last-child a {
  border-bottom: 0;
}
.menu__cont a {
  color: #000;
  border-bottom: 1px solid #efefef;
  padding: 1em 0;
  position: relative;
}
@media (max-width: 992px) {
  .menu__cont a {
    padding: 1em 1.875em;
    color: #000;
  }
}
.menu__cont a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e32923;
  height: 100%;
  width: 0;
  transition: 0.5s;
  z-index: 9;
}
@media (max-width: 992px) {
  .menu__cont a:before {
    content: normal;
  }
}
.menu__cont a:hover {
  color: #fff;
  padding-left: 1.5em;
}
.menu__cont a:hover:before {
  width: 100%;
}
@media (max-width: 992px) {
  .menu__cont a:hover {
    color: #000;
    border-bottom: 0;
  }
}
.menu__cont a.active {
  color: #fff;
  padding-left: 1.875em;
}
.menu__cont a.active:before {
  width: 100%;
}
@media (max-width: 992px) {
  .menu__cont a.active {
    color: #fff;
    background: #ff7f32;
    border-bottom: 0;
  }
}
.menu__cont a span {
  position: relative;
  z-index: 999;
}
@media (max-width: 992px) {
  .menu__cont {
    width: 100%;
  }
}
.submenu {
  display: flex;
}
.submenu .chevron {
  display: none;
  position: relative;
  left: auto;
  top: 0;
  right: 0;
  height: 100%;
  animation: none;
  transform: none;
  opacity: 1;
}
.submenu .chevron:before {
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  content: "";
  display: flex;
  height: 0.55em;
  left: 5px;
  position: absolute;
  top: 30%;
  transform: rotate(135deg) translate(-50%);
  vertical-align: top;
  color: #000;
  width: 0.55em;
  bottom: 0;
  align-items: baseline;
  background: 0 0;
  opacity: 1;
}
.submenu .chevron:after {
  content: normal;
}
.submenu .chevron:focus,
.submenu .chevron:hover {
  text-decoration: none;
  outline: none;
}
.submenu .chevron:focus:after,
.submenu .chevron:hover:after {
  content: normal;
}
.submenu .chevron:active:before,
.submenu .chevron:focus:before,
.submenu .chevron:hover:before {
  width: 0.55em;
}
@media (max-width: 1500px) and (min-width: 1024px) and (min-height: 999px) {
  .submenu .chevron {
    display: block;
  }
}
@media (max-width: 1366px) {
  .submenu .chevron {
    width: 0.55em;
  }
}
@media (max-width: 1100px) {
  .submenu .chevron {
    display: block;
    position: relative;
    left: auto;
    top: auto;
  }
  .mega--menu {
    transition: none;
    height: auto;
    display: none;
  }
}
@media (max-width: 1100px) {
  .submenu .chevron {
    display: block;
  }
}
@media (max-width: 992px) {
  .submenu {
    position: relative;
    display: block;
  }
  .submenu .chevron {
    display: none;
  }
}
.menu__sign {
  position: absolute;
  right: 1em;
  top: 0.4em;
  display: none;
  transition: 0.4s;
  font-size: 1.75em;
  color: #000;
}
.menu__sign:after {
  content: "+";
  color: #fff;
}
.menu__sign.open:after {
  content: "-";
  font-size: 1.5em;
  position: relative;
  bottom: 11px;
}
@media (max-width: 992px) {
  .meagamenu_main {
    visibility: visible;
    transition: 0.3s;
    opacity: 1;
  }
  .mega--menu {
    position: static;
    display: none;
  }
  .menu__sign {
    display: block;
  }
  .menu__img {
    display: none;
  }
}
.breadcrumb-sec {
  width: 50%;
}
@media (max-width: 767px) {
  .breadcrumb-sec {
    width: 100%;
  }
}
.-footer ul {
  margin: 0;
  list-style: none;
}
.footer__top {
  padding: 4.125em 0;
  background-color: #ff7f32;
}
@media (max-width: 1100px) {
  .footer__top {
    padding: 3em 0 2em;
  }
}
@media (max-width: 767px) {
  .footer__top {
    padding: 2em 0 1em;
  }
}
@media (max-width: 480px) {
  .footer__top {
    padding: 3em 0 2em;
  }
}
.footer__top .brand-logo {
  padding-right: 4em;
}
@media (max-width: 992px) {
  .footer__top .brand-logo {
    display: none;
    width: 10em;
    padding: 0 0 3em;
  }
}
@media (max-width: 767px) {
  .footer__top .brand-logo {
    display: block;
    width: 7em;
    padding: 0 0 1.5em;
  }
}
.footer__top .brand-logo a {
  display: block;
}
.qlinks-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .qlinks-wrapper {
    display: block;
  }
}
.qlinks__col {
  padding: 0 2em;
}
.qlinks__col p {
  font-size: 1em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.qlinks__col p:after,
.qlinks__col p:before {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 50%;
  width: 2px;
  height: 1em;
  transition: all 0.5s ease-in-out;
}
.qlinks__col p:before {
  top: 0.55em;
  left: 0.45em;
}
.qlinks__col p:after {
  left: 0;
  width: 1em;
  height: 2px;
}
.qlinks__col a {
  font-size: 1em;
  line-height: 2;
  color: #fff;
  display: inline-block;
}
.qlinks__col a:after {
  background-color: #fff;
}
@media (max-width: 1100px) {
  .qlinks__col {
    padding: 0 0.75em;
  }
}
@media (max-width: 992px) {
  .qlinks__col {
    padding: 0 1em;
  }
}
@media (max-width: 767px) {
  .qlinks__col {
    padding: 0;
  }
  .qlinks__col p {
    line-height: 2;
    padding-left: 2em;
    margin-bottom: 0;
  }
  .qlinks__col p:after,
  .qlinks__col p:before {
    content: "";
  }
  .qlinks__col p.opened:before {
    transform: rotate(90deg);
  }
  .qlinks__col p.opened:after {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.qlinks__menu {
  padding: 0;
}
@media (max-width: 767px) {
  .qlinks__menu {
    padding: 0 0 1em 2em;
    display: none;
  }
}
.footer__bottom {
  padding: 1.875em 0;
  color: #bcbcbc;
}
.bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .bottom-wrap {
    flex-flow: column;
    align-items: center;
  }
}
.bottom-wrap a {
  display: inline-block;
  color: #bcbcbc;
  font-size: 1em;
}
@media (min-width: 767px) {
  .bottom-wrap a {
    font-size: 0.875em;
  }
}
.bottom-wrap a:after {
  background-color: #bcbcbc;
}
.bottom-wrap a:hover {
  color: #000;
}
.bottom-wrap a:hover:after {
  background-color: #000;
}
.copy {
  font-size: 1em;
  margin: 0;
}
@media (min-width: 767px) {
  .copy {
    font-size: 0.875em;
  }
}
@media (max-width: 992px) {
  .copy {
    padding-bottom: 1.5em;
  }
}
.copy a {
  color: #ff7f32;
  font-size: 1em;
  position: relative;
  text-decoration: none;
}
.copy a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #e32923 !important;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.copy a:hover {
  color: #e32923;
}
.copy a:hover:after {
  width: 100%;
  transition: 0.3s;
}
.legal-links {
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .legal-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.legal__item {
  position: relative;
  padding: 0 0.75em;
}
.legal__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.25em;
  height: 0.25em;
  background-color: #bcbcbc;
}
@media (min-width: 767px) {
  .legal__item:first-child {
    padding-left: 0;
  }
  .legal__item:first-child:before {
    content: none;
  }
}
.legal__item:last-child {
  padding-right: 0;
}
.menu__link {
  position: relative;
  display: inline-block;
}
.menu__link .tooltiptext {
  width: 14em;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -40px;
  font-size: 0.75em;
  visibility: hidden;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .menu__link .tooltiptext {
    display: none;
  }
}
.menu__link:hover .tooltiptext {
  visibility: visible;
}
#fullpage .section {
  padding: 0;
}
#fullpage .section.section-footer {
  padding-bottom: 4.5em;
}
@media (max-width: 992px) {
  #fullpage .section.section-footer {
    padding-bottom: 0;
  }
}
#fullpage .section-2 .fp-tableCell {
  vertical-align: top;
}
#fullpage main {
  padding: 0;
}
@media (max-width: 992px) {
  #fullpage .lifestyle {
    padding: 5em 0;
  }
}
.fp-viewing-1 .top__header,
.fp-viewing-2 .top__header,
.fp-viewing-3 .top__header,
.fp-viewing-4 .top__header,
.fp-viewing-5 .top__header,
.fp-viewing-6 .top__header,
.fp-viewing-7 .top__header {
  margin-top: -3em;
  transition: 0.5s;
}
.fp-viewing-1 .header__wrapper,
.fp-viewing-2 .header__wrapper,
.fp-viewing-3 .header__wrapper,
.fp-viewing-4 .header__wrapper,
.fp-viewing-5 .header__wrapper,
.fp-viewing-6 .header__wrapper,
.fp-viewing-7 .header__wrapper {
  padding: 0.69em 0;
}
.fp-viewing-1 .header__wrapper .brand-logo a,
.fp-viewing-2 .header__wrapper .brand-logo a,
.fp-viewing-3 .header__wrapper .brand-logo a,
.fp-viewing-4 .header__wrapper .brand-logo a,
.fp-viewing-5 .header__wrapper .brand-logo a,
.fp-viewing-6 .header__wrapper .brand-logo a,
.fp-viewing-7 .header__wrapper .brand-logo a {
  width: 8.125em;
}
.home .-header {
  position: relative;
}
.home main {
  padding-top: 0;
}
.fp-viewing-0 .top__header {
  margin-top: 0;
}
.swiper-trending {
  position: relative;
  padding-bottom: 4.375em;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .swiper-trending {
    padding-bottom: 3.5em;
  }
}
.swiper-trending .swiper-scrollbar {
  background: none;
  height: 2.125em;
  width: 75%;
  right: 0;
  left: auto;
}
.swiper-trending .swiper-slide {
  padding: 0 20px;
}
.swiper-trending .swiper-scrollbar-drag {
  height: 35px;
  border-radius: 50%;
  margin-top: -3px;
  background: url(../svg/circle.svg) no-repeat;
  z-index: 9;
}
.swiper-trending .swiper-scrollbar:before {
  content: "Scroll Right";
  font-size: 0.875em;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 1.44px;
  text-align: left;
  color: #ff7f32;
  text-transform: uppercase;
  margin-right: 0.625em;
  margin-top: 0.425em;
  float: left;
  margin-left: -8.75em;
}
@media (max-width: 1366px) {
  .swiper-trending .swiper-scrollbar:before {
    margin-top: 1em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .swiper-trending .swiper-scrollbar:before {
    margin-top: 1em;
    margin-left: -9.5em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .swiper-trending .swiper-scrollbar:before {
    margin-top: 0.8em;
  }
}
@media (max-width: 480px) {
  .swiper-trending .swiper-scrollbar:before {
    font-size: 0.675em;
    margin-top: 0.925em;
  }
}
.swiper-trending .swiper-scrollbar:after {
  content: "";
  top: 15px;
  left: 0;
  position: absolute;
  background: #000;
  height: 1px;
  width: 100%;
}
.section-2 {
  background: #f7f5f5;
}
.lifestyle {
  background-size: cover;
}
.lifestyle .generic-head.dot--motif:before {
  top: 0;
  left: -10em;
  width: 10em;
  height: 14em;
}
.lifestyle .content-section-sub {
  padding: 5.125em 0 0 3em;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .lifestyle .content-section-sub {
    padding: 1.5em 0 0 3em;
  }
}
.lifestyle .fp-tableCell {
  vertical-align: top;
}
.luxury-dining-sec {
  margin-top: 4em;
}
@media (max-width: 992px) {
  .luxury-dining-sec {
    display: none;
  }
}
.market--section {
  padding: 0;
  height: 100vh;
}
@media (max-width: 1024px) {
  .market--section {
    height: auto;
  }
}
@media (max-width: 1400px) and (min-height: 900px) {
  .market--section {
    height: auto;
  }
}
.market__hoverbox {
  display: block;
  position: relative;
  color: #fff;
}
.market__hoverbox:hover {
  color: #fff;
}
.market__hoverbox:hover .market__content {
  bottom: 13em;
}
@media (max-width: 992px) {
  .market__hoverbox {
    height: 40em;
  }
  .market__hoverbox:hover .market__content {
    bottom: 0;
    left: 0;
    padding-bottom: 8em;
  }
}
@media (max-width: 767px) {
  .market__hoverbox {
    height: auto;
  }
  .market__hoverbox:hover .market__content {
    padding-bottom: 4em;
  }
}
.market__img {
  position: relative;
  z-index: 1;
}
.market__img:after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.65));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.market__content {
  position: absolute;
  bottom: 10em;
  left: 4.375em;
  transition: 0.5s;
  z-index: 3;
}
.market__content .generic-head h2 {
  margin-bottom: 0.39em;
  position: relative;
}
.market__content .generic-head h2 span {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}
.market__content .generic-head h2:before {
  content: "";
  height: 2px;
  width: 21px;
  display: block;
  position: absolute;
  bottom: -10px;
  background-color: #f6bb2a;
}
.market__content h4 {
  font-weight: 400;
}
@media (min-width: 1100px) {
  .market__content h4 {
    font-size: 2.25em;
    width: 8em;
  }
}
@media (max-width: 992px) {
  .market__content {
    bottom: 0;
    left: 0;
    padding: 0 5em 3em;
  }
}
@media (max-width: 767px) {
  .market__content {
    padding: 0 30px 2em;
  }
}
.market__logo {
  width: 13.125em;
  height: 13.125em;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 1100px) {
  .market__logo {
    width: 10em;
    height: 10em;
    width: 7em;
    height: 7em;
  }
}
.fitness--section {
  padding: 0;
  height: 100vh;
}
@media (max-width: 1024px) {
  .fitness--section {
    height: 55vh;
  }
}
@media (max-width: 992px) {
  .fitness--section {
    height: 85vh;
  }
}
@media (max-width: 767px) {
  .fitness--section {
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .fitness--section {
    height: 70vh;
  }
}
.fitness__tabsContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  visibility: hidden;
}
.fitness__tabsContent.active {
  z-index: 1;
}
.fitness__tabsContent.active .fitness__content,
.fitness__tabsContent.active .fitness__img {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.fitness__tabsContent.active .fitness__content {
  margin-top: 0;
}
@media (max-width: 767px) {
  .fitness__tabsContent {
    position: relative;
    visibility: visible;
  }
}
.fitness__img {
  position: relative;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.5;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}
.fitness__img img {
  height: 100%;
  object-fit: cover;
}
.fitness__img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2986af;
  opacity: 0.7;
  z-index: 1;
}
@media (max-width: 992px) {
  .fitness__img:after {
    content: "";
  }
  .fitness__img img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .fitness__img {
    opacity: 1;
  }
  .fitness__img img {
    width: 100%;
    height: 35em;
  }
}
.fitness__content {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 15em 7.3% 5em 7.5em;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.5;
  margin-top: 5em;
}
.fitness__content .generic-head span {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}
.fitness__content p {
  color: #fff;
  padding-right: 30%;
}
@media (max-width: 1100px) {
  .fitness__content p {
    padding-right: 15%;
    line-height: 1.2;
  }
}
@media (max-width: 1100px) {
  .fitness__content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .fitness__content {
    width: 100%;
    padding: 21em 7.3% 5em 2.5em;
  }
}
@media (max-width: 767px) {
  .fitness__content {
    width: 100%;
    left: 0;
    padding: 5em 30px;
    opacity: 1;
    margin-top: 0;
  }
}
.fitness__content .fitness__anchor {
  color: #fff;
  position: relative;
  margin-left: 2.5em;
  text-decoration: none;
}
.fitness__content .fitness__anchor:before {
  content: "";
  position: absolute;
  height: 1.85em;
  width: 1.85em;
  background: url(../svg/view_all.svg) no-repeat;
  background-size: cover;
  left: -2.5em;
}
.fitness__content .fitness__anchor:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background: #fff;
  left: 0;
  bottom: -2px;
  transition: 0.3s;
}
.fitness__content .fitness__anchor:hover:after {
  width: 100%;
  transition: 0.3s;
}
.fitness__tabs {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 5em 5em 0 7.5em;
  z-index: 3;
}
@media (max-width: 1100px) {
  .fitness__tabs {
    left: 35%;
  }
}
@media (max-width: 992px) {
  .fitness__tabs {
    padding: 5em 5em 0 2.5em;
    left: inherit;
  }
}
@media (max-width: 767px) {
  .fitness__tabs {
    display: none;
  }
}
.fitness__tabslist {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  list-style-type: none;
}
.fitness__tabitem {
  height: 6em;
  display: flex;
}
.fitness__tabitem a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em 1.1em;
  transition: 0.5s;
}
.fitness__tabitem a span {
  font-size: 1.625em;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding-left: 0.5em;
}
.fitness__tabitem a:hover {
  background-color: #287e92;
  text-decoration: none;
}
.fitness__tabitem a.active,
.fitness__tabitem a:active {
  background-color: #287e92;
}
.main-section .nav-button {
  position: absolute;
  right: 17%;
  bottom: 33%;
  z-index: 9;
}
.main-section .nav-button .swiper-pagination-fraction {
  width: 3.125em;
  font-size: 1.375em;
  margin-left: 0.375em;
  margin-bottom: 0.875em;
  color: #fff;
}
.main-section .nav-button .nav-val {
  float: left;
  font-size: 1.5em;
  color: #ff481e;
  width: 80px;
  position: absolute;
  margin-top: -63px;
  margin-left: 13px;
}
.main-section .nav-button .nav-val div {
  display: inline-block;
}
.main-section .swiper-button-next,
.main-section .swiper-container-rtl .swiper-button-prev {
  left: 3.625em;
  right: auto;
}
.main-section .swiper-button-next,
.main-section .swiper-button-prev,
.main-section .swiper-container-rtl .swiper-button-prev {
  outline: none;
  border: 2px solid #ff481e;
  border-radius: 50%;
  height: 1.875em;
  width: 1.875em;
  transition: 0.5s;
  background: #fff;
  color: #ff481e;
}
.main-section .swiper-button-next:after,
.main-section .swiper-button-prev:after,
.main-section .swiper-container-rtl .swiper-button-next:after,
.main-section .swiper-container-rtl .swiper-button-prev:after {
  font-size: 0.75em;
  font-weight: 700;
  text-align: center;
  padding-left: 0.125em;
}
.mainbanner {
  text-align: center;
  width: 100%;
  vertical-align: middle;
}
.mainbanner .swiper-slide-active .slide-content {
  margin-left: 0;
  opacity: 1;
  transition: 1s;
}
.mainbanner .slide-content {
  margin-top: 21%;
  display: block;
  opacity: 0;
  margin-left: -5%;
}
.mainbanner h3 {
  font-size: 35px;
  line-height: 1.36;
  background: url(../images/menu-active.png) no-repeat 50%;
  background-size: 100%;
  padding: 20px 57px 27px 27px;
  width: auto;
  display: inline-block;
  background-size: contain;
  margin-left: 4em;
}
.mainbanner h3,
.mainbanner h4 {
  text-shadow: 1px 1px 1px #000;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  font-family: Parisienne, cursive;
}
.mainbanner h4 {
  font-size: 31.0625em;
  line-height: 1;
  display: block;
  margin-top: -56px;
}
.mall-section {
  object-fit: contain;
  width: 100%;
  height: 61em;
}
.mall-section .fp-tableCell {
  vertical-align: top;
}
.mall-section .subsection {
  z-index: 2;
  text-align: center;
}
.mall-section h3 {
  -webkit-text-stroke: 1px #fff;
  font-size: 5.25em;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.99;
  letter-spacing: -2.52px;
  text-align: center;
  margin: 0.5em auto 0;
  position: relative;
  z-index: 999;
  width: 100%;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .mall-section h3 {
    margin-top: 0;
    padding-top: 1em;
  }
}
@media (max-width: 767px) {
  .mall-section h3 {
    font-size: 3.25em;
  }
}
.mall-section .mall-tabs {
  width: 100%;
  position: relative;
  z-index: 999;
  left: auto;
  right: auto;
  margin: 0 auto;
  display: block;
  flex-wrap: nowrap;
}
.mall-section .mall-tabs li {
  margin-right: 0.625em;
  display: inline-block;
}
.mall-section .mall-tabs li a {
  padding: 0 0.375em;
  font-size: 5.0625em;
  color: #fff;
  font-family: Parisienne, cursive;
}
.mall-section .mall-tabs li a.active {
  background: url(../images/menu-active.png) no-repeat;
  background-size: 100%;
  background-position: 50%;
}
@media (max-width: 767px) {
  .mall-section .mall-tabs li a {
    font-size: 3.0625em;
  }
}
.mall-section .mall-slider,
.mall-section .mall-slider li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mall-section .mall-slider li h5 {
  color: #fff;
  object-fit: contain;
}
.mall-section .mall-slider li p {
  width: 19em;
  height: 6.5625em;
  font-size: 1.125em;
  line-height: 1.56;
  letter-spacing: -0.27px;
}
.mall-section .mall-slider li a,
.mall-section .mall-slider li p {
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  color: #fff;
}
.mall-section .mall-slider li a {
  font-size: 1em;
  line-height: 2.25;
  letter-spacing: 0.67px;
  background: url(../images/view_all_icon.svg) no-repeat;
}
@media (max-width: 480px) {
  .mall-section {
    height: 58em;
  }
}
@media (max-width: 1024px) {
  .mall-section {
    height: 85vh;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .mall-section {
    height: 100vh;
  }
}
@media (max-width: 1400px) and (min-height: 900px) and (orientation: landscape) {
  .mall-section {
    height: 85em;
  }
}
.swiper1,
.swiper2 {
  top: 28%;
  position: absolute;
}
.swiperbg2 .swiper-slide.swiper-slide-active .circle,
.swiperbg .swiper-slide.swiper-slide-active .circle {
  stroke-dashoffset: 0;
  transition-delay: 1s;
}
.swiperbg2 .swiper-slide .img-wrap,
.swiperbg .swiper-slide .img-wrap {
  position: relative;
  width: 30.5em;
  height: 30.5em;
  margin: 3.5em;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .swiperbg2 .swiper-slide .img-wrap,
  .swiperbg .swiper-slide .img-wrap {
    width: 25.5em;
    height: 25.5em;
  }
}
.swiperbg2 .swiper-slide img,
.swiperbg .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.swiperbg2 {
  display: none;
}
.swiperbg,
.swiperbg2 {
  position: absolute;
  top: 0;
  width: 100%;
}
.swiperbg2 .swiper-slide,
.swiperbg .swiper-slide {
  position: relative;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
  font-size: 1.125em;
  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;
}
.swiperbg2 .swiper-slide .circle_svg,
.swiperbg .swiper-slide .circle_svg {
  left: 0;
}
@media (max-width: 767px) {
  .swiperbg2 .swiper-slide .circle_svg,
  .swiperbg .swiper-slide .circle_svg {
    left: -31px;
    top: -33px;
  }
}
.swiperbg2 .swiper-slide:before,
.swiperbg .swiper-slide:before {
  content: "";
  background: url(../images/pattern.png) repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.25;
  z-index: 1;
}
.swiperbg2 .swiper-slide.bgtabone1,
.swiperbg .swiper-slide.bgtabone1 {
  background: #d1692a;
}
.swiperbg2 .swiper-slide.bgtabone1 .img .circle,
.swiperbg .swiper-slide.bgtabone1 .img .circle {
  stroke: #e75c09;
}
.swiperbg2 .swiper-slide.bgtabone2,
.swiperbg .swiper-slide.bgtabone2 {
  background: #bc0019;
}
.swiperbg2 .swiper-slide.bgtabone2 .img .circle,
.swiperbg .swiper-slide.bgtabone2 .img .circle {
  stroke: #9f0014;
}
.swiperbg2 .swiper-slide.bgtabone3,
.swiperbg .swiper-slide.bgtabone3 {
  background: #004d3d;
}
.swiperbg2 .swiper-slide.bgtabone3 .img .circle,
.swiperbg .swiper-slide.bgtabone3 .img .circle {
  stroke: #004032;
}
.swiperbg2 .swiper-slide.bgtabtwo1,
.swiperbg .swiper-slide.bgtabtwo1 {
  background: #b5131b;
}
.swiperbg2 .swiper-slide.bgtabtwo1 .img .circle,
.swiperbg .swiper-slide.bgtabtwo1 .img .circle {
  stroke: #e12422;
}
.swiperbg2 .swiper-slide.bgtabtwo2,
.swiperbg .swiper-slide.bgtabtwo2 {
  background: #006175;
}
.swiperbg2 .swiper-slide.bgtabtwo2 .img .circle,
.swiperbg .swiper-slide.bgtabtwo2 .img .circle {
  stroke: #01758e;
}
.swiperbg2 .swiper-slide.bgtabtwo3,
.swiperbg .swiper-slide.bgtabtwo3 {
  background: #d08872;
}
.swiperbg2 .swiper-slide.bgtabtwo3 .img .circle,
.swiperbg .swiper-slide.bgtabtwo3 .img .circle {
  stroke: #ffa288;
}
.swiperbg2 .swiper-slide.bgtabtwo4,
.swiperbg .swiper-slide.bgtabtwo4 {
  background: #bc0019;
}
.swiperbg2 .swiper-slide.bgtabtwo4 .img .circle,
.swiperbg .swiper-slide.bgtabtwo4 .img .circle {
  stroke: #9f0014;
}
.swiperbg2 .swiper-slide .img,
.swiperbg .swiper-slide .img {
  position: relative;
  margin-top: 5.625em;
  margin-left: -30.375em;
}
@media (max-width: 1200px) {
  .swiperbg2 .swiper-slide .img,
  .swiperbg .swiper-slide .img {
    margin-top: 10.625em;
  }
}
@media (max-width: 992px) {
  .swiperbg2 .swiper-slide .img,
  .swiperbg .swiper-slide .img {
    margin-top: -10.375em;
    margin-left: -21.375em;
  }
}
@media (max-width: 767px) {
  .swiperbg2 .swiper-slide .img,
  .swiperbg .swiper-slide .img {
    margin-top: 7.625em;
    margin-left: -0.375em;
  }
  .swiperbg2 .swiper-slide .img:after,
  .swiperbg .swiper-slide .img:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    border-radius: 50%;
    transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  .swiperbg2 .swiper-slide .img .circle,
  .swiperbg .swiper-slide .img .circle {
    r: 13.75em;
  }
}
.swiperbg2 .swiper-slide .img img,
.swiperbg .swiper-slide .img img {
  margin-left: 0;
  margin-top: 0;
}
.swiperbg2 .swiper-slide,
.swiperbg .swiper-slide {
  font-size: 1em;
}
.swiper-mall {
  width: 100%;
  overflow: hidden;
}
.swiper-mall .swiper-slide {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-box-align: left;
  -ms-flex-align: left;
  -webkit-align-items: left;
  align-items: left;
  width: 50%;
}
.swiper-mall .swiper-slide.swiper-slide-active.restaurant .img .circle {
  stroke: #e75c09;
}
.swiper-mall .swiper-slide.swiper-slide-active.cinema .img .circle {
  stroke: #9f0014;
}
.swiper-mall .swiper-slide.swiper-slide-active.shopping .img .circle {
  stroke: #004032;
}
.swiper-mall .swiper-slide.swiper-slide-active.kids .img .circle {
  stroke: #e12422;
}
.swiper-mall .swiper-slide.swiper-slide-active.trampoline .img .circle {
  stroke: #01758e;
}
.swiper-mall .swiper-slide.swiper-slide-active.arcade .img .circle {
  stroke: #ffa288;
}
.swiper-mall .swiper-slide.swiper-slide-active .content h5 {
  -webkit-text-fill-color: #fff;
  color: #fff;
  margin-left: 0;
}
.swiper-mall .swiper-slide.swiper-slide-active .content p {
  padding-top: 10px;
  opacity: 1;
}
.swiper-mall .swiper-slide .img {
  border-radius: 50%;
  visibility: hidden;
  width: 63%;
  margin-bottom: 98px;
  position: relative;
}
.swiper-mall .swiper-slide .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-left: 10px;
  margin-top: 10px;
}
.swiper-mall .swiper-slide .img .circle_svg {
  position: absolute;
  left: 0;
  top: 0;
}
.swiper-mall .swiper-slide .slide-sub {
  margin-left: 22em;
}
@media (max-width: 992px) {
  .swiper-mall .swiper-slide .slide-sub {
    margin-left: 24em;
    margin-top: 4em;
  }
}
@media (max-width: 767px) {
  .swiper-mall .swiper-slide .slide-sub {
    margin-left: -5em;
  }
}
.swiper-mall .swiper-slide .content {
  position: relative;
  float: right;
  transition: 1s;
  display: block;
  margin-top: 10em;
}
@media (max-width: 1024px) {
  .swiper-mall .swiper-slide .content {
    margin-top: 25em;
  }
}
@media (max-width: 992px) {
  .swiper-mall .swiper-slide .content {
    margin-top: 10em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .swiper-mall .swiper-slide .content {
    margin-top: 22em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .swiper-mall .swiper-slide .content {
    margin-top: 35em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 800px) and (orientation: landscape) {
  .swiper-mall .swiper-slide .content {
    margin-top: 19em;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .swiper-mall .swiper-slide .content {
    margin-top: 45em;
  }
}
@media (max-width: 767px) {
  .swiper-mall .swiper-slide .content {
    margin-top: 15em;
    margin-left: 19em;
  }
}
@media (max-width: 480px) {
  .swiper-mall .swiper-slide .content {
    margin-top: 5em;
    margin-left: 0;
  }
}
.swiper-mall .swiper-slide h5 {
  margin-left: -2em;
  text-align: center;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-size: 3.6em;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.6;
  text-align: left;
  color: #656094;
  transition: 0.5s;
}
.swiper-mall .swiper-slide h5 span {
  color: #fff;
  float: left;
  font-size: 0.34em;
  margin-right: 0.9375em;
}
@media (max-width: 767px) {
  .swiper-mall .swiper-slide h5 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .swiper-mall .swiper-slide h5 {
    margin-left: 16em;
  }
}
.swiper-mall .swiper-slide p {
  color: #fff;
  font-size: 1.125em;
  line-height: 1.5;
  margin-top: 1.4375em;
  font-weight: 300;
  opacity: 0;
  margin-left: 9em;
  width: 18em;
  padding-top: 1.875em;
  transition: 1s;
}
@media (max-width: 992px) {
  .swiper-mall .swiper-slide p {
    font-size: 1em;
    margin-left: 5em;
  }
}
.swiper-mall .swiper-slide p a {
  color: #fff;
  margin-top: 0.9375em;
  display: block;
  font-weight: 300;
  font-size: 0.875em;
  letter-spacing: 1px;
}
.swiper-mall .swiper-slide p a:before {
  content: "";
  height: 1.75em;
  width: 1.5625em;
  background: url(../svg/view_all.svg) no-repeat;
  float: left;
  background-size: contain;
  margin-right: 0.5em;
}
.swiper-mall .swiper-slide.swiper-slide-prev .slide-sub {
  margin-left: auto;
}
.circle_svg {
  top: 0;
  position: absolute;
  cx: 33.33em;
  cy: 33.33em;
}
.circle {
  cx: 18.75em;
  cy: 18.55em;
  r: 16.75em;
  stroke-width: 3.33em;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  transition: 1s ease-out;
  stroke: #000;
}
.circle.active {
  display: block;
}
@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.whats-happening .generic-head h2 {
  margin-top: 0.7em;
}
@media (max-width: 1200px) {
  .whats-happening {
    padding: 3em 0 !important;
  }
}
@media (max-width: 1400px) and (min-height: 900px) {
  .whats-happening {
    padding: 5em 0 !important;
  }
}
@media (max-width: 480px) {
  .lifestyle {
    position: relative;
    background-size: cover;
    background-position: 75%;
  }
  .lifestyle .content-section-sub {
    padding: 5.125em 0 0;
  }
  .lifestyle:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.788235294117647);
    top: 0;
  }
  .lifestyle .generic-content {
    position: relative;
    z-index: 1;
  }
}
.home--hero--section .swiper-button-next,
.home--hero--section .swiper-button-prev {
  background-image: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home--hero--section .swiper-button-next:after,
.home--hero--section .swiper-button-prev:after {
  content: "";
  border: solid #ff7f32;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.home--hero--section .swiper-button-next:after {
  transform: rotate(-45deg);
  margin-right: 2px;
}
.home--hero--section .swiper-button-prev:after {
  transform: rotate(135deg);
  margin-left: 2px;
}
.home-hero-slider .swiper-slide {
  background-size: cover;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1200px) {
  .home-hero-slider .swiper-slide {
    background-position: 50% !important;
    height: 55vh !important;
  }
}
@media (max-width: 767px) {
  .home-hero-slider .swiper-slide {
    background-position: 50% !important;
    height: 80vh !important;
  }
}
@media (max-width: 480px) {
  .home-hero-slider .swiper-slide {
    height: 67vh !important;
  }
}
.home-hero-slider .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-hero-slider .slide-content h3 {
  text-shadow: 1px 1px 1px #000;
  font-size: 2.1875em;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  font-family: Parisienne, cursive;
  background: url(../images/menu-active.png) no-repeat 50%;
  background-size: 100%;
  padding: 20px 57px 27px 27px;
  width: auto;
  display: inline-block;
  background-size: contain;
  margin-left: 6em;
}
@media (min-width: 992px) {
  .home-hero-slider .slide-content h3 {
    margin-bottom: -0.5em;
    margin-left: 5.5em;
  }
}
.home-hero-slider .slide-content h4 {
  text-shadow: 1px 1px 1px #000;
  font-size: 14.0625em;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  font-family: Parisienne, cursive;
  display: block;
  margin-top: -56px;
  min-height: 1.2em;
}
@media (max-width: 480px) {
  .home-hero-slider .slide-content h3 {
    font-size: 1.3em;
    margin-left: 2.2em;
  }
  .home-hero-slider .slide-content h4 {
    font-size: 6.0625em;
  }
}
.home--hero--section .swiper-slide .banner-wrapper,
.home--hero--section .swiper-slide .banner-wrapper img {
  height: 100%;
}
@media (min-width: 1300px) {
  .home--hero--section .swiper-slide .banner-wrapper img {
    height: auto;
  }
}
@media (max-width: 1400px) and (min-height: 900px) {
  .home--hero--section .swiper-slide .banner-wrapper img {
    height: 100%;
  }
}
@media (max-width: 480px) {
  .home--hero--section .swiper-slide .banner-wrapper img {
    height: auto;
  }
}
.luxury-dining {
  display: flex;
  flex-flow: column;
  width: 30em;
}
.luxury__dining__content {
  font-size: 1.5625em;
  font-weight: 600;
  padding: 1.5em 2em;
}
.news_header_wrapper .dot--motif:before {
  width: 10em;
  height: 100%;
  z-index: 0;
  right: 0;
  top: 0;
  left: auto;
}
@media (max-width: 767px) {
  .news_header_wrapper .dot--motif:before {
    width: 0;
  }
}
.news_header_wrapper .hero__head__slider {
  box-shadow: none;
}
@media (max-width: 992px) {
  .news_header_wrapper .hero__head__slider {
    padding: 0;
  }
}
.detail_breadcrumb {
  padding: 1.75rem 1rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .detail_breadcrumb {
    padding: 1.75rem 2rem;
  }
}
.detail_breadcrumb li a {
  font-size: 1em;
  color: #b1b1b1;
}
.breadcrumb-item.active {
  color: #000;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 1.5em;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: "";
  border: solid #6c757d;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  margin-right: 1.5em;
}
.breadcrumb-item a {
  position: relative;
  text-decoration: none;
  margin: 1em;
}
.breadcrumb-item a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #b1b1b1;
  bottom: 0;
  left: 0;
  transition: 0.4s;
}
.breadcrumb-item a:hover:before {
  width: 100%;
}
.breadcrumb-item span {
  color: #b1b1b1;
}
.news--detail {
  padding: 0;
}
.news--detail .container .dot--motif:before {
  width: 10em;
  height: 13em;
}
.news--detail:before {
  top: -13em;
  width: 10em;
  height: 150%;
  right: 0;
  left: unset;
}
@media (max-width: 767px) {
  .news--detail:before {
    top: 0;
    width: 0;
    height: 97%;
  }
}
@media (max-width: 480px) {
  .news--detail:before {
    top: 0;
    width: 0;
    height: 97%;
  }
}
.news--detail--block {
  padding: 8em 8.5em 0;
}
@media (max-width: 767px) {
  .news--detail--block {
    padding: 0;
  }
}
.news--detail--content {
  background-color: #fff;
}
.news--detail--content h5 {
  font-weight: 400;
  font-size: 1.5em;
  letter-spacing: 2px;
}
.news--detail--content h6 {
  font-size: 0.9375em;
  color: #ff7f32;
  letter-spacing: 2.7px;
}
.news--detail--content h2 {
  color: #00758d;
}
@media (max-width: 767px) {
  .news--detail--content h2 {
    font-size: 2em;
  }
}
.news--detail--content h4 {
  font-size: 2.125em;
}
@media (max-width: 767px) {
  .news--detail--content h4 {
    font-size: 1.5em;
  }
}
.news--detail--content p {
  color: #262424;
}
.news--detail--content .date {
  position: relative;
  padding-left: 2em;
}
.news--detail--content .date:before {
  content: "";
  position: absolute;
  height: 1.1875em;
  width: 1.0625em;
  background: url(../images/calendar-icon.png) no-repeat;
  float: left;
  background-size: contain;
  margin-right: 1em;
  left: 0;
}
.social--share {
  border-top: 1px solid #bcbcbc;
  padding-top: 1.5em;
  margin-top: 5em;
  width: 90%;
}
@media (max-width: 767px) {
  .social--share {
    width: 100%;
  }
}
.social--share h5 {
  font-size: 1.25em;
  color: #ff7f32;
  font-weight: 400;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .social--share h5 {
    font-size: 1em;
  }
}
.social--share ul li .img-wrapper {
  position: relative;
  width: 1.5em;
  height: auto;
  margin: 0 1em;
}
.social--share ul li .img-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1em;
  height: 100%;
  width: 1px;
  background-color: grey;
}
@media (max-width: 767px) {
  .dot--motif:before {
    background-size: 1em;
  }
}
.event-listing--section {
  background-color: #f3f1f6;
  margin: 13em 0 6.375em;
  padding: 16.75em 0 12.6875em;
  overflow: visible;
  position: relative;
}
.cafe--nero .twocol-row {
  padding: 0 4em;
}
@media (max-width: 767px) {
  .cafe--nero .twocol-row {
    padding: 0;
  }
}
.cafe--nero:before {
  left: 6%;
  z-index: -1;
  width: 10em;
  height: 15em;
}
@media (max-width: 767px) {
  .cafe--nero:before {
    width: 25em;
  }
}
.cafe--image {
  position: relative;
}
@media (max-width: 767px) {
  .cafe--image {
    margin-bottom: 2em;
  }
}
.cafe--image .cafe--image--overlay {
  position: absolute;
  top: -7%;
  right: -10%;
  width: 9.5em;
  height: 9.5em;
  background-color: #fff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cafe--image .cafe--image--overlay img {
  width: 70%;
}
@media (max-width: 480px) {
  .cafe--image .cafe--image--overlay {
    width: 6.5em;
    height: 6.5em;
    right: -5%;
  }
}
.cafe--content {
  padding-left: 5em;
}
.cafe--content h1, .cafe--content h2 {
  font-size: 2em;
  color: #ff7f32;
}
@media (max-width: 767px) {
  .cafe--content {
    padding-left: 0;
  }
}
.cafe--content p {
  color: #262424;
}
.cafe--content ul li {
  list-style: none;
  position: relative;
  margin-bottom: 1em;
}
.cafe--content ul li:before {
  position: absolute;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-image: linear-gradient(180deg, #ff7f32, #d6001c);
  border-radius: 50%;
  top: 0.9em;
  left: -5%;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .cafe--content ul li:before {
    left: -15%;
  }
}
.cafe--content ul span {
  font-size: 1.25em;
  color: #262424;
}
@media (max-width: 992px) {
  .cafe--content {
    padding-left: 0;
    padding-top: 2em;
  }
}
.cafe--content--details {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cafe--content--details {
    display: inherit;
  }
}
.cafe--detail {
  display: flex;
  width: 45%;
  margin-right: 5%;
}
@media (max-width: 767px) {
  .cafe--detail {
    width: auto;
  }
}
.cafe--detail h6 {
  color: #ff7f32;
  font-size: 1.375em;
  font-weight: 600;
}
@media (min-width: 1100px) {
  .other--restaurants .generic-head h2 {
    font-size: 5.3125em;
  }
}
.other--restaurants--img {
  position: relative;
  height: 22.375em;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .other--restaurants--img {
    margin-bottom: 2em;
  }
}
@media (max-width: 767px) {
  .other--restaurants--img {
    margin-bottom: 2em;
    height: 15.375em;
  }
}
.other--restaurants--img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 767px) and (max-width: 992px) {
  .other--restaurants--img img {
    width: 100%;
  }
}
.other--restaurants--overlay {
  position: absolute;
  bottom: 0.625em;
  right: 0.625em;
  width: 6.5em;
  height: 6.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}
.other--restaurants--overlay img {
  height: auto;
  width: 82%;
}
.full_img_wrapper {
  margin-top: 0;
}
@media (max-width: 767px) {
  .full_img_wrapper .hero__head__slider {
    padding: 0;
  }
}
.leasing__head {
  margin-top: 0;
}
.leasing__head .hero__header {
  z-index: 1;
}
.leasing__hero__header {
  width: 100%;
}
@media (min-width: 1200px) {
  .retail-space .left-sec {
    padding-right: 10em;
  }
}
.enquiry-section {
  background-color: #f2f6f5;
  background-image: url(../images/leasing/circle2.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 115% 0;
  margin-top: -5em;
  padding-top: 10em;
}
@media (min-width: 1200px) {
  .enquiry-section .generic-head {
    width: 40%;
  }
  .enquiry-section .sec-para {
    width: 50%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .enquiry-section {
    margin-top: -7em;
  }
}
.enquiry_form .form-group {
  width: 100%;
}
@media (max-width: 480px) {
  .enquiry_form .form-group.captcha {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .enquiry_form .col-50:nth-child(2n) {
    padding-left: 5em;
  }
  .enquiry_form .col-50:nth-child(odd) {
    padding-right: 5em;
  }
}
.enquiry_form .form-control {
  background: transparent;
}
.enquiry_form .custom-control-label {
  padding-left: 1em;
}
.enquiry_form .custom-control-label:before {
  width: 1.375em;
  height: 1.375em;
  background: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 2px;
  top: 0;
}
.enquiry_form .custom-control-label:after {
  width: 1.375em;
  height: 1.375em;
  top: 0;
}
.enquiry_form label {
  font-size: 1.1em;
  color: #262424;
}
@media (min-width: 1200px) {
  .enquiry_form label {
    font-size: 1.375em;
  }
}
@media (min-width: 767px) {
  .enquiry_form .first-checkbox {
    margin-top: 3em;
  }
}
@media (max-width: 1024px) {
  .enquiry_form .first-checkbox {
    margin-bottom: 2em;
  }
}
.enquiry_form .captcha {
  margin-bottom: 3em;
}
.enquiry_form .captcha img {
  width: auto;
}
.enquiry_form .iti {
  width: 100%;
}
.second-checkbox {
  display: flex;
  flex-flow: column-reverse;
}
.second-checkbox .error {
  margin-left: 1em;
}
.key-highlights {
  position: relative;
}
@media (min-width: 1100px) {
  .key-highlights {
    min-height: 100vh;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .key-highlights {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .key-highlights {
    padding: 2em 0;
  }
}
@media (min-width: 1100px) {
  .link__content {
    padding-left: 1.875em;
  }
}
.link__content .generic-head {
  background-color: transparent;
}
.link__content .generic-head h2 {
  z-index: 2;
}
.link__content .generic-head.dot--motif:before {
  z-index: 1;
  top: -4.2em;
  left: -4em;
  width: 10em;
  height: 14em;
  clip-path: polygon(
    20% 0,
    0 0,
    0 52%,
    0 100%,
    20% 100%,
    51% 100%,
    49% 100%,
    36% 100%,
    36% 30%,
    100% 30%,
    100% 0,
    49% 0
  );
}
.key__bgswiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .key__bgswiper .swiper-container,
  .key__bgswiper .swiper-container .keybg-img {
    width: 100%;
    height: 100%;
  }
  .key__bgswiper .swiper-container .keybg-img img {
    height: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .key__bgswiper .swiper-container,
  .key__bgswiper .swiper-container .keybg-img {
    width: 100%;
    height: 100%;
  }
  .key__bgswiper .swiper-container .keybg-img img {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .key__bgswiper .swiper-container {
    display: none;
  }
}
.circle_right {
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .circle_right {
    font-size: 9px;
  }
}
@media (max-width: 992px) {
  .circle_right {
    font-size: 10px;
    display: none;
  }
}
.number-swiper {
  position: absolute;
  top: 10em;
  left: 4em;
  width: 22em;
  padding: 2em;
  z-index: 4;
}
.number-swiper .swiper-wrapper {
  flex-direction: column;
}
.number-swiper .swiper-slide {
  width: auto;
  margin-top: 0.5em;
  pointer-events: none;
}
.number-swiper .swiper-slide p {
  transition: 0.2s;
  margin-bottom: 0;
  line-height: 1;
}
.number-swiper .swiper-slide:first-child {
  margin-left: auto;
  padding-right: 10em;
}
.number-swiper .swiper-slide:nth-child(2) {
  margin-top: 5em;
  margin-bottom: -3em;
}
.number-swiper .swiper-slide:nth-child(3) {
  margin-left: auto;
  padding-right: 6em;
}
.number-swiper .swiper-slide:nth-child(4) {
  padding-left: 3em;
  margin-top: 5em;
  margin-bottom: -2em;
}
.number-swiper .swiper-slide:nth-child(5) {
  margin-left: auto;
  padding-right: 1em;
  margin-top: -1em;
}
.number-swiper .swiper-slide:nth-child(6) {
  padding-left: 7em;
  margin-top: 6em;
  margin-bottom: 0;
}
.number-swiper .swiper-slide:nth-child(7) {
  margin-left: auto;
  margin-top: -3em;
  margin-right: -3em;
}
.number-swiper .swiper-slide-thumb-active p {
  font-size: 1.75em;
  font-weight: 700;
}
@media (max-width: 992px) {
  .number-swiper {
    display: none;
  }
}
.main-wrapper {
  position: relative;
  z-index: 5;
}
.key__linkswiper {
  padding-top: 2em;
}
.key__linkswiper .swiper-wrapper {
  flex-flow: column;
}
.key__linkswiper .swiper-slide {
  width: auto;
}
.key__linkswiper
  .swiper-slide:first-child.swiper-slide-thumb-active
  .linkswiper__link
  p {
  color: #1192ae;
}
.key__linkswiper
  .swiper-slide:first-child.swiper-slide-thumb-active
  .linkswiper__link
  i {
  fill: #1192ae;
}
.key__linkswiper
  .swiper-slide:nth-child(2).swiper-slide-thumb-active
  .linkswiper__link
  p {
  color: #ff7f32;
}
.key__linkswiper
  .swiper-slide:nth-child(2).swiper-slide-thumb-active
  .linkswiper__link
  i {
  fill: #ff7f32;
}
.key__linkswiper
  .swiper-slide:nth-child(3).swiper-slide-thumb-active
  .linkswiper__link
  p {
  color: #e32923;
}
.key__linkswiper
  .swiper-slide:nth-child(3).swiper-slide-thumb-active
  .linkswiper__link
  i {
  fill: #e32923;
}
.key__linkswiper
  .swiper-slide:nth-child(4).swiper-slide-thumb-active
  .linkswiper__link
  p {
  color: #005745;
}
.key__linkswiper
  .swiper-slide:nth-child(4).swiper-slide-thumb-active
  .linkswiper__link
  i {
  fill: #005745;
}
.key__linkswiper
  .swiper-slide:nth-child(5).swiper-slide-thumb-active
  .linkswiper__link
  p {
  color: #00758d;
}
.key__linkswiper
  .swiper-slide:nth-child(5).swiper-slide-thumb-active
  .linkswiper__link
  i {
  fill: #00758d;
}
.key__linkswiper
  .swiper-slide:nth-child(6).swiper-slide-thumb-active
  .linkswiper__link
  p {
  color: #575195;
}
.key__linkswiper
  .swiper-slide:nth-child(6).swiper-slide-thumb-active
  .linkswiper__link
  i {
  fill: #575195;
}
.key__linkswiper
  .swiper-slide:nth-child(7).swiper-slide-thumb-active
  .linkswiper__link
  p {
  color: #ffd600;
}
.key__linkswiper
  .swiper-slide:nth-child(7).swiper-slide-thumb-active
  .linkswiper__link
  i {
  fill: #ffd600;
}
.key__linkswiper
  .swiper-slide:nth-child(8).swiper-slide-thumb-active
  .linkswiper__link
  p {
  color: #c7baba;
}
.key__linkswiper
  .swiper-slide:nth-child(8).swiper-slide-thumb-active
  .linkswiper__link
  i {
  fill: #c7baba;
}
.key__linkswiper
  .swiper-slide:nth-child(9).swiper-slide-thumb-active
  .linkswiper__link
  p {
  color: #d6001c;
}
.key__linkswiper
  .swiper-slide:nth-child(9).swiper-slide-thumb-active
  .linkswiper__link
  i {
  fill: #d6001c;
}
.circle__row {
  display: flex;
}
.circle__svg {
  width: 36em;
  height: 36em;
}
.circle__svg circle {
  stroke-dasharray: 187.5em;
  stroke-dashoffset: 187.5em;
  stroke: #1192ae;
  cx: 18em;
  cy: 18em;
  r: 16em;
  stroke-width: 4em;
  transition: stroke-dashoffset 0.5s ease-out 1s, stroke 0s 0.5s;
}
.circle-swiper .swiper-container {
  padding-top: 5em;
}
.circle-swiper .swiper-slide:first-child.swiper-slide-active .key__content h3,
.circle-swiper .swiper-slide:first-child.swiper-slide-active .key__numbers {
  color: #1192ae;
  transition-delay: 0s;
}
.circle-swiper
  .swiper-slide:first-child.swiper-slide-active
  .plus_svg
  svg
  path {
  fill: #1192ae;
}
.circle-swiper
  .swiper-slide:first-child.swiper-slide-active
  .circle__svg
  circle {
  stroke: #1192ae;
  transition: stroke-dashoffset 0.5s ease-out 0s, stroke 0s 0s;
}
.circle-swiper .swiper-slide:nth-child(2).swiper-slide-active .key__content h3,
.circle-swiper .swiper-slide:nth-child(2).swiper-slide-active .key__numbers {
  color: #ff7f32;
  transition-delay: 0s;
}
.circle-swiper
  .swiper-slide:nth-child(2).swiper-slide-active
  .plus_svg
  svg
  path {
  fill: #ff7f32;
}
.circle-swiper
  .swiper-slide:nth-child(2).swiper-slide-active
  .circle__svg
  circle {
  stroke: #ff7f32;
  transition: stroke-dashoffset 0.5s ease-out 0s, stroke 0s 0s;
}
.circle-swiper .swiper-slide:nth-child(3).swiper-slide-active .key__content h3,
.circle-swiper .swiper-slide:nth-child(3).swiper-slide-active .key__numbers {
  color: #e32923;
  transition-delay: 0s;
}
.circle-swiper
  .swiper-slide:nth-child(3).swiper-slide-active
  .plus_svg
  svg
  path {
  fill: #e32923;
}
.circle-swiper
  .swiper-slide:nth-child(3).swiper-slide-active
  .circle__svg
  circle {
  stroke: #e32923;
  transition: stroke-dashoffset 0.5s ease-out 0s, stroke 0s 0s;
}
.circle-swiper .swiper-slide:nth-child(4).swiper-slide-active .key__content h3,
.circle-swiper .swiper-slide:nth-child(4).swiper-slide-active .key__numbers {
  color: #005745;
  transition-delay: 0s;
}
.circle-swiper
  .swiper-slide:nth-child(4).swiper-slide-active
  .plus_svg
  svg
  path {
  fill: #005745;
}
.circle-swiper
  .swiper-slide:nth-child(4).swiper-slide-active
  .circle__svg
  circle {
  stroke: #005745;
  transition: stroke-dashoffset 0.5s ease-out 0s, stroke 0s 0s;
}
.circle-swiper .swiper-slide:nth-child(5).swiper-slide-active .key__content h3,
.circle-swiper .swiper-slide:nth-child(5).swiper-slide-active .key__numbers {
  color: #00758d;
  transition-delay: 0s;
}
.circle-swiper
  .swiper-slide:nth-child(5).swiper-slide-active
  .plus_svg
  svg
  path {
  fill: #00758d;
}
.circle-swiper
  .swiper-slide:nth-child(5).swiper-slide-active
  .circle__svg
  circle {
  stroke: #00758d;
  transition: stroke-dashoffset 0.5s ease-out 0s, stroke 0s 0s;
}
.circle-swiper .swiper-slide:nth-child(6).swiper-slide-active .key__content h3,
.circle-swiper .swiper-slide:nth-child(6).swiper-slide-active .key__numbers {
  color: #575195;
  transition-delay: 0s;
}
.circle-swiper
  .swiper-slide:nth-child(6).swiper-slide-active
  .plus_svg
  svg
  path {
  fill: #575195;
}
.circle-swiper
  .swiper-slide:nth-child(6).swiper-slide-active
  .circle__svg
  circle {
  stroke: #575195;
  transition: stroke-dashoffset 0.5s ease-out 0s, stroke 0s 0s;
}
.circle-swiper .swiper-slide:nth-child(7).swiper-slide-active .key__content h3,
.circle-swiper .swiper-slide:nth-child(7).swiper-slide-active .key__numbers {
  color: #ffd600;
  transition-delay: 0s;
}
.circle-swiper
  .swiper-slide:nth-child(7).swiper-slide-active
  .plus_svg
  svg
  path {
  fill: #ffd600;
}
.circle-swiper
  .swiper-slide:nth-child(7).swiper-slide-active
  .circle__svg
  circle {
  stroke: #ffd600;
  transition: stroke-dashoffset 0.5s ease-out 0s, stroke 0s 0s;
}
.circle-swiper .swiper-slide:nth-child(8).swiper-slide-active .key__content h3,
.circle-swiper .swiper-slide:nth-child(8).swiper-slide-active .key__numbers {
  color: #c7baba;
  transition-delay: 0s;
}
.circle-swiper
  .swiper-slide:nth-child(8).swiper-slide-active
  .plus_svg
  svg
  path {
  fill: #c7baba;
}
.circle-swiper
  .swiper-slide:nth-child(8).swiper-slide-active
  .circle__svg
  circle {
  stroke: #c7baba;
  transition: stroke-dashoffset 0.5s ease-out 0s, stroke 0s 0s;
}
.circle-swiper .swiper-slide:nth-child(9).swiper-slide-active .key__content h3,
.circle-swiper .swiper-slide:nth-child(9).swiper-slide-active .key__numbers {
  color: #d6001c;
  transition-delay: 0s;
}
.circle-swiper
  .swiper-slide:nth-child(9).swiper-slide-active
  .plus_svg
  svg
  path {
  fill: #d6001c;
}
.circle-swiper
  .swiper-slide:nth-child(9).swiper-slide-active
  .circle__svg
  circle {
  stroke: #d6001c;
  transition: stroke-dashoffset 0.5s ease-out 0s, stroke 0s 0s;
}
.circle-swiper .swiper-slide-active .key__numbers {
  left: 1.75em;
  opacity: 1;
}
.circle-swiper .swiper-slide-active .key__content {
  opacity: 1;
  margin-left: 0;
}
.circle-swiper .swiper-slide-active .circle__svg circle {
  stroke-dashoffset: 112.5em;
}
.circle-swiper .swiper-slide-active .plus_svg {
  opacity: 1;
  transition: opacity 0.5s 0s;
  animation: roll 1s 1s;
}
.key__content {
  padding-top: 10.5em;
  padding-left: 2em;
  margin-left: 3em;
  width: 26em;
  opacity: 0;
  transition: 0.5s;
}
.key__content h3 {
  font-size: 2.75em;
  line-height: 1;
  margin-bottom: 0.125em;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
.key__content p {
  font-size: 1.5em;
  color: #030303;
  max-width: 15em;
}
@media (max-width: 992px) {
  .key__content {
    font-size: 10px;
  }
}
.circle-wrapper {
  position: relative;
}
.key__numbers {
  font-size: 10.5em;
  position: absolute;
  left: 4em;
  opacity: 0;
  top: -0.5em;
  line-height: 1;
  color: #1192ae;
  font-style: italic;
  font-weight: 700;
  transition: 0.5s;
}
.linkswiper__link {
  margin: 0 0 1.375em;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.linkswiper__link i {
  display: block;
  margin-right: 1em;
}
.linkswiper__link i path,
.linkswiper__link i svg {
  width: 2.25em;
  height: 2.25em;
}
.linkswiper__link p {
  margin: 0;
}
.plus_svg {
  position: absolute;
  top: 10em;
  right: -1em;
  opacity: 0;
  transition: opacity 0.5s 0.5s;
}
.plus_svg svg {
  width: 6em;
  height: 6em;
}
.plus_svg svg path {
  transition: 0.5s;
  fill: #1192ae;
}
.home--hero--section {
  padding: 0;
}
.home--hero--section
  .swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.home--hero--section
  .swiper-container-vertical
  > .swiper-pagination-progressbar {
  width: 2px;
  height: 48%;
  right: 13.5%;
  top: 14%;
  left: unset;
  background: #ff481e;
}
.home--hero--section
  .swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite
  .swiper-pagination-progressbar-fill,
.home--hero--section
  .swiper-container-vertical
  > .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
@media (max-width: 1024px) {
  .home--hero--section
    .swiper-container-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .home--hero--section
    .swiper-container-vertical
    > .swiper-pagination-progressbar {
    right: 12.5%;
  }
}
@media (max-width: 480px) {
  .home--hero--section
    .swiper-container-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .home--hero--section
    .swiper-container-vertical
    > .swiper-pagination-progressbar {
    display: none;
  }
}
.home--hero--section .nav-button {
  position: absolute;
  z-index: 9;
  top: 65%;
  right: 12.2%;
}
@media (max-width: 1024px) {
  .home--hero--section .nav-button {
    right: 11.2%;
  }
}
@media (max-width: 992px) {
  .home--hero--section .nav-button {
    right: 10.2%;
  }
}
@media (max-width: 480px) {
  .home--hero--section .nav-button {
    display: none;
  }
}
.home--hero--section .nav-val {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  color: #e32923;
}
.home--hero--section .swiper-button-next,
.home--hero--section .swiper-button-prev {
  position: absolute;
  top: 4em;
  width: 2em;
  height: 2em;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
  background: #fff;
  border: 2px solid #e32923;
  border-radius: 50%;
}
.home--hero--section .swiper-button-prev,
.home--hero--section .swiper-container-rtl .swiper-button-next {
  left: -1em;
}
.home--hero--section .swiper-button-next,
.home--hero--section .swiper-container-rtl .swiper-button-prev {
  left: 1.5em;
}
.jvc-header_wrapper {
  margin-top: 0;
}
.intro-jvc--section {
  padding: 7em 0;
}
.intro-jvc--section .dot--motif {
  z-index: inherit;
}
.intro-jvc--section .generic-head {
  margin-right: 5em;
}
.intro-jvc--section .generic-head p {
  padding-right: 3em;
}
@media (max-width: 992px) {
  .intro-jvc--section .generic-head p {
    padding-right: 1em;
  }
}
@media (max-width: 992px) {
  .intro-jvc--section .generic-head {
    margin-right: 0;
    margin-bottom: 5em;
  }
}
.intro-jvc--section .container {
  padding-right: 0;
}
@media (max-width: 767px) {
  .intro-jvc--section {
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 3em;
    padding-right: 30px;
  }
}
.intro-figures {
  position: relative;
  width: 100%;
  height: 50em;
}
@media (max-width: 992px) {
  .intro-figures {
    height: 47em;
  }
}
@media (max-width: 767px) {
  .intro-figures {
    margin-left: 5em;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .intro-figures {
    height: 70em;
    margin-bottom: 5em;
    margin-left: 0;
  }
}
.size1-circle {
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 1.25em 6.25em 0 rgba(0, 0, 0, 0.11);
  top: 12%;
}
.size1-circle h5 {
  font-size: 1.5em;
  color: #030303;
  line-height: 2.5em;
}
@media (max-width: 767px) {
  .size1-circle h5 {
    font-size: 1.2em;
  }
}
.size1-circle h2 {
  font-size: 3.75em;
  color: #1192ae;
}
@media (max-width: 767px) {
  .size1-circle h2 {
    font-size: 3em;
  }
}
.size1-circle:after {
  position: absolute;
  content: "";
  top: -2.375em;
  left: -2.375em;
  width: calc(100% + 4.75em);
  height: calc(100% + 4.75em);
  background-color: #005745;
  border-radius: 50%;
  opacity: 0.05;
  z-index: -1;
}
@media (min-width: 1200px) {
  .size1-circle {
    left: 5%;
  }
}
@media (max-width: 767px) {
  .size1-circle {
    right: 50%;
  }
}
@media (max-width: 480px) {
  .size1-circle {
    top: 27.5%;
    right: 0;
    left: 50%;
    transform: translate(-50%);
    width: 17.625em;
    height: 17.625em;
  }
}
.size1-circle .content {
  width: 22.5em;
  height: 22.5em;
  background: #fff;
  position: relative;
  z-index: 9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .size1-circle .content {
    width: 17.5em;
    height: 17.5em;
  }
}
.size2-circle {
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 1.25em 6.25em 0 rgba(0, 0, 0, 0.11);
  top: 2%;
  right: 31%;
}
.size2-circle h5 {
  font-size: 1.5em;
  color: #030303;
  line-height: 2.5em;
}
@media (max-width: 767px) {
  .size2-circle h5 {
    font-size: 1.2em;
  }
}
.size2-circle h2 {
  font-size: 3.75em;
  color: #1192ae;
}
@media (max-width: 767px) {
  .size2-circle h2 {
    font-size: 3em;
  }
}
.size2-circle:after {
  position: absolute;
  content: "";
  top: -2.375em;
  left: -2.375em;
  width: calc(100% + 4.75em);
  height: calc(100% + 4.75em);
  background-color: #005745;
  border-radius: 50%;
  opacity: 0.05;
  z-index: -1;
}
.size2-circle h5 {
  line-height: 1.5;
}
@media (max-width: 480px) {
  .size2-circle {
    right: 25%;
    left: 50%;
    top: 0;
    right: 0;
    transform: translate(-50%);
  }
}
.size2-circle .content {
  width: 15.325em;
  height: 15.325em;
  background: #fff;
  position: relative;
  z-index: 9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .size2-circle .content {
    width: 11.325em;
    height: 11.325em;
  }
}
.size3-circle {
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 1.25em 6.25em 0 rgba(0, 0, 0, 0.11);
  bottom: 7%;
  right: 23%;
}
.size3-circle h5 {
  font-size: 1.5em;
  color: #030303;
  line-height: 2.5em;
}
@media (max-width: 767px) {
  .size3-circle h5 {
    font-size: 1.2em;
  }
}
.size3-circle h2 {
  font-size: 3.75em;
  color: #1192ae;
}
@media (max-width: 767px) {
  .size3-circle h2 {
    font-size: 3em;
  }
}
.size3-circle:after {
  position: absolute;
  content: "";
  top: -2.375em;
  left: -2.375em;
  width: calc(100% + 4.75em);
  height: calc(100% + 4.75em);
  background-color: #005745;
  border-radius: 50%;
  opacity: 0.05;
  z-index: -1;
}
@media (max-width: 767px) {
  .size3-circle {
    right: 15%;
    bottom: 20%;
  }
}
@media (max-width: 480px) {
  .size3-circle {
    bottom: 20%;
    top: 64%;
    left: 50%;
    transform: translate(-50%);
    width: 20.5em;
    height: 20.5em;
  }
}
.size3-circle h5 {
  line-height: 1.5;
  padding: 0 1em;
}
@media (max-width: 767px) {
  .size3-circle h5 {
    padding: 0 2em;
  }
}
.size3-circle .content {
  width: 22.5em;
  height: 22.5em;
  background: #fff;
  position: relative;
  z-index: 9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .size3-circle .content {
    width: 20.5em;
    height: 20.5em;
  }
}
.size4-circle {
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 1.25em 6.25em 0 rgba(0, 0, 0, 0.11);
  width: 7.4375em;
  height: 7.4375em;
  top: 32%;
  left: -9%;
}
.size4-circle h5 {
  font-size: 1.5em;
  color: #030303;
  line-height: 2.5em;
}
@media (max-width: 767px) {
  .size4-circle h5 {
    font-size: 1.2em;
  }
}
.size4-circle h2 {
  font-size: 3.75em;
  color: #1192ae;
}
@media (max-width: 767px) {
  .size4-circle h2 {
    font-size: 3em;
  }
}
.size4-circle:after {
  position: absolute;
  content: "";
  top: -2.375em;
  left: -2.375em;
  width: calc(100% + 4.75em);
  height: calc(100% + 4.75em);
  background-color: #005745;
  border-radius: 50%;
  opacity: 0.05;
  z-index: -1;
}
@media (max-width: 992px) {
  .size4-circle {
    top: 32%;
    left: -5%;
  }
}
.size5-circle {
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 1.25em 6.25em 0 rgba(0, 0, 0, 0.11);
  width: 7.4375em;
  height: 7.4375em;
  top: 2%;
  left: 32%;
}
.size5-circle h5 {
  font-size: 1.5em;
  color: #030303;
  line-height: 2.5em;
}
@media (max-width: 767px) {
  .size5-circle h5 {
    font-size: 1.2em;
  }
}
.size5-circle h2 {
  font-size: 3.75em;
  color: #1192ae;
}
@media (max-width: 767px) {
  .size5-circle h2 {
    font-size: 3em;
  }
}
.size5-circle:after {
  position: absolute;
  content: "";
  top: -2.375em;
  left: -2.375em;
  width: calc(100% + 4.75em);
  height: calc(100% + 4.75em);
  background-color: #005745;
  border-radius: 50%;
  opacity: 0.05;
  z-index: -1;
}
@media (max-width: 1200px) {
  .size5-circle {
    left: 28%;
  }
}
.size6-circle {
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 1.25em 6.25em 0 rgba(0, 0, 0, 0.11);
  width: 16.0625em;
  height: 16.0625em;
  bottom: 8%;
  left: 7%;
  z-index: 0;
}
.size6-circle h5 {
  font-size: 1.5em;
  color: #030303;
  line-height: 2.5em;
}
@media (max-width: 767px) {
  .size6-circle h5 {
    font-size: 1.2em;
  }
}
.size6-circle h2 {
  font-size: 3.75em;
  color: #1192ae;
}
@media (max-width: 767px) {
  .size6-circle h2 {
    font-size: 3em;
  }
}
.size6-circle:after {
  content: "";
  top: -2.375em;
  left: -2.375em;
  width: calc(100% + 4.75em);
  height: calc(100% + 4.75em);
  background-color: #005745;
  opacity: 0.05;
  z-index: -1;
}
.size6-circle:after,
.size7-circle {
  position: absolute;
  border-radius: 50%;
}
.size7-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 1.25em 6.25em 0 rgba(0, 0, 0, 0.11);
  width: 11.125em;
  height: 11.125em;
  top: 2%;
  right: 15%;
}
.size7-circle h5 {
  font-size: 1.5em;
  color: #030303;
  line-height: 2.5em;
}
@media (max-width: 767px) {
  .size7-circle h5 {
    font-size: 1.2em;
  }
}
.size7-circle h2 {
  font-size: 3.75em;
  color: #1192ae;
}
@media (max-width: 767px) {
  .size7-circle h2 {
    font-size: 3em;
  }
}
.size7-circle:after {
  content: "";
  top: -2.375em;
  left: -2.375em;
  width: calc(100% + 4.75em);
  height: calc(100% + 4.75em);
  background-color: #005745;
  opacity: 0.05;
  z-index: -1;
}
.size7-circle:after,
.size8-circle {
  position: absolute;
  border-radius: 50%;
}
.size8-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 1.25em 6.25em 0 rgba(0, 0, 0, 0.11);
  width: 14.8125em;
  height: 14.8125em;
  top: 25%;
  right: 7%;
}
.size8-circle h5 {
  font-size: 1.5em;
  color: #030303;
  line-height: 2.5em;
}
@media (max-width: 767px) {
  .size8-circle h5 {
    font-size: 1.2em;
  }
}
.size8-circle h2 {
  font-size: 3.75em;
  color: #1192ae;
}
@media (max-width: 767px) {
  .size8-circle h2 {
    font-size: 3em;
  }
}
.size8-circle:after {
  content: "";
  top: -2.375em;
  left: -2.375em;
  width: calc(100% + 4.75em);
  height: calc(100% + 4.75em);
  background-color: #005745;
  opacity: 0.05;
  z-index: -1;
}
.size8-circle:after,
.size9-circle {
  position: absolute;
  border-radius: 50%;
}
.size9-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 1.25em 6.25em 0 rgba(0, 0, 0, 0.11);
  width: 13em;
  height: 13em;
  bottom: 20%;
  right: -3%;
}
.size9-circle h5 {
  font-size: 1.5em;
  color: #030303;
  line-height: 2.5em;
}
@media (max-width: 767px) {
  .size9-circle h5 {
    font-size: 1.2em;
  }
}
.size9-circle h2 {
  font-size: 3.75em;
  color: #1192ae;
}
@media (max-width: 767px) {
  .size9-circle h2 {
    font-size: 3em;
  }
}
.size9-circle:after {
  position: absolute;
  content: "";
  top: -2.375em;
  left: -2.375em;
  width: calc(100% + 4.75em);
  height: calc(100% + 4.75em);
  background-color: #005745;
  border-radius: 50%;
  opacity: 0.05;
  z-index: -1;
}
@media (max-width: 767px) {
  .nontext--circle {
    display: none;
  }
}
.nontext--circle:after {
  content: none;
}
.circle-facilties {
  background-image: url(../images/jvc-community/circle-facility.jpg);
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5em;
}
@media (max-width: 992px) {
  .circle-facilties {
    height: auto;
    padding: 10em 0;
  }
}
@media (max-width: 767px) {
  .circle-facilties {
    height: auto;
    padding: 5em 0;
  }
}
.circle-facilties:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d6001c;
  opacity: 0.7;
}
.circle-facilities--circle {
  width: 25.625em;
  height: 25.625em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .circle-facilities--circle {
    margin: 3em auto;
  }
}
@media (max-width: 767px) {
  .circle-facilities--circle {
    width: 19.625em;
    height: 19.625em;
    margin: 2em auto;
  }
}
.circle-facilities--circle:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.29;
}
.circle-facilities--circle:before {
  background: url(../svg/dot-circle-white.svg) repeat;
  background-size: 0.8em;
  top: -9%;
  left: 0;
  z-index: 2;
  width: 7.5em;
  height: 7.5em;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .circle-facilities--circle:before {
    width: 5em;
    height: 5em;
  }
}
.circle-facilities--circle .content {
  width: 20.875em;
  height: 20.875em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 767px) {
  .circle-facilities--circle .content {
    width: 16.875em;
    height: 16.875em;
  }
}
.circle-facilities--circle .content h5 {
  font-size: 1.5em;
  color: #030303;
}
@media (max-width: 767px) {
  .circle-facilities--circle .content h5 {
    font-size: 1em;
  }
}
.circle-facilities--circle .content h2 {
  font-size: 3.75em;
  color: #1192ae;
}
@media (max-width: 767px) {
  .circle-facilities--circle .content h2 {
    font-size: 3em;
  }
}
@media (max-width: 992px) {
  .spinneys-intro--section .twocol-row {
    flex-direction: column-reverse;
  }
  .spinneys-intro--section .twocol-row .col-55 {
    justify-content: center;
  }
  .spinneys-intro--section .market-circle {
    margin-bottom: 5em;
  }
}
.spinneys-intro--section .dot--motif {
  z-index: inherit;
}
.spinneys-intro--section .col-45 {
  flex-direction: column;
}
.spinneys-intro--section h2 {
  position: relative;
  z-index: 9;
  background: #fff;
}
.market-circle {
  position: relative;
  width: 46em;
  height: 46em;
  border-radius: 50%;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .market-circle {
    width: 42em;
    height: 42em;
    margin-left: inherit;
  }
}
@media (max-width: 767px) {
  .market-circle {
    width: 21em;
    height: 21em;
    margin-left: inherit;
  }
}
.market-circle:before {
  top: -3%;
  right: -2%;
  width: 10em;
  height: 15em;
  left: unset;
}
@media (max-width: 767px) {
  .market-circle:before {
    width: 5em;
    height: 11em;
  }
}
.market-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  object-position: left;
}
.market-circle .circle_1 {
  background: linear-gradient(180deg, #ff7f32, #d6001c);
  width: 1.8125em;
  height: 1.8125em;
  bottom: 7.5em;
  right: 4.5em;
  top: unset;
}
@media (max-width: 767px) {
  .market-circle .circle_1 {
    bottom: 2.5em;
    right: 1.5em;
  }
}
.market-circle .circle_2 {
  background-color: #ffd600;
  width: 1.8125em;
  height: 1.8125em;
  top: 3.25em;
  left: 6.25em;
}
@media (max-width: 767px) {
  .market-circle .circle_2 {
    top: 0.25em;
    left: 1.25em;
  }
}
@media (max-width: 480px) {
  .market-circle .circle_2 {
    top: 0.25em;
    left: 5em;
  }
}
.market-circle .circle_3 {
  background-color: #005745;
  width: 1em;
  height: 1em;
  bottom: 12em;
  left: 0;
}
@media (max-width: 767px) {
  .market-circle .circle_3 {
    bottom: 4em;
  }
}
@media (max-width: 480px) {
  .market-circle .circle_3 {
    bottom: 4em;
    left: 1.5em;
  }
}
.market-circle--medium {
  width: 36.5em;
  height: 36.5em;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .market-circle--medium {
    width: 15.5em;
    height: 15.5em;
  }
}
.market-circle--logo {
  width: 21.4375em;
  height: 21.4375em;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  bottom: 8%;
  left: 13%;
}
@media (max-width: 992px) {
  .market-circle--logo {
    left: 10%;
  }
}
@media (max-width: 767px) {
  .market-circle--logo {
    width: 7.4375em;
    height: 7.4375em;
    bottom: 3%;
    left: 25%;
  }
}
.cicle-thumb--section .container {
  padding: 0 0 0 7.3%;
}
@media (max-width: 992px) {
  .cicle-thumb--section .container {
    padding: 0 0 0 3.3%;
  }
}
@media (max-width: 767px) {
  .cicle-thumb--section .container {
    padding: 0 1.3%;
  }
}
.cicle-thumb--section .row {
  margin-bottom: 5em;
}
@media (max-width: 767px) {
  .cicle-thumb--section .row {
    margin-bottom: -5em;
  }
}
.cicle-thumb--section .generic-head {
  background-color: #fff;
}
@media (min-width: 1100px) {
  .cicle-thumb--section .generic-head h2 {
    width: 5em;
  }
}
@media (max-width: 767px) {
  .cicle-thumb--section .generic-head {
    padding: 0 1.5em;
  }
}
.cicle-thumb--section .dot--motif {
  z-index: inherit;
}
.cicle-thumb--section .dot--motif:before {
  top: -17%;
  left: -24%;
  z-index: -1;
  width: 10em;
  height: 14em;
}
.cicle-thumb--section .gallery-thumbs .swiper-wrapper {
  flex-direction: column;
  transition-duration: 2s;
}
.cicle-thumb--section .gallery-thumbs {
  overflow: visible;
}
.cicle-thumb--section .swiper-slide-thumb-active {
  transition: 0.3s;
}
.cicle-thumb--section .swiper-slide-thumb-active .circle-thumb--link {
  background-color: #005745;
  left: -13em;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .cicle-thumb--section .swiper-slide-thumb-active .circle-thumb--link {
    left: 25em;
  }
}
@media (max-width: 480px) {
  .cicle-thumb--section .swiper-slide-thumb-active .circle-thumb--link {
    left: 5em;
  }
}
.cicle-thumb--section
  .swiper-slide-thumb-active
  .circle-thumb--link
  .circle-thumb__content {
  color: #fff;
}
.cicle-thumb--section .gallery-top .swiper-wrapper .circle_1,
.cicle-thumb--section .gallery-top .swiper-wrapper .circle_2,
.cicle-thumb--section .gallery-top .swiper-wrapper .circle_3 {
  z-index: 2;
}
.cicle-thumb--section .gallery-top .swiper-wrapper .circle_1 {
  top: 3em;
  right: 17em;
  width: 2em;
  height: 2em;
}
@media (max-width: 992px) {
  .cicle-thumb--section .gallery-top .swiper-wrapper .circle_1 {
    right: 6em;
  }
}
@media (max-width: 767px) {
  .cicle-thumb--section .gallery-top .swiper-wrapper .circle_1 {
    right: 17em;
  }
}
@media (max-width: 480px) {
  .cicle-thumb--section .gallery-top .swiper-wrapper .circle_1 {
    right: 3em;
  }
}
.cicle-thumb--section .gallery-top .swiper-wrapper .circle_2 {
  width: 4.75em;
  height: 4.75em;
  top: 1em;
  left: 15.5em;
  background: linear-gradient(180deg, #ff7f32, #d6001c);
}
@media (max-width: 992px) {
  .cicle-thumb--section .gallery-top .swiper-wrapper .circle_2 {
    left: 4.5em;
    left: 15.5em;
  }
}
@media (max-width: 480px) {
  .cicle-thumb--section .gallery-top .swiper-wrapper .circle_2 {
    width: 2.75em;
    height: 2.75em;
    left: 4.5em;
  }
}
.cicle-thumb--section .gallery-top .swiper-wrapper .circle_3 {
  width: 3em;
  height: 3em;
  bottom: 1em;
  left: 15em;
}
@media (max-width: 992px) {
  .cicle-thumb--section .gallery-top .swiper-wrapper .circle_3 {
    left: 4em;
  }
}
@media (max-width: 767px) {
  .cicle-thumb--section .gallery-top .swiper-wrapper .circle_3 {
    left: 17em;
  }
}
@media (max-width: 480px) {
  .cicle-thumb--section .gallery-top .swiper-wrapper .circle_3 {
    left: 5em;
    width: 1em;
    height: 1em;
  }
}
.cicle-thumb--section .gallery-top .swiper-wrapper .circle_4 {
  width: 1.75em;
  height: 1.75em;
  right: 13em;
  bottom: 4em;
  top: unset;
  left: unset;
  background: #ffd600;
}
@media (max-width: 992px) {
  .cicle-thumb--section .gallery-top .swiper-wrapper .circle_4 {
    right: 9em;
    bottom: 0;
  }
}
@media (max-width: 992px) {
  .cicle-thumb--section .col-md-7 {
    align-items: center;
    display: flex;
  }
}
@media (max-width: 480px) {
  .cicle-thumb--section {
    margin-bottom: -5em;
  }
}
.cicle-thumb--section .sec--cta {
  display: flex;
  justify-content: center;
  margin-right: 7.3%;
}
@media (max-width: 767px) {
  .cicle-thumb--section .sec--cta {
    margin-right: 0;
    margin-bottom: 3em;
  }
}
.circle-thumb--image {
  width: 51.5875em;
  height: 51.5875em;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .circle-thumb--image {
    width: 33.5875em;
    height: 33.5875em;
  }
}
@media (max-width: 767px) {
  .circle-thumb--image {
    width: 22.5875em;
    height: 22.5875em;
  }
}
.circle-thumb--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.circle-thumb--link {
  left: 0;
  width: 45em;
  height: 10.9em;
  border-radius: 100px 0 0 100px;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.375em 0 1.375em 1.375em;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.07);
  margin: 1em 0;
  cursor: pointer;
}
@media (max-width: 992px) {
  .circle-thumb--link {
    left: -5em;
  }
}
@media (max-width: 767px) {
  .circle-thumb--link {
    top: -10em;
    left: 30em;
    margin: 0.25em 0;
    height: 5.9em;
    padding: 0.5em 0 0.5em 0.5em;
  }
}
@media (max-width: 480px) {
  .circle-thumb--link {
    left: 10em;
  }
}
.circle-thumb__icon {
  width: 8.25em;
  height: 8.25em;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .circle-thumb__icon {
    width: 4.25em;
    height: 4.25em;
  }
}
.circle-thumb__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.circle-thumb__content {
  color: #000;
  width: 14em;
}
.circle-thumb__content h5 {
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .circle-thumb__content h5 {
    font-size: 1em;
  }
}
.circle-thumb__content p {
  font-size: 1.375em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .circle-thumb__content p {
    font-size: 1em;
  }
}
.spinneys-trending-section {
  overflow: visible;
}
.spinneys-trending-section:before {
  width: 8em;
  height: 10em;
  top: -10%;
  right: 0;
  left: unset;
}
@media (max-width: 767px) {
  .spinneys-trending-section:before {
    width: 0;
  }
}
.offer-list .col-lg-4 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7.875em;
}
@media (max-width: 767px) {
  .offer-list .col-lg-4 {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .offer-list .col-lg-4 {
    max-width: 100%;
  }
}
.offer-card {
  position: relative;
  width: 29em;
}
.card-img {
  width: 100%;
  height: 20.6875em;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25em;
}
.card-img .view-details {
  position: absolute;
  width: 6em;
  height: 6em;
  display: flex;
  justify-content: normal;
  align-items: center;
  background: #ff7f32;
  color: #fff;
  border-radius: 50%;
  right: -0.75em;
  bottom: -4em;
  text-align: center;
}
@media (max-width: 1024px) {
  .card-img .view-details {
    font-size: 0.7em;
    bottom: -5em;
  }
}
@media (max-width: 992px) {
  .card-img .view-details {
    font-size: 0.6em;
    bottom: -6em;
  }
}
.card-img .view-details a {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
}
@media (max-width: 992px) {
  .card-img .view-details a {
    font-size: 1.2em;
  }
}
.card-img .view-details:hover {
  background: #e32923;
  transition: 0.5s;
}
.card-img .circle_1 {
  top: 1em;
  left: -1em;
  background: #ff7f32;
  background: -moz-linear-gradient(top, #ff7f32 0, #d6001c 100%);
  background: -webkit-linear-gradient(top, #ff7f32, #d6001c);
  background: linear-gradient(180deg, #ff7f32 0, #d6001c);
}
.card-img .circle_2 {
  top: 0;
  left: 90%;
}
.card-img .circle_3 {
  top: -0.4em;
  left: 14em;
}
.offer-card-head {
  width: 80%;
  background: #fff;
  position: absolute;
  padding: 1em 2em;
  bottom: -3em;
  right: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 1.25em;
}
.offer-card-head h3 {
  width: 10em;
  font-size: 1.375em;
  font-weight: 600;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  border-bottom: 0.01875em solid #707070;
}
@media (max-width: 480px) {
  .offer-card-head h3 {
    width: 6em;
  }
}
.offer-card-head .date {
  padding-top: 0.5em;
}
@media (max-width: 1024px) {
  .offer-card-head .date {
    font-size: 0.6em;
  }
}
.arrow--anchor {
  display: flex;
}
.circle-icon-link {
  color: #000;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 1.7;
  z-index: 1;
}
.circle-icon-link:before {
  content: "";
  height: 1.80625em;
  width: 1.83125em;
  background: url(../images/read_more.svg) no-repeat;
  float: left;
  background-size: contain;
  margin-right: 1em;
}
@media (max-width: 992px) {
  .events--detail--block .twocol-row {
    flex-direction: column-reverse;
  }
}
.news-listing--section {
  background-color: #f3f1f6;
  margin: 13em 0 6.375em;
  padding: 16.75em 0 5em;
  overflow: visible;
  position: relative;
}
@media (max-width: 1200px) {
  .news-listing--section {
    margin: 6em 0 6.375em;
  }
}
@media (max-width: 992px) {
  .news-listing--section {
    margin: 8em 0;
    padding: 10.75em 0 5em;
  }
}
@media (max-width: 480px) {
  .news-listing--section {
    padding: 8em 0 3em;
    margin: 4em 0;
  }
}
.news-listing--section:before {
  top: -60em;
  right: 0;
  left: unset;
  z-index: -1;
  width: 8em;
  height: 117em;
  opacity: 0.7;
}
@media (max-width: 992px) {
  .news-listing--section:before {
    width: 3.5em;
    top: -90em;
    height: 150em;
  }
}
@media (max-width: 767px) {
  .news-listing--section:before {
    width: 0;
    top: -74em;
  }
}
.news-listing--section:after {
  position: absolute;
  content: "";
  background: url(../images/news-listing/news-listing-center.png) no-repeat;
  top: -2.5em;
  left: 50%;
  z-index: 1;
  width: 10px;
  height: 93px;
}
@media (max-width: 1366px) {
  .news-listing--section:after {
    top: -4em;
  }
}
@media (max-width: 992px) {
  .news-listing--section:after {
    top: -3.5em;
  }
}
@media (max-width: 480px) {
  .news-listing--section:after {
    top: -3em;
  }
}
.news-listing--section .dot--motif:before {
  top: -7em;
  left: -4.7em;
  width: 20em;
  height: 13em;
}
@media (max-width: 992px) {
  .news-listing--section .dot--motif:before {
    top: -6em;
    left: -5.7em;
  }
}
@media (max-width: 767px) {
  .news-listing--section .dot--motif:before {
    width: 8em;
  }
}
.news-listing--section a {
  transition: 0.3s;
}
.news-listing--section a:hover .news-listing--box {
  border: 1px solid #e32923;
}
.news-listing--section .sec-head {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translate(-50%);
}
.news-listing--section .sec-head h3 {
  position: relative;
  font-size: 2em;
}
.news-listing--section .sec-head h3:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: #00758d;
  bottom: -0.5em;
  left: 25%;
}
@media (max-width: 480px) {
  .news-listing--section .sec-head h3 {
    font-size: 1.5625em;
  }
}
@media (max-width: 992px) {
  .news-listing--section .sec-head {
    top: 6%;
  }
}
@media (max-width: 480px) {
  .news-listing--section .sec-head {
    top: 4%;
  }
}
@media (max-width: 767px) {
  .news-listing--section .news-listing--blocks .col-md-6 {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .news-listing--section .news-listing--blocks .col-md-6 {
    max-width: 100%;
  }
}
.news-listing--img {
  width: 100%;
  height: 29.625em;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-listing--img {
    height: 22.625em;
  }
}
.news-listing--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-listing--box {
  position: relative;
  height: 34.625em;
  margin-bottom: 2.75em;
  transition: 0.3s;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .news-listing--box {
    height: 30em;
  }
}
.news-listing--content {
  position: absolute;
  width: 100%;
  background-color: #fff;
  padding: 2.75em 3.4375em;
  bottom: 0;
  left: 0;
}
@media (max-width: 992px) {
  .news-listing--content {
    padding: 1.75em 3.4375em;
  }
}
@media (max-width: 767px) {
  .news-listing--content {
    padding: 1.75em 1.4375em;
  }
}
.news-listing--content h6 {
  color: #ff7f32;
  font-size: 0.9375em;
  letter-spacing: 2.7px;
  font-weight: 600;
  margin-bottom: 1.0625em;
}
.news-listing--content h6:before {
  content: "";
  height: 1.1875em;
  width: 1.0625em;
  background: url(../images/calendar-icon.png) no-repeat;
  float: left;
  background-size: contain;
  margin-right: 1em;
}
.news-listing--content h3 {
  color: #000;
  font-size: 1.5625em;
  height: 2.8em;
}
.news-listing--content h3,
.news-listing--content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-listing--content p {
  font-size: 0.9375em;
  color: #bcbcbc;
  height: 3em;
}
.events--detail--block {
  padding: 8em 8.5em 0;
}
@media (max-width: 767px) {
  .events--detail--block {
    padding: 0;
  }
}
.events--detail--content {
  background-color: #fff;
}
.events--detail--content h5 {
  font-weight: 400;
  font-size: 1.5em;
  letter-spacing: 2px;
}
@media (max-width: 1200px) {
  .events--detail--content h5 {
    font-size: 1em;
  }
}
.events--detail--content h6 {
  font-size: 0.9375em;
  color: #ff7f32;
  letter-spacing: 2.7px;
}
.events--detail--content h2 {
  font-size: 2.5em;
  color: #00758d;
  line-height: 1.23;
}
@media (max-width: 1200px) {
  .events--detail--content h2 {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .events--detail--content h2 {
    font-size: 1.8em;
  }
}
.events--detail--content h4 {
  font-size: 2.125em;
}
.events--detail--content p {
  color: #262424;
}
@media (min-width: 1200px) {
  .events--detail--content {
    padding-right: 5.3125em;
  }
}
.events-detail-img {
  margin-bottom: 1em;
}
.events-detail-img img {
  width: 100%;
  height: 100%;
}
.terms-conditions a {
  font-size: 1.375em;
  position: relative;
  text-decoration: none;
}
.terms-conditions a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  background: #e32923;
  transition: 0.3s;
}
.terms-conditions a:hover:before {
  width: 100%;
}
.details-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .details-wrapper {
    display: inherit;
  }
}
.details-wrapper h2 {
  font-size: 2.5em;
}
.contact--detail {
  display: flex;
  margin-right: 10%;
}
@media (max-width: 767px) {
  .contact--detail {
    width: auto;
  }
}
.contact--detail h6 {
  color: #ff7f32;
  font-size: 1.375em;
  font-weight: 600;
}
.cafe--detail--content p {
  font-size: 1.2em;
}
.cafe--detail--content a {
  position: relative;
  font-size: 1.2em;
  text-decoration: none;
  color: #000;
}
.cafe--detail--content a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  background: #e32923;
  transition: 0.3s;
}
.cafe--detail--content a:hover {
  color: #e32923;
  transition: 0.3s;
}
.cafe--detail--content h5 {
  font-size: 1.375em;
}
.events-list {
  padding-bottom: 0;
}
.events-list .col-lg-4 {
  position: relative;
  display: flex;
  margin-bottom: 7.875em;
}
@media (max-width: 767px) {
  .events-list .col-lg-4 {
    margin-bottom: 5em;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .events-list .col-lg-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.events-list .event-card {
  width: 100%;
}
.events-list .card-img {
  position: relative;
  width: 24.6875em;
  height: 24.6875em;
  border-radius: 50%;
  margin: 0 auto;
}
.events-list .card-img .view-details {
  position: absolute;
  width: 6em;
  height: 6em;
  display: flex;
  justify-content: normal;
  align-items: center;
  background: #ff7f32;
  color: #fff;
  transition: 0.5s;
  border-radius: 50%;
  font-size: 0.95em;
  bottom: 0;
  left: 3em;
  text-align: center;
  padding: 5px;
}
.events-list .card-img .view-details a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.events-list .card-img .view-details a:hover {
  text-decoration: none;
}
@media (max-width: 1366px) {
  .events-list .card-img .view-details {
    font-size: 0.65em;
    left: 4em;
  }
}
@media (max-width: 480px) {
  .events-list .card-img .view-details {
    width: 6.2em;
    height: 6.2em;
    left: 8em;
    font-size: 0.6em;
    padding: 6px;
  }
}
.events-list .card-img .view-details:hover {
  background: #fff;
}
.events-list .card-img .view-details:hover a {
  color: #ff7f32;
}
.events-list .card-img .date {
  position: absolute;
  width: 6em;
  height: 6em;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #00758d;
  border-radius: 50%;
  font-size: 0.95em;
  bottom: 12em;
  left: -8em;
  text-align: center;
}
.events-list .card-img .date span {
  font-size: 2em;
  font-weight: 600;
}
@media (max-width: 480px) {
  .events-list .card-img .date span {
    font-size: 1.5em;
  }
}
@media (max-width: 1366px) {
  .events-list .card-img .date {
    bottom: 12em;
  }
}
@media (max-width: 992px) {
  .events-list .card-img .date {
    bottom: 10em;
    left: -6em;
  }
}
@media (max-width: 480px) {
  .events-list .card-img .date {
    left: -2em;
    bottom: 9em;
    width: 4.5em;
    height: 4.5em;
  }
}
.events-list .card-img .circle_2 {
  top: 1em;
  left: 75%;
}
.events-list .card-img .circle_3 {
  top: 80%;
  left: -6em;
}
@media (max-width: 992px) {
  .events-list .card-img .circle_3 {
    left: -4.5em;
  }
}
@media (max-width: 480px) {
  .events-list .card-img .circle_3 {
    left: -1em;
  }
}
@media (max-width: 1366px) {
  .events-list .card-img {
    width: 22.6875em;
    height: 22.6875em;
  }
}
@media (max-width: 480px) {
  .events-list .card-img {
    width: 20.6875em;
    height: 20.6875em;
  }
}
.events-list .event-card-head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.3125em;
  height: 15.3125em;
  background-color: rgba(214, 0, 28, 0.85);
  position: absolute;
  padding: 1em 2em;
  bottom: 1em;
  left: -7em;
  border-radius: 50%;
}
.events-list .event-card-head h6 {
  font-size: 1.25em;
  color: #fff;
  margin-bottom: 0;
  max-height: 5em;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .events-list .event-card-head h6 {
    font-size: 1em;
  }
}
@media (max-width: 1366px) {
  .events-list .event-card-head {
    width: 14.3125em;
    height: 14.3125em;
  }
}
@media (max-width: 992px) {
  .events-list .event-card-head {
    width: 11.3125em;
    height: 11.3125em;
    left: -5em;
  }
}
@media (max-width: 480px) {
  .events-list .event-card-head {
    width: 10.3125em;
    height: 10.3125em;
    left: -1em;
  }
  .events-list .event-card-head h6 {
    font-size: 0.9em;
  }
}
.contact--us a {
  color: #000;
  position: relative;
  font-size: 1em;
  text-decoration: none;
}
.contact--us a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  background: #e32923;
  transition: 0.3s;
}
.contact--us a:hover {
  color: #e32923;
}
.contact--us a:hover:before {
  width: 100%;
}
.nesto-intro--section .market-circle--logo img {
  object-fit: contain;
}
.nesto-thumb--section .swiper-slide-thumb-active .circle-thumb--link {
  background-color: #e32923;
}
.activities .details {
  position: relative;
  width: 50%;
  background: #fff;
  box-shadow: -20px -20px 20px 0 rgba(0, 0, 0, 0.21);
  padding: 2em 6em 0 3em;
}
@media (max-width: 767px) {
  .activities .details {
    width: 100%;
  }
}
.activities .details .details__wrapper {
  width: 100%;
}
.activities .details .details__item {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-bottom: 1em;
}
.activities .details .details__item .head {
  font-size: 1.5em;
  color: #ff7f32;
  position: relative;
  padding-bottom: 2em;
}
.activities .details .details__item .head:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 3px;
  background: #ff7f32;
  bottom: 1em;
}
@media (max-width: 480px) {
  .activities .details .details__item .head {
    padding-bottom: 1em;
  }
}
.activities .details .details__item .opening__hours {
  width: 35%;
}
@media (max-width: 992px) {
  .activities .details .details__item .opening__hours {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .activities .details .details__item .opening__hours {
    width: 100%;
  }
}
.activities .details .details__item .opening__hours .time {
  font-size: 2.125em;
  border-right: 1px solid #bcbcbc;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .activities .details .details__item .opening__hours .time {
    font-size: 1.5em;
  }
}
@media (max-width: 480px) {
  .activities .details .details__item .opening__hours .time {
    font-size: 1.3em;
    border-right: 0;
  }
}
.activities .details .details__item .opening__hours .day {
  font-size: 1.375em;
  color: #ff7f32;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 1024px) {
  .activities .details .details__item .opening__hours .day {
    font-size: 1.5em;
    font-size: 1.3em;
  }
}
.activities .details .details__item .location {
  width: 35%;
  padding-left: 10%;
  position: relative;
}
@media (max-width: 992px) {
  .activities .details .details__item .location {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .activities .details .details__item .location {
    width: 100%;
    padding-left: 0;
    padding-top: 2em;
  }
}
.activities .details .details__item .location .head {
  font-size: 1.5em;
  color: #ff7f32;
}
.activities .details .details__item .location .sub__head {
  font-size: 2.125em;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .activities .details .details__item .location .sub__head {
    font-size: 1.5em;
  }
}
@media (max-width: 480px) {
  .activities .details .details__item .location .sub__head {
    font-size: 1.3em;
  }
}
.activities .details .details__item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #bcbcbc;
  bottom: 0;
}
.activities .details .details__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #bcbcbc;
  top: 3.7em;
}
@media (max-width: 480px) {
  .activities .details .details__item {
    flex-direction: column;
  }
  .activities .details .details__item:after,
  .activities .details .details__item:before {
    width: 0;
  }
}
.activities--section {
  padding-top: 5em;
  margin-top: 5em;
}
@media (max-width: 767px) {
  .activities--section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 5em;
  }
}
@media (max-width: 480px) {
  .activities--section {
    margin-top: 3em;
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.activities--section .twocol-row:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .activities--section .private--lessons {
    padding-bottom: 7em;
  }
}
.activities--section .private--lessons .left--sec {
  display: flex;
  flex-direction: column;
  padding-top: 5em;
  margin-top: 5em;
}
.activities--section .private--lessons .left--sec .dot--motif {
  background: #fff;
  z-index: inherit;
}
.activities--section .private--lessons .left--sec .dot--motif:before {
  top: -8em;
  left: -2em;
  width: 10em;
  height: 14em;
}
@media (max-width: 480px) {
  .activities--section .private--lessons .left--sec {
    padding-top: 0;
    margin-top: 0;
  }
}
.activities--section .private--lessons .right--sec {
  display: flex;
  flex-direction: column;
  padding: 5em 0 0 5em;
  margin-top: 5em;
}
.activities--section .private--lessons .right--sec .dot--motif {
  background: #fff;
  z-index: inherit;
}
.activities--section .private--lessons .right--sec .dot--motif:before {
  top: -8em;
  left: -2em;
  width: 10em;
  height: 14em;
}
@media (max-width: 480px) {
  .activities--section .private--lessons .right--sec {
    padding: 10em 0 0;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .activities--section {
    padding-bottom: 10em;
  }
}
.private--circle--wrapper {
  position: relative;
  height: 48em;
}
@media (max-width: 992px) {
  .private--circle--wrapper {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .private--circle--wrapper {
    height: 23em;
  }
}
.private--circle--wrapper .circle--large {
  position: absolute;
  width: 47.1875em;
  height: 47.1875em;
  right: 0;
}
@media (max-width: 1024px) {
  .private--circle--wrapper .circle--large {
    width: 42.1875em;
    height: 42.1875em;
  }
}
@media (max-width: 992px) {
  .private--circle--wrapper .circle--large {
    right: auto;
  }
}
@media (max-width: 480px) {
  .private--circle--wrapper .circle--large {
    width: 20.1875em;
    height: 20.1875em;
  }
}
.private--circle--wrapper .circle--large .circle--large--wrapper {
  position: relative;
}
.private--circle--wrapper .circle--large .circle_1 {
  bottom: 9em;
  top: auto;
}
@media (max-width: 480px) {
  .private--circle--wrapper .circle--large .circle_1 {
    top: 1em;
  }
}
.private--circle--wrapper .circle--large .circle_2 {
  left: 5em;
}
@media (max-width: 480px) {
  .private--circle--wrapper .circle--large .circle_2 {
    left: 0;
  }
}
.private--circle--wrapper .circle--large .circle_3 {
  left: 5em;
}
@media (max-width: 480px) {
  .private--circle--wrapper .circle--large .circle_3 {
    left: 0;
    bottom: 5em;
  }
}
.private--circle--wrapper .circle--medium {
  position: absolute;
  width: 39.875em;
  height: 39.875em;
  right: 4em;
  bottom: 0;
}
@media (max-width: 1024px) {
  .private--circle--wrapper .circle--medium {
    width: 34.875em;
    height: 34.875em;
  }
}
@media (max-width: 480px) {
  .private--circle--wrapper .circle--medium {
    width: 16.875em;
    height: 16.875em;
  }
}
.private--circle--wrapper .circle--medium .circle--medium--wrapper {
  position: relative;
}
.private--circle--wrapper .circle--small {
  position: absolute;
  width: 32.1875em;
  height: 32.1875em;
  left: 0;
  bottom: 3.5em;
}
@media (max-width: 1024px) {
  .private--circle--wrapper .circle--small {
    width: 27.1875em;
    height: 27.1875em;
  }
}
@media (max-width: 480px) {
  .private--circle--wrapper .circle--small {
    width: 9.1875em;
    height: 9.1875em;
  }
}
.private--circle--wrapper.dot--motif:before {
  width: 10em;
  height: 13em;
  left: auto;
  right: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .private--circle--wrapper.dot--motif:before {
    right: 10%;
  }
}
.master--circle {
  height: 32em;
}
@media (max-width: 992px) {
  .master--circle {
    margin: 0 auto;
    width: 75%;
  }
}
@media (max-width: 480px) {
  .master--circle {
    width: 100%;
    height: 22em;
  }
}
.master--circle--wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.master--circle--wrapper .circle--large {
  position: absolute;
  width: 34.625em;
  height: 34.625em;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .master--circle--wrapper .circle--large {
    width: 29.625em;
    height: 29.625em;
  }
}
@media (max-width: 992px) {
  .master--circle--wrapper .circle--large {
    left: 4em;
    top: 4em;
  }
}
@media (max-width: 767px) {
  .master--circle--wrapper .circle--large {
    left: 0;
  }
}
@media (max-width: 480px) {
  .master--circle--wrapper .circle--large {
    width: 15.625em;
    height: 15.625em;
    left: 0;
  }
}
.master--circle--wrapper .circle--large .circle_1 {
  bottom: 0;
  top: auto;
  left: 50%;
}
.master--circle--wrapper .circle--medium {
  position: absolute;
  width: 24.4375em;
  height: 24.4375em;
  right: 0;
  bottom: -4em;
}
@media (max-width: 1024px) {
  .master--circle--wrapper .circle--medium {
    width: 19.4375em;
    height: 19.4375em;
  }
}
@media (max-width: 480px) {
  .master--circle--wrapper .circle--medium {
    width: 10.4375em;
    height: 10.4375em;
    bottom: 4em;
  }
}
.master--circle--wrapper .circle--overlay {
  position: absolute;
  width: 29.25em;
  height: 29.25em;
  right: 4em;
  top: -7em;
  z-index: -1;
}
@media (max-width: 1024px) {
  .master--circle--wrapper .circle--overlay {
    width: 24.25em;
    height: 24.25em;
  }
}
@media (max-width: 992px) {
  .master--circle--wrapper .circle--overlay {
    top: 0;
  }
}
@media (max-width: 480px) {
  .master--circle--wrapper .circle--overlay {
    width: 11.25em;
    height: 11.25em;
  }
}
.master--circle--wrapper .circle--overlay .circle_2 {
  left: 6%;
  top: 18%;
}
.master--circle--wrapper .circle--overlay .circle_3 {
  left: auto;
  right: 0;
  bottom: 50%;
}
.master--circle--wrapper:after {
  content: "";
  position: absolute;
  width: 11.0625em;
  height: 11.0625em;
  background-color: rgba(0, 87, 69, 0.15);
  border-radius: 50%;
  bottom: -5em;
  left: 21em;
  z-index: -1;
}
@media (max-width: 1024px) {
  .master--circle--wrapper:after {
    width: 6.0625em;
    height: 6.0625em;
    left: 17em;
    bottom: -4em;
    width: 4.0625em;
    height: 4.0625em;
    left: 12em;
    bottom: 4em;
  }
}
.our--services--tennis {
  position: relative;
  background-image: url(/assets/images/activities/tennis/our-services-tennis.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 480px) {
  .our--services--tennis {
    background-image: url(/assets/images/activities/tennis/our-services-tennis-mob.png);
  }
}
.our--services--tennis .generic-head h2 {
  color: #fff;
}
.our--services--tennis .generic-head h2 span {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}
.our--services--tennis:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 87, 69, 0.8313725490196079) 182%,
    #005745 0,
    #005745 0
  );
  top: 0;
  z-index: -1;
}
.services--items {
  display: flex;
  flex-wrap: wrap;
}
.services--items .item {
  display: flex;
  flex-direction: row;
  margin-bottom: 3em;
}
@media (max-width: 992px) {
  .services--items .item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .services--items .item {
    width: 100%;
  }
}
.services--items .item .icon {
  width: 3.5em;
  height: 3.5em;
}
.services--items .item .icon img {
  width: 100%;
  height: 100%;
}
.services--items .item .content {
  display: flex;
  align-items: center;
  width: 50%;
  padding-left: 2.75em;
  color: #fff;
}
@media (max-width: 480px) {
  .services--items .item .content {
    width: 100%;
  }
}
.class--schedule .sec--head {
  display: flex;
  justify-content: center;
  margin-bottom: 3.75em;
}
@media (max-width: 480px) {
  .class--schedule .sec--head {
    margin-bottom: 2em;
  }
  .class--schedule .sec--head h2 {
    font-size: 2em;
  }
}
.class--schedule .schedule-tab-links {
  display: flex;
  justify-content: center;
}
.class--schedule .schedule-tab-links ul {
  width: 85%;
  display: flex;
  justify-content: center;
  background: #005745;
  border-radius: 15px;
  padding: 0.75em 1.0625em;
  margin-bottom: 4em;
}
@media (max-width: 992px) {
  .class--schedule .schedule-tab-links ul {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .class--schedule .schedule-tab-links ul {
    display: none;
  }
}
.class--schedule .schedule-tab-links ul li {
  display: flex;
}
.class--schedule .schedule-tab-links ul li a {
  font-size: 1.375em;
  color: #fff;
  padding: 0.5em 2em;
  margin: 0 0.3em;
  border-radius: 10px;
  transition: 0.3s;
  text-decoration: none;
  font-weight: 600;
}
.class--schedule .schedule-tab-links ul li a.active,
.class--schedule .schedule-tab-links ul li a:hover {
  color: #005745;
  background: #fff;
  transition: 0.3s;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 1366px) {
  .class--schedule .schedule-tab-links ul li a {
    padding: 0.3em 1em;
  }
}
@media (max-width: 992px) {
  .class--schedule .schedule-tab-links ul li a {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .class--schedule .schedule-tab-links ul li {
    width: 50%;
    flex-direction: column;
    justify-content: center;
  }
  .class--schedule .schedule-tab-links ul li a {
    display: flex;
    justify-content: center;
  }
}
.class--schedule .schedule-tab-links .drop-down {
  width: 60%;
  background: #005745;
  color: #fff;
}
@media (min-width: 482px) {
  .class--schedule .schedule-tab-links .drop-down {
    display: none;
  }
}
.class--schedule.swimming-pool,
.class--schedule.tennis {
  padding-bottom: 0;
}
.class--schedule.swimming-pool .schedule-tab-links ul {
  background: #00758d;
}
.class--schedule.swimming-pool .schedule-tab-links ul a.active,
.class--schedule.swimming-pool .schedule-tab-links ul a:hover {
  color: #00758d;
}
.class--schedule.swimming-pool .drop-down {
  background: #00758d;
}
.class--schedule.health-club .schedule-tab-links ul {
  background: #d6001c;
}
.class--schedule.health-club .schedule-tab-links ul a.active,
.class--schedule.health-club .schedule-tab-links ul a:hover {
  color: #d6001c;
}
.class--schedule.health-club .drop-down {
  background: #d6001c;
}
.schedule-tab-content {
  display: flex;
  justify-content: center;
}
.schedule-tab-content .tab-content {
  width: 85%;
}
.schedule-details {
  width: 100%;
}
.schedule-details .card-list {
  display: flex;
  flex-wrap: wrap;
}
.schedule-details .card-list .card-wrapper1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.schedule-details .card-list .card-wrapper1 .card-item {
  border-right: 1px solid #b8b6b6;
}
.schedule-details .card-list .card-wrapper1 .card-item:last-child {
  border-right: none;
}
@media (max-width: 480px) {
  .schedule-details .card-list .card-wrapper1 .card-item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #b8b6b6;
  }
}
.schedule-details .card-list .card-wrapper2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #b8b6b6;
}
.schedule-details .card-list .card-wrapper2 .card-item {
  border-right: 1px solid #b8b6b6;
}
.schedule-details .card-list .card-wrapper2 .card-item:last-child {
  border-right: none;
}
@media (max-width: 480px) {
  .schedule-details .card-list .card-wrapper2 .card-item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #b8b6b6;
  }
  .schedule-details .card-list .card-wrapper2 .card-item:last-child {
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  .schedule-details .card-list .card-wrapper2 {
    border-top: none;
  }
}
.schedule-details .card-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3em 0;
}
.schedule-details .card-item .icon {
  width: 6em;
  height: 5em;
  padding: 1em;
  background: #ff7f32;
  border-radius: 12px;
  margin-bottom: 1em;
}
.schedule-details .card-item .icon img {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .schedule-details .card-item .icon {
    width: 4.5em;
    height: 4.5em;
  }
}
.schedule-details .card-item .head {
  font-size: 1.375em;
  font-weight: 600;
  margin-bottom: 0.3em;
}
@media (max-width: 992px) {
  .schedule-details .card-item .head {
    font-size: 1em;
  }
}
.schedule-details .card-item .sub-head {
  font-size: 1.375em;
  color: #8f8888;
  margin-bottom: 0.5em;
}
@media (max-width: 992px) {
  .schedule-details .card-item .sub-head {
    font-size: 1em;
  }
}
.schedule-details .card-item .time span {
  display: inline-block;
  font-size: 1.125em;
  color: #ff7f32;
  background: #ffefd3;
  padding: 0.2em 0.6em;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .schedule-details .card-item .time span {
    font-size: 1em;
  }
}
.activities-slider .swiper-slide .img-wrapper {
  position: relative;
  overflow: hidden;
}
.activities-slider .swiper-slide .img-wrapper img {
  transform: scale(1);
  transition: 10s;
}
.activities-slider .swiper-slide .img-wrapper img:hover {
  transform: scale(1.5);
  transition: 10s;
}
.activities-slider .swiper-slide .play-button {
  position: absolute;
  width: 8.75em;
  height: 8.75em;
  background: #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media (max-width: 480px) {
  .activities-slider .swiper-slide .play-button {
    width: 5em;
    height: 5em;
  }
}
.activities-slider .swiper-slide .play-button .play-button-icon {
  position: relative;
  width: 100%;
  height: 100%;
}
.activities-slider .swiper-slide .play-button .play-button-icon:after {
  content: "";
  position: absolute;
  width: 19px;
  height: 29px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-color: transparent transparent transparent #ff7f32;
  border-style: solid;
  border-width: 19px 0 19px 29px;
}
@media (max-width: 480px) {
  .activities-slider .swiper-slide .play-button .play-button-icon:after {
    border-width: 15px 0 15px 20px;
  }
}
.round-pools-wrapper {
  position: relative;
  height: 48.625em;
  padding-left: 12%;
}
@media (max-width: 1024px) {
  .round-pools-wrapper {
    height: 36.625em;
  }
}
@media (max-width: 992px) {
  .round-pools-wrapper {
    height: auto;
    padding-left: 0;
    height: 35em;
    padding: 0 20%;
  }
}
@media (max-width: 767px) {
  .round-pools-wrapper {
    height: auto;
    padding: 0;
  }
}
.round-pools-wrapper .round-pool-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ff7f32;
  border-radius: 50%;
  padding: 3em;
}
@media (max-width: 480px) {
  .round-pools-wrapper .round-pool-img {
    padding: 1em;
  }
}
.round-pools-wrapper .round-pool-img .img-border {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3em;
  background: url(../images/activities/swimming-pool/circle-border.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .round-pools-wrapper .round-pool-img .img-border {
    background-position: 50%;
    padding: 3em 4em;
  }
}
@media (max-width: 1024px) {
  .round-pools-wrapper .round-pool-img .img-border {
    background-position: 50%;
    padding: 2em;
  }
}
@media (max-width: 767px) {
  .round-pools-wrapper .round-pool-img .img-border {
    padding: 1em;
  }
}
.round-pools-wrapper .round-pool-img .img-border img {
  width: 100%;
  height: 100%;
}
.round-pools-wrapper .round-pool-img .img-border .circle_1 {
  position: absolute;
  left: 5.5em;
  top: 0;
}
@media (max-width: 1024px) {
  .round-pools-wrapper .round-pool-img .img-border .circle_1 {
    left: 1em;
  }
}
@media (max-width: 992px) {
  .round-pools-wrapper .round-pool-img .img-border .circle_1 {
    left: 0;
  }
}
@media (max-width: 767px) {
  .round-pools-wrapper .round-pool-img .img-border .circle_1 {
    left: 5em;
  }
}
@media (max-width: 480px) {
  .round-pools-wrapper .round-pool-img .img-border .circle_1 {
    left: 1em;
  }
}
.round-pools-wrapper .circle_2 {
  position: absolute;
  top: 48%;
  right: -0.7em;
  left: auto;
}
@media (max-width: 992px) {
  .round-pools-wrapper .circle_2 {
    right: 11em;
  }
}
@media (max-width: 767px) {
  .round-pools-wrapper .circle_2 {
    right: -0.7em;
  }
}
@media (max-width: 480px) {
  .round-pools-wrapper .circle_2 {
    right: -0.7em;
  }
}
.our--services--swimming--pool {
  background-image: url(/assets/images/activities/swimming-pool/our-services-swimming-pool.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .our--services--swimming--pool {
    background-image: url(/assets/images/activities/swimming-pool/our-services-swimming-pool-mob.png);
  }
}
.our--services--swimming--pool .generic-head h2 {
  color: #fff;
}
.our--services--swimming--pool .generic-head h2 span {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}
.our--services--swimming--pool:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #575195;
  background: -moz-linear-gradient(top, #575195 0, #1c6990 64%, #00758d 100%);
  background: -webkit-linear-gradient(top, #575195, #1c6990 64%, #00758d);
  background: linear-gradient(180deg, #575195 0, #1c6990 64%, #00758d);
  top: 0;
  z-index: -1;
  opacity: 0.85;
}
.swimming-classes .col-50:nth-child(2n) {
  justify-content: center;
}
.swimming-classes .align-middle {
  padding-right: 3em;
  padding-left: 0;
}
.swimming-classes .generic-head {
  background: #fff;
  z-index: inherit;
}
.swimming-classes .generic-head.dot--motif:before {
  width: 10em;
  height: 13em;
  left: -1.5em;
  top: -8em;
}
.swimming-classes .generic-content {
  padding-right: 10%;
}
.seriously-fun .sec-img {
  padding-top: 5em;
}
.seriously-fun .right-sec {
  flex-direction: column;
}
.seriously-fun .right-sec .content-wrapper {
  position: relative;
}
.seriously-fun .right-sec .content-wrapper .sec-sub-head {
  transform: rotate(-5deg);
}
.seriously-fun .right-sec .content-wrapper .sec-sub-head .head {
  font-size: 1.875em;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .seriously-fun .right-sec .content-wrapper .sec-sub-head .head {
    font-size: 1.3em;
  }
}
.seriously-fun .right-sec .content-wrapper .sec-sub-head .number h3 {
  width: 80%;
  font-size: 6.87em;
  color: #fff;
  background: url(../svg/number-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .seriously-fun .right-sec .content-wrapper .sec-sub-head .number h3 {
    font-size: 3.875em;
  }
}
.seriously-fun .right-sec .content-wrapper .generic-content {
  min-height: 15em;
}
.seriously-fun .right-sec .content-wrapper .sec-bg {
  position: absolute;
  width: 37.6em;
  height: 37.6em;
  bottom: -30%;
  left: -45%;
  z-index: -9999;
}
@media (max-width: 1024px) {
  .seriously-fun .right-sec .content-wrapper .sec-bg {
    width: 27.6em;
    height: 27.6em;
  }
}
@media (max-width: 992px) {
  .seriously-fun .right-sec .content-wrapper .sec-bg {
    width: 20em;
    height: 20em;
    bottom: -10%;
    left: -20%;
  }
}
@media (max-width: 767px) {
  .seriously-fun .right-sec .content-wrapper .sec-bg {
    left: -25%;
  }
}
.seriously-fun .right-sec .content-wrapper .sec-bg .sec-bg-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seriously-fun .right-sec .content-wrapper .sec-bg .sec-bg-wrapper .circle--1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../svg/seriously-fun-border1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.seriously-fun .right-sec .content-wrapper .sec-bg .sec-bg-wrapper .circle--2 {
  position: absolute;
  width: 80%;
  height: 80%;
  background: url(../svg/seriously-fun-border2.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.seriously-fun .right-sec .content-wrapper .sec-bg .sec-bg-wrapper .circle--3 {
  position: absolute;
  width: 60%;
  height: 60%;
  background: url(../svg/seriously-fun-border3.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .seriously-fun .right-sec .content-wrapper .sec-bg {
    display: none;
  }
}
.seriously-fun .right-sec .content-wrapper .circle--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/activities/health-club/seriously-fun-overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -5em;
  left: -9em;
  z-index: 0;
}
@media (max-width: 992px) {
  .seriously-fun .right-sec .content-wrapper .circle--overlay {
    bottom: 0;
    left: -5em;
    background-size: contain;
  }
}
@media (max-width: 480px) {
  .seriously-fun .right-sec .content-wrapper .circle--overlay {
    background: none;
  }
}
.seriously-fun .align-middle {
  padding-left: 10em;
}
@media (max-width: 480px) {
  .seriously-fun .align-middle {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .seriously-fun {
    padding-bottom: 12em;
  }
}
.join-now {
  padding: 0;
}
.join-now .left-sec {
  align-items: center;
  padding-left: 7.3%;
}
.join-now .left-sec .generic-head {
  background: #fff;
  z-index: inherit;
}
.join-now .left-sec .generic-head.dot--motif:before {
  width: 10em;
  height: 13em;
  left: -1.5em;
  top: -8em;
}
.join-now .sec-img {
  position: relative;
}
.join-now .sec-img:before {
  content: "";
  position: absolute;
  width: 50.875em;
  height: 61.25em;
  background: url(../svg/join-now-bg.svg);
  background-repeat: no-repeat;
  right: 0;
  z-index: -1;
}
.our--services--health--club {
  position: relative;
  background-image: url(/assets/images/activities/health-club/our-services-health-club.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 480px) {
  .our--services--health--club {
    background-image: url(/assets/images/activities/health-club/our-services-health-club-mob.png);
  }
}
.our--services--health--club .generic-head h2 {
  color: #fff;
}
.our--services--health--club .generic-head h2 span {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}
.our--services--health--club:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  background: -moz-linear-gradient(
    top,
    #000 0,
    #000 0,
    #d6001c 100%,
    #d6001c 100%
  );
  background: -webkit-linear-gradient(
    top,
    #000,
    #000 0,
    #d6001c 100%,
    #d6001c 0
  );
  background: linear-gradient(180deg, #000 0, #000 0, #d6001c 100%, #d6001c 0);
  top: 0;
  z-index: -1;
  opacity: 0.95;
}
.activities--map--section {
  position: relative;
}
@media (max-width: 992px) {
  .activities--map--section {
    padding-bottom: 0;
  }
}
.activities--map--section .col-40 {
  background: #fff;
  z-index: 1;
  padding: 1em;
}
@media (max-width: 992px) {
  .activities--map--section .col-40 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .activities--map--section .col-40 {
    width: 100%;
  }
}
.activities--map--section .activities__map {
  position: absolute;
  width: 70%;
  top: 0;
  right: 0;
}
@media (max-width: 480px) {
  .activities--map--section .activities__map {
    position: relative;
    width: 100%;
  }
}
.modal-main-body {
  min-width: 60%;
  min-height: 60vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.is-hidden--off-flow {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: -10;
  visibility: hidden;
}
.is-shown--off-flow {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  visibility: visible;
}
.l-modal {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 9;
  text-align: center;
}
.l-modal,
.l-modal__shadow {
  position: fixed;
  height: 100%;
}
.l-modal__shadow {
  width: 100%;
  display: block;
  background: #161616;
  opacity: 0.92;
  z-index: -1;
  cursor: pointer;
}
.l-modal__body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.c-popup {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  width: 60%;
  line-height: 1.48;
  height: 60vh;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .c-popup {
    height: 20vh;
  }
}
.h-img-resp {
  max-width: 100%;
}
.popup-iframe,
.popup-iframe iframe {
  width: 100%;
  height: 100%;
}
.popup-iframe iframe {
  border: none;
}
.notfound_text {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.notfound_text h4 {
  text-align: center;
}
.notfound_text h4 span {
  font-size: 5.5em;
  display: block;
  color: #ff7f32;
}
.notfound_text p {
  text-align: center;
  margin-bottom: 1.5rem;
}
.head-btn,
.notfound_text p {
  display: flex;
  justify-content: center;
}
.head-btn {
  flex-flow: column;
  margin-right: 1.5em;
}
.blog-section-page {
  background-color: #fff;
}
.blog-section-page .retailerTop,
.single-post-inner {
  padding-top: 0;
}
.blog-section-page .retailerHeading p {
  text-align: left;
}
.blog-section-page .jplist-select.formStyle {
  border: 0;
  border-bottom: 4px solid #f58524;
  background: 0 0;
  font-size: 16px;
  color: #515251;
}
.blog-section-page .filterPost .search-box {
  border-bottom: 4px solid #f58524;
}
.blog-section-page .filterPost .search::placeholder {
  color: #000;
  opacity: 1;
}
.blog-section-page .filterPost .search:focus {
  outline: 0;
  box-shadow: none;
}
.blog-section-page .category-name {
  font-family: Parisienne, sans-serif;
  color: #f58524;
  font-size: 2em;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-section-page .list .blog-img img {
  width: 100%;
}
.blog-section-page .list h5.title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  height: 2em;
}
.blog-section-page .list p.post-date {
  color: #000;
  font-size: 11px;
}
.blog-section-page .list .description {
  color: grey;
  font-size: 16px;
}
.blog-section-page .list .post-link a {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.blog-section-page .item .post-link a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
}
.blog-section-page .item .post-link {
  right: -10px;
  background: #f48524;
  width: 75px;
  height: 75px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  bottom: -30px;
  line-height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-section-page .nav .btn-first,
.blog-section-page .nav .btn-last,
.blog-section-page .nav .btn-next,
.blog-section-page .nav .btn-prev,
.blog-section-page .nav .pagination li {
  font-size: 25px;
  padding: 0 10px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 40px;
  color: #6c757d;
  margin-left: 10px;
}
.blog-section-page .nav .pagination li {
  font-size: 20px;
  padding-top: 5px;
}
.blog-section-page p {
  color: grey;
  font-size: 15px;
}
.blog-section-page .list .list--list-item:not(:first-child) .border {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  border-radius: 0.25rem;
}
.blog-section-page .search-icon {
  height: 20px;
  position: absolute;
  right: -47%;
  top: 12px;
}
.blog-section-page .single h1 {
  font-size: 2.5em;
  margin-bottom: 1em;
}
.blog-section-page .single h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.blog-section-page .single h3 {
  font-size: 1.5em;
}
.blog-section-page .pagination .page-numbers {
	display: flex;
    list-style: none;
    padding: 0;
}
.single-post-inner .blog-section-page {
  margin-top: 5em;
}
@media (min-width: 768px) {
  .single-post-inner .hero--inner .hero__img {
    height: 500px;
  }
  .blog-section-page .list--list-item:not(:first-child) .circle_1,
  .blog-section-page .related-posts .list--list-item .circle_1 {
    background-color: #005745;
    width: 1.2em;
    height: 1.2em;
    bottom: auto;
    top: 0;
    left: 50%;
  }
  .blog-section-page .list--list-item:not(:first-child) .circle_2,
  .blog-section-page .related-posts .list--list-item .circle_2 {
    background-color: #ffd600;
    width: 2em;
    height: 2em;
    top: 0.25em;
    left: auto;
    right: 2.25em;
  }
  .blog-section-page .list--list-item:not(:first-child) .circle_3,
  .blog-section-page .related-posts .list--list-item .circle_3 {
    background-color: #c7302b;
    background-image: linear-gradient(to top right, #e87848, #c7302b);
    width: 3.5em;
    height: 3.5em;
    top: 0.5em;
    left: 0;
  }
  .blog-section-page .list--list-item:not(:first-child) .category-name,
  .blog-section-page .single .category-name {
    font-family: aller, sans-serif;
    font-size: 11px;
  }
  .blog-section-page .list .list--list-item:first-child {
    display: flex;
    align-items: center;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-section-page .list .list--list-item:first-child .border {
    display: flex;
    align-items: center;
    border: 0 !important;
    justify-content: space-between;
  }
  .blog-section-page .list .list--list-item:first-child .blog-img,
  .blog-section-page .list .list--list-item:first-child .post-description {
    width: 50%;
  }
  .blog-section-page .list .list--list-item:first-child .blog-img {
    width: 40em;
    height: auto;
    position: relative;
  }
  .blog-section-page .list .list--list-item:first-child .blog-img img {
    border-radius: 50%;
    width: 500px;
    height: 500px;
    background-color: #f1f5f4;
    padding: 50px;
  }
  .blog-section-page .list .list--list-item:first-child .title {
    font-weight: 700;
    font-size: 3em;
    display: block;
    font-family: aller, sans-serif;
    color: #000;
    letter-spacing: -0.04em;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    margin-bottom: 1em;
  }
  .blog-section-page .list .list--list-item:first-child .post-link {
    background: #fff;
    right: 0;
    padding: 0;
    color: #000;
    bottom: 0;
    display: block;
    line-height: 15px;
    position: relative !important;
  }
  .blog-section-page .list .list--list-item:first-child .post-link a {
    color: #f48524;
    right: 0;
    padding: 0;
  }
  .blog-section-page .list .list--list-item:first-child hr {
    display: none;
  }
  .blog-section-page .list .list--list-item:first-child .post-description {
    padding-left: 3em !important;
  }
  ,
  .blog-section-page .list .list--list-item:first-child .circle_1 {
    top: 20px;
    right: 100px;
  }
  .blog-section-page .list .list--list-item:first-child .circle_2 {
    left: 4.25em;
  }
  .blog-section-page .list .list--list-item:first-child .circle_3 {
    left: 3.75em;
  }
  .blog-section-page .list .list--list-item:first-child .blog-img:before {
    content: "";
    background: url(../svg/dot-circle.svg) 0 0/2em;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -5em;
    width: 12em;
    height: 16em;
    top: auto;
    left: auto;
    transform: rotate(90deg);
  }
  .blog-section-page .list .list--list-item:first-child .blog-img:after {
    content: "";
    background: url(../svg/dot-circle2.svg) 0 0/0.5em;
    position: absolute;
    top: -4em;
    left: 10em;
    z-index: 1;
    width: 7em;
    height: 7em;
    border-radius: 50%;
  }
}
@media screen and (min-width: 1920px) {
  .blog-section-page .list .list--list-item:first-child .circle_1 {
    top: 20px;
    right: 14em;
  }
  .blog-section-page .list .list--list-item:first-child .circle_2 {
    left: 2.25em;
  }
  .blog-section-page .list .list--list-item:first-child .circle_3 {
    left: 1.75em;
  }
}
@media (max-width: 768px) {
  .single-post-inner .blog-section-page {
    margin-top: 2.5em;
  }
  .blog-section-page .list--list-item .circle_1 {
    background-color: #005745;
    width: 1.2em;
    height: 1.2em;
    bottom: auto;
    top: -0.5em;
    left: 50%;
  }
  .blog-section-page .list--list-item .circle_2 {
    background-color: #ffd600;
    width: 2em;
    height: 2em;
    top: 0.25em;
    left: auto;
    right: 2.25em;
  }
  .blog-section-page .list--list-item .circle_3 {
    background-color: #c7302b;
    background-image: linear-gradient(to top right, #e87848, #c7302b);
    width: 3.5em;
    height: 3.5em;
    top: 0.5em;
    left: 0;
  }
  .blog-section-page .category-name {
    font-family: aller, sans-serif;
    color: #f58524;
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
  }
  .blog-section-page .col-md-4:first-child {
    width: 100%;
    margin-bottom: 1em;
  }
  .blog-section-page .jplist-select.formStyle {
    width: 100%;
  }
  .blog-section-page .filterPost .search-box {
    margin: 10px 13px;
  }
  .blog-section-page .single h1 {
    font-size: 1.5em;
  }
  .blog-section-page .single h2 {
    font-size: 1.25em;
  }
  .blog-section-page .single h3 {
    font-size: 1.2em;
  }
}
.blog-section-page .nav .pagination li a {
  color: #000;
}
.blog-section-page .nav .pagination li a {
  color: #ff7f32;
}

.blog-section-page .nav .pagination li.active {
  background-color: #ff7f32;
}
.blog-section-page .nav .pagination li.active span {
  color: #fff;
}